@cloudscape-design/components-themeable 3.0.1012 → 3.0.1014

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 (95) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/collection-preferences/content-display/{styles.scss → content-display-list.scss} +1 -1
  3. package/lib/internal/scss/collection-preferences/styles.scss +2 -2
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/popover/styles.scss +4 -4
  6. package/lib/internal/scss/progress-bar/styles.scss +1 -1
  7. package/lib/internal/scss/table/body-cell/styles.scss +3 -0
  8. package/lib/internal/scss/table/header-cell/styles.scss +3 -0
  9. package/lib/internal/scss/tabs/styles.scss +1 -1
  10. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -1
  11. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js +10 -2
  12. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -1
  13. package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
  14. package/lib/internal/template/app-layout-toolbar/index.js +1 -9
  15. package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
  16. package/lib/internal/template/button/interfaces.d.ts +12 -0
  17. package/lib/internal/template/button/interfaces.d.ts.map +1 -1
  18. package/lib/internal/template/button/interfaces.js.map +1 -1
  19. package/lib/internal/template/collection-preferences/styles.css.js +38 -38
  20. package/lib/internal/template/collection-preferences/styles.scoped.css +39 -447
  21. package/lib/internal/template/collection-preferences/styles.selectors.js +38 -38
  22. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  23. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  24. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  25. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  26. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  27. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  28. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  29. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  30. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  31. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  32. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  33. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  34. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  35. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  36. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  37. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  38. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  39. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  40. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  41. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  42. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  43. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  44. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  45. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  46. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  47. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  48. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  49. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  50. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  51. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  52. package/lib/internal/template/i18n/messages-types.d.ts +10 -0
  53. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  54. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  55. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  56. package/lib/internal/template/internal/environment.js +2 -2
  57. package/lib/internal/template/internal/environment.json +2 -2
  58. package/lib/internal/template/popover/styles.css.js +56 -56
  59. package/lib/internal/template/popover/styles.scoped.css +202 -746
  60. package/lib/internal/template/popover/styles.selectors.js +56 -56
  61. package/lib/internal/template/progress-bar/styles.css.js +19 -19
  62. package/lib/internal/template/progress-bar/styles.scoped.css +30 -202
  63. package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
  64. package/lib/internal/template/table/body-cell/styles.css.js +47 -46
  65. package/lib/internal/template/table/body-cell/styles.scoped.css +376 -373
  66. package/lib/internal/template/table/body-cell/styles.selectors.js +47 -46
  67. package/lib/internal/template/table/body-cell/td-element.d.ts +1 -0
  68. package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -1
  69. package/lib/internal/template/table/body-cell/td-element.js +2 -2
  70. package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
  71. package/lib/internal/template/table/header-cell/index.d.ts +2 -1
  72. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  73. package/lib/internal/template/table/header-cell/index.js +2 -2
  74. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  75. package/lib/internal/template/table/header-cell/styles.css.js +29 -28
  76. package/lib/internal/template/table/header-cell/styles.scoped.css +69 -66
  77. package/lib/internal/template/table/header-cell/styles.selectors.js +29 -28
  78. package/lib/internal/template/table/header-cell/th-element.d.ts +2 -1
  79. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  80. package/lib/internal/template/table/header-cell/th-element.js +2 -2
  81. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  82. package/lib/internal/template/table/internal.d.ts.map +1 -1
  83. package/lib/internal/template/table/internal.js +2 -1
  84. package/lib/internal/template/table/internal.js.map +1 -1
  85. package/lib/internal/template/table/thead.d.ts +1 -0
  86. package/lib/internal/template/table/thead.d.ts.map +1 -1
  87. package/lib/internal/template/table/thead.js +2 -1
  88. package/lib/internal/template/table/thead.js.map +1 -1
  89. package/lib/internal/template/tabs/styles.css.js +30 -30
  90. package/lib/internal/template/tabs/styles.scoped.css +51 -187
  91. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  92. package/package.json +1 -1
  93. package/lib/internal/template/collection-preferences/content-display/styles.css.js +0 -16
  94. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +0 -380
  95. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +0 -17
