@esri/solutions-components 0.7.12-alpha → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/guides/Publishing to npmjs.md +3 -10
  3. package/lerna.json +6 -0
  4. package/package.json +5 -3
  5. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
  6. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
  7. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
  8. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
  9. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
  10. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
  11. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
  12. package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
  13. package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
  14. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
  15. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
  16. package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
  17. package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
  18. package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
  19. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
  20. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
  21. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
  22. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
  23. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
  24. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
  25. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
  26. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
  27. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
  28. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
  29. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
  30. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
  31. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
  32. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
  33. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
  34. package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
  35. package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
  36. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
  37. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
  38. package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
  39. package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
  40. package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
  41. package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
  42. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
  43. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
  44. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
  45. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
  46. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
  47. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
  48. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
  49. package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
  50. package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
  51. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
  52. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
  53. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
  54. package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
  55. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
  56. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
  57. package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
  58. package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
  59. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
  60. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
  61. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
  62. package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
  63. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
  64. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
  65. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
  66. package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
  67. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
  68. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
  69. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
  70. package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
  71. package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
  72. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
  73. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
  74. package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
  75. package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
  76. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
  77. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
  78. package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
  79. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
  80. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
  81. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
  82. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
  83. package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
  84. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
  85. package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
  86. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
  87. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
  88. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
  89. package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
  90. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
  91. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
  92. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
  93. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
  94. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
  95. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
  96. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
  97. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
  98. package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
  99. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
  100. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
  101. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
  102. package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
  103. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
  104. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
  105. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
  106. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
  107. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
  108. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
  109. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
  110. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
  111. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  112. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  113. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  114. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  115. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
  116. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
  117. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
  118. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
  119. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
  120. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
  121. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
  122. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
  123. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
  124. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  125. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  126. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  127. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  128. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
  129. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
  130. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
  131. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  132. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
  133. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  134. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  135. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  136. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  137. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  138. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  139. package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
  140. package/packages/solutions-components/package.json +108 -108
  141. package/packages/solutions-components/src/components/json-editor/assets/monaco-editor/package.json +63 -63
  142. package/support/publish.sh +49 -0
  143. package/t9nmanifest.txt +6 -6
  144. package/support/releaseToGitHub.ts +0 -29
