@cloudscape-design/components-themeable 3.0.1340 → 3.0.1342
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 +228 -37
- package/lib/internal/scss/internal/components/chart-legend/styles.scss +1 -0
- 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/button-dropdown/filter.d.ts +1 -1
- package/lib/internal/template/button-dropdown/filter.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +2 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts +1 -0
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js +9 -0
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js.map +1 -1
- 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/context.d.ts +16 -4
- package/lib/internal/template/i18n/context.d.ts.map +1 -1
- package/lib/internal/template/i18n/context.js +10 -4
- package/lib/internal/template/i18n/context.js.map +1 -1
- package/lib/internal/template/i18n/index.d.ts +2 -0
- package/lib/internal/template/i18n/index.d.ts.map +1 -1
- package/lib/internal/template/i18n/index.js +1 -0
- package/lib/internal/template/i18n/index.js.map +1 -1
- 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/index.d.ts.map +1 -1
- package/lib/internal/template/input/index.js +4 -2
- package/lib/internal/template/input/index.js.map +1 -1
- package/lib/internal/template/input/interfaces.d.ts +9 -0
- package/lib/internal/template/input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/input/interfaces.js.map +1 -1
- package/lib/internal/template/input/internal.d.ts +5 -5
- package/lib/internal/template/input/internal.d.ts.map +1 -1
- package/lib/internal/template/input/internal.js +60 -24
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/input/styles.css.js +28 -18
- package/lib/internal/template/input/styles.scoped.css +213 -52
- package/lib/internal/template/input/styles.selectors.js +28 -18
- package/lib/internal/template/input/utils.js +3 -3
- package/lib/internal/template/input/utils.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +297 -289
- 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/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +16 -14
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- 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 +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +31 -0
- package/lib/internal/template/internal/generated/theming/index.js +31 -0
- package/lib/internal/template/multiselect/embedded.d.ts +1 -1
- 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/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/parts/filter.d.ts +1 -1
- package/lib/internal/template/select/parts/filter.d.ts.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/status-indicator/interfaces.d.ts +1 -1
- package/lib/internal/template/status-indicator/interfaces.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/interfaces.js.map +1 -1
- package/lib/internal/template/status-indicator/internal.d.ts +2 -6
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/steps/interfaces.d.ts +2 -2
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/test-utils/dom/input/index.d.ts +2 -0
- package/lib/internal/template/test-utils/dom/input/index.js +6 -0
- package/lib/internal/template/test-utils/dom/input/index.js.map +1 -1
- 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/input/index.d.ts +2 -0
- package/lib/internal/template/test-utils/selectors/input/index.js +6 -0
- package/lib/internal/template/test-utils/selectors/input/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
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts +0 -3
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts.map +0 -1
- package/lib/internal/template/status-indicator/internal-interfaces.js +0 -2
- package/lib/internal/template/status-indicator/internal-interfaces.js.map +0 -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,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"marker": "
|
|
5
|
-
"root": "
|
|
6
|
-
"title": "
|
|
7
|
-
"list": "
|
|
8
|
-
"marker--dimmed": "awsui_marker--
|
|
9
|
-
"marker--highlighted": "awsui_marker--
|
|
4
|
+
"marker": "awsui_marker_1kjc7_1mwuf_153",
|
|
5
|
+
"root": "awsui_root_1kjc7_1mwuf_167",
|
|
6
|
+
"title": "awsui_title_1kjc7_1mwuf_202",
|
|
7
|
+
"list": "awsui_list_1kjc7_1mwuf_206",
|
|
8
|
+
"marker--dimmed": "awsui_marker--dimmed_1kjc7_1mwuf_254",
|
|
9
|
+
"marker--highlighted": "awsui_marker--highlighted_1kjc7_1mwuf_257"
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -150,21 +150,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_marker_1kjc7_1mwuf_153:not(#\9) {
|
|
154
154
|
transition: opacity var(--motion-duration-transition-quick-ucajl5, 90ms) var(--motion-easing-transition-quick-034duw, linear);
|
|
155
155
|
}
|
|
156
156
|
@media (prefers-reduced-motion: reduce) {
|
|
157
|
-
.
|
|
157
|
+
.awsui_marker_1kjc7_1mwuf_153:not(#\9) {
|
|
158
158
|
animation: none;
|
|
159
159
|
transition: none;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
.awsui-motion-disabled .
|
|
162
|
+
.awsui-motion-disabled .awsui_marker_1kjc7_1mwuf_153:not(#\9), .awsui-mode-entering .awsui_marker_1kjc7_1mwuf_153:not(#\9) {
|
|
163
163
|
animation: none;
|
|
164
164
|
transition: none;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
.awsui_root_1kjc7_1mwuf_167:not(#\9) {
|
|
168
168
|
border-collapse: separate;
|
|
169
169
|
border-spacing: 0;
|
|
170
170
|
box-sizing: border-box;
|
|
@@ -195,15 +195,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
-webkit-font-smoothing: auto;
|
|
196
196
|
-moz-osx-font-smoothing: auto;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_root_1kjc7_1mwuf_167:not(#\9):focus {
|
|
199
199
|
outline: none;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.awsui_title_1kjc7_1mwuf_202:not(#\9) {
|
|
203
203
|
/* used in test utils */
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
.awsui_list_1kjc7_1mwuf_206:not(#\9) {
|
|
207
207
|
display: flex;
|
|
208
208
|
flex-wrap: wrap;
|
|
209
209
|
list-style: none;
|
|
@@ -214,7 +214,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
gap: var(--space-scaled-xxs-jatbiv, 4px) var(--space-m-n2lypl, 16px);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.
|
|
217
|
+
.awsui_marker_1kjc7_1mwuf_153:not(#\9) {
|
|
218
|
+
min-inline-size: 0;
|
|
219
|
+
word-break: break-word;
|
|
218
220
|
display: inline-flex;
|
|
219
221
|
align-items: flex-start;
|
|
220
222
|
padding-block: 0;
|
|
@@ -225,17 +227,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
227
|
cursor: pointer;
|
|
226
228
|
opacity: 1;
|
|
227
229
|
}
|
|
228
|
-
.
|
|
230
|
+
.awsui_marker_1kjc7_1mwuf_153:not(#\9):focus {
|
|
229
231
|
outline: none;
|
|
230
232
|
}
|
|
231
|
-
body[data-awsui-focus-visible=true] .
|
|
233
|
+
body[data-awsui-focus-visible=true] .awsui_marker_1kjc7_1mwuf_153:not(#\9):focus {
|
|
232
234
|
position: relative;
|
|
233
235
|
}
|
|
234
|
-
body[data-awsui-focus-visible=true] .
|
|
236
|
+
body[data-awsui-focus-visible=true] .awsui_marker_1kjc7_1mwuf_153:not(#\9):focus {
|
|
235
237
|
outline: 2px dotted transparent;
|
|
236
238
|
outline-offset: calc(2px - 1px);
|
|
237
239
|
}
|
|
238
|
-
body[data-awsui-focus-visible=true] .
|
|
240
|
+
body[data-awsui-focus-visible=true] .awsui_marker_1kjc7_1mwuf_153:not(#\9):focus::before {
|
|
239
241
|
content: " ";
|
|
240
242
|
display: block;
|
|
241
243
|
position: absolute;
|
|
@@ -249,9 +251,9 @@ body[data-awsui-focus-visible=true] .awsui_marker_1kjc7_9egv0_153:not(#\9):focus
|
|
|
249
251
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
250
252
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
251
253
|
}
|
|
252
|
-
.
|
|
254
|
+
.awsui_marker_1kjc7_1mwuf_153.awsui_marker--dimmed_1kjc7_1mwuf_254:not(#\9) {
|
|
253
255
|
opacity: 0.35;
|
|
254
256
|
}
|
|
255
|
-
.
|
|
257
|
+
.awsui_marker_1kjc7_1mwuf_153.awsui_marker--highlighted_1kjc7_1mwuf_257:not(#\9) {
|
|
256
258
|
/* used in test utils */
|
|
257
259
|
}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"marker": "
|
|
6
|
-
"root": "
|
|
7
|
-
"title": "
|
|
8
|
-
"list": "
|
|
9
|
-
"marker--dimmed": "awsui_marker--
|
|
10
|
-
"marker--highlighted": "awsui_marker--
|
|
5
|
+
"marker": "awsui_marker_1kjc7_1mwuf_153",
|
|
6
|
+
"root": "awsui_root_1kjc7_1mwuf_167",
|
|
7
|
+
"title": "awsui_title_1kjc7_1mwuf_202",
|
|
8
|
+
"list": "awsui_list_1kjc7_1mwuf_206",
|
|
9
|
+
"marker--dimmed": "awsui_marker--dimmed_1kjc7_1mwuf_254",
|
|
10
|
+
"marker--highlighted": "awsui_marker--highlighted_1kjc7_1mwuf_257"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -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 (2041ec8f)";
|
|
3
|
+
export var GIT_SHA = "2041ec8f";
|
|
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)";
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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}"
|
|
@@ -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",
|