@webstudio-is/sdk-components-react 0.191.4 → 0.192.0
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/__generated__/blockquote.props.js +514 -0
- package/lib/__generated__/body.props.js +508 -0
- package/lib/__generated__/bold.props.js +508 -0
- package/lib/__generated__/box.props.js +527 -0
- package/lib/__generated__/button.props.js +570 -0
- package/lib/__generated__/checkbox.props.js +672 -0
- package/lib/__generated__/code-text.props.js +509 -0
- package/lib/__generated__/form.props.js +556 -0
- package/lib/__generated__/heading.props.js +516 -0
- package/lib/__generated__/html-embed.props.js +13 -0
- package/lib/__generated__/image.props.js +592 -0
- package/lib/__generated__/input.props.js +696 -0
- package/lib/__generated__/italic.props.js +508 -0
- package/lib/__generated__/label.props.js +520 -0
- package/lib/__generated__/link.props.js +568 -0
- package/lib/__generated__/list-item.props.js +514 -0
- package/lib/__generated__/list.props.js +534 -0
- package/lib/__generated__/markdown-embed.props.js +7 -0
- package/lib/__generated__/option.props.js +532 -0
- package/lib/__generated__/paragraph.props.js +508 -0
- package/lib/__generated__/radio-button.props.js +672 -0
- package/lib/__generated__/select.props.js +556 -0
- package/lib/__generated__/separator.props.js +508 -0
- package/lib/__generated__/span.props.js +508 -0
- package/lib/__generated__/subscript.props.js +508 -0
- package/lib/__generated__/superscript.props.js +508 -0
- package/lib/__generated__/text.props.js +516 -0
- package/lib/__generated__/textarea.props.js +587 -0
- package/lib/__generated__/time.props.js +312 -0
- package/lib/__generated__/vimeo-play-button.props.js +569 -0
- package/lib/__generated__/vimeo-preview-image.props.js +586 -0
- package/lib/__generated__/vimeo-spinner.props.js +508 -0
- package/lib/__generated__/vimeo.props.js +674 -0
- package/lib/__generated__/xml-node.props.js +7 -0
- package/lib/__generated__/xml-time.props.js +18 -0
- package/lib/blockquote.js +9 -0
- package/lib/blockquote.ws.js +79 -0
- package/lib/body.js +7 -0
- package/lib/body.ws.js +30 -0
- package/lib/bold.js +7 -0
- package/lib/bold.ws.js +20 -0
- package/lib/box.js +9 -0
- package/lib/box.ws.js +31 -0
- package/lib/button.js +9 -0
- package/lib/button.ws.js +43 -0
- package/lib/checkbox.js +15 -0
- package/lib/checkbox.ws.js +58 -0
- package/lib/code-text.js +10 -0
- package/lib/code-text.ws.js +59 -0
- package/lib/components.js +79 -0
- package/lib/content-embed.ws.js +77 -0
- package/lib/form.js +7 -0
- package/lib/form.ws.js +30 -0
- package/lib/fragment.js +7 -0
- package/lib/fragment.ws.js +11 -0
- package/lib/heading.js +9 -0
- package/lib/heading.ws.js +44 -0
- package/lib/home_wsKvRSqvkajPPBeycZ-C8.svg +3 -0
- package/lib/hooks.js +5 -0
- package/lib/html-embed-patchers.js +29 -0
- package/lib/html-embed.js +112 -0
- package/lib/html-embed.ws.js +46 -0
- package/lib/image.js +40 -0
- package/lib/image.ws.js +65 -0
- package/lib/input.js +17 -0
- package/lib/input.ws.js +54 -0
- package/lib/italic.js +7 -0
- package/lib/italic.ws.js +26 -0
- package/lib/label.js +7 -0
- package/lib/label.ws.js +42 -0
- package/lib/link.js +15 -0
- package/lib/link.ws.js +67 -0
- package/lib/list-item.js +9 -0
- package/lib/list-item.ws.js +39 -0
- package/lib/list.js +6 -0
- package/lib/list.ws.js +92 -0
- package/lib/markdown-embed.js +14 -0
- package/lib/markdown-embed.ws.js +111 -0
- package/lib/metas.js +81 -0
- package/lib/option.js +7 -0
- package/lib/option.ws.js +45 -0
- package/lib/paragraph.js +7 -0
- package/lib/paragraph.ws.js +39 -0
- package/lib/props.js +79 -0
- package/lib/radio-button.js +15 -0
- package/lib/radio-button.ws.js +60 -0
- package/lib/rich-text-link.js +8 -0
- package/lib/rich-text-link.ws.js +11 -0
- package/lib/select.js +19 -0
- package/lib/select.ws.js +96 -0
- package/lib/separator.js +9 -0
- package/lib/separator.ws.js +48 -0
- package/lib/slot.js +14 -0
- package/lib/slot.ws.js +15 -0
- package/lib/span.js +7 -0
- package/lib/span.ws.js +20 -0
- package/lib/subscript.js +7 -0
- package/lib/subscript.ws.js +20 -0
- package/lib/superscript.js +7 -0
- package/lib/superscript.ws.js +20 -0
- package/lib/text.js +10 -0
- package/lib/text.ws.js +41 -0
- package/lib/textarea.js +7 -0
- package/lib/textarea.ws.js +55 -0
- package/lib/time.js +319 -0
- package/lib/time.ws.js +22 -0
- package/lib/types/__generated__/blockquote.props.d.ts +2 -0
- package/lib/types/__generated__/body.props.d.ts +2 -0
- package/lib/types/__generated__/bold.props.d.ts +2 -0
- package/lib/types/__generated__/box.props.d.ts +2 -0
- package/lib/types/__generated__/button.props.d.ts +2 -0
- package/lib/types/__generated__/checkbox.props.d.ts +2 -0
- package/lib/types/__generated__/code-text.props.d.ts +2 -0
- package/lib/types/__generated__/form.props.d.ts +2 -0
- package/lib/types/__generated__/fragment.props.d.ts +2 -0
- package/lib/types/__generated__/heading.props.d.ts +2 -0
- package/lib/types/__generated__/html-embed.props.d.ts +2 -0
- package/lib/types/__generated__/image.props.d.ts +2 -0
- package/lib/types/__generated__/input.props.d.ts +2 -0
- package/lib/types/__generated__/italic.props.d.ts +2 -0
- package/lib/types/__generated__/label.props.d.ts +2 -0
- package/lib/types/__generated__/link.props.d.ts +2 -0
- package/lib/types/__generated__/list-item.props.d.ts +2 -0
- package/lib/types/__generated__/list.props.d.ts +2 -0
- package/lib/types/__generated__/local-date.props.d.ts +2 -0
- package/lib/types/__generated__/markdown-embed.props.d.ts +2 -0
- package/lib/types/__generated__/option.props.d.ts +2 -0
- package/lib/types/__generated__/paragraph.props.d.ts +2 -0
- package/lib/types/__generated__/radio-button.props.d.ts +2 -0
- package/lib/types/__generated__/rich-text-link.props.d.ts +2 -0
- package/lib/types/__generated__/select.props.d.ts +2 -0
- package/lib/types/__generated__/separator.props.d.ts +2 -0
- package/lib/types/__generated__/slot.props.d.ts +2 -0
- package/lib/types/__generated__/span.props.d.ts +2 -0
- package/lib/types/__generated__/subscript.props.d.ts +2 -0
- package/lib/types/__generated__/superscript.props.d.ts +2 -0
- package/lib/types/__generated__/text.props.d.ts +2 -0
- package/lib/types/__generated__/textarea.props.d.ts +2 -0
- package/lib/types/__generated__/time.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-play-button.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-preview-image.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-spinner.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo.props.d.ts +2 -0
- package/lib/types/__generated__/xml-node.props.d.ts +2 -0
- package/lib/types/__generated__/xml-time.props.d.ts +2 -0
- package/lib/types/blockquote.d.ts +2 -0
- package/lib/types/blockquote.ws.d.ts +3 -0
- package/lib/types/body.d.ts +2 -0
- package/lib/types/body.ws.d.ts +3 -0
- package/lib/types/bold.d.ts +2 -0
- package/lib/types/bold.ws.d.ts +3 -0
- package/lib/types/box.d.ts +8 -0
- package/lib/types/box.ws.d.ts +3 -0
- package/lib/types/button.d.ts +2 -0
- package/lib/types/button.ws.d.ts +3 -0
- package/lib/types/checkbox.d.ts +4 -0
- package/lib/types/checkbox.ws.d.ts +3 -0
- package/lib/types/code-text.d.ts +4 -0
- package/lib/types/code-text.ws.d.ts +3 -0
- package/lib/types/components.d.ts +39 -0
- package/lib/types/content-embed.ws.d.ts +2 -0
- package/lib/types/form.d.ts +2 -0
- package/lib/types/form.ws.d.ts +3 -0
- package/lib/types/fragment.d.ts +6 -0
- package/lib/types/fragment.ws.d.ts +3 -0
- package/lib/types/heading.d.ts +8 -0
- package/lib/types/heading.ws.d.ts +3 -0
- package/lib/types/hooks.d.ts +2 -0
- package/lib/types/html-embed-patchers.d.ts +2 -0
- package/lib/types/html-embed.d.ts +12 -0
- package/lib/types/html-embed.test.d.ts +1 -0
- package/lib/types/html-embed.ws.d.ts +3 -0
- package/lib/types/image.d.ts +8 -0
- package/lib/types/image.ws.d.ts +11 -0
- package/lib/types/input.d.ts +4 -0
- package/lib/types/input.ws.d.ts +3 -0
- package/lib/types/italic.d.ts +2 -0
- package/lib/types/italic.ws.d.ts +3 -0
- package/lib/types/label.d.ts +2 -0
- package/lib/types/label.ws.d.ts +3 -0
- package/lib/types/link.d.ts +7 -0
- package/lib/types/link.ws.d.ts +3 -0
- package/lib/types/list-item.d.ts +2 -0
- package/lib/types/list-item.ws.d.ts +3 -0
- package/lib/types/list.d.ts +10 -0
- package/lib/types/list.ws.d.ts +3 -0
- package/lib/types/markdown-embed.d.ts +7 -0
- package/lib/types/markdown-embed.ws.d.ts +3 -0
- package/lib/types/metas.d.ts +40 -0
- package/lib/types/option.d.ts +2 -0
- package/lib/types/option.ws.d.ts +3 -0
- package/lib/types/paragraph.d.ts +2 -0
- package/lib/types/paragraph.ws.d.ts +3 -0
- package/lib/types/props.d.ts +39 -0
- package/lib/types/radio-button.d.ts +4 -0
- package/lib/types/radio-button.ws.d.ts +3 -0
- package/lib/types/rich-text-link.d.ts +2 -0
- package/lib/types/rich-text-link.ws.d.ts +3 -0
- package/lib/types/select.d.ts +4 -0
- package/lib/types/select.ws.d.ts +3 -0
- package/lib/types/separator.d.ts +2 -0
- package/lib/types/separator.ws.d.ts +3 -0
- package/lib/types/slot.d.ts +6 -0
- package/lib/types/slot.ws.d.ts +3 -0
- package/lib/types/span.d.ts +2 -0
- package/lib/types/span.ws.d.ts +3 -0
- package/lib/types/subscript.d.ts +2 -0
- package/lib/types/subscript.ws.d.ts +3 -0
- package/lib/types/superscript.d.ts +2 -0
- package/lib/types/superscript.ws.d.ts +3 -0
- package/lib/types/test-utils/cartesian.d.ts +2 -0
- package/lib/types/text.d.ts +8 -0
- package/lib/types/text.ws.d.ts +3 -0
- package/lib/types/textarea.d.ts +2 -0
- package/lib/types/textarea.ws.d.ts +3 -0
- package/lib/types/time.d.ts +18 -0
- package/lib/types/time.test.d.ts +1 -0
- package/lib/types/time.ws.d.ts +3 -0
- package/lib/types/vimeo-play-button.d.ts +3 -0
- package/lib/types/vimeo-play-button.ws.d.ts +3 -0
- package/lib/types/vimeo-preview-image.d.ts +284 -0
- package/lib/types/vimeo-preview-image.ws.d.ts +3 -0
- package/lib/types/vimeo-spinner.d.ts +1 -0
- package/lib/types/vimeo-spinner.ws.d.ts +3 -0
- package/lib/types/vimeo.d.ts +75 -0
- package/lib/types/vimeo.ws.d.ts +3 -0
- package/lib/types/xml-node.d.ts +13 -0
- package/lib/types/xml-node.ws.d.ts +3 -0
- package/lib/types/xml-time.d.ts +6 -0
- package/lib/types/xml-time.ws.d.ts +3 -0
- package/lib/vimeo-play-button.js +15 -0
- package/lib/vimeo-play-button.ws.js +31 -0
- package/lib/vimeo-preview-image.js +19 -0
- package/lib/vimeo-preview-image.ws.js +19 -0
- package/lib/vimeo-spinner.js +13 -0
- package/lib/vimeo-spinner.ws.js +25 -0
- package/lib/vimeo.js +215 -0
- package/lib/vimeo.ws.js +329 -0
- package/lib/xml-node.js +44 -0
- package/lib/xml-node.ws.js +18 -0
- package/lib/xml-time.js +25 -0
- package/lib/xml-time.ws.js +18 -0
- package/package.json +5 -5
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
country: {
|
|
3
|
+
required: !1,
|
|
4
|
+
control: "select",
|
|
5
|
+
type: "string",
|
|
6
|
+
defaultValue: "GB",
|
|
7
|
+
options: [
|
|
8
|
+
"AF",
|
|
9
|
+
"AL",
|
|
10
|
+
"DZ",
|
|
11
|
+
"AS",
|
|
12
|
+
"AD",
|
|
13
|
+
"AO",
|
|
14
|
+
"AI",
|
|
15
|
+
"AQ",
|
|
16
|
+
"AG",
|
|
17
|
+
"AR",
|
|
18
|
+
"AM",
|
|
19
|
+
"AW",
|
|
20
|
+
"AU",
|
|
21
|
+
"AT",
|
|
22
|
+
"AZ",
|
|
23
|
+
"BS",
|
|
24
|
+
"BH",
|
|
25
|
+
"BD",
|
|
26
|
+
"BB",
|
|
27
|
+
"BY",
|
|
28
|
+
"BE",
|
|
29
|
+
"BZ",
|
|
30
|
+
"BJ",
|
|
31
|
+
"BM",
|
|
32
|
+
"BT",
|
|
33
|
+
"BO",
|
|
34
|
+
"BA",
|
|
35
|
+
"BW",
|
|
36
|
+
"BR",
|
|
37
|
+
"BN",
|
|
38
|
+
"BG",
|
|
39
|
+
"BF",
|
|
40
|
+
"BI",
|
|
41
|
+
"CV",
|
|
42
|
+
"KH",
|
|
43
|
+
"CM",
|
|
44
|
+
"CA",
|
|
45
|
+
"KY",
|
|
46
|
+
"CF",
|
|
47
|
+
"TD",
|
|
48
|
+
"CL",
|
|
49
|
+
"CN",
|
|
50
|
+
"CO",
|
|
51
|
+
"KM",
|
|
52
|
+
"CG",
|
|
53
|
+
"CD",
|
|
54
|
+
"CR",
|
|
55
|
+
"HR",
|
|
56
|
+
"CU",
|
|
57
|
+
"CY",
|
|
58
|
+
"CZ",
|
|
59
|
+
"DK",
|
|
60
|
+
"DJ",
|
|
61
|
+
"DM",
|
|
62
|
+
"DO",
|
|
63
|
+
"EC",
|
|
64
|
+
"EG",
|
|
65
|
+
"SV",
|
|
66
|
+
"GQ",
|
|
67
|
+
"ER",
|
|
68
|
+
"EE",
|
|
69
|
+
"SZ",
|
|
70
|
+
"ET",
|
|
71
|
+
"FJ",
|
|
72
|
+
"FI",
|
|
73
|
+
"FR",
|
|
74
|
+
"GA",
|
|
75
|
+
"GM",
|
|
76
|
+
"GE",
|
|
77
|
+
"DE",
|
|
78
|
+
"GH",
|
|
79
|
+
"GR",
|
|
80
|
+
"GD",
|
|
81
|
+
"GT",
|
|
82
|
+
"GN",
|
|
83
|
+
"GW",
|
|
84
|
+
"GY",
|
|
85
|
+
"HT",
|
|
86
|
+
"HN",
|
|
87
|
+
"HU",
|
|
88
|
+
"IS",
|
|
89
|
+
"IN",
|
|
90
|
+
"ID",
|
|
91
|
+
"IR",
|
|
92
|
+
"IQ",
|
|
93
|
+
"IE",
|
|
94
|
+
"IL",
|
|
95
|
+
"IT",
|
|
96
|
+
"JM",
|
|
97
|
+
"JP",
|
|
98
|
+
"JO",
|
|
99
|
+
"KZ",
|
|
100
|
+
"KE",
|
|
101
|
+
"KI",
|
|
102
|
+
"KP",
|
|
103
|
+
"KR",
|
|
104
|
+
"KW",
|
|
105
|
+
"KG",
|
|
106
|
+
"LA",
|
|
107
|
+
"LV",
|
|
108
|
+
"LB",
|
|
109
|
+
"LS",
|
|
110
|
+
"LR",
|
|
111
|
+
"LY",
|
|
112
|
+
"LI",
|
|
113
|
+
"LT",
|
|
114
|
+
"LU",
|
|
115
|
+
"MG",
|
|
116
|
+
"MW",
|
|
117
|
+
"MY",
|
|
118
|
+
"MV",
|
|
119
|
+
"ML",
|
|
120
|
+
"MT",
|
|
121
|
+
"MH",
|
|
122
|
+
"MR",
|
|
123
|
+
"MU",
|
|
124
|
+
"MX",
|
|
125
|
+
"FM",
|
|
126
|
+
"MD",
|
|
127
|
+
"MC",
|
|
128
|
+
"MN",
|
|
129
|
+
"ME",
|
|
130
|
+
"MA",
|
|
131
|
+
"MZ",
|
|
132
|
+
"MM",
|
|
133
|
+
"NA",
|
|
134
|
+
"NR",
|
|
135
|
+
"NP",
|
|
136
|
+
"NL",
|
|
137
|
+
"NZ",
|
|
138
|
+
"NI",
|
|
139
|
+
"NE",
|
|
140
|
+
"NG",
|
|
141
|
+
"NO",
|
|
142
|
+
"OM",
|
|
143
|
+
"PK",
|
|
144
|
+
"PW",
|
|
145
|
+
"PA",
|
|
146
|
+
"PG",
|
|
147
|
+
"PY",
|
|
148
|
+
"PE",
|
|
149
|
+
"PH",
|
|
150
|
+
"PL",
|
|
151
|
+
"PT",
|
|
152
|
+
"QA",
|
|
153
|
+
"RO",
|
|
154
|
+
"RU",
|
|
155
|
+
"RW",
|
|
156
|
+
"KN",
|
|
157
|
+
"LC",
|
|
158
|
+
"VC",
|
|
159
|
+
"WS",
|
|
160
|
+
"SM",
|
|
161
|
+
"ST",
|
|
162
|
+
"SA",
|
|
163
|
+
"SN",
|
|
164
|
+
"RS",
|
|
165
|
+
"SC",
|
|
166
|
+
"SL",
|
|
167
|
+
"SG",
|
|
168
|
+
"SK",
|
|
169
|
+
"SI",
|
|
170
|
+
"SB",
|
|
171
|
+
"SO",
|
|
172
|
+
"ZA",
|
|
173
|
+
"SS",
|
|
174
|
+
"ES",
|
|
175
|
+
"LK",
|
|
176
|
+
"SD",
|
|
177
|
+
"SR",
|
|
178
|
+
"SE",
|
|
179
|
+
"CH",
|
|
180
|
+
"SY",
|
|
181
|
+
"TW",
|
|
182
|
+
"TJ",
|
|
183
|
+
"TZ",
|
|
184
|
+
"TH",
|
|
185
|
+
"TL",
|
|
186
|
+
"TG",
|
|
187
|
+
"TO",
|
|
188
|
+
"TT",
|
|
189
|
+
"TN",
|
|
190
|
+
"TR",
|
|
191
|
+
"TM",
|
|
192
|
+
"TV",
|
|
193
|
+
"UG",
|
|
194
|
+
"UA",
|
|
195
|
+
"AE",
|
|
196
|
+
"GB",
|
|
197
|
+
"US",
|
|
198
|
+
"UY",
|
|
199
|
+
"UZ",
|
|
200
|
+
"VU",
|
|
201
|
+
"VA",
|
|
202
|
+
"VE",
|
|
203
|
+
"VN",
|
|
204
|
+
"YE",
|
|
205
|
+
"ZM",
|
|
206
|
+
"ZW"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
dateStyle: {
|
|
210
|
+
required: !1,
|
|
211
|
+
control: "select",
|
|
212
|
+
type: "string",
|
|
213
|
+
defaultValue: "medium",
|
|
214
|
+
options: ["full", "long", "medium", "short", "none"]
|
|
215
|
+
},
|
|
216
|
+
datetime: {
|
|
217
|
+
required: !1,
|
|
218
|
+
control: "text",
|
|
219
|
+
type: "string",
|
|
220
|
+
defaultValue: "dateTime attribute is not set"
|
|
221
|
+
},
|
|
222
|
+
language: {
|
|
223
|
+
required: !1,
|
|
224
|
+
control: "select",
|
|
225
|
+
type: "string",
|
|
226
|
+
defaultValue: "en",
|
|
227
|
+
options: [
|
|
228
|
+
"hr",
|
|
229
|
+
"th",
|
|
230
|
+
"tr",
|
|
231
|
+
"id",
|
|
232
|
+
"is",
|
|
233
|
+
"cy",
|
|
234
|
+
"fr",
|
|
235
|
+
"af",
|
|
236
|
+
"am",
|
|
237
|
+
"ar",
|
|
238
|
+
"az",
|
|
239
|
+
"be",
|
|
240
|
+
"bg",
|
|
241
|
+
"bn",
|
|
242
|
+
"bs",
|
|
243
|
+
"ca",
|
|
244
|
+
"cs",
|
|
245
|
+
"da",
|
|
246
|
+
"de",
|
|
247
|
+
"el",
|
|
248
|
+
"en",
|
|
249
|
+
"es",
|
|
250
|
+
"et",
|
|
251
|
+
"eu",
|
|
252
|
+
"fa",
|
|
253
|
+
"fi",
|
|
254
|
+
"ga",
|
|
255
|
+
"gl",
|
|
256
|
+
"gu",
|
|
257
|
+
"he",
|
|
258
|
+
"hi",
|
|
259
|
+
"hu",
|
|
260
|
+
"hy",
|
|
261
|
+
"it",
|
|
262
|
+
"ja",
|
|
263
|
+
"ka",
|
|
264
|
+
"kk",
|
|
265
|
+
"km",
|
|
266
|
+
"kn",
|
|
267
|
+
"ko",
|
|
268
|
+
"ky",
|
|
269
|
+
"lb",
|
|
270
|
+
"lt",
|
|
271
|
+
"lv",
|
|
272
|
+
"mk",
|
|
273
|
+
"ml",
|
|
274
|
+
"mn",
|
|
275
|
+
"mr",
|
|
276
|
+
"ms",
|
|
277
|
+
"mt",
|
|
278
|
+
"nb",
|
|
279
|
+
"nl",
|
|
280
|
+
"nn",
|
|
281
|
+
"pl",
|
|
282
|
+
"pt",
|
|
283
|
+
"ro",
|
|
284
|
+
"ru",
|
|
285
|
+
"si",
|
|
286
|
+
"sk",
|
|
287
|
+
"sl",
|
|
288
|
+
"sq",
|
|
289
|
+
"sr",
|
|
290
|
+
"sv",
|
|
291
|
+
"sw",
|
|
292
|
+
"ta",
|
|
293
|
+
"te",
|
|
294
|
+
"uk",
|
|
295
|
+
"ur",
|
|
296
|
+
"uz",
|
|
297
|
+
"vi",
|
|
298
|
+
"zh"
|
|
299
|
+
],
|
|
300
|
+
description: "Defines the script language used in the element."
|
|
301
|
+
},
|
|
302
|
+
timeStyle: {
|
|
303
|
+
required: !1,
|
|
304
|
+
control: "select",
|
|
305
|
+
type: "string",
|
|
306
|
+
defaultValue: "none",
|
|
307
|
+
options: ["full", "long", "medium", "short", "none"]
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
export {
|
|
311
|
+
e as props
|
|
312
|
+
};
|