@webstudio-is/sdk-components-react 0.218.0 → 0.220.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.
Files changed (150) hide show
  1. package/lib/__generated__/blockquote.props.js +2 -178
  2. package/lib/__generated__/body.props.js +2 -172
  3. package/lib/__generated__/bold.props.js +2 -172
  4. package/lib/__generated__/box.props.js +3 -172
  5. package/lib/__generated__/button.props.js +2 -234
  6. package/lib/__generated__/checkbox.props.js +1 -328
  7. package/lib/__generated__/code-text.props.js +1 -170
  8. package/lib/__generated__/form.props.js +2 -220
  9. package/lib/__generated__/head-link.props.js +2 -284
  10. package/lib/__generated__/head-meta.props.js +2 -196
  11. package/lib/__generated__/head-title.props.js +2 -172
  12. package/lib/__generated__/heading.props.js +3 -172
  13. package/lib/__generated__/html-embed.props.js +6 -1
  14. package/lib/__generated__/image.props.js +1 -247
  15. package/lib/__generated__/input.props.js +2 -360
  16. package/lib/__generated__/italic.props.js +2 -172
  17. package/lib/__generated__/label.props.js +2 -184
  18. package/lib/__generated__/link.props.js +4 -221
  19. package/lib/__generated__/list-item.props.js +2 -178
  20. package/lib/__generated__/list.props.js +1 -189
  21. package/lib/__generated__/markdown-embed.props.js +6 -1
  22. package/lib/__generated__/option.props.js +2 -196
  23. package/lib/__generated__/paragraph.props.js +2 -172
  24. package/lib/__generated__/radio-button.props.js +1 -328
  25. package/lib/__generated__/select.props.js +2 -220
  26. package/lib/__generated__/separator.props.js +2 -172
  27. package/lib/__generated__/span.props.js +2 -172
  28. package/lib/__generated__/subscript.props.js +2 -172
  29. package/lib/__generated__/superscript.props.js +2 -172
  30. package/lib/__generated__/text.props.js +3 -172
  31. package/lib/__generated__/textarea.props.js +2 -251
  32. package/lib/__generated__/time.props.js +1 -8
  33. package/lib/__generated__/video.props.js +2 -251
  34. package/lib/__generated__/vimeo-play-button.props.js +2 -233
  35. package/lib/__generated__/vimeo-preview-image.props.js +1 -246
  36. package/lib/__generated__/vimeo-spinner.props.js +2 -172
  37. package/lib/__generated__/vimeo.props.js +118 -365
  38. package/lib/__generated__/webhook-form.props.js +1 -223
  39. package/lib/__generated__/xml-node.props.js +8 -3
  40. package/lib/__generated__/xml-time.props.js +4 -3
  41. package/lib/__generated__/youtube.props.js +1 -164
  42. package/lib/blockquote.ws.js +9 -14
  43. package/lib/body.ws.js +11 -15
  44. package/lib/bold.ws.js +6 -12
  45. package/lib/box.ws.js +17 -21
  46. package/lib/button.ws.js +10 -14
  47. package/lib/checkbox.ws.js +4 -6
  48. package/lib/code-text.ws.js +5 -7
  49. package/lib/form.ws.js +9 -13
  50. package/lib/fragment.ws.js +2 -7
  51. package/lib/head-link.ws.js +6 -9
  52. package/lib/head-meta.ws.js +5 -8
  53. package/lib/head-slot.js +4 -5
  54. package/lib/head-slot.ws.js +3 -7
  55. package/lib/head-title.ws.js +2 -4
  56. package/lib/heading.ws.js +16 -21
  57. package/lib/html-embed.ws.js +5 -7
  58. package/lib/image.ws.js +22 -26
  59. package/lib/input.ws.js +11 -15
  60. package/lib/italic.ws.js +9 -13
  61. package/lib/label.ws.js +8 -12
  62. package/lib/link.ws.js +13 -18
  63. package/lib/list-item.ws.js +8 -15
  64. package/lib/list.ws.js +10 -14
  65. package/lib/markdown-embed.js +3 -3
  66. package/lib/markdown-embed.ws.js +6 -8
  67. package/lib/option.ws.js +6 -10
  68. package/lib/paragraph.ws.js +9 -16
  69. package/lib/radio-button.ws.js +6 -8
  70. package/lib/rich-text-link.ws.js +3 -4
  71. package/lib/select.ws.js +13 -17
  72. package/lib/separator.ws.js +10 -14
  73. package/lib/shared/video.js +13 -0
  74. package/lib/slot.ws.js +4 -7
  75. package/lib/span.ws.js +5 -9
  76. package/lib/subscript.ws.js +7 -13
  77. package/lib/superscript.ws.js +8 -14
  78. package/lib/text.ws.js +10 -12
  79. package/lib/textarea.ws.js +14 -18
  80. package/lib/time.js +2 -1
  81. package/lib/time.ws.js +15 -15
  82. package/lib/types/blockquote.ws.d.ts +1 -2
  83. package/lib/types/body.ws.d.ts +1 -2
  84. package/lib/types/bold.ws.d.ts +1 -2
  85. package/lib/types/box.ws.d.ts +1 -2
  86. package/lib/types/button.ws.d.ts +1 -2
  87. package/lib/types/checkbox.ws.d.ts +1 -2
  88. package/lib/types/code-text.ws.d.ts +1 -2
  89. package/lib/types/form.ws.d.ts +1 -2
  90. package/lib/types/fragment.ws.d.ts +1 -2
  91. package/lib/types/head-link.ws.d.ts +1 -2
  92. package/lib/types/head-meta.ws.d.ts +1 -2
  93. package/lib/types/head-slot.ws.d.ts +1 -2
  94. package/lib/types/head-title.ws.d.ts +1 -2
  95. package/lib/types/heading.ws.d.ts +1 -2
  96. package/lib/types/html-embed.ws.d.ts +1 -2
  97. package/lib/types/image.ws.d.ts +1 -2
  98. package/lib/types/input.ws.d.ts +1 -2
  99. package/lib/types/italic.ws.d.ts +1 -2
  100. package/lib/types/label.ws.d.ts +1 -2
  101. package/lib/types/link.d.ts +1 -1
  102. package/lib/types/link.ws.d.ts +1 -2
  103. package/lib/types/list-item.ws.d.ts +1 -2
  104. package/lib/types/list.ws.d.ts +1 -2
  105. package/lib/types/markdown-embed.ws.d.ts +1 -2
  106. package/lib/types/option.ws.d.ts +1 -2
  107. package/lib/types/paragraph.ws.d.ts +1 -2
  108. package/lib/types/radio-button.ws.d.ts +1 -2
  109. package/lib/types/rich-text-link.ws.d.ts +1 -2
  110. package/lib/types/select.ws.d.ts +1 -2
  111. package/lib/types/separator.ws.d.ts +1 -2
  112. package/lib/types/shared/video.d.ts +7 -0
  113. package/lib/types/slot.ws.d.ts +1 -2
  114. package/lib/types/span.ws.d.ts +1 -2
  115. package/lib/types/subscript.ws.d.ts +1 -2
  116. package/lib/types/superscript.ws.d.ts +1 -2
  117. package/lib/types/text.ws.d.ts +1 -2
  118. package/lib/types/textarea.ws.d.ts +1 -2
  119. package/lib/types/time.d.ts +2 -4
  120. package/lib/types/time.ws.d.ts +1 -2
  121. package/lib/types/video.ws.d.ts +1 -2
  122. package/lib/types/vimeo-play-button.ws.d.ts +1 -2
  123. package/lib/types/vimeo-preview-image.ws.d.ts +1 -2
  124. package/lib/types/vimeo-spinner.ws.d.ts +1 -2
  125. package/lib/types/vimeo.d.ts +0 -7
  126. package/lib/types/vimeo.ws.d.ts +1 -2
  127. package/lib/types/webhook-form.ws.d.ts +1 -2
  128. package/lib/types/xml-node.ws.d.ts +1 -2
  129. package/lib/types/xml-time.ws.d.ts +1 -2
  130. package/lib/types/youtube.ws.d.ts +1 -2
  131. package/lib/video.js +19 -23
  132. package/lib/video.ws.js +14 -17
  133. package/lib/vimeo-play-button.js +4 -4
  134. package/lib/vimeo-play-button.ws.js +4 -8
  135. package/lib/vimeo-preview-image.js +5 -5
  136. package/lib/vimeo-preview-image.ws.js +6 -8
  137. package/lib/vimeo-spinner.js +1 -1
  138. package/lib/vimeo-spinner.ws.js +4 -8
  139. package/lib/vimeo.js +113 -121
  140. package/lib/vimeo.ws.js +13 -17
  141. package/lib/webhook-form.template.js +12 -12
  142. package/lib/webhook-form.ws.js +4 -6
  143. package/lib/xml-node.js +4 -4
  144. package/lib/xml-node.ws.js +5 -7
  145. package/lib/xml-time.ws.js +5 -7
  146. package/lib/youtube.js +1 -1
  147. package/lib/youtube.ws.js +13 -17
  148. package/package.json +9 -14
  149. package/lib/props.js +0 -92
  150. package/lib/types/props.d.ts +0 -45
