@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,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,186 +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
- form: {
58
- required: !1,
59
- control: "text",
60
- type: "string",
61
- description: "Indicates the form that is the owner of the element."
62
- },
63
- hidden: {
64
- required: !1,
65
- control: "boolean",
66
- type: "boolean",
67
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
68
- },
69
- htmlFor: {
70
- required: !1,
71
- control: "text",
72
- type: "string",
73
- description: "Associates this Label with an Input. The value of the “For” attribute should match the ID attribute of the corresponding Input element"
74
- },
75
- id: {
76
- required: !1,
77
- control: "text",
78
- type: "string",
79
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
80
- },
81
- inputMode: {
82
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
83
- required: !1,
84
- control: "select",
85
- type: "string",
86
- options: [
87
- "search",
88
- "text",
89
- "none",
90
- "tel",
91
- "url",
92
- "email",
93
- "numeric",
94
- "decimal"
95
- ]
96
- },
97
- is: {
98
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
99
- required: !1,
100
- control: "text",
101
- type: "string"
102
- },
103
- itemID: { required: !1, control: "text", type: "string" },
104
- itemProp: { required: !1, control: "text", type: "string" },
105
- itemRef: { required: !1, control: "text", type: "string" },
106
- itemScope: { required: !1, control: "boolean", type: "boolean" },
107
- itemType: { required: !1, control: "text", type: "string" },
108
- lang: {
109
- required: !1,
110
- control: "text",
111
- type: "string",
112
- description: "Defines the language used in the element."
113
- },
114
- nonce: { required: !1, control: "text", type: "string" },
115
- prefix: { required: !1, control: "text", type: "string" },
116
- property: { required: !1, control: "text", type: "string" },
117
- radioGroup: { required: !1, control: "text", type: "string" },
118
- rel: {
119
- required: !1,
120
- control: "text",
121
- type: "string",
122
- description: "Specifies the relationship of the target object to the link object."
123
- },
124
- resource: { required: !1, control: "text", type: "string" },
125
- results: { required: !1, control: "number", type: "number" },
126
- rev: { required: !1, control: "text", type: "string" },
127
- role: {
128
- required: !1,
129
- control: "text",
130
- type: "string",
131
- description: "Defines an explicit role for an element for use by assistive technologies."
132
- },
133
- security: { required: !1, control: "text", type: "string" },
134
- slot: {
135
- required: !1,
136
- control: "text",
137
- type: "string",
138
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
139
- },
140
- spellCheck: {
141
- required: !1,
142
- control: "boolean",
143
- type: "boolean",
144
- description: "Indicates whether spell checking is allowed for the element."
145
- },
146
- suppressContentEditableWarning: {
147
- required: !1,
148
- control: "boolean",
149
- type: "boolean"
150
- },
151
- suppressHydrationWarning: {
152
- required: !1,
153
- control: "boolean",
154
- type: "boolean"
155
- },
156
- tabIndex: {
157
- required: !1,
158
- control: "number",
159
- type: "number",
160
- description: "Overrides the browser's default tab order and follows the one specified instead."
161
- },
162
- title: {
163
- required: !1,
164
- control: "text",
165
- type: "string",
166
- description: "Text to be displayed in a tooltip when hovering over the element."
167
- },
168
- translate: {
169
- required: !1,
170
- control: "radio",
171
- type: "string",
172
- options: ["yes", "no"],
173
- 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."
174
- },
175
- typeof: { required: !1, control: "text", type: "string" },
176
- unselectable: {
177
- required: !1,
178
- control: "radio",
179
- type: "string",
180
- options: ["on", "off"]
181
- },
182
- vocab: { required: !1, control: "text", type: "string" }
183
- };
1
+ const o = {};
184
2
  export {
185
- e as props
3
+ o as props
186
4
  };
