@webstudio-is/sdk-components-react 0.75.0 → 0.77.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 (171) hide show
  1. package/lib/__generated__/blockquote.props.js +84 -88
  2. package/lib/__generated__/body.props.js +83 -87
  3. package/lib/__generated__/bold.props.js +83 -87
  4. package/lib/__generated__/box.props.js +83 -87
  5. package/lib/__generated__/button.props.js +98 -103
  6. package/lib/__generated__/checkbox.props.js +120 -127
  7. package/lib/__generated__/code-text.props.js +84 -88
  8. package/lib/__generated__/form.props.js +90 -94
  9. package/lib/__generated__/heading.props.js +83 -87
  10. package/lib/__generated__/image.props.js +124 -128
  11. package/lib/__generated__/input.props.js +126 -133
  12. package/lib/__generated__/italic.props.js +83 -87
  13. package/lib/__generated__/label.props.js +85 -89
  14. package/lib/__generated__/link.props.js +110 -115
  15. package/lib/__generated__/list-item.props.js +83 -88
  16. package/lib/__generated__/list.props.js +87 -91
  17. package/lib/__generated__/paragraph.props.js +83 -87
  18. package/lib/__generated__/radio-button.props.js +120 -127
  19. package/lib/__generated__/rich-text-link.props.js +110 -115
  20. package/lib/__generated__/separator.props.js +83 -87
  21. package/lib/__generated__/span.props.js +83 -87
  22. package/lib/__generated__/subscript.props.js +83 -87
  23. package/lib/__generated__/superscript.props.js +83 -87
  24. package/lib/__generated__/text.props.js +83 -87
  25. package/lib/__generated__/textarea.props.js +95 -101
  26. package/lib/__generated__/vimeo-play-button.props.js +97 -102
  27. package/lib/__generated__/vimeo-preview-image.props.js +124 -128
  28. package/lib/__generated__/vimeo-spinner.props.js +83 -87
  29. package/lib/__generated__/vimeo.props.js +127 -131
  30. package/lib/blockquote.ws.js +2 -46
  31. package/lib/body.ws.js +1 -21
  32. package/lib/cjs/__generated__/blockquote.props.js +84 -88
  33. package/lib/cjs/__generated__/body.props.js +83 -87
  34. package/lib/cjs/__generated__/bold.props.js +83 -87
  35. package/lib/cjs/__generated__/box.props.js +83 -87
  36. package/lib/cjs/__generated__/button.props.js +98 -103
  37. package/lib/cjs/__generated__/checkbox.props.js +120 -127
  38. package/lib/cjs/__generated__/code-text.props.js +84 -88
  39. package/lib/cjs/__generated__/form.props.js +90 -94
  40. package/lib/cjs/__generated__/heading.props.js +83 -87
  41. package/lib/cjs/__generated__/image.props.js +124 -128
  42. package/lib/cjs/__generated__/input.props.js +126 -133
  43. package/lib/cjs/__generated__/italic.props.js +83 -87
  44. package/lib/cjs/__generated__/label.props.js +85 -89
  45. package/lib/cjs/__generated__/link.props.js +110 -115
  46. package/lib/cjs/__generated__/list-item.props.js +83 -88
  47. package/lib/cjs/__generated__/list.props.js +87 -91
  48. package/lib/cjs/__generated__/paragraph.props.js +83 -87
  49. package/lib/cjs/__generated__/radio-button.props.js +120 -127
  50. package/lib/cjs/__generated__/rich-text-link.props.js +110 -115
  51. package/lib/cjs/__generated__/separator.props.js +83 -87
  52. package/lib/cjs/__generated__/span.props.js +83 -87
  53. package/lib/cjs/__generated__/subscript.props.js +83 -87
  54. package/lib/cjs/__generated__/superscript.props.js +83 -87
  55. package/lib/cjs/__generated__/text.props.js +83 -87
  56. package/lib/cjs/__generated__/textarea.props.js +95 -101
  57. package/lib/cjs/__generated__/vimeo-play-button.props.js +97 -102
  58. package/lib/cjs/__generated__/vimeo-preview-image.props.js +124 -128
  59. package/lib/cjs/__generated__/vimeo-spinner.props.js +83 -87
  60. package/lib/cjs/__generated__/vimeo.props.js +127 -131
  61. package/lib/cjs/blockquote.ws.js +2 -46
  62. package/lib/cjs/body.ws.js +1 -21
  63. package/lib/cjs/code-text.js +2 -2
  64. package/lib/cjs/components.js +0 -4
  65. package/lib/cjs/form.ws.js +1 -0
  66. package/lib/cjs/link.js +6 -2
  67. package/lib/cjs/list.ws.js +1 -1
  68. package/lib/cjs/metas.js +0 -4
  69. package/lib/cjs/props.js +0 -4
  70. package/lib/code-text.js +2 -2
  71. package/lib/components.js +0 -4
  72. package/lib/form.ws.js +1 -0
  73. package/lib/link.js +6 -2
  74. package/lib/list.ws.js +1 -1
  75. package/lib/metas.js +14 -18
  76. package/lib/props.js +14 -18
  77. package/lib/types/code-text.d.ts +1 -1
  78. package/lib/types/components.d.ts +0 -2
  79. package/lib/types/metas.d.ts +0 -2
  80. package/lib/types/props.d.ts +0 -2
  81. package/package.json +10 -11
  82. package/src/__generated__/blockquote.props.ts +85 -89
  83. package/src/__generated__/body.props.ts +84 -88
  84. package/src/__generated__/bold.props.ts +84 -88
  85. package/src/__generated__/box.props.ts +84 -88
  86. package/src/__generated__/button.props.ts +99 -104
  87. package/src/__generated__/checkbox.props.ts +121 -128
  88. package/src/__generated__/code-text.props.ts +85 -89
  89. package/src/__generated__/form.props.ts +91 -95
  90. package/src/__generated__/heading.props.ts +84 -88
  91. package/src/__generated__/image.props.ts +126 -130
  92. package/src/__generated__/input.props.ts +127 -134
  93. package/src/__generated__/italic.props.ts +84 -88
  94. package/src/__generated__/label.props.ts +86 -90
  95. package/src/__generated__/link.props.ts +111 -116
  96. package/src/__generated__/list-item.props.ts +84 -89
  97. package/src/__generated__/list.props.ts +88 -92
  98. package/src/__generated__/paragraph.props.ts +84 -88
  99. package/src/__generated__/radio-button.props.ts +121 -128
  100. package/src/__generated__/rich-text-link.props.ts +111 -116
  101. package/src/__generated__/separator.props.ts +84 -88
  102. package/src/__generated__/span.props.ts +84 -88
  103. package/src/__generated__/subscript.props.ts +84 -88
  104. package/src/__generated__/superscript.props.ts +84 -88
  105. package/src/__generated__/text.props.ts +84 -88
  106. package/src/__generated__/textarea.props.ts +96 -102
  107. package/src/__generated__/vimeo-play-button.props.ts +98 -103
  108. package/src/__generated__/vimeo-preview-image.props.ts +126 -130
  109. package/src/__generated__/vimeo-spinner.props.ts +84 -88
  110. package/src/__generated__/vimeo.props.ts +131 -135
  111. package/src/blockquote.ws.tsx +2 -48
  112. package/src/body.ws.tsx +1 -21
  113. package/src/code-text.tsx +2 -2
  114. package/src/components.ts +0 -2
  115. package/src/form.ws.tsx +1 -0
  116. package/src/link.tsx +7 -2
  117. package/src/list.ws.tsx +1 -1
  118. package/src/metas.ts +0 -2
  119. package/src/props.ts +0 -2
  120. package/src/subscript.stories.tsx +9 -9
  121. package/lib/__generated__/error-message.props.js +0 -398
  122. package/lib/__generated__/success-message.props.js +0 -398
  123. package/lib/cjs/__generated__/error-message.props.js +0 -418
  124. package/lib/cjs/__generated__/success-message.props.js +0 -418
  125. package/lib/cjs/error-message.js +0 -29
  126. package/lib/cjs/error-message.ws.js +0 -40
  127. package/lib/cjs/success-message.js +0 -29
  128. package/lib/cjs/success-message.ws.js +0 -40
  129. package/lib/error-message.js +0 -9
  130. package/lib/error-message.ws.js +0 -20
  131. package/lib/success-message.js +0 -9
  132. package/lib/success-message.ws.js +0 -20
  133. package/lib/types/__generated__/error-message.props.d.ts +0 -2
  134. package/lib/types/__generated__/success-message.props.d.ts +0 -2
  135. package/lib/types/blockquote.stories.d.ts +0 -5
  136. package/lib/types/body.stories.d.ts +0 -6
  137. package/lib/types/bold.stories.d.ts +0 -5
  138. package/lib/types/box.stories.d.ts +0 -9
  139. package/lib/types/button.stories.d.ts +0 -5
  140. package/lib/types/code-text.stories.d.ts +0 -11
  141. package/lib/types/error-message.d.ts +0 -3
  142. package/lib/types/error-message.ws.d.ts +0 -3
  143. package/lib/types/form.stories.d.ts +0 -5
  144. package/lib/types/heading.stories.d.ts +0 -9
  145. package/lib/types/html-embed.stories.d.ts +0 -11
  146. package/lib/types/image.stories.d.ts +0 -562
  147. package/lib/types/input.stories.d.ts +0 -9
  148. package/lib/types/italic.stories.d.ts +0 -5
  149. package/lib/types/link.stories.d.ts +0 -9
  150. package/lib/types/list-item.stories.d.ts +0 -5
  151. package/lib/types/list.stories.d.ts +0 -9
  152. package/lib/types/paragraph.stories.d.ts +0 -5
  153. package/lib/types/rich-text-link.stories.d.ts +0 -9
  154. package/lib/types/separator.stories.d.ts +0 -5
  155. package/lib/types/slot.stories.d.ts +0 -9
  156. package/lib/types/span.stories.d.ts +0 -5
  157. package/lib/types/subscript.stories.d.ts +0 -5
  158. package/lib/types/success-message.d.ts +0 -3
  159. package/lib/types/success-message.ws.d.ts +0 -3
  160. package/lib/types/superscript.stories.d.ts +0 -5
  161. package/lib/types/text.stories.d.ts +0 -9
  162. package/lib/types/vimeo-play-button.stories.d.ts +0 -5
  163. package/lib/types/vimeo-preview-image.stories.d.ts +0 -562
  164. package/lib/types/vimeo-spinner.stories.d.ts +0 -5
  165. package/lib/types/vimeo.stories.d.ts +0 -71
  166. package/src/__generated__/error-message.props.ts +0 -443
  167. package/src/__generated__/success-message.props.ts +0 -443
  168. package/src/error-message.tsx +0 -10
  169. package/src/error-message.ws.tsx +0 -24
  170. package/src/success-message.tsx +0 -10
  171. package/src/success-message.ws.tsx +0 -24