@@ -1,222 +1,4 @@
1
- const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
- accessKey: {
4
- required: !1,
5
- control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
8
- },
9
- autoCapitalize: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Sets whether input is automatically capitalized when entered by user."
14
- },
15
- autoComplete: {
16
- required: !1,
17
- control: "text",
18
- type: "string",
19
- description: "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser."
20
- },
21
- autoCorrect: { required: !1, control: "text", type: "string" },
22
- autoFocus: {
23
- required: !1,
24
- control: "boolean",
25
- type: "boolean",
26
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
27
- },
28
- autoSave: { required: !1, control: "text", type: "string" },
29
- className: { required: !1, control: "text", type: "string" },
30
- color: {
31
- required: !1,
32
- control: "color",
33
- type: "string",
34
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
35
- },
36
- content: {
37
- required: !1,
38
- control: "text",
39
- type: "string",
40
- description: "A value associated with http-equiv orname depending on the context."
41
- },
42
- contextMenu: {
43
- required: !1,
44
- control: "text",
45
- type: "string",
46
- description: "Defines the ID of a menu element which willserve as the element's context menu."
47
- },
48
- datatype: { required: !1, control: "text", type: "string" },
49
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
50
- defaultValue: { required: !1, control: "text", type: "string" },
51
- dir: {
52
- required: !1,
53
- control: "text",
54
- type: "string",
55
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
56
- },
57
- disabled: {
58
- required: !1,
59
- control: "boolean",
60
- type: "boolean",
61
- description: "Indicates whether the user can interact with the element."
62
- },
63
- draggable: {
64
- required: !1,
65
- control: "boolean",
66
- type: "boolean",
67
- description: "Defines whether the element can be dragged."
68
- },
69
- form: {
70
- required: !1,
71
- control: "text",
72
- type: "string",
73
- description: "Indicates the form that is the owner of the element."
74
- },
75
- hidden: {
76
- required: !1,
77
- control: "boolean",
78
- type: "boolean",
79
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
80
- },
81
- id: {
82
- required: !1,
83
- control: "text",
84
- type: "string",
85
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
86
- },
87
- inputMode: {
88
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
89
- required: !1,
90
- control: "select",
91
- type: "string",
92
- options: [
93
- "search",
94
- "text",
95
- "none",
96
- "tel",
97
- "url",
98
- "email",
99
- "numeric",
100
- "decimal"
101
- ]
102
- },
103
- is: {
104
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
105
- required: !1,
106
- control: "text",
107
- type: "string"
108
- },
109
- itemID: { required: !1, control: "text", type: "string" },
110
- itemProp: { required: !1, control: "text", type: "string" },
111
- itemRef: { required: !1, control: "text", type: "string" },
112
- itemScope: { required: !1, control: "boolean", type: "boolean" },
113
- itemType: { required: !1, control: "text", type: "string" },
114
- lang: {
115
- required: !1,
116
- control: "text",
117
- type: "string",
118
- description: "Defines the language used in the element."
119
- },
120
- multiple: {
121
- required: !1,
122
- control: "boolean",
123
- type: "boolean",
124
- description: "Indicates whether multiple values can be entered in an input of the type email or file."
125
- },
126
- name: {
127
- required: !1,
128
- control: "text",
129
- type: "string",
130
- description: "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes)."
131
- },
132
- nonce: { required: !1, control: "text", type: "string" },
133
- prefix: { required: !1, control: "text", type: "string" },
134
- property: { required: !1, control: "text", type: "string" },
135
- radioGroup: { required: !1, control: "text", type: "string" },
136
- rel: {
137
- required: !1,
138
- control: "text",
139
- type: "string",
140
- description: "Specifies the relationship of the target object to the link object."
141
- },
142
- required: {
143
- required: !1,
144
- control: "boolean",
145
- type: "boolean",
146
- description: "Indicates whether this form element must be filled before the form can be submitted."
147
- },
148
- resource: { required: !1, control: "text", type: "string" },
149
- results: { required: !1, control: "number", type: "number" },
150
- rev: { required: !1, control: "text", type: "string" },
151
- role: {
152
- required: !1,
153
- control: "text",
154
- type: "string",
155
- description: "Defines an explicit role for an element for use by assistive technologies."
156
- },
157
- security: { required: !1, control: "text", type: "string" },
158
- size: {
159
- required: !1,
160
- control: "number",
161
- type: "number",
162
- description: "Defines the width of the element (in pixels). If the element'stype attribute is text or password then it's the number of characters."
163
- },
164
- slot: {
165
- required: !1,
166
- control: "text",
167
- type: "string",
168
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
169
- },
170
- spellCheck: {
171
- required: !1,
172
- control: "boolean",
173
- type: "boolean",
174
- description: "Indicates whether spell checking is allowed for the element."
175
- },
176
- suppressContentEditableWarning: {
177
- required: !1,
178
- control: "boolean",
179
- type: "boolean"
180
- },
181
- suppressHydrationWarning: {
182
- required: !1,
183
- control: "boolean",
184
- type: "boolean"
185
- },
186
- tabIndex: {
187
- required: !1,
188
- control: "number",
189
- type: "number",
190
- description: "Overrides the browser's default tab order and follows the one specified instead."
191
- },
192
- title: {
193
- required: !1,
194
- control: "text",
195
- type: "string",
196
- description: "Text to be displayed in a tooltip when hovering over the element."
197
- },
198
- translate: {
199
- required: !1,
200
- control: "radio",
201
- type: "string",
202
- options: ["yes", "no"],
203
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
204
- },
205
- typeof: { required: !1, control: "text", type: "string" },
206
- unselectable: {
207
- required: !1,
208
- control: "radio",
209
- type: "string",
210
- options: ["on", "off"]
211
- },
212
- value: {
213
- required: !1,
214
- control: "text",
215
- type: "string",
216
- description: "Defines a default value which will be displayed in the element on pageload."
217
- },
218
- vocab: { required: !1, control: "text", type: "string" }
219
- };
1
+ const o = {};
220
2
  export {
221
- e as props
3
+ o as props
222
4
  };
