kibana/packages/kbn-coloring
Marco Vettorello 421c937630
[Lens][color mapping] hide single color picker in loop mode (#176564)
## Summary

This PR hides the single color picker when the color palette is selected
in the button group as agreed with @MichaelMarcialis and @stratoula
(initial conversation here https://github.com/elastic/kibana/pull/175144
followed by an offline one)

From this:
<img width="362" alt="Screenshot 2024-02-09 at 09 20 37"
src="5f68fc57-627b-45b7-90e8-1aa78ee4b5b2">

To this:
<img width="376" alt="Screenshot 2024-02-09 at 09 19 51"
src="fbefee5b-74e2-48e0-937b-c9e8e4699dce">
<img width="371" alt="Screenshot 2024-02-09 at 09 19 48"
src="677c1f7f-c02f-4d77-a18f-ea2ffd22f874">
2024-02-09 15:26:30 +01:00
..
.storybook [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
src [Lens][color mapping] hide single color picker in loop mode (#176564) 2024-02-09 15:26:30 +01:00
index.ts [Lens] Visualization UI package refactoring (#156185) 2023-05-04 14:12:10 +02:00
jest.config.js [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
README.md [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
tsconfig.json [ES|QL] Add line breaks redesign (#173596) 2023-12-21 11:01:15 +02:00

@kbn/coloring

This package contains the types, utility methods, and components needed to make Color Palette work.