@cloudscape-design/components-themeable 3.0.700 → 3.0.701

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 (103) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button-dropdown/item-element/styles.scss +1 -0
  3. package/lib/internal/scss/icon/styles.scss +1 -0
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +57 -55
  5. package/lib/internal/scss/prompt-input/styles.scss +108 -0
  6. package/lib/internal/scss/prompt-input/test-classes/styles.scss +15 -0
  7. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  8. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  9. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  10. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  11. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  12. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  13. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +82 -82
  14. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +255 -255
  15. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +13 -13
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +37 -37
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
  22. package/lib/internal/template/button/interfaces.d.ts +1 -1
  23. package/lib/internal/template/button/interfaces.js.map +1 -1
  24. package/lib/internal/template/button-dropdown/item-element/index.js +1 -1
  25. package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
  26. package/lib/internal/template/button-dropdown/item-element/styles.css.js +12 -11
  27. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +14 -14
  28. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +12 -11
  29. package/lib/internal/template/button-dropdown/tooltip.d.ts +2 -1
  30. package/lib/internal/template/button-dropdown/tooltip.d.ts.map +1 -1
  31. package/lib/internal/template/button-dropdown/tooltip.js +2 -2
  32. package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
  33. package/lib/internal/template/content-layout/styles.css.js +14 -14
  34. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  35. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  36. package/lib/internal/template/flashbar/styles.css.js +47 -47
  37. package/lib/internal/template/flashbar/styles.scoped.css +171 -171
  38. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  39. package/lib/internal/template/icon/styles.css.js +38 -37
  40. package/lib/internal/template/icon/styles.scoped.css +82 -80
  41. package/lib/internal/template/icon/styles.selectors.js +38 -37
  42. package/lib/internal/template/index.d.ts +1 -0
  43. package/lib/internal/template/index.d.ts.map +1 -1
  44. package/lib/internal/template/index.js +1 -0
  45. package/lib/internal/template/index.js.map +1 -1
  46. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  47. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +40 -40
  48. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  49. package/lib/internal/template/internal/environment.js +1 -1
  50. package/lib/internal/template/internal/environment.json +1 -1
  51. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +2 -0
  52. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  53. package/lib/internal/template/internal/generated/custom-css-properties/index.js +57 -55
  54. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  55. package/lib/internal/template/key-value-pairs/index.d.ts +1 -1
  56. package/lib/internal/template/key-value-pairs/index.d.ts.map +1 -1
  57. package/lib/internal/template/key-value-pairs/index.js +2 -2
  58. package/lib/internal/template/key-value-pairs/index.js.map +1 -1
  59. package/lib/internal/template/key-value-pairs/interfaces.d.ts +11 -0
  60. package/lib/internal/template/key-value-pairs/interfaces.d.ts.map +1 -1
  61. package/lib/internal/template/key-value-pairs/interfaces.js.map +1 -1
  62. package/lib/internal/template/key-value-pairs/internal.d.ts.map +1 -1
  63. package/lib/internal/template/key-value-pairs/internal.js +2 -2
  64. package/lib/internal/template/key-value-pairs/internal.js.map +1 -1
  65. package/lib/internal/template/package.json +1 -0
  66. package/lib/internal/template/prompt-input/index.d.ts +6 -0
  67. package/lib/internal/template/prompt-input/index.d.ts.map +1 -0
  68. package/lib/internal/template/prompt-input/index.js +27 -0
  69. package/lib/internal/template/prompt-input/index.js.map +1 -0
  70. package/lib/internal/template/prompt-input/interfaces.d.ts +82 -0
  71. package/lib/internal/template/prompt-input/interfaces.d.ts.map +1 -0
  72. package/lib/internal/template/prompt-input/interfaces.js +2 -0
  73. package/lib/internal/template/prompt-input/interfaces.js.map +1 -0
  74. package/lib/internal/template/prompt-input/internal.d.ts +8 -0
  75. package/lib/internal/template/prompt-input/internal.d.ts.map +1 -0
  76. package/lib/internal/template/prompt-input/internal.js +109 -0
  77. package/lib/internal/template/prompt-input/internal.js.map +1 -0
  78. package/lib/internal/template/prompt-input/styles.css.js +13 -0
  79. package/lib/internal/template/prompt-input/styles.scoped.css +248 -0
  80. package/lib/internal/template/prompt-input/styles.selectors.js +14 -0
  81. package/lib/internal/template/prompt-input/test-classes/styles.css.js +8 -0
  82. package/lib/internal/template/prompt-input/test-classes/styles.scoped.css +15 -0
  83. package/lib/internal/template/prompt-input/test-classes/styles.selectors.js +9 -0
  84. package/lib/internal/template/slider/styles.css.js +26 -26
  85. package/lib/internal/template/slider/styles.scoped.css +86 -86
  86. package/lib/internal/template/slider/styles.selectors.js +26 -26
  87. package/lib/internal/template/spinner/styles.css.js +13 -13
  88. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  89. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  90. package/lib/internal/template/test-utils/dom/index.d.ts +3 -0
  91. package/lib/internal/template/test-utils/dom/index.js +10 -2
  92. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  93. package/lib/internal/template/test-utils/dom/prompt-input/index.d.ts +18 -0
  94. package/lib/internal/template/test-utils/dom/prompt-input/index.js +49 -0
  95. package/lib/internal/template/test-utils/dom/prompt-input/index.js.map +1 -0
  96. package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
  97. package/lib/internal/template/test-utils/selectors/index.js +10 -2
  98. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  99. package/lib/internal/template/test-utils/selectors/prompt-input/index.d.ts +6 -0
  100. package/lib/internal/template/test-utils/selectors/prompt-input/index.js +15 -0
  101. package/lib/internal/template/test-utils/selectors/prompt-input/index.js.map +1 -0
  102. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +1 -1