@@ -1,174 +1,4 @@
1
- const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
- accessKey: {
4
- required: !1,
5
- control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
8
- },
9
- autoCapitalize: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Sets whether input is automatically capitalized when entered by user."
14
- },
15
- autoCorrect: { required: !1, control: "text", type: "string" },
16
- autoFocus: {
17
- required: !1,
18
- control: "boolean",
19
- type: "boolean",
20
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
21
- },
22
- autoSave: { required: !1, control: "text", type: "string" },
23
- className: { required: !1, control: "text", type: "string" },
24
- color: {
25
- required: !1,
26
- control: "color",
27
- type: "string",
28
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
29
- },
30
- content: {
31
- required: !1,
32
- control: "text",
33
- type: "string",
34
- description: "A value associated with http-equiv orname depending on the context."
35
- },
36
- contextMenu: {
37
- required: !1,
38
- control: "text",
39
- type: "string",
40
- description: "Defines the ID of a menu element which willserve as the element's context menu."
41
- },
42
- datatype: { required: !1, control: "text", type: "string" },
43
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
44
- defaultValue: { required: !1, control: "text", type: "string" },
45
- dir: {
46
- required: !1,
47
- control: "text",
48
- type: "string",
49
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
50
- },
51
- draggable: {
52
- required: !1,
53
- control: "boolean",
54
- type: "boolean",
55
- description: "Defines whether the element can be dragged."
56
- },
57
- hidden: {
58
- required: !1,
59
- control: "boolean",
60
- type: "boolean",
61
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
62
- },
63
- id: {
64
- required: !1,
65
- control: "text",
66
- type: "string",
67
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
68
- },
69
- inputMode: {
70
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
71
- required: !1,
72
- control: "select",
73
- type: "string",
74
- options: [
75
- "search",
76
- "text",
77
- "none",
78
- "tel",
79
- "url",
80
- "email",
81
- "numeric",
82
- "decimal"
83
- ]
84
- },
85
- is: {
86
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
87
- required: !1,
88
- control: "text",
89
- type: "string"
90
- },
91
- itemID: { required: !1, control: "text", type: "string" },
92
- itemProp: { required: !1, control: "text", type: "string" },
93
- itemRef: { required: !1, control: "text", type: "string" },
94
- itemScope: { required: !1, control: "boolean", type: "boolean" },
95
- itemType: { required: !1, control: "text", type: "string" },
96
- lang: {
97
- required: !1,
98
- control: "text",
99
- type: "string",
100
- description: "Defines the language used in the element."
101
- },
102
- nonce: { required: !1, control: "text", type: "string" },
103
- prefix: { required: !1, control: "text", type: "string" },
104
- property: { required: !1, control: "text", type: "string" },
105
- radioGroup: { required: !1, control: "text", type: "string" },
106
- rel: {
107
- required: !1,
108
- control: "text",
109
- type: "string",
110
- description: "Specifies the relationship of the target object to the link object."
111
- },
112
- resource: { required: !1, control: "text", type: "string" },
113
- results: { required: !1, control: "number", type: "number" },
114
- rev: { required: !1, control: "text", type: "string" },
115
- role: {
116
- required: !1,
117
- control: "text",
118
- type: "string",
119
- description: "Defines an explicit role for an element for use by assistive technologies."
120
- },
121
- security: { required: !1, control: "text", type: "string" },
122
- slot: {
123
- required: !1,
124
- control: "text",
125
- type: "string",
126
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
127
- },
128
- spellCheck: {
129
- required: !1,
130
- control: "boolean",
131
- type: "boolean",
132
- description: "Indicates whether spell checking is allowed for the element."
133
- },
134
- suppressContentEditableWarning: {
135
- required: !1,
136
- control: "boolean",
137
- type: "boolean"
138
- },
139
- suppressHydrationWarning: {
140
- required: !1,
141
- control: "boolean",
142
- type: "boolean"
143
- },
144
- tabIndex: {
145
- required: !1,
146
- control: "number",
147
- type: "number",
148
- description: "Overrides the browser's default tab order and follows the one specified instead."
149
- },
150
- title: {
151
- required: !1,
152
- control: "text",
153
- type: "string",
154
- description: "Text to be displayed in a tooltip when hovering over the element."
155
- },
156
- translate: {
157
- required: !1,
158
- control: "radio",
159
- type: "string",
160
- options: ["yes", "no"],
161
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
162
- },
163
- typeof: { required: !1, control: "text", type: "string" },
164
- unselectable: {
165
- required: !1,
166
- control: "radio",
167
- type: "string",
168
- options: ["on", "off"]
169
- },
170
- vocab: { required: !1, control: "text", type: "string" }
171
- };
1
+ const o = {};
172
2
  export {
173
- e as props
3
+ o as props
174
4
  };