@@ -1,380 +0,0 @@
1
- /*
2
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- SPDX-License-Identifier: Apache-2.0
4
- */
5
- /*
6
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
- SPDX-License-Identifier: Apache-2.0
8
- */
9
- /*
10
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
- SPDX-License-Identifier: Apache-2.0
12
- */
13
- /*
14
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
- SPDX-License-Identifier: Apache-2.0
16
- */
17
- /*
18
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
- SPDX-License-Identifier: Apache-2.0
20
- */
21
- /*
22
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
23
- SPDX-License-Identifier: Apache-2.0
24
- */
25
- /*
26
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
27
- SPDX-License-Identifier: Apache-2.0
28
- */
29
- /*
30
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
31
- SPDX-License-Identifier: Apache-2.0
32
- */
33
- /*
34
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
35
- SPDX-License-Identifier: Apache-2.0
36
- */
37
- /*
38
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
39
- SPDX-License-Identifier: Apache-2.0
40
- */
41
- /*
42
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
- SPDX-License-Identifier: Apache-2.0
44
- */
45
- /*
46
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
47
- SPDX-License-Identifier: Apache-2.0
48
- */
49
- /*
50
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
- SPDX-License-Identifier: Apache-2.0
52
- */
53
- /*
54
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
- SPDX-License-Identifier: Apache-2.0
56
- */
57
- /*
58
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
59
- SPDX-License-Identifier: Apache-2.0
60
- */
61
- /*
62
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
- SPDX-License-Identifier: Apache-2.0
64
- */
65
- /*
66
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
- SPDX-License-Identifier: Apache-2.0
68
- */
69
- /*
70
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
- SPDX-License-Identifier: Apache-2.0
72
- */
73
- /*
74
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
75
- SPDX-License-Identifier: Apache-2.0
76
- */
77
- /*
78
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
79
- SPDX-License-Identifier: Apache-2.0
80
- */
81
- /*
82
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
83
- SPDX-License-Identifier: Apache-2.0
84
- */
85
- /*
86
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
- SPDX-License-Identifier: Apache-2.0
88
- */
89
- /*
90
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
- SPDX-License-Identifier: Apache-2.0
92
- */
93
- /*
94
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
- SPDX-License-Identifier: Apache-2.0
96
- */
97
- /*
98
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
- SPDX-License-Identifier: Apache-2.0
100
- */
101
- /*
102
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
- SPDX-License-Identifier: Apache-2.0
104
- */
105
- /*
106
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107
- SPDX-License-Identifier: Apache-2.0
108
- */
109
- /*
110
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
- SPDX-License-Identifier: Apache-2.0
112
- */
113
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
114
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
115
- /*
116
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
117
- SPDX-License-Identifier: Apache-2.0
118
- */
119
- /*
120
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
121
- SPDX-License-Identifier: Apache-2.0
122
- */
123
- /*
124
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
125
- SPDX-License-Identifier: Apache-2.0
126
- */
127
- /*
128
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
129
- SPDX-License-Identifier: Apache-2.0
130
- */
131
- /*
132
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
133
- SPDX-License-Identifier: Apache-2.0
134
- */
135
- /*
136
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
137
- SPDX-License-Identifier: Apache-2.0
138
- */
139
- /*
140
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
141
- SPDX-License-Identifier: Apache-2.0
142
- */
143
- /* Style used for links in slots/components that are text heavy, to help links stand out among
144
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- /*
146
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
147
- SPDX-License-Identifier: Apache-2.0
148
- */
149
- /*
150
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
- SPDX-License-Identifier: Apache-2.0
152
- */
153
- /*
154
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
155
- SPDX-License-Identifier: Apache-2.0
156
- */
157
- /*
158
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
- SPDX-License-Identifier: Apache-2.0
160
- */
161
- /*
162
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
163
- SPDX-License-Identifier: Apache-2.0
164
- */
165
- /*
166
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
167
- SPDX-License-Identifier: Apache-2.0
168
- */
169
- /*
170
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
171
- SPDX-License-Identifier: Apache-2.0
172
- */
173
- /*
174
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
175
- SPDX-License-Identifier: Apache-2.0
176
- */
177
- /*
178
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
179
- SPDX-License-Identifier: Apache-2.0
180
- */
181
- /*
182
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
183
- SPDX-License-Identifier: Apache-2.0
184
- */
185
- /*
186
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
- SPDX-License-Identifier: Apache-2.0
188
- */
189
- /*
190
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
- SPDX-License-Identifier: Apache-2.0
192
- */
193
- /*
194
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
195
- SPDX-License-Identifier: Apache-2.0
196
- */
197
- /*
198
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
199
- SPDX-License-Identifier: Apache-2.0
200
- */
201
- /*
202
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
203
- SPDX-License-Identifier: Apache-2.0
204
- */
205
- /*
206
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
207
- SPDX-License-Identifier: Apache-2.0
208
- */
209
- /*
210
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
211
- SPDX-License-Identifier: Apache-2.0
212
- */
213
- /*
214
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
215
- SPDX-License-Identifier: Apache-2.0
216
- */
217
- /*
218
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
219
- SPDX-License-Identifier: Apache-2.0
220
- */
221
- /*
222
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
223
- SPDX-License-Identifier: Apache-2.0
224
- */
225
- /*
226
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
227
- SPDX-License-Identifier: Apache-2.0
228
- */
229
- /*
230
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
231
- SPDX-License-Identifier: Apache-2.0
232
- */
233
- /*
234
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
235
- SPDX-License-Identifier: Apache-2.0
236
- */
237
- /*
238
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
239
- SPDX-License-Identifier: Apache-2.0
240
- */
241
- /*
242
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
243
- SPDX-License-Identifier: Apache-2.0
244
- */
245
- /*
246
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
247
- SPDX-License-Identifier: Apache-2.0
248
- */
249
- /*
250
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
251
- SPDX-License-Identifier: Apache-2.0
252
- */
253
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
254
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
255
- /*
256
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
257
- SPDX-License-Identifier: Apache-2.0
258
- */
259
- /*
260
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
261
- SPDX-License-Identifier: Apache-2.0
262
- */
263
- /*
264
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
265
- SPDX-License-Identifier: Apache-2.0
266
- */
267
- /*
268
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
269
- SPDX-License-Identifier: Apache-2.0
270
- */
271
- /*
272
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
273
- SPDX-License-Identifier: Apache-2.0
274
- */
275
- /*
276
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
277
- SPDX-License-Identifier: Apache-2.0
278
- */
279
- /*
280
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
281
- SPDX-License-Identifier: Apache-2.0
282
- */
283
- /* Style used for links in slots/components that are text heavy, to help links stand out among
284
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
285
- /*
286
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
287
- SPDX-License-Identifier: Apache-2.0
288
- */
289
- .awsui_content-display-option-toggle_1f3h0_3x3qe_289:not(#\9) {
290
- /* used in test-utils */
291
- }
292
-
293
- .awsui_content-display-option-content_1f3h0_3x3qe_293:not(#\9) {
294
- border-collapse: separate;
295
- border-spacing: 0;
296
- box-sizing: border-box;
297
- caption-side: top;
298
- cursor: auto;
299
- direction: inherit;
300
- empty-cells: show;
301
- font-family: serif;
302
- font-style: normal;
303
- font-variant: normal;
304
- font-stretch: normal;
305
- hyphens: none;
306
- letter-spacing: normal;
307
- list-style: disc outside none;
308
- tab-size: 8;
309
- text-align: start;
310
- text-indent: 0;
311
- text-shadow: none;
312
- text-transform: none;
313
- visibility: visible;
314
- white-space: normal;
315
- word-spacing: normal;
316
- font-size: var(--font-size-body-m-vv54cm, 14px);
317
- line-height: var(--line-height-body-m-bedeoh, 22px);
318
- color: var(--color-text-body-default-5qid0u, #16191f);
319
- font-weight: 400;
320
- font-family: var(--font-family-base-8x5ngf, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
321
- -webkit-font-smoothing: auto;
322
- -moz-osx-font-smoothing: auto;
323
- display: flex;
324
- align-items: flex-start;
325
- padding-block: var(--space-xs-kw7k3v, 8px);
326
- padding-inline-start: 0;
327
- padding-inline-end: var(--space-scaled-xs-sppte9, 8px);
328
- background-color: var(--color-background-container-content-aemn43, #ffffff);
329
- border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
330
- border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
331
- border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
332
- border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
333
- }
334
-
335
- .awsui_content-display-option_1f3h0_3x3qe_289:not(#\9) {
336
- list-style: none;
337
- position: relative;
338
- border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-divider-secondary-4wvr5g, #eaeded);
339
- }
340
-
341
- .awsui_content-display-option-label_1f3h0_3x3qe_341:not(#\9) {
342
- flex-grow: 1;
343
- min-inline-size: 0;
344
- word-break: break-word;
345
- padding-inline-end: var(--space-l-3cws6j, 20px);
346
- }
347
-
348
- .awsui_drag-handle-wrapper_1f3h0_3x3qe_348:not(#\9) {
349
- margin-inline: var(--space-scaled-xxs-jatbiv, 4px);
350
- }
351
-
352
- .awsui_content-display_1f3h0_3x3qe_289:not(#\9),
353
- .awsui_content-display-text-filter_1f3h0_3x3qe_353:not(#\9),
354
- .awsui_content-display-no-match_1f3h0_3x3qe_354:not(#\9) {
355
- /* used in test-utils */
356
- }
357
-
358
- .awsui_content-display-title_1f3h0_3x3qe_358:not(#\9) {
359
- font-size: var(--font-size-body-m-vv54cm, 14px);
360
- line-height: var(--line-height-body-m-bedeoh, 22px);
361
- font-weight: var(--font-display-label-weight-ise9n2, 400);
362
- color: var(--color-text-form-label-guihvp, #16191f);
363
- margin-block: 0;
364
- margin-inline: 0;
365
- }
366
-
367
- .awsui_content-display-description_1f3h0_3x3qe_367:not(#\9) {
368
- color: var(--color-text-form-secondary-4sp9un, #687078);
369
- font-size: var(--font-size-body-s-psgqn2, 12px);
370
- line-height: var(--line-height-body-s-otgtsr, 16px);
371
- letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
372
- margin-block-start: var(--space-scaled-xxxs-prgw5k, 2px);
373
- }
374
-
375
- .awsui_content-display-option-list_1f3h0_3x3qe_375:not(#\9) {
376
- position: relative;
377
- list-style: none;
378
- padding-block: 0;
379
- padding-inline: 0;
380
- }
@@ -1,17 +0,0 @@
1
-
2
- // es-module interop with Babel and Typescript
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- module.exports.default = {
5
- "content-display-option-toggle": "awsui_content-display-option-toggle_1f3h0_3x3qe_289",
6
- "content-display-option-content": "awsui_content-display-option-content_1f3h0_3x3qe_293",
7
- "content-display-option": "awsui_content-display-option_1f3h0_3x3qe_289",
8
- "content-display-option-label": "awsui_content-display-option-label_1f3h0_3x3qe_341",
9
- "drag-handle-wrapper": "awsui_drag-handle-wrapper_1f3h0_3x3qe_348",
10
- "content-display": "awsui_content-display_1f3h0_3x3qe_289",
11
- "content-display-text-filter": "awsui_content-display-text-filter_1f3h0_3x3qe_353",
12
- "content-display-no-match": "awsui_content-display-no-match_1f3h0_3x3qe_354",
13
- "content-display-title": "awsui_content-display-title_1f3h0_3x3qe_358",
14
- "content-display-description": "awsui_content-display-description_1f3h0_3x3qe_367",
15
- "content-display-option-list": "awsui_content-display-option-list_1f3h0_3x3qe_375"
16
- };
17
-