@@ -22,140 +22,10 @@ __export(input_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(input_props_exports);
24
24
  const props = {
25
- form: { required: false, control: "text", type: "string" },
26
- slot: { required: false, control: "text", type: "string" },
27
- style: { required: false, control: "text", type: "string" },
28
- title: { required: false, control: "text", type: "string" },
29
- pattern: { required: false, control: "text", type: "string" },
25
+ about: { required: false, control: "text", type: "string" },
30
26
  accept: { required: false, control: "text", type: "string" },
31
- alt: { required: false, control: "text", type: "string" },
32
- autoComplete: { required: false, control: "text", type: "string" },
33
- capture: { required: false, control: "text", type: "string" },
34
- checked: { required: false, control: "boolean", type: "boolean" },
35
- crossOrigin: {
36
- required: false,
37
- control: "radio",
38
- type: "string",
39
- options: ["", "anonymous", "use-credentials"]
40
- },
41
- disabled: { required: false, control: "boolean", type: "boolean" },
42
- enterKeyHint: {
43
- required: false,
44
- control: "select",
45
- type: "string",
46
- options: ["search", "enter", "done", "go", "next", "previous", "send"]
47
- },
48
- formAction: { required: false, control: "text", type: "string" },
49
- formEncType: { required: false, control: "text", type: "string" },
50
- formMethod: { required: false, control: "text", type: "string" },
51
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
52
- formTarget: { required: false, control: "text", type: "string" },
53
- height: { required: false, control: "number", type: "number" },
54
- list: { required: false, control: "text", type: "string" },
55
- max: { required: false, control: "number", type: "number" },
56
- maxLength: { required: false, control: "number", type: "number" },
57
- min: { required: false, control: "number", type: "number" },
58
- minLength: { required: false, control: "number", type: "number" },
59
- multiple: { required: false, control: "boolean", type: "boolean" },
60
- name: { required: false, control: "text", type: "string" },
61
- placeholder: { required: false, control: "text", type: "string" },
62
- readOnly: { required: false, control: "boolean", type: "boolean" },
63
- required: { required: false, control: "boolean", type: "boolean" },
64
- size: { required: false, control: "number", type: "number" },
65
- src: { required: false, control: "text", type: "string" },
66
- step: { required: false, control: "number", type: "number" },
67
- type: {
68
- required: false,
69
- control: "select",
70
- type: "string",
71
- options: ["number", "text", "email", "password", "tel", "url"]
72
- },
73
- value: { required: false, control: "text", type: "string" },
74
- width: { required: false, control: "number", type: "number" },
75
- onChange: { required: false, control: "text", type: "string" },
76
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
77
- defaultValue: { required: false, control: "text", type: "string" },
78
- suppressContentEditableWarning: {
79
- required: false,
80
- control: "boolean",
81
- type: "boolean"
82
- },
83
- suppressHydrationWarning: {
84
- required: false,
85
- control: "boolean",
86
- type: "boolean"
87
- },
88
27
  accessKey: { required: false, control: "text", type: "string" },
89
- autoFocus: { required: false, control: "boolean", type: "boolean" },
90
- className: { required: false, control: "text", type: "string" },
91
- contentEditable: { required: false, control: "text", type: "string" },
92
- contextMenu: { required: false, control: "text", type: "string" },
93
- dir: { required: false, control: "text", type: "string" },
94
- draggable: { required: false, control: "boolean", type: "boolean" },
95
- hidden: { required: false, control: "boolean", type: "boolean" },
96
- id: { required: false, control: "text", type: "string" },
97
- lang: { required: false, control: "text", type: "string" },
98
- nonce: { required: false, control: "text", type: "string" },
99
- spellCheck: { required: false, control: "boolean", type: "boolean" },
100
- tabIndex: { required: false, control: "number", type: "number" },
101
- translate: {
102
- required: false,
103
- control: "radio",
104
- type: "string",
105
- options: ["yes", "no"]
106
- },
107
- radioGroup: { required: false, control: "text", type: "string" },
108
- role: { required: false, control: "text", type: "string" },
109
- about: { required: false, control: "text", type: "string" },
110
- content: { required: false, control: "text", type: "string" },
111
- datatype: { required: false, control: "text", type: "string" },
112
- inlist: { required: false, control: "text", type: "string" },
113
- prefix: { required: false, control: "text", type: "string" },
114
- property: { required: false, control: "text", type: "string" },
115
- rel: { required: false, control: "text", type: "string" },
116
- resource: { required: false, control: "text", type: "string" },
117
- rev: { required: false, control: "text", type: "string" },
118
- typeof: { required: false, control: "text", type: "string" },
119
- vocab: { required: false, control: "text", type: "string" },
120
- autoCapitalize: { required: false, control: "text", type: "string" },
121
- autoCorrect: { required: false, control: "text", type: "string" },
122
- autoSave: { required: false, control: "text", type: "string" },
123
- color: { required: false, control: "color", type: "string" },
124
- itemProp: { required: false, control: "text", type: "string" },
125
- itemScope: { required: false, control: "boolean", type: "boolean" },
126
- itemType: { required: false, control: "text", type: "string" },
127
- itemID: { required: false, control: "text", type: "string" },
128
- itemRef: { required: false, control: "text", type: "string" },
129
- results: { required: false, control: "number", type: "number" },
130
- security: { required: false, control: "text", type: "string" },
131
- unselectable: {
132
- required: false,
133
- control: "radio",
134
- type: "string",
135
- options: ["on", "off"]
136
- },
137
- inputMode: {
138
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
139
- required: false,
140
- control: "select",
141
- type: "string",
142
- options: [
143
- "text",
144
- "email",
145
- "tel",
146
- "url",
147
- "search",
148
- "none",
149
- "numeric",
150
- "decimal"
151
- ]
152
- },
153
- is: {
154
- description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
155
- required: false,
156
- control: "text",
157
- type: "string"
158
- },
28
+ alt: { required: false, control: "text", type: "string" },
159
29
  "aria-activedescendant": {
160
30
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
161
31
  required: false,
@@ -461,5 +331,128 @@ const props = {
461
331
  required: false,
462
332
  control: "text",
463
333
  type: "string"
464
- }
334
+ },
335
+ autoCapitalize: { required: false, control: "text", type: "string" },
336
+ autoComplete: { required: false, control: "text", type: "string" },
337
+ autoCorrect: { required: false, control: "text", type: "string" },
338
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
339
+ autoSave: { required: false, control: "text", type: "string" },
340
+ checked: { required: false, control: "boolean", type: "boolean" },
341
+ className: { required: false, control: "text", type: "string" },
342
+ color: { required: false, control: "color", type: "string" },
343
+ content: { required: false, control: "text", type: "string" },
344
+ contextMenu: { required: false, control: "text", type: "string" },
345
+ crossOrigin: {
346
+ required: false,
347
+ control: "radio",
348
+ type: "string",
349
+ options: ["", "anonymous", "use-credentials"]
350
+ },
351
+ datatype: { required: false, control: "text", type: "string" },
352
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
353
+ dir: { required: false, control: "text", type: "string" },
354
+ disabled: { required: false, control: "boolean", type: "boolean" },
355
+ draggable: { required: false, control: "boolean", type: "boolean" },
356
+ enterKeyHint: {
357
+ required: false,
358
+ control: "select",
359
+ type: "string",
360
+ options: ["search", "enter", "done", "go", "next", "previous", "send"]
361
+ },
362
+ form: { required: false, control: "text", type: "string" },
363
+ formAction: { required: false, control: "text", type: "string" },
364
+ formEncType: { required: false, control: "text", type: "string" },
365
+ formMethod: { required: false, control: "text", type: "string" },
366
+ formNoValidate: { required: false, control: "boolean", type: "boolean" },
367
+ formTarget: { required: false, control: "text", type: "string" },
368
+ height: { required: false, control: "number", type: "number" },
369
+ hidden: { required: false, control: "boolean", type: "boolean" },
370
+ id: { required: false, control: "text", type: "string" },
371
+ inputMode: {
372
+ description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
373
+ required: false,
374
+ control: "select",
375
+ type: "string",
376
+ options: [
377
+ "text",
378
+ "email",
379
+ "tel",
380
+ "url",
381
+ "search",
382
+ "none",
383
+ "numeric",
384
+ "decimal"
385
+ ]
386
+ },
387
+ is: {
388
+ description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
389
+ required: false,
390
+ control: "text",
391
+ type: "string"
392
+ },
393
+ itemID: { required: false, control: "text", type: "string" },
394
+ itemProp: { required: false, control: "text", type: "string" },
395
+ itemRef: { required: false, control: "text", type: "string" },
396
+ itemScope: { required: false, control: "boolean", type: "boolean" },
397
+ itemType: { required: false, control: "text", type: "string" },
398
+ lang: { required: false, control: "text", type: "string" },
399
+ list: { required: false, control: "text", type: "string" },
400
+ max: { required: false, control: "number", type: "number" },
401
+ maxLength: { required: false, control: "number", type: "number" },
402
+ min: { required: false, control: "number", type: "number" },
403
+ minLength: { required: false, control: "number", type: "number" },
404
+ multiple: { required: false, control: "boolean", type: "boolean" },
405
+ name: { required: false, control: "text", type: "string" },
406
+ nonce: { required: false, control: "text", type: "string" },
407
+ pattern: { required: false, control: "text", type: "string" },
408
+ placeholder: { required: false, control: "text", type: "string" },
409
+ prefix: { required: false, control: "text", type: "string" },
410
+ property: { required: false, control: "text", type: "string" },
411
+ radioGroup: { required: false, control: "text", type: "string" },
412
+ readOnly: { required: false, control: "boolean", type: "boolean" },
413
+ rel: { required: false, control: "text", type: "string" },
414
+ required: { required: false, control: "boolean", type: "boolean" },
415
+ resource: { required: false, control: "text", type: "string" },
416
+ results: { required: false, control: "number", type: "number" },
417
+ rev: { required: false, control: "text", type: "string" },
418
+ role: { required: false, control: "text", type: "string" },
419
+ security: { required: false, control: "text", type: "string" },
420
+ size: { required: false, control: "number", type: "number" },
421
+ slot: { required: false, control: "text", type: "string" },
422
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
423
+ src: { required: false, control: "text", type: "string" },
424
+ step: { required: false, control: "number", type: "number" },
425
+ suppressContentEditableWarning: {
426
+ required: false,
427
+ control: "boolean",
428
+ type: "boolean"
429
+ },
430
+ suppressHydrationWarning: {
431
+ required: false,
432
+ control: "boolean",
433
+ type: "boolean"
434
+ },
435
+ tabIndex: { required: false, control: "number", type: "number" },
436
+ title: { required: false, control: "text", type: "string" },
437
+ translate: {
438
+ required: false,
439
+ control: "radio",
440
+ type: "string",
441
+ options: ["yes", "no"]
442
+ },
443
+ type: {
444
+ required: false,
445
+ control: "select",
446
+ type: "string",
447
+ options: ["number", "text", "email", "password", "tel", "url"]
448
+ },
449
+ typeof: { required: false, control: "text", type: "string" },
450
+ unselectable: {
451
+ required: false,
452
+ control: "radio",
453
+ type: "string",
454
+ options: ["on", "off"]
455
+ },
456
+ vocab: { required: false, control: "text", type: "string" },
457
+ width: { required: false, control: "number", type: "number" }
465
458
  };
@@ -22,93 +22,8 @@ __export(italic_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(italic_props_exports);
24
24
  const props = {
25
- slot: { required: false, control: "text", type: "string" },
26
- style: { required: false, control: "text", type: "string" },
27
- title: { required: false, control: "text", type: "string" },
28
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
29
- defaultValue: { required: false, control: "text", type: "string" },
30
- suppressContentEditableWarning: {
31
- required: false,
32
- control: "boolean",
33
- type: "boolean"
34
- },
35
- suppressHydrationWarning: {
36
- required: false,
37
- control: "boolean",
38
- type: "boolean"
39
- },
40
- accessKey: { required: false, control: "text", type: "string" },
41
- autoFocus: { required: false, control: "boolean", type: "boolean" },
42
- className: { required: false, control: "text", type: "string" },
43
- contentEditable: { required: false, control: "text", type: "string" },
44
- contextMenu: { required: false, control: "text", type: "string" },
45
- dir: { required: false, control: "text", type: "string" },
46
- draggable: { required: false, control: "boolean", type: "boolean" },
47
- hidden: { required: false, control: "boolean", type: "boolean" },
48
- id: { required: false, control: "text", type: "string" },
49
- lang: { required: false, control: "text", type: "string" },
50
- nonce: { required: false, control: "text", type: "string" },
51
- placeholder: { required: false, control: "text", type: "string" },
52
- spellCheck: { required: false, control: "boolean", type: "boolean" },
53
- tabIndex: { required: false, control: "number", type: "number" },
54
- translate: {
55
- required: false,
56
- control: "radio",
57
- type: "string",
58
- options: ["yes", "no"]
59
- },
60
- radioGroup: { required: false, control: "text", type: "string" },
61
- role: { required: false, control: "text", type: "string" },
62
25
  about: { required: false, control: "text", type: "string" },
63
- content: { required: false, control: "text", type: "string" },
64
- datatype: { required: false, control: "text", type: "string" },
65
- inlist: { required: false, control: "text", type: "string" },
66
- prefix: { required: false, control: "text", type: "string" },
67
- property: { required: false, control: "text", type: "string" },
68
- rel: { required: false, control: "text", type: "string" },
69
- resource: { required: false, control: "text", type: "string" },
70
- rev: { required: false, control: "text", type: "string" },
71
- typeof: { required: false, control: "text", type: "string" },
72
- vocab: { required: false, control: "text", type: "string" },
73
- autoCapitalize: { required: false, control: "text", type: "string" },
74
- autoCorrect: { required: false, control: "text", type: "string" },
75
- autoSave: { required: false, control: "text", type: "string" },
76
- color: { required: false, control: "color", type: "string" },
77
- itemProp: { required: false, control: "text", type: "string" },
78
- itemScope: { required: false, control: "boolean", type: "boolean" },
79
- itemType: { required: false, control: "text", type: "string" },
80
- itemID: { required: false, control: "text", type: "string" },
81
- itemRef: { required: false, control: "text", type: "string" },
82
- results: { required: false, control: "number", type: "number" },
83
- security: { required: false, control: "text", type: "string" },
84
- unselectable: {
85
- required: false,
86
- control: "radio",
87
- type: "string",
88
- options: ["on", "off"]
89
- },
90
- inputMode: {
91
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
92
- required: false,
93
- control: "select",
94
- type: "string",
95
- options: [
96
- "text",
97
- "none",
98
- "search",
99
- "tel",
100
- "url",
101
- "email",
102
- "numeric",
103
- "decimal"
104
- ]
105
- },
106
- is: {
107
- description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
108
- required: false,
109
- control: "text",
110
- type: "string"
111
- },
26
+ accessKey: { required: false, control: "text", type: "string" },
112
27
  "aria-activedescendant": {
113
28
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
114
29
  required: false,
@@ -414,5 +329,86 @@ const props = {
414
329
  required: false,
415
330
  control: "text",
416
331
  type: "string"
417
- }
332
+ },
333
+ autoCapitalize: { required: false, control: "text", type: "string" },
334
+ autoCorrect: { required: false, control: "text", type: "string" },
335
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
336
+ autoSave: { required: false, control: "text", type: "string" },
337
+ className: { required: false, control: "text", type: "string" },
338
+ color: { required: false, control: "color", type: "string" },
339
+ content: { required: false, control: "text", type: "string" },
340
+ contextMenu: { required: false, control: "text", type: "string" },
341
+ datatype: { required: false, control: "text", type: "string" },
342
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
343
+ dir: { required: false, control: "text", type: "string" },
344
+ draggable: { required: false, control: "boolean", type: "boolean" },
345
+ hidden: { required: false, control: "boolean", type: "boolean" },
346
+ id: { required: false, control: "text", type: "string" },
347
+ inputMode: {
348
+ description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
349
+ required: false,
350
+ control: "select",
351
+ type: "string",
352
+ options: [
353
+ "text",
354
+ "none",
355
+ "search",
356
+ "tel",
357
+ "url",
358
+ "email",
359
+ "numeric",
360
+ "decimal"
361
+ ]
362
+ },
363
+ is: {
364
+ description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
365
+ required: false,
366
+ control: "text",
367
+ type: "string"
368
+ },
369
+ itemID: { required: false, control: "text", type: "string" },
370
+ itemProp: { required: false, control: "text", type: "string" },
371
+ itemRef: { required: false, control: "text", type: "string" },
372
+ itemScope: { required: false, control: "boolean", type: "boolean" },
373
+ itemType: { required: false, control: "text", type: "string" },
374
+ lang: { required: false, control: "text", type: "string" },
375
+ nonce: { required: false, control: "text", type: "string" },
376
+ placeholder: { required: false, control: "text", type: "string" },
377
+ prefix: { required: false, control: "text", type: "string" },
378
+ property: { required: false, control: "text", type: "string" },
379
+ radioGroup: { required: false, control: "text", type: "string" },
380
+ rel: { required: false, control: "text", type: "string" },
381
+ resource: { required: false, control: "text", type: "string" },
382
+ results: { required: false, control: "number", type: "number" },
383
+ rev: { required: false, control: "text", type: "string" },
384
+ role: { required: false, control: "text", type: "string" },
385
+ security: { required: false, control: "text", type: "string" },
386
+ slot: { required: false, control: "text", type: "string" },
387
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
388
+ suppressContentEditableWarning: {
389
+ required: false,
390
+ control: "boolean",
391
+ type: "boolean"
392
+ },
393
+ suppressHydrationWarning: {
394
+ required: false,
395
+ control: "boolean",
396
+ type: "boolean"
397
+ },
398
+ tabIndex: { required: false, control: "number", type: "number" },
399
+ title: { required: false, control: "text", type: "string" },
400
+ translate: {
401
+ required: false,
402
+ control: "radio",
403
+ type: "string",
404
+ options: ["yes", "no"]
405
+ },
406
+ typeof: { required: false, control: "text", type: "string" },
407
+ unselectable: {
408
+ required: false,
409
+ control: "radio",
410
+ type: "string",
411
+ options: ["on", "off"]
412
+ },
413
+ vocab: { required: false, control: "text", type: "string" }
418
414
  };
@@ -22,95 +22,8 @@ __export(label_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(label_props_exports);
24
24
  const props = {
25
- form: { required: false, control: "text", type: "string" },
26
- slot: { required: false, control: "text", type: "string" },
27
- style: { required: false, control: "text", type: "string" },
28
- title: { required: false, control: "text", type: "string" },
29
- htmlFor: { required: false, control: "text", type: "string" },
30
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
31
- defaultValue: { required: false, control: "text", type: "string" },
32
- suppressContentEditableWarning: {
33
- required: false,
34
- control: "boolean",
35
- type: "boolean"
36
- },
37
- suppressHydrationWarning: {
38
- required: false,
39
- control: "boolean",
40
- type: "boolean"
41
- },
42
- accessKey: { required: false, control: "text", type: "string" },
43
- autoFocus: { required: false, control: "boolean", type: "boolean" },
44
- className: { required: false, control: "text", type: "string" },
45
- contentEditable: { required: false, control: "text", type: "string" },
46
- contextMenu: { required: false, control: "text", type: "string" },
47
- dir: { required: false, control: "text", type: "string" },
48
- draggable: { required: false, control: "boolean", type: "boolean" },
49
- hidden: { required: false, control: "boolean", type: "boolean" },
50
- id: { required: false, control: "text", type: "string" },
51
- lang: { required: false, control: "text", type: "string" },
52
- nonce: { required: false, control: "text", type: "string" },
53
- placeholder: { required: false, control: "text", type: "string" },
54
- spellCheck: { required: false, control: "boolean", type: "boolean" },
55
- tabIndex: { required: false, control: "number", type: "number" },
56
- translate: {
57
- required: false,
58
- control: "radio",
59
- type: "string",
60
- options: ["yes", "no"]
61
- },
62
- radioGroup: { required: false, control: "text", type: "string" },
63
- role: { required: false, control: "text", type: "string" },
64
25
  about: { required: false, control: "text", type: "string" },
65
- content: { required: false, control: "text", type: "string" },
66
- datatype: { required: false, control: "text", type: "string" },
67
- inlist: { required: false, control: "text", type: "string" },
68
- prefix: { required: false, control: "text", type: "string" },
69
- property: { required: false, control: "text", type: "string" },
70
- rel: { required: false, control: "text", type: "string" },
71
- resource: { required: false, control: "text", type: "string" },
72
- rev: { required: false, control: "text", type: "string" },
73
- typeof: { required: false, control: "text", type: "string" },
74
- vocab: { required: false, control: "text", type: "string" },
75
- autoCapitalize: { required: false, control: "text", type: "string" },
76
- autoCorrect: { required: false, control: "text", type: "string" },
77
- autoSave: { required: false, control: "text", type: "string" },
78
- color: { required: false, control: "color", type: "string" },
79
- itemProp: { required: false, control: "text", type: "string" },
80
- itemScope: { required: false, control: "boolean", type: "boolean" },
81
- itemType: { required: false, control: "text", type: "string" },
82
- itemID: { required: false, control: "text", type: "string" },
83
- itemRef: { required: false, control: "text", type: "string" },
84
- results: { required: false, control: "number", type: "number" },
85
- security: { required: false, control: "text", type: "string" },
86
- unselectable: {
87
- required: false,
88
- control: "radio",
89
- type: "string",
90
- options: ["on", "off"]
91
- },
92
- inputMode: {
93
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
94
- required: false,
95
- control: "select",
96
- type: "string",
97
- options: [
98
- "text",
99
- "none",
100
- "search",
101
- "tel",
102
- "url",
103
- "email",
104
- "numeric",
105
- "decimal"
106
- ]
107
- },
108
- is: {
109
- description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
110
- required: false,
111
- control: "text",
112
- type: "string"
113
- },
26
+ accessKey: { required: false, control: "text", type: "string" },
114
27
  "aria-activedescendant": {
115
28
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
116
29
  required: false,
@@ -416,5 +329,88 @@ const props = {
416
329
  required: false,
417
330
  control: "text",
418
331
  type: "string"
419
- }
332
+ },
333
+ autoCapitalize: { required: false, control: "text", type: "string" },
334
+ autoCorrect: { required: false, control: "text", type: "string" },
335
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
336
+ autoSave: { required: false, control: "text", type: "string" },
337
+ className: { required: false, control: "text", type: "string" },
338
+ color: { required: false, control: "color", type: "string" },
339
+ content: { required: false, control: "text", type: "string" },
340
+ contextMenu: { required: false, control: "text", type: "string" },
341
+ datatype: { required: false, control: "text", type: "string" },
342
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
343
+ dir: { required: false, control: "text", type: "string" },
344
+ draggable: { required: false, control: "boolean", type: "boolean" },
345
+ form: { required: false, control: "text", type: "string" },
346
+ hidden: { required: false, control: "boolean", type: "boolean" },
347
+ htmlFor: { required: false, control: "text", type: "string" },
348
+ id: { required: false, control: "text", type: "string" },
349
+ inputMode: {
350
+ description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
351
+ required: false,
352
+ control: "select",
353
+ type: "string",
354
+ options: [
355
+ "text",
356
+ "none",
357
+ "search",
358
+ "tel",
359
+ "url",
360
+ "email",
361
+ "numeric",
362
+ "decimal"
363
+ ]
364
+ },
365
+ is: {
366
+ description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
367
+ required: false,
368
+ control: "text",
369
+ type: "string"
370
+ },
371
+ itemID: { required: false, control: "text", type: "string" },
372
+ itemProp: { required: false, control: "text", type: "string" },
373
+ itemRef: { required: false, control: "text", type: "string" },
374
+ itemScope: { required: false, control: "boolean", type: "boolean" },
375
+ itemType: { required: false, control: "text", type: "string" },
376
+ lang: { required: false, control: "text", type: "string" },
377
+ nonce: { required: false, control: "text", type: "string" },
378
+ placeholder: { required: false, control: "text", type: "string" },
379
+ prefix: { required: false, control: "text", type: "string" },
380
+ property: { required: false, control: "text", type: "string" },
381
+ radioGroup: { required: false, control: "text", type: "string" },
382
+ rel: { required: false, control: "text", type: "string" },
383
+ resource: { required: false, control: "text", type: "string" },
384
+ results: { required: false, control: "number", type: "number" },
385
+ rev: { required: false, control: "text", type: "string" },
386
+ role: { required: false, control: "text", type: "string" },
387
+ security: { required: false, control: "text", type: "string" },
388
+ slot: { required: false, control: "text", type: "string" },
389
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
390
+ suppressContentEditableWarning: {
391
+ required: false,
392
+ control: "boolean",
393
+ type: "boolean"
394
+ },
395
+ suppressHydrationWarning: {
396
+ required: false,
397
+ control: "boolean",
398
+ type: "boolean"
399
+ },
400
+ tabIndex: { required: false, control: "number", type: "number" },
401
+ title: { required: false, control: "text", type: "string" },
402
+ translate: {
403
+ required: false,
404
+ control: "radio",
405
+ type: "string",
406
+ options: ["yes", "no"]
407
+ },
408
+ typeof: { required: false, control: "text", type: "string" },
409
+ unselectable: {
410
+ required: false,
411
+ control: "radio",
412
+ type: "string",
413
+ options: ["on", "off"]
414
+ },
415
+ vocab: { required: false, control: "text", type: "string" }
420
416
  };