@cloudscape-design/components-themeable 3.0.401 → 3.0.403

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 (191) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/anchor-navigation/styles.scss +113 -0
  3. package/lib/internal/scss/anchor-navigation/test-classes/styles.scss +28 -0
  4. package/lib/internal/scss/internal/components/dropdown/styles.scss +2 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +40 -39
  6. package/lib/internal/scss/internal/styles/utils/mixins.scss +2 -8
  7. package/lib/internal/scss/status-indicator/styles.scss +11 -7
  8. package/lib/internal/template/anchor-navigation/index.d.ts +5 -0
  9. package/lib/internal/template/anchor-navigation/index.d.ts.map +1 -0
  10. package/lib/internal/template/anchor-navigation/index.js +14 -0
  11. package/lib/internal/template/anchor-navigation/index.js.map +1 -0
  12. package/lib/internal/template/anchor-navigation/interfaces.d.ts +67 -0
  13. package/lib/internal/template/anchor-navigation/interfaces.d.ts.map +1 -0
  14. package/lib/internal/template/anchor-navigation/interfaces.js +4 -0
  15. package/lib/internal/template/anchor-navigation/interfaces.js.map +1 -0
  16. package/lib/internal/template/anchor-navigation/internal.d.ts +5 -0
  17. package/lib/internal/template/anchor-navigation/internal.d.ts.map +1 -0
  18. package/lib/internal/template/anchor-navigation/internal.js +48 -0
  19. package/lib/internal/template/anchor-navigation/internal.js.map +1 -0
  20. package/lib/internal/template/anchor-navigation/styles.css.js +13 -0
  21. package/lib/internal/template/anchor-navigation/styles.scoped.css +243 -0
  22. package/lib/internal/template/anchor-navigation/styles.selectors.js +14 -0
  23. package/lib/internal/template/anchor-navigation/test-classes/styles.css.js +11 -0
  24. package/lib/internal/template/anchor-navigation/test-classes/styles.scoped.css +27 -0
  25. package/lib/internal/template/anchor-navigation/test-classes/styles.selectors.js +12 -0
  26. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts +18 -0
  27. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts.map +1 -0
  28. package/lib/internal/template/anchor-navigation/use-scroll-spy.js +74 -0
  29. package/lib/internal/template/anchor-navigation/use-scroll-spy.js.map +1 -0
  30. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  31. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
  32. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  33. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  34. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  35. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  36. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +75 -75
  37. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +295 -295
  38. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +75 -75
  39. package/lib/internal/template/button/styles.css.js +20 -20
  40. package/lib/internal/template/button/styles.scoped.css +151 -152
  41. package/lib/internal/template/button/styles.selectors.js +20 -20
  42. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  43. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +18 -19
  44. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  45. package/lib/internal/template/cards/index.js +2 -2
  46. package/lib/internal/template/cards/index.js.map +1 -1
  47. package/lib/internal/template/code-editor/styles.css.js +32 -32
  48. package/lib/internal/template/code-editor/styles.scoped.css +177 -179
  49. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  50. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  51. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +17 -18
  52. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  53. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  54. package/lib/internal/template/collection-preferences/styles.scoped.css +44 -45
  55. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  56. package/lib/internal/template/container/index.d.ts.map +1 -1
  57. package/lib/internal/template/container/index.js +2 -2
  58. package/lib/internal/template/container/index.js.map +1 -1
  59. package/lib/internal/template/container/internal.d.ts +5 -1
  60. package/lib/internal/template/container/internal.d.ts.map +1 -1
  61. package/lib/internal/template/container/internal.js +7 -4
  62. package/lib/internal/template/container/internal.js.map +1 -1
  63. package/lib/internal/template/content-layout/styles.css.js +7 -7
  64. package/lib/internal/template/content-layout/styles.scoped.css +13 -13
  65. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  66. package/lib/internal/template/expandable-section/expandable-section-container.d.ts +5 -3
  67. package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
  68. package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
  69. package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
  70. package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
  71. package/lib/internal/template/expandable-section/index.js +8 -3
  72. package/lib/internal/template/expandable-section/index.js.map +1 -1
  73. package/lib/internal/template/expandable-section/internal.d.ts +3 -3
  74. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  75. package/lib/internal/template/expandable-section/internal.js +2 -2
  76. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  77. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  78. package/lib/internal/template/expandable-section/styles.scoped.css +58 -59
  79. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  80. package/lib/internal/template/flashbar/styles.css.js +47 -47
  81. package/lib/internal/template/flashbar/styles.scoped.css +171 -172
  82. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  83. package/lib/internal/template/form-field/styles.css.js +19 -19
  84. package/lib/internal/template/form-field/styles.scoped.css +29 -30
  85. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  86. package/lib/internal/template/header/styles.css.js +32 -32
  87. package/lib/internal/template/header/styles.scoped.css +48 -49
  88. package/lib/internal/template/header/styles.selectors.js +32 -32
  89. package/lib/internal/template/index.d.ts +1 -0
  90. package/lib/internal/template/index.d.ts.map +1 -1
  91. package/lib/internal/template/index.js +1 -0
  92. package/lib/internal/template/index.js.map +1 -1
  93. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -2
  94. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  95. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +8 -2
  96. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  97. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  98. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +2 -1
  99. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  100. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  101. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +19 -21
  102. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  103. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +31 -2
  104. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
  105. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +49 -7
  106. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
  107. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  108. package/lib/internal/template/internal/components/dropdown/index.js +20 -2
  109. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  110. package/lib/internal/template/internal/components/dropdown/styles.css.js +21 -21
  111. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -36
  112. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +21 -21
  113. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  114. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +13 -14
  115. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  116. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  117. package/lib/internal/template/internal/components/option/styles.scoped.css +29 -30
  118. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  119. package/lib/internal/template/internal/environment.js +1 -1
  120. package/lib/internal/template/internal/environment.json +1 -1
  121. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  122. package/lib/internal/template/internal/generated/custom-css-properties/index.js +40 -39
  123. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  124. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +6 -1
  125. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  126. package/lib/internal/template/internal/utils/scrollable-containers.js +1 -1
  127. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  128. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  129. package/lib/internal/template/modal/internal.js +6 -4
  130. package/lib/internal/template/modal/internal.js.map +1 -1
  131. package/lib/internal/template/package.json +1 -0
  132. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  133. package/lib/internal/template/progress-bar/styles.scoped.css +32 -33
  134. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  135. package/lib/internal/template/property-filter/styles.css.js +30 -30
  136. package/lib/internal/template/property-filter/styles.scoped.css +32 -33
  137. package/lib/internal/template/property-filter/styles.selectors.js +30 -30
  138. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  139. package/lib/internal/template/side-navigation/styles.scoped.css +38 -39
  140. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  141. package/lib/internal/template/split-panel/styles.css.js +56 -56
  142. package/lib/internal/template/split-panel/styles.scoped.css +77 -78
  143. package/lib/internal/template/split-panel/styles.selectors.js +56 -56
  144. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  145. package/lib/internal/template/status-indicator/internal.js +3 -1
  146. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  147. package/lib/internal/template/status-indicator/styles.css.js +22 -22
  148. package/lib/internal/template/status-indicator/styles.scoped.css +36 -34
  149. package/lib/internal/template/status-indicator/styles.selectors.js +22 -22
  150. package/lib/internal/template/table/header-cell/index.d.ts +0 -2
  151. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  152. package/lib/internal/template/table/header-cell/index.js +1 -1
  153. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  154. package/lib/internal/template/table/index.d.ts.map +1 -1
  155. package/lib/internal/template/table/index.js +8 -4
  156. package/lib/internal/template/table/index.js.map +1 -1
  157. package/lib/internal/template/table/internal.d.ts +1 -0
  158. package/lib/internal/template/table/internal.d.ts.map +1 -1
  159. package/lib/internal/template/table/internal.js +8 -2
  160. package/lib/internal/template/table/internal.js.map +1 -1
  161. package/lib/internal/template/table/resizer/index.d.ts +3 -5
  162. package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
  163. package/lib/internal/template/table/resizer/index.js +44 -66
  164. package/lib/internal/template/table/resizer/index.js.map +1 -1
  165. package/lib/internal/template/table/resizer/resizer-lookup.d.ts +8 -0
  166. package/lib/internal/template/table/resizer/resizer-lookup.d.ts.map +1 -0
  167. package/lib/internal/template/table/resizer/resizer-lookup.js +39 -0
  168. package/lib/internal/template/table/resizer/resizer-lookup.js.map +1 -0
  169. package/lib/internal/template/tabs/styles.css.js +21 -21
  170. package/lib/internal/template/tabs/styles.scoped.css +39 -40
  171. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  172. package/lib/internal/template/test-utils/dom/anchor-navigation/index.d.ts +16 -0
  173. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js +58 -0
  174. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js.map +1 -0
  175. package/lib/internal/template/test-utils/dom/index.d.ts +3 -0
  176. package/lib/internal/template/test-utils/dom/index.js +10 -2
  177. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  178. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.d.ts +15 -0
  179. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js +45 -0
  180. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js.map +1 -0
  181. package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
  182. package/lib/internal/template/test-utils/selectors/index.js +10 -2
  183. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  184. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +70 -71
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/wizard/styles.css.js +31 -31
  189. package/lib/internal/template/wizard/styles.scoped.css +64 -68
  190. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  191. package/package.json +1 -1
