@cloudscape-design/components 3.0.516 → 3.0.517

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 (43) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/environment.json +1 -1
  3. package/internal/manifest.json +1 -1
  4. package/package.json +1 -1
  5. package/pagination/styles.css.js +9 -9
  6. package/pagination/styles.scoped.css +37 -32
  7. package/pagination/styles.selectors.js +9 -9
  8. package/pie-chart/styles.css.js +27 -27
  9. package/pie-chart/styles.scoped.css +66 -72
  10. package/pie-chart/styles.selectors.js +27 -27
  11. package/popover/styles.css.js +50 -50
  12. package/popover/styles.scoped.css +134 -119
  13. package/popover/styles.selectors.js +50 -50
  14. package/progress-bar/styles.css.js +18 -18
  15. package/progress-bar/styles.scoped.css +79 -54
  16. package/progress-bar/styles.selectors.js +18 -18
  17. package/property-filter/styles.css.js +31 -31
  18. package/property-filter/styles.scoped.css +54 -53
  19. package/property-filter/styles.selectors.js +31 -31
  20. package/radio-group/styles.css.js +9 -9
  21. package/radio-group/styles.scoped.css +17 -17
  22. package/radio-group/styles.selectors.js +9 -9
  23. package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  24. package/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
  25. package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  26. package/segmented-control/styles.css.js +14 -14
  27. package/segmented-control/styles.scoped.css +55 -49
  28. package/segmented-control/styles.selectors.js +14 -14
  29. package/select/parts/styles.css.js +16 -16
  30. package/select/parts/styles.scoped.css +39 -31
  31. package/select/parts/styles.selectors.js +16 -16
  32. package/side-navigation/styles.css.js +28 -28
  33. package/side-navigation/styles.scoped.css +86 -73
  34. package/side-navigation/styles.selectors.js +28 -28
  35. package/spinner/styles.css.js +13 -13
  36. package/spinner/styles.scoped.css +49 -45
  37. package/spinner/styles.selectors.js +13 -13
  38. package/split-panel/styles.css.js +55 -55
  39. package/split-panel/styles.scoped.css +149 -131
  40. package/split-panel/styles.selectors.js +55 -55
  41. package/status-indicator/styles.css.js +23 -23
  42. package/status-indicator/styles.scoped.css +31 -31
  43. package/status-indicator/styles.selectors.js +23 -23
@@ -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,3 +1,3 @@
1
1
  {
2
- "commit": "b4da3b8e1a16b4eb746e1f603dce3b49175c633d"
2
+ "commit": "2607709e89c50b171f1cc3ec919ef2905ba9f4b0"
3
3
  }
package/package.json CHANGED
@@ -116,7 +116,7 @@
116
116
  "./internal/base-component/index.js",
117
117
  "./internal/base-component/styles.css.js"
118
118
  ],
