@cloudscape-design/components-themeable 3.0.154 → 3.0.156

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 (105) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/text.scss +10 -1
  3. package/lib/internal/scss/button/styles.scss +2 -2
  4. package/lib/internal/scss/container/styles.scss +11 -7
  5. package/lib/internal/scss/expandable-section/styles.scss +1 -0
  6. package/lib/internal/scss/header/styles.scss +17 -7
  7. package/lib/internal/scss/internal/components/menu-dropdown/styles.scss +1 -1
  8. package/lib/internal/scss/internal/styles/links.scss +1 -0
  9. package/lib/internal/scss/internal/styles/typography/mixins.scss +17 -0
  10. package/lib/internal/scss/link/styles.scss +4 -0
  11. package/lib/internal/scss/pagination/styles.scss +1 -0
  12. package/lib/internal/scss/pie-chart/styles.scss +1 -1
  13. package/lib/internal/scss/progress-bar/styles.scss +1 -1
  14. package/lib/internal/scss/segmented-control/segment.scss +2 -2
  15. package/lib/internal/scss/side-navigation/styles.scss +1 -0
  16. package/lib/internal/scss/table/header-cell/styles.scss +1 -0
  17. package/lib/internal/scss/tabs/tab-header-bar.scss +1 -0
  18. package/lib/internal/scss/top-navigation/styles.scss +1 -1
  19. package/lib/internal/template/box/styles.css.js +189 -189
  20. package/lib/internal/template/box/styles.scoped.css +239 -233
  21. package/lib/internal/template/box/styles.selectors.js +189 -189
  22. package/lib/internal/template/button/styles.css.js +18 -18
  23. package/lib/internal/template/button/styles.scoped.css +140 -138
  24. package/lib/internal/template/button/styles.selectors.js +18 -18
  25. package/lib/internal/template/cards/styles.css.js +37 -37
  26. package/lib/internal/template/cards/styles.scoped.css +46 -44
  27. package/lib/internal/template/cards/styles.selectors.js +37 -37
  28. package/lib/internal/template/container/interfaces.d.ts +8 -0
  29. package/lib/internal/template/container/interfaces.d.ts.map +1 -1
  30. package/lib/internal/template/container/interfaces.js.map +1 -1
  31. package/lib/internal/template/container/internal.d.ts +1 -1
  32. package/lib/internal/template/container/internal.d.ts.map +1 -1
  33. package/lib/internal/template/container/internal.js +2 -2
  34. package/lib/internal/template/container/internal.js.map +1 -1
  35. package/lib/internal/template/container/styles.css.js +17 -16
  36. package/lib/internal/template/container/styles.scoped.css +34 -33
  37. package/lib/internal/template/container/styles.selectors.js +17 -16
  38. package/lib/internal/template/expandable-section/styles.css.js +21 -21
  39. package/lib/internal/template/expandable-section/styles.scoped.css +44 -42
  40. package/lib/internal/template/expandable-section/styles.selectors.js +21 -21
  41. package/lib/internal/template/header/internal.d.ts.map +1 -1
  42. package/lib/internal/template/header/internal.js +1 -1
  43. package/lib/internal/template/header/internal.js.map +1 -1
  44. package/lib/internal/template/header/styles.css.js +44 -40
  45. package/lib/internal/template/header/styles.scoped.css +74 -52
  46. package/lib/internal/template/header/styles.selectors.js +44 -40
  47. package/lib/internal/template/help-panel/styles.css.js +4 -4
  48. package/lib/internal/template/help-panel/styles.scoped.css +72 -58
  49. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  50. package/lib/internal/template/internal/base-component/styles.scoped.css +4 -0
  51. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  52. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -14
  53. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  54. package/lib/internal/template/internal/environment.js +1 -1
  55. package/lib/internal/template/internal/generated/theming/index.cjs +6 -0
  56. package/lib/internal/template/internal/generated/theming/index.js +6 -0
  57. package/lib/internal/template/link/styles.css.js +20 -20
  58. package/lib/internal/template/link/styles.scoped.css +75 -71
  59. package/lib/internal/template/link/styles.selectors.js +20 -20
  60. package/lib/internal/template/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
  61. package/lib/internal/template/mixed-line-bar-chart/chart-container.js +13 -8
  62. package/lib/internal/template/mixed-line-bar-chart/chart-container.js.map +1 -1
  63. package/lib/internal/template/pagination/styles.css.js +9 -9
  64. package/lib/internal/template/pagination/styles.scoped.css +25 -23
  65. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  66. package/lib/internal/template/pie-chart/pie-chart.d.ts.map +1 -1
  67. package/lib/internal/template/pie-chart/pie-chart.js +11 -4
  68. package/lib/internal/template/pie-chart/pie-chart.js.map +1 -1
  69. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  70. package/lib/internal/template/pie-chart/styles.scoped.css +45 -43
  71. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  72. package/lib/internal/template/popover/styles.css.js +50 -50
  73. package/lib/internal/template/popover/styles.scoped.css +67 -63
  74. package/lib/internal/template/popover/styles.selectors.js +50 -50
  75. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  76. package/lib/internal/template/progress-bar/styles.scoped.css +34 -32
  77. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  78. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  79. package/lib/internal/template/segmented-control/styles.scoped.css +37 -35
  80. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  81. package/lib/internal/template/side-navigation/styles.css.js +22 -22
  82. package/lib/internal/template/side-navigation/styles.scoped.css +36 -32
  83. package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
  84. package/lib/internal/template/split-panel/styles.css.js +59 -59
  85. package/lib/internal/template/split-panel/styles.scoped.css +83 -81
  86. package/lib/internal/template/split-panel/styles.selectors.js +59 -59
  87. package/lib/internal/template/table/header-cell/styles.css.js +18 -18
  88. package/lib/internal/template/table/header-cell/styles.scoped.css +32 -30
  89. package/lib/internal/template/table/header-cell/styles.selectors.js +18 -18
  90. package/lib/internal/template/tabs/styles.css.js +21 -21
  91. package/lib/internal/template/tabs/styles.scoped.css +40 -38
  92. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  93. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  94. package/lib/internal/template/tag-editor/styles.scoped.css +12 -10
  95. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  96. package/lib/internal/template/text-content/styles.css.js +1 -1
  97. package/lib/internal/template/text-content/styles.scoped.css +70 -60
  98. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  99. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  100. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +44 -42
  101. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  102. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  103. package/lib/internal/template/top-navigation/styles.scoped.css +72 -66
  104. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  105. package/package.json +1 -1