@@ -182,27 +182,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
182
182
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
183
183
  SPDX-License-Identifier: Apache-2.0
184
184
  */
185
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-value {
185
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-value {
186
186
  -webkit-transition: width var(--motion-duration-moderate-cp984g, 135ms) linear;
187
187
  transition: width var(--motion-duration-moderate-cp984g, 135ms) linear;
188
188
  }
189
189
  @media (prefers-reduced-motion: reduce) {
190
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-value {
190
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-value {
191
191
  animation: none;
192
192
  -webkit-transition: none;
193
193
  transition: none;
194
194
  }
195
195
  }
196
- .awsui-motion-disabled .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-value {
196
+ .awsui-motion-disabled .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-value {
197
197
  animation: none;
198
198
  -webkit-transition: none;
199
199
  transition: none;
200
200
  }
201
201
 
202
- .awsui_result-state_11huc_hiwmy_199:not(#\9) {
203
- animation: awsui_awsui-motion-fade-in_11huc_hiwmy_1 var(--motion-duration-transition-show-paced-wrsk0l, 180ms) var(--motion-easing-transition-show-paced-o52el4, ease-out);
202
+ .awsui_result-state_11huc_10lbh_199:not(#\9) {
203
+ animation: awsui_awsui-motion-fade-in_11huc_10lbh_1 var(--motion-duration-transition-show-paced-wrsk0l, 180ms) var(--motion-easing-transition-show-paced-o52el4, ease-out);
204
204
  }
205
- @keyframes awsui_awsui-motion-fade-in_11huc_hiwmy_1 {
205
+ @keyframes awsui_awsui-motion-fade-in_11huc_10lbh_1 {
206
206
  from {
207
207
  opacity: 0.2;
208
208
  }
@@ -211,17 +211,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
211
211
  }
212
212
  }
213
213
  @media (prefers-reduced-motion: reduce) {
214
- .awsui_result-state_11huc_hiwmy_199:not(#\9) {
214
+ .awsui_result-state_11huc_10lbh_199:not(#\9) {
215
215
  animation: none;
216
216
  transition: none;
217
217
  }
218
218
  }
219
- .awsui-motion-disabled .awsui_result-state_11huc_hiwmy_199:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_hiwmy_199:not(#\9) {
219
+ .awsui-motion-disabled .awsui_result-state_11huc_10lbh_199:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_10lbh_199:not(#\9) {
220
220
  animation: none;
221
221
  transition: none;
222
222
  }
223
223
 
224
- .awsui_root_11huc_hiwmy_221:not(#\9) {
224
+ .awsui_root_11huc_10lbh_221:not(#\9) {
225
225
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
226
226
  border-collapse: separate;
227
227
  border-spacing: 0;
@@ -260,34 +260,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
260
260
  -moz-osx-font-smoothing: auto;
261
261
  }
262
262
 
263
- .awsui_with-result-button_11huc_hiwmy_234:not(#\9) {
263
+ .awsui_with-result-button_11huc_10lbh_234:not(#\9) {
264
264
  padding-right: var(--space-m-kpg8id, 16px);
265
265
  }
266
266
 
267
- .awsui_result-text_11huc_hiwmy_238:not(#\9) {
267
+ .awsui_result-text_11huc_10lbh_238:not(#\9) {
268
268
  /* used in test-utils */
269
269
  }
270
270
 
271
- .awsui_result-container-error_11huc_hiwmy_242:not(#\9), .awsui_result-container-success_11huc_hiwmy_242:not(#\9) {
271
+ .awsui_result-container-error_11huc_10lbh_242:not(#\9), .awsui_result-container-success_11huc_10lbh_242:not(#\9) {
272
272
  /* used in test-utils */
273
273
  }
274
274
 
275
- .awsui_result-button_11huc_hiwmy_246:not(#\9) {
275
+ .awsui_result-button_11huc_10lbh_246:not(#\9) {
276
276
  display: inline-block;
277
277
  margin: var(--space-scaled-xxs-t7ij38, 4px) 0;
278
278
  }
279
279
 
280
- .awsui_word-wrap_11huc_hiwmy_251:not(#\9) {
280
+ .awsui_word-wrap_11huc_10lbh_251:not(#\9) {
281
281
  min-width: 0;
282
- -ms-word-break: break-all;
283
282
  word-break: break-word;
284
283
  }
285
284
 
286
- .awsui_label-flash_11huc_hiwmy_257:not(#\9) {
285
+ .awsui_label-flash_11huc_10lbh_256:not(#\9) {
287
286
  color: "inherit";
288
287
  font-weight: 700;
289
288
  }
290
- .awsui_label-key-value_11huc_hiwmy_261:not(#\9) {
289
+ .awsui_label-key-value_11huc_10lbh_260:not(#\9) {
291
290
  font-size: var(--font-size-body-m-pa3mqb, 14px);
292
291
  line-height: var(--line-height-body-m-2zx78l, 22px);
293
292
  font-weight: var(--font-display-label-weight-2njs7q, 400);
@@ -295,18 +294,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
295
294
  margin-bottom: var(--space-scaled-xxxs-f7yq15, 2px);
296
295
  }
297
296
 
298
- .awsui_flash_11huc_hiwmy_269:not(#\9) {
297
+ .awsui_flash_11huc_10lbh_268:not(#\9) {
299
298
  color: inherit;
300
299
  }
301
300
 
302
- .awsui_progress-container_11huc_hiwmy_273:not(#\9) {
301
+ .awsui_progress-container_11huc_10lbh_272:not(#\9) {
303
302
  display: flex;
304
303
  align-items: center;
305
304
  max-width: 800px;
306
305
  height: var(--line-height-body-m-2zx78l, 22px);
307
306
  }
308
307
 
309
- .awsui_percentage-container_11huc_hiwmy_280:not(#\9) {
308
+ .awsui_percentage-container_11huc_10lbh_279:not(#\9) {
310
309
  width: 33px;
311
310
  flex-shrink: 0;
312
311
  white-space: nowrap;
@@ -316,11 +315,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
316
315
  letter-spacing: var(--letter-spacing-body-s-nkvets, normal);
317
316
  }
318
317
 
319
- .awsui_percentage_11huc_hiwmy_280:not(#\9) {
318
+ .awsui_percentage_11huc_10lbh_279:not(#\9) {
320
319
  /* used in test-utils */
321
320
  }
322
321
 
323
- .awsui_progress_11huc_hiwmy_185:not(#\9) {
322
+ .awsui_progress_11huc_10lbh_185:not(#\9) {
324
323
  width: 100%;
325
324
  margin-right: var(--space-s-2025hl, 12px);
326
325
  min-width: 0;
@@ -330,44 +329,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
330
329
  border-radius: 10px;
331
330
  background-color: var(--color-background-progress-bar-layout-default-d4fh0m, #eaeded);
332
331
  }
333
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-bar {
332
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-bar {
334
333
  height: 4px;
335
334
  border: 0 none;
336
335
  box-sizing: border-box;
337
336
  border-radius: 10px;
338
337
  background-color: var(--color-background-progress-bar-layout-default-d4fh0m, #eaeded);
339
338
  }
340
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-webkit-progress-value {
339
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-webkit-progress-value {
341
340
  border-radius: 10px 0px 0px 10px;
342
341
  background-color: var(--color-background-progress-bar-content-default-6mb079, #0073bb);
343
342
  }
344
- .awsui_progress_11huc_hiwmy_185.awsui_complete_11huc_hiwmy_315:not(#\9)::-webkit-progress-value {
343
+ .awsui_progress_11huc_10lbh_185.awsui_complete_11huc_10lbh_314:not(#\9)::-webkit-progress-value {
345
344
  border-radius: 10px;
346
345
  }
347
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-moz-progress-bar {
346
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-moz-progress-bar {
348
347
  border-radius: 10px 0px 0px 10px;
349
348
  background-color: var(--color-background-progress-bar-content-default-6mb079, #0073bb);
350
349
  }
351
- .awsui_progress_11huc_hiwmy_185:not(#\9)::-ms-fill {
350
+ .awsui_progress_11huc_10lbh_185:not(#\9)::-ms-fill {
352
351
  border-radius: 10px 0px 0px 10px;
353
352
  background-color: #0073bb;
354
353
  border: none;
355
354
  }
356
- .awsui_progress_11huc_hiwmy_185.awsui_complete_11huc_hiwmy_315:not(#\9)::-ms-fill {
355
+ .awsui_progress_11huc_10lbh_185.awsui_complete_11huc_10lbh_314:not(#\9)::-ms-fill {
357
356
  border-radius: 10px;
358
357
  }
359
- .awsui_progress_11huc_hiwmy_185.awsui_progress-in-flash_11huc_hiwmy_330:not(#\9) {
358
+ .awsui_progress_11huc_10lbh_185.awsui_progress-in-flash_11huc_10lbh_329:not(#\9) {
360
359
  background-color: var(--color-background-progress-bar-layout-in-flash-npacz8, rgba(255, 255, 255, 0.25));
361
360
  }
362
- .awsui_progress_11huc_hiwmy_185.awsui_progress-in-flash_11huc_hiwmy_330:not(#\9)::-webkit-progress-bar {
361
+ .awsui_progress_11huc_10lbh_185.awsui_progress-in-flash_11huc_10lbh_329:not(#\9)::-webkit-progress-bar {
363
362
  background-color: var(--color-background-progress-bar-layout-in-flash-npacz8, rgba(255, 255, 255, 0.25));
364
363
  }
365
- .awsui_progress_11huc_hiwmy_185.awsui_progress-in-flash_11huc_hiwmy_330:not(#\9)::-webkit-progress-value {
364
+ .awsui_progress_11huc_10lbh_185.awsui_progress-in-flash_11huc_10lbh_329:not(#\9)::-webkit-progress-value {
366
365
  background-color: var(--color-background-progress-bar-content-in-flash-6k3gbt, rgba(255, 255, 255, 0.7));
367
366
  }
368
- .awsui_progress_11huc_hiwmy_185.awsui_progress-in-flash_11huc_hiwmy_330:not(#\9)::-moz-progress-bar {
367
+ .awsui_progress_11huc_10lbh_185.awsui_progress-in-flash_11huc_10lbh_329:not(#\9)::-moz-progress-bar {
369
368
  background-color: var(--color-background-progress-bar-content-in-flash-6k3gbt, rgba(255, 255, 255, 0.7));
370
369
  }
371
- .awsui_progress_11huc_hiwmy_185.awsui_progress-in-flash_11huc_hiwmy_330:not(#\9)::-ms-fill {
370
+ .awsui_progress_11huc_10lbh_185.awsui_progress-in-flash_11huc_10lbh_329:not(#\9)::-ms-fill {
372
371
  background-color: rgba(255, 255, 255, 0.7);
373
372
  }
@@ -2,23 +2,23 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "progress": "awsui_progress_11huc_hiwmy_185",
6
- "result-state": "awsui_result-state_11huc_hiwmy_199",
7
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_hiwmy_1",
8
- "root": "awsui_root_11huc_hiwmy_221",
9
- "with-result-button": "awsui_with-result-button_11huc_hiwmy_234",
10
- "result-text": "awsui_result-text_11huc_hiwmy_238",
11
- "result-container-error": "awsui_result-container-error_11huc_hiwmy_242",
12
- "result-container-success": "awsui_result-container-success_11huc_hiwmy_242",
13
- "result-button": "awsui_result-button_11huc_hiwmy_246",
14
- "word-wrap": "awsui_word-wrap_11huc_hiwmy_251",
15
- "label-flash": "awsui_label-flash_11huc_hiwmy_257",
16
- "label-key-value": "awsui_label-key-value_11huc_hiwmy_261",
17
- "flash": "awsui_flash_11huc_hiwmy_269",
18
- "progress-container": "awsui_progress-container_11huc_hiwmy_273",
19
- "percentage-container": "awsui_percentage-container_11huc_hiwmy_280",
20
- "percentage": "awsui_percentage_11huc_hiwmy_280",
21
- "complete": "awsui_complete_11huc_hiwmy_315",
22
- "progress-in-flash": "awsui_progress-in-flash_11huc_hiwmy_330"
5
+ "progress": "awsui_progress_11huc_10lbh_185",
6
+ "result-state": "awsui_result-state_11huc_10lbh_199",
7
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_10lbh_1",
8
+ "root": "awsui_root_11huc_10lbh_221",
9
+ "with-result-button": "awsui_with-result-button_11huc_10lbh_234",
10
+ "result-text": "awsui_result-text_11huc_10lbh_238",
11
+ "result-container-error": "awsui_result-container-error_11huc_10lbh_242",
12
+ "result-container-success": "awsui_result-container-success_11huc_10lbh_242",
13
+ "result-button": "awsui_result-button_11huc_10lbh_246",
14
+ "word-wrap": "awsui_word-wrap_11huc_10lbh_251",
15
+ "label-flash": "awsui_label-flash_11huc_10lbh_256",
16
+ "label-key-value": "awsui_label-key-value_11huc_10lbh_260",
17
+ "flash": "awsui_flash_11huc_10lbh_268",
18
+ "progress-container": "awsui_progress-container_11huc_10lbh_272",
19
+ "percentage-container": "awsui_percentage-container_11huc_10lbh_279",
20
+ "percentage": "awsui_percentage_11huc_10lbh_279",
21
+ "complete": "awsui_complete_11huc_10lbh_314",
22
+ "progress-in-flash": "awsui_progress-in-flash_11huc_10lbh_329"
23
23
  };
24
24
 
@@ -1,35 +1,35 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1wzqe_dpk6g_93",
5
- "search-field": "awsui_search-field_1wzqe_dpk6g_106",
6
- "input-wrapper": "awsui_input-wrapper_1wzqe_dpk6g_112",
7
- "add-token": "awsui_add-token_1wzqe_dpk6g_116",
8
- "tokens": "awsui_tokens_1wzqe_dpk6g_123",
9
- "token-operator": "awsui_token-operator_1wzqe_dpk6g_127",
10
- "property-editor": "awsui_property-editor_1wzqe_dpk6g_131",
11
- "token-editor": "awsui_token-editor_1wzqe_dpk6g_132",
12
- "property-editor-form": "awsui_property-editor-form_1wzqe_dpk6g_136",
13
- "token-editor-form": "awsui_token-editor-form_1wzqe_dpk6g_137",
14
- "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_dpk6g_140",
15
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_dpk6g_141",
16
- "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_dpk6g_144",
17
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_dpk6g_145",
18
- "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_dpk6g_148",
19
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_dpk6g_149",
20
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_dpk6g_152",
21
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_dpk6g_153",
22
- "property-editor-submit": "awsui_property-editor-submit_1wzqe_dpk6g_156",
23
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_dpk6g_157",
24
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_dpk6g_160",
25
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_dpk6g_161",
26
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_dpk6g_179",
27
- "custom-control": "awsui_custom-control_1wzqe_dpk6g_183",
28
- "input": "awsui_input_1wzqe_dpk6g_112",
29
- "results": "awsui_results_1wzqe_dpk6g_191",
30
- "token-trigger": "awsui_token-trigger_1wzqe_dpk6g_197",
31
- "remove-all": "awsui_remove-all_1wzqe_dpk6g_203",
32
- "token-label": "awsui_token-label_1wzqe_dpk6g_204",
33
- "join-operation": "awsui_join-operation_1wzqe_dpk6g_205"
4
+ "root": "awsui_root_1wzqe_fnjz4_93",
5
+ "search-field": "awsui_search-field_1wzqe_fnjz4_106",
6
+ "input-wrapper": "awsui_input-wrapper_1wzqe_fnjz4_112",
7
+ "add-token": "awsui_add-token_1wzqe_fnjz4_116",
8
+ "tokens": "awsui_tokens_1wzqe_fnjz4_123",
9
+ "token-operator": "awsui_token-operator_1wzqe_fnjz4_127",
10
+ "property-editor": "awsui_property-editor_1wzqe_fnjz4_131",
11
+ "token-editor": "awsui_token-editor_1wzqe_fnjz4_132",
12
+ "property-editor-form": "awsui_property-editor-form_1wzqe_fnjz4_136",
13
+ "token-editor-form": "awsui_token-editor-form_1wzqe_fnjz4_137",
14
+ "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_fnjz4_140",
15
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_fnjz4_141",
16
+ "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_fnjz4_144",
17
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_fnjz4_145",
18
+ "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_fnjz4_148",
19
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_fnjz4_149",
20
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_fnjz4_152",
21
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_fnjz4_153",
22
+ "property-editor-submit": "awsui_property-editor-submit_1wzqe_fnjz4_156",
23
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_fnjz4_157",
24
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_fnjz4_160",
25
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_fnjz4_161",
26
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_fnjz4_179",
27
+ "custom-control": "awsui_custom-control_1wzqe_fnjz4_183",
28
+ "input": "awsui_input_1wzqe_fnjz4_112",
29
+ "results": "awsui_results_1wzqe_fnjz4_191",
30
+ "token-trigger": "awsui_token-trigger_1wzqe_fnjz4_197",
31
+ "remove-all": "awsui_remove-all_1wzqe_fnjz4_202",
32
+ "token-label": "awsui_token-label_1wzqe_fnjz4_203",
33
+ "join-operation": "awsui_join-operation_1wzqe_fnjz4_204"
34
34
  };
35
35
 
@@ -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_1wzqe_dpk6g_93:not(#\9) {
93
+ .awsui_root_1wzqe_fnjz4_93:not(#\9) {
94
94
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
95
95
  border-collapse: separate;
96
96
  border-spacing: 0;
@@ -129,106 +129,105 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
129
129
  -moz-osx-font-smoothing: auto;
130
130
  }
131
131
 
132
- .awsui_search-field_1wzqe_dpk6g_106:not(#\9) {
132
+ .awsui_search-field_1wzqe_fnjz4_106:not(#\9) {
133
133
  display: flex;
134
134
  align-items: flex-end;
135
135
  max-width: calc(688px - 2 * var(--space-l-xu1x80, 20px));
136
136
  }
137
137
 
138
- .awsui_input-wrapper_1wzqe_dpk6g_112:not(#\9) {
138
+ .awsui_input-wrapper_1wzqe_fnjz4_112:not(#\9) {
139
139
  flex-grow: 1;
140
140
  }
141
141
 
142
- .awsui_add-token_1wzqe_dpk6g_116:not(#\9) {
142
+ .awsui_add-token_1wzqe_fnjz4_116:not(#\9) {
143
143
  border-left: 1px solid var(--color-border-divider-default-cr3oi6, #eaeded);
144
144
  box-sizing: border-box;
145
145
  margin-left: var(--space-m-kpg8id, 16px);
146
146
  padding-left: var(--space-m-kpg8id, 16px);
147
147
  }
148
148
 
149
- .awsui_tokens_1wzqe_dpk6g_123:not(#\9) {
149
+ .awsui_tokens_1wzqe_fnjz4_123:not(#\9) {
150
150
  margin: var(--space-xs-xf5ch3, 8px) 0;
151
151
  }
152
152
 
153
- .awsui_token-operator_1wzqe_dpk6g_127:not(#\9) {
153
+ .awsui_token-operator_1wzqe_fnjz4_127:not(#\9) {
154
154
  font-weight: bold;
155
155
  }
156
156
 
157
- .awsui_property-editor_1wzqe_dpk6g_131:not(#\9),
158
- .awsui_token-editor_1wzqe_dpk6g_132:not(#\9) {
157
+ .awsui_property-editor_1wzqe_fnjz4_131:not(#\9),
158
+ .awsui_token-editor_1wzqe_fnjz4_132:not(#\9) {
159
159
  -webkit-user-select: text;
160
160
  user-select: text;
161
161
  margin: var(--space-xxs-9rrxti, 4px);
162
162
  }
163
- .awsui_property-editor-form_1wzqe_dpk6g_136:not(#\9),
164
- .awsui_token-editor-form_1wzqe_dpk6g_137:not(#\9) {
163
+ .awsui_property-editor-form_1wzqe_fnjz4_136:not(#\9),
164
+ .awsui_token-editor-form_1wzqe_fnjz4_137:not(#\9) {
165
165
  margin-bottom: var(--space-scaled-l-08jb88, 20px);
166
166
  }
167
- .awsui_property-editor-field-property_1wzqe_dpk6g_140:not(#\9),
168
- .awsui_token-editor-field-property_1wzqe_dpk6g_141:not(#\9) {
167
+ .awsui_property-editor-field-property_1wzqe_fnjz4_140:not(#\9),
168
+ .awsui_token-editor-field-property_1wzqe_fnjz4_141:not(#\9) {
169
169
  /* used in test-utils */
170
170
  }
171
- .awsui_property-editor-field-operator_1wzqe_dpk6g_144:not(#\9),
172
- .awsui_token-editor-field-operator_1wzqe_dpk6g_145:not(#\9) {
171
+ .awsui_property-editor-field-operator_1wzqe_fnjz4_144:not(#\9),
172
+ .awsui_token-editor-field-operator_1wzqe_fnjz4_145:not(#\9) {
173
173
  margin-top: var(--space-scaled-l-08jb88, 20px);
174
174
  }
175
- .awsui_property-editor-field-value_1wzqe_dpk6g_148:not(#\9),
176
- .awsui_token-editor-field-value_1wzqe_dpk6g_149:not(#\9) {
175
+ .awsui_property-editor-field-value_1wzqe_fnjz4_148:not(#\9),
176
+ .awsui_token-editor-field-value_1wzqe_fnjz4_149:not(#\9) {
177
177
  margin-top: var(--space-scaled-l-08jb88, 20px);
178
178
  }
179
- .awsui_property-editor-cancel_1wzqe_dpk6g_152:not(#\9),
180
- .awsui_token-editor-cancel_1wzqe_dpk6g_153:not(#\9) {
179
+ .awsui_property-editor-cancel_1wzqe_fnjz4_152:not(#\9),
180
+ .awsui_token-editor-cancel_1wzqe_fnjz4_153:not(#\9) {
181
181
  margin-right: var(--space-xs-xf5ch3, 8px);
182
182
  }
183
- .awsui_property-editor-submit_1wzqe_dpk6g_156:not(#\9),
184
- .awsui_token-editor-submit_1wzqe_dpk6g_157:not(#\9) {
183
+ .awsui_property-editor-submit_1wzqe_fnjz4_156:not(#\9),
184
+ .awsui_token-editor-submit_1wzqe_fnjz4_157:not(#\9) {
185
185
  /* used in test-utils */
186
186
  }
187
- .awsui_property-editor-actions_1wzqe_dpk6g_160:not(#\9),
188
- .awsui_token-editor-actions_1wzqe_dpk6g_161:not(#\9) {
187
+ .awsui_property-editor-actions_1wzqe_fnjz4_160:not(#\9),
188
+ .awsui_token-editor-actions_1wzqe_fnjz4_161:not(#\9) {
189
189
  display: flex;
190
190
  justify-content: flex-end;
191
191
  padding-top: var(--space-s-2025hl, 12px);
192
192
  border-top: 1px solid var(--color-border-dropdown-item-default-w5urm8, #eaeded);
193
193
  }
194
194
 
195
- .awsui_token-editor-actions_1wzqe_dpk6g_161:not(#\9) {
195
+ .awsui_token-editor-actions_1wzqe_fnjz4_161:not(#\9) {
196
196
  padding-right: calc(var(--space-m-kpg8id, 16px) + var(--space-xxs-9rrxti, 4px));
197
197
  margin-left: calc(-1 * var(--space-m-kpg8id, 16px) + -1 * var(--space-xxs-9rrxti, 4px));
198
198
  margin-right: calc(-1 * var(--space-m-kpg8id, 16px) + -1 * var(--space-xxs-9rrxti, 4px));
199
199
  }
200
200
 
201
- .awsui_property-editor_1wzqe_dpk6g_131:not(#\9) {
201
+ .awsui_property-editor_1wzqe_fnjz4_131:not(#\9) {
202
202
  padding: var(--space-m-kpg8id, 16px);
203
203
  overflow-y: auto;
204
204
  }
205
205
 
206
- .awsui_custom-content-wrapper_1wzqe_dpk6g_179:not(#\9) {
206
+ .awsui_custom-content-wrapper_1wzqe_fnjz4_179:not(#\9) {
207
207
  display: contents;
208
208
  }
209
209
 
210
- .awsui_custom-control_1wzqe_dpk6g_183:not(#\9) {
210
+ .awsui_custom-control_1wzqe_fnjz4_183:not(#\9) {
211
211
  margin-right: var(--space-s-2025hl, 12px);
212
212
  }
213
213
 
214
- .awsui_input_1wzqe_dpk6g_112:not(#\9) {
214
+ .awsui_input_1wzqe_fnjz4_112:not(#\9) {
215
215
  flex: 1;
216
216
  }
217
217
 
218
- .awsui_results_1wzqe_dpk6g_191:not(#\9) {
218
+ .awsui_results_1wzqe_fnjz4_191:not(#\9) {
219
219
  padding: calc(var(--space-scaled-xxs-t7ij38, 4px) + var(--border-field-width-yoy972, 1px));
220
220
  padding-left: 0;
221
221
  padding-right: 0;
222
222
  }
223
223
 
224
- .awsui_token-trigger_1wzqe_dpk6g_197:not(#\9) {
224
+ .awsui_token-trigger_1wzqe_fnjz4_197:not(#\9) {
225
225
  min-width: 0;
226
- -ms-word-break: break-all;
227
226
  word-break: break-word;
228
227
  }
229
228
 
230
- .awsui_remove-all_1wzqe_dpk6g_203:not(#\9),
231
- .awsui_token-label_1wzqe_dpk6g_204:not(#\9),
232
- .awsui_join-operation_1wzqe_dpk6g_205:not(#\9) {
229
+ .awsui_remove-all_1wzqe_fnjz4_202:not(#\9),
230
+ .awsui_token-label_1wzqe_fnjz4_203:not(#\9),
231
+ .awsui_join-operation_1wzqe_fnjz4_204:not(#\9) {
233
232
  /* used in test-utils */
234
233
  }
@@ -2,35 +2,35 @@
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_1wzqe_dpk6g_93",
6
- "search-field": "awsui_search-field_1wzqe_dpk6g_106",
7
- "input-wrapper": "awsui_input-wrapper_1wzqe_dpk6g_112",
8
- "add-token": "awsui_add-token_1wzqe_dpk6g_116",
9
- "tokens": "awsui_tokens_1wzqe_dpk6g_123",
10
- "token-operator": "awsui_token-operator_1wzqe_dpk6g_127",
11
- "property-editor": "awsui_property-editor_1wzqe_dpk6g_131",
12
- "token-editor": "awsui_token-editor_1wzqe_dpk6g_132",
13
- "property-editor-form": "awsui_property-editor-form_1wzqe_dpk6g_136",
14
- "token-editor-form": "awsui_token-editor-form_1wzqe_dpk6g_137",
15
- "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_dpk6g_140",
16
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_dpk6g_141",
17
- "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_dpk6g_144",
18
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_dpk6g_145",
19
- "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_dpk6g_148",
20
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_dpk6g_149",
21
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_dpk6g_152",
22
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_dpk6g_153",
23
- "property-editor-submit": "awsui_property-editor-submit_1wzqe_dpk6g_156",
24
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_dpk6g_157",
25
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_dpk6g_160",
26
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_dpk6g_161",
27
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_dpk6g_179",
28
- "custom-control": "awsui_custom-control_1wzqe_dpk6g_183",
29
- "input": "awsui_input_1wzqe_dpk6g_112",
30
- "results": "awsui_results_1wzqe_dpk6g_191",
31
- "token-trigger": "awsui_token-trigger_1wzqe_dpk6g_197",
32
- "remove-all": "awsui_remove-all_1wzqe_dpk6g_203",
33
- "token-label": "awsui_token-label_1wzqe_dpk6g_204",
34
- "join-operation": "awsui_join-operation_1wzqe_dpk6g_205"
5
+ "root": "awsui_root_1wzqe_fnjz4_93",
6
+ "search-field": "awsui_search-field_1wzqe_fnjz4_106",
7
+ "input-wrapper": "awsui_input-wrapper_1wzqe_fnjz4_112",
8
+ "add-token": "awsui_add-token_1wzqe_fnjz4_116",
9
+ "tokens": "awsui_tokens_1wzqe_fnjz4_123",
10
+ "token-operator": "awsui_token-operator_1wzqe_fnjz4_127",
11
+ "property-editor": "awsui_property-editor_1wzqe_fnjz4_131",
12
+ "token-editor": "awsui_token-editor_1wzqe_fnjz4_132",
13
+ "property-editor-form": "awsui_property-editor-form_1wzqe_fnjz4_136",
14
+ "token-editor-form": "awsui_token-editor-form_1wzqe_fnjz4_137",
15
+ "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_fnjz4_140",
16
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_fnjz4_141",
17
+ "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_fnjz4_144",
18
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_fnjz4_145",
19
+ "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_fnjz4_148",
20
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_fnjz4_149",
21
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_fnjz4_152",
22
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_fnjz4_153",
23
+ "property-editor-submit": "awsui_property-editor-submit_1wzqe_fnjz4_156",
24
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_fnjz4_157",
25
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_fnjz4_160",
26
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_fnjz4_161",
27
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_fnjz4_179",
28
+ "custom-control": "awsui_custom-control_1wzqe_fnjz4_183",
29
+ "input": "awsui_input_1wzqe_fnjz4_112",
30
+ "results": "awsui_results_1wzqe_fnjz4_191",
31
+ "token-trigger": "awsui_token-trigger_1wzqe_fnjz4_197",
32
+ "remove-all": "awsui_remove-all_1wzqe_fnjz4_202",
33
+ "token-label": "awsui_token-label_1wzqe_fnjz4_203",
34
+ "join-operation": "awsui_join-operation_1wzqe_fnjz4_204"
35
35
  };
36
36
 
@@ -1,33 +1,33 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_l0dv0_19prp_93",
5
- "header": "awsui_header_l0dv0_19prp_109",
6
- "header-link": "awsui_header-link_l0dv0_19prp_120",
7
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_19prp_130",
8
- "header-link-text": "awsui_header-link-text_l0dv0_19prp_130",
9
- "header-logo": "awsui_header-logo_l0dv0_19prp_135",
10
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_19prp_141",
11
- "list-container": "awsui_list-container_l0dv0_19prp_146",
12
- "list": "awsui_list_l0dv0_19prp_146",
13
- "list-variant-root": "awsui_list-variant-root_l0dv0_19prp_156",
14
- "list-variant-root--last": "awsui_list-variant-root--last_l0dv0_19prp_160",
15
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_19prp_164",
16
- "list-item": "awsui_list-item_l0dv0_19prp_168",
17
- "section": "awsui_section_l0dv0_19prp_174",
18
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_19prp_175",
19
- "section--no-ident": "awsui_section--no-ident_l0dv0_19prp_178",
20
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_19prp_179",
21
- "refresh": "awsui_refresh_l0dv0_19prp_188",
22
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_19prp_196",
23
- "section-group": "awsui_section-group_l0dv0_19prp_201",
24
- "section-group-title": "awsui_section-group-title_l0dv0_19prp_211",
25
- "link": "awsui_link_l0dv0_19prp_215",
26
- "link-active": "awsui_link-active_l0dv0_19prp_224",
27
- "info": "awsui_info_l0dv0_19prp_258",
28
- "external-icon": "awsui_external-icon_l0dv0_19prp_262",
29
- "divider": "awsui_divider_l0dv0_19prp_266",
30
- "divider-default": "awsui_divider-default_l0dv0_19prp_271",
31
- "divider-header": "awsui_divider-header_l0dv0_19prp_275"
4
+ "root": "awsui_root_l0dv0_1bvn7_93",
5
+ "header": "awsui_header_l0dv0_1bvn7_108",
6
+ "header-link": "awsui_header-link_l0dv0_1bvn7_119",
7
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_1bvn7_129",
8
+ "header-link-text": "awsui_header-link-text_l0dv0_1bvn7_129",
9
+ "header-logo": "awsui_header-logo_l0dv0_1bvn7_134",
10
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_1bvn7_140",
11
+ "list-container": "awsui_list-container_l0dv0_1bvn7_145",
12
+ "list": "awsui_list_l0dv0_1bvn7_145",
13
+ "list-variant-root": "awsui_list-variant-root_l0dv0_1bvn7_155",
14
+ "list-variant-root--last": "awsui_list-variant-root--last_l0dv0_1bvn7_159",
15
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_1bvn7_163",
16
+ "list-item": "awsui_list-item_l0dv0_1bvn7_167",
17
+ "section": "awsui_section_l0dv0_1bvn7_173",
18
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_1bvn7_174",
19
+ "section--no-ident": "awsui_section--no-ident_l0dv0_1bvn7_177",
20
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_1bvn7_178",
21
+ "refresh": "awsui_refresh_l0dv0_1bvn7_187",
22
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_1bvn7_195",
23
+ "section-group": "awsui_section-group_l0dv0_1bvn7_200",
24
+ "section-group-title": "awsui_section-group-title_l0dv0_1bvn7_210",
25
+ "link": "awsui_link_l0dv0_1bvn7_214",
26
+ "link-active": "awsui_link-active_l0dv0_1bvn7_223",
27
+ "info": "awsui_info_l0dv0_1bvn7_257",
28
+ "external-icon": "awsui_external-icon_l0dv0_1bvn7_261",
29
+ "divider": "awsui_divider_l0dv0_1bvn7_265",
30
+ "divider-default": "awsui_divider-default_l0dv0_1bvn7_270",
31
+ "divider-header": "awsui_divider-header_l0dv0_1bvn7_274"
32
32
  };
33
33