@cloudscape-design/components-themeable 3.0.1285 → 3.0.1287

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 (111) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button-dropdown/item-element/styles.scss +2 -2
  3. package/lib/internal/scss/flashbar/collapsible.scss +1 -1
  4. package/lib/internal/scss/input/styles.scss +22 -1
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  6. package/lib/internal/scss/internal/styles/forms/constants.scss +3 -2
  7. package/lib/internal/scss/internal/styles/forms/mixins.scss +36 -0
  8. package/lib/internal/scss/item-card/styles.scss +1 -1
  9. package/lib/internal/scss/pagination/styles.scss +16 -0
  10. package/lib/internal/scss/property-filter/styles.scss +1 -1
  11. package/lib/internal/scss/segmented-control/segment.scss +1 -1
  12. package/lib/internal/scss/select/parts/styles.scss +5 -23
  13. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
  14. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +30 -30
  15. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
  16. package/lib/internal/template/button-dropdown/interfaces.d.ts +0 -2
  17. package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
  18. package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
  19. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  20. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -38
  21. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  22. package/lib/internal/template/drawer/interfaces.d.ts +2 -11
  23. package/lib/internal/template/drawer/interfaces.d.ts.map +1 -1
  24. package/lib/internal/template/drawer/interfaces.js.map +1 -1
  25. package/lib/internal/template/file-token-group/styles.css.js +23 -23
  26. package/lib/internal/template/file-token-group/styles.scoped.css +35 -35
  27. package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
  28. package/lib/internal/template/flashbar/styles.css.js +50 -50
  29. package/lib/internal/template/flashbar/styles.scoped.css +165 -165
  30. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  31. package/lib/internal/template/input/internal.d.ts +2 -0
  32. package/lib/internal/template/input/internal.d.ts.map +1 -1
  33. package/lib/internal/template/input/internal.js +5 -2
  34. package/lib/internal/template/input/internal.js.map +1 -1
  35. package/lib/internal/template/input/styles.css.js +18 -13
  36. package/lib/internal/template/input/styles.scoped.css +67 -31
  37. package/lib/internal/template/input/styles.selectors.js +18 -13
  38. package/lib/internal/template/internal/base-component/styles.scoped.css +7 -1
  39. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  40. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -29
  41. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  42. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  43. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
  44. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  45. package/lib/internal/template/internal/components/radio-button/index.d.ts +5 -1
  46. package/lib/internal/template/internal/components/radio-button/index.d.ts.map +1 -1
  47. package/lib/internal/template/internal/components/radio-button/index.js +2 -2
  48. package/lib/internal/template/internal/components/radio-button/index.js.map +1 -1
  49. package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
  50. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +51 -51
  51. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
  52. package/lib/internal/template/internal/environment.js +2 -2
  53. package/lib/internal/template/internal/environment.json +2 -2
  54. package/lib/internal/template/internal/generated/styles/tokens.d.ts +3 -0
  55. package/lib/internal/template/internal/generated/styles/tokens.js +3 -0
  56. package/lib/internal/template/internal/generated/theming/index.cjs +39 -0
  57. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
  58. package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
  59. package/lib/internal/template/internal/generated/theming/index.js +39 -0
  60. package/lib/internal/template/pagination/index.d.ts +3 -1
  61. package/lib/internal/template/pagination/index.d.ts.map +1 -1
  62. package/lib/internal/template/pagination/index.js +4 -3
  63. package/lib/internal/template/pagination/index.js.map +1 -1
  64. package/lib/internal/template/pagination/interfaces.d.ts +31 -2
  65. package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
  66. package/lib/internal/template/pagination/interfaces.js.map +1 -1
  67. package/lib/internal/template/pagination/internal.d.ts +3 -3
  68. package/lib/internal/template/pagination/internal.d.ts.map +1 -1
  69. package/lib/internal/template/pagination/internal.js +78 -19
  70. package/lib/internal/template/pagination/internal.js.map +1 -1
  71. package/lib/internal/template/pagination/styles.css.js +11 -9
  72. package/lib/internal/template/pagination/styles.scoped.css +39 -24
  73. package/lib/internal/template/pagination/styles.selectors.js +11 -9
  74. package/lib/internal/template/popover/internal.d.ts +4 -0
  75. package/lib/internal/template/popover/internal.d.ts.map +1 -1
  76. package/lib/internal/template/popover/internal.js +23 -13
  77. package/lib/internal/template/popover/internal.js.map +1 -1
  78. package/lib/internal/template/prompt-input/internal.js +1 -1
  79. package/lib/internal/template/prompt-input/internal.js.map +1 -1
  80. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  81. package/lib/internal/template/prompt-input/styles.scoped.css +55 -55
  82. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  83. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  84. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +42 -42
  85. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  86. package/lib/internal/template/property-filter/styles.css.js +39 -39
  87. package/lib/internal/template/property-filter/styles.scoped.css +43 -43
  88. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  89. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  90. package/lib/internal/template/segmented-control/styles.scoped.css +33 -33
  91. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  92. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  93. package/lib/internal/template/select/parts/filter.d.ts.map +1 -1
  94. package/lib/internal/template/side-navigation/parts.js +3 -3
  95. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  96. package/lib/internal/template/table/selection/selection-control.d.ts.map +1 -1
  97. package/lib/internal/template/table/selection/selection-control.js +1 -1
  98. package/lib/internal/template/table/selection/selection-control.js.map +1 -1
  99. package/lib/internal/template/test-utils/dom/pagination/index.d.ts +15 -0
  100. package/lib/internal/template/test-utils/dom/pagination/index.js +22 -0
  101. package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
  102. package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +15 -0
  103. package/lib/internal/template/test-utils/selectors/pagination/index.js +22 -0
  104. package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
  105. package/lib/internal/template/textarea/styles.css.js +5 -5
  106. package/lib/internal/template/textarea/styles.scoped.css +14 -14
  107. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  108. package/lib/internal/template/token/styles.css.js +14 -14
  109. package/lib/internal/template/token/styles.scoped.css +30 -30
  110. package/lib/internal/template/token/styles.selectors.js +14 -14
  111. package/package.json +1 -1
