@cloudscape-design/components-themeable 3.0.1341 → 3.0.1343
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +142 -0
- package/lib/internal/scss/input/styles.scss +2 -5
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/multiselect/styles.scss +14 -0
- package/lib/internal/scss/pagination/styles.scss +9 -2
- package/lib/internal/scss/pagination/test-classes/styles.scss +8 -0
- package/lib/internal/scss/select/styles.scss +14 -1
- package/lib/internal/scss/side-navigation/styles.scss +62 -24
- package/lib/internal/scss/textarea/styles.scss +21 -2
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +57 -13
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.d.ts +1 -1
- package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +14 -1
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +3 -3
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +42 -35
- package/lib/internal/template/expandable-section/styles.scoped.css +177 -69
- package/lib/internal/template/expandable-section/styles.selectors.js +42 -35
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +5 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/input/styles.css.js +28 -28
- package/lib/internal/template/input/styles.scoped.css +70 -70
- package/lib/internal/template/input/styles.selectors.js +28 -28
- package/lib/internal/template/internal/base-component/styles.scoped.css +305 -297
- package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +28 -28
- package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +35 -35
- package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +2 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +46 -15
- package/lib/internal/template/internal/generated/theming/index.js +46 -15
- package/lib/internal/template/multiselect/index.d.ts.map +1 -1
- package/lib/internal/template/multiselect/index.js +4 -0
- package/lib/internal/template/multiselect/index.js.map +1 -1
- package/lib/internal/template/multiselect/interfaces.d.ts +8 -1
- package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
- package/lib/internal/template/multiselect/interfaces.js.map +1 -1
- package/lib/internal/template/multiselect/internal.d.ts.map +1 -1
- package/lib/internal/template/multiselect/internal.js +22 -2
- package/lib/internal/template/multiselect/internal.js.map +1 -1
- package/lib/internal/template/multiselect/styles.css.js +5 -3
- package/lib/internal/template/multiselect/styles.scoped.css +13 -3
- package/lib/internal/template/multiselect/styles.selectors.js +5 -3
- package/lib/internal/template/multiselect/use-multiselect.d.ts +3 -2
- package/lib/internal/template/multiselect/use-multiselect.d.ts.map +1 -1
- package/lib/internal/template/multiselect/use-multiselect.js +5 -3
- package/lib/internal/template/multiselect/use-multiselect.js.map +1 -1
- package/lib/internal/template/package.json +94 -0
- package/lib/internal/template/pagination/index.d.ts.map +1 -1
- package/lib/internal/template/pagination/index.js +3 -3
- package/lib/internal/template/pagination/index.js.map +1 -1
- package/lib/internal/template/pagination/interfaces.d.ts +19 -3
- package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
- package/lib/internal/template/pagination/interfaces.js.map +1 -1
- package/lib/internal/template/pagination/internal.d.ts.map +1 -1
- package/lib/internal/template/pagination/internal.js +18 -6
- package/lib/internal/template/pagination/internal.js.map +1 -1
- package/lib/internal/template/pagination/styles.css.js +12 -11
- package/lib/internal/template/pagination/styles.scoped.css +34 -25
- package/lib/internal/template/pagination/styles.selectors.js +12 -11
- package/lib/internal/template/pagination/test-classes/styles.css.js +6 -0
- package/lib/internal/template/pagination/test-classes/styles.scoped.css +7 -0
- package/lib/internal/template/pagination/test-classes/styles.selectors.js +7 -0
- package/lib/internal/template/prompt-input/internal.d.ts.map +1 -1
- package/lib/internal/template/prompt-input/internal.js +14 -2
- package/lib/internal/template/prompt-input/internal.js.map +1 -1
- package/lib/internal/template/select/index.d.ts.map +1 -1
- package/lib/internal/template/select/index.js +4 -0
- package/lib/internal/template/select/index.js.map +1 -1
- package/lib/internal/template/select/interfaces.d.ts +39 -0
- package/lib/internal/template/select/interfaces.d.ts.map +1 -1
- package/lib/internal/template/select/interfaces.js.map +1 -1
- package/lib/internal/template/select/internal.d.ts.map +1 -1
- package/lib/internal/template/select/internal.js +20 -4
- package/lib/internal/template/select/internal.js.map +1 -1
- package/lib/internal/template/select/styles.css.js +3 -1
- package/lib/internal/template/select/styles.scoped.css +11 -1
- package/lib/internal/template/select/styles.selectors.js +3 -1
- package/lib/internal/template/select/utils/dropdown-customization.d.ts +20 -0
- package/lib/internal/template/select/utils/dropdown-customization.d.ts.map +1 -0
- package/lib/internal/template/select/utils/dropdown-customization.js +22 -0
- package/lib/internal/template/select/utils/dropdown-customization.js.map +1 -0
- package/lib/internal/template/select/utils/use-select.d.ts +4 -1
- package/lib/internal/template/select/utils/use-select.d.ts.map +1 -1
- package/lib/internal/template/select/utils/use-select.js +21 -4
- package/lib/internal/template/select/utils/use-select.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +3 -2
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +50 -48
- package/lib/internal/template/side-navigation/styles.scoped.css +106 -93
- package/lib/internal/template/side-navigation/styles.selectors.js +50 -48
- package/lib/internal/template/skeleton/styles.css.js +15 -15
- package/lib/internal/template/skeleton/styles.scoped.css +26 -26
- package/lib/internal/template/skeleton/styles.selectors.js +15 -15
- package/lib/internal/template/test-utils/dom/multiselect/index.d.ts +16 -0
- package/lib/internal/template/test-utils/dom/multiselect/index.js +16 -0
- package/lib/internal/template/test-utils/dom/multiselect/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/pagination/index.d.ts +5 -1
- package/lib/internal/template/test-utils/dom/pagination/index.js +7 -0
- package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/select/index.d.ts +16 -0
- package/lib/internal/template/test-utils/dom/select/index.js +16 -0
- package/lib/internal/template/test-utils/dom/select/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/multiselect/index.d.ts +16 -0
- package/lib/internal/template/test-utils/selectors/multiselect/index.js +20 -0
- package/lib/internal/template/test-utils/selectors/multiselect/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +5 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.js +7 -0
- package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/select/index.d.ts +16 -0
- package/lib/internal/template/test-utils/selectors/select/index.js +20 -0
- package/lib/internal/template/test-utils/selectors/select/index.js.map +1 -1
- package/lib/internal/template/textarea/index.d.ts.map +1 -1
- package/lib/internal/template/textarea/index.js +11 -3
- package/lib/internal/template/textarea/index.js.map +1 -1
- package/lib/internal/template/textarea/interfaces.d.ts +12 -0
- package/lib/internal/template/textarea/interfaces.d.ts.map +1 -1
- package/lib/internal/template/textarea/interfaces.js.map +1 -1
- package/lib/internal/template/textarea/styles.css.js +9 -5
- package/lib/internal/template/textarea/styles.scoped.css +26 -14
- package/lib/internal/template/textarea/styles.selectors.js +9 -5
- package/package.json +1 -1
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"axis": "
|
|
5
|
-
"vertical-marker": "awsui_vertical-
|
|
6
|
-
"axis--emphasized": "awsui_axis--
|
|
7
|
-
"axis-label": "awsui_axis-
|
|
8
|
-
"axis-label--x": "awsui_axis-label--
|
|
9
|
-
"axis-label--y": "awsui_axis-label--
|
|
10
|
-
"grid": "
|
|
11
|
-
"ticks__line": "
|
|
12
|
-
"ticks__text": "
|
|
13
|
-
"ticks--y": "awsui_ticks--
|
|
14
|
-
"ticks--x": "awsui_ticks--
|
|
15
|
-
"ticks--bottom": "awsui_ticks--
|
|
16
|
-
"labels-inline-start": "awsui_labels-inline-
|
|
17
|
-
"ticks": "
|
|
18
|
-
"labels-inline-start__label": "awsui_labels-inline-
|
|
19
|
-
"labels-inline-start--hidden": "awsui_labels-inline-start--
|
|
20
|
-
"labels-block-end": "awsui_labels-block-
|
|
21
|
-
"vertical-marker-circle": "awsui_vertical-marker-
|
|
22
|
-
"vertical-marker-circle-active": "awsui_vertical-marker-circle-
|
|
23
|
-
"focus-outline": "awsui_focus-
|
|
24
|
-
"chart-container": "awsui_chart-
|
|
25
|
-
"fit-height": "awsui_fit-
|
|
26
|
-
"chart-container-outer": "awsui_chart-container-
|
|
27
|
-
"has-filters": "awsui_has-
|
|
28
|
-
"chart-container-inner": "awsui_chart-container-
|
|
29
|
-
"chart-container-plot-wrapper": "awsui_chart-container-plot-
|
|
30
|
-
"chart-container-plot": "awsui_chart-container-
|
|
31
|
-
"chart-container-bottom-labels": "awsui_chart-container-bottom-
|
|
4
|
+
"axis": "awsui_axis_f0fot_1lqm2_145",
|
|
5
|
+
"vertical-marker": "awsui_vertical-marker_f0fot_1lqm2_146",
|
|
6
|
+
"axis--emphasized": "awsui_axis--emphasized_f0fot_1lqm2_151",
|
|
7
|
+
"axis-label": "awsui_axis-label_f0fot_1lqm2_155",
|
|
8
|
+
"axis-label--x": "awsui_axis-label--x_f0fot_1lqm2_160",
|
|
9
|
+
"axis-label--y": "awsui_axis-label--y_f0fot_1lqm2_161",
|
|
10
|
+
"grid": "awsui_grid_f0fot_1lqm2_165",
|
|
11
|
+
"ticks__line": "awsui_ticks__line_f0fot_1lqm2_170",
|
|
12
|
+
"ticks__text": "awsui_ticks__text_f0fot_1lqm2_175",
|
|
13
|
+
"ticks--y": "awsui_ticks--y_f0fot_1lqm2_180",
|
|
14
|
+
"ticks--x": "awsui_ticks--x_f0fot_1lqm2_181",
|
|
15
|
+
"ticks--bottom": "awsui_ticks--bottom_f0fot_1lqm2_185",
|
|
16
|
+
"labels-inline-start": "awsui_labels-inline-start_f0fot_1lqm2_190",
|
|
17
|
+
"ticks": "awsui_ticks_f0fot_1lqm2_170",
|
|
18
|
+
"labels-inline-start__label": "awsui_labels-inline-start__label_f0fot_1lqm2_205",
|
|
19
|
+
"labels-inline-start--hidden": "awsui_labels-inline-start--hidden_f0fot_1lqm2_209",
|
|
20
|
+
"labels-block-end": "awsui_labels-block-end_f0fot_1lqm2_217",
|
|
21
|
+
"vertical-marker-circle": "awsui_vertical-marker-circle_f0fot_1lqm2_228",
|
|
22
|
+
"vertical-marker-circle-active": "awsui_vertical-marker-circle-active_f0fot_1lqm2_234",
|
|
23
|
+
"focus-outline": "awsui_focus-outline_f0fot_1lqm2_239",
|
|
24
|
+
"chart-container": "awsui_chart-container_f0fot_1lqm2_247",
|
|
25
|
+
"fit-height": "awsui_fit-height_f0fot_1lqm2_252",
|
|
26
|
+
"chart-container-outer": "awsui_chart-container-outer_f0fot_1lqm2_257",
|
|
27
|
+
"has-filters": "awsui_has-filters_f0fot_1lqm2_263",
|
|
28
|
+
"chart-container-inner": "awsui_chart-container-inner_f0fot_1lqm2_267",
|
|
29
|
+
"chart-container-plot-wrapper": "awsui_chart-container-plot-wrapper_f0fot_1lqm2_274",
|
|
30
|
+
"chart-container-plot": "awsui_chart-container-plot_f0fot_1lqm2_274",
|
|
31
|
+
"chart-container-bottom-labels": "awsui_chart-container-bottom-labels_f0fot_1lqm2_286"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -142,101 +142,101 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
146
|
-
.awsui_vertical-
|
|
147
|
-
stroke: var(--color-charts-line-axis-
|
|
145
|
+
.awsui_axis_f0fot_1lqm2_145:not(#\9),
|
|
146
|
+
.awsui_vertical-marker_f0fot_1lqm2_146:not(#\9) {
|
|
147
|
+
stroke: var(--color-charts-line-axis-y1rkac, #d5dbdb);
|
|
148
148
|
stroke-width: 1px;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.awsui_axis--
|
|
151
|
+
.awsui_axis--emphasized_f0fot_1lqm2_151:not(#\9) {
|
|
152
152
|
stroke-width: 2px;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.awsui_axis-
|
|
155
|
+
.awsui_axis-label_f0fot_1lqm2_155:not(#\9) {
|
|
156
156
|
font-weight: var(--font-weight-bold-xpar9m, 700);
|
|
157
157
|
fill: var(--color-text-body-default-5qid0u, #16191f);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.awsui_axis-label--
|
|
161
|
-
.awsui_axis-label--
|
|
160
|
+
.awsui_axis-label--x_f0fot_1lqm2_160:not(#\9),
|
|
161
|
+
.awsui_axis-label--y_f0fot_1lqm2_161:not(#\9) {
|
|
162
162
|
/* used in test-utils */
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
166
|
-
stroke: var(--color-charts-line-grid-
|
|
165
|
+
.awsui_grid_f0fot_1lqm2_165:not(#\9) {
|
|
166
|
+
stroke: var(--color-charts-line-grid-hezpxm, #d5dbdb);
|
|
167
167
|
stroke-width: 1px;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.
|
|
171
|
-
stroke: var(--color-charts-line-tick-
|
|
170
|
+
.awsui_ticks__line_f0fot_1lqm2_170:not(#\9) {
|
|
171
|
+
stroke: var(--color-charts-line-tick-kkhxmn, #d5dbdb);
|
|
172
172
|
stroke-width: 1px;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_ticks__text_f0fot_1lqm2_175:not(#\9) {
|
|
176
176
|
font-size: var(--font-chart-detail-size-gadmd0, 14px);
|
|
177
177
|
fill: var(--color-text-body-secondary-gaft81, #545b64);
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.awsui_ticks--
|
|
181
|
-
.awsui_ticks--
|
|
180
|
+
.awsui_ticks--y_f0fot_1lqm2_180:not(#\9),
|
|
181
|
+
.awsui_ticks--x_f0fot_1lqm2_181:not(#\9) {
|
|
182
182
|
/* used in test-utils */
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.awsui_ticks--
|
|
185
|
+
.awsui_ticks--bottom_f0fot_1lqm2_185 > .awsui_ticks__text_f0fot_1lqm2_175:not(#\9) {
|
|
186
186
|
text-anchor: middle;
|
|
187
187
|
dominant-baseline: hanging;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.awsui_labels-inline-
|
|
190
|
+
.awsui_labels-inline-start_f0fot_1lqm2_190 > .awsui_ticks_f0fot_1lqm2_170 > .awsui_ticks__text_f0fot_1lqm2_175:not(#\9) {
|
|
191
191
|
text-anchor: end;
|
|
192
192
|
dominant-baseline: central;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.awsui_labels-inline-
|
|
195
|
+
.awsui_labels-inline-start_f0fot_1lqm2_190:not(#\9) {
|
|
196
196
|
position: relative;
|
|
197
197
|
margin-inline-end: 12px;
|
|
198
198
|
}
|
|
199
|
-
.awsui_labels-inline-
|
|
199
|
+
.awsui_labels-inline-start_f0fot_1lqm2_190 > .awsui_axis-label_f0fot_1lqm2_155:not(#\9) {
|
|
200
200
|
position: absolute;
|
|
201
201
|
visibility: visible;
|
|
202
202
|
white-space: nowrap;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.awsui_labels-inline-
|
|
205
|
+
.awsui_labels-inline-start__label_f0fot_1lqm2_205:not(#\9) {
|
|
206
206
|
position: absolute;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.awsui_labels-inline-start--
|
|
209
|
+
.awsui_labels-inline-start--hidden_f0fot_1lqm2_209:not(#\9) {
|
|
210
210
|
visibility: hidden;
|
|
211
211
|
}
|
|
212
|
-
.awsui_labels-inline-start--
|
|
212
|
+
.awsui_labels-inline-start--hidden_f0fot_1lqm2_209 > .awsui_labels-inline-start__label_f0fot_1lqm2_205:not(#\9) {
|
|
213
213
|
position: relative;
|
|
214
214
|
white-space: nowrap;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.awsui_labels-block-
|
|
217
|
+
.awsui_labels-block-end_f0fot_1lqm2_217:not(#\9) {
|
|
218
218
|
position: relative;
|
|
219
219
|
display: block;
|
|
220
220
|
inline-size: 100%;
|
|
221
221
|
overflow: visible;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.awsui_vertical-
|
|
224
|
+
.awsui_vertical-marker_f0fot_1lqm2_146:not(#\9) {
|
|
225
225
|
pointer-events: none;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.awsui_vertical-marker-
|
|
228
|
+
.awsui_vertical-marker-circle_f0fot_1lqm2_228:not(#\9) {
|
|
229
229
|
fill: var(--color-background-container-content-aemn43, #ffffff);
|
|
230
230
|
pointer-events: none;
|
|
231
231
|
stroke-width: var(--border-line-chart-width-vyj7eu, 2px);
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.awsui_vertical-marker-circle-
|
|
234
|
+
.awsui_vertical-marker-circle-active_f0fot_1lqm2_234:not(#\9) {
|
|
235
235
|
cursor: pointer;
|
|
236
236
|
stroke-width: var(--border-line-chart-width-vyj7eu, 2px);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.awsui_focus-
|
|
239
|
+
.awsui_focus-outline_f0fot_1lqm2_239:not(#\9) {
|
|
240
240
|
outline: none;
|
|
241
241
|
pointer-events: none;
|
|
242
242
|
fill: none;
|
|
@@ -244,45 +244,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
244
244
|
stroke-width: 2px;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.awsui_chart-
|
|
247
|
+
.awsui_chart-container_f0fot_1lqm2_247:not(#\9) {
|
|
248
248
|
display: flex;
|
|
249
249
|
inline-size: 100%;
|
|
250
250
|
flex-direction: column;
|
|
251
251
|
}
|
|
252
|
-
.awsui_chart-
|
|
252
|
+
.awsui_chart-container_f0fot_1lqm2_247.awsui_fit-height_f0fot_1lqm2_252:not(#\9) {
|
|
253
253
|
block-size: 100%;
|
|
254
254
|
min-block-size: inherit;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.awsui_chart-container-
|
|
257
|
+
.awsui_chart-container-outer_f0fot_1lqm2_257:not(#\9) {
|
|
258
258
|
display: flex;
|
|
259
259
|
}
|
|
260
|
-
.awsui_chart-container-
|
|
260
|
+
.awsui_chart-container-outer_f0fot_1lqm2_257.awsui_fit-height_f0fot_1lqm2_252:not(#\9) {
|
|
261
261
|
flex: 1;
|
|
262
262
|
}
|
|
263
|
-
.awsui_chart-container-
|
|
263
|
+
.awsui_chart-container-outer_f0fot_1lqm2_257.awsui_fit-height_f0fot_1lqm2_252:not(#\9):not(.awsui_axis-label_f0fot_1lqm2_155 + .awsui_chart-container-outer_f0fot_1lqm2_257.awsui_fit-height_f0fot_1lqm2_252, .awsui_chart-container-outer_f0fot_1lqm2_257.awsui_fit-height_f0fot_1lqm2_252.awsui_has-filters_f0fot_1lqm2_263) {
|
|
264
264
|
margin-block-start: calc(0.5 * var(--font-chart-detail-size-gadmd0, 14px));
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.awsui_chart-container-
|
|
267
|
+
.awsui_chart-container-inner_f0fot_1lqm2_267:not(#\9) {
|
|
268
268
|
position: relative;
|
|
269
269
|
display: flex;
|
|
270
270
|
flex-direction: column;
|
|
271
271
|
inline-size: 100%;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
.awsui_chart-container-plot-
|
|
274
|
+
.awsui_chart-container-plot-wrapper_f0fot_1lqm2_274.awsui_fit-height_f0fot_1lqm2_252:not(#\9) {
|
|
275
275
|
display: block;
|
|
276
276
|
position: relative;
|
|
277
277
|
flex: 1;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.awsui_chart-container-
|
|
280
|
+
.awsui_chart-container-plot_f0fot_1lqm2_274.awsui_fit-height_f0fot_1lqm2_252:not(#\9) {
|
|
281
281
|
display: block;
|
|
282
282
|
position: absolute;
|
|
283
283
|
inset: 0;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
.awsui_chart-container-bottom-
|
|
286
|
+
.awsui_chart-container-bottom-labels_f0fot_1lqm2_286.awsui_fit-height_f0fot_1lqm2_252:not(#\9) {
|
|
287
287
|
display: block;
|
|
288
288
|
}
|
|
@@ -2,33 +2,33 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"axis": "
|
|
6
|
-
"vertical-marker": "awsui_vertical-
|
|
7
|
-
"axis--emphasized": "awsui_axis--
|
|
8
|
-
"axis-label": "awsui_axis-
|
|
9
|
-
"axis-label--x": "awsui_axis-label--
|
|
10
|
-
"axis-label--y": "awsui_axis-label--
|
|
11
|
-
"grid": "
|
|
12
|
-
"ticks__line": "
|
|
13
|
-
"ticks__text": "
|
|
14
|
-
"ticks--y": "awsui_ticks--
|
|
15
|
-
"ticks--x": "awsui_ticks--
|
|
16
|
-
"ticks--bottom": "awsui_ticks--
|
|
17
|
-
"labels-inline-start": "awsui_labels-inline-
|
|
18
|
-
"ticks": "
|
|
19
|
-
"labels-inline-start__label": "awsui_labels-inline-
|
|
20
|
-
"labels-inline-start--hidden": "awsui_labels-inline-start--
|
|
21
|
-
"labels-block-end": "awsui_labels-block-
|
|
22
|
-
"vertical-marker-circle": "awsui_vertical-marker-
|
|
23
|
-
"vertical-marker-circle-active": "awsui_vertical-marker-circle-
|
|
24
|
-
"focus-outline": "awsui_focus-
|
|
25
|
-
"chart-container": "awsui_chart-
|
|
26
|
-
"fit-height": "awsui_fit-
|
|
27
|
-
"chart-container-outer": "awsui_chart-container-
|
|
28
|
-
"has-filters": "awsui_has-
|
|
29
|
-
"chart-container-inner": "awsui_chart-container-
|
|
30
|
-
"chart-container-plot-wrapper": "awsui_chart-container-plot-
|
|
31
|
-
"chart-container-plot": "awsui_chart-container-
|
|
32
|
-
"chart-container-bottom-labels": "awsui_chart-container-bottom-
|
|
5
|
+
"axis": "awsui_axis_f0fot_1lqm2_145",
|
|
6
|
+
"vertical-marker": "awsui_vertical-marker_f0fot_1lqm2_146",
|
|
7
|
+
"axis--emphasized": "awsui_axis--emphasized_f0fot_1lqm2_151",
|
|
8
|
+
"axis-label": "awsui_axis-label_f0fot_1lqm2_155",
|
|
9
|
+
"axis-label--x": "awsui_axis-label--x_f0fot_1lqm2_160",
|
|
10
|
+
"axis-label--y": "awsui_axis-label--y_f0fot_1lqm2_161",
|
|
11
|
+
"grid": "awsui_grid_f0fot_1lqm2_165",
|
|
12
|
+
"ticks__line": "awsui_ticks__line_f0fot_1lqm2_170",
|
|
13
|
+
"ticks__text": "awsui_ticks__text_f0fot_1lqm2_175",
|
|
14
|
+
"ticks--y": "awsui_ticks--y_f0fot_1lqm2_180",
|
|
15
|
+
"ticks--x": "awsui_ticks--x_f0fot_1lqm2_181",
|
|
16
|
+
"ticks--bottom": "awsui_ticks--bottom_f0fot_1lqm2_185",
|
|
17
|
+
"labels-inline-start": "awsui_labels-inline-start_f0fot_1lqm2_190",
|
|
18
|
+
"ticks": "awsui_ticks_f0fot_1lqm2_170",
|
|
19
|
+
"labels-inline-start__label": "awsui_labels-inline-start__label_f0fot_1lqm2_205",
|
|
20
|
+
"labels-inline-start--hidden": "awsui_labels-inline-start--hidden_f0fot_1lqm2_209",
|
|
21
|
+
"labels-block-end": "awsui_labels-block-end_f0fot_1lqm2_217",
|
|
22
|
+
"vertical-marker-circle": "awsui_vertical-marker-circle_f0fot_1lqm2_228",
|
|
23
|
+
"vertical-marker-circle-active": "awsui_vertical-marker-circle-active_f0fot_1lqm2_234",
|
|
24
|
+
"focus-outline": "awsui_focus-outline_f0fot_1lqm2_239",
|
|
25
|
+
"chart-container": "awsui_chart-container_f0fot_1lqm2_247",
|
|
26
|
+
"fit-height": "awsui_fit-height_f0fot_1lqm2_252",
|
|
27
|
+
"chart-container-outer": "awsui_chart-container-outer_f0fot_1lqm2_257",
|
|
28
|
+
"has-filters": "awsui_has-filters_f0fot_1lqm2_263",
|
|
29
|
+
"chart-container-inner": "awsui_chart-container-inner_f0fot_1lqm2_267",
|
|
30
|
+
"chart-container-plot-wrapper": "awsui_chart-container-plot-wrapper_f0fot_1lqm2_274",
|
|
31
|
+
"chart-container-plot": "awsui_chart-container-plot_f0fot_1lqm2_274",
|
|
32
|
+
"chart-container-bottom-labels": "awsui_chart-container-bottom-labels_f0fot_1lqm2_286"
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (21c5e82c)";
|
|
3
|
+
export var GIT_SHA = "21c5e82c";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -437,6 +437,7 @@ export const colorBackgroundInputDisabled: string;
|
|
|
437
437
|
export const colorBackgroundItemSelected: string;
|
|
438
438
|
export const colorBackgroundSideNavigationItemActive: string;
|
|
439
439
|
export const colorBackgroundSideNavigationItemActiveCollapsed: string;
|
|
440
|
+
export const colorBackgroundSideNavigationItemIconHover: string;
|
|
440
441
|
export const colorBackgroundLayoutMain: string;
|
|
441
442
|
export const colorBackgroundLayoutAiDrawer: string;
|
|
442
443
|
export const colorBackgroundDrawer: string;
|
|
@@ -437,6 +437,7 @@ export var colorBackgroundInputDisabled = "var(--color-background-input-disabled
|
|
|
437
437
|
export var colorBackgroundItemSelected = "var(--color-background-item-selected-9gppru, #f0fbff)";
|
|
438
438
|
export var colorBackgroundSideNavigationItemActive = "var(--color-background-side-navigation-item-active-adfprg, transparent)";
|
|
439
439
|
export var colorBackgroundSideNavigationItemActiveCollapsed = "var(--color-background-side-navigation-item-active-collapsed-ceubmy, #006ce0)";
|
|
440
|
+
export var colorBackgroundSideNavigationItemIconHover = "var(--color-background-side-navigation-item-icon-hover-ul9ia1, #f0fbff)";
|
|
440
441
|
export var colorBackgroundLayoutMain = "var(--color-background-layout-main-5ilwcb, #ffffff)";
|
|
441
442
|
export var colorBackgroundLayoutAiDrawer = "var(--color-background-layout-ai-drawer-b4mvv3, #161d26)";
|
|
442
443
|
export var colorBackgroundDrawer = "var(--color-background-drawer-5hs0eh, #ffffff)";
|
|
@@ -729,7 +730,7 @@ export var colorIconActionCardDefault = "var(--color-icon-action-card-default-an
|
|
|
729
730
|
export var colorIconActionCardHover = "var(--color-icon-action-card-hover-qxq4pp, #002b66)";
|
|
730
731
|
export var colorIconActionCardActive = "var(--color-icon-action-card-active-rhp94s, #002b66)";
|
|
731
732
|
export var colorIconActionCardDisabled = "var(--color-icon-action-card-disabled-wm3kyf, #b4b4bb)";
|
|
732
|
-
export var colorBackgroundSkeleton = "var(--color-background-skeleton-
|
|
733
|
+
export var colorBackgroundSkeleton = "var(--color-background-skeleton-h3lxqh, #8c8c94)";
|
|
733
734
|
export var colorBackgroundSkeletonWave = "var(--color-background-skeleton-wave-1dy97d, #f6f6f9)";
|
|
734
735
|
export var colorBackgroundBadgeGreen = "var(--color-background-badge-green-1bcjh0, #00802f)";
|
|
735
736
|
export var colorBackgroundBadgeBlue = "var(--color-background-badge-blue-6346bd, #006ce0)";
|
|
@@ -1795,6 +1795,10 @@ module.exports.preset = {
|
|
|
1795
1795
|
"light": "{colorBackgroundControlChecked}",
|
|
1796
1796
|
"dark": "{colorBackgroundControlChecked}"
|
|
1797
1797
|
},
|
|
1798
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
1799
|
+
"light": "{colorPrimary50}",
|
|
1800
|
+
"dark": "{colorNeutral700}"
|
|
1801
|
+
},
|
|
1798
1802
|
"colorBackgroundLayoutMain": {
|
|
1799
1803
|
"light": "{colorWhite}",
|
|
1800
1804
|
"dark": "{colorNeutral850}"
|
|
@@ -2964,8 +2968,8 @@ module.exports.preset = {
|
|
|
2964
2968
|
"dark": "{colorNeutral600}"
|
|
2965
2969
|
},
|
|
2966
2970
|
"colorBackgroundSkeleton": {
|
|
2967
|
-
"light": "{
|
|
2968
|
-
"dark": "{
|
|
2971
|
+
"light": "{colorNeutral500}",
|
|
2972
|
+
"dark": "{colorNeutral600}"
|
|
2969
2973
|
},
|
|
2970
2974
|
"colorBackgroundSkeletonWave": {
|
|
2971
2975
|
"light": "{colorNeutral150}",
|
|
@@ -4799,6 +4803,10 @@ module.exports.preset = {
|
|
|
4799
4803
|
"light": "{colorBackgroundControlChecked}",
|
|
4800
4804
|
"dark": "{colorBackgroundControlChecked}"
|
|
4801
4805
|
},
|
|
4806
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
4807
|
+
"light": "{colorNeutral700}",
|
|
4808
|
+
"dark": "{colorNeutral700}"
|
|
4809
|
+
},
|
|
4802
4810
|
"colorBackgroundLayoutMain": {
|
|
4803
4811
|
"light": "{colorNeutral850}",
|
|
4804
4812
|
"dark": "{colorNeutral850}"
|
|
@@ -5968,8 +5976,8 @@ module.exports.preset = {
|
|
|
5968
5976
|
"dark": "{colorNeutral600}"
|
|
5969
5977
|
},
|
|
5970
5978
|
"colorBackgroundSkeleton": {
|
|
5971
|
-
"light": "{
|
|
5972
|
-
"dark": "{
|
|
5979
|
+
"light": "{colorNeutral600}",
|
|
5980
|
+
"dark": "{colorNeutral600}"
|
|
5973
5981
|
},
|
|
5974
5982
|
"colorBackgroundSkeletonWave": {
|
|
5975
5983
|
"light": "{colorNeutral700}",
|
|
@@ -6615,6 +6623,10 @@ module.exports.preset = {
|
|
|
6615
6623
|
"light": "{colorBackgroundControlChecked}",
|
|
6616
6624
|
"dark": "{colorBackgroundControlChecked}"
|
|
6617
6625
|
},
|
|
6626
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
6627
|
+
"light": "{colorNeutral700}",
|
|
6628
|
+
"dark": "{colorNeutral700}"
|
|
6629
|
+
},
|
|
6618
6630
|
"colorBackgroundLayoutMain": {
|
|
6619
6631
|
"light": "{colorNeutral950}",
|
|
6620
6632
|
"dark": "{colorNeutral950}"
|
|
@@ -7784,8 +7796,8 @@ module.exports.preset = {
|
|
|
7784
7796
|
"dark": "{colorNeutral600}"
|
|
7785
7797
|
},
|
|
7786
7798
|
"colorBackgroundSkeleton": {
|
|
7787
|
-
"light": "{
|
|
7788
|
-
"dark": "{
|
|
7799
|
+
"light": "{colorNeutral600}",
|
|
7800
|
+
"dark": "{colorNeutral600}"
|
|
7789
7801
|
},
|
|
7790
7802
|
"colorBackgroundSkeletonWave": {
|
|
7791
7803
|
"light": "{colorNeutral700}",
|
|
@@ -8359,6 +8371,10 @@ module.exports.preset = {
|
|
|
8359
8371
|
"light": "{colorBackgroundControlChecked}",
|
|
8360
8372
|
"dark": "{colorBackgroundControlChecked}"
|
|
8361
8373
|
},
|
|
8374
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
8375
|
+
"light": "{colorPrimary50}",
|
|
8376
|
+
"dark": "{colorNeutral700}"
|
|
8377
|
+
},
|
|
8362
8378
|
"colorBackgroundLayoutMain": {
|
|
8363
8379
|
"light": "{colorWhite}",
|
|
8364
8380
|
"dark": "{colorNeutral850}"
|
|
@@ -9528,8 +9544,8 @@ module.exports.preset = {
|
|
|
9528
9544
|
"dark": "{colorNeutral600}"
|
|
9529
9545
|
},
|
|
9530
9546
|
"colorBackgroundSkeleton": {
|
|
9531
|
-
"light": "{
|
|
9532
|
-
"dark": "{
|
|
9547
|
+
"light": "{colorNeutral500}",
|
|
9548
|
+
"dark": "{colorNeutral600}"
|
|
9533
9549
|
},
|
|
9534
9550
|
"colorBackgroundSkeletonWave": {
|
|
9535
9551
|
"light": "{colorNeutral150}",
|
|
@@ -9949,6 +9965,10 @@ module.exports.preset = {
|
|
|
9949
9965
|
"light": "{colorBackgroundControlChecked}",
|
|
9950
9966
|
"dark": "{colorBackgroundControlChecked}"
|
|
9951
9967
|
},
|
|
9968
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
9969
|
+
"light": "{colorPrimary50}",
|
|
9970
|
+
"dark": "{colorNeutral700}"
|
|
9971
|
+
},
|
|
9952
9972
|
"colorBackgroundLayoutMain": {
|
|
9953
9973
|
"light": "{colorWhite}",
|
|
9954
9974
|
"dark": "{colorNeutral850}"
|
|
@@ -11118,8 +11138,8 @@ module.exports.preset = {
|
|
|
11118
11138
|
"dark": "{colorNeutral600}"
|
|
11119
11139
|
},
|
|
11120
11140
|
"colorBackgroundSkeleton": {
|
|
11121
|
-
"light": "{
|
|
11122
|
-
"dark": "{
|
|
11141
|
+
"light": "{colorNeutral500}",
|
|
11142
|
+
"dark": "{colorNeutral600}"
|
|
11123
11143
|
},
|
|
11124
11144
|
"colorBackgroundSkeletonWave": {
|
|
11125
11145
|
"light": "{colorNeutral150}",
|
|
@@ -11539,6 +11559,10 @@ module.exports.preset = {
|
|
|
11539
11559
|
"light": "{colorBackgroundControlChecked}",
|
|
11540
11560
|
"dark": "{colorBackgroundControlChecked}"
|
|
11541
11561
|
},
|
|
11562
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
11563
|
+
"light": "{colorPrimary50}",
|
|
11564
|
+
"dark": "{colorNeutral700}"
|
|
11565
|
+
},
|
|
11542
11566
|
"colorBackgroundLayoutMain": {
|
|
11543
11567
|
"light": "{colorWhite}",
|
|
11544
11568
|
"dark": "{colorNeutral850}"
|
|
@@ -12708,8 +12732,8 @@ module.exports.preset = {
|
|
|
12708
12732
|
"dark": "{colorNeutral600}"
|
|
12709
12733
|
},
|
|
12710
12734
|
"colorBackgroundSkeleton": {
|
|
12711
|
-
"light": "{
|
|
12712
|
-
"dark": "{
|
|
12735
|
+
"light": "{colorNeutral500}",
|
|
12736
|
+
"dark": "{colorNeutral600}"
|
|
12713
12737
|
},
|
|
12714
12738
|
"colorBackgroundSkeletonWave": {
|
|
12715
12739
|
"light": "{colorNeutral150}",
|
|
@@ -13131,6 +13155,10 @@ module.exports.preset = {
|
|
|
13131
13155
|
"light": "{colorBackgroundControlChecked}",
|
|
13132
13156
|
"dark": "{colorBackgroundControlChecked}"
|
|
13133
13157
|
},
|
|
13158
|
+
"colorBackgroundSideNavigationItemIconHover": {
|
|
13159
|
+
"light": "{colorNeutral700}",
|
|
13160
|
+
"dark": "{colorNeutral700}"
|
|
13161
|
+
},
|
|
13134
13162
|
"colorBackgroundLayoutMain": {
|
|
13135
13163
|
"light": "{colorNeutral850}",
|
|
13136
13164
|
"dark": "{colorNeutral850}"
|
|
@@ -14300,8 +14328,8 @@ module.exports.preset = {
|
|
|
14300
14328
|
"dark": "{colorNeutral600}"
|
|
14301
14329
|
},
|
|
14302
14330
|
"colorBackgroundSkeleton": {
|
|
14303
|
-
"light": "{
|
|
14304
|
-
"dark": "{
|
|
14331
|
+
"light": "{colorNeutral600}",
|
|
14332
|
+
"dark": "{colorNeutral600}"
|
|
14305
14333
|
},
|
|
14306
14334
|
"colorBackgroundSkeletonWave": {
|
|
14307
14335
|
"light": "{colorNeutral700}",
|
|
@@ -14932,6 +14960,7 @@ module.exports.preset = {
|
|
|
14932
14960
|
"colorBackgroundItemSelected": "color",
|
|
14933
14961
|
"colorBackgroundSideNavigationItemActive": "color",
|
|
14934
14962
|
"colorBackgroundSideNavigationItemActiveCollapsed": "color",
|
|
14963
|
+
"colorBackgroundSideNavigationItemIconHover": "color",
|
|
14935
14964
|
"colorBackgroundLayoutMain": "color",
|
|
14936
14965
|
"colorBackgroundLayoutAiDrawer": "color",
|
|
14937
14966
|
"colorBackgroundDrawer": "color",
|
|
@@ -17215,6 +17244,7 @@ module.exports.preset = {
|
|
|
17215
17244
|
"colorBackgroundItemSelected": "color-background-item-selected",
|
|
17216
17245
|
"colorBackgroundSideNavigationItemActive": "color-background-side-navigation-item-active",
|
|
17217
17246
|
"colorBackgroundSideNavigationItemActiveCollapsed": "color-background-side-navigation-item-active-collapsed",
|
|
17247
|
+
"colorBackgroundSideNavigationItemIconHover": "color-background-side-navigation-item-icon-hover",
|
|
17218
17248
|
"colorBackgroundLayoutMain": "color-background-layout-main",
|
|
17219
17249
|
"colorBackgroundLayoutAiDrawer": "color-background-layout-ai-drawer",
|
|
17220
17250
|
"colorBackgroundDrawer": "color-background-drawer",
|
|
@@ -18337,6 +18367,7 @@ module.exports.preset = {
|
|
|
18337
18367
|
"colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
|
|
18338
18368
|
"colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
|
|
18339
18369
|
"colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-ceubmy",
|
|
18370
|
+
"colorBackgroundSideNavigationItemIconHover": "--color-background-side-navigation-item-icon-hover-ul9ia1",
|
|
18340
18371
|
"colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
|
|
18341
18372
|
"colorBackgroundLayoutAiDrawer": "--color-background-layout-ai-drawer-b4mvv3",
|
|
18342
18373
|
"colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
|
|
@@ -18629,7 +18660,7 @@ module.exports.preset = {
|
|
|
18629
18660
|
"colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
|
|
18630
18661
|
"colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
|
|
18631
18662
|
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
|
|
18632
|
-
"colorBackgroundSkeleton": "--color-background-skeleton-
|
|
18663
|
+
"colorBackgroundSkeleton": "--color-background-skeleton-h3lxqh",
|
|
18633
18664
|
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
|
|
18634
18665
|
"colorBackgroundBadgeGreen": "--color-background-badge-green-1bcjh0",
|
|
18635
18666
|
"colorBackgroundBadgeBlue": "--color-background-badge-blue-6346bd",
|