@cloudscape-design/components 3.0.1281 → 3.0.1283

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 (100) hide show
  1. package/button-dropdown/category-elements/styles.css.js +18 -18
  2. package/button-dropdown/category-elements/styles.scoped.css +30 -30
  3. package/button-dropdown/category-elements/styles.selectors.js +18 -18
  4. package/button-dropdown/interfaces.d.ts +0 -2
  5. package/button-dropdown/interfaces.d.ts.map +1 -1
  6. package/button-dropdown/interfaces.js.map +1 -1
  7. package/button-dropdown/item-element/styles.css.js +21 -21
  8. package/button-dropdown/item-element/styles.scoped.css +38 -38
  9. package/button-dropdown/item-element/styles.selectors.js +21 -21
  10. package/drawer/interfaces.d.ts +2 -11
  11. package/drawer/interfaces.d.ts.map +1 -1
  12. package/drawer/interfaces.js.map +1 -1
  13. package/file-token-group/styles.css.js +23 -23
  14. package/file-token-group/styles.scoped.css +35 -35
  15. package/file-token-group/styles.selectors.js +23 -23
  16. package/flashbar/styles.css.js +50 -50
  17. package/flashbar/styles.scoped.css +165 -165
  18. package/flashbar/styles.selectors.js +50 -50
  19. package/input/internal.d.ts +2 -0
  20. package/input/internal.d.ts.map +1 -1
  21. package/input/internal.js +5 -2
  22. package/input/internal.js.map +1 -1
  23. package/input/styles.css.js +18 -13
  24. package/input/styles.scoped.css +67 -31
  25. package/input/styles.selectors.js +18 -13
  26. package/internal/base-component/styles.scoped.css +5 -1
  27. package/internal/components/button-trigger/styles.css.js +14 -14
  28. package/internal/components/button-trigger/styles.scoped.css +29 -29
  29. package/internal/components/button-trigger/styles.selectors.js +14 -14
  30. package/internal/components/dropdown-status/styles.css.js +2 -2
  31. package/internal/components/dropdown-status/styles.scoped.css +4 -4
  32. package/internal/components/dropdown-status/styles.selectors.js +2 -2
  33. package/internal/components/radio-button/index.d.ts +5 -1
  34. package/internal/components/radio-button/index.d.ts.map +1 -1
  35. package/internal/components/radio-button/index.js +2 -2
  36. package/internal/components/radio-button/index.js.map +1 -1
  37. package/internal/components/selectable-item/styles.css.js +22 -22
  38. package/internal/components/selectable-item/styles.scoped.css +51 -51
  39. package/internal/components/selectable-item/styles.selectors.js +22 -22
  40. package/internal/environment.js +2 -2
  41. package/internal/environment.json +2 -2
  42. package/internal/generated/styles/tokens.d.ts +3 -0
  43. package/internal/generated/styles/tokens.js +3 -0
  44. package/internal/generated/theming/index.cjs +39 -0
  45. package/internal/generated/theming/index.cjs.d.ts +18 -0
  46. package/internal/generated/theming/index.d.ts +18 -0
  47. package/internal/generated/theming/index.js +39 -0
  48. package/internal/manifest.json +1 -1
  49. package/package.json +1 -1
  50. package/pagination/index.d.ts +3 -1
  51. package/pagination/index.d.ts.map +1 -1
  52. package/pagination/index.js +4 -3
  53. package/pagination/index.js.map +1 -1
  54. package/pagination/interfaces.d.ts +31 -2
  55. package/pagination/interfaces.d.ts.map +1 -1
  56. package/pagination/interfaces.js.map +1 -1
  57. package/pagination/internal.d.ts +3 -14
  58. package/pagination/internal.d.ts.map +1 -1
  59. package/pagination/internal.js +78 -19
  60. package/pagination/internal.js.map +1 -1
  61. package/pagination/styles.css.js +11 -9
  62. package/pagination/styles.scoped.css +39 -24
  63. package/pagination/styles.selectors.js +11 -9
  64. package/popover/internal.d.ts +4 -0
  65. package/popover/internal.d.ts.map +1 -1
  66. package/popover/internal.js +23 -13
  67. package/popover/internal.js.map +1 -1
  68. package/prompt-input/internal.js +1 -1
  69. package/prompt-input/internal.js.map +1 -1
  70. package/prompt-input/styles.css.js +26 -26
  71. package/prompt-input/styles.scoped.css +55 -55
  72. package/prompt-input/styles.selectors.js +26 -26
  73. package/property-filter/filtering-token/styles.css.js +18 -18
  74. package/property-filter/filtering-token/styles.scoped.css +42 -42
  75. package/property-filter/filtering-token/styles.selectors.js +18 -18
  76. package/property-filter/styles.css.js +39 -39
  77. package/property-filter/styles.scoped.css +43 -43
  78. package/property-filter/styles.selectors.js +39 -39
  79. package/segmented-control/styles.css.js +16 -16
  80. package/segmented-control/styles.scoped.css +33 -33
  81. package/segmented-control/styles.selectors.js +16 -16
  82. package/select/parts/filter.d.ts +1 -1
  83. package/select/parts/filter.d.ts.map +1 -1
  84. package/side-navigation/parts.js +3 -3
  85. package/side-navigation/parts.js.map +1 -1
  86. package/table/selection/selection-control.d.ts.map +1 -1
  87. package/table/selection/selection-control.js +1 -1
  88. package/table/selection/selection-control.js.map +1 -1
  89. package/test-utils/dom/pagination/index.d.ts +15 -0
  90. package/test-utils/dom/pagination/index.js +22 -0
  91. package/test-utils/dom/pagination/index.js.map +1 -1
  92. package/test-utils/selectors/pagination/index.d.ts +15 -0
  93. package/test-utils/selectors/pagination/index.js +22 -0
  94. package/test-utils/selectors/pagination/index.js.map +1 -1
  95. package/textarea/styles.css.js +5 -5
  96. package/textarea/styles.scoped.css +14 -14
  97. package/textarea/styles.selectors.js +5 -5
  98. package/token/styles.css.js +14 -14
  99. package/token/styles.scoped.css +30 -30
  100. package/token/styles.selectors.js +14 -14