@@ -1,243 +1,26 @@
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
- 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
2
  download: {
52
3
  required: !1,
53
4
  control: "boolean",
54
5
  type: "boolean",
55
- description: "Indicates that the hyperlink is to be used for downloading a resource."
56
- },
57
- draggable: {
58
- required: !1,
59
- control: "boolean",
60
- type: "boolean",
61
- description: "Defines whether the element can be dragged."
62
- },
63
- hidden: {
64
- required: !1,
65
- control: "boolean",
66
- type: "boolean",
67
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
68
- },
69
- href: {
70
- required: !1,
71
- control: "text",
72
- type: "string",
73
- description: "The URL of a linked resource."
74
- },
75
- hrefLang: {
76
- required: !1,
77
- control: "text",
78
- type: "string",
79
- description: "Specifies the language of the linked resource."
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
- media: {
121
- required: !1,
122
- control: "text",
123
- type: "string",
124
- description: "Specifies a hint of the media for which the linked resource was designed."
125
- },
126
- nonce: { required: !1, control: "text", type: "string" },
127
- ping: {
128
- required: !1,
129
- control: "text",
130
- type: "string",
131
- description: "The ping attribute specifies a space-separated list of URLs to be notified if a user follows the hyperlink."
6
+ description: "Whether to download the resource instead of navigating to it, and its filename if so"
132
7
  },
133
8
  prefetch: {
134
9
  required: !1,
135
10
  control: "select",
136
11
  type: "string",
137
- options: ["none", "intent", "render", "viewport"],
138
- description: "Controls when and if the link prefetches the resources that the next page needs to make loading faster. “Intent” will prefetch when the link is hovered or focused. “Render” will prefetch when the link is rendered. “Viewport” will prefetch when the link is in the viewport. “None” will not prefetch."
12
+ options: ["none", "intent", "render", "viewport"]
139
13
  },
140
- prefix: { required: !1, control: "text", type: "string" },
141
14
  preventScrollReset: { required: !1, control: "boolean", type: "boolean" },
142
- property: { required: !1, control: "text", type: "string" },
143
- radioGroup: { required: !1, control: "text", type: "string" },
144
- referrerPolicy: {
145
- required: !1,
146
- control: "select",
147
- type: "string",
148
- options: [
149
- "",
150
- "no-referrer",
151
- "no-referrer-when-downgrade",
152
- "origin",
153
- "origin-when-cross-origin",
154
- "same-origin",
155
- "strict-origin",
156
- "strict-origin-when-cross-origin",
157
- "unsafe-url"
158
- ],
159
- description: "Specifies which referrer is sent when fetching the resource."
160
- },
161
- rel: {
162
- required: !1,
163
- control: "text",
164
- type: "string",
165
- description: "Specifies the relationship of the target object to the link object."
166
- },
167
15
  reloadDocument: { required: !1, control: "boolean", type: "boolean" },
168
16
  replace: { required: !1, control: "boolean", type: "boolean" },
169
- resource: { required: !1, control: "text", type: "string" },
170
- results: { required: !1, control: "number", type: "number" },
171
- rev: { required: !1, control: "text", type: "string" },
172
- role: {
173
- required: !1,
174
- control: "text",
175
- type: "string",
176
- description: "Defines an explicit role for an element for use by assistive technologies."
177
- },
178
- security: { required: !1, control: "text", type: "string" },
179
- slot: {
180
- required: !1,
181
- control: "text",
182
- type: "string",
183
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
184
- },
185
- spellCheck: {
186
- required: !1,
187
- control: "boolean",
188
- type: "boolean",
189
- description: "Indicates whether spell checking is allowed for the element."
190
- },
191
- suppressContentEditableWarning: {
192
- required: !1,
193
- control: "boolean",
194
- type: "boolean"
195
- },
196
- suppressHydrationWarning: {
197
- required: !1,
198
- control: "boolean",
199
- type: "boolean"
200
- },
201
- tabIndex: {
202
- required: !1,
203
- control: "number",
204
- type: "number",
205
- description: "Overrides the browser's default tab order and follows the one specified instead."
206
- },
207
17
  target: {
208
18
  required: !1,
209
19
  control: "select",
210
20
  type: "string",
211
21
  options: ["_self", "_blank", "_parent", "_top"],
212
- description: "Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)"
213
- },
214
- title: {
215
- required: !1,
216
- control: "text",
217
- type: "string",
218
- description: "Text to be displayed in a tooltip when hovering over the element."
219
- },
220
- translate: {
221
- required: !1,
222
- control: "radio",
223
- type: "string",
224
- options: ["yes", "no"],
225
- 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."
226
- },
227
- type: {
228
- required: !1,
229
- control: "text",
230
- type: "string",
231
- description: "Defines the type of the element."
232
- },
233
- typeof: { required: !1, control: "text", type: "string" },
234
- unselectable: {
235
- required: !1,
236
- control: "radio",
237
- type: "string",
238
- options: ["on", "off"]
239
- },
240
- vocab: { required: !1, control: "text", type: "string" }
22
+ description: "Navigable for form submission"
23
+ }
241
24
  };
242
25
  export {
243
26
  e as props