@cloudscape-design/components-themeable 3.0.1286 → 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 (99) 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/file-token-group/styles.css.js +23 -23
  23. package/lib/internal/template/file-token-group/styles.scoped.css +35 -35
  24. package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
  25. package/lib/internal/template/flashbar/styles.css.js +50 -50
  26. package/lib/internal/template/flashbar/styles.scoped.css +165 -165
  27. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  28. package/lib/internal/template/input/internal.d.ts +2 -0
  29. package/lib/internal/template/input/internal.d.ts.map +1 -1
  30. package/lib/internal/template/input/internal.js +5 -2
  31. package/lib/internal/template/input/internal.js.map +1 -1
  32. package/lib/internal/template/input/styles.css.js +18 -13
  33. package/lib/internal/template/input/styles.scoped.css +67 -31
  34. package/lib/internal/template/input/styles.selectors.js +18 -13
  35. package/lib/internal/template/internal/base-component/styles.scoped.css +7 -1
  36. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  37. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -29
  38. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  39. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  40. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
  41. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  42. package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
  43. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +51 -51
  44. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
  45. package/lib/internal/template/internal/environment.js +2 -2
  46. package/lib/internal/template/internal/environment.json +2 -2
  47. package/lib/internal/template/internal/generated/styles/tokens.d.ts +3 -0
  48. package/lib/internal/template/internal/generated/styles/tokens.js +3 -0
  49. package/lib/internal/template/internal/generated/theming/index.cjs +39 -0
  50. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
  51. package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
  52. package/lib/internal/template/internal/generated/theming/index.js +39 -0
  53. package/lib/internal/template/pagination/index.d.ts +3 -1
  54. package/lib/internal/template/pagination/index.d.ts.map +1 -1
  55. package/lib/internal/template/pagination/index.js +4 -3
  56. package/lib/internal/template/pagination/index.js.map +1 -1
  57. package/lib/internal/template/pagination/interfaces.d.ts +31 -2
  58. package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
  59. package/lib/internal/template/pagination/interfaces.js.map +1 -1
  60. package/lib/internal/template/pagination/internal.d.ts +3 -3
  61. package/lib/internal/template/pagination/internal.d.ts.map +1 -1
  62. package/lib/internal/template/pagination/internal.js +78 -19
  63. package/lib/internal/template/pagination/internal.js.map +1 -1
  64. package/lib/internal/template/pagination/styles.css.js +11 -9
  65. package/lib/internal/template/pagination/styles.scoped.css +39 -24
  66. package/lib/internal/template/pagination/styles.selectors.js +11 -9
  67. package/lib/internal/template/popover/internal.d.ts +4 -0
  68. package/lib/internal/template/popover/internal.d.ts.map +1 -1
  69. package/lib/internal/template/popover/internal.js +23 -13
  70. package/lib/internal/template/popover/internal.js.map +1 -1
  71. package/lib/internal/template/prompt-input/internal.js +1 -1
  72. package/lib/internal/template/prompt-input/internal.js.map +1 -1
  73. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  74. package/lib/internal/template/prompt-input/styles.scoped.css +55 -55
  75. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  76. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  77. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +42 -42
  78. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  79. package/lib/internal/template/property-filter/styles.css.js +39 -39
  80. package/lib/internal/template/property-filter/styles.scoped.css +43 -43
  81. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  82. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  83. package/lib/internal/template/segmented-control/styles.scoped.css +33 -33
  84. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  85. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  86. package/lib/internal/template/select/parts/filter.d.ts.map +1 -1
  87. package/lib/internal/template/test-utils/dom/pagination/index.d.ts +15 -0
  88. package/lib/internal/template/test-utils/dom/pagination/index.js +22 -0
  89. package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
  90. package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +15 -0
  91. package/lib/internal/template/test-utils/selectors/pagination/index.js +22 -0
  92. package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
  93. package/lib/internal/template/textarea/styles.css.js +5 -5
  94. package/lib/internal/template/textarea/styles.scoped.css +14 -14
  95. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  96. package/lib/internal/template/token/styles.css.js +14 -14
  97. package/lib/internal/template/token/styles.scoped.css +30 -30
  98. package/lib/internal/template/token/styles.selectors.js +14 -14
  99. package/package.json +1 -1
@@ -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
 
@@ -1,21 +1,21 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment": "awsui_segment_8cbea_13cqc_161",
5
- "refresh": "awsui_refresh_8cbea_13cqc_188",
6
- "disabled": "awsui_disabled_8cbea_13cqc_194",
7
- "selected": "awsui_selected_8cbea_13cqc_251",
8
- "icon": "awsui_icon_8cbea_13cqc_261",
9
- "with-text": "awsui_with-text_8cbea_13cqc_265",
10
- "with-no-text": "awsui_with-no-text_8cbea_13cqc_271",
11
- "root": "awsui_root_8cbea_13cqc_276",
12
- "segment-part": "awsui_segment-part_8cbea_13cqc_308",
13
- "select": "awsui_select_8cbea_13cqc_251",
14
- "segment-count-2": "awsui_segment-count-2_8cbea_13cqc_343",
15
- "segment-count-3": "awsui_segment-count-3_8cbea_13cqc_347",
16
- "segment-count-4": "awsui_segment-count-4_8cbea_13cqc_351",
17
- "segment-count-5": "awsui_segment-count-5_8cbea_13cqc_355",
18
- "segment-count-6": "awsui_segment-count-6_8cbea_13cqc_359",
19
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_13cqc_363"
4
+ "segment": "awsui_segment_8cbea_u5hld_161",
5
+ "refresh": "awsui_refresh_8cbea_u5hld_188",
6
+ "disabled": "awsui_disabled_8cbea_u5hld_194",
7
+ "selected": "awsui_selected_8cbea_u5hld_251",
8
+ "icon": "awsui_icon_8cbea_u5hld_261",
9
+ "with-text": "awsui_with-text_8cbea_u5hld_265",
10
+ "with-no-text": "awsui_with-no-text_8cbea_u5hld_271",
11
+ "root": "awsui_root_8cbea_u5hld_276",
12
+ "segment-part": "awsui_segment-part_8cbea_u5hld_308",
13
+ "select": "awsui_select_8cbea_u5hld_251",
14
+ "segment-count-2": "awsui_segment-count-2_8cbea_u5hld_343",
15
+ "segment-count-3": "awsui_segment-count-3_8cbea_u5hld_347",
16
+ "segment-count-4": "awsui_segment-count-4_8cbea_u5hld_351",
17
+ "segment-count-5": "awsui_segment-count-5_8cbea_u5hld_355",
18
+ "segment-count-6": "awsui_segment-count-6_8cbea_u5hld_359",
19
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_u5hld_363"
20
20
  };
21
21