@cloudscape-design/components-themeable 3.0.531 → 3.0.532

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.
Files changed (60) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/pagination/styles.scss +14 -9
  3. package/lib/internal/scss/pie-chart/styles.scss +10 -16
  4. package/lib/internal/scss/popover/arrow.scss +20 -16
  5. package/lib/internal/scss/popover/body.scss +7 -6
  6. package/lib/internal/scss/popover/container.scss +35 -33
  7. package/lib/internal/scss/popover/styles.scss +8 -5
  8. package/lib/internal/scss/progress-bar/styles.scss +32 -17
  9. package/lib/internal/scss/property-filter/styles.scss +22 -20
  10. package/lib/internal/scss/radio-group/styles.scss +2 -2
  11. package/lib/internal/scss/s3-resource-selector/s3-in-context/styles.scss +10 -8
  12. package/lib/internal/scss/segmented-control/segment.scss +22 -16
  13. package/lib/internal/scss/select/parts/styles.scss +23 -15
  14. package/lib/internal/scss/side-navigation/styles.scss +48 -35
  15. package/lib/internal/scss/spinner/mixins.scss +5 -5
  16. package/lib/internal/scss/spinner/styles.scss +16 -12
  17. package/lib/internal/scss/split-panel/styles.scss +74 -54
  18. package/lib/internal/scss/status-indicator/styles.scss +2 -2
  19. package/lib/internal/template/internal/environment.js +1 -1
  20. package/lib/internal/template/internal/environment.json +1 -1
  21. package/lib/internal/template/pagination/styles.css.js +9 -9
  22. package/lib/internal/template/pagination/styles.scoped.css +37 -32
  23. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  24. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  25. package/lib/internal/template/pie-chart/styles.scoped.css +66 -72
  26. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  27. package/lib/internal/template/popover/styles.css.js +50 -50
  28. package/lib/internal/template/popover/styles.scoped.css +134 -119
  29. package/lib/internal/template/popover/styles.selectors.js +50 -50
  30. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  31. package/lib/internal/template/progress-bar/styles.scoped.css +79 -54
  32. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  33. package/lib/internal/template/property-filter/styles.css.js +31 -31
  34. package/lib/internal/template/property-filter/styles.scoped.css +54 -53
  35. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  36. package/lib/internal/template/radio-group/styles.css.js +9 -9
  37. package/lib/internal/template/radio-group/styles.scoped.css +17 -17
  38. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  39. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  40. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
  41. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  42. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  43. package/lib/internal/template/segmented-control/styles.scoped.css +55 -49
  44. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  45. package/lib/internal/template/select/parts/styles.css.js +16 -16
  46. package/lib/internal/template/select/parts/styles.scoped.css +39 -31
  47. package/lib/internal/template/select/parts/styles.selectors.js +16 -16
  48. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  49. package/lib/internal/template/side-navigation/styles.scoped.css +86 -73
  50. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  51. package/lib/internal/template/spinner/styles.css.js +13 -13
  52. package/lib/internal/template/spinner/styles.scoped.css +49 -45
  53. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  54. package/lib/internal/template/split-panel/styles.css.js +55 -55
  55. package/lib/internal/template/split-panel/styles.scoped.css +149 -131
  56. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  57. package/lib/internal/template/status-indicator/styles.css.js +23 -23
  58. package/lib/internal/template/status-indicator/styles.scoped.css +31 -31
  59. package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
  60. package/package.json +1 -1
@@ -58,13 +58,13 @@ $_color-overrides: (
58
58
  word-break: break-all;
59
59
 
60
60
  > .icon {
61
- padding-right: awsui.$space-xxs;
61
+ padding-inline-end: awsui.$space-xxs;
62
62
  }
63
63
  }
64
64
  }
65
65
 
66
66
  .overflow-ellipsis {
67
- max-width: 100%;
67
+ max-inline-size: 100%;
68
68
  overflow: hidden;
69
69
  text-overflow: ellipsis;
70
70
  white-space: nowrap;
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (b4da3b8e)";
2
+ export var PACKAGE_VERSION = "3.0.0 (2607709e)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (b4da3b8e)",
3
+ "PACKAGE_VERSION": "3.0.0 (2607709e)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_fvjdu_10pl9_93",
5
- "button": "awsui_button_fvjdu_10pl9_135",
6
- "dots": "awsui_dots_fvjdu_10pl9_136",
7
- "button-disabled": "awsui_button-disabled_fvjdu_10pl9_158",
8
- "arrow": "awsui_arrow_fvjdu_10pl9_163",
9
- "page-number": "awsui_page-number_fvjdu_10pl9_173",
10
- "button-current": "awsui_button-current_fvjdu_10pl9_179",
11
- "page-item": "awsui_page-item_fvjdu_10pl9_196",
12
- "root-disabled": "awsui_root-disabled_fvjdu_10pl9_212"
4
+ "root": "awsui_root_fvjdu_5hj2p_93",
5
+ "button": "awsui_button_fvjdu_5hj2p_136",
6
+ "dots": "awsui_dots_fvjdu_5hj2p_137",
7
+ "button-disabled": "awsui_button-disabled_fvjdu_5hj2p_161",
8
+ "arrow": "awsui_arrow_fvjdu_5hj2p_166",
9
+ "page-number": "awsui_page-number_fvjdu_5hj2p_176",
10
+ "button-current": "awsui_button-current_fvjdu_5hj2p_182",
11
+ "page-item": "awsui_page-item_fvjdu_5hj2p_199",
12
+ "root-disabled": "awsui_root-disabled_fvjdu_5hj2p_217"
13
13
  };
14
14
 
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_fvjdu_10pl9_93:not(#\9) {
93
+ .awsui_root_fvjdu_5hj2p_93:not(#\9) {
94
94
  border-collapse: separate;
95
95
  border-spacing: 0;
96
96
  box-sizing: border-box;
@@ -128,88 +128,93 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
128
128
  flex-direction: row;
129
129
  flex-wrap: wrap;
130
130
  box-sizing: border-box;
131
- padding-left: 0;
132
- margin: 0;
131
+ padding-inline-start: 0;
132
+ margin-block: 0;
133
+ margin-inline: 0;
133
134
  list-style: none;
134
135
  }
135
136
 
136
- .awsui_button_fvjdu_10pl9_135:not(#\9),
137
- .awsui_dots_fvjdu_10pl9_136:not(#\9) {
138
- min-width: var(--space-l-xu1x80, 20px);
139
- border: var(--border-field-width-yoy972, 1px) solid transparent;
137
+ .awsui_button_fvjdu_5hj2p_136:not(#\9),
138
+ .awsui_dots_fvjdu_5hj2p_137:not(#\9) {
139
+ min-inline-size: var(--space-l-xu1x80, 20px);
140
+ border-block: var(--border-field-width-yoy972, 1px) solid transparent;
141
+ border-inline: var(--border-field-width-yoy972, 1px) solid transparent;
140
142
  }
141
143
 
142
- .awsui_button_fvjdu_10pl9_135:not(#\9) {
144
+ .awsui_button_fvjdu_5hj2p_136:not(#\9) {
143
145
  cursor: pointer;
144
146
  text-align: center;
145
147
  box-sizing: border-box;
146
148
  background: transparent;
147
149
  line-height: inherit;
148
- padding: 0;
150
+ padding-block: 0;
151
+ padding-inline: 0;
149
152
  }
150
- .awsui_button_fvjdu_10pl9_135:not(#\9):focus {
153
+ .awsui_button_fvjdu_5hj2p_136:not(#\9):focus {
151
154
  outline: none;
152
155
  }
153
- body[data-awsui-focus-visible=true] .awsui_button_fvjdu_10pl9_135:not(#\9):focus {
156
+ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_5hj2p_136:not(#\9):focus {
154
157
  outline: 2px dotted transparent;
155
158
  border: var(--border-field-width-yoy972, 1px) solid var(--color-border-item-focused-v8nq2m, #0073bb);
156
159
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
157
160
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0k725q, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
158
161
  }
159
- .awsui_button-disabled_fvjdu_10pl9_158:not(#\9) {
162
+ .awsui_button-disabled_fvjdu_5hj2p_161:not(#\9) {
160
163
  cursor: default;
161
164
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
162
165
  }
163
166
 
164
- .awsui_arrow_fvjdu_10pl9_163:not(#\9) {
167
+ .awsui_arrow_fvjdu_5hj2p_166:not(#\9) {
165
168
  color: var(--color-text-interactive-default-dt26aj, #545b64);
166
169
  }
167
- .awsui_arrow_fvjdu_10pl9_163:not(#\9):not(.awsui_button-disabled_fvjdu_10pl9_158):hover {
170
+ .awsui_arrow_fvjdu_5hj2p_166:not(#\9):not(.awsui_button-disabled_fvjdu_5hj2p_161):hover {
168
171
  color: var(--color-text-interactive-hover-7who0l, #16191f);
169
172
  }
170
- .awsui_arrow_fvjdu_10pl9_163.awsui_button-disabled_fvjdu_10pl9_158:not(#\9) {
173
+ .awsui_arrow_fvjdu_5hj2p_166.awsui_button-disabled_fvjdu_5hj2p_161:not(#\9) {
171
174
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
172
175
  }
173
176
 
174
- .awsui_page-number_fvjdu_10pl9_173:not(#\9) {
177
+ .awsui_page-number_fvjdu_5hj2p_176:not(#\9) {
175
178
  color: var(--color-text-pagination-page-number-default-wqlfx1, #545b64);
176
179
  }
177
- .awsui_page-number_fvjdu_10pl9_173:not(#\9):not(.awsui_button-disabled_fvjdu_10pl9_158):hover {
180
+ .awsui_page-number_fvjdu_5hj2p_176:not(#\9):not(.awsui_button-disabled_fvjdu_5hj2p_161):hover {
178
181
  color: var(--color-text-interactive-hover-7who0l, #16191f);
179
182
  }
180
- .awsui_page-number_fvjdu_10pl9_173.awsui_button-current_fvjdu_10pl9_179:not(#\9) {
183
+ .awsui_page-number_fvjdu_5hj2p_176.awsui_button-current_fvjdu_5hj2p_182:not(#\9) {
181
184
  font-weight: var(--font-wayfinding-link-active-weight-wec2dg, 700);
182
185
  -webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
183
186
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
184
187
  color: var(--color-text-interactive-active-jrhxoe, #16191f);
185
188
  }
186
- .awsui_page-number_fvjdu_10pl9_173.awsui_button-current_fvjdu_10pl9_179.awsui_button-disabled_fvjdu_10pl9_158:not(#\9) {
189
+ .awsui_page-number_fvjdu_5hj2p_176.awsui_button-current_fvjdu_5hj2p_182.awsui_button-disabled_fvjdu_5hj2p_161:not(#\9) {
187
190
  color: var(--color-text-pagination-page-number-active-disabled-jox4ky, #545b64);
188
191
  }
189
- .awsui_page-number_fvjdu_10pl9_173.awsui_button-disabled_fvjdu_10pl9_158:not(#\9) {
192
+ .awsui_page-number_fvjdu_5hj2p_176.awsui_button-disabled_fvjdu_5hj2p_161:not(#\9) {
190
193
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
191
194
  }
192
195
 
193
- .awsui_dots_fvjdu_10pl9_136:not(#\9) {
196
+ .awsui_dots_fvjdu_5hj2p_137:not(#\9) {
194
197
  color: var(--color-text-interactive-default-dt26aj, #545b64);
195
198
  }
196
199
 
197
- .awsui_page-item_fvjdu_10pl9_196:not(#\9),
198
- .awsui_dots_fvjdu_10pl9_136:not(#\9) {
199
- margin: var(--space-scaled-xxs-t7ij38, 4px) var(--space-xxs-9rrxti, 4px);
200
+ .awsui_page-item_fvjdu_5hj2p_199:not(#\9),
201
+ .awsui_dots_fvjdu_5hj2p_137:not(#\9) {
202
+ margin-block: var(--space-scaled-xxs-t7ij38, 4px);
203
+ margin-inline: var(--space-xxs-9rrxti, 4px);
200
204
  text-align: center;
201
205
  box-sizing: border-box;
202
- padding: 0;
206
+ padding-block: 0;
207
+ padding-inline: 0;
203
208
  }
204
- .awsui_page-item_fvjdu_10pl9_196:not(#\9):first-child,
205
- .awsui_dots_fvjdu_10pl9_136:not(#\9):first-child {
206
- margin-left: 0;
209
+ .awsui_page-item_fvjdu_5hj2p_199:not(#\9):first-child,
210
+ .awsui_dots_fvjdu_5hj2p_137:not(#\9):first-child {
211
+ margin-inline-start: 0;
207
212
  }
208
- .awsui_page-item_fvjdu_10pl9_196:not(#\9):last-child,
209
- .awsui_dots_fvjdu_10pl9_136:not(#\9):last-child {
210
- margin-right: 0;
213
+ .awsui_page-item_fvjdu_5hj2p_199:not(#\9):last-child,
214
+ .awsui_dots_fvjdu_5hj2p_137:not(#\9):last-child {
215
+ margin-inline-end: 0;
211
216
  }
212
217
 
213
- .awsui_root-disabled_fvjdu_10pl9_212 > .awsui_dots_fvjdu_10pl9_136:not(#\9) {
218
+ .awsui_root-disabled_fvjdu_5hj2p_217 > .awsui_dots_fvjdu_5hj2p_137:not(#\9) {
214
219
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
215
220
  }
@@ -2,14 +2,14 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_fvjdu_10pl9_93",
6
- "button": "awsui_button_fvjdu_10pl9_135",
7
- "dots": "awsui_dots_fvjdu_10pl9_136",
8
- "button-disabled": "awsui_button-disabled_fvjdu_10pl9_158",
9
- "arrow": "awsui_arrow_fvjdu_10pl9_163",
10
- "page-number": "awsui_page-number_fvjdu_10pl9_173",
11
- "button-current": "awsui_button-current_fvjdu_10pl9_179",
12
- "page-item": "awsui_page-item_fvjdu_10pl9_196",
13
- "root-disabled": "awsui_root-disabled_fvjdu_10pl9_212"
5
+ "root": "awsui_root_fvjdu_5hj2p_93",
6
+ "button": "awsui_button_fvjdu_5hj2p_136",
7
+ "dots": "awsui_dots_fvjdu_5hj2p_137",
8
+ "button-disabled": "awsui_button-disabled_fvjdu_5hj2p_161",
9
+ "arrow": "awsui_arrow_fvjdu_5hj2p_166",
10
+ "page-number": "awsui_page-number_fvjdu_5hj2p_176",
11
+ "button-current": "awsui_button-current_fvjdu_5hj2p_182",
12
+ "page-item": "awsui_page-item_fvjdu_5hj2p_199",
13
+ "root-disabled": "awsui_root-disabled_fvjdu_5hj2p_217"
14
14
  };
15
15
 
@@ -1,32 +1,32 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment__path": "awsui_segment__path_1edmh_14bb6_97",
5
- "segment": "awsui_segment_1edmh_14bb6_97",
6
- "segment__hover": "awsui_segment__hover_1edmh_14bb6_124",
7
- "label": "awsui_label_1edmh_14bb6_138",
8
- "root": "awsui_root_1edmh_14bb6_156",
9
- "content": "awsui_content_1edmh_14bb6_160",
10
- "content--small": "awsui_content--small_1edmh_14bb6_160",
11
- "content--fit-height": "awsui_content--fit-height_1edmh_14bb6_163",
12
- "content--without-labels": "awsui_content--without-labels_1edmh_14bb6_166",
13
- "content--medium": "awsui_content--medium_1edmh_14bb6_172",
14
- "content--large": "awsui_content--large_1edmh_14bb6_184",
15
- "status-container": "awsui_status-container_1edmh_14bb6_201",
16
- "chart-container": "awsui_chart-container_1edmh_14bb6_205",
17
- "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_14bb6_209",
18
- "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_14bb6_214",
19
- "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_14bb6_217",
20
- "inner-content": "awsui_inner-content_1edmh_14bb6_226",
21
- "segment__highlight": "awsui_segment__highlight_1edmh_14bb6_240",
22
- "segment--dimmed": "awsui_segment--dimmed_1edmh_14bb6_255",
23
- "segment--highlighted": "awsui_segment--highlighted_1edmh_14bb6_258",
24
- "label--dimmed": "awsui_label--dimmed_1edmh_14bb6_275",
25
- "label--align-right": "awsui_label--align-right_1edmh_14bb6_278",
26
- "label-text": "awsui_label-text_1edmh_14bb6_286",
27
- "label__description": "awsui_label__description_1edmh_14bb6_294",
28
- "label-line": "awsui_label-line_1edmh_14bb6_301",
29
- "label--highlighted": "awsui_label--highlighted_1edmh_14bb6_305",
30
- "popover-header": "awsui_popover-header_1edmh_14bb6_309"
4
+ "segment__path": "awsui_segment__path_1edmh_d5j8v_97",
5
+ "segment": "awsui_segment_1edmh_d5j8v_97",
6
+ "segment__hover": "awsui_segment__hover_1edmh_d5j8v_124",
7
+ "label": "awsui_label_1edmh_d5j8v_138",
8
+ "root": "awsui_root_1edmh_d5j8v_156",
9
+ "content": "awsui_content_1edmh_d5j8v_160",
10
+ "content--small": "awsui_content--small_1edmh_d5j8v_160",
11
+ "content--fit-height": "awsui_content--fit-height_1edmh_d5j8v_163",
12
+ "content--without-labels": "awsui_content--without-labels_1edmh_d5j8v_166",
13
+ "content--medium": "awsui_content--medium_1edmh_d5j8v_172",
14
+ "content--large": "awsui_content--large_1edmh_d5j8v_184",
15
+ "status-container": "awsui_status-container_1edmh_d5j8v_201",
16
+ "chart-container": "awsui_chart-container_1edmh_d5j8v_205",
17
+ "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_d5j8v_209",
18
+ "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_d5j8v_214",
19
+ "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_d5j8v_217",
20
+ "inner-content": "awsui_inner-content_1edmh_d5j8v_223",
21
+ "segment__highlight": "awsui_segment__highlight_1edmh_d5j8v_234",
22
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_d5j8v_249",
23
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_d5j8v_252",
24
+ "label--dimmed": "awsui_label--dimmed_1edmh_d5j8v_269",
25
+ "label--align-right": "awsui_label--align-right_1edmh_d5j8v_272",
26
+ "label-text": "awsui_label-text_1edmh_d5j8v_280",
27
+ "label__description": "awsui_label__description_1edmh_d5j8v_288",
28
+ "label-line": "awsui_label-line_1edmh_d5j8v_295",
29
+ "label--highlighted": "awsui_label--highlighted_1edmh_d5j8v_299",
30
+ "popover-header": "awsui_popover-header_1edmh_d5j8v_303"
31
31
  };
32
32
 
@@ -94,57 +94,57 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_segment__path_1edmh_14bb6_97:not(#\9) {
97
+ .awsui_segment__path_1edmh_d5j8v_97:not(#\9) {
98
98
  transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
99
99
  }
100
100
  @media (prefers-reduced-motion: reduce) {
101
- .awsui_segment__path_1edmh_14bb6_97:not(#\9) {
101
+ .awsui_segment__path_1edmh_d5j8v_97:not(#\9) {
102
102
  animation: none;
103
103
  transition: none;
104
104
  }
105
105
  }
106
- .awsui-motion-disabled .awsui_segment__path_1edmh_14bb6_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_14bb6_97:not(#\9) {
106
+ .awsui-motion-disabled .awsui_segment__path_1edmh_d5j8v_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_d5j8v_97:not(#\9) {
107
107
  animation: none;
108
108
  transition: none;
109
109
  }
110
110
 
111
- .awsui_segment_1edmh_14bb6_97:not(#\9) {
111
+ .awsui_segment_1edmh_d5j8v_97:not(#\9) {
112
112
  transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_segment_1edmh_14bb6_97:not(#\9) {
115
+ .awsui_segment_1edmh_d5j8v_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
  }
120
- .awsui-motion-disabled .awsui_segment_1edmh_14bb6_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_14bb6_97:not(#\9) {
120
+ .awsui-motion-disabled .awsui_segment_1edmh_d5j8v_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_d5j8v_97:not(#\9) {
121
121
  animation: none;
122
122
  transition: none;
123
123
  }
124
- .awsui_segment_1edmh_14bb6_97 > .awsui_segment__hover_1edmh_14bb6_124:not(#\9) {
124
+ .awsui_segment_1edmh_d5j8v_97 > .awsui_segment__hover_1edmh_d5j8v_124:not(#\9) {
125
125
  transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
126
126
  }
127
127
  @media (prefers-reduced-motion: reduce) {
128
- .awsui_segment_1edmh_14bb6_97 > .awsui_segment__hover_1edmh_14bb6_124:not(#\9) {
128
+ .awsui_segment_1edmh_d5j8v_97 > .awsui_segment__hover_1edmh_d5j8v_124:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
  }
133
- .awsui-motion-disabled .awsui_segment_1edmh_14bb6_97 > .awsui_segment__hover_1edmh_14bb6_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_14bb6_97 > .awsui_segment__hover_1edmh_14bb6_124:not(#\9) {
133
+ .awsui-motion-disabled .awsui_segment_1edmh_d5j8v_97 > .awsui_segment__hover_1edmh_d5j8v_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_d5j8v_97 > .awsui_segment__hover_1edmh_d5j8v_124:not(#\9) {
134
134
  animation: none;
135
135
  transition: none;
136
136
  }
137
137
 
138
- .awsui_label_1edmh_14bb6_138:not(#\9) {
138
+ .awsui_label_1edmh_d5j8v_138:not(#\9) {
139
139
  transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
140
140
  }
141
141
  @media (prefers-reduced-motion: reduce) {
142
- .awsui_label_1edmh_14bb6_138:not(#\9) {
142
+ .awsui_label_1edmh_d5j8v_138:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
146
146
  }
147
- .awsui-motion-disabled .awsui_label_1edmh_14bb6_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_14bb6_138:not(#\9) {
147
+ .awsui-motion-disabled .awsui_label_1edmh_d5j8v_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_d5j8v_138:not(#\9) {
148
148
  animation: none;
149
149
  transition: none;
150
150
  }
@@ -153,137 +153,131 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
153
153
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
154
154
  SPDX-License-Identifier: Apache-2.0
155
155
  */
156
- .awsui_root_1edmh_14bb6_156:not(#\9) {
156
+ .awsui_root_1edmh_d5j8v_156:not(#\9) {
157
157
  /* used in test-utils */
158
158
  }
159
159
 
160
- .awsui_content_1edmh_14bb6_160.awsui_content--small_1edmh_14bb6_160:not(#\9) {
161
- min-height: calc(2 * (50px + var(--space-xs-xf5ch3, 8px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
160
+ .awsui_content_1edmh_d5j8v_160.awsui_content--small_1edmh_d5j8v_160:not(#\9) {
161
+ min-block-size: calc(2 * (50px + var(--space-xs-xf5ch3, 8px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
162
162
  }
163
- .awsui_content_1edmh_14bb6_160.awsui_content--small_1edmh_14bb6_160.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
164
- min-height: calc(2 * (30px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
163
+ .awsui_content_1edmh_d5j8v_160.awsui_content--small_1edmh_d5j8v_160.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
164
+ min-block-size: calc(2 * (30px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
165
165
  }
166
- .awsui_content_1edmh_14bb6_160.awsui_content--small_1edmh_14bb6_160.awsui_content--without-labels_1edmh_14bb6_166:not(#\9) {
167
- min-height: calc(2 * (50px + var(--space-xs-xf5ch3, 8px)));
166
+ .awsui_content_1edmh_d5j8v_160.awsui_content--small_1edmh_d5j8v_160.awsui_content--without-labels_1edmh_d5j8v_166:not(#\9) {
167
+ min-block-size: calc(2 * (50px + var(--space-xs-xf5ch3, 8px)));
168
168
  }
169
- .awsui_content_1edmh_14bb6_160.awsui_content--small_1edmh_14bb6_160.awsui_content--without-labels_1edmh_14bb6_166.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
170
- min-height: calc(2 * (30px));
169
+ .awsui_content_1edmh_d5j8v_160.awsui_content--small_1edmh_d5j8v_160.awsui_content--without-labels_1edmh_d5j8v_166.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
170
+ min-block-size: calc(2 * (30px));
171
171
  }
172
- .awsui_content_1edmh_14bb6_160.awsui_content--medium_1edmh_14bb6_172:not(#\9) {
173
- min-height: calc(2 * (100px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
172
+ .awsui_content_1edmh_d5j8v_160.awsui_content--medium_1edmh_d5j8v_172:not(#\9) {
173
+ min-block-size: calc(2 * (100px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
174
174
  }
175
- .awsui_content_1edmh_14bb6_160.awsui_content--medium_1edmh_14bb6_172.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
176
- min-height: calc(2 * (100px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
175
+ .awsui_content_1edmh_d5j8v_160.awsui_content--medium_1edmh_d5j8v_172.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
176
+ min-block-size: calc(2 * (100px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
177
177
  }
178
- .awsui_content_1edmh_14bb6_160.awsui_content--medium_1edmh_14bb6_172.awsui_content--without-labels_1edmh_14bb6_166:not(#\9) {
179
- min-height: calc(2 * (100px + var(--space-s-2025hl, 12px)));
178
+ .awsui_content_1edmh_d5j8v_160.awsui_content--medium_1edmh_d5j8v_172.awsui_content--without-labels_1edmh_d5j8v_166:not(#\9) {
179
+ min-block-size: calc(2 * (100px + var(--space-s-2025hl, 12px)));
180
180
  }
181
- .awsui_content_1edmh_14bb6_160.awsui_content--medium_1edmh_14bb6_172.awsui_content--without-labels_1edmh_14bb6_166.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
182
- min-height: calc(2 * (100px));
181
+ .awsui_content_1edmh_d5j8v_160.awsui_content--medium_1edmh_d5j8v_172.awsui_content--without-labels_1edmh_d5j8v_166.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
182
+ min-block-size: calc(2 * (100px));
183
183
  }
184
- .awsui_content_1edmh_14bb6_160.awsui_content--large_1edmh_14bb6_184:not(#\9) {
185
- min-height: calc(2 * (140px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
184
+ .awsui_content_1edmh_d5j8v_160.awsui_content--large_1edmh_d5j8v_184:not(#\9) {
185
+ min-block-size: calc(2 * (140px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
186
186
  }
187
- .awsui_content_1edmh_14bb6_160.awsui_content--large_1edmh_14bb6_184.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
188
- min-height: calc(2 * (140px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
187
+ .awsui_content_1edmh_d5j8v_160.awsui_content--large_1edmh_d5j8v_184.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
188
+ min-block-size: calc(2 * (140px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
189
189
  }
190
- .awsui_content_1edmh_14bb6_160.awsui_content--large_1edmh_14bb6_184.awsui_content--without-labels_1edmh_14bb6_166:not(#\9) {
191
- min-height: calc(2 * (140px + var(--space-s-2025hl, 12px)));
190
+ .awsui_content_1edmh_d5j8v_160.awsui_content--large_1edmh_d5j8v_184.awsui_content--without-labels_1edmh_d5j8v_166:not(#\9) {
191
+ min-block-size: calc(2 * (140px + var(--space-s-2025hl, 12px)));
192
192
  }
193
- .awsui_content_1edmh_14bb6_160.awsui_content--large_1edmh_14bb6_184.awsui_content--without-labels_1edmh_14bb6_166.awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
194
- min-height: calc(2 * (140px));
193
+ .awsui_content_1edmh_d5j8v_160.awsui_content--large_1edmh_d5j8v_184.awsui_content--without-labels_1edmh_d5j8v_166.awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
194
+ min-block-size: calc(2 * (140px));
195
195
  }
196
196
 
197
- .awsui_content--fit-height_1edmh_14bb6_163:not(#\9) {
197
+ .awsui_content--fit-height_1edmh_d5j8v_163:not(#\9) {
198
198
  flex: 1;
199
199
  }
200
200
 
201
- .awsui_status-container_1edmh_14bb6_201:not(#\9) {
201
+ .awsui_status-container_1edmh_d5j8v_201:not(#\9) {
202
202
  /* used in test utils */
203
203
  }
204
204
 
205
- .awsui_chart-container_1edmh_14bb6_205:not(#\9) {
205
+ .awsui_chart-container_1edmh_d5j8v_205:not(#\9) {
206
206
  display: flex;
207
207
  flex: 1;
208
208
  }
209
- .awsui_chart-container--fit-height_1edmh_14bb6_209:not(#\9) {
210
- height: 100%;
211
- min-height: inherit;
209
+ .awsui_chart-container--fit-height_1edmh_d5j8v_209:not(#\9) {
210
+ block-size: 100%;
211
+ min-block-size: inherit;
212
212
  }
213
213
 
214
- .awsui_chart-container-chart-plot_1edmh_14bb6_214:not(#\9) {
214
+ .awsui_chart-container-chart-plot_1edmh_d5j8v_214:not(#\9) {
215
215
  display: contents;
216
216
  }
217
- .awsui_chart-container-chart-plot--fit-height_1edmh_14bb6_217:not(#\9) {
217
+ .awsui_chart-container-chart-plot--fit-height_1edmh_d5j8v_217:not(#\9) {
218
218
  display: block;
219
219
  position: absolute;
220
- top: 0;
221
- right: 0;
222
- bottom: 0;
223
- left: 0;
220
+ inset: 0;
224
221
  }
225
222
 
226
- .awsui_inner-content_1edmh_14bb6_226:not(#\9) {
223
+ .awsui_inner-content_1edmh_d5j8v_223:not(#\9) {
227
224
  display: flex;
228
225
  position: absolute;
229
226
  flex-direction: column;
230
227
  justify-content: center;
231
228
  align-items: center;
232
229
  text-align: center;
233
- top: 0;
234
- left: 0;
235
- bottom: 0;
236
- right: 0;
230
+ inset: 0;
237
231
  pointer-events: none;
238
232
  }
239
233
 
240
- .awsui_segment__highlight_1edmh_14bb6_240:not(#\9) {
234
+ .awsui_segment__highlight_1edmh_d5j8v_234:not(#\9) {
241
235
  stroke: none;
242
236
  opacity: 0;
243
237
  }
244
238
 
245
- .awsui_segment_1edmh_14bb6_97:not(#\9) {
239
+ .awsui_segment_1edmh_d5j8v_97:not(#\9) {
246
240
  stroke: var(--color-background-container-content-il2pe5, #ffffff);
247
241
  stroke-width: 2px;
248
242
  stroke-linejoin: round;
249
243
  opacity: 1;
250
244
  cursor: pointer;
251
245
  }
252
- .awsui_segment_1edmh_14bb6_97:not(#\9):focus {
246
+ .awsui_segment_1edmh_d5j8v_97:not(#\9):focus {
253
247
  outline: none;
254
248
  }
255
- .awsui_segment_1edmh_14bb6_97.awsui_segment--dimmed_1edmh_14bb6_255:not(#\9) {
249
+ .awsui_segment_1edmh_d5j8v_97.awsui_segment--dimmed_1edmh_d5j8v_249:not(#\9) {
256
250
  opacity: 0.35;
257
251
  }
258
- .awsui_segment_1edmh_14bb6_97.awsui_segment--highlighted_1edmh_14bb6_258 > .awsui_segment__highlight_1edmh_14bb6_240:not(#\9), .awsui_segment_1edmh_14bb6_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_14bb6_255) > .awsui_segment__highlight_1edmh_14bb6_240 {
252
+ .awsui_segment_1edmh_d5j8v_97.awsui_segment--highlighted_1edmh_d5j8v_252 > .awsui_segment__highlight_1edmh_d5j8v_234:not(#\9), .awsui_segment_1edmh_d5j8v_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_d5j8v_249) > .awsui_segment__highlight_1edmh_d5j8v_234 {
259
253
  opacity: 1;
260
254
  }
261
255
 
262
- .awsui_label_1edmh_14bb6_138:not(#\9) {
256
+ .awsui_label_1edmh_d5j8v_138:not(#\9) {
263
257
  color: var(--color-text-heading-default-tsgvby, #16191f);
264
258
  opacity: 1;
265
259
  /* stylelint-disable-next-line selector-max-type */
266
260
  /* stylelint-disable-next-line selector-max-type */
267
261
  }
268
- .awsui_label_1edmh_14bb6_138 > line:not(#\9) {
262
+ .awsui_label_1edmh_d5j8v_138 > line:not(#\9) {
269
263
  stroke: var(--color-stroke-chart-line-917j1w, #879596);
270
264
  stroke-width: var(--border-divider-section-width-wl9k66, 1px);
271
265
  }
272
- .awsui_label_1edmh_14bb6_138 > div:not(#\9) {
273
- margin-top: -0.75em;
266
+ .awsui_label_1edmh_d5j8v_138 > div:not(#\9) {
267
+ margin-block-start: -0.75em;
274
268
  }
275
- .awsui_label_1edmh_14bb6_138.awsui_label--dimmed_1edmh_14bb6_275:not(#\9) {
269
+ .awsui_label_1edmh_d5j8v_138.awsui_label--dimmed_1edmh_d5j8v_269:not(#\9) {
276
270
  opacity: 0.35;
277
271
  }
278
- .awsui_label_1edmh_14bb6_138.awsui_label--align-right_1edmh_14bb6_278:not(#\9) {
272
+ .awsui_label_1edmh_d5j8v_138.awsui_label--align-right_1edmh_d5j8v_272:not(#\9) {
279
273
  /* stylelint-disable-next-line selector-max-type */
280
274
  }
281
- .awsui_label_1edmh_14bb6_138.awsui_label--align-right_1edmh_14bb6_278 > div:not(#\9) {
282
- text-align: right;
275
+ .awsui_label_1edmh_d5j8v_138.awsui_label--align-right_1edmh_d5j8v_272 > div:not(#\9) {
276
+ text-align: end;
283
277
  }
284
278
 
285
279
  /* stylelint-disable-next-line selector-max-type */
286
- .awsui_label-text_1edmh_14bb6_286 > text:not(#\9) {
280
+ .awsui_label-text_1edmh_d5j8v_280 > text:not(#\9) {
287
281
  font-size: var(--font-size-body-m-pa3mqb, 14px);
288
282
  line-height: var(--line-height-body-m-2zx78l, 22px);
289
283
  font-weight: var(--font-display-label-weight-2njs7q, 400);
@@ -291,22 +285,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
291
285
  dominant-baseline: middle;
292
286
  }
293
287
 
294
- text.awsui_label__description_1edmh_14bb6_294:not(#\9) {
288
+ text.awsui_label__description_1edmh_d5j8v_288:not(#\9) {
295
289
  font-size: var(--font-chart-detail-size-pob89f, 14px);
296
290
  font-weight: 400;
297
291
  color: var(--color-text-group-label-kysf47, #545b64);
298
292
  fill: var(--color-text-group-label-kysf47, #545b64);
299
293
  }
300
294
 
301
- .awsui_label-line_1edmh_14bb6_301:not(#\9) {
295
+ .awsui_label-line_1edmh_d5j8v_295:not(#\9) {
302
296
  /* used in component code */
303
297
  }
304
298
 
305
- .awsui_label--highlighted_1edmh_14bb6_305:not(#\9) {
299
+ .awsui_label--highlighted_1edmh_d5j8v_299:not(#\9) {
306
300
  /* used in test-utils */
307
301
  }
308
302
 
309
- .awsui_popover-header_1edmh_14bb6_309:not(#\9) {
303
+ .awsui_popover-header_1edmh_d5j8v_303:not(#\9) {
310
304
  display: inline-flex;
311
305
  align-items: flex-start;
312
306
  }
@@ -2,32 +2,32 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "segment__path": "awsui_segment__path_1edmh_14bb6_97",
6
- "segment": "awsui_segment_1edmh_14bb6_97",
7
- "segment__hover": "awsui_segment__hover_1edmh_14bb6_124",
8
- "label": "awsui_label_1edmh_14bb6_138",
9
- "root": "awsui_root_1edmh_14bb6_156",
10
- "content": "awsui_content_1edmh_14bb6_160",
11
- "content--small": "awsui_content--small_1edmh_14bb6_160",
12
- "content--fit-height": "awsui_content--fit-height_1edmh_14bb6_163",
13
- "content--without-labels": "awsui_content--without-labels_1edmh_14bb6_166",
14
- "content--medium": "awsui_content--medium_1edmh_14bb6_172",
15
- "content--large": "awsui_content--large_1edmh_14bb6_184",
16
- "status-container": "awsui_status-container_1edmh_14bb6_201",
17
- "chart-container": "awsui_chart-container_1edmh_14bb6_205",
18
- "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_14bb6_209",
19
- "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_14bb6_214",
20
- "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_14bb6_217",
21
- "inner-content": "awsui_inner-content_1edmh_14bb6_226",
22
- "segment__highlight": "awsui_segment__highlight_1edmh_14bb6_240",
23
- "segment--dimmed": "awsui_segment--dimmed_1edmh_14bb6_255",
24
- "segment--highlighted": "awsui_segment--highlighted_1edmh_14bb6_258",
25
- "label--dimmed": "awsui_label--dimmed_1edmh_14bb6_275",
26
- "label--align-right": "awsui_label--align-right_1edmh_14bb6_278",
27
- "label-text": "awsui_label-text_1edmh_14bb6_286",
28
- "label__description": "awsui_label__description_1edmh_14bb6_294",
29
- "label-line": "awsui_label-line_1edmh_14bb6_301",
30
- "label--highlighted": "awsui_label--highlighted_1edmh_14bb6_305",
31
- "popover-header": "awsui_popover-header_1edmh_14bb6_309"
5
+ "segment__path": "awsui_segment__path_1edmh_d5j8v_97",
6
+ "segment": "awsui_segment_1edmh_d5j8v_97",
7
+ "segment__hover": "awsui_segment__hover_1edmh_d5j8v_124",
8
+ "label": "awsui_label_1edmh_d5j8v_138",
9
+ "root": "awsui_root_1edmh_d5j8v_156",
10
+ "content": "awsui_content_1edmh_d5j8v_160",
11
+ "content--small": "awsui_content--small_1edmh_d5j8v_160",
12
+ "content--fit-height": "awsui_content--fit-height_1edmh_d5j8v_163",
13
+ "content--without-labels": "awsui_content--without-labels_1edmh_d5j8v_166",
14
+ "content--medium": "awsui_content--medium_1edmh_d5j8v_172",
15
+ "content--large": "awsui_content--large_1edmh_d5j8v_184",
16
+ "status-container": "awsui_status-container_1edmh_d5j8v_201",
17
+ "chart-container": "awsui_chart-container_1edmh_d5j8v_205",
18
+ "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_d5j8v_209",
19
+ "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_d5j8v_214",
20
+ "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_d5j8v_217",
21
+ "inner-content": "awsui_inner-content_1edmh_d5j8v_223",
22
+ "segment__highlight": "awsui_segment__highlight_1edmh_d5j8v_234",
23
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_d5j8v_249",
24
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_d5j8v_252",
25
+ "label--dimmed": "awsui_label--dimmed_1edmh_d5j8v_269",
26
+ "label--align-right": "awsui_label--align-right_1edmh_d5j8v_272",
27
+ "label-text": "awsui_label-text_1edmh_d5j8v_280",
28
+ "label__description": "awsui_label__description_1edmh_d5j8v_288",
29
+ "label-line": "awsui_label-line_1edmh_d5j8v_295",
30
+ "label--highlighted": "awsui_label--highlighted_1edmh_d5j8v_299",
31
+ "popover-header": "awsui_popover-header_1edmh_d5j8v_303"
32
32
  };
33
33