@@ -1,174 +1,4 @@
1
- const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
- accessKey: {
4
- required: !1,
5
- control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
8
- },
9
- autoCapitalize: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Sets whether input is automatically capitalized when entered by user."
14
- },
15
- autoCorrect: { required: !1, control: "text", type: "string" },
16
- autoFocus: {
17
- required: !1,
18
- control: "boolean",
19
- type: "boolean",
20
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
21
- },
22
- autoSave: { required: !1, control: "text", type: "string" },
23
- className: { required: !1, control: "text", type: "string" },
24
- color: {
25
- required: !1,
26
- control: "color",
27
- type: "string",
28
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
29
- },
30
- content: {
31
- required: !1,
32
- control: "text",
33
- type: "string",
34
- description: "A value associated with http-equiv orname depending on the context."
35
- },
36
- contextMenu: {
37
- required: !1,
38
- control: "text",
39
- type: "string",
40
- description: "Defines the ID of a menu element which willserve as the element's context menu."
41
- },
42
- datatype: { required: !1, control: "text", type: "string" },
43
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
44
- defaultValue: { required: !1, control: "text", type: "string" },
45
- dir: {
46
- required: !1,
47
- control: "text",
48
- type: "string",
49
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
50
- },
51
- draggable: {
52
- required: !1,
53
- control: "boolean",
54
- type: "boolean",
55
- description: "Defines whether the element can be dragged."
56
- },
57
- hidden: {
58
- required: !1,
59
- control: "boolean",
60
- type: "boolean",
61
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
62
- },
63
- id: {
64
- required: !1,
65
- control: "text",
66
- type: "string",
67
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
68
- },
69
- inputMode: {
70
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
71
- required: !1,
72
- control: "select",
73
- type: "string",
74
- options: [
75
- "search",
76
- "text",
77
- "none",
78
- "tel",
79
- "url",
80
- "email",
81
- "numeric",
82
- "decimal"
83
- ]
84
- },
85
- is: {
86
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
87
- required: !1,
88
- control: "text",
89
- type: "string"
90
- },
91
- itemID: { required: !1, control: "text", type: "string" },
92
- itemProp: { required: !1, control: "text", type: "string" },
93
- itemRef: { required: !1, control: "text", type: "string" },
94
- itemScope: { required: !1, control: "boolean", type: "boolean" },
95
- itemType: { required: !1, control: "text", type: "string" },
96
- lang: {
97
- required: !1,
98
- control: "text",
99
- type: "string",
100
- description: "Defines the language used in the element."
101
- },
102
- nonce: { required: !1, control: "text", type: "string" },
103
- prefix: { required: !1, control: "text", type: "string" },
104
- property: { required: !1, control: "text", type: "string" },
105
- radioGroup: { required: !1, control: "text", type: "string" },
106
- rel: {
107
- required: !1,
108
- control: "text",
109
- type: "string",
110
- description: "Specifies the relationship of the target object to the link object."
111
- },
112
- resource: { required: !1, control: "text", type: "string" },
113
- results: { required: !1, control: "number", type: "number" },
114
- rev: { required: !1, control: "text", type: "string" },
115
- role: {
116
- required: !1,
117
- control: "text",
118
- type: "string",
119
- description: "Defines an explicit role for an element for use by assistive technologies."
120
- },
121
- security: { required: !1, control: "text", type: "string" },
122
- slot: {
123
- required: !1,
124
- control: "text",
125
- type: "string",
126
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
127
- },
128
- spellCheck: {
129
- required: !1,
130
- control: "boolean",
131
- type: "boolean",
132
- description: "Indicates whether spell checking is allowed for the element."
133
- },
134
- suppressContentEditableWarning: {
135
- required: !1,
136
- control: "boolean",
137
- type: "boolean"
138
- },
139
- suppressHydrationWarning: {
140
- required: !1,
141
- control: "boolean",
142
- type: "boolean"
143
- },
144
- tabIndex: {
145
- required: !1,
146
- control: "number",
147
- type: "number",
148
- description: "Overrides the browser's default tab order and follows the one specified instead."
149
- },
150
- title: {
151
- required: !1,
152
- control: "text",
153
- type: "string",
154
- description: "Text to be displayed in a tooltip when hovering over the element."
155
- },
156
- translate: {
157
- required: !1,
158
- control: "radio",
159
- type: "string",
160
- options: ["yes", "no"],
161
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
162
- },
163
- typeof: { required: !1, control: "text", type: "string" },
164
- unselectable: {
165
- required: !1,
166
- control: "radio",
167
- type: "string",
168
- options: ["on", "off"]
169
- },
170
- vocab: { required: !1, control: "text", type: "string" }
171
- };
1
+ const o = {};
172
2
  export {
173
- e as props
3
+ o as props
174
4
  };