@cloudscape-design/components-themeable 3.0.1321 → 3.0.1323
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.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/box/base-styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +16 -0
- package/lib/internal/scss/select/parts/styles.scss +4 -0
- package/lib/internal/scss/side-navigation/styles.scss +1 -5
- package/lib/internal/template/alert/index.d.ts.map +1 -1
- package/lib/internal/template/alert/index.js +5 -0
- package/lib/internal/template/alert/index.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/box/interfaces.d.ts +1 -1
- package/lib/internal/template/box/interfaces.d.ts.map +1 -1
- package/lib/internal/template/box/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +193 -192
- package/lib/internal/template/box/styles.scoped.css +242 -237
- package/lib/internal/template/box/styles.selectors.js +193 -192
- package/lib/internal/template/checkbox/interfaces.d.ts +1 -1
- package/lib/internal/template/checkbox/interfaces.d.ts.map +1 -1
- package/lib/internal/template/checkbox/interfaces.js.map +1 -1
- package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/code-editor/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/index.d.ts.map +1 -1
- package/lib/internal/template/flashbar/index.js +5 -0
- package/lib/internal/template/flashbar/index.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +6 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +4 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +20 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +36 -0
- package/lib/internal/template/internal/generated/theming/index.js +20 -0
- package/lib/internal/template/internal/types.d.ts +1 -43
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.js +2 -0
- package/lib/internal/template/internal/types.js.map +1 -1
- package/lib/internal/template/select/parts/styles.css.js +21 -20
- package/lib/internal/template/select/parts/styles.scoped.css +24 -21
- package/lib/internal/template/select/parts/styles.selectors.js +21 -20
- package/lib/internal/template/select/parts/trigger.js +2 -2
- package/lib/internal/template/select/parts/trigger.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +16 -14
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +46 -46
- package/lib/internal/template/side-navigation/styles.scoped.css +74 -78
- package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
- package/lib/internal/template/table/interfaces.d.ts +1 -1
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/toggle/interfaces.d.ts +1 -1
- package/lib/internal/template/toggle/interfaces.d.ts.map +1 -1
- package/lib/internal/template/toggle/interfaces.js.map +1 -1
- package/lib/internal/template/{checkbox → types}/base-checkbox.d.ts +3 -3
- package/lib/internal/template/types/base-checkbox.d.ts.map +1 -0
- package/lib/internal/template/types/base-checkbox.js.map +1 -0
- package/lib/internal/template/types/utils.d.ts +44 -0
- package/lib/internal/template/types/utils.d.ts.map +1 -0
- package/lib/internal/template/types/utils.js +4 -0
- package/lib/internal/template/types/utils.js.map +1 -0
- package/package.json +1 -1
- package/lib/internal/template/checkbox/base-checkbox.d.ts.map +0 -1
- package/lib/internal/template/checkbox/base-checkbox.js.map +0 -1
- /package/lib/internal/template/{checkbox → types}/base-checkbox.js +0 -0
|
@@ -2,197 +2,198 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"box": "
|
|
6
|
-
"p-variant": "awsui_p-
|
|
7
|
-
"color-default": "awsui_color-
|
|
8
|
-
"b-variant": "awsui_b-
|
|
9
|
-
"strong-variant": "awsui_strong-
|
|
10
|
-
"code-variant": "awsui_code-
|
|
11
|
-
"pre-variant": "awsui_pre-
|
|
12
|
-
"samp-variant": "awsui_samp-
|
|
13
|
-
"h1-variant": "awsui_h1-
|
|
14
|
-
"h2-variant": "awsui_h2-
|
|
15
|
-
"h3-variant": "awsui_h3-
|
|
16
|
-
"h4-variant": "awsui_h4-
|
|
17
|
-
"h5-variant": "awsui_h5-
|
|
18
|
-
"small-variant": "awsui_small-
|
|
19
|
-
"a-variant": "awsui_a-
|
|
20
|
-
"font-size-default": "awsui_font-size-
|
|
21
|
-
"font-weight-default": "awsui_font-weight-
|
|
22
|
-
"key-label-variant": "awsui_key-label-
|
|
23
|
-
"gen-ai-label-variant": "awsui_gen-ai-label-
|
|
24
|
-
"value-large-variant": "awsui_value-large-
|
|
25
|
-
"inline-code-variant": "awsui_inline-code-
|
|
26
|
-
"font-weight-heavy": "awsui_font-weight-
|
|
27
|
-
"color-inverted": "awsui_color-
|
|
28
|
-
"color-text-label": "awsui_color-text-
|
|
29
|
-
"color-text-body-secondary": "awsui_color-text-body-
|
|
30
|
-
"color-text-status-error": "awsui_color-text-status-
|
|
31
|
-
"color-text-status-success": "awsui_color-text-status-
|
|
32
|
-
"color-text-status-info": "awsui_color-text-status-
|
|
33
|
-
"color-text-status-inactive": "awsui_color-text-status-
|
|
34
|
-
"color-text-status-warning": "awsui_color-text-status-
|
|
35
|
-
"color-inherit": "awsui_color-
|
|
36
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
37
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
38
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
39
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
40
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
41
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
42
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
43
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
44
|
-
"font-
|
|
45
|
-
"font-weight-
|
|
46
|
-
"font-weight-
|
|
47
|
-
"
|
|
48
|
-
"t-
|
|
49
|
-
"t-
|
|
50
|
-
"
|
|
51
|
-
"p-
|
|
52
|
-
"p-
|
|
53
|
-
"p-
|
|
54
|
-
"p-
|
|
55
|
-
"p-
|
|
56
|
-
"p-
|
|
57
|
-
"p-
|
|
58
|
-
"p-
|
|
59
|
-
"p-
|
|
60
|
-
"p-
|
|
61
|
-
"p-
|
|
62
|
-
"p-
|
|
63
|
-
"p-
|
|
64
|
-
"p-
|
|
65
|
-
"p-
|
|
66
|
-
"p-
|
|
67
|
-
"p-
|
|
68
|
-
"p-
|
|
69
|
-
"p-
|
|
70
|
-
"p-
|
|
71
|
-
"p-
|
|
72
|
-
"p-
|
|
73
|
-
"p-
|
|
74
|
-
"p-
|
|
75
|
-
"p-
|
|
76
|
-
"p-
|
|
77
|
-
"p-
|
|
78
|
-
"p-
|
|
79
|
-
"p-
|
|
80
|
-
"p-
|
|
81
|
-
"p-
|
|
82
|
-
"p-
|
|
83
|
-
"p-
|
|
84
|
-
"p-
|
|
85
|
-
"p-
|
|
86
|
-
"p-
|
|
87
|
-
"p-
|
|
88
|
-
"p-
|
|
89
|
-
"p-
|
|
90
|
-
"p-
|
|
91
|
-
"p-
|
|
92
|
-
"p-
|
|
93
|
-
"p-
|
|
94
|
-
"p-
|
|
95
|
-
"p-
|
|
96
|
-
"p-
|
|
97
|
-
"p-
|
|
98
|
-
"p-
|
|
99
|
-
"p-
|
|
100
|
-
"p-
|
|
101
|
-
"p-
|
|
102
|
-
"p-
|
|
103
|
-
"p-
|
|
104
|
-
"p-
|
|
105
|
-
"p-
|
|
106
|
-
"p-
|
|
107
|
-
"p-
|
|
108
|
-
"p-
|
|
109
|
-
"p-
|
|
110
|
-
"p-
|
|
111
|
-
"p-
|
|
112
|
-
"p-
|
|
113
|
-
"p-
|
|
114
|
-
"p-
|
|
115
|
-
"p-
|
|
116
|
-
"p-
|
|
117
|
-
"p-
|
|
118
|
-
"p-
|
|
119
|
-
"p-
|
|
120
|
-
"
|
|
121
|
-
"m-
|
|
122
|
-
"m-
|
|
123
|
-
"m-
|
|
124
|
-
"m-
|
|
125
|
-
"m-
|
|
126
|
-
"m-
|
|
127
|
-
"m-
|
|
128
|
-
"m-
|
|
129
|
-
"m-
|
|
130
|
-
"m-
|
|
131
|
-
"m-
|
|
132
|
-
"m-
|
|
133
|
-
"m-
|
|
134
|
-
"m-
|
|
135
|
-
"m-
|
|
136
|
-
"m-
|
|
137
|
-
"m-
|
|
138
|
-
"m-
|
|
139
|
-
"m-
|
|
140
|
-
"m-
|
|
141
|
-
"m-
|
|
142
|
-
"m-
|
|
143
|
-
"m-
|
|
144
|
-
"m-
|
|
145
|
-
"m-
|
|
146
|
-
"m-
|
|
147
|
-
"m-
|
|
148
|
-
"m-
|
|
149
|
-
"m-
|
|
150
|
-
"m-
|
|
151
|
-
"m-
|
|
152
|
-
"m-
|
|
153
|
-
"m-
|
|
154
|
-
"m-
|
|
155
|
-
"m-
|
|
156
|
-
"m-
|
|
157
|
-
"m-
|
|
158
|
-
"m-
|
|
159
|
-
"m-
|
|
160
|
-
"m-
|
|
161
|
-
"m-
|
|
162
|
-
"m-
|
|
163
|
-
"m-
|
|
164
|
-
"m-
|
|
165
|
-
"m-
|
|
166
|
-
"m-
|
|
167
|
-
"m-
|
|
168
|
-
"m-
|
|
169
|
-
"m-
|
|
170
|
-
"m-
|
|
171
|
-
"m-
|
|
172
|
-
"m-
|
|
173
|
-
"m-
|
|
174
|
-
"m-
|
|
175
|
-
"m-
|
|
176
|
-
"m-
|
|
177
|
-
"m-
|
|
178
|
-
"m-
|
|
179
|
-
"m-
|
|
180
|
-
"m-
|
|
181
|
-
"m-
|
|
182
|
-
"m-
|
|
183
|
-
"m-
|
|
184
|
-
"m-
|
|
185
|
-
"m-
|
|
186
|
-
"m-
|
|
187
|
-
"m-
|
|
188
|
-
"m-
|
|
189
|
-
"m-
|
|
190
|
-
"
|
|
191
|
-
"d-
|
|
192
|
-
"d-inline
|
|
193
|
-
"d-
|
|
194
|
-
"
|
|
195
|
-
"f-
|
|
196
|
-
"
|
|
5
|
+
"box": "awsui_box_18wu0_fpi7o_172",
|
|
6
|
+
"p-variant": "awsui_p-variant_18wu0_fpi7o_172",
|
|
7
|
+
"color-default": "awsui_color-default_18wu0_fpi7o_172",
|
|
8
|
+
"b-variant": "awsui_b-variant_18wu0_fpi7o_172",
|
|
9
|
+
"strong-variant": "awsui_strong-variant_18wu0_fpi7o_172",
|
|
10
|
+
"code-variant": "awsui_code-variant_18wu0_fpi7o_172",
|
|
11
|
+
"pre-variant": "awsui_pre-variant_18wu0_fpi7o_172",
|
|
12
|
+
"samp-variant": "awsui_samp-variant_18wu0_fpi7o_172",
|
|
13
|
+
"h1-variant": "awsui_h1-variant_18wu0_fpi7o_176",
|
|
14
|
+
"h2-variant": "awsui_h2-variant_18wu0_fpi7o_176",
|
|
15
|
+
"h3-variant": "awsui_h3-variant_18wu0_fpi7o_176",
|
|
16
|
+
"h4-variant": "awsui_h4-variant_18wu0_fpi7o_176",
|
|
17
|
+
"h5-variant": "awsui_h5-variant_18wu0_fpi7o_176",
|
|
18
|
+
"small-variant": "awsui_small-variant_18wu0_fpi7o_180",
|
|
19
|
+
"a-variant": "awsui_a-variant_18wu0_fpi7o_184",
|
|
20
|
+
"font-size-default": "awsui_font-size-default_18wu0_fpi7o_188",
|
|
21
|
+
"font-weight-default": "awsui_font-weight-default_18wu0_fpi7o_229",
|
|
22
|
+
"key-label-variant": "awsui_key-label-variant_18wu0_fpi7o_271",
|
|
23
|
+
"gen-ai-label-variant": "awsui_gen-ai-label-variant_18wu0_fpi7o_278",
|
|
24
|
+
"value-large-variant": "awsui_value-large-variant_18wu0_fpi7o_285",
|
|
25
|
+
"inline-code-variant": "awsui_inline-code-variant_18wu0_fpi7o_295",
|
|
26
|
+
"font-weight-heavy": "awsui_font-weight-heavy_18wu0_fpi7o_309",
|
|
27
|
+
"color-inverted": "awsui_color-inverted_18wu0_fpi7o_314",
|
|
28
|
+
"color-text-label": "awsui_color-text-label_18wu0_fpi7o_317",
|
|
29
|
+
"color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_fpi7o_320",
|
|
30
|
+
"color-text-status-error": "awsui_color-text-status-error_18wu0_fpi7o_323",
|
|
31
|
+
"color-text-status-success": "awsui_color-text-status-success_18wu0_fpi7o_326",
|
|
32
|
+
"color-text-status-info": "awsui_color-text-status-info_18wu0_fpi7o_329",
|
|
33
|
+
"color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_fpi7o_332",
|
|
34
|
+
"color-text-status-warning": "awsui_color-text-status-warning_18wu0_fpi7o_335",
|
|
35
|
+
"color-inherit": "awsui_color-inherit_18wu0_fpi7o_338",
|
|
36
|
+
"font-size-body-s": "awsui_font-size-body-s_18wu0_fpi7o_341",
|
|
37
|
+
"font-size-body-m": "awsui_font-size-body-m_18wu0_fpi7o_346",
|
|
38
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_fpi7o_350",
|
|
39
|
+
"font-size-heading-s": "awsui_font-size-heading-s_18wu0_fpi7o_355",
|
|
40
|
+
"font-size-heading-m": "awsui_font-size-heading-m_18wu0_fpi7o_360",
|
|
41
|
+
"font-size-heading-l": "awsui_font-size-heading-l_18wu0_fpi7o_365",
|
|
42
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_fpi7o_370",
|
|
43
|
+
"font-size-display-l": "awsui_font-size-display-l_18wu0_fpi7o_375",
|
|
44
|
+
"font-size-display-xl": "awsui_font-size-display-xl_18wu0_fpi7o_380",
|
|
45
|
+
"font-weight-light": "awsui_font-weight-light_18wu0_fpi7o_385",
|
|
46
|
+
"font-weight-normal": "awsui_font-weight-normal_18wu0_fpi7o_388",
|
|
47
|
+
"font-weight-bold": "awsui_font-weight-bold_18wu0_fpi7o_391",
|
|
48
|
+
"t-left": "awsui_t-left_18wu0_fpi7o_398",
|
|
49
|
+
"t-right": "awsui_t-right_18wu0_fpi7o_402",
|
|
50
|
+
"t-center": "awsui_t-center_18wu0_fpi7o_406",
|
|
51
|
+
"p-n": "awsui_p-n_18wu0_fpi7o_423",
|
|
52
|
+
"p-top-n": "awsui_p-top-n_18wu0_fpi7o_428",
|
|
53
|
+
"p-vertical-n": "awsui_p-vertical-n_18wu0_fpi7o_429",
|
|
54
|
+
"p-right-n": "awsui_p-right-n_18wu0_fpi7o_433",
|
|
55
|
+
"p-horizontal-n": "awsui_p-horizontal-n_18wu0_fpi7o_434",
|
|
56
|
+
"p-bottom-n": "awsui_p-bottom-n_18wu0_fpi7o_438",
|
|
57
|
+
"p-left-n": "awsui_p-left-n_18wu0_fpi7o_443",
|
|
58
|
+
"p-xxxs": "awsui_p-xxxs_18wu0_fpi7o_448",
|
|
59
|
+
"p-top-xxxs": "awsui_p-top-xxxs_18wu0_fpi7o_453",
|
|
60
|
+
"p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_fpi7o_454",
|
|
61
|
+
"p-right-xxxs": "awsui_p-right-xxxs_18wu0_fpi7o_458",
|
|
62
|
+
"p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_fpi7o_459",
|
|
63
|
+
"p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_fpi7o_463",
|
|
64
|
+
"p-left-xxxs": "awsui_p-left-xxxs_18wu0_fpi7o_468",
|
|
65
|
+
"p-xxs": "awsui_p-xxs_18wu0_fpi7o_473",
|
|
66
|
+
"p-top-xxs": "awsui_p-top-xxs_18wu0_fpi7o_478",
|
|
67
|
+
"p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_fpi7o_479",
|
|
68
|
+
"p-right-xxs": "awsui_p-right-xxs_18wu0_fpi7o_483",
|
|
69
|
+
"p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_fpi7o_484",
|
|
70
|
+
"p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_fpi7o_488",
|
|
71
|
+
"p-left-xxs": "awsui_p-left-xxs_18wu0_fpi7o_493",
|
|
72
|
+
"p-xs": "awsui_p-xs_18wu0_fpi7o_498",
|
|
73
|
+
"p-top-xs": "awsui_p-top-xs_18wu0_fpi7o_503",
|
|
74
|
+
"p-vertical-xs": "awsui_p-vertical-xs_18wu0_fpi7o_504",
|
|
75
|
+
"p-right-xs": "awsui_p-right-xs_18wu0_fpi7o_508",
|
|
76
|
+
"p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_fpi7o_509",
|
|
77
|
+
"p-bottom-xs": "awsui_p-bottom-xs_18wu0_fpi7o_513",
|
|
78
|
+
"p-left-xs": "awsui_p-left-xs_18wu0_fpi7o_518",
|
|
79
|
+
"p-s": "awsui_p-s_18wu0_fpi7o_523",
|
|
80
|
+
"p-top-s": "awsui_p-top-s_18wu0_fpi7o_528",
|
|
81
|
+
"p-vertical-s": "awsui_p-vertical-s_18wu0_fpi7o_529",
|
|
82
|
+
"p-right-s": "awsui_p-right-s_18wu0_fpi7o_533",
|
|
83
|
+
"p-horizontal-s": "awsui_p-horizontal-s_18wu0_fpi7o_534",
|
|
84
|
+
"p-bottom-s": "awsui_p-bottom-s_18wu0_fpi7o_538",
|
|
85
|
+
"p-left-s": "awsui_p-left-s_18wu0_fpi7o_543",
|
|
86
|
+
"p-m": "awsui_p-m_18wu0_fpi7o_548",
|
|
87
|
+
"p-top-m": "awsui_p-top-m_18wu0_fpi7o_553",
|
|
88
|
+
"p-vertical-m": "awsui_p-vertical-m_18wu0_fpi7o_554",
|
|
89
|
+
"p-right-m": "awsui_p-right-m_18wu0_fpi7o_558",
|
|
90
|
+
"p-horizontal-m": "awsui_p-horizontal-m_18wu0_fpi7o_559",
|
|
91
|
+
"p-bottom-m": "awsui_p-bottom-m_18wu0_fpi7o_563",
|
|
92
|
+
"p-left-m": "awsui_p-left-m_18wu0_fpi7o_568",
|
|
93
|
+
"p-l": "awsui_p-l_18wu0_fpi7o_443",
|
|
94
|
+
"p-top-l": "awsui_p-top-l_18wu0_fpi7o_578",
|
|
95
|
+
"p-vertical-l": "awsui_p-vertical-l_18wu0_fpi7o_579",
|
|
96
|
+
"p-right-l": "awsui_p-right-l_18wu0_fpi7o_583",
|
|
97
|
+
"p-horizontal-l": "awsui_p-horizontal-l_18wu0_fpi7o_584",
|
|
98
|
+
"p-bottom-l": "awsui_p-bottom-l_18wu0_fpi7o_588",
|
|
99
|
+
"p-left-l": "awsui_p-left-l_18wu0_fpi7o_593",
|
|
100
|
+
"p-xl": "awsui_p-xl_18wu0_fpi7o_598",
|
|
101
|
+
"p-top-xl": "awsui_p-top-xl_18wu0_fpi7o_603",
|
|
102
|
+
"p-vertical-xl": "awsui_p-vertical-xl_18wu0_fpi7o_604",
|
|
103
|
+
"p-right-xl": "awsui_p-right-xl_18wu0_fpi7o_608",
|
|
104
|
+
"p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_fpi7o_609",
|
|
105
|
+
"p-bottom-xl": "awsui_p-bottom-xl_18wu0_fpi7o_613",
|
|
106
|
+
"p-left-xl": "awsui_p-left-xl_18wu0_fpi7o_618",
|
|
107
|
+
"p-xxl": "awsui_p-xxl_18wu0_fpi7o_623",
|
|
108
|
+
"p-top-xxl": "awsui_p-top-xxl_18wu0_fpi7o_628",
|
|
109
|
+
"p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_fpi7o_629",
|
|
110
|
+
"p-right-xxl": "awsui_p-right-xxl_18wu0_fpi7o_633",
|
|
111
|
+
"p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_fpi7o_634",
|
|
112
|
+
"p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_fpi7o_638",
|
|
113
|
+
"p-left-xxl": "awsui_p-left-xxl_18wu0_fpi7o_643",
|
|
114
|
+
"p-xxxl": "awsui_p-xxxl_18wu0_fpi7o_648",
|
|
115
|
+
"p-top-xxxl": "awsui_p-top-xxxl_18wu0_fpi7o_653",
|
|
116
|
+
"p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_fpi7o_654",
|
|
117
|
+
"p-right-xxxl": "awsui_p-right-xxxl_18wu0_fpi7o_658",
|
|
118
|
+
"p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_fpi7o_659",
|
|
119
|
+
"p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_fpi7o_663",
|
|
120
|
+
"p-left-xxxl": "awsui_p-left-xxxl_18wu0_fpi7o_668",
|
|
121
|
+
"m-n": "awsui_m-n_18wu0_fpi7o_673",
|
|
122
|
+
"m-top-n": "awsui_m-top-n_18wu0_fpi7o_678",
|
|
123
|
+
"m-vertical-n": "awsui_m-vertical-n_18wu0_fpi7o_679",
|
|
124
|
+
"m-right-n": "awsui_m-right-n_18wu0_fpi7o_683",
|
|
125
|
+
"m-horizontal-n": "awsui_m-horizontal-n_18wu0_fpi7o_684",
|
|
126
|
+
"m-bottom-n": "awsui_m-bottom-n_18wu0_fpi7o_688",
|
|
127
|
+
"m-left-n": "awsui_m-left-n_18wu0_fpi7o_693",
|
|
128
|
+
"m-xxxs": "awsui_m-xxxs_18wu0_fpi7o_698",
|
|
129
|
+
"m-top-xxxs": "awsui_m-top-xxxs_18wu0_fpi7o_703",
|
|
130
|
+
"m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_fpi7o_704",
|
|
131
|
+
"m-right-xxxs": "awsui_m-right-xxxs_18wu0_fpi7o_708",
|
|
132
|
+
"m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_fpi7o_709",
|
|
133
|
+
"m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_fpi7o_713",
|
|
134
|
+
"m-left-xxxs": "awsui_m-left-xxxs_18wu0_fpi7o_718",
|
|
135
|
+
"m-xxs": "awsui_m-xxs_18wu0_fpi7o_723",
|
|
136
|
+
"m-top-xxs": "awsui_m-top-xxs_18wu0_fpi7o_728",
|
|
137
|
+
"m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_fpi7o_729",
|
|
138
|
+
"m-right-xxs": "awsui_m-right-xxs_18wu0_fpi7o_733",
|
|
139
|
+
"m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_fpi7o_734",
|
|
140
|
+
"m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_fpi7o_738",
|
|
141
|
+
"m-left-xxs": "awsui_m-left-xxs_18wu0_fpi7o_743",
|
|
142
|
+
"m-xs": "awsui_m-xs_18wu0_fpi7o_748",
|
|
143
|
+
"m-top-xs": "awsui_m-top-xs_18wu0_fpi7o_753",
|
|
144
|
+
"m-vertical-xs": "awsui_m-vertical-xs_18wu0_fpi7o_754",
|
|
145
|
+
"m-right-xs": "awsui_m-right-xs_18wu0_fpi7o_758",
|
|
146
|
+
"m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_fpi7o_759",
|
|
147
|
+
"m-bottom-xs": "awsui_m-bottom-xs_18wu0_fpi7o_763",
|
|
148
|
+
"m-left-xs": "awsui_m-left-xs_18wu0_fpi7o_768",
|
|
149
|
+
"m-s": "awsui_m-s_18wu0_fpi7o_773",
|
|
150
|
+
"m-top-s": "awsui_m-top-s_18wu0_fpi7o_778",
|
|
151
|
+
"m-vertical-s": "awsui_m-vertical-s_18wu0_fpi7o_779",
|
|
152
|
+
"m-right-s": "awsui_m-right-s_18wu0_fpi7o_783",
|
|
153
|
+
"m-horizontal-s": "awsui_m-horizontal-s_18wu0_fpi7o_784",
|
|
154
|
+
"m-bottom-s": "awsui_m-bottom-s_18wu0_fpi7o_788",
|
|
155
|
+
"m-left-s": "awsui_m-left-s_18wu0_fpi7o_793",
|
|
156
|
+
"m-m": "awsui_m-m_18wu0_fpi7o_798",
|
|
157
|
+
"m-top-m": "awsui_m-top-m_18wu0_fpi7o_803",
|
|
158
|
+
"m-vertical-m": "awsui_m-vertical-m_18wu0_fpi7o_804",
|
|
159
|
+
"m-right-m": "awsui_m-right-m_18wu0_fpi7o_808",
|
|
160
|
+
"m-horizontal-m": "awsui_m-horizontal-m_18wu0_fpi7o_809",
|
|
161
|
+
"m-bottom-m": "awsui_m-bottom-m_18wu0_fpi7o_813",
|
|
162
|
+
"m-left-m": "awsui_m-left-m_18wu0_fpi7o_818",
|
|
163
|
+
"m-l": "awsui_m-l_18wu0_fpi7o_693",
|
|
164
|
+
"m-top-l": "awsui_m-top-l_18wu0_fpi7o_828",
|
|
165
|
+
"m-vertical-l": "awsui_m-vertical-l_18wu0_fpi7o_829",
|
|
166
|
+
"m-right-l": "awsui_m-right-l_18wu0_fpi7o_833",
|
|
167
|
+
"m-horizontal-l": "awsui_m-horizontal-l_18wu0_fpi7o_834",
|
|
168
|
+
"m-bottom-l": "awsui_m-bottom-l_18wu0_fpi7o_838",
|
|
169
|
+
"m-left-l": "awsui_m-left-l_18wu0_fpi7o_843",
|
|
170
|
+
"m-xl": "awsui_m-xl_18wu0_fpi7o_848",
|
|
171
|
+
"m-top-xl": "awsui_m-top-xl_18wu0_fpi7o_853",
|
|
172
|
+
"m-vertical-xl": "awsui_m-vertical-xl_18wu0_fpi7o_854",
|
|
173
|
+
"m-right-xl": "awsui_m-right-xl_18wu0_fpi7o_858",
|
|
174
|
+
"m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_fpi7o_859",
|
|
175
|
+
"m-bottom-xl": "awsui_m-bottom-xl_18wu0_fpi7o_863",
|
|
176
|
+
"m-left-xl": "awsui_m-left-xl_18wu0_fpi7o_868",
|
|
177
|
+
"m-xxl": "awsui_m-xxl_18wu0_fpi7o_873",
|
|
178
|
+
"m-top-xxl": "awsui_m-top-xxl_18wu0_fpi7o_878",
|
|
179
|
+
"m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_fpi7o_879",
|
|
180
|
+
"m-right-xxl": "awsui_m-right-xxl_18wu0_fpi7o_883",
|
|
181
|
+
"m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_fpi7o_884",
|
|
182
|
+
"m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_fpi7o_888",
|
|
183
|
+
"m-left-xxl": "awsui_m-left-xxl_18wu0_fpi7o_893",
|
|
184
|
+
"m-xxxl": "awsui_m-xxxl_18wu0_fpi7o_898",
|
|
185
|
+
"m-top-xxxl": "awsui_m-top-xxxl_18wu0_fpi7o_903",
|
|
186
|
+
"m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_fpi7o_904",
|
|
187
|
+
"m-right-xxxl": "awsui_m-right-xxxl_18wu0_fpi7o_908",
|
|
188
|
+
"m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_fpi7o_909",
|
|
189
|
+
"m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_fpi7o_913",
|
|
190
|
+
"m-left-xxxl": "awsui_m-left-xxxl_18wu0_fpi7o_918",
|
|
191
|
+
"d-block": "awsui_d-block_18wu0_fpi7o_923",
|
|
192
|
+
"d-inline": "awsui_d-inline_18wu0_fpi7o_926",
|
|
193
|
+
"d-inline-block": "awsui_d-inline-block_18wu0_fpi7o_929",
|
|
194
|
+
"d-none": "awsui_d-none_18wu0_fpi7o_932",
|
|
195
|
+
"f-left": "awsui_f-left_18wu0_fpi7o_936",
|
|
196
|
+
"f-right": "awsui_f-right_18wu0_fpi7o_940",
|
|
197
|
+
"root": "awsui_root_18wu0_fpi7o_944"
|
|
197
198
|
};
|
|
198
199
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { BaseCheckboxProps } from '../types/base-checkbox';
|
|
2
3
|
import { NonCancelableEventHandler } from '../types/events';
|
|
3
4
|
/**
|
|
4
5
|
* @awsuiSystem core
|
|
5
6
|
*/
|
|
6
7
|
import { NativeAttributes } from '../types/native-attributes';
|
|
7
|
-
import { BaseCheckboxProps } from './base-checkbox';
|
|
8
8
|
export interface CheckboxProps extends BaseCheckboxProps {
|
|
9
9
|
/**
|
|
10
10
|
* The control's label that's displayed next to the checkbox. A state change occurs when a user clicks on it.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/checkbox/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/checkbox/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,MAAM,WAAW,aAAc,SAAQ,iBAAiB;IACtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAEjE;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC;IAE5B;;;;;;;;;OASG;IACH,qBAAqB,CAAC,EAAE,gBAAgB,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,CAAC;CACvF;AAED,yBAAiB,aAAa,CAAC;IAC7B,UAAiB,GAAG;QAClB;;WAEG;QACH,KAAK,IAAI,IAAI,CAAC;KACf;IAED,UAAiB,YAAY;QAC3B,OAAO,EAAE,OAAO,CAAC;QACjB,aAAa,EAAE,KAAK,CAAC;KACtB;IAED,UAAiB,KAAK;QACpB,KAAK,CAAC,EAAE;YACN,IAAI,CAAC,EAAE;gBACL,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,aAAa,CAAC,EAAE,MAAM,CAAC;gBACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,MAAM,CAAC,EAAE;gBACP,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,aAAa,CAAC,EAAE,MAAM,CAAC;gBACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,KAAK,CAAC,EAAE;gBACN,MAAM,CAAC,EAAE;oBACP,OAAO,CAAC,EAAE,MAAM,CAAC;oBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;oBAClB,aAAa,CAAC,EAAE,MAAM,CAAC;oBACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;iBACnB,CAAC;aACH,CAAC;YACF,SAAS,CAAC,EAAE;gBACV,WAAW,CAAC,EAAE,MAAM,CAAC;gBACrB,YAAY,CAAC,EAAE,MAAM,CAAC;gBACtB,WAAW,CAAC,EAAE,MAAM,CAAC;aACtB,CAAC;SACH,CAAC;QACF,KAAK,CAAC,EAAE;YACN,KAAK,CAAC,EAAE;gBACN,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,aAAa,CAAC,EAAE,MAAM,CAAC;gBACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;SACH,CAAC;KACH;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/checkbox/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { NonCancelableEventHandler } from '../types/events';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../types/native-attributes';\
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/checkbox/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { BaseCheckboxProps } from '../types/base-checkbox';\nimport { NonCancelableEventHandler } from '../types/events';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../types/native-attributes';\n\nexport interface CheckboxProps extends BaseCheckboxProps {\n /**\n * The control's label that's displayed next to the checkbox. A state change occurs when a user clicks on it.\n * @displayname label\n */\n children?: React.ReactNode;\n\n /**\n * Specifies that the component is in an indeterminate state. The behavior of this property replicates\n * the behavior of [the respective property](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes)\n * in the native control.\n */\n indeterminate?: boolean;\n\n /**\n * Called when the user changes the component state. The event `detail` contains the current value for the `checked` property.\n */\n onChange?: NonCancelableEventHandler<CheckboxProps.ChangeDetail>;\n\n /**\n * Specifies whether to add `aria-required` to the native control.\n */\n ariaRequired?: boolean;\n\n /**\n * An object containing CSS properties to customize the checkbox's visual appearance.\n * Refer to the [style](/components/checkbox/?tabId=style) tab for more details.\n * @awsuiSystem core\n */\n style?: CheckboxProps.Style;\n\n /**\n * Attributes to add to the native `input` element.\n * Some attributes will be automatically combined with internal attribute values:\n * - `className` will be appended.\n * - Event handlers will be chained, unless the default is prevented.\n *\n * We do not support using this attribute to apply custom styling.\n *\n * @awsuiSystem core\n */\n nativeInputAttributes?: NativeAttributes<React.InputHTMLAttributes<HTMLInputElement>>;\n}\n\nexport namespace CheckboxProps {\n export interface Ref {\n /**\n * Sets input focus onto the UI control.\n */\n focus(): void;\n }\n\n export interface ChangeDetail {\n checked: boolean;\n indeterminate: false;\n }\n\n export interface Style {\n input?: {\n fill?: {\n checked?: string;\n default?: string;\n disabled?: string;\n indeterminate?: string;\n readOnly?: string;\n };\n stroke?: {\n checked?: string;\n default?: string;\n disabled?: string;\n indeterminate?: string;\n readOnly?: string;\n };\n check?: {\n stroke?: {\n checked?: string;\n disabled?: string;\n indeterminate?: string;\n readOnly?: string;\n };\n };\n focusRing?: {\n borderColor?: string;\n borderRadius?: string;\n borderWidth?: string;\n };\n };\n label?: {\n color?: {\n checked?: string;\n default?: string;\n disabled?: string;\n indeterminate?: string;\n readOnly?: string;\n };\n };\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/code-editor/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAEjC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/code-editor/interfaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/code-editor/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { Ace } from 'ace-builds';\n\nimport { BaseModalProps } from '../modal/interfaces';\nimport { BaseComponentProps } from '../types/base-component';\nimport { NonCancelableEventHandler } from '../types/events';\nimport { FormFieldControlProps } from '../types/form-field';\nimport { AceModes } from './ace-modes';\nimport { DarkThemes, LightThemes } from './ace-themes';\n\nexport interface CodeEditorProps extends BaseComponentProps, FormFieldControlProps, BaseModalProps {\n /**\n * The ace object.\n */\n ace: any;\n\n /**\n * Specifies the content that's displayed in the code editor.\n */\n value: string;\n\n /**\n * Specifies the programming language. You can use any of the programming languages supported by the `ace` object that you provide.\n * Alternatively, this can be used to set a language that is not supported by the default `language` list. Make sure you've added the highlighting support for this language to the Ace instance.\n * For more info on custom languages, see the [Code editor API](/components/code-editor?tabId=api) page.\n */\n language: CodeEditorProps.Language;\n\n /**\n * Specifies a custom label language. If set, it overrides the default language label.\n */\n languageLabel?: string;\n\n /**\n * An event handler called when the value changes.\n * The event `detail` contains the current value of the code editor content.\n * **Deprecated** Replaced by `onDelayedChange`.\n */\n onChange?: NonCancelableEventHandler<CodeEditorProps.ChangeDetail>;\n\n /**\n * An event handler called when the value changes.\n * The event `detail` contains the current value of the code editor content.\n * A user interaction can cause multiple change events to be emitted by the Ace editor. They are batched together into a single `onDelayedChange` event to avoid bugs when controlling the `value` field.\n */\n onDelayedChange?: NonCancelableEventHandler<CodeEditorProps.ChangeDetail>;\n\n /**\n * Annotations returned from Ace syntax checker after code validation.\n */\n onValidate?: NonCancelableEventHandler<CodeEditorProps.ValidateDetail>;\n\n /**\n * Specifies the component preferences.\n *\n * If set to `undefined`, the component uses the following default value:\n *\n * ```\n * {\n * wrapLines: true,\n * theme: 'dawn'\n * }\n * ```\n *\n * You can use any theme provided by Ace.\n */\n preferences?: Partial<CodeEditorProps.Preferences>;\n\n /**\n * List of Ace themes available for selection in preferences dialog. Make sure you include at least one light and at\n * least one dark theme. If not set explicitly, it will render all Ace themes available for selection, except\n * \"cloud_editor\" and \"cloud_editor_dark\".\n */\n themes?: CodeEditorProps.AvailableThemes;\n\n /**\n * Called when any of the preferences change.\n * The event `detail` contains the value of all the preferences as submitted by the user.\n *\n */\n onPreferencesChange: NonCancelableEventHandler<CodeEditorProps.Preferences>;\n\n /**\n * Renders the code editor in a loading state.\n */\n loading?: boolean;\n\n /**\n * Called when the user clicks the recovery button in the error state.\n * Use this to retry loading the code editor or to provide another option for the user to recover from the error.\n */\n onRecoveryClick?: NonCancelableEventHandler<void>;\n\n /**\n * An object containing all the necessary localized strings required by the component.\n * The object should contain, among others:\n *\n * * `loadingState` - Specifies the text to display while the component is loading.\n * * `errorState` - Specifies the text to display if there is an error loading Ace.\n * * `errorStateRecovery`: Specifies the text for the recovery button that's displayed next to the error text.\n * Use the `recoveryClick` event to do a recovery action (for example, retrying the request).\n * @i18n\n */\n i18nStrings?: CodeEditorProps.I18nStrings;\n\n /**\n * Specifies the height of the code editor document.\n */\n editorContentHeight?: number;\n\n /**\n * Called when the user resizes the editor by dragging the resize icon.\n * The event `detail` contains the new height of the editor in pixels.\n */\n onEditorContentResize?: NonCancelableEventHandler<CodeEditorProps.ResizeDetail>;\n\n /**\n * Adds `aria-label` to the code editor's textarea element.\n */\n ariaLabel?: string;\n}\n\n// Prevents typescript from collapsing a string union type into a string type while still allowing any string.\n// This leads to more helpful editor suggestions for known values.\n// See: https://github.com/microsoft/TypeScript/issues/29729\ntype LiteralUnion<LiteralType, BaseType extends string> = LiteralType | (BaseType & { _?: never });\n\ntype BuiltInLanguage = (typeof AceModes)[number]['value'];\n\nexport namespace CodeEditorProps {\n export type Language = LiteralUnion<BuiltInLanguage, string>;\n export type Theme = (typeof LightThemes)[number]['value'] | (typeof DarkThemes)[number]['value'];\n\n export interface AvailableThemes {\n light: ReadonlyArray<string>;\n dark: ReadonlyArray<string>;\n }\n\n export interface Preferences {\n wrapLines: boolean;\n theme: Theme;\n }\n\n export interface I18nStrings {\n loadingState?: string;\n errorState?: string;\n errorStateRecovery?: string;\n\n editorGroupAriaLabel?: string;\n statusBarGroupAriaLabel?: string;\n\n cursorPosition?: (row: number, column: number) => string;\n errorsTab?: string;\n warningsTab?: string;\n preferencesButtonAriaLabel?: string;\n paneCloseButtonAriaLabel?: string;\n\n preferencesModalHeader?: string;\n preferencesModalCancel?: string;\n preferencesModalConfirm?: string;\n preferencesModalCloseAriaLabel?: string;\n preferencesModalWrapLines?: string;\n preferencesModalTheme?: string;\n preferencesModalLightThemes?: string;\n preferencesModalDarkThemes?: string;\n\n preferencesModalThemeFilteringPlaceholder?: string;\n preferencesModalThemeFilteringAriaLabel?: string;\n preferencesModalThemeFilteringClearAriaLabel?: string;\n\n resizeHandleAriaLabel?: string;\n resizeHandleTooltipText?: string;\n }\n export interface ResizeDetail {\n height: number;\n }\n export interface ChangeDetail {\n value: string;\n }\n\n export interface ValidateDetail {\n annotations: Ace.Annotation[];\n }\n\n export interface Ref {\n /**\n * Sets input focus onto the code editor control.\n */\n focus(): void;\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/code-editor/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { Ace } from 'ace-builds';\n\nimport { BaseModalProps } from '../modal/interfaces';\nimport { BaseComponentProps } from '../types/base-component';\nimport { NonCancelableEventHandler } from '../types/events';\nimport { FormFieldControlProps } from '../types/form-field';\n// eslint-disable-next-line @cloudscape-design/components/no-internal-in-public-interfaces -- runtime constant; the available Ace modes are the single source of truth for the derived public language types.\nimport { AceModes } from './ace-modes';\n// eslint-disable-next-line @cloudscape-design/components/no-internal-in-public-interfaces -- runtime constants; the available Ace themes are the single source of truth for the derived public theme types.\nimport { DarkThemes, LightThemes } from './ace-themes';\n\nexport interface CodeEditorProps extends BaseComponentProps, FormFieldControlProps, BaseModalProps {\n /**\n * The ace object.\n */\n ace: any;\n\n /**\n * Specifies the content that's displayed in the code editor.\n */\n value: string;\n\n /**\n * Specifies the programming language. You can use any of the programming languages supported by the `ace` object that you provide.\n * Alternatively, this can be used to set a language that is not supported by the default `language` list. Make sure you've added the highlighting support for this language to the Ace instance.\n * For more info on custom languages, see the [Code editor API](/components/code-editor?tabId=api) page.\n */\n language: CodeEditorProps.Language;\n\n /**\n * Specifies a custom label language. If set, it overrides the default language label.\n */\n languageLabel?: string;\n\n /**\n * An event handler called when the value changes.\n * The event `detail` contains the current value of the code editor content.\n * **Deprecated** Replaced by `onDelayedChange`.\n */\n onChange?: NonCancelableEventHandler<CodeEditorProps.ChangeDetail>;\n\n /**\n * An event handler called when the value changes.\n * The event `detail` contains the current value of the code editor content.\n * A user interaction can cause multiple change events to be emitted by the Ace editor. They are batched together into a single `onDelayedChange` event to avoid bugs when controlling the `value` field.\n */\n onDelayedChange?: NonCancelableEventHandler<CodeEditorProps.ChangeDetail>;\n\n /**\n * Annotations returned from Ace syntax checker after code validation.\n */\n onValidate?: NonCancelableEventHandler<CodeEditorProps.ValidateDetail>;\n\n /**\n * Specifies the component preferences.\n *\n * If set to `undefined`, the component uses the following default value:\n *\n * ```\n * {\n * wrapLines: true,\n * theme: 'dawn'\n * }\n * ```\n *\n * You can use any theme provided by Ace.\n */\n preferences?: Partial<CodeEditorProps.Preferences>;\n\n /**\n * List of Ace themes available for selection in preferences dialog. Make sure you include at least one light and at\n * least one dark theme. If not set explicitly, it will render all Ace themes available for selection, except\n * \"cloud_editor\" and \"cloud_editor_dark\".\n */\n themes?: CodeEditorProps.AvailableThemes;\n\n /**\n * Called when any of the preferences change.\n * The event `detail` contains the value of all the preferences as submitted by the user.\n *\n */\n onPreferencesChange: NonCancelableEventHandler<CodeEditorProps.Preferences>;\n\n /**\n * Renders the code editor in a loading state.\n */\n loading?: boolean;\n\n /**\n * Called when the user clicks the recovery button in the error state.\n * Use this to retry loading the code editor or to provide another option for the user to recover from the error.\n */\n onRecoveryClick?: NonCancelableEventHandler<void>;\n\n /**\n * An object containing all the necessary localized strings required by the component.\n * The object should contain, among others:\n *\n * * `loadingState` - Specifies the text to display while the component is loading.\n * * `errorState` - Specifies the text to display if there is an error loading Ace.\n * * `errorStateRecovery`: Specifies the text for the recovery button that's displayed next to the error text.\n * Use the `recoveryClick` event to do a recovery action (for example, retrying the request).\n * @i18n\n */\n i18nStrings?: CodeEditorProps.I18nStrings;\n\n /**\n * Specifies the height of the code editor document.\n */\n editorContentHeight?: number;\n\n /**\n * Called when the user resizes the editor by dragging the resize icon.\n * The event `detail` contains the new height of the editor in pixels.\n */\n onEditorContentResize?: NonCancelableEventHandler<CodeEditorProps.ResizeDetail>;\n\n /**\n * Adds `aria-label` to the code editor's textarea element.\n */\n ariaLabel?: string;\n}\n\n// Prevents typescript from collapsing a string union type into a string type while still allowing any string.\n// This leads to more helpful editor suggestions for known values.\n// See: https://github.com/microsoft/TypeScript/issues/29729\ntype LiteralUnion<LiteralType, BaseType extends string> = LiteralType | (BaseType & { _?: never });\n\ntype BuiltInLanguage = (typeof AceModes)[number]['value'];\n\nexport namespace CodeEditorProps {\n export type Language = LiteralUnion<BuiltInLanguage, string>;\n export type Theme = (typeof LightThemes)[number]['value'] | (typeof DarkThemes)[number]['value'];\n\n export interface AvailableThemes {\n light: ReadonlyArray<string>;\n dark: ReadonlyArray<string>;\n }\n\n export interface Preferences {\n wrapLines: boolean;\n theme: Theme;\n }\n\n export interface I18nStrings {\n loadingState?: string;\n errorState?: string;\n errorStateRecovery?: string;\n\n editorGroupAriaLabel?: string;\n statusBarGroupAriaLabel?: string;\n\n cursorPosition?: (row: number, column: number) => string;\n errorsTab?: string;\n warningsTab?: string;\n preferencesButtonAriaLabel?: string;\n paneCloseButtonAriaLabel?: string;\n\n preferencesModalHeader?: string;\n preferencesModalCancel?: string;\n preferencesModalConfirm?: string;\n preferencesModalCloseAriaLabel?: string;\n preferencesModalWrapLines?: string;\n preferencesModalTheme?: string;\n preferencesModalLightThemes?: string;\n preferencesModalDarkThemes?: string;\n\n preferencesModalThemeFilteringPlaceholder?: string;\n preferencesModalThemeFilteringAriaLabel?: string;\n preferencesModalThemeFilteringClearAriaLabel?: string;\n\n resizeHandleAriaLabel?: string;\n resizeHandleTooltipText?: string;\n }\n export interface ResizeDetail {\n height: number;\n }\n export interface ChangeDetail {\n value: string;\n }\n\n export interface ValidateDetail {\n annotations: Ace.Annotation[];\n }\n\n export interface Ref {\n /**\n * Sets input focus onto the code editor control.\n */\n focus(): void;\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/flashbar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAG7C,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/flashbar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAG7C,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,aAAa,eAUpD"}
|
|
@@ -6,8 +6,13 @@ import useBaseComponent from '../internal/hooks/use-base-component';
|
|
|
6
6
|
import { applyDisplayName } from '../internal/utils/apply-display-name';
|
|
7
7
|
import { InternalFlashbar } from './internal';
|
|
8
8
|
export default function Flashbar(props) {
|
|
9
|
+
var _a, _b, _c, _d;
|
|
9
10
|
const { __internalRootRef } = useBaseComponent('Flashbar', {
|
|
10
11
|
props: { stackItems: props.stackItems },
|
|
12
|
+
metadata: {
|
|
13
|
+
itemsWithPersistence: (_b = (_a = props.items) === null || _a === void 0 ? void 0 : _a.filter(item => { var _a; return !!((_a = item.persistenceConfig) === null || _a === void 0 ? void 0 : _a.uniqueKey); }).length) !== null && _b !== void 0 ? _b : null,
|
|
14
|
+
itemsWithCrossServicePersistence: (_d = (_c = props.items) === null || _c === void 0 ? void 0 : _c.filter(item => { var _a; return !!((_a = item.persistenceConfig) === null || _a === void 0 ? void 0 : _a.crossServicePersistence); }).length) !== null && _d !== void 0 ? _d : null,
|
|
15
|
+
},
|
|
11
16
|
});
|
|
12
17
|
return React.createElement(InternalFlashbar, { __internalRootRef: __internalRootRef, ...props });
|
|
13
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/flashbar/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,YAAY,CAAC;AACb,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,gBAAgB,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAExE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAI9C,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAoB
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/flashbar/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,YAAY,CAAC;AACb,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,gBAAgB,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAExE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAI9C,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAoB;;IACnD,MAAM,EAAE,iBAAiB,EAAE,GAAG,gBAAgB,CAAC,UAAU,EAAE;QACzD,KAAK,EAAE,EAAE,UAAU,EAAE,KAAK,CAAC,UAAU,EAAE;QACvC,QAAQ,EAAE;YACR,oBAAoB,EAAE,MAAA,MAAA,KAAK,CAAC,KAAK,0CAAE,MAAM,CAAC,IAAI,CAAC,EAAE,WAAC,OAAA,CAAC,CAAC,CAAA,MAAA,IAAI,CAAC,iBAAiB,0CAAE,SAAS,CAAA,CAAA,EAAA,EAAE,MAAM,mCAAI,IAAI;YACrG,gCAAgC,EAC9B,MAAA,MAAA,KAAK,CAAC,KAAK,0CAAE,MAAM,CAAC,IAAI,CAAC,EAAE,WAAC,OAAA,CAAC,CAAC,CAAA,MAAA,IAAI,CAAC,iBAAiB,0CAAE,uBAAuB,CAAA,CAAA,EAAA,EAAE,MAAM,mCAAI,IAAI;SAChG;KACF,CAAC,CAAC;IACH,OAAO,oBAAC,gBAAgB,IAAC,iBAAiB,EAAE,iBAAiB,KAAM,KAAK,GAAI,CAAC;AAC/E,CAAC;AAED,gBAAgB,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n'use client';\nimport React from 'react';\n\nimport useBaseComponent from '../internal/hooks/use-base-component';\nimport { applyDisplayName } from '../internal/utils/apply-display-name';\nimport { FlashbarProps } from './interfaces';\nimport { InternalFlashbar } from './internal';\n\nexport { FlashbarProps };\n\nexport default function Flashbar(props: FlashbarProps) {\n const { __internalRootRef } = useBaseComponent('Flashbar', {\n props: { stackItems: props.stackItems },\n metadata: {\n itemsWithPersistence: props.items?.filter(item => !!item.persistenceConfig?.uniqueKey).length ?? null,\n itemsWithCrossServicePersistence:\n props.items?.filter(item => !!item.persistenceConfig?.crossServicePersistence).length ?? null,\n },\n });\n return <InternalFlashbar __internalRootRef={__internalRootRef} {...props} />;\n}\n\napplyDisplayName(Flashbar, 'Flashbar');\n"]}
|
|
@@ -611,6 +611,7 @@
|
|
|
611
611
|
--font-size-body-m-vv54cm:14px;
|
|
612
612
|
--font-size-body-s-psgqn2:12px;
|
|
613
613
|
--font-size-display-l-h1h1h9:44px;
|
|
614
|
+
--font-size-display-xl-cv3pqk:64px;
|
|
614
615
|
--font-size-form-label-i0az1y:var(--font-size-body-m-vv54cm);
|
|
615
616
|
--font-size-heading-l-qgg2za:18px;
|
|
616
617
|
--font-size-heading-m-56jjln:18px;
|
|
@@ -627,6 +628,7 @@
|
|
|
627
628
|
--font-weight-breadcrumb-current-p7evnu:var(--font-weight-bold-p16d06);
|
|
628
629
|
--font-weight-button-hh0ago:700;
|
|
629
630
|
--font-weight-display-l-pgslj8:700;
|
|
631
|
+
--font-weight-display-xl-sqv1y2:400;
|
|
630
632
|
--font-weight-flashbar-header-wfdark:700;
|
|
631
633
|
--font-weight-form-label-k6dkge:var(--font-display-label-weight-ise9n2);
|
|
632
634
|
--font-weight-heading-l-zqsb7y:var(--font-weight-heavy-pxt4u0);
|
|
@@ -642,6 +644,7 @@
|
|
|
642
644
|
--font-weight-tabs-disabled-5li4ra:400;
|
|
643
645
|
--letter-spacing-body-s-egrcsd:normal;
|
|
644
646
|
--letter-spacing-display-l-dniym1:normal;
|
|
647
|
+
--letter-spacing-display-xl-b08p7y:normal;
|
|
645
648
|
--letter-spacing-heading-l-spdx5v:normal;
|
|
646
649
|
--letter-spacing-heading-m-93y02s:normal;
|
|
647
650
|
--letter-spacing-heading-s-696sxe:normal;
|
|
@@ -650,6 +653,7 @@
|
|
|
650
653
|
--line-height-body-m-bedeoh:22px;
|
|
651
654
|
--line-height-body-s-otgtsr:16px;
|
|
652
655
|
--line-height-display-l-3zghmm:56px;
|
|
656
|
+
--line-height-display-xl-gbjaav:72px;
|
|
653
657
|
--line-height-form-label-kzgcrc:var(--line-height-body-m-bedeoh);
|
|
654
658
|
--line-height-heading-l-vhgtnq:22px;
|
|
655
659
|
--line-height-heading-m-irezqt:22px;
|
|
@@ -1917,6 +1921,7 @@
|
|
|
1917
1921
|
--font-weight-tabs-disabled-5li4ra:var(--font-wayfinding-link-active-weight-lhxtkr);
|
|
1918
1922
|
--letter-spacing-body-s-egrcsd:0.005em;
|
|
1919
1923
|
--letter-spacing-display-l-dniym1:-0.03em;
|
|
1924
|
+
--letter-spacing-display-xl-b08p7y:-0.03em;
|
|
1920
1925
|
--letter-spacing-heading-l-spdx5v:-0.015em;
|
|
1921
1926
|
--letter-spacing-heading-m-93y02s:-0.010em;
|
|
1922
1927
|
--letter-spacing-heading-s-696sxe:-0.005em;
|
|
@@ -3865,5 +3870,5 @@
|
|
|
3865
3870
|
}
|
|
3866
3871
|
}
|
|
3867
3872
|
:root {
|
|
3868
|
-
--awsui-version-info-
|
|
3873
|
+
--awsui-version-info-7f6f93b2: true;
|
|
3869
3874
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (7f6f93b2)";
|
|
3
|
+
export var GIT_SHA = "7f6f93b2";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|