@@ -0,0 +1,248 @@
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
+ /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
+ /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
+ /*
72
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
73
+ SPDX-License-Identifier: Apache-2.0
74
+ */
75
+ /*
76
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
77
+ SPDX-License-Identifier: Apache-2.0
78
+ */
79
+ /*
80
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
81
+ SPDX-License-Identifier: Apache-2.0
82
+ */
83
+ /*
84
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
+ SPDX-License-Identifier: Apache-2.0
86
+ */
87
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
88
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
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
+ /* stylelint-disable */
98
+ .awsui_root_55fkh_1ndnv_98:not(#\9) {
99
+ position: relative;
100
+ }
101
+ .awsui_root_55fkh_1ndnv_98 > .awsui_button_55fkh_1ndnv_101:not(#\9) {
102
+ position: absolute;
103
+ inset-inline-end: var(--space-static-xxs-z6w5bq, 4px);
104
+ inset-block-end: 0;
105
+ }
106
+ body[data-awsui-focus-visible=true] .awsui_root_55fkh_1ndnv_98 > .awsui_button_55fkh_1ndnv_101 > .awsui_action-button_55fkh_1ndnv_106:not(#\9):focus {
107
+ position: relative;
108
+ }
109
+ body[data-awsui-focus-visible=true] .awsui_root_55fkh_1ndnv_98 > .awsui_button_55fkh_1ndnv_101 > .awsui_action-button_55fkh_1ndnv_106:not(#\9):focus {
110
+ outline: 2px dotted transparent;
111
+ outline-offset: calc(calc((var(--space-xxxs-z28114, 2px)) - 1px) - 1px);
112
+ }
113
+ body[data-awsui-focus-visible=true] .awsui_root_55fkh_1ndnv_98 > .awsui_button_55fkh_1ndnv_101 > .awsui_action-button_55fkh_1ndnv_106:not(#\9):focus::before {
114
+ content: " ";
115
+ display: block;
116
+ position: absolute;
117
+ inset-inline-start: calc(-1 * calc((var(--space-xxxs-z28114, 2px)) - 1px));
118
+ inset-block-start: calc(-1 * calc((-1 * var(--space-xxxs-z28114, 2px)) - 1px));
119
+ inline-size: calc(100% + calc((var(--space-xxxs-z28114, 2px)) - 1px) + calc((var(--space-xxxs-z28114, 2px)) - 1px));
120
+ block-size: calc(100% + calc((-1 * var(--space-xxxs-z28114, 2px)) - 1px) + calc((-1 * var(--space-xxxs-z28114, 2px)) - 1px));
121
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
122
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
123
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
124
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
125
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
126
+ }
127
+
128
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9) {
129
+ border-collapse: separate;
130
+ border-spacing: 0;
131
+ box-sizing: border-box;
132
+ caption-side: top;
133
+ cursor: auto;
134
+ direction: inherit;
135
+ empty-cells: show;
136
+ font-family: serif;
137
+ font-size: medium;
138
+ font-style: normal;
139
+ font-variant: normal;
140
+ font-weight: 400;
141
+ font-stretch: normal;
142
+ line-height: normal;
143
+ -webkit-hyphens: none;
144
+ hyphens: none;
145
+ letter-spacing: normal;
146
+ list-style: disc outside none;
147
+ tab-size: 8;
148
+ text-align: start;
149
+ text-indent: 0;
150
+ text-shadow: none;
151
+ text-transform: none;
152
+ visibility: visible;
153
+ white-space: normal;
154
+ word-spacing: normal;
155
+ font-size: var(--font-size-body-m-pa3mqb, 14px);
156
+ line-height: var(--line-height-body-m-2zx78l, 22px);
157
+ color: var(--color-text-body-default-ffdwgg, #16191f);
158
+ font-weight: 400;
159
+ font-family: var(--font-family-base-0nmw8v, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
160
+ -webkit-font-smoothing: auto;
161
+ -moz-osx-font-smoothing: auto;
162
+ resize: none;
163
+ cursor: text;
164
+ white-space: pre-wrap;
165
+ padding-block: var(--space-scaled-xxs-t7ij38, 4px);
166
+ padding-inline: var(--space-field-horizontal-cy5q05, 8px);
167
+ color: var(--color-text-body-default-ffdwgg, #16191f);
168
+ max-inline-size: 100%;
169
+ inline-size: 100%;
170
+ display: block;
171
+ box-sizing: border-box;
172
+ background-color: var(--color-background-input-default-w7mbz6, #ffffff);
173
+ border-start-start-radius: var(--border-radius-input-hy50dp, 2px);
174
+ border-start-end-radius: var(--border-radius-input-hy50dp, 2px);
175
+ border-end-start-radius: var(--border-radius-input-hy50dp, 2px);
176
+ border-end-end-radius: var(--border-radius-input-hy50dp, 2px);
177
+ border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-default-aksbt5, #687078);
178
+ border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-default-aksbt5, #687078);
179
+ font-size: var(--font-size-body-m-pa3mqb, 14px);
180
+ line-height: var(--line-height-body-m-2zx78l, 22px);
181
+ }
182
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-readonly_55fkh_1ndnv_181:not(#\9) {
183
+ background-color: var(--color-background-input-default-w7mbz6, #ffffff);
184
+ border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
185
+ border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
186
+ }
187
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9)::placeholder {
188
+ color: var(--color-text-input-placeholder-epedqe, #687078);
189
+ font-style: italic;
190
+ opacity: 1;
191
+ }
192
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):-ms-input-placeholder {
193
+ color: var(--color-text-input-placeholder-epedqe, #687078);
194
+ font-style: italic;
195
+ }
196
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):focus {
197
+ outline: 2px dotted transparent;
198
+ border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-focused-v6z9fd, #0073bb);
199
+ border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-focused-v6z9fd, #0073bb);
200
+ border-start-start-radius: var(--border-radius-input-hy50dp, 2px);
201
+ border-start-end-radius: var(--border-radius-input-hy50dp, 2px);
202
+ border-end-start-radius: var(--border-radius-input-hy50dp, 2px);
203
+ border-end-end-radius: var(--border-radius-input-hy50dp, 2px);
204
+ box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0k725q, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
205
+ }
206
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):invalid {
207
+ box-shadow: none;
208
+ }
209
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):disabled {
210
+ background-color: var(--color-background-input-disabled-zfoobi, #eaeded);
211
+ border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
212
+ border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
213
+ color: var(--color-text-input-disabled-c1yp62, #879596);
214
+ cursor: auto;
215
+ cursor: default;
216
+ }
217
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):disabled::placeholder {
218
+ color: var(--color-text-input-placeholder-disabled-ovndcz, #687078);
219
+ opacity: 1;
220
+ }
221
+ .awsui_textarea_55fkh_1ndnv_128:not(#\9):disabled:-ms-input-placeholder {
222
+ color: var(--color-text-input-placeholder-disabled-ovndcz, #687078);
223
+ }
224
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-invalid_55fkh_1ndnv_223:not(#\9) {
225
+ color: var(--color-text-status-error-ofc4yr, #d13212);
226
+ border-color: var(--color-text-status-error-ofc4yr, #d13212);
227
+ padding-inline-start: calc(
228
+ var(--space-field-horizontal-cy5q05, 8px) - (var(--border-invalid-width-hp6noi, 4px) - var(--border-field-width-yoy972, 1px))
229
+ );
230
+ border-inline-start-width: var(--border-invalid-width-hp6noi, 4px);
231
+ }
232
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-invalid_55fkh_1ndnv_223:not(#\9):focus {
233
+ box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-v3635w, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
234
+ }
235
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-warning_55fkh_1ndnv_234:not(#\9) {
236
+ color: var(--color-text-status-warning-azn00c, #906806);
237
+ border-color: var(--color-text-status-warning-azn00c, #906806);
238
+ padding-inline-start: calc(
239
+ var(--space-field-horizontal-cy5q05, 8px) - (var(--border-invalid-width-hp6noi, 4px) - var(--border-field-width-yoy972, 1px))
240
+ );
241
+ border-inline-start-width: var(--border-invalid-width-hp6noi, 4px);
242
+ }
243
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-warning_55fkh_1ndnv_234:not(#\9):focus {
244
+ box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-v3635w, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
245
+ }
246
+ .awsui_textarea_55fkh_1ndnv_128.awsui_textarea-with-button_55fkh_1ndnv_245:not(#\9) {
247
+ padding-inline-end: calc(var(--space-field-horizontal-cy5q05, 8px) + var(--space-static-xxs-z6w5bq, 4px) + var(--size-icon-normal-wflv4k, 16px));
248
+ }
@@ -0,0 +1,14 @@
1
+
2
+ // es-module interop with Babel and Typescript
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ module.exports.default = {
5
+ "root": "awsui_root_55fkh_1ndnv_98",
6
+ "button": "awsui_button_55fkh_1ndnv_101",
7
+ "action-button": "awsui_action-button_55fkh_1ndnv_106",
8
+ "textarea": "awsui_textarea_55fkh_1ndnv_128",
9
+ "textarea-readonly": "awsui_textarea-readonly_55fkh_1ndnv_181",
10
+ "textarea-invalid": "awsui_textarea-invalid_55fkh_1ndnv_223",
11
+ "textarea-warning": "awsui_textarea-warning_55fkh_1ndnv_234",
12
+ "textarea-with-button": "awsui_textarea-with-button_55fkh_1ndnv_245"
13
+ };
14
+
@@ -0,0 +1,8 @@
1
+
2
+ import './styles.scoped.css';
3
+ export default {
4
+ "root": "awsui_root_nr3gs_1mr3y_5",
5
+ "textarea": "awsui_textarea_nr3gs_1mr3y_9",
6
+ "action-button": "awsui_action-button_nr3gs_1mr3y_13"
7
+ };
8
+
@@ -0,0 +1,15 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ .awsui_root_nr3gs_1mr3y_5:not(#\9) {
6
+ /* used in test-utils */
7
+ }
8
+
9
+ .awsui_textarea_nr3gs_1mr3y_9:not(#\9) {
10
+ /* used in test-utils */
11
+ }
12
+
13
+ .awsui_action-button_nr3gs_1mr3y_13:not(#\9) {
14
+ /* used in test-utils */
15
+ }
@@ -0,0 +1,9 @@
1
+
2
+ // es-module interop with Babel and Typescript
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ module.exports.default = {
5
+ "root": "awsui_root_nr3gs_1mr3y_5",
6
+ "textarea": "awsui_textarea_nr3gs_1mr3y_9",
7
+ "action-button": "awsui_action-button_nr3gs_1mr3y_13"
8
+ };
9
+
@@ -1,31 +1,31 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_pcgz5_w4qoz_101",
5
- "slider": "awsui_slider_pcgz5_w4qoz_141",
6
- "slider-track": "awsui_slider-track_pcgz5_w4qoz_145",
7
- "slider-range": "awsui_slider-range_pcgz5_w4qoz_145",
8
- "disabled": "awsui_disabled_pcgz5_w4qoz_160",
9
- "readonly": "awsui_readonly_pcgz5_w4qoz_164",
10
- "error": "awsui_error_pcgz5_w4qoz_173",
11
- "warning": "awsui_warning_pcgz5_w4qoz_176",
12
- "active": "awsui_active_pcgz5_w4qoz_179",
13
- "error-active": "awsui_error-active_pcgz5_w4qoz_182",
14
- "warning-active": "awsui_warning-active_pcgz5_w4qoz_185",
15
- "labels": "awsui_labels_pcgz5_w4qoz_196",
16
- "labels-noref": "awsui_labels-noref_pcgz5_w4qoz_202",
17
- "labels-reference": "awsui_labels-reference_pcgz5_w4qoz_205",
18
- "labels-min": "awsui_labels-min_pcgz5_w4qoz_212",
19
- "labels-max": "awsui_labels-max_pcgz5_w4qoz_218",
20
- "labels-aria-description": "awsui_labels-aria-description_pcgz5_w4qoz_226",
21
- "ticks": "awsui_ticks_pcgz5_w4qoz_244",
22
- "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_w4qoz_250",
23
- "tick": "awsui_tick_pcgz5_w4qoz_244",
24
- "middle": "awsui_middle_pcgz5_w4qoz_265",
25
- "filled": "awsui_filled_pcgz5_w4qoz_268",
26
- "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_w4qoz_296",
27
- "thumb": "awsui_thumb_pcgz5_w4qoz_309",
28
- "min": "awsui_min_pcgz5_w4qoz_345",
29
- "max": "awsui_max_pcgz5_w4qoz_348"
4
+ "root": "awsui_root_pcgz5_1bnkc_101",
5
+ "slider": "awsui_slider_pcgz5_1bnkc_141",
6
+ "slider-track": "awsui_slider-track_pcgz5_1bnkc_145",
7
+ "slider-range": "awsui_slider-range_pcgz5_1bnkc_145",
8
+ "disabled": "awsui_disabled_pcgz5_1bnkc_160",
9
+ "readonly": "awsui_readonly_pcgz5_1bnkc_164",
10
+ "error": "awsui_error_pcgz5_1bnkc_173",
11
+ "warning": "awsui_warning_pcgz5_1bnkc_176",
12
+ "active": "awsui_active_pcgz5_1bnkc_179",
13
+ "error-active": "awsui_error-active_pcgz5_1bnkc_182",
14
+ "warning-active": "awsui_warning-active_pcgz5_1bnkc_185",
15
+ "labels": "awsui_labels_pcgz5_1bnkc_196",
16
+ "labels-noref": "awsui_labels-noref_pcgz5_1bnkc_202",
17
+ "labels-reference": "awsui_labels-reference_pcgz5_1bnkc_205",
18
+ "labels-min": "awsui_labels-min_pcgz5_1bnkc_212",
19
+ "labels-max": "awsui_labels-max_pcgz5_1bnkc_218",
20
+ "labels-aria-description": "awsui_labels-aria-description_pcgz5_1bnkc_226",
21
+ "ticks": "awsui_ticks_pcgz5_1bnkc_244",
22
+ "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_1bnkc_250",
23
+ "tick": "awsui_tick_pcgz5_1bnkc_244",
24
+ "middle": "awsui_middle_pcgz5_1bnkc_265",
25
+ "filled": "awsui_filled_pcgz5_1bnkc_268",
26
+ "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_1bnkc_296",
27
+ "thumb": "awsui_thumb_pcgz5_1bnkc_309",
28
+ "min": "awsui_min_pcgz5_1bnkc_345",
29
+ "max": "awsui_max_pcgz5_1bnkc_348"
30
30
  };
31
31