@@ -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_1ex8z_153:not(#\9),
154
- .awsui_inner-root_19bso_1ex8z_154:not(#\9) {
153
+ .awsui_root_19bso_1muae_153:not(#\9),
154
+ .awsui_inner-root_19bso_1muae_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_1ex8z_153.awsui_has-groups_19bso_1ex8z_187:not(#\9),
188
- .awsui_inner-root_19bso_1ex8z_154.awsui_has-groups_19bso_1ex8z_187:not(#\9) {
187
+ .awsui_root_19bso_1muae_153.awsui_has-groups_19bso_1muae_187:not(#\9),
188
+ .awsui_inner-root_19bso_1muae_154.awsui_has-groups_19bso_1muae_187:not(#\9) {
189
189
  min-block-size: calc(2px + var(--size-vertical-input-p1d7xx, 32px));
190
190
  }
191
- .awsui_root_19bso_1ex8z_153.awsui_has-groups_19bso_1ex8z_187.awsui_compact-mode_19bso_1ex8z_191:not(#\9),
192
- .awsui_inner-root_19bso_1ex8z_154.awsui_has-groups_19bso_1ex8z_187.awsui_compact-mode_19bso_1ex8z_191:not(#\9) {
191
+ .awsui_root_19bso_1muae_153.awsui_has-groups_19bso_1muae_187.awsui_compact-mode_19bso_1muae_191:not(#\9),
192
+ .awsui_inner-root_19bso_1muae_154.awsui_has-groups_19bso_1muae_187.awsui_compact-mode_19bso_1muae_191:not(#\9) {
193
193
  min-block-size: calc(2px + 2 * var(--border-width-token-2ukdpu, 2px) + var(--size-vertical-input-p1d7xx, 32px));
194
194
  }
195
195
 
196
- .awsui_inner-root_19bso_1ex8z_154:not(#\9) {
196
+ .awsui_inner-root_19bso_1muae_154:not(#\9) {
197
197
  block-size: 100%;
198
198
  }
199
199
 
200
- .awsui_token_19bso_1ex8z_200:not(#\9),
201
- .awsui_inner-token_19bso_1ex8z_201:not(#\9) {
200
+ .awsui_token_19bso_1muae_200:not(#\9),
201
+ .awsui_inner-token_19bso_1muae_201:not(#\9) {
202
202
  border-block: var(--border-width-token-2ukdpu, 2px) solid var(--color-border-item-selected-wl5ttm, #006ce0);
203
203
  border-inline: var(--border-width-token-2ukdpu, 2px) solid var(--color-border-item-selected-wl5ttm, #006ce0);
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-vvtq8u, #0f141a);
212
212
  box-sizing: border-box;
213
213
  }
214
- .awsui_token_19bso_1ex8z_200.awsui_grouped_19bso_1ex8z_214:not(#\9),
215
- .awsui_inner-token_19bso_1ex8z_201.awsui_grouped_19bso_1ex8z_214:not(#\9) {
214
+ .awsui_token_19bso_1muae_200.awsui_grouped_19bso_1muae_214:not(#\9),
215
+ .awsui_inner-token_19bso_1muae_201.awsui_grouped_19bso_1muae_214:not(#\9) {
216
216
  justify-content: space-between;
217
217
  }
218
218
 
219
- .awsui_inner-token_19bso_1ex8z_201:not(#\9) {
219
+ .awsui_inner-token_19bso_1muae_201:not(#\9) {
220
220
  border-start-start-radius: calc(var(--border-radius-token-ycnemh, 8px) / 2);
221
221
  border-start-end-radius: calc(var(--border-radius-token-ycnemh, 8px) / 2);
222
222
  border-end-start-radius: calc(var(--border-radius-token-ycnemh, 8px) / 2);
223
223
  border-end-end-radius: calc(var(--border-radius-token-ycnemh, 8px) / 2);
224
224
  }
225
225
 
226
- .awsui_list_19bso_1ex8z_226:not(#\9) {
226
+ .awsui_list_19bso_1muae_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-ymlm0b, 8px);
235
235
  }
236
236
 
237
- .awsui_show-operation_19bso_1ex8z_237:not(#\9) {
237
+ .awsui_show-operation_19bso_1muae_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_1ex8z_243:not(#\9),
244
- .awsui_inner-select_19bso_1ex8z_244:not(#\9) {
243
+ .awsui_select_19bso_1muae_243:not(#\9),
244
+ .awsui_inner-select_19bso_1muae_244:not(#\9) {
245
245
  /* used in test-utils */
246
246
  }
247
247
 
248
- .awsui_token-content_19bso_1ex8z_248:not(#\9) {
248
+ .awsui_token-content_19bso_1muae_248:not(#\9) {
249
249
  display: flex;
250
250
  align-items: center;
251
- padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
251
+ padding-block: var(--space-field-vertical-vm99qz, 5px);
252
252
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
253
253
  }
254
- .awsui_token-content-grouped_19bso_1ex8z_254:not(#\9) {
254
+ .awsui_token-content-grouped_19bso_1muae_254:not(#\9) {
255
255
  padding-block: 2px;
256
256
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
257
257
  }
258
258
 
259
- .awsui_inner-token-content_19bso_1ex8z_259:not(#\9) {
259
+ .awsui_inner-token-content_19bso_1muae_259:not(#\9) {
260
260
  padding-block: 1px;
261
261
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
262
262
  }
263
263
 
264
- .awsui_edit-button_19bso_1ex8z_264:not(#\9),
265
- .awsui_dismiss-button_19bso_1ex8z_265:not(#\9),
266
- .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9) {
264
+ .awsui_edit-button_19bso_1muae_264:not(#\9),
265
+ .awsui_dismiss-button_19bso_1muae_265:not(#\9),
266
+ .awsui_inner-dismiss-button_19bso_1muae_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-jm0qg7, 2px) solid var(--color-border-item-selected-wl5ttm, #006ce0);
277
277
  }
278
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1ex8z_264:not(#\9):focus,
279
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):focus,
280
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):focus {
278
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1muae_264:not(#\9):focus,
279
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1muae_265:not(#\9):focus,
280
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1muae_266:not(#\9):focus {
281
281
  position: relative;
282
282
  }
283
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1ex8z_264:not(#\9):focus,
284
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):focus,
285
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):focus {
283
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1muae_264:not(#\9):focus,
284
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1muae_265:not(#\9):focus,
285
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1muae_266:not(#\9):focus {
286
286
  outline: 2px dotted transparent;
287
287
  outline-offset: calc(var(--space-filtering-token-dismiss-button-focus-outline-gutter-1iumy3, -5px) - 1px);
288
288
  }
289
- body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1ex8z_264:not(#\9):focus::before,
290
- body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):focus::before,
291
- body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):focus::before {
289
+ body[data-awsui-focus-visible=true] .awsui_edit-button_19bso_1muae_264:not(#\9):focus::before,
290
+ body[data-awsui-focus-visible=true] .awsui_dismiss-button_19bso_1muae_265:not(#\9):focus::before,
291
+ body[data-awsui-focus-visible=true] .awsui_inner-dismiss-button_19bso_1muae_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_1ex8z_266:
302
302
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
303
303
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
304
304
  }
305
- .awsui_edit-button_19bso_1ex8z_264:not(#\9):focus,
306
- .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):focus,
307
- .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):focus {
305
+ .awsui_edit-button_19bso_1muae_264:not(#\9):focus,
306
+ .awsui_dismiss-button_19bso_1muae_265:not(#\9):focus,
307
+ .awsui_inner-dismiss-button_19bso_1muae_266:not(#\9):focus {
308
308
  outline: none;
309
309
  text-decoration: none;
310
310
  }
311
- .awsui_edit-button_19bso_1ex8z_264:not(#\9):hover,
312
- .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):hover,
313
- .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):hover {
311
+ .awsui_edit-button_19bso_1muae_264:not(#\9):hover,
312
+ .awsui_dismiss-button_19bso_1muae_265:not(#\9):hover,
313
+ .awsui_inner-dismiss-button_19bso_1muae_266:not(#\9):hover {
314
314
  cursor: pointer;
315
315
  color: var(--color-text-interactive-hover-6naf7i, #0f141a);
316
316
  }
317
- .awsui_edit-button_19bso_1ex8z_264:not(#\9):disabled,
318
- .awsui_dismiss-button_19bso_1ex8z_265:not(#\9):disabled,
319
- .awsui_inner-dismiss-button_19bso_1ex8z_266:not(#\9):disabled {
317
+ .awsui_edit-button_19bso_1muae_264:not(#\9):disabled,
318
+ .awsui_dismiss-button_19bso_1muae_265:not(#\9):disabled,
319
+ .awsui_inner-dismiss-button_19bso_1muae_266:not(#\9):disabled {
320
320
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
321
321
  border-color: var(--color-border-control-disabled-uj7t08, #dedee3);
322
322
  }
323
323
 
324
- .awsui_token-disabled_19bso_1ex8z_324:not(#\9) {
324
+ .awsui_token-disabled_19bso_1muae_324:not(#\9) {
325
325
  border-color: var(--color-border-control-disabled-uj7t08, #dedee3);
326
326
  background-color: var(--color-background-container-content-6u8rvp, #ffffff);
327
327
  color: var(--color-text-disabled-rox5hg, #b4b4bb);
@@ -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_1ex8z_153",
6
- "inner-root": "awsui_inner-root_19bso_1ex8z_154",
7
- "has-groups": "awsui_has-groups_19bso_1ex8z_187",
8
- "compact-mode": "awsui_compact-mode_19bso_1ex8z_191",
9
- "token": "awsui_token_19bso_1ex8z_200",
10
- "inner-token": "awsui_inner-token_19bso_1ex8z_201",
11
- "grouped": "awsui_grouped_19bso_1ex8z_214",
12
- "list": "awsui_list_19bso_1ex8z_226",
13
- "show-operation": "awsui_show-operation_19bso_1ex8z_237",
14
- "select": "awsui_select_19bso_1ex8z_243",
15
- "inner-select": "awsui_inner-select_19bso_1ex8z_244",
16
- "token-content": "awsui_token-content_19bso_1ex8z_248",
17
- "token-content-grouped": "awsui_token-content-grouped_19bso_1ex8z_254",
18
- "inner-token-content": "awsui_inner-token-content_19bso_1ex8z_259",
19
- "edit-button": "awsui_edit-button_19bso_1ex8z_264",
20
- "dismiss-button": "awsui_dismiss-button_19bso_1ex8z_265",
21
- "inner-dismiss-button": "awsui_inner-dismiss-button_19bso_1ex8z_266",
22
- "token-disabled": "awsui_token-disabled_19bso_1ex8z_324"
5
+ "root": "awsui_root_19bso_1muae_153",
6
+ "inner-root": "awsui_inner-root_19bso_1muae_154",
7
+ "has-groups": "awsui_has-groups_19bso_1muae_187",
8
+ "compact-mode": "awsui_compact-mode_19bso_1muae_191",
9
+ "token": "awsui_token_19bso_1muae_200",
10
+ "inner-token": "awsui_inner-token_19bso_1muae_201",
11
+ "grouped": "awsui_grouped_19bso_1muae_214",
12
+ "list": "awsui_list_19bso_1muae_226",
13
+ "show-operation": "awsui_show-operation_19bso_1muae_237",
14
+ "select": "awsui_select_19bso_1muae_243",
15
+ "inner-select": "awsui_inner-select_19bso_1muae_244",
16
+ "token-content": "awsui_token-content_19bso_1muae_248",
17
+ "token-content-grouped": "awsui_token-content-grouped_19bso_1muae_254",
18
+ "inner-token-content": "awsui_inner-token-content_19bso_1muae_259",
19
+ "edit-button": "awsui_edit-button_19bso_1muae_264",
20
+ "dismiss-button": "awsui_dismiss-button_19bso_1muae_265",
21
+ "inner-dismiss-button": "awsui_inner-dismiss-button_19bso_1muae_266",
22
+ "token-disabled": "awsui_token-disabled_19bso_1muae_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_1jgzn_145",
5
- "search-field": "awsui_search-field_1wzqe_1jgzn_177",
6
- "input-wrapper": "awsui_input-wrapper_1wzqe_1jgzn_184",
7
- "add-token": "awsui_add-token_1wzqe_1jgzn_191",
8
- "tokens": "awsui_tokens_1wzqe_1jgzn_198",
9
- "token-operator": "awsui_token-operator_1wzqe_1jgzn_203",
10
- "property-editor": "awsui_property-editor_1wzqe_1jgzn_207",
11
- "property-editor-header": "awsui_property-editor-header_1wzqe_1jgzn_210",
12
- "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_1jgzn_223",
13
- "property-editor-form": "awsui_property-editor-form_1wzqe_1jgzn_238",
14
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_1jgzn_243",
15
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_1jgzn_246",
16
- "property-editor-enum": "awsui_property-editor-enum_1wzqe_1jgzn_254",
17
- "token-editor": "awsui_token-editor_1wzqe_1jgzn_259",
18
- "token-editor-form": "awsui_token-editor-form_1wzqe_1jgzn_266",
19
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_1jgzn_269",
20
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_1jgzn_272",
21
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_1jgzn_275",
22
- "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_1jgzn_278",
23
- "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_1jgzn_283",
24
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_1jgzn_287",
25
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_1jgzn_290",
26
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_1jgzn_293",
27
- "token-editor-grid": "awsui_token-editor-grid_1wzqe_1jgzn_302",
28
- "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_1jgzn_336",
29
- "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_1jgzn_339",
30
- "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_1jgzn_348",
31
- "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_1jgzn_352",
32
- "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_1jgzn_358",
33
- "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_1jgzn_367",
34
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_1jgzn_371",
35
- "custom-control": "awsui_custom-control_1wzqe_1jgzn_375",
36
- "input": "awsui_input_1wzqe_1jgzn_184",
37
- "results": "awsui_results_1wzqe_1jgzn_383",
38
- "token-trigger": "awsui_token-trigger_1wzqe_1jgzn_388",
39
- "remove-all": "awsui_remove-all_1wzqe_1jgzn_393",
40
- "join-operation": "awsui_join-operation_1wzqe_1jgzn_394",
41
- "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_1jgzn_395",
42
- "constraint": "awsui_constraint_1wzqe_1jgzn_399"
4
+ "root": "awsui_root_1wzqe_12nwr_145",
5
+ "search-field": "awsui_search-field_1wzqe_12nwr_177",
6
+ "input-wrapper": "awsui_input-wrapper_1wzqe_12nwr_184",
7
+ "add-token": "awsui_add-token_1wzqe_12nwr_191",
8
+ "tokens": "awsui_tokens_1wzqe_12nwr_198",
9
+ "token-operator": "awsui_token-operator_1wzqe_12nwr_203",
10
+ "property-editor": "awsui_property-editor_1wzqe_12nwr_207",
11
+ "property-editor-header": "awsui_property-editor-header_1wzqe_12nwr_210",
12
+ "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_12nwr_223",
13
+ "property-editor-form": "awsui_property-editor-form_1wzqe_12nwr_238",
14
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_12nwr_243",
15
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_12nwr_246",
16
+ "property-editor-enum": "awsui_property-editor-enum_1wzqe_12nwr_254",
17
+ "token-editor": "awsui_token-editor_1wzqe_12nwr_259",
18
+ "token-editor-form": "awsui_token-editor-form_1wzqe_12nwr_266",
19
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_12nwr_269",
20
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_12nwr_272",
21
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_12nwr_275",
22
+ "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_12nwr_278",
23
+ "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_12nwr_283",
24
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_12nwr_287",
25
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_12nwr_290",
26
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_12nwr_293",
27
+ "token-editor-grid": "awsui_token-editor-grid_1wzqe_12nwr_302",
28
+ "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_12nwr_336",
29
+ "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_12nwr_339",
30
+ "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_12nwr_348",
31
+ "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_12nwr_352",
32
+ "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_12nwr_358",
33
+ "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_12nwr_367",
34
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_12nwr_371",
35
+ "custom-control": "awsui_custom-control_1wzqe_12nwr_375",
36
+ "input": "awsui_input_1wzqe_12nwr_184",
37
+ "results": "awsui_results_1wzqe_12nwr_383",
38
+ "token-trigger": "awsui_token-trigger_1wzqe_12nwr_388",
39
+ "remove-all": "awsui_remove-all_1wzqe_12nwr_393",
40
+ "join-operation": "awsui_join-operation_1wzqe_12nwr_394",
41
+ "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_12nwr_395",
42
+ "constraint": "awsui_constraint_1wzqe_12nwr_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_1jgzn_145:not(#\9) {
145
+ .awsui_root_1wzqe_12nwr_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_1jgzn_177:not(#\9) {
177
+ .awsui_search-field_1wzqe_12nwr_177:not(#\9) {
178
178
  display: flex;
179
179
  align-items: flex-end;
180
180
  flex-wrap: wrap;
181
181
  gap: var(--space-xs-ymlm0b, 8px) var(--space-s-tvghoh, 12px);
182
182
  }
183
183
 
184
- .awsui_input-wrapper_1wzqe_1jgzn_184:not(#\9) {
184
+ .awsui_input-wrapper_1wzqe_12nwr_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-2ud1p3, 20px));
189
189
  }
190
190
 
191
- .awsui_add-token_1wzqe_1jgzn_191:not(#\9) {
191
+ .awsui_add-token_1wzqe_12nwr_191:not(#\9) {
192
192
  border-inline-start: 1px solid var(--color-border-divider-default-nr68jt, #c6c6cd);
193
193
  box-sizing: border-box;
194
194
  margin-inline-start: var(--space-m-dsumyt, 16px);
195
195
  padding-inline-start: var(--space-m-dsumyt, 16px);
196
196
  }
197
197
 
198
- .awsui_tokens_1wzqe_1jgzn_198:not(#\9) {
198
+ .awsui_tokens_1wzqe_12nwr_198:not(#\9) {
199
199
  margin-block: var(--space-xs-ymlm0b, 8px);
200
200
  margin-inline: 0;
201
201
  }
202
202
 
203
- .awsui_token-operator_1wzqe_1jgzn_203:not(#\9) {
203
+ .awsui_token-operator_1wzqe_12nwr_203:not(#\9) {
204
204
  font-weight: bold;
205
205
  }
206
206
 
207
- .awsui_property-editor_1wzqe_1jgzn_207:not(#\9) {
207
+ .awsui_property-editor_1wzqe_12nwr_207:not(#\9) {
208
208
  overflow-y: auto;
209
209
  }
210
- .awsui_property-editor-header_1wzqe_1jgzn_210:not(#\9) {
210
+ .awsui_property-editor-header_1wzqe_12nwr_210:not(#\9) {
211
211
  font-size: var(--font-size-body-m-a7nh2n, 14px);
212
212
  line-height: var(--line-height-body-m-2mh3ke, 20px);
213
213
  color: var(--color-text-body-default-vvtq8u, #0f141a);
@@ -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-hwfkai, 4px);
221
221
  padding-inline: var(--space-s-tvghoh, 12px);
222
222
  }
223
- .awsui_property-editor-header-enum_1wzqe_1jgzn_223:not(#\9) {
223
+ .awsui_property-editor-header-enum_1wzqe_12nwr_223:not(#\9) {
224
224
  display: flex;
225
225
  gap: var(--space-xs-ymlm0b, 8px);
226
226
  font-size: var(--font-size-body-m-a7nh2n, 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-ymlm0b, 8px) + var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
236
236
  padding-inline: calc(var(--space-field-horizontal-0aq2ch, 12px) + var(--border-item-width-miijiw, 2px));
237
237
  }
238
- .awsui_property-editor-form_1wzqe_1jgzn_238:not(#\9) {
238
+ .awsui_property-editor-form_1wzqe_12nwr_238:not(#\9) {
239
239
  padding-block-start: var(--space-xxs-hwfkai, 4px);
240
240
  padding-block-end: var(--space-s-tvghoh, 12px);
241
241
  padding-inline: var(--space-s-tvghoh, 12px);
242
242
  }
243
- .awsui_property-editor-cancel_1wzqe_1jgzn_243:not(#\9) {
243
+ .awsui_property-editor-cancel_1wzqe_12nwr_243:not(#\9) {
244
244
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
245
245
  }
246
- .awsui_property-editor-actions_1wzqe_1jgzn_246:not(#\9) {
246
+ .awsui_property-editor-actions_1wzqe_12nwr_246:not(#\9) {
247
247
  display: flex;
248
248
  justify-content: flex-end;
249
249
  border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-dropdown-item-default-kape37, #c6c6cd);
@@ -251,46 +251,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
251
251
  padding-block: var(--space-s-tvghoh, 12px);
252
252
  }
253
253
 
254
- .awsui_property-editor-enum_1wzqe_1jgzn_254:not(#\9) {
254
+ .awsui_property-editor-enum_1wzqe_12nwr_254:not(#\9) {
255
255
  display: flex;
256
256
  flex-direction: column;
257
257
  }
258
258
 
259
- .awsui_token-editor_1wzqe_1jgzn_259:not(#\9) {
259
+ .awsui_token-editor_1wzqe_12nwr_259:not(#\9) {
260
260
  display: flex;
261
261
  flex-direction: column;
262
262
  gap: var(--space-s-tvghoh, 12px);
263
263
  margin-block: var(--space-xxs-hwfkai, 4px);
264
264
  margin-inline: var(--space-xxs-hwfkai, 4px);
265
265
  }
266
- .awsui_token-editor-form_1wzqe_1jgzn_266:not(#\9) {
266
+ .awsui_token-editor-form_1wzqe_12nwr_266:not(#\9) {
267
267
  /* used in test-utils */
268
268
  }
269
- .awsui_token-editor-field-property_1wzqe_1jgzn_269:not(#\9) {
269
+ .awsui_token-editor-field-property_1wzqe_12nwr_269:not(#\9) {
270
270
  flex-grow: 2;
271
271
  }
272
- .awsui_token-editor-field-operator_1wzqe_1jgzn_272:not(#\9) {
272
+ .awsui_token-editor-field-operator_1wzqe_12nwr_272:not(#\9) {
273
273
  flex-grow: 1;
274
274
  }
275
- .awsui_token-editor-field-value_1wzqe_1jgzn_275:not(#\9) {
275
+ .awsui_token-editor-field-value_1wzqe_12nwr_275:not(#\9) {
276
276
  flex-grow: 2;
277
277
  }
278
- .awsui_token-editor-multiselect-wrapper_1wzqe_1jgzn_278:not(#\9) {
278
+ .awsui_token-editor-multiselect-wrapper_1wzqe_12nwr_278:not(#\9) {
279
279
  position: relative;
280
- block-size: var(--size-vertical-input-p1d7xx, 32px);
280
+ min-block-size: var(--size-vertical-input-p1d7xx, 32px);
281
281
  min-inline-size: 200px;
282
282
  }
283
- .awsui_token-editor-multiselect-wrapper-inner_1wzqe_1jgzn_283:not(#\9) {
283
+ .awsui_token-editor-multiselect-wrapper-inner_1wzqe_12nwr_283:not(#\9) {
284
284
  position: absolute;
285
285
  inline-size: 100%;
286
286
  }
287
- .awsui_token-editor-cancel_1wzqe_1jgzn_287:not(#\9) {
287
+ .awsui_token-editor-cancel_1wzqe_12nwr_287:not(#\9) {
288
288
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
289
289
  }
290
- .awsui_token-editor-submit_1wzqe_1jgzn_290:not(#\9) {
290
+ .awsui_token-editor-submit_1wzqe_12nwr_290:not(#\9) {
291
291
  /* used in test-utils */
292
292
  }
293
- .awsui_token-editor-actions_1wzqe_1jgzn_293:not(#\9) {
293
+ .awsui_token-editor-actions_1wzqe_12nwr_293:not(#\9) {
294
294
  display: flex;
295
295
  justify-content: flex-end;
296
296
  padding-block-start: var(--space-s-tvghoh, 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-dsumyt, 16px) + -1 * var(--space-xxs-hwfkai, 4px));
300
300
  margin-block-start: var(--space-s-tvghoh, 12px);
301
301
  }
302
- .awsui_token-editor-grid_1wzqe_1jgzn_302:not(#\9) {
302
+ .awsui_token-editor-grid_1wzqe_12nwr_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-tvghoh, 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_1jgzn_336:not(#\9) {
336
+ .awsui_token-editor-grid-group_1wzqe_12nwr_336:not(#\9) {
337
337
  display: contents;
338
338
  }
339
- .awsui_token-editor-grid_1wzqe_1jgzn_302.awsui_token-editor-narrow_1wzqe_1jgzn_339:not(#\9) {
339
+ .awsui_token-editor-grid_1wzqe_12nwr_302.awsui_token-editor-narrow_1wzqe_12nwr_339:not(#\9) {
340
340
  grid-template-columns: minmax(100px, 1fr);
341
341
  gap: var(--space-m-dsumyt, 16px);
342
342
  }
343
- .awsui_token-editor-grid_1wzqe_1jgzn_302.awsui_token-editor-narrow_1wzqe_1jgzn_339 > .awsui_token-editor-grid-group_1wzqe_1jgzn_336:not(#\9) {
343
+ .awsui_token-editor-grid_1wzqe_12nwr_302.awsui_token-editor-narrow_1wzqe_12nwr_339 > .awsui_token-editor-grid-group_1wzqe_12nwr_336:not(#\9) {
344
344
  display: flex;
345
345
  flex-direction: column;
346
346
  gap: var(--space-s-tvghoh, 12px);
347
347
  }
348
- .awsui_token-editor-grid_1wzqe_1jgzn_302.awsui_token-editor-narrow_1wzqe_1jgzn_339 > .awsui_token-editor-grid-group_1wzqe_1jgzn_336.awsui_token-editor-supports-groups_1wzqe_1jgzn_348:not(#\9) {
348
+ .awsui_token-editor-grid_1wzqe_12nwr_302.awsui_token-editor-narrow_1wzqe_12nwr_339 > .awsui_token-editor-grid-group_1wzqe_12nwr_336.awsui_token-editor-supports-groups_1wzqe_12nwr_348:not(#\9) {
349
349
  padding-block-end: var(--space-m-dsumyt, 16px);
350
350
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
351
351
  }
352
- .awsui_token-editor-grid-header_1wzqe_1jgzn_352:not(#\9) {
352
+ .awsui_token-editor-grid-header_1wzqe_12nwr_352:not(#\9) {
353
353
  color: var(--color-text-column-header-e6urd1, #424650);
354
354
  font-weight: var(--font-weight-heading-s-lcx0ai, 700);
355
355
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
356
356
  text-align: start;
357
357
  }
358
- .awsui_token-editor-grid-cell_1wzqe_1jgzn_358:not(#\9):not(.awsui_token-editor-narrow_1wzqe_1jgzn_339) {
358
+ .awsui_token-editor-grid-cell_1wzqe_12nwr_358:not(#\9):not(.awsui_token-editor-narrow_1wzqe_12nwr_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_1jgzn_358.awsui_token-editor-narrow_1wzqe_1jgzn_339:not(#\9):nth-child(4) {
363
+ .awsui_token-editor-grid-cell_1wzqe_12nwr_358.awsui_token-editor-narrow_1wzqe_12nwr_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_1jgzn_367:not(#\9) {
367
+ .awsui_token-editor-add-token_1wzqe_12nwr_367:not(#\9) {
368
368
  margin-block-start: var(--space-s-tvghoh, 12px);
369
369
  }
370
370
 
371
- .awsui_custom-content-wrapper_1wzqe_1jgzn_371:not(#\9) {
371
+ .awsui_custom-content-wrapper_1wzqe_12nwr_371:not(#\9) {
372
372
  display: contents;
373
373
  }
374
374
 
375
- .awsui_custom-control_1wzqe_1jgzn_375:not(#\9) {
375
+ .awsui_custom-control_1wzqe_12nwr_375:not(#\9) {
376
376
  /* used in test-utils */
377
377
  }
378
378
 
379
- .awsui_input_1wzqe_1jgzn_184:not(#\9) {
379
+ .awsui_input_1wzqe_12nwr_184:not(#\9) {
380
380
  flex: 1;
381
381
  }
382
382
 
383
- .awsui_results_1wzqe_1jgzn_383:not(#\9) {
384
- padding-block: calc(var(--space-scaled-xxs-pfm1nx, 4px) + var(--border-width-field-2xc78x, 1px));
383
+ .awsui_results_1wzqe_12nwr_383:not(#\9) {
384
+ padding-block: calc(var(--space-field-vertical-vm99qz, 5px) + var(--border-width-field-2xc78x, 1px));
385
385
  padding-inline: 0;
386
386
  }
387
387
 
388
- .awsui_token-trigger_1wzqe_1jgzn_388:not(#\9) {
388
+ .awsui_token-trigger_1wzqe_12nwr_388:not(#\9) {
389
389
  min-inline-size: 0;
390
390
  word-break: break-word;
391
391
  }
392
392
 
393
- .awsui_remove-all_1wzqe_1jgzn_393:not(#\9),
394
- .awsui_join-operation_1wzqe_1jgzn_394:not(#\9),
395
- .awsui_custom-filter-actions_1wzqe_1jgzn_395:not(#\9) {
393
+ .awsui_remove-all_1wzqe_12nwr_393:not(#\9),
394
+ .awsui_join-operation_1wzqe_12nwr_394:not(#\9),
395
+ .awsui_custom-filter-actions_1wzqe_12nwr_395:not(#\9) {
396
396
  /* used in test-utils */
397
397
  }
398
398
 
399
- .awsui_constraint_1wzqe_1jgzn_399:not(#\9) {
399
+ .awsui_constraint_1wzqe_12nwr_399:not(#\9) {
400
400
  padding-block-start: var(--space-xxs-hwfkai, 4px);
401
401
  color: var(--color-text-form-secondary-1nm780, #656871);
402
402
  font-size: var(--font-size-body-s-smc8cv, 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_1jgzn_145",
6
- "search-field": "awsui_search-field_1wzqe_1jgzn_177",
7
- "input-wrapper": "awsui_input-wrapper_1wzqe_1jgzn_184",
8
- "add-token": "awsui_add-token_1wzqe_1jgzn_191",
9
- "tokens": "awsui_tokens_1wzqe_1jgzn_198",
10
- "token-operator": "awsui_token-operator_1wzqe_1jgzn_203",
11
- "property-editor": "awsui_property-editor_1wzqe_1jgzn_207",
12
- "property-editor-header": "awsui_property-editor-header_1wzqe_1jgzn_210",
13
- "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_1jgzn_223",
14
- "property-editor-form": "awsui_property-editor-form_1wzqe_1jgzn_238",
15
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_1jgzn_243",
16
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_1jgzn_246",
17
- "property-editor-enum": "awsui_property-editor-enum_1wzqe_1jgzn_254",
18
- "token-editor": "awsui_token-editor_1wzqe_1jgzn_259",
19
- "token-editor-form": "awsui_token-editor-form_1wzqe_1jgzn_266",
20
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_1jgzn_269",
21
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_1jgzn_272",
22
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_1jgzn_275",
23
- "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_1jgzn_278",
24
- "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_1jgzn_283",
25
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_1jgzn_287",
26
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_1jgzn_290",
27
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_1jgzn_293",
28
- "token-editor-grid": "awsui_token-editor-grid_1wzqe_1jgzn_302",
29
- "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_1jgzn_336",
30
- "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_1jgzn_339",
31
- "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_1jgzn_348",
32
- "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_1jgzn_352",
33
- "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_1jgzn_358",
34
- "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_1jgzn_367",
35
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_1jgzn_371",
36
- "custom-control": "awsui_custom-control_1wzqe_1jgzn_375",
37
- "input": "awsui_input_1wzqe_1jgzn_184",
38
- "results": "awsui_results_1wzqe_1jgzn_383",
39
- "token-trigger": "awsui_token-trigger_1wzqe_1jgzn_388",
40
- "remove-all": "awsui_remove-all_1wzqe_1jgzn_393",
41
- "join-operation": "awsui_join-operation_1wzqe_1jgzn_394",
42
- "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_1jgzn_395",
43
- "constraint": "awsui_constraint_1wzqe_1jgzn_399"
5
+ "root": "awsui_root_1wzqe_12nwr_145",
6
+ "search-field": "awsui_search-field_1wzqe_12nwr_177",
7
+ "input-wrapper": "awsui_input-wrapper_1wzqe_12nwr_184",
8
+ "add-token": "awsui_add-token_1wzqe_12nwr_191",
9
+ "tokens": "awsui_tokens_1wzqe_12nwr_198",
10
+ "token-operator": "awsui_token-operator_1wzqe_12nwr_203",
11
+ "property-editor": "awsui_property-editor_1wzqe_12nwr_207",
12
+ "property-editor-header": "awsui_property-editor-header_1wzqe_12nwr_210",
13
+ "property-editor-header-enum": "awsui_property-editor-header-enum_1wzqe_12nwr_223",
14
+ "property-editor-form": "awsui_property-editor-form_1wzqe_12nwr_238",
15
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_12nwr_243",
16
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_12nwr_246",
17
+ "property-editor-enum": "awsui_property-editor-enum_1wzqe_12nwr_254",
18
+ "token-editor": "awsui_token-editor_1wzqe_12nwr_259",
19
+ "token-editor-form": "awsui_token-editor-form_1wzqe_12nwr_266",
20
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_12nwr_269",
21
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_12nwr_272",
22
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_12nwr_275",
23
+ "token-editor-multiselect-wrapper": "awsui_token-editor-multiselect-wrapper_1wzqe_12nwr_278",
24
+ "token-editor-multiselect-wrapper-inner": "awsui_token-editor-multiselect-wrapper-inner_1wzqe_12nwr_283",
25
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_12nwr_287",
26
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_12nwr_290",
27
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_12nwr_293",
28
+ "token-editor-grid": "awsui_token-editor-grid_1wzqe_12nwr_302",
29
+ "token-editor-grid-group": "awsui_token-editor-grid-group_1wzqe_12nwr_336",
30
+ "token-editor-narrow": "awsui_token-editor-narrow_1wzqe_12nwr_339",
31
+ "token-editor-supports-groups": "awsui_token-editor-supports-groups_1wzqe_12nwr_348",
32
+ "token-editor-grid-header": "awsui_token-editor-grid-header_1wzqe_12nwr_352",
33
+ "token-editor-grid-cell": "awsui_token-editor-grid-cell_1wzqe_12nwr_358",
34
+ "token-editor-add-token": "awsui_token-editor-add-token_1wzqe_12nwr_367",
35
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_12nwr_371",
36
+ "custom-control": "awsui_custom-control_1wzqe_12nwr_375",
37
+ "input": "awsui_input_1wzqe_12nwr_184",
38
+ "results": "awsui_results_1wzqe_12nwr_383",
39
+ "token-trigger": "awsui_token-trigger_1wzqe_12nwr_388",
40
+ "remove-all": "awsui_remove-all_1wzqe_12nwr_393",
41
+ "join-operation": "awsui_join-operation_1wzqe_12nwr_394",
42
+ "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_12nwr_395",
43
+ "constraint": "awsui_constraint_1wzqe_12nwr_399"
44
44
  };
45
45