@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,235 +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
- disabled: {
52
- required: !1,
53
- control: "boolean",
54
- type: "boolean",
55
- description: "Indicates whether the user can interact with the element."
56
- },
57
- draggable: {
58
- required: !1,
59
- control: "boolean",
60
- type: "boolean",
61
- description: "Defines whether the element can be dragged."
62
- },
63
- form: {
64
- required: !1,
65
- control: "text",
66
- type: "string",
67
- description: "Indicates the form that is the owner of the element."
68
- },
69
- formAction: {
70
- required: !1,
71
- control: "text",
72
- type: "string",
73
- description: "Indicates the action of the element, overriding the action defined inthe form."
74
- },
75
- formEncType: {
76
- required: !1,
77
- control: "text",
78
- type: "string",
79
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides theenctype attribute of the button's form owner.`
80
- },
81
- formMethod: {
82
- required: !1,
83
- control: "text",
84
- type: "string",
85
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner.`
86
- },
87
- formNoValidate: {
88
- required: !1,
89
- control: "boolean",
90
- type: "boolean",
91
- description: `If the button/input is a submit button (e.g. type="submit"), this boolean attribute specifies that the form is not to be validatedwhen it is submitted. If this attribute is specified, it overrides thenovalidate attribute of the button's form owner.`
92
- },
93
- formTarget: {
94
- required: !1,
95
- control: "text",
96
- type: "string",
97
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received aftersubmitting the form. If this attribute is specified, it overrides thetarget attribute of the button's form owner.`
98
- },
99
- hidden: {
100
- required: !1,
101
- control: "boolean",
102
- type: "boolean",
103
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
104
- },
105
- id: {
106
- required: !1,
107
- control: "text",
108
- type: "string",
109
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
110
- },
111
- inputMode: {
112
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
113
- required: !1,
114
- control: "select",
115
- type: "string",
116
- options: [
117
- "search",
118
- "text",
119
- "none",
120
- "tel",
121
- "url",
122
- "email",
123
- "numeric",
124
- "decimal"
125
- ]
126
- },
127
- is: {
128
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
129
- required: !1,
130
- control: "text",
131
- type: "string"
132
- },
133
- itemID: { required: !1, control: "text", type: "string" },
134
- itemProp: { required: !1, control: "text", type: "string" },
135
- itemRef: { required: !1, control: "text", type: "string" },
136
- itemScope: { required: !1, control: "boolean", type: "boolean" },
137
- itemType: { required: !1, control: "text", type: "string" },
138
- lang: {
139
- required: !1,
140
- control: "text",
141
- type: "string",
142
- description: "Defines the language used in the element."
143
- },
144
- name: {
145
- required: !1,
146
- control: "text",
147
- type: "string",
148
- 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)."
149
- },
150
- nonce: { required: !1, control: "text", type: "string" },
151
- prefix: { required: !1, control: "text", type: "string" },
152
- property: { required: !1, control: "text", type: "string" },
153
- radioGroup: { required: !1, control: "text", type: "string" },
154
- rel: {
155
- required: !1,
156
- control: "text",
157
- type: "string",
158
- description: "Specifies the relationship of the target object to the link object."
159
- },
160
- resource: { required: !1, control: "text", type: "string" },
161
- results: { required: !1, control: "number", type: "number" },
162
- rev: { required: !1, control: "text", type: "string" },
163
- role: {
164
- required: !1,
165
- control: "text",
166
- type: "string",
167
- description: "Defines an explicit role for an element for use by assistive technologies."
168
- },
169
- security: { required: !1, control: "text", type: "string" },
170
- slot: {
171
- required: !1,
172
- control: "text",
173
- type: "string",
174
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
175
- },
176
- spellCheck: {
177
- required: !1,
178
- control: "boolean",
179
- type: "boolean",
180
- description: "Indicates whether spell checking is allowed for the element."
181
- },
182
- suppressContentEditableWarning: {
183
- required: !1,
184
- control: "boolean",
185
- type: "boolean"
186
- },
187
- suppressHydrationWarning: {
188
- required: !1,
189
- control: "boolean",
190
- type: "boolean"
191
- },
192
- tabIndex: {
193
- required: !1,
194
- control: "number",
195
- type: "number",
196
- description: "Overrides the browser's default tab order and follows the one specified instead."
197
- },
198
- title: {
199
- required: !1,
200
- control: "text",
201
- type: "string",
202
- description: "Text to be displayed in a tooltip when hovering over the element."
203
- },
204
- translate: {
205
- required: !1,
206
- control: "radio",
207
- type: "string",
208
- options: ["yes", "no"],
209
- 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."
210
- },
211
- type: {
212
- required: !1,
213
- control: "radio",
214
- type: "string",
215
- options: ["button", "submit", "reset"],
216
- description: "Defines the type of the element."
217
- },
218
- typeof: { required: !1, control: "text", type: "string" },
219
- unselectable: {
220
- required: !1,
221
- control: "radio",
222
- type: "string",
223
- options: ["on", "off"]
224
- },
225
- value: {
226
- required: !1,
227
- control: "text",
228
- type: "string",
229
- description: "Defines a default value which will be displayed in the element on pageload."
230
- },
231
- vocab: { required: !1, control: "text", type: "string" }
232
- };
1
+ const o = {};
233
2
  export {
234
- e as props
3
+ o as props
235
4
  };