@@ -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_1x93y_97:not(#\9) {
97
+ .awsui_segment__path_1edmh_1kdd4_97:not(#\9) {
98
98
  transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
99
99
  }
100
100
  @media (prefers-reduced-motion: reduce) {
101
- .awsui_segment__path_1edmh_1x93y_97:not(#\9) {
101
+ .awsui_segment__path_1edmh_1kdd4_97:not(#\9) {
102
102
  animation: none;
103
103
  transition: none;
104
104
  }
105
105
  }
106
- .awsui-motion-disabled .awsui_segment__path_1edmh_1x93y_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_1x93y_97:not(#\9) {
106
+ .awsui-motion-disabled .awsui_segment__path_1edmh_1kdd4_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_1kdd4_97:not(#\9) {
107
107
  animation: none;
108
108
  transition: none;
109
109
  }
110
110
 
111
- .awsui_segment_1edmh_1x93y_97:not(#\9) {
111
+ .awsui_segment_1edmh_1kdd4_97:not(#\9) {
112
112
  transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_segment_1edmh_1x93y_97:not(#\9) {
115
+ .awsui_segment_1edmh_1kdd4_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
  }
120
- .awsui-motion-disabled .awsui_segment_1edmh_1x93y_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1x93y_97:not(#\9) {
120
+ .awsui-motion-disabled .awsui_segment_1edmh_1kdd4_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1kdd4_97:not(#\9) {
121
121
  animation: none;
122
122
  transition: none;
123
123
  }
124
- .awsui_segment_1edmh_1x93y_97 > .awsui_segment__hover_1edmh_1x93y_124:not(#\9) {
124
+ .awsui_segment_1edmh_1kdd4_97 > .awsui_segment__hover_1edmh_1kdd4_124:not(#\9) {
125
125
  transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
126
126
  }
127
127
  @media (prefers-reduced-motion: reduce) {
128
- .awsui_segment_1edmh_1x93y_97 > .awsui_segment__hover_1edmh_1x93y_124:not(#\9) {
128
+ .awsui_segment_1edmh_1kdd4_97 > .awsui_segment__hover_1edmh_1kdd4_124:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
  }
133
- .awsui-motion-disabled .awsui_segment_1edmh_1x93y_97 > .awsui_segment__hover_1edmh_1x93y_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1x93y_97 > .awsui_segment__hover_1edmh_1x93y_124:not(#\9) {
133
+ .awsui-motion-disabled .awsui_segment_1edmh_1kdd4_97 > .awsui_segment__hover_1edmh_1kdd4_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1kdd4_97 > .awsui_segment__hover_1edmh_1kdd4_124:not(#\9) {
134
134
  animation: none;
135
135
  transition: none;
136
136
  }
137
137
 
138
- .awsui_label_1edmh_1x93y_138:not(#\9) {
138
+ .awsui_label_1edmh_1kdd4_138:not(#\9) {
139
139
  transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
140
140
  }
141
141
  @media (prefers-reduced-motion: reduce) {
142
- .awsui_label_1edmh_1x93y_138:not(#\9) {
142
+ .awsui_label_1edmh_1kdd4_138:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
146
146
  }
147
- .awsui-motion-disabled .awsui_label_1edmh_1x93y_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_1x93y_138:not(#\9) {
147
+ .awsui-motion-disabled .awsui_label_1edmh_1kdd4_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_1kdd4_138:not(#\9) {
148
148
  animation: none;
149
149
  transition: none;
150
150
  }
@@ -153,7 +153,7 @@ 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_1x93y_156:not(#\9) {
156
+ .awsui_root_1edmh_1kdd4_156:not(#\9) {
157
157
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
158
158
  border-collapse: separate;
159
159
  border-spacing: 0;
@@ -191,55 +191,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
191
  display: block;
192
192
  }
193
193
 
194
- .awsui_filter-container_1edmh_1x93y_168:not(#\9) {
194
+ .awsui_filter-container_1edmh_1kdd4_168:not(#\9) {
195
195
  /* used in test-utils */
196
196
  }
197
197
 
198
- .awsui_has-default-filter_1edmh_1x93y_172 > :not(#\9):first-child {
198
+ .awsui_has-default-filter_1edmh_1kdd4_172 > :not(#\9):first-child {
199
199
  flex: 280px 0 1;
200
200
  }
201
201
 
202
- .awsui_content_1edmh_1x93y_176:not(#\9) {
202
+ .awsui_content_1edmh_1kdd4_176:not(#\9) {
203
203
  display: flex;
204
204
  position: relative;
205
205
  justify-content: center;
206
206
  align-items: center;
207
207
  }
208
- .awsui_content_1edmh_1x93y_176.awsui_content--small_1edmh_1x93y_182:not(#\9) {
208
+ .awsui_content_1edmh_1kdd4_176.awsui_content--small_1edmh_1kdd4_182:not(#\9) {
209
209
  min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
210
210
  }
211
- .awsui_content_1edmh_1x93y_176.awsui_content--small_1edmh_1x93y_182.awsui_content--without-labels_1edmh_1x93y_185:not(#\9) {
211
+ .awsui_content_1edmh_1kdd4_176.awsui_content--small_1edmh_1kdd4_182.awsui_content--without-labels_1edmh_1kdd4_185:not(#\9) {
212
212
  min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px)));
213
213
  }
214
- .awsui_content_1edmh_1x93y_176.awsui_content--medium_1edmh_1x93y_188:not(#\9) {
214
+ .awsui_content_1edmh_1kdd4_176.awsui_content--medium_1edmh_1kdd4_188:not(#\9) {
215
215
  min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
216
216
  }
217
- .awsui_content_1edmh_1x93y_176.awsui_content--medium_1edmh_1x93y_188.awsui_content--without-labels_1edmh_1x93y_185:not(#\9) {
217
+ .awsui_content_1edmh_1kdd4_176.awsui_content--medium_1edmh_1kdd4_188.awsui_content--without-labels_1edmh_1kdd4_185:not(#\9) {
218
218
  min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px)));
219
219
  }
220
- .awsui_content_1edmh_1x93y_176.awsui_content--large_1edmh_1x93y_194:not(#\9) {
220
+ .awsui_content_1edmh_1kdd4_176.awsui_content--large_1edmh_1kdd4_194:not(#\9) {
221
221
  min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
222
222
  }
223
- .awsui_content_1edmh_1x93y_176.awsui_content--large_1edmh_1x93y_194.awsui_content--without-labels_1edmh_1x93y_185:not(#\9) {
223
+ .awsui_content_1edmh_1kdd4_176.awsui_content--large_1edmh_1kdd4_194.awsui_content--without-labels_1edmh_1kdd4_185:not(#\9) {
224
224
  min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px)));
225
225
  }
226
- .awsui_content_1edmh_1x93y_176.awsui_content--reserve-filter_1edmh_1x93y_200:not(#\9) {
226
+ .awsui_content_1edmh_1kdd4_176.awsui_content--reserve-filter_1edmh_1kdd4_200:not(#\9) {
227
227
  margin-top: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
228
228
  }
229
- .awsui_content_1edmh_1x93y_176.awsui_content--reserve-legend_1edmh_1x93y_203:not(#\9) {
229
+ .awsui_content_1edmh_1kdd4_176.awsui_content--reserve-legend_1edmh_1kdd4_203:not(#\9) {
230
230
  margin-bottom: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
231
231
  }
232
232
 
233
- .awsui_status-container_1edmh_1x93y_207:not(#\9) {
233
+ .awsui_status-container_1edmh_1kdd4_207:not(#\9) {
234
234
  /* used in test utils */
235
235
  }
236
236
 
237
- .awsui_chart-container_1edmh_1x93y_211:not(#\9) {
237
+ .awsui_chart-container_1edmh_1kdd4_211:not(#\9) {
238
238
  display: flex;
239
239
  flex: 1;
240
240
  }
241
241
 
242
- .awsui_inner-content_1edmh_1x93y_216:not(#\9) {
242
+ .awsui_inner-content_1edmh_1kdd4_216:not(#\9) {
243
243
  display: flex;
244
244
  position: absolute;
245
245
  flex-direction: column;
@@ -253,74 +253,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
253
253
  pointer-events: none;
254
254
  }
255
255
 
256
- .awsui_segment__highlight_1edmh_1x93y_230:not(#\9) {
256
+ .awsui_segment__highlight_1edmh_1kdd4_230:not(#\9) {
257
257
  stroke: none;
258
258
  opacity: 0;
259
259
  }
260
260
 
261
- .awsui_segment_1edmh_1x93y_97:not(#\9) {
261
+ .awsui_segment_1edmh_1kdd4_97:not(#\9) {
262
262
  stroke: var(--color-background-container-content-o88wxm, #ffffff);
263
263
  stroke-width: 2px;
264
264
  stroke-linejoin: round;
265
265
  opacity: 1;
266
266
  cursor: pointer;
267
267
  }
268
- .awsui_segment_1edmh_1x93y_97:not(#\9):focus {
268
+ .awsui_segment_1edmh_1kdd4_97:not(#\9):focus {
269
269
  outline: none;
270
270
  }
271
- .awsui_segment_1edmh_1x93y_97.awsui_segment--dimmed_1edmh_1x93y_245:not(#\9) {
271
+ .awsui_segment_1edmh_1kdd4_97.awsui_segment--dimmed_1edmh_1kdd4_245:not(#\9) {
272
272
  opacity: 0.35;
273
273
  }
274
- .awsui_segment_1edmh_1x93y_97.awsui_segment--highlighted_1edmh_1x93y_248 > .awsui_segment__highlight_1edmh_1x93y_230:not(#\9), .awsui_segment_1edmh_1x93y_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_1x93y_245) > .awsui_segment__highlight_1edmh_1x93y_230 {
274
+ .awsui_segment_1edmh_1kdd4_97.awsui_segment--highlighted_1edmh_1kdd4_248 > .awsui_segment__highlight_1edmh_1kdd4_230:not(#\9), .awsui_segment_1edmh_1kdd4_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_1kdd4_245) > .awsui_segment__highlight_1edmh_1kdd4_230 {
275
275
  opacity: 1;
276
276
  }
277
277
 
278
- .awsui_label_1edmh_1x93y_138:not(#\9) {
278
+ .awsui_label_1edmh_1kdd4_138:not(#\9) {
279
279
  color: var(--color-text-heading-default-bjds33, #16191f);
280
280
  opacity: 1;
281
281
  /* stylelint-disable-next-line selector-max-type */
282
282
  /* stylelint-disable-next-line selector-max-type */
283
283
  }
284
- .awsui_label_1edmh_1x93y_138 > line:not(#\9) {
284
+ .awsui_label_1edmh_1kdd4_138 > line:not(#\9) {
285
285
  stroke: var(--color-border-control-default-bwkbmv, #879596);
286
286
  stroke-width: var(--border-divider-section-width-5a4cv1, 1px);
287
287
  }
288
- .awsui_label_1edmh_1x93y_138 > div:not(#\9) {
288
+ .awsui_label_1edmh_1kdd4_138 > div:not(#\9) {
289
289
  margin-top: -0.75em;
290
290
  }
291
- .awsui_label_1edmh_1x93y_138.awsui_label--dimmed_1edmh_1x93y_265:not(#\9) {
291
+ .awsui_label_1edmh_1kdd4_138.awsui_label--dimmed_1edmh_1kdd4_265:not(#\9) {
292
292
  opacity: 0.35;
293
293
  }
294
- .awsui_label_1edmh_1x93y_138.awsui_label--align-right_1edmh_1x93y_268:not(#\9) {
294
+ .awsui_label_1edmh_1kdd4_138.awsui_label--align-right_1edmh_1kdd4_268:not(#\9) {
295
295
  /* stylelint-disable-next-line selector-max-type */
296
296
  }
297
- .awsui_label_1edmh_1x93y_138.awsui_label--align-right_1edmh_1x93y_268 > div:not(#\9) {
297
+ .awsui_label_1edmh_1kdd4_138.awsui_label--align-right_1edmh_1kdd4_268 > div:not(#\9) {
298
298
  text-align: right;
299
299
  }
300
300
 
301
301
  /* stylelint-disable-next-line selector-max-type */
302
- .awsui_label-text_1edmh_1x93y_276 > text:not(#\9) {
302
+ .awsui_label-text_1edmh_1kdd4_276 > text:not(#\9) {
303
+ font-size: var(--font-body-m-size-sregvd, 14px);
304
+ line-height: var(--font-body-m-line-height-i7xxvv, 22px);
303
305
  font-weight: var(--font-display-label-weight-tjy9e4, 400);
304
306
  fill: var(--color-text-heading-default-bjds33, #16191f);
305
307
  dominant-baseline: middle;
306
308
  }
307
309
 
308
- text.awsui_label__description_1edmh_1x93y_282:not(#\9) {
310
+ text.awsui_label__description_1edmh_1kdd4_284:not(#\9) {
309
311
  font-size: var(--font-chart-detail-size-viz5mm, 14px);
310
312
  font-weight: 400;
311
313
  color: var(--color-text-group-label-5rxtyp, #545b64);
312
314
  fill: var(--color-text-group-label-5rxtyp, #545b64);
313
315
  }
314
316
 
315
- .awsui_label-line_1edmh_1x93y_289:not(#\9) {
317
+ .awsui_label-line_1edmh_1kdd4_291:not(#\9) {
316
318
  /* used in component code */
317
319
  }
318
320
 
319
- .awsui_label--highlighted_1edmh_1x93y_293:not(#\9) {
321
+ .awsui_label--highlighted_1edmh_1kdd4_295:not(#\9) {
320
322
  /* used in test-utils */
321
323
  }
322
324
 
323
- .awsui_popover-header_1edmh_1x93y_297:not(#\9) {
325
+ .awsui_popover-header_1edmh_1kdd4_299:not(#\9) {
324
326
  display: inline-flex;
325
327
  align-items: flex-start;
326
328
  }
@@ -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_1x93y_97",
6
- "segment": "awsui_segment_1edmh_1x93y_97",
7
- "segment__hover": "awsui_segment__hover_1edmh_1x93y_124",
8
- "label": "awsui_label_1edmh_1x93y_138",
9
- "root": "awsui_root_1edmh_1x93y_156",
10
- "filter-container": "awsui_filter-container_1edmh_1x93y_168",
11
- "has-default-filter": "awsui_has-default-filter_1edmh_1x93y_172",
12
- "content": "awsui_content_1edmh_1x93y_176",
13
- "content--small": "awsui_content--small_1edmh_1x93y_182",
14
- "content--without-labels": "awsui_content--without-labels_1edmh_1x93y_185",
15
- "content--medium": "awsui_content--medium_1edmh_1x93y_188",
16
- "content--large": "awsui_content--large_1edmh_1x93y_194",
17
- "content--reserve-filter": "awsui_content--reserve-filter_1edmh_1x93y_200",
18
- "content--reserve-legend": "awsui_content--reserve-legend_1edmh_1x93y_203",
19
- "status-container": "awsui_status-container_1edmh_1x93y_207",
20
- "chart-container": "awsui_chart-container_1edmh_1x93y_211",
21
- "inner-content": "awsui_inner-content_1edmh_1x93y_216",
22
- "segment__highlight": "awsui_segment__highlight_1edmh_1x93y_230",
23
- "segment--dimmed": "awsui_segment--dimmed_1edmh_1x93y_245",
24
- "segment--highlighted": "awsui_segment--highlighted_1edmh_1x93y_248",
25
- "label--dimmed": "awsui_label--dimmed_1edmh_1x93y_265",
26
- "label--align-right": "awsui_label--align-right_1edmh_1x93y_268",
27
- "label-text": "awsui_label-text_1edmh_1x93y_276",
28
- "label__description": "awsui_label__description_1edmh_1x93y_282",
29
- "label-line": "awsui_label-line_1edmh_1x93y_289",
30
- "label--highlighted": "awsui_label--highlighted_1edmh_1x93y_293",
31
- "popover-header": "awsui_popover-header_1edmh_1x93y_297"
5
+ "segment__path": "awsui_segment__path_1edmh_1kdd4_97",
6
+ "segment": "awsui_segment_1edmh_1kdd4_97",
7
+ "segment__hover": "awsui_segment__hover_1edmh_1kdd4_124",
8
+ "label": "awsui_label_1edmh_1kdd4_138",
9
+ "root": "awsui_root_1edmh_1kdd4_156",
10
+ "filter-container": "awsui_filter-container_1edmh_1kdd4_168",
11
+ "has-default-filter": "awsui_has-default-filter_1edmh_1kdd4_172",
12
+ "content": "awsui_content_1edmh_1kdd4_176",
13
+ "content--small": "awsui_content--small_1edmh_1kdd4_182",
14
+ "content--without-labels": "awsui_content--without-labels_1edmh_1kdd4_185",
15
+ "content--medium": "awsui_content--medium_1edmh_1kdd4_188",
16
+ "content--large": "awsui_content--large_1edmh_1kdd4_194",
17
+ "content--reserve-filter": "awsui_content--reserve-filter_1edmh_1kdd4_200",
18
+ "content--reserve-legend": "awsui_content--reserve-legend_1edmh_1kdd4_203",
19
+ "status-container": "awsui_status-container_1edmh_1kdd4_207",
20
+ "chart-container": "awsui_chart-container_1edmh_1kdd4_211",
21
+ "inner-content": "awsui_inner-content_1edmh_1kdd4_216",
22
+ "segment__highlight": "awsui_segment__highlight_1edmh_1kdd4_230",
23
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_1kdd4_245",
24
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_1kdd4_248",
25
+ "label--dimmed": "awsui_label--dimmed_1edmh_1kdd4_265",
26
+ "label--align-right": "awsui_label--align-right_1edmh_1kdd4_268",
27
+ "label-text": "awsui_label-text_1edmh_1kdd4_276",
28
+ "label__description": "awsui_label__description_1edmh_1kdd4_284",
29
+ "label-line": "awsui_label-line_1edmh_1kdd4_291",
30
+ "label--highlighted": "awsui_label--highlighted_1edmh_1kdd4_295",
31
+ "popover-header": "awsui_popover-header_1edmh_1kdd4_299"
32
32
  };
33
33
 
@@ -1,55 +1,55 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_xjuzf_1g2lt_185",
5
- "arrow-outer": "awsui_arrow-outer_xjuzf_1g2lt_189",
6
- "arrow-inner": "awsui_arrow-inner_xjuzf_1g2lt_189",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1g2lt_220",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1g2lt_220",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1g2lt_223",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1g2lt_223",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1g2lt_226",
12
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1g2lt_226",
13
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1g2lt_226",
14
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1g2lt_226",
15
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1g2lt_229",
16
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1g2lt_229",
17
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1g2lt_229",
18
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1g2lt_229",
19
- "body": "awsui_body_xjuzf_1g2lt_325",
20
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1g2lt_339",
21
- "has-dismiss": "awsui_has-dismiss_xjuzf_1g2lt_343",
22
- "dismiss": "awsui_dismiss_xjuzf_1g2lt_348",
23
- "dismiss-control": "awsui_dismiss-control_xjuzf_1g2lt_355",
24
- "header-row": "awsui_header-row_xjuzf_1g2lt_359",
25
- "header": "awsui_header_xjuzf_1g2lt_359",
26
- "content": "awsui_content_xjuzf_1g2lt_381",
27
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1g2lt_388",
28
- "container": "awsui_container_xjuzf_1g2lt_484",
29
- "container-body": "awsui_container-body_xjuzf_1g2lt_492",
30
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1g2lt_507",
31
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_1g2lt_512",
32
- "fixed-width": "awsui_fixed-width_xjuzf_1g2lt_515",
33
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1g2lt_519",
34
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_1g2lt_526",
35
- "container-arrow": "awsui_container-arrow_xjuzf_1g2lt_538",
36
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1g2lt_542",
37
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1g2lt_542",
38
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1g2lt_554",
39
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1g2lt_554",
40
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1g2lt_566",
41
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1g2lt_566",
42
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1g2lt_566",
43
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1g2lt_566",
44
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1g2lt_582",
45
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1g2lt_586",
46
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1g2lt_590",
47
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1g2lt_1",
48
- "refresh": "awsui_refresh_xjuzf_1g2lt_708",
49
- "root": "awsui_root_xjuzf_1g2lt_730",
50
- "trigger": "awsui_trigger_xjuzf_1g2lt_743",
51
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_1g2lt_750",
52
- "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1g2lt_779",
53
- "popover-content": "awsui_popover-content_xjuzf_1g2lt_783"
4
+ "arrow": "awsui_arrow_xjuzf_e1jlo_185",
5
+ "arrow-outer": "awsui_arrow-outer_xjuzf_e1jlo_189",
6
+ "arrow-inner": "awsui_arrow-inner_xjuzf_e1jlo_189",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_e1jlo_220",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_e1jlo_220",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_e1jlo_223",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_e1jlo_223",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_e1jlo_226",
12
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_e1jlo_226",
13
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_e1jlo_226",
14
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_e1jlo_226",
15
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_e1jlo_229",
16
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_e1jlo_229",
17
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_e1jlo_229",
18
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_e1jlo_229",
19
+ "body": "awsui_body_xjuzf_e1jlo_325",
20
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_e1jlo_339",
21
+ "has-dismiss": "awsui_has-dismiss_xjuzf_e1jlo_343",
22
+ "dismiss": "awsui_dismiss_xjuzf_e1jlo_348",
23
+ "dismiss-control": "awsui_dismiss-control_xjuzf_e1jlo_355",
24
+ "header-row": "awsui_header-row_xjuzf_e1jlo_359",
25
+ "header": "awsui_header_xjuzf_e1jlo_359",
26
+ "content": "awsui_content_xjuzf_e1jlo_385",
27
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_e1jlo_392",
28
+ "container": "awsui_container_xjuzf_e1jlo_488",
29
+ "container-body": "awsui_container-body_xjuzf_e1jlo_496",
30
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_e1jlo_511",
31
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_e1jlo_516",
32
+ "fixed-width": "awsui_fixed-width_xjuzf_e1jlo_519",
33
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_e1jlo_523",
34
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_e1jlo_530",
35
+ "container-arrow": "awsui_container-arrow_xjuzf_e1jlo_542",
36
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_e1jlo_546",
37
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_e1jlo_546",
38
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_e1jlo_558",
39
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_e1jlo_558",
40
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_e1jlo_570",
41
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_e1jlo_570",
42
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_e1jlo_570",
43
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_e1jlo_570",
44
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_e1jlo_586",
45
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_e1jlo_590",
46
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_e1jlo_594",
47
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_e1jlo_1",
48
+ "refresh": "awsui_refresh_xjuzf_e1jlo_712",
49
+ "root": "awsui_root_xjuzf_e1jlo_734",
50
+ "trigger": "awsui_trigger_xjuzf_e1jlo_747",
51
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_e1jlo_754",
52
+ "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_e1jlo_783",
53
+ "popover-content": "awsui_popover-content_xjuzf_e1jlo_787"
54
54
  };
55
55