@@ -150,8 +150,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_root_19bso_5iekx_153:not(#\9),
154
- .awsui_inner-root_19bso_5iekx_154:not(#\9) {
153
+ .awsui_root_19bso_t3goj_153:not(#\9),
154
+ .awsui_inner-root_19bso_t3goj_154:not(#\9) {
155
155
  border-collapse: separate;
156
156
  border-spacing: 0;
157
157
  box-sizing: border-box;
@@ -184,21 +184,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
184
184
  display: flex;
185
185
  align-content: stretch;
186
186
  }
187
- .awsui_root_19bso_5iekx_153.awsui_has-groups_19bso_5iekx_187:not(#\9),
188
- .awsui_inner-root_19bso_5iekx_154.awsui_has-groups_19bso_5iekx_187:not(#\9) {
187
+ .awsui_root_19bso_t3goj_153.awsui_has-groups_19bso_t3goj_187:not(#\9),
188
+ .awsui_inner-root_19bso_t3goj_154.awsui_has-groups_19bso_t3goj_187:not(#\9) {
189
189
  min-block-size: calc(2px + var(--size-vertical-input-8gzd1t, 32px));
190
190
  }
191
- .awsui_root_19bso_5iekx_153.awsui_has-groups_19bso_5iekx_187.awsui_compact-mode_19bso_5iekx_191:not(#\9),
192
- .awsui_inner-root_19bso_5iekx_154.awsui_has-groups_19bso_5iekx_187.awsui_compact-mode_19bso_5iekx_191:not(#\9) {
191
+ .awsui_root_19bso_t3goj_153.awsui_has-groups_19bso_t3goj_187.awsui_compact-mode_19bso_t3goj_191:not(#\9),
192
+ .awsui_inner-root_19bso_t3goj_154.awsui_has-groups_19bso_t3goj_187.awsui_compact-mode_19bso_t3goj_191:not(#\9) {
193
193
  min-block-size: calc(2px + 2 * var(--border-width-token-cwl2sl, 1px) + var(--size-vertical-input-8gzd1t, 32px));
194
194
  }
195
195
 
196
- .awsui_inner-root_19bso_5iekx_154:not(#\9) {
196
+ .awsui_inner-root_19bso_t3goj_154:not(#\9) {
197
197
  block-size: 100%;
198
198
  }
199
199
 
200
- .awsui_token_19bso_5iekx_200:not(#\9),
201
- .awsui_inner-token_19bso_5iekx_201:not(#\9) {
200
+ .awsui_token_19bso_t3goj_200:not(#\9),
201
+ .awsui_inner-token_19bso_t3goj_201:not(#\9) {
202
202
  border-block: var(--border-width-token-cwl2sl, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
203
203
  border-inline: var(--border-width-token-cwl2sl, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
204
204
  display: flex;
@@ -211,19 +211,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
211
211
  color: var(--color-text-body-default-5qid0u, #16191f);
212
212
  box-sizing: border-box;
213
213
  }
214
- .awsui_token_19bso_5iekx_200.awsui_grouped_19bso_5iekx_214:not(#\9),
215
- .awsui_inner-token_19bso_5iekx_201.awsui_grouped_19bso_5iekx_214:not(#\9) {
214
+ .awsui_token_19bso_t3goj_200.awsui_grouped_19bso_t3goj_214:not(#\9),
215
+ .awsui_inner-token_19bso_t3goj_201.awsui_grouped_19bso_t3goj_214:not(#\9) {
216
216
  justify-content: space-between;
217
217
  }
218
218
 
219
- .awsui_inner-token_19bso_5iekx_201:not(#\9) {
219
+ .awsui_inner-token_19bso_t3goj_201:not(#\9) {
220
220
  border-start-start-radius: calc(var(--border-radius-token-8arsz0, 2px) / 2);
221
221
  border-start-end-radius: calc(var(--border-radius-token-8arsz0, 2px) / 2);
222
222
  border-end-start-radius: calc(var(--border-radius-token-8arsz0, 2px) / 2);
223
223
  border-end-end-radius: calc(var(--border-radius-token-8arsz0, 2px) / 2);
224
224
  }
225
225
 
226
- .awsui_list_19bso_5iekx_226:not(#\9) {
226
+ .awsui_list_19bso_t3goj_226:not(#\9) {
227
227
  list-style: none;
228
228
  margin-block: 0;
229
229
  margin-inline: 0;
@@ -234,36 +234,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
234
234
  gap: var(--space-xs-kw7k3v, 8px);
235
235
  }
236
236
 
237
- .awsui_show-operation_19bso_5iekx_237:not(#\9) {
237
+ .awsui_show-operation_19bso_t3goj_237:not(#\9) {
238
238
  border-inline-start: none;
239
239
  border-start-start-radius: 0;
240
240
  border-end-start-radius: 0;
241
241
  }
242
242
 
243
- .awsui_select_19bso_5iekx_243:not(#\9),
244
- .awsui_inner-select_19bso_5iekx_244:not(#\9) {
243
+ .awsui_select_19bso_t3goj_243:not(#\9),
244
+ .awsui_inner-select_19bso_t3goj_244:not(#\9) {
245
245
  /* used in test-utils */
246
246
  }
247
247
 
248
- .awsui_token-content_19bso_5iekx_248:not(#\9) {
248
+ .awsui_token-content_19bso_t3goj_248:not(#\9) {
249
249
  display: flex;
250
250
  align-items: center;
251
- padding-block: var(--space-scaled-xxs-jatbiv, 4px);
251
+ padding-block: var(--space-field-vertical-dgs6s0, 4px);
252
252
  padding-inline: var(--space-field-horizontal-n5peob, 8px);
253
253
  }
254
- .awsui_token-content-grouped_19bso_5iekx_254:not(#\9) {
254
+ .awsui_token-content-grouped_19bso_t3goj_254:not(#\9) {
255
255
  padding-block: 2px;
256
256
  padding-inline: var(--space-field-horizontal-n5peob, 8px);
257
257
  }
258
258
 
259
- .awsui_inner-token-content_19bso_5iekx_259:not(#\9) {
259
+ .awsui_inner-token-content_19bso_t3goj_259:not(#\9) {
260
260
  padding-block: 1px;
261
261
  padding-inline: var(--space-field-horizontal-n5peob, 8px);
262
262
  }
263
263
 
264
- .awsui_edit-button_19bso_5iekx_264:not(#\9),
265
- .awsui_dismiss-button_19bso_5iekx_265:not(#\9),
266
- .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9) {
264
+ .awsui_edit-button_19bso_t3goj_264:not(#\9),
265
+ .awsui_dismiss-button_19bso_t3goj_265:not(#\9),
266
+ .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9) {
267
267
  inline-size: 30px;
268
268
  margin-block: 0;
269
269
  margin-inline: 0;
@@ -275,20 +275,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
275
275
  background-color: transparent;
276
276
  border-inline-start: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
277
277
  }
278
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_5iekx_264:not(#\9):focus,
279
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_5iekx_265:not(#\9):focus,
280
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):focus {
278
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_t3goj_264:not(#\9):focus,
279
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_t3goj_265:not(#\9):focus,
280
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):focus {
281
281
  position: relative;
282
282
  }
283
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_5iekx_264:not(#\9):focus,
284
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_5iekx_265:not(#\9):focus,
285
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):focus {
283
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_t3goj_264:not(#\9):focus,
284
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_t3goj_265:not(#\9):focus,
285
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):focus {
286
286
  outline: 2px dotted transparent;
287
287
  outline-offset: calc(var(--space-filtering-token-dismiss-button-focus-outline-gutter-739q2w, 0px) - 1px);
288
288
  }
289
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_5iekx_264:not(#\9):focus::before,
290
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_5iekx_265:not(#\9):focus::before,
291
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):focus::before {
289
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_t3goj_264:not(#\9):focus::before,
290
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_t3goj_265:not(#\9):focus::before,
291
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):focus::before {
292
292
  content: " ";
293
293
  display: block;
294
294
  position: absolute;
@@ -302,26 +302,26 @@ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_5iekx_266:
302
302
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
303
303
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
304
304
  }
305
- .awsui_edit-button_19bso_5iekx_264:not(#\9):focus,
306
- .awsui_dismiss-button_19bso_5iekx_265:not(#\9):focus,
307
- .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):focus {
305
+ .awsui_edit-button_19bso_t3goj_264:not(#\9):focus,
306
+ .awsui_dismiss-button_19bso_t3goj_265:not(#\9):focus,
307
+ .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):focus {
308
308
  outline: none;
309
309
  text-decoration: none;
310
310
  }
311
- .awsui_edit-button_19bso_5iekx_264:not(#\9):hover,
312
- .awsui_dismiss-button_19bso_5iekx_265:not(#\9):hover,
313
- .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):hover {
311
+ .awsui_edit-button_19bso_t3goj_264:not(#\9):hover,
312
+ .awsui_dismiss-button_19bso_t3goj_265:not(#\9):hover,
313
+ .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):hover {
314
314
  cursor: pointer;
315
315
  color: var(--color-text-interactive-hover-bu4gls, #16191f);
316
316
  }
317
- .awsui_edit-button_19bso_5iekx_264:not(#\9):disabled,
318
- .awsui_dismiss-button_19bso_5iekx_265:not(#\9):disabled,
319
- .awsui_inner-dismiss-button_19bso_5iekx_266:not(#\9):disabled {
317
+ .awsui_edit-button_19bso_t3goj_264:not(#\9):disabled,
318
+ .awsui_dismiss-button_19bso_t3goj_265:not(#\9):disabled,
319
+ .awsui_inner-dismiss-button_19bso_t3goj_266:not(#\9):disabled {
320
320
  color: var(--color-text-interactive-disabled-xwt2jl, #aab7b8);
321
321
  border-color: var(--color-border-control-disabled-c9dn39, #d5dbdb);
322
322
  }
323
323
 
324
- .awsui_token-disabled_19bso_5iekx_324:not(#\9) {
324
+ .awsui_token-disabled_19bso_t3goj_324:not(#\9) {
325
325
  border-color: var(--color-border-control-disabled-c9dn39, #d5dbdb);
326
326
  background-color: var(--color-background-container-content-aemn43, #ffffff);
327
327
  color: var(--color-text-disabled-bhrk1i, #aab7b8);
@@ -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
- "root": "awsui_root_19bso_5iekx_153",
6
- "inner-root": "awsui_inner-root_19bso_5iekx_154",
7
- "has-groups": "awsui_has-groups_19bso_5iekx_187",
8
- "compact-mode": "awsui_compact-mode_19bso_5iekx_191",
9
- "token": "awsui_token_19bso_5iekx_200",
10
- "inner-token": "awsui_inner-token_19bso_5iekx_201",
11
- "grouped": "awsui_grouped_19bso_5iekx_214",
12
- "list": "awsui_list_19bso_5iekx_226",
13
- "show-operation": "awsui_show-operation_19bso_5iekx_237",
14
- "select": "awsui_select_19bso_5iekx_243",
15
- "inner-select": "awsui_inner-select_19bso_5iekx_244",
16
- "token-content": "awsui_token-content_19bso_5iekx_248",
17
- "token-content-grouped": "awsui_token-content-grouped_19bso_5iekx_254",
18
- "inner-token-content": "awsui_inner-token-content_19bso_5iekx_259",
19
- "edit-button": "awsui_edit-button_19bso_5iekx_264",
20
- "dismiss-button": "awsui_dismiss-button_19bso_5iekx_265",
21
- "inner-dismiss-button": "awsui_inner-dismiss-button_19bso_5iekx_266",
22
- "token-disabled": "awsui_token-disabled_19bso_5iekx_324"
5
+ "root": "awsui_root_19bso_t3goj_153",
6
+ "inner-root": "awsui_inner-root_19bso_t3goj_154",
7
+ "has-groups": "awsui_has-groups_19bso_t3goj_187",
8
+ "compact-mode": "awsui_compact-mode_19bso_t3goj_191",
9
+ "token": "awsui_token_19bso_t3goj_200",
10
+ "inner-token": "awsui_inner-token_19bso_t3goj_201",
11
+ "grouped": "awsui_grouped_19bso_t3goj_214",
12
+ "list": "awsui_list_19bso_t3goj_226",
13
+ "show-operation": "awsui_show-operation_19bso_t3goj_237",
14
+ "select": "awsui_select_19bso_t3goj_243",
15
+ "inner-select": "awsui_inner-select_19bso_t3goj_244",
16
+ "token-content": "awsui_token-content_19bso_t3goj_248",
17
+ "token-content-grouped": "awsui_token-content-grouped_19bso_t3goj_254",
18
+ "inner-token-content": "awsui_inner-token-content_19bso_t3goj_259",
19
+ "edit-button": "awsui_edit-button_19bso_t3goj_264",
20
+ "dismiss-button": "awsui_dismiss-button_19bso_t3goj_265",
21
+ "inner-dismiss-button": "awsui_inner-dismiss-button_19bso_t3goj_266",
22
+ "token-disabled": "awsui_token-disabled_19bso_t3goj_324"
23
23
  };
24
24
 
@@ -1,44 +1,44 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1wzqe_q38co_145",
5
- "search-field": "awsui_search-field_1wzqe_q38co_177",
6
- "input-wrapper": "awsui_input-wrapper_1wzqe_q38co_184",
7
- "add-token": "awsui_add-token_1wzqe_q38co_191",
8
- "tokens": "awsui_tokens_1wzqe_q38co_198",
9
- "token-operator": "awsui_token-operator_1wzqe_q38co_203",
10
- "property-editor": "awsui_property-editor_1wzqe_q38co_207",
11
- "property-editor-header": "awsui_property-editor-header_1wzqe_q38co_210",
12
- "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_q38co_223",
13
- "property-editor-form": "awsui_property-editor-form_1wzqe_q38co_238",
14
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_q38co_243",
15
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_q38co_246",
16
- "property-editor-enum": "awsui_property-editor-enum_1wzqe_q38co_254",
17
- "token-editor": "awsui_token-editor_1wzqe_q38co_259",
18
- "token-editor-form": "awsui_token-editor-form_1wzqe_q38co_266",
19
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_q38co_269",
20
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_q38co_272",
21
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_q38co_275",
22
- "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_q38co_278",
23
- "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_q38co_283",
24
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_q38co_287",
25
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_q38co_290",
26
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_q38co_293",
27
- "token-editor-grid": "awsui_token-editor-grid_1wzqe_q38co_302",
28
- "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_q38co_336",
29
- "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_q38co_339",
30
- "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_q38co_348",
31
- "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_q38co_352",
32
- "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_q38co_358",
33
- "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_q38co_367",
34
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_q38co_371",
35
- "custom-control": "awsui_custom-control_1wzqe_q38co_375",
36
- "input": "awsui_input_1wzqe_q38co_184",
37
- "results": "awsui_results_1wzqe_q38co_383",
38
- "token-trigger": "awsui_token-trigger_1wzqe_q38co_388",
39
- "remove-all": "awsui_remove-all_1wzqe_q38co_393",
40
- "join-operation": "awsui_join-operation_1wzqe_q38co_394",
41
- "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_q38co_395",
42
- "constraint": "awsui_constraint_1wzqe_q38co_399"
4
+ "root": "awsui_root_1wzqe_u9puq_145",
5
+ "search-field": "awsui_search-field_1wzqe_u9puq_177",
6
+ "input-wrapper": "awsui_input-wrapper_1wzqe_u9puq_184",
7
+ "add-token": "awsui_add-token_1wzqe_u9puq_191",
8
+ "tokens": "awsui_tokens_1wzqe_u9puq_198",
9
+ "token-operator": "awsui_token-operator_1wzqe_u9puq_203",
10
+ "property-editor": "awsui_property-editor_1wzqe_u9puq_207",
11
+ "property-editor-header": "awsui_property-editor-header_1wzqe_u9puq_210",
12
+ "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_u9puq_223",
13
+ "property-editor-form": "awsui_property-editor-form_1wzqe_u9puq_238",
14
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_u9puq_243",
15
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_u9puq_246",
16
+ "property-editor-enum": "awsui_property-editor-enum_1wzqe_u9puq_254",
17
+ "token-editor": "awsui_token-editor_1wzqe_u9puq_259",
18
+ "token-editor-form": "awsui_token-editor-form_1wzqe_u9puq_266",
19
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_u9puq_269",
20
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_u9puq_272",
21
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_u9puq_275",
22
+ "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_u9puq_278",
23
+ "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_u9puq_283",
24
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_u9puq_287",
25
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_u9puq_290",
26
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_u9puq_293",
27
+ "token-editor-grid": "awsui_token-editor-grid_1wzqe_u9puq_302",
28
+ "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_u9puq_336",
29
+ "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_u9puq_339",
30
+ "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_u9puq_348",
31
+ "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_u9puq_352",
32
+ "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_u9puq_358",
33
+ "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_u9puq_367",
34
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_u9puq_371",
35
+ "custom-control": "awsui_custom-control_1wzqe_u9puq_375",
36
+ "input": "awsui_input_1wzqe_u9puq_184",
37
+ "results": "awsui_results_1wzqe_u9puq_383",
38
+ "token-trigger": "awsui_token-trigger_1wzqe_u9puq_388",
39
+ "remove-all": "awsui_remove-all_1wzqe_u9puq_393",
40
+ "join-operation": "awsui_join-operation_1wzqe_u9puq_394",
41
+ "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_u9puq_395",
42
+ "constraint": "awsui_constraint_1wzqe_u9puq_399"
43
43
  };
44
44
 
@@ -142,7 +142,7 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_root_1wzqe_q38co_145:not(#\9) {
145
+ .awsui_root_1wzqe_u9puq_145:not(#\9) {
146
146
  border-collapse: separate;
147
147
  border-spacing: 0;
148
148
  box-sizing: border-box;
@@ -174,40 +174,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
174
174
  -moz-osx-font-smoothing: auto;
175
175
  }
176
176
 
177
- .awsui_search-field_1wzqe_q38co_177:not(#\9) {
177
+ .awsui_search-field_1wzqe_u9puq_177:not(#\9) {
178
178
  display: flex;
179
179
  align-items: flex-end;
180
180
  flex-wrap: wrap;
181
181
  gap: var(--space-xs-kw7k3v, 8px) var(--space-s-4a5hs8, 12px);
182
182
  }
183
183
 
184
- .awsui_input-wrapper_1wzqe_q38co_184:not(#\9) {
184
+ .awsui_input-wrapper_1wzqe_u9puq_184:not(#\9) {
185
185
  flex-grow: 1;
186
186
  display: flex;
187
187
  align-items: flex-end;
188
188
  max-inline-size: calc(688px - 2 * var(--space-l-3cws6j, 20px));
189
189
  }
190
190
 
191
- .awsui_add-token_1wzqe_q38co_191:not(#\9) {
191
+ .awsui_add-token_1wzqe_u9puq_191:not(#\9) {
192
192
  border-inline-start: 1px solid var(--color-border-divider-default-ipvpev, #eaeded);
193
193
  box-sizing: border-box;
194
194
  margin-inline-start: var(--space-m-n2lypl, 16px);
195
195
  padding-inline-start: var(--space-m-n2lypl, 16px);
196
196
  }
197
197
 
198
- .awsui_tokens_1wzqe_q38co_198:not(#\9) {
198
+ .awsui_tokens_1wzqe_u9puq_198:not(#\9) {
199
199
  margin-block: var(--space-xs-kw7k3v, 8px);
200
200
  margin-inline: 0;
201
201
  }
202
202
 
203
- .awsui_token-operator_1wzqe_q38co_203:not(#\9) {
203
+ .awsui_token-operator_1wzqe_u9puq_203:not(#\9) {
204
204
  font-weight: bold;
205
205
  }
206
206
 
207
- .awsui_property-editor_1wzqe_q38co_207:not(#\9) {
207
+ .awsui_property-editor_1wzqe_u9puq_207:not(#\9) {
208
208
  overflow-y: auto;
209
209
  }
210
- .awsui_property-editor-header_1wzqe_q38co_210:not(#\9) {
210
+ .awsui_property-editor-header_1wzqe_u9puq_210:not(#\9) {
211
211
  font-size: var(--font-size-body-m-vv54cm, 14px);
212
212
  line-height: var(--line-height-body-m-bedeoh, 22px);
213
213
  color: var(--color-text-body-default-5qid0u, #16191f);
@@ -220,7 +220,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
220
220
  padding-block-end: var(--space-xxs-jnczic, 4px);
221
221
  padding-inline: var(--space-s-4a5hs8, 12px);
222
222
  }
223
- .awsui_property-editor-header-enum_1wzqe_q38co_223:not(#\9) {
223
+ .awsui_property-editor-header-enum_1wzqe_u9puq_223:not(#\9) {
224
224
  display: flex;
225
225
  gap: var(--space-xs-kw7k3v, 8px);
226
226
  font-size: var(--font-size-body-m-vv54cm, 14px);
@@ -235,15 +235,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
235
235
  padding-block: calc(var(--space-xs-kw7k3v, 8px) + var(--border-item-width-acvlhx, 1px) - var(--border-divider-list-width-8ggz94, 1px));
236
236
  padding-inline: calc(var(--space-field-horizontal-n5peob, 8px) + var(--border-item-width-acvlhx, 1px));
237
237
  }
238
- .awsui_property-editor-form_1wzqe_q38co_238:not(#\9) {
238
+ .awsui_property-editor-form_1wzqe_u9puq_238:not(#\9) {
239
239
  padding-block-start: var(--space-xxs-jnczic, 4px);
240
240
  padding-block-end: var(--space-s-4a5hs8, 12px);
241
241
  padding-inline: var(--space-s-4a5hs8, 12px);
242
242
  }
243
- .awsui_property-editor-cancel_1wzqe_q38co_243:not(#\9) {
243
+ .awsui_property-editor-cancel_1wzqe_u9puq_243:not(#\9) {
244
244
  margin-inline-end: var(--space-xs-kw7k3v, 8px);
245
245
  }
246
- .awsui_property-editor-actions_1wzqe_q38co_246:not(#\9) {
246
+ .awsui_property-editor-actions_1wzqe_u9puq_246:not(#\9) {
247
247
  display: flex;
248
248
  justify-content: flex-end;
249
249
  border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-dropdown-item-default-uslwbi, #eaeded);
@@ -251,46 +251,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
251
251
  padding-block: var(--space-s-4a5hs8, 12px);
252
252
  }
253
253
 
254
- .awsui_property-editor-enum_1wzqe_q38co_254:not(#\9) {
254
+ .awsui_property-editor-enum_1wzqe_u9puq_254:not(#\9) {
255
255
  display: flex;
256
256
  flex-direction: column;
257
257
  }
258
258
 
259
- .awsui_token-editor_1wzqe_q38co_259:not(#\9) {
259
+ .awsui_token-editor_1wzqe_u9puq_259:not(#\9) {
260
260
  display: flex;
261
261
  flex-direction: column;
262
262
  gap: var(--space-s-4a5hs8, 12px);
263
263
  margin-block: var(--space-xxs-jnczic, 4px);
264
264
  margin-inline: var(--space-xxs-jnczic, 4px);
265
265
  }
266
- .awsui_token-editor-form_1wzqe_q38co_266:not(#\9) {
266
+ .awsui_token-editor-form_1wzqe_u9puq_266:not(#\9) {
267
267
  /* used in test-utils */
268
268
  }
269
- .awsui_token-editor-field-property_1wzqe_q38co_269:not(#\9) {
269
+ .awsui_token-editor-field-property_1wzqe_u9puq_269:not(#\9) {
270
270
  flex-grow: 2;
271
271
  }
272
- .awsui_token-editor-field-operator_1wzqe_q38co_272:not(#\9) {
272
+ .awsui_token-editor-field-operator_1wzqe_u9puq_272:not(#\9) {
273
273
  flex-grow: 1;
274
274
  }
275
- .awsui_token-editor-field-value_1wzqe_q38co_275:not(#\9) {
275
+ .awsui_token-editor-field-value_1wzqe_u9puq_275:not(#\9) {
276
276
  flex-grow: 2;
277
277
  }
278
- .awsui_token-editor-multiselect-wrapper_1wzqe_q38co_278:not(#\9) {
278
+ .awsui_token-editor-multiselect-wrapper_1wzqe_u9puq_278:not(#\9) {
279
279
  position: relative;
280
- block-size: var(--size-vertical-input-8gzd1t, 32px);
280
+ min-block-size: var(--size-vertical-input-8gzd1t, 32px);
281
281
  min-inline-size: 200px;
282
282
  }
283
- .awsui_token-editor-multiselect-wrapper-inner_1wzqe_q38co_283:not(#\9) {
283
+ .awsui_token-editor-multiselect-wrapper-inner_1wzqe_u9puq_283:not(#\9) {
284
284
  position: absolute;
285
285
  inline-size: 100%;
286
286
  }
287
- .awsui_token-editor-cancel_1wzqe_q38co_287:not(#\9) {
287
+ .awsui_token-editor-cancel_1wzqe_u9puq_287:not(#\9) {
288
288
  margin-inline-end: var(--space-xs-kw7k3v, 8px);
289
289
  }
290
- .awsui_token-editor-submit_1wzqe_q38co_290:not(#\9) {
290
+ .awsui_token-editor-submit_1wzqe_u9puq_290:not(#\9) {
291
291
  /* used in test-utils */
292
292
  }
293
- .awsui_token-editor-actions_1wzqe_q38co_293:not(#\9) {
293
+ .awsui_token-editor-actions_1wzqe_u9puq_293:not(#\9) {
294
294
  display: flex;
295
295
  justify-content: flex-end;
296
296
  padding-block-start: var(--space-s-4a5hs8, 12px);
@@ -299,7 +299,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
299
  margin-inline: calc(-1 * var(--space-m-n2lypl, 16px) + -1 * var(--space-xxs-jnczic, 4px));
300
300
  margin-block-start: var(--space-s-4a5hs8, 12px);
301
301
  }
302
- .awsui_token-editor-grid_1wzqe_q38co_302:not(#\9) {
302
+ .awsui_token-editor-grid_1wzqe_u9puq_302:not(#\9) {
303
303
  border-collapse: separate;
304
304
  border-spacing: 0;
305
305
  box-sizing: border-box;
@@ -333,70 +333,70 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
333
333
  gap: var(--space-s-4a5hs8, 12px);
334
334
  grid-template-columns: minmax(min-content, 2fr) minmax(min-content, 120px) minmax(min-content, 3fr) min-content;
335
335
  }
336
- .awsui_token-editor-grid-group_1wzqe_q38co_336:not(#\9) {
336
+ .awsui_token-editor-grid-group_1wzqe_u9puq_336:not(#\9) {
337
337
  display: contents;
338
338
  }
339
- .awsui_token-editor-grid_1wzqe_q38co_302.awsui_token-editor-narrow_1wzqe_q38co_339:not(#\9) {
339
+ .awsui_token-editor-grid_1wzqe_u9puq_302.awsui_token-editor-narrow_1wzqe_u9puq_339:not(#\9) {
340
340
  grid-template-columns: minmax(100px, 1fr);
341
341
  gap: var(--space-m-n2lypl, 16px);
342
342
  }
343
- .awsui_token-editor-grid_1wzqe_q38co_302.awsui_token-editor-narrow_1wzqe_q38co_339 > .awsui_token-editor-grid-group_1wzqe_q38co_336:not(#\9) {
343
+ .awsui_token-editor-grid_1wzqe_u9puq_302.awsui_token-editor-narrow_1wzqe_u9puq_339 > .awsui_token-editor-grid-group_1wzqe_u9puq_336:not(#\9) {
344
344
  display: flex;
345
345
  flex-direction: column;
346
346
  gap: var(--space-s-4a5hs8, 12px);
347
347
  }
348
- .awsui_token-editor-grid_1wzqe_q38co_302.awsui_token-editor-narrow_1wzqe_q38co_339 > .awsui_token-editor-grid-group_1wzqe_q38co_336.awsui_token-editor-supports-groups_1wzqe_q38co_348:not(#\9) {
348
+ .awsui_token-editor-grid_1wzqe_u9puq_302.awsui_token-editor-narrow_1wzqe_u9puq_339 > .awsui_token-editor-grid-group_1wzqe_u9puq_336.awsui_token-editor-supports-groups_1wzqe_u9puq_348:not(#\9) {
349
349
  padding-block-end: var(--space-m-n2lypl, 16px);
350
350
  border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
351
351
  }
352
- .awsui_token-editor-grid-header_1wzqe_q38co_352:not(#\9) {
352
+ .awsui_token-editor-grid-header_1wzqe_u9puq_352:not(#\9) {
353
353
  color: var(--color-text-column-header-hm90p0, #545b64);
354
354
  font-weight: var(--font-weight-heading-s-qxvrar, 700);
355
355
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
356
356
  text-align: start;
357
357
  }
358
- .awsui_token-editor-grid-cell_1wzqe_q38co_358:not(#\9):not(.awsui_token-editor-narrow_1wzqe_q38co_339) {
358
+ .awsui_token-editor-grid-cell_1wzqe_u9puq_358:not(#\9):not(.awsui_token-editor-narrow_1wzqe_u9puq_339) {
359
359
  display: flex;
360
360
  align-items: flex-end;
361
361
  justify-content: flex-end;
362
362
  }
363
- .awsui_token-editor-grid-cell_1wzqe_q38co_358.awsui_token-editor-narrow_1wzqe_q38co_339:not(#\9):nth-child(4) {
363
+ .awsui_token-editor-grid-cell_1wzqe_u9puq_358.awsui_token-editor-narrow_1wzqe_u9puq_339:not(#\9):nth-child(4) {
364
364
  display: flex;
365
365
  justify-content: flex-end;
366
366
  }
367
- .awsui_token-editor-add-token_1wzqe_q38co_367:not(#\9) {
367
+ .awsui_token-editor-add-token_1wzqe_u9puq_367:not(#\9) {
368
368
  margin-block-start: var(--space-s-4a5hs8, 12px);
369
369
  }
370
370
 
371
- .awsui_custom-content-wrapper_1wzqe_q38co_371:not(#\9) {
371
+ .awsui_custom-content-wrapper_1wzqe_u9puq_371:not(#\9) {
372
372
  display: contents;
373
373
  }
374
374
 
375
- .awsui_custom-control_1wzqe_q38co_375:not(#\9) {
375
+ .awsui_custom-control_1wzqe_u9puq_375:not(#\9) {
376
376
  /* used in test-utils */
377
377
  }
378
378
 
379
- .awsui_input_1wzqe_q38co_184:not(#\9) {
379
+ .awsui_input_1wzqe_u9puq_184:not(#\9) {
380
380
  flex: 1;
381
381
  }
382
382
 
383
- .awsui_results_1wzqe_q38co_383:not(#\9) {
384
- padding-block: calc(var(--space-scaled-xxs-jatbiv, 4px) + var(--border-width-field-9k1tdz, 1px));
383
+ .awsui_results_1wzqe_u9puq_383:not(#\9) {
384
+ padding-block: calc(var(--space-field-vertical-dgs6s0, 4px) + var(--border-width-field-9k1tdz, 1px));
385
385
  padding-inline: 0;
386
386
  }
387
387
 
388
- .awsui_token-trigger_1wzqe_q38co_388:not(#\9) {
388
+ .awsui_token-trigger_1wzqe_u9puq_388:not(#\9) {
389
389
  min-inline-size: 0;
390
390
  word-break: break-word;
391
391
  }
392
392
 
393
- .awsui_remove-all_1wzqe_q38co_393:not(#\9),
394
- .awsui_join-operation_1wzqe_q38co_394:not(#\9),
395
- .awsui_custom-filter-actions_1wzqe_q38co_395:not(#\9) {
393
+ .awsui_remove-all_1wzqe_u9puq_393:not(#\9),
394
+ .awsui_join-operation_1wzqe_u9puq_394:not(#\9),
395
+ .awsui_custom-filter-actions_1wzqe_u9puq_395:not(#\9) {
396
396
  /* used in test-utils */
397
397
  }
398
398
 
399
- .awsui_constraint_1wzqe_q38co_399:not(#\9) {
399
+ .awsui_constraint_1wzqe_u9puq_399:not(#\9) {
400
400
  padding-block-start: var(--space-xxs-jnczic, 4px);
401
401
  color: var(--color-text-form-secondary-4sp9un, #687078);
402
402
  font-size: var(--font-size-body-s-psgqn2, 12px);
@@ -2,44 +2,44 @@
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_q38co_145",
6
- "search-field": "awsui_search-field_1wzqe_q38co_177",
7
- "input-wrapper": "awsui_input-wrapper_1wzqe_q38co_184",
8
- "add-token": "awsui_add-token_1wzqe_q38co_191",
9
- "tokens": "awsui_tokens_1wzqe_q38co_198",
10
- "token-operator": "awsui_token-operator_1wzqe_q38co_203",
11
- "property-editor": "awsui_property-editor_1wzqe_q38co_207",
12
- "property-editor-header": "awsui_property-editor-header_1wzqe_q38co_210",
13
- "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_q38co_223",
14
- "property-editor-form": "awsui_property-editor-form_1wzqe_q38co_238",
15
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_q38co_243",
16
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_q38co_246",
17
- "property-editor-enum": "awsui_property-editor-enum_1wzqe_q38co_254",
18
- "token-editor": "awsui_token-editor_1wzqe_q38co_259",
19
- "token-editor-form": "awsui_token-editor-form_1wzqe_q38co_266",
20
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_q38co_269",
21
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_q38co_272",
22
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_q38co_275",
23
- "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_q38co_278",
24
- "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_q38co_283",
25
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_q38co_287",
26
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_q38co_290",
27
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_q38co_293",
28
- "token-editor-grid": "awsui_token-editor-grid_1wzqe_q38co_302",
29
- "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_q38co_336",
30
- "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_q38co_339",
31
- "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_q38co_348",
32
- "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_q38co_352",
33
- "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_q38co_358",
34
- "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_q38co_367",
35
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_q38co_371",
36
- "custom-control": "awsui_custom-control_1wzqe_q38co_375",
37
- "input": "awsui_input_1wzqe_q38co_184",
38
- "results": "awsui_results_1wzqe_q38co_383",
39
- "token-trigger": "awsui_token-trigger_1wzqe_q38co_388",
40
- "remove-all": "awsui_remove-all_1wzqe_q38co_393",
41
- "join-operation": "awsui_join-operation_1wzqe_q38co_394",
42
- "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_q38co_395",
43
- "constraint": "awsui_constraint_1wzqe_q38co_399"
5
+ "root": "awsui_root_1wzqe_u9puq_145",
6
+ "search-field": "awsui_search-field_1wzqe_u9puq_177",
7
+ "input-wrapper": "awsui_input-wrapper_1wzqe_u9puq_184",
8
+ "add-token": "awsui_add-token_1wzqe_u9puq_191",
9
+ "tokens": "awsui_tokens_1wzqe_u9puq_198",
10
+ "token-operator": "awsui_token-operator_1wzqe_u9puq_203",
11
+ "property-editor": "awsui_property-editor_1wzqe_u9puq_207",
12
+ "property-editor-header": "awsui_property-editor-header_1wzqe_u9puq_210",
13
+ "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_u9puq_223",
14
+ "property-editor-form": "awsui_property-editor-form_1wzqe_u9puq_238",
15
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_u9puq_243",
16
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_u9puq_246",
17
+ "property-editor-enum": "awsui_property-editor-enum_1wzqe_u9puq_254",
18
+ "token-editor": "awsui_token-editor_1wzqe_u9puq_259",
19
+ "token-editor-form": "awsui_token-editor-form_1wzqe_u9puq_266",
20
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_u9puq_269",
21
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_u9puq_272",
22
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_u9puq_275",
23
+ "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_u9puq_278",
24
+ "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_u9puq_283",
25
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_u9puq_287",
26
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_u9puq_290",
27
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_u9puq_293",
28
+ "token-editor-grid": "awsui_token-editor-grid_1wzqe_u9puq_302",
29
+ "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_u9puq_336",
30
+ "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_u9puq_339",
31
+ "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_u9puq_348",
32
+ "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_u9puq_352",
33
+ "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_u9puq_358",
34
+ "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_u9puq_367",
35
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_u9puq_371",
36
+ "custom-control": "awsui_custom-control_1wzqe_u9puq_375",
37
+ "input": "awsui_input_1wzqe_u9puq_184",
38
+ "results": "awsui_results_1wzqe_u9puq_383",
39
+ "token-trigger": "awsui_token-trigger_1wzqe_u9puq_388",
40
+ "remove-all": "awsui_remove-all_1wzqe_u9puq_393",
41
+ "join-operation": "awsui_join-operation_1wzqe_u9puq_394",
42
+ "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_u9puq_395",
43
+ "constraint": "awsui_constraint_1wzqe_u9puq_399"
44
44
  };
45
45