@@ -1,256 +1,11 @@
1
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
- alt: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Text description of the image, which is very important for accessibility and search engine optimization. Screen readers read this description to users so they know what the image means. Alt text is also displayed on the page if the image can't be loaded for some reason."
14
- },
15
- autoCapitalize: {
16
- required: !1,
17
- control: "text",
18
- type: "string",
19
- description: "Sets whether input is automatically capitalized when entered by user."
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
- crossOrigin: {
49
- required: !1,
50
- control: "radio",
51
- type: "string",
52
- options: ["", "anonymous", "use-credentials"],
53
- description: "How the element handles cross-origin requests"
54
- },
55
- datatype: { required: !1, control: "text", type: "string" },
56
- decoding: {
57
- required: !1,
58
- control: "radio",
59
- type: "string",
60
- options: ["async", "auto", "sync"],
61
- description: "Indicates the preferred method to decode the image."
62
- },
63
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
64
- defaultValue: { required: !1, control: "text", type: "string" },
65
- dir: {
66
- required: !1,
67
- control: "text",
68
- type: "string",
69
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
70
- },
71
- draggable: {
72
- required: !1,
73
- control: "boolean",
74
- type: "boolean",
75
- description: "Defines whether the element can be dragged."
76
- },
77
- fetchPriority: {
78
- required: !1,
79
- control: "radio",
80
- type: "string",
81
- options: ["high", "low", "auto"]
82
- },
83
- height: {
84
- required: !1,
85
- control: "number",
86
- type: "number",
87
- description: "Defines the image’s height in pixels."
88
- },
89
- hidden: {
90
- required: !1,
91
- control: "boolean",
92
- type: "boolean",
93
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
94
- },
95
- id: {
96
- required: !1,
97
- control: "text",
98
- type: "string",
99
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
100
- },
101
- inputMode: {
102
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
103
- required: !1,
104
- control: "select",
105
- type: "string",
106
- options: [
107
- "search",
108
- "text",
109
- "none",
110
- "tel",
111
- "url",
112
- "email",
113
- "numeric",
114
- "decimal"
115
- ]
116
- },
117
- is: {
118
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
119
- required: !1,
120
- control: "text",
121
- type: "string"
122
- },
123
- itemID: { required: !1, control: "text", type: "string" },
124
- itemProp: { required: !1, control: "text", type: "string" },
125
- itemRef: { required: !1, control: "text", type: "string" },
126
- itemScope: { required: !1, control: "boolean", type: "boolean" },
127
- itemType: { required: !1, control: "text", type: "string" },
128
- lang: {
129
- required: !1,
130
- control: "text",
131
- type: "string",
132
- description: "Defines the language used in the element."
133
- },
134
- loading: {
135
- required: !1,
136
- control: "radio",
137
- type: "string",
138
- options: ["eager", "lazy"],
139
- description: "Determines whether the image will load as soon as possible (Eager), or when it scrolls into view (Lazy). Lazy loading is a great option for pages with many images because it can significantly reduce the time it takes for the page to load initially."
140
- },
141
- nonce: { required: !1, control: "text", type: "string" },
142
2
  optimize: {
143
3
  description: "Optimize the image for enhanced performance.",
144
4
  required: !1,
145
5
  control: "boolean",
146
6
  type: "boolean"
147
7
  },
148
- prefix: { required: !1, control: "text", type: "string" },
149
- property: { required: !1, control: "text", type: "string" },
150
- quality: { required: !1, control: "number", type: "number" },
151
- radioGroup: { required: !1, control: "text", type: "string" },
152
- referrerPolicy: {
153
- required: !1,
154
- control: "select",
155
- type: "string",
156
- options: [
157
- "",
158
- "origin",
159
- "no-referrer",
160
- "no-referrer-when-downgrade",
161
- "origin-when-cross-origin",
162
- "same-origin",
163
- "strict-origin",
164
- "strict-origin-when-cross-origin",
165
- "unsafe-url"
166
- ],
167
- description: "Specifies which referrer is sent when fetching the resource."
168
- },
169
- rel: {
170
- required: !1,
171
- control: "text",
172
- type: "string",
173
- description: "Specifies the relationship of the target object to the link object."
174
- },
175
- resource: { required: !1, control: "text", type: "string" },
176
- results: { required: !1, control: "number", type: "number" },
177
- rev: { required: !1, control: "text", type: "string" },
178
- role: {
179
- required: !1,
180
- control: "text",
181
- type: "string",
182
- description: "Defines an explicit role for an element for use by assistive technologies."
183
- },
184
- security: { required: !1, control: "text", type: "string" },
185
- sizes: { required: !1, control: "text", type: "string" },
186
- slot: {
187
- required: !1,
188
- control: "text",
189
- type: "string",
190
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
191
- },
192
- spellCheck: {
193
- required: !1,
194
- control: "boolean",
195
- type: "boolean",
196
- description: "Indicates whether spell checking is allowed for the element."
197
- },
198
- src: {
199
- required: !1,
200
- control: "text",
201
- type: "string",
202
- description: "The URL of the embeddable content."
203
- },
204
- srcSet: {
205
- required: !1,
206
- control: "text",
207
- type: "string",
208
- description: "One or more responsive image candidates."
209
- },
210
- suppressContentEditableWarning: {
211
- required: !1,
212
- control: "boolean",
213
- type: "boolean"
214
- },
215
- suppressHydrationWarning: {
216
- required: !1,
217
- control: "boolean",
218
- type: "boolean"
219
- },
220
- tabIndex: {
221
- required: !1,
222
- control: "number",
223
- type: "number",
224
- description: "Overrides the browser's default tab order and follows the one specified instead."
225
- },
226
- title: {
227
- required: !1,
228
- control: "text",
229
- type: "string",
230
- description: "Text to be displayed in a tooltip when hovering over the element."
231
- },
232
- translate: {
233
- required: !1,
234
- control: "radio",
235
- type: "string",
236
- options: ["yes", "no"],
237
- 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."
238
- },
239
- typeof: { required: !1, control: "text", type: "string" },
240
- unselectable: {
241
- required: !1,
242
- control: "radio",
243
- type: "string",
244
- options: ["on", "off"]
245
- },
246
- useMap: { required: !1, control: "text", type: "string" },
247
- vocab: { required: !1, control: "text", type: "string" },
248
- width: {
249
- required: !1,
250
- control: "number",
251
- type: "number",
252
- description: "Defines the image’s width in pixels."
253
- }
8
+ quality: { required: !1, control: "number", type: "number" }
254
9
  };
255
10
  export {
256
11
  e as props
@@ -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
  };