@webstudio-is/sdk-components-react-remix 0.74.0 → 0.76.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.
@@ -1,113 +1,6 @@
1
1
  const props = {
2
- slot: { required: false, control: "text", type: "string" },
3
- style: { required: false, control: "text", type: "string" },
4
- title: { required: false, control: "text", type: "string" },
5
- download: { required: false, control: "text", type: "string" },
6
- href: { required: false, control: "text", type: "string" },
7
- hrefLang: { required: false, control: "text", type: "string" },
8
- media: { required: false, control: "text", type: "string" },
9
- ping: { required: false, control: "text", type: "string" },
10
- type: { required: false, control: "text", type: "string" },
11
- referrerPolicy: {
12
- required: false,
13
- control: "select",
14
- type: "string",
15
- options: [
16
- "",
17
- "no-referrer",
18
- "no-referrer-when-downgrade",
19
- "origin",
20
- "origin-when-cross-origin",
21
- "same-origin",
22
- "strict-origin",
23
- "strict-origin-when-cross-origin",
24
- "unsafe-url"
25
- ]
26
- },
27
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
28
- defaultValue: { required: false, control: "text", type: "string" },
29
- suppressContentEditableWarning: {
30
- required: false,
31
- control: "boolean",
32
- type: "boolean"
33
- },
34
- suppressHydrationWarning: {
35
- required: false,
36
- control: "boolean",
37
- type: "boolean"
38
- },
39
- accessKey: { required: false, control: "text", type: "string" },
40
- autoFocus: { required: false, control: "boolean", type: "boolean" },
41
- className: { required: false, control: "text", type: "string" },
42
- contentEditable: { required: false, control: "text", type: "string" },
43
- contextMenu: { required: false, control: "text", type: "string" },
44
- dir: { required: false, control: "text", type: "string" },
45
- draggable: { required: false, control: "boolean", type: "boolean" },
46
- hidden: { required: false, control: "boolean", type: "boolean" },
47
- id: { required: false, control: "text", type: "string" },
48
- lang: { required: false, control: "text", type: "string" },
49
- nonce: { required: false, control: "text", type: "string" },
50
- placeholder: { required: false, control: "text", type: "string" },
51
- spellCheck: { required: false, control: "boolean", type: "boolean" },
52
- tabIndex: { required: false, control: "number", type: "number" },
53
- translate: {
54
- required: false,
55
- control: "radio",
56
- type: "string",
57
- options: ["yes", "no"]
58
- },
59
- radioGroup: { required: false, control: "text", type: "string" },
60
- role: { required: false, control: "text", type: "string" },
61
2
  about: { required: false, control: "text", type: "string" },
62
- content: { required: false, control: "text", type: "string" },
63
- datatype: { required: false, control: "text", type: "string" },
64
- inlist: { required: false, control: "text", type: "string" },
65
- prefix: { required: false, control: "text", type: "string" },
66
- property: { required: false, control: "text", type: "string" },
67
- rel: { required: false, control: "text", type: "string" },
68
- resource: { required: false, control: "text", type: "string" },
69
- rev: { required: false, control: "text", type: "string" },
70
- typeof: { required: false, control: "text", type: "string" },
71
- vocab: { required: false, control: "text", type: "string" },
72
- autoCapitalize: { required: false, control: "text", type: "string" },
73
- autoCorrect: { required: false, control: "text", type: "string" },
74
- autoSave: { required: false, control: "text", type: "string" },
75
- color: { required: false, control: "color", type: "string" },
76
- itemProp: { required: false, control: "text", type: "string" },
77
- itemScope: { required: false, control: "boolean", type: "boolean" },
78
- itemType: { required: false, control: "text", type: "string" },
79
- itemID: { required: false, control: "text", type: "string" },
80
- itemRef: { required: false, control: "text", type: "string" },
81
- results: { required: false, control: "number", type: "number" },
82
- security: { required: false, control: "text", type: "string" },
83
- unselectable: {
84
- required: false,
85
- control: "radio",
86
- type: "string",
87
- options: ["on", "off"]
88
- },
89
- inputMode: {
90
- 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",
91
- required: false,
92
- control: "select",
93
- type: "string",
94
- options: [
95
- "text",
96
- "none",
97
- "search",
98
- "tel",
99
- "url",
100
- "email",
101
- "numeric",
102
- "decimal"
103
- ]
104
- },
105
- is: {
106
- 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",
107
- required: false,
108
- control: "text",
109
- type: "string"
110
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
111
4
  "aria-activedescendant": {
112
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
113
6
  required: false,
@@ -414,21 +307,123 @@ const props = {
414
307
  control: "text",
415
308
  type: "string"
416
309
  },
417
- target: {
310
+ autoCapitalize: { required: false, control: "text", type: "string" },
311
+ autoCorrect: { required: false, control: "text", type: "string" },
312
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
313
+ autoSave: { required: false, control: "text", type: "string" },
314
+ className: { required: false, control: "text", type: "string" },
315
+ color: { required: false, control: "color", type: "string" },
316
+ content: { required: false, control: "text", type: "string" },
317
+ contextMenu: { required: false, control: "text", type: "string" },
318
+ datatype: { required: false, control: "text", type: "string" },
319
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
320
+ dir: { required: false, control: "text", type: "string" },
321
+ draggable: { required: false, control: "boolean", type: "boolean" },
322
+ hidden: { required: false, control: "boolean", type: "boolean" },
323
+ href: { required: false, control: "text", type: "string" },
324
+ hrefLang: { required: false, control: "text", type: "string" },
325
+ id: { required: false, control: "text", type: "string" },
326
+ inputMode: {
327
+ 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",
418
328
  required: false,
419
329
  control: "select",
420
330
  type: "string",
421
- options: ["_self", "_blank", "_parent", "_top"]
331
+ options: [
332
+ "text",
333
+ "none",
334
+ "search",
335
+ "tel",
336
+ "url",
337
+ "email",
338
+ "numeric",
339
+ "decimal"
340
+ ]
422
341
  },
342
+ is: {
343
+ 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",
344
+ required: false,
345
+ control: "text",
346
+ type: "string"
347
+ },
348
+ itemID: { required: false, control: "text", type: "string" },
349
+ itemProp: { required: false, control: "text", type: "string" },
350
+ itemRef: { required: false, control: "text", type: "string" },
351
+ itemScope: { required: false, control: "boolean", type: "boolean" },
352
+ itemType: { required: false, control: "text", type: "string" },
353
+ lang: { required: false, control: "text", type: "string" },
354
+ media: { required: false, control: "text", type: "string" },
355
+ nonce: { required: false, control: "text", type: "string" },
356
+ ping: { required: false, control: "text", type: "string" },
357
+ placeholder: { required: false, control: "text", type: "string" },
423
358
  prefetch: {
424
359
  required: false,
425
360
  control: "radio",
426
361
  type: "string",
427
362
  options: ["none", "intent", "render"]
428
363
  },
364
+ prefix: { required: false, control: "text", type: "string" },
365
+ preventScrollReset: { required: false, control: "boolean", type: "boolean" },
366
+ property: { required: false, control: "text", type: "string" },
367
+ radioGroup: { required: false, control: "text", type: "string" },
368
+ referrerPolicy: {
369
+ required: false,
370
+ control: "select",
371
+ type: "string",
372
+ options: [
373
+ "",
374
+ "no-referrer",
375
+ "no-referrer-when-downgrade",
376
+ "origin",
377
+ "origin-when-cross-origin",
378
+ "same-origin",
379
+ "strict-origin",
380
+ "strict-origin-when-cross-origin",
381
+ "unsafe-url"
382
+ ]
383
+ },
384
+ rel: { required: false, control: "text", type: "string" },
429
385
  reloadDocument: { required: false, control: "boolean", type: "boolean" },
430
386
  replace: { required: false, control: "boolean", type: "boolean" },
431
- preventScrollReset: { required: false, control: "boolean", type: "boolean" }
387
+ resource: { required: false, control: "text", type: "string" },
388
+ results: { required: false, control: "number", type: "number" },
389
+ rev: { required: false, control: "text", type: "string" },
390
+ role: { required: false, control: "text", type: "string" },
391
+ security: { required: false, control: "text", type: "string" },
392
+ slot: { required: false, control: "text", type: "string" },
393
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
394
+ suppressContentEditableWarning: {
395
+ required: false,
396
+ control: "boolean",
397
+ type: "boolean"
398
+ },
399
+ suppressHydrationWarning: {
400
+ required: false,
401
+ control: "boolean",
402
+ type: "boolean"
403
+ },
404
+ tabIndex: { required: false, control: "number", type: "number" },
405
+ target: {
406
+ required: false,
407
+ control: "select",
408
+ type: "string",
409
+ options: ["_self", "_blank", "_parent", "_top"]
410
+ },
411
+ title: { required: false, control: "text", type: "string" },
412
+ translate: {
413
+ required: false,
414
+ control: "radio",
415
+ type: "string",
416
+ options: ["yes", "no"]
417
+ },
418
+ type: { required: false, control: "text", type: "string" },
419
+ typeof: { required: false, control: "text", type: "string" },
420
+ unselectable: {
421
+ required: false,
422
+ control: "radio",
423
+ type: "string",
424
+ options: ["on", "off"]
425
+ },
426
+ vocab: { required: false, control: "text", type: "string" }
432
427
  };
433
428
  export {
434
429
  props
@@ -22,99 +22,10 @@ __export(form_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(form_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" },
25
+ about: { required: false, control: "text", type: "string" },
28
26
  acceptCharset: { required: false, control: "text", type: "string" },
29
- autoComplete: { required: false, control: "text", type: "string" },
30
- encType: { required: false, control: "text", type: "string" },
31
- name: { required: false, control: "text", type: "string" },
32
- noValidate: { required: false, control: "boolean", type: "boolean" },
33
- target: { required: false, control: "text", type: "string" },
34
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
35
- defaultValue: { required: false, control: "text", type: "string" },
36
- suppressContentEditableWarning: {
37
- required: false,
38
- control: "boolean",
39
- type: "boolean"
40
- },
41
- suppressHydrationWarning: {
42
- required: false,
43
- control: "boolean",
44
- type: "boolean"
45
- },
46
27
  accessKey: { required: false, control: "text", type: "string" },
47
- autoFocus: { required: false, control: "boolean", type: "boolean" },
48
- className: { required: false, control: "text", type: "string" },
49
- contentEditable: { required: false, control: "text", type: "string" },
50
- contextMenu: { required: false, control: "text", type: "string" },
51
- dir: { required: false, control: "text", type: "string" },
52
- draggable: { required: false, control: "boolean", type: "boolean" },
53
- hidden: { required: false, control: "boolean", type: "boolean" },
54
- id: { required: false, control: "text", type: "string" },
55
- lang: { required: false, control: "text", type: "string" },
56
- nonce: { required: false, control: "text", type: "string" },
57
- placeholder: { required: false, control: "text", type: "string" },
58
- spellCheck: { required: false, control: "boolean", type: "boolean" },
59
- tabIndex: { required: false, control: "number", type: "number" },
60
- translate: {
61
- required: false,
62
- control: "radio",
63
- type: "string",
64
- options: ["yes", "no"]
65
- },
66
- radioGroup: { required: false, control: "text", type: "string" },
67
- role: { required: false, control: "text", type: "string" },
68
- about: { required: false, control: "text", type: "string" },
69
- content: { required: false, control: "text", type: "string" },
70
- datatype: { required: false, control: "text", type: "string" },
71
- inlist: { required: false, control: "text", type: "string" },
72
- prefix: { required: false, control: "text", type: "string" },
73
- property: { required: false, control: "text", type: "string" },
74
- rel: { required: false, control: "text", type: "string" },
75
- resource: { required: false, control: "text", type: "string" },
76
- rev: { required: false, control: "text", type: "string" },
77
- typeof: { required: false, control: "text", type: "string" },
78
- vocab: { required: false, control: "text", type: "string" },
79
- autoCapitalize: { required: false, control: "text", type: "string" },
80
- autoCorrect: { required: false, control: "text", type: "string" },
81
- autoSave: { required: false, control: "text", type: "string" },
82
- color: { required: false, control: "color", type: "string" },
83
- itemProp: { required: false, control: "text", type: "string" },
84
- itemScope: { required: false, control: "boolean", type: "boolean" },
85
- itemType: { required: false, control: "text", type: "string" },
86
- itemID: { required: false, control: "text", type: "string" },
87
- itemRef: { required: false, control: "text", type: "string" },
88
- results: { required: false, control: "number", type: "number" },
89
- security: { required: false, control: "text", type: "string" },
90
- unselectable: {
91
- required: false,
92
- control: "radio",
93
- type: "string",
94
- options: ["on", "off"]
95
- },
96
- inputMode: {
97
- 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",
98
- required: false,
99
- control: "select",
100
- type: "string",
101
- options: [
102
- "text",
103
- "none",
104
- "search",
105
- "tel",
106
- "url",
107
- "email",
108
- "numeric",
109
- "decimal"
110
- ]
111
- },
112
- is: {
113
- 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",
114
- required: false,
115
- control: "text",
116
- type: "string"
117
- },
28
+ action: { required: false, control: "text", type: "string" },
118
29
  "aria-activedescendant": {
119
30
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
120
31
  required: false,
@@ -421,11 +332,98 @@ const props = {
421
332
  control: "text",
422
333
  type: "string"
423
334
  },
424
- initialState: {
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
+ className: { required: false, control: "text", type: "string" },
341
+ color: { required: false, control: "color", type: "string" },
342
+ content: { required: false, control: "text", type: "string" },
343
+ contextMenu: { required: false, control: "text", type: "string" },
344
+ datatype: { required: false, control: "text", type: "string" },
345
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
346
+ dir: { required: false, control: "text", type: "string" },
347
+ draggable: { required: false, control: "boolean", type: "boolean" },
348
+ encType: { required: false, control: "text", type: "string" },
349
+ hidden: { required: false, control: "boolean", type: "boolean" },
350
+ id: { required: false, control: "text", type: "string" },
351
+ inputMode: {
352
+ 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",
353
+ required: false,
354
+ control: "select",
355
+ type: "string",
356
+ options: [
357
+ "text",
358
+ "none",
359
+ "search",
360
+ "tel",
361
+ "url",
362
+ "email",
363
+ "numeric",
364
+ "decimal"
365
+ ]
366
+ },
367
+ is: {
368
+ 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",
369
+ required: false,
370
+ control: "text",
371
+ type: "string"
372
+ },
373
+ itemID: { required: false, control: "text", type: "string" },
374
+ itemProp: { required: false, control: "text", type: "string" },
375
+ itemRef: { required: false, control: "text", type: "string" },
376
+ itemScope: { required: false, control: "boolean", type: "boolean" },
377
+ itemType: { required: false, control: "text", type: "string" },
378
+ lang: { required: false, control: "text", type: "string" },
379
+ method: { required: false, control: "text", type: "string" },
380
+ name: { required: false, control: "text", type: "string" },
381
+ nonce: { required: false, control: "text", type: "string" },
382
+ noValidate: { required: false, control: "boolean", type: "boolean" },
383
+ placeholder: { required: false, control: "text", type: "string" },
384
+ prefix: { required: false, control: "text", type: "string" },
385
+ property: { required: false, control: "text", type: "string" },
386
+ radioGroup: { required: false, control: "text", type: "string" },
387
+ rel: { required: false, control: "text", type: "string" },
388
+ resource: { required: false, control: "text", type: "string" },
389
+ results: { required: false, control: "number", type: "number" },
390
+ rev: { required: false, control: "text", type: "string" },
391
+ role: { required: false, control: "text", type: "string" },
392
+ security: { required: false, control: "text", type: "string" },
393
+ slot: { required: false, control: "text", type: "string" },
394
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
395
+ state: {
425
396
  required: false,
426
397
  control: "radio",
427
398
  type: "string",
428
399
  defaultValue: "initial",
429
400
  options: ["initial", "success", "error"]
430
- }
401
+ },
402
+ suppressContentEditableWarning: {
403
+ required: false,
404
+ control: "boolean",
405
+ type: "boolean"
406
+ },
407
+ suppressHydrationWarning: {
408
+ required: false,
409
+ control: "boolean",
410
+ type: "boolean"
411
+ },
412
+ tabIndex: { required: false, control: "number", type: "number" },
413
+ target: { required: false, control: "text", type: "string" },
414
+ title: { required: false, control: "text", type: "string" },
415
+ translate: {
416
+ required: false,
417
+ control: "radio",
418
+ type: "string",
419
+ options: ["yes", "no"]
420
+ },
421
+ typeof: { required: false, control: "text", type: "string" },
422
+ unselectable: {
423
+ required: false,
424
+ control: "radio",
425
+ type: "string",
426
+ options: ["on", "off"]
427
+ },
428
+ vocab: { required: false, control: "text", type: "string" }
431
429
  };