@@ -0,0 +1,74 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: flex;
41
+ }
42
+
43
+ .container {
44
+ display: flex;
45
+ inline-size: 100%;
46
+ flex-wrap: wrap;
47
+ gap: 0.5rem;
48
+ }
49
+
50
+ ::slotted(calcite-chip) {
51
+ flex: none;
52
+ }
53
+
54
+ :host([scale=s]) .container {
55
+ gap: 0.25rem;
56
+ }
57
+
58
+ :host([scale=l]) .container {
59
+ gap: 0.75rem;
60
+ }
61
+
62
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
63
+ :host([disabled]) [calcite-hydrated][disabled] {
64
+ /* prevent opacity stacking */
65
+ opacity: 1;
66
+ }
67
+
68
+ :host([hidden]) {
69
+ display: none;
70
+ }
71
+
72
+ [hidden] {
73
+ display: none;
74
+ }
@@ -0,0 +1,244 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: inline-block;
41
+ font-size: var(--calcite-font-size--2);
42
+ line-height: 1rem;
43
+ font-weight: var(--calcite-font-weight-normal);
44
+ }
45
+
46
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
47
+ :host([disabled]) [calcite-hydrated][disabled] {
48
+ /* prevent opacity stacking */
49
+ opacity: 1;
50
+ }
51
+
52
+ :host([scale=s]) {
53
+ --calcite-color-picker-spacing: 8px;
54
+ }
55
+ :host([scale=s]) .container {
56
+ inline-size: 160px;
57
+ }
58
+ :host([scale=s]) .saved-colors {
59
+ gap: 0.25rem;
60
+ grid-template-columns: repeat(auto-fill, 20px);
61
+ }
62
+
63
+ :host([scale=m]) {
64
+ --calcite-color-picker-spacing: 12px;
65
+ }
66
+ :host([scale=m]) .container {
67
+ inline-size: 272px;
68
+ }
69
+
70
+ :host([scale=l]) {
71
+ --calcite-color-picker-spacing: 16px;
72
+ font-size: var(--calcite-font-size--1);
73
+ line-height: 1rem;
74
+ }
75
+ :host([scale=l]) .container {
76
+ inline-size: 464px;
77
+ }
78
+ :host([scale=l]) .section:first-of-type {
79
+ padding-block-start: var(--calcite-color-picker-spacing);
80
+ }
81
+ :host([scale=l]) .saved-colors {
82
+ grid-template-columns: repeat(auto-fill, 32px);
83
+ }
84
+ :host([scale=l]) .control-section {
85
+ flex-wrap: nowrap;
86
+ align-items: baseline;
87
+ flex-wrap: wrap;
88
+ }
89
+ :host([scale=l]) .color-hex-options {
90
+ display: flex;
91
+ flex-shrink: 1;
92
+ flex-direction: column;
93
+ justify-content: space-around;
94
+ }
95
+ :host([scale=l]) .color-mode-container {
96
+ flex-shrink: 3;
97
+ }
98
+
99
+ .container {
100
+ background-color: var(--calcite-color-foreground-1);
101
+ display: inline-block;
102
+ border: 1px solid var(--calcite-color-border-1);
103
+ }
104
+
105
+ .control-and-scope {
106
+ position: relative;
107
+ display: flex;
108
+ cursor: pointer;
109
+ touch-action: none;
110
+ }
111
+
112
+ .scope {
113
+ pointer-events: none;
114
+ position: absolute;
115
+ z-index: var(--calcite-z-index);
116
+ block-size: 1px;
117
+ inline-size: 1px;
118
+ border-radius: 9999px;
119
+ background-color: transparent;
120
+ font-size: var(--calcite-font-size--1);
121
+ outline-color: transparent;
122
+ }
123
+ .scope:focus {
124
+ outline: 2px solid var(--calcite-color-brand);
125
+ outline-offset: calc(
126
+ 2px *
127
+ calc(
128
+ 1 -
129
+ 2 * clamp(
130
+ 0,
131
+ var(--calcite-offset-invert-focus),
132
+ 1
133
+ )
134
+ )
135
+ );
136
+ outline-offset: 11px;
137
+ }
138
+
139
+ .hex-and-channels-group {
140
+ inline-size: 100%;
141
+ }
142
+
143
+ .hex-and-channels-group,
144
+ .control-section {
145
+ display: flex;
146
+ flex-direction: row;
147
+ flex-wrap: wrap;
148
+ }
149
+
150
+ .section {
151
+ padding-block: 0 var(--calcite-color-picker-spacing);
152
+ padding-inline: var(--calcite-color-picker-spacing);
153
+ }
154
+ .section:first-of-type {
155
+ padding-block-start: var(--calcite-color-picker-spacing);
156
+ }
157
+
158
+ .sliders {
159
+ display: flex;
160
+ flex-direction: column;
161
+ justify-content: space-between;
162
+ margin-inline-start: var(--calcite-color-picker-spacing);
163
+ }
164
+
165
+ .preview-and-sliders {
166
+ display: flex;
167
+ align-items: center;
168
+ padding: var(--calcite-color-picker-spacing);
169
+ }
170
+
171
+ .color-hex-options,
172
+ .section--split {
173
+ flex-grow: 1;
174
+ }
175
+
176
+ .header {
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: space-between;
180
+ color: var(--calcite-color-text-1);
181
+ }
182
+
183
+ .color-mode-container {
184
+ padding-block-start: var(--calcite-color-picker-spacing);
185
+ }
186
+
187
+ .channels {
188
+ display: flex;
189
+ row-gap: 0.125rem;
190
+ }
191
+
192
+ .channel[data-channel-index="3"] {
193
+ inline-size: 159px;
194
+ }
195
+
196
+ :host([scale=s]) .channels {
197
+ flex-wrap: wrap;
198
+ }
199
+ :host([scale=s]) .channel {
200
+ flex-basis: 30%;
201
+ flex-grow: 1;
202
+ }
203
+ :host([scale=s]) .channel[data-channel-index="3"] {
204
+ inline-size: unset;
205
+ margin-inline-start: unset;
206
+ }
207
+
208
+ :host([scale=l]) .channel[data-channel-index="3"] {
209
+ inline-size: 131px;
210
+ }
211
+
212
+ .saved-colors {
213
+ display: grid;
214
+ gap: 0.5rem;
215
+ padding-block-start: var(--calcite-color-picker-spacing);
216
+ grid-template-columns: repeat(auto-fill, 24px);
217
+ }
218
+
219
+ .saved-colors-buttons {
220
+ display: flex;
221
+ }
222
+
223
+ .saved-color {
224
+ outline-offset: 0;
225
+ outline-color: transparent;
226
+ cursor: pointer;
227
+ }
228
+ .saved-color:focus {
229
+ outline: 2px solid var(--calcite-color-brand);
230
+ outline-offset: 2px;
231
+ }
232
+ .saved-color:hover {
233
+ transition: outline-color var(--calcite-internal-animation-timing-fast) ease-in-out;
234
+ outline: 2px solid var(--calcite-color-border-2);
235
+ outline-offset: 2px;
236
+ }
237
+
238
+ :host([hidden]) {
239
+ display: none;
240
+ }
241
+
242
+ [hidden] {
243
+ display: none;
244
+ }
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host {
27
+ display: block;
28
+ }
29
+
30
+ .container {
31
+ display: flex;
32
+ inline-size: 100%;
33
+ flex-wrap: nowrap;
34
+ align-items: center;
35
+ }
36
+
37
+ .hex-input {
38
+ flex-grow: 1;
39
+ text-transform: uppercase;
40
+ }
41
+
42
+ .opacity-input {
43
+ inline-size: 68px;
44
+ margin-inline-start: -1px;
45
+ }
46
+
47
+ :host([scale=s]) .container {
48
+ flex-wrap: wrap;
49
+ row-gap: 0.125rem;
50
+ }
51
+ :host([scale=s]) .opacity-input {
52
+ inline-size: unset;
53
+ margin-inline-start: unset;
54
+ }
55
+
56
+ :host([scale=l]) .opacity-input {
57
+ inline-size: 88px;
58
+ }
59
+
60
+ :host([hidden]) {
61
+ display: none;
62
+ }
63
+
64
+ [hidden] {
65
+ display: none;
66
+ }
@@ -0,0 +1,74 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host {
27
+ position: relative;
28
+ display: inline-flex;
29
+ }
30
+
31
+ :host([scale=s]) {
32
+ block-size: 1.25rem;
33
+ inline-size: 1.25rem;
34
+ }
35
+
36
+ :host([scale=m]) {
37
+ block-size: 1.5rem;
38
+ inline-size: 1.5rem;
39
+ }
40
+
41
+ :host([scale=l]) {
42
+ block-size: 2rem;
43
+ inline-size: 2rem;
44
+ }
45
+
46
+ .swatch {
47
+ overflow: hidden;
48
+ block-size: inherit;
49
+ inline-size: inherit;
50
+ }
51
+ .swatch rect {
52
+ transition-property: all;
53
+ transition-duration: 150ms;
54
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
55
+ }
56
+
57
+ .swatch--no-color rect {
58
+ fill: var(--calcite-color-foreground-1);
59
+ }
60
+ .swatch--no-color line {
61
+ stroke: var(--calcite-color-status-danger);
62
+ }
63
+
64
+ .checker {
65
+ fill: #cacaca;
66
+ }
67
+
68
+ :host([hidden]) {
69
+ display: none;
70
+ }
71
+
72
+ [hidden] {
73
+ display: none;
74
+ }