119
- "version": "3.0.516",
119
+ "version": "3.0.517",
120
120
  "repository": {
121
121
  "type": "git",
122
122
  "url": "https://github.com/cloudscape-design/components.git"
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_fvjdu_derkz_93",
5
- "button": "awsui_button_fvjdu_derkz_135",
6
- "dots": "awsui_dots_fvjdu_derkz_136",
7
- "button-disabled": "awsui_button-disabled_fvjdu_derkz_158",
8
- "arrow": "awsui_arrow_fvjdu_derkz_163",
9
- "page-number": "awsui_page-number_fvjdu_derkz_173",
10
- "button-current": "awsui_button-current_fvjdu_derkz_179",
11
- "page-item": "awsui_page-item_fvjdu_derkz_196",
12
- "root-disabled": "awsui_root-disabled_fvjdu_derkz_212"
4
+ "root": "awsui_root_fvjdu_19rgl_93",
5
+ "button": "awsui_button_fvjdu_19rgl_136",
6
+ "dots": "awsui_dots_fvjdu_19rgl_137",
7
+ "button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
8
+ "arrow": "awsui_arrow_fvjdu_19rgl_166",
9
+ "page-number": "awsui_page-number_fvjdu_19rgl_176",
10
+ "button-current": "awsui_button-current_fvjdu_19rgl_182",
11
+ "page-item": "awsui_page-item_fvjdu_19rgl_199",
12
+ "root-disabled": "awsui_root-disabled_fvjdu_19rgl_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_derkz_93:not(#\9) {
93
+ .awsui_root_fvjdu_19rgl_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_derkz_135:not(#\9),
137
- .awsui_dots_fvjdu_derkz_136:not(#\9) {
138
- min-width: var(--space-l-t419sm, 20px);
139
- border: var(--border-field-width-09w7vk, 2px) solid transparent;
137
+ .awsui_button_fvjdu_19rgl_136:not(#\9),
138
+ .awsui_dots_fvjdu_19rgl_137:not(#\9) {
139
+ min-inline-size: var(--space-l-t419sm, 20px);
140
+ border-block: var(--border-field-width-09w7vk, 2px) solid transparent;
141
+ border-inline: var(--border-field-width-09w7vk, 2px) solid transparent;
140
142
  }
141
143
 
142
- .awsui_button_fvjdu_derkz_135:not(#\9) {
144
+ .awsui_button_fvjdu_19rgl_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_derkz_135:not(#\9):focus {
153
+ .awsui_button_fvjdu_19rgl_136:not(#\9):focus {
151
154
  outline: none;
152
155
  }
153
- body[data-awsui-focus-visible=true] .awsui_button_fvjdu_derkz_135:not(#\9):focus {
156
+ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_19rgl_136:not(#\9):focus {
154
157
  outline: 2px dotted transparent;
155
158
  border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-item-focused-b2ntyl, #0972d3);
156
159
  border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
157
160
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-b2ntyl, #0972d3);
158
161
  }
159
- .awsui_button-disabled_fvjdu_derkz_158:not(#\9) {
162
+ .awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
160
163
  cursor: default;
161
164
  color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
162
165
  }
163
166
 
164
- .awsui_arrow_fvjdu_derkz_163:not(#\9) {
167
+ .awsui_arrow_fvjdu_19rgl_166:not(#\9) {
165
168
  color: var(--color-text-interactive-default-lnx6lk, #414d5c);
166
169
  }
167
- .awsui_arrow_fvjdu_derkz_163:not(#\9):not(.awsui_button-disabled_fvjdu_derkz_158):hover {
170
+ .awsui_arrow_fvjdu_19rgl_166:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
168
171
  color: var(--color-text-interactive-hover-mj8add, #000716);
169
172
  }
170
- .awsui_arrow_fvjdu_derkz_163.awsui_button-disabled_fvjdu_derkz_158:not(#\9) {
173
+ .awsui_arrow_fvjdu_19rgl_166.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
171
174
  color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
172
175
  }
173
176
 
174
- .awsui_page-number_fvjdu_derkz_173:not(#\9) {
177
+ .awsui_page-number_fvjdu_19rgl_176:not(#\9) {
175
178
  color: var(--color-text-pagination-page-number-default-i8se09, #414d5c);
176
179
  }
177
- .awsui_page-number_fvjdu_derkz_173:not(#\9):not(.awsui_button-disabled_fvjdu_derkz_158):hover {
180
+ .awsui_page-number_fvjdu_19rgl_176:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
178
181
  color: var(--color-text-interactive-hover-mj8add, #000716);
179
182
  }
180
- .awsui_page-number_fvjdu_derkz_173.awsui_button-current_fvjdu_derkz_179:not(#\9) {
183
+ .awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182:not(#\9) {
181
184
  font-weight: var(--font-wayfinding-link-active-weight-rbmzei, 700);
182
185
  -webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
183
186
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
184
187
  color: var(--color-text-interactive-active-ox3ozh, #000716);
185
188
  }
186
- .awsui_page-number_fvjdu_derkz_173.awsui_button-current_fvjdu_derkz_179.awsui_button-disabled_fvjdu_derkz_158:not(#\9) {
189
+ .awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
187
190
  color: var(--color-text-pagination-page-number-active-disabled-pnozll, #9ba7b6);
188
191
  }
189
- .awsui_page-number_fvjdu_derkz_173.awsui_button-disabled_fvjdu_derkz_158:not(#\9) {
192
+ .awsui_page-number_fvjdu_19rgl_176.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
190
193
  color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
191
194
  }
192
195
 
193
- .awsui_dots_fvjdu_derkz_136:not(#\9) {
196
+ .awsui_dots_fvjdu_19rgl_137:not(#\9) {
194
197
  color: var(--color-text-interactive-default-lnx6lk, #414d5c);
195
198
  }
196
199
 
197
- .awsui_page-item_fvjdu_derkz_196:not(#\9),
198
- .awsui_dots_fvjdu_derkz_136:not(#\9) {
199
- margin: var(--space-scaled-xxs-7597g1, 4px) var(--space-xxs-p8yyaw, 4px);
200
+ .awsui_page-item_fvjdu_19rgl_199:not(#\9),
201
+ .awsui_dots_fvjdu_19rgl_137:not(#\9) {
202
+ margin-block: var(--space-scaled-xxs-7597g1, 4px);
203
+ margin-inline: var(--space-xxs-p8yyaw, 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_derkz_196:not(#\9):first-child,
205
- .awsui_dots_fvjdu_derkz_136:not(#\9):first-child {
206
- margin-left: 0;
209
+ .awsui_page-item_fvjdu_19rgl_199:not(#\9):first-child,
210
+ .awsui_dots_fvjdu_19rgl_137:not(#\9):first-child {
211
+ margin-inline-start: 0;
207
212
  }
208
- .awsui_page-item_fvjdu_derkz_196:not(#\9):last-child,
209
- .awsui_dots_fvjdu_derkz_136:not(#\9):last-child {
210
- margin-right: 0;
213
+ .awsui_page-item_fvjdu_19rgl_199:not(#\9):last-child,
214
+ .awsui_dots_fvjdu_19rgl_137:not(#\9):last-child {
215
+ margin-inline-end: 0;
211
216
  }
212
217
 
213
- .awsui_root-disabled_fvjdu_derkz_212 > .awsui_dots_fvjdu_derkz_136:not(#\9) {
218
+ .awsui_root-disabled_fvjdu_19rgl_217 > .awsui_dots_fvjdu_19rgl_137:not(#\9) {
214
219
  color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
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_derkz_93",
6
- "button": "awsui_button_fvjdu_derkz_135",
7
- "dots": "awsui_dots_fvjdu_derkz_136",
8
- "button-disabled": "awsui_button-disabled_fvjdu_derkz_158",
9
- "arrow": "awsui_arrow_fvjdu_derkz_163",
10
- "page-number": "awsui_page-number_fvjdu_derkz_173",
11
- "button-current": "awsui_button-current_fvjdu_derkz_179",
12
- "page-item": "awsui_page-item_fvjdu_derkz_196",
13
- "root-disabled": "awsui_root-disabled_fvjdu_derkz_212"
5
+ "root": "awsui_root_fvjdu_19rgl_93",
6
+ "button": "awsui_button_fvjdu_19rgl_136",
7
+ "dots": "awsui_dots_fvjdu_19rgl_137",
8
+ "button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
9
+ "arrow": "awsui_arrow_fvjdu_19rgl_166",
10
+ "page-number": "awsui_page-number_fvjdu_19rgl_176",
11
+ "button-current": "awsui_button-current_fvjdu_19rgl_182",
12
+ "page-item": "awsui_page-item_fvjdu_19rgl_199",
13
+ "root-disabled": "awsui_root-disabled_fvjdu_19rgl_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_1v9r3_97",
5
- "segment": "awsui_segment_1edmh_1v9r3_97",
6
- "segment__hover": "awsui_segment__hover_1edmh_1v9r3_124",
7
- "label": "awsui_label_1edmh_1v9r3_138",
8
- "root": "awsui_root_1edmh_1v9r3_156",
9
- "content": "awsui_content_1edmh_1v9r3_160",
10
- "content--small": "awsui_content--small_1edmh_1v9r3_160",
11
- "content--fit-height": "awsui_content--fit-height_1edmh_1v9r3_163",
12
- "content--without-labels": "awsui_content--without-labels_1edmh_1v9r3_166",
13
- "content--medium": "awsui_content--medium_1edmh_1v9r3_172",
14
- "content--large": "awsui_content--large_1edmh_1v9r3_184",
15
- "status-container": "awsui_status-container_1edmh_1v9r3_201",
16
- "chart-container": "awsui_chart-container_1edmh_1v9r3_205",
17
- "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_1v9r3_209",
18
- "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_1v9r3_214",
19
- "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_1v9r3_217",
20
- "inner-content": "awsui_inner-content_1edmh_1v9r3_226",
21
- "segment__highlight": "awsui_segment__highlight_1edmh_1v9r3_240",
22
- "segment--dimmed": "awsui_segment--dimmed_1edmh_1v9r3_255",
23
- "segment--highlighted": "awsui_segment--highlighted_1edmh_1v9r3_258",
24
- "label--dimmed": "awsui_label--dimmed_1edmh_1v9r3_275",
25
- "label--align-right": "awsui_label--align-right_1edmh_1v9r3_278",
26
- "label-text": "awsui_label-text_1edmh_1v9r3_286",
27
- "label__description": "awsui_label__description_1edmh_1v9r3_294",
28
- "label-line": "awsui_label-line_1edmh_1v9r3_301",
29
- "label--highlighted": "awsui_label--highlighted_1edmh_1v9r3_305",
30
- "popover-header": "awsui_popover-header_1edmh_1v9r3_309"
4
+ "segment__path": "awsui_segment__path_1edmh_b6wa3_97",
5
+ "segment": "awsui_segment_1edmh_b6wa3_97",
6
+ "segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
7
+ "label": "awsui_label_1edmh_b6wa3_138",
8
+ "root": "awsui_root_1edmh_b6wa3_156",
9
+ "content": "awsui_content_1edmh_b6wa3_160",
10
+ "content--small": "awsui_content--small_1edmh_b6wa3_160",
11
+ "content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
12
+ "content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
13
+ "content--medium": "awsui_content--medium_1edmh_b6wa3_172",
14
+ "content--large": "awsui_content--large_1edmh_b6wa3_184",
15
+ "status-container": "awsui_status-container_1edmh_b6wa3_201",
16
+ "chart-container": "awsui_chart-container_1edmh_b6wa3_205",
17
+ "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
18
+ "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
19
+ "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
20
+ "inner-content": "awsui_inner-content_1edmh_b6wa3_223",
21
+ "segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
22
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
23
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
24
+ "label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
25
+ "label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
26
+ "label-text": "awsui_label-text_1edmh_b6wa3_280",
27
+ "label__description": "awsui_label__description_1edmh_b6wa3_288",
28
+ "label-line": "awsui_label-line_1edmh_b6wa3_295",
29
+ "label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
30
+ "popover-header": "awsui_popover-header_1edmh_b6wa3_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_1v9r3_97:not(#\9) {
97
+ .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
98
98
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
99
99
  }
100
100
  @media (prefers-reduced-motion: reduce) {
101
- .awsui_segment__path_1edmh_1v9r3_97:not(#\9) {
101
+ .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
102
102
  animation: none;
103
103
  transition: none;
104
104
  }
105
105
  }
106
- .awsui-motion-disabled .awsui_segment__path_1edmh_1v9r3_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_1v9r3_97:not(#\9) {
106
+ .awsui-motion-disabled .awsui_segment__path_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
107
107
  animation: none;
108
108
  transition: none;
109
109
  }
110
110
 
111
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
111
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
112
112
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
115
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
  }
120
- .awsui-motion-disabled .awsui_segment_1edmh_1v9r3_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1v9r3_97:not(#\9) {
120
+ .awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97:not(#\9) {
121
121
  animation: none;
122
122
  transition: none;
123
123
  }
124
- .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
124
+ .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
125
125
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
126
126
  }
127
127
  @media (prefers-reduced-motion: reduce) {
128
- .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
128
+ .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
  }
133
- .awsui-motion-disabled .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
133
+ .awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
134
134
  animation: none;
135
135
  transition: none;
136
136
  }
137
137
 
138
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
138
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
139
139
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
140
140
  }
141
141
  @media (prefers-reduced-motion: reduce) {
142
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
142
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
146
146
  }
147
- .awsui-motion-disabled .awsui_label_1edmh_1v9r3_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_1v9r3_138:not(#\9) {
147
+ .awsui-motion-disabled .awsui_label_1edmh_b6wa3_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_b6wa3_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_1v9r3_156:not(#\9) {
156
+ .awsui_root_1edmh_b6wa3_156:not(#\9) {
157
157
  /* used in test-utils */
158
158
  }
159
159
 
160
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160:not(#\9) {
161
- min-height: calc(2 * (50px + var(--space-xs-zb16t3, 8px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
160
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160:not(#\9) {
161
+ min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
162
162
  }
163
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
164
- min-height: calc(2 * (30px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
163
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
164
+ min-block-size: calc(2 * (30px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
165
165
  }
166
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
167
- min-height: calc(2 * (50px + var(--space-xs-zb16t3, 8px)));
166
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
167
+ min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px)));
168
168
  }
169
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
170
- min-height: calc(2 * (30px));
169
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
170
+ min-block-size: calc(2 * (30px));
171
171
  }
172
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172:not(#\9) {
173
- min-height: calc(2 * (100px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
172
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172:not(#\9) {
173
+ min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
174
174
  }
175
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
176
- min-height: calc(2 * (100px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
175
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
176
+ min-block-size: calc(2 * (100px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
177
177
  }
178
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
179
- min-height: calc(2 * (100px + var(--space-s-34lx8l, 12px)));
178
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
179
+ min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px)));
180
180
  }
181
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
182
- min-height: calc(2 * (100px));
181
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
182
+ min-block-size: calc(2 * (100px));
183
183
  }
184
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184:not(#\9) {
185
- min-height: calc(2 * (140px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
184
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184:not(#\9) {
185
+ min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
186
186
  }
187
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
188
- min-height: calc(2 * (140px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
187
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
188
+ min-block-size: calc(2 * (140px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
189
189
  }
190
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
191
- min-height: calc(2 * (140px + var(--space-s-34lx8l, 12px)));
190
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
191
+ min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px)));
192
192
  }
193
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
194
- min-height: calc(2 * (140px));
193
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
194
+ min-block-size: calc(2 * (140px));
195
195
  }
196
196
 
197
- .awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
197
+ .awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
198
198
  flex: 1;
199
199
  }
200
200
 
201
- .awsui_status-container_1edmh_1v9r3_201:not(#\9) {
201
+ .awsui_status-container_1edmh_b6wa3_201:not(#\9) {
202
202
  /* used in test utils */
203
203
  }
204
204
 
205
- .awsui_chart-container_1edmh_1v9r3_205:not(#\9) {
205
+ .awsui_chart-container_1edmh_b6wa3_205:not(#\9) {
206
206
  display: flex;
207
207
  flex: 1;
208
208
  }
209
- .awsui_chart-container--fit-height_1edmh_1v9r3_209:not(#\9) {
210
- height: 100%;
211
- min-height: inherit;
209
+ .awsui_chart-container--fit-height_1edmh_b6wa3_209:not(#\9) {
210
+ block-size: 100%;
211
+ min-block-size: inherit;
212
212
  }
213
213
 
214
- .awsui_chart-container-chart-plot_1edmh_1v9r3_214:not(#\9) {
214
+ .awsui_chart-container-chart-plot_1edmh_b6wa3_214:not(#\9) {
215
215
  display: contents;
216
216
  }
217
- .awsui_chart-container-chart-plot--fit-height_1edmh_1v9r3_217:not(#\9) {
217
+ .awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_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_1v9r3_226:not(#\9) {
223
+ .awsui_inner-content_1edmh_b6wa3_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_1v9r3_240:not(#\9) {
234
+ .awsui_segment__highlight_1edmh_b6wa3_234:not(#\9) {
241
235
  stroke: none;
242
236
  opacity: 0;
243
237
  }
244
238
 
245
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
239
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
246
240
  stroke: var(--color-background-container-content-4un1ap, #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_1v9r3_97:not(#\9):focus {
246
+ .awsui_segment_1edmh_b6wa3_97:not(#\9):focus {
253
247
  outline: none;
254
248
  }
255
- .awsui_segment_1edmh_1v9r3_97.awsui_segment--dimmed_1edmh_1v9r3_255:not(#\9) {
249
+ .awsui_segment_1edmh_b6wa3_97.awsui_segment--dimmed_1edmh_b6wa3_249:not(#\9) {
256
250
  opacity: 0.35;
257
251
  }
258
- .awsui_segment_1edmh_1v9r3_97.awsui_segment--highlighted_1edmh_1v9r3_258 > .awsui_segment__highlight_1edmh_1v9r3_240:not(#\9), .awsui_segment_1edmh_1v9r3_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_1v9r3_255) > .awsui_segment__highlight_1edmh_1v9r3_240 {
252
+ .awsui_segment_1edmh_b6wa3_97.awsui_segment--highlighted_1edmh_b6wa3_252 > .awsui_segment__highlight_1edmh_b6wa3_234:not(#\9), .awsui_segment_1edmh_b6wa3_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_b6wa3_249) > .awsui_segment__highlight_1edmh_b6wa3_234 {
259
253
  opacity: 1;
260
254
  }
261
255
 
262
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
256
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
263
257
  color: var(--color-text-heading-default-lstrpn, #000716);
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_1v9r3_138 > line:not(#\9) {
262
+ .awsui_label_1edmh_b6wa3_138 > line:not(#\9) {
269
263
  stroke: var(--color-stroke-chart-line-ppq5nh, #7d8998);
270
264
  stroke-width: var(--border-divider-section-width-1061zr, 1px);
271
265
  }
272
- .awsui_label_1edmh_1v9r3_138 > div:not(#\9) {
273
- margin-top: -0.75em;
266
+ .awsui_label_1edmh_b6wa3_138 > div:not(#\9) {
267
+ margin-block-start: -0.75em;
274
268
  }
275
- .awsui_label_1edmh_1v9r3_138.awsui_label--dimmed_1edmh_1v9r3_275:not(#\9) {
269
+ .awsui_label_1edmh_b6wa3_138.awsui_label--dimmed_1edmh_b6wa3_269:not(#\9) {
276
270
  opacity: 0.35;
277
271
  }
278
- .awsui_label_1edmh_1v9r3_138.awsui_label--align-right_1edmh_1v9r3_278:not(#\9) {
272
+ .awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_272:not(#\9) {
279
273
  /* stylelint-disable-next-line selector-max-type */
280
274
  }
281
- .awsui_label_1edmh_1v9r3_138.awsui_label--align-right_1edmh_1v9r3_278 > div:not(#\9) {
282
- text-align: right;
275
+ .awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_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_1v9r3_286 > text:not(#\9) {
280
+ .awsui_label-text_1edmh_b6wa3_280 > text:not(#\9) {
287
281
  font-size: var(--font-size-body-m-x4okxb, 14px);
288
282
  line-height: var(--line-height-body-m-30ar75, 20px);
289
283
  font-weight: var(--font-display-label-weight-815ja9, 700);
@@ -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_1v9r3_294:not(#\9) {
288
+ text.awsui_label__description_1edmh_b6wa3_288:not(#\9) {
295
289
  font-size: var(--font-chart-detail-size-1n389u, 12px);
296
290
  font-weight: 400;
297
291
  color: var(--color-text-group-label-jpw8sm, #414d5c);
298
292
  fill: var(--color-text-group-label-jpw8sm, #414d5c);
299
293
  }
300
294
 
301
- .awsui_label-line_1edmh_1v9r3_301:not(#\9) {
295
+ .awsui_label-line_1edmh_b6wa3_295:not(#\9) {
302
296
  /* used in component code */
303
297
  }
304
298
 
305
- .awsui_label--highlighted_1edmh_1v9r3_305:not(#\9) {
299
+ .awsui_label--highlighted_1edmh_b6wa3_299:not(#\9) {
306
300
  /* used in test-utils */
307
301
  }
308
302
 
309
- .awsui_popover-header_1edmh_1v9r3_309:not(#\9) {
303
+ .awsui_popover-header_1edmh_b6wa3_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_1v9r3_97",
6
- "segment": "awsui_segment_1edmh_1v9r3_97",
7
- "segment__hover": "awsui_segment__hover_1edmh_1v9r3_124",
8
- "label": "awsui_label_1edmh_1v9r3_138",
9
- "root": "awsui_root_1edmh_1v9r3_156",
10
- "content": "awsui_content_1edmh_1v9r3_160",
11
- "content--small": "awsui_content--small_1edmh_1v9r3_160",
12
- "content--fit-height": "awsui_content--fit-height_1edmh_1v9r3_163",
13
- "content--without-labels": "awsui_content--without-labels_1edmh_1v9r3_166",
14
- "content--medium": "awsui_content--medium_1edmh_1v9r3_172",
15
- "content--large": "awsui_content--large_1edmh_1v9r3_184",
16
- "status-container": "awsui_status-container_1edmh_1v9r3_201",
17
- "chart-container": "awsui_chart-container_1edmh_1v9r3_205",
18
- "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_1v9r3_209",
19
- "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_1v9r3_214",
20
- "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_1v9r3_217",
21
- "inner-content": "awsui_inner-content_1edmh_1v9r3_226",
22
- "segment__highlight": "awsui_segment__highlight_1edmh_1v9r3_240",
23
- "segment--dimmed": "awsui_segment--dimmed_1edmh_1v9r3_255",
24
- "segment--highlighted": "awsui_segment--highlighted_1edmh_1v9r3_258",
25
- "label--dimmed": "awsui_label--dimmed_1edmh_1v9r3_275",
26
- "label--align-right": "awsui_label--align-right_1edmh_1v9r3_278",
27
- "label-text": "awsui_label-text_1edmh_1v9r3_286",
28
- "label__description": "awsui_label__description_1edmh_1v9r3_294",
29
- "label-line": "awsui_label-line_1edmh_1v9r3_301",
30
- "label--highlighted": "awsui_label--highlighted_1edmh_1v9r3_305",
31
- "popover-header": "awsui_popover-header_1edmh_1v9r3_309"
5
+ "segment__path": "awsui_segment__path_1edmh_b6wa3_97",
6
+ "segment": "awsui_segment_1edmh_b6wa3_97",
7
+ "segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
8
+ "label": "awsui_label_1edmh_b6wa3_138",
9
+ "root": "awsui_root_1edmh_b6wa3_156",
10
+ "content": "awsui_content_1edmh_b6wa3_160",
11
+ "content--small": "awsui_content--small_1edmh_b6wa3_160",
12
+ "content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
13
+ "content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
14
+ "content--medium": "awsui_content--medium_1edmh_b6wa3_172",
15
+ "content--large": "awsui_content--large_1edmh_b6wa3_184",
16
+ "status-container": "awsui_status-container_1edmh_b6wa3_201",
17
+ "chart-container": "awsui_chart-container_1edmh_b6wa3_205",
18
+ "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
19
+ "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
20
+ "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
21
+ "inner-content": "awsui_inner-content_1edmh_b6wa3_223",
22
+ "segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
23
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
24
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
25
+ "label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
26
+ "label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
27
+ "label-text": "awsui_label-text_1edmh_b6wa3_280",
28
+ "label__description": "awsui_label__description_1edmh_b6wa3_288",
29
+ "label-line": "awsui_label-line_1edmh_b6wa3_295",
30
+ "label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
31
+ "popover-header": "awsui_popover-header_1edmh_b6wa3_303"
32
32
  };
33
33