@webstudio-is/sdk-components-react 0.195.0 → 0.197.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 (176) hide show
  1. package/lib/__generated__/image.props.js +1 -0
  2. package/lib/__generated__/vimeo-preview-image.props.js +6 -1
  3. package/lib/__generated__/vimeo.props.js +4 -5
  4. package/lib/__generated__/youtube.props.js +665 -0
  5. package/lib/blockquote.template.js +11 -0
  6. package/lib/blockquote.ws.js +5 -21
  7. package/lib/body.ws.js +1 -1
  8. package/lib/bold.ws.js +1 -1
  9. package/lib/box.ws.js +1 -1
  10. package/lib/button.template.js +11 -0
  11. package/lib/button.ws.js +2 -18
  12. package/lib/checkbox.template.js +14 -0
  13. package/lib/checkbox.ws.js +5 -25
  14. package/lib/code-text.ws.js +6 -6
  15. package/lib/components.js +35 -33
  16. package/lib/content-embed.template.js +83 -0
  17. package/lib/form.ws.js +1 -1
  18. package/lib/heading.template.js +11 -0
  19. package/lib/heading.ws.js +15 -31
  20. package/lib/image.ws.js +17 -22
  21. package/lib/input.ws.js +1 -1
  22. package/lib/italic.ws.js +1 -1
  23. package/lib/label.template.js +10 -0
  24. package/lib/label.ws.js +13 -28
  25. package/lib/link.template.js +11 -0
  26. package/lib/link.ws.js +3 -23
  27. package/lib/list-item.template.js +11 -0
  28. package/lib/list-item.ws.js +12 -28
  29. package/lib/list.template.js +15 -0
  30. package/lib/list.ws.js +10 -54
  31. package/lib/markdown-embed.js +10 -5
  32. package/lib/markdown-embed.template.js +75 -0
  33. package/lib/markdown-embed.ws.js +9 -87
  34. package/lib/metas.js +59 -59
  35. package/lib/option.ws.js +4 -5
  36. package/lib/paragraph.template.js +11 -0
  37. package/lib/paragraph.ws.js +12 -28
  38. package/lib/props.js +32 -30
  39. package/lib/radio-button.template.js +14 -0
  40. package/lib/radio-button.ws.js +7 -27
  41. package/lib/rich-text-link.ws.js +3 -5
  42. package/lib/select.template.js +16 -0
  43. package/lib/select.ws.js +11 -63
  44. package/lib/separator.ws.js +2 -2
  45. package/lib/span.ws.js +1 -1
  46. package/lib/subscript.ws.js +1 -1
  47. package/lib/superscript.ws.js +1 -1
  48. package/lib/templates.js +36 -0
  49. package/lib/text.template.js +11 -0
  50. package/lib/text.ws.js +8 -24
  51. package/lib/textarea.ws.js +1 -1
  52. package/lib/time.ws.js +5 -6
  53. package/lib/types/__generated__/blockquote.props.d.ts +1 -1
  54. package/lib/types/__generated__/body.props.d.ts +1 -1
  55. package/lib/types/__generated__/bold.props.d.ts +1 -1
  56. package/lib/types/__generated__/box.props.d.ts +1 -1
  57. package/lib/types/__generated__/button.props.d.ts +1 -1
  58. package/lib/types/__generated__/checkbox.props.d.ts +1 -1
  59. package/lib/types/__generated__/code-text.props.d.ts +1 -1
  60. package/lib/types/__generated__/form.props.d.ts +1 -1
  61. package/lib/types/__generated__/fragment.props.d.ts +1 -1
  62. package/lib/types/__generated__/heading.props.d.ts +1 -1
  63. package/lib/types/__generated__/html-embed.props.d.ts +1 -1
  64. package/lib/types/__generated__/image.props.d.ts +1 -1
  65. package/lib/types/__generated__/input.props.d.ts +1 -1
  66. package/lib/types/__generated__/italic.props.d.ts +1 -1
  67. package/lib/types/__generated__/label.props.d.ts +1 -1
  68. package/lib/types/__generated__/link.props.d.ts +1 -1
  69. package/lib/types/__generated__/list-item.props.d.ts +1 -1
  70. package/lib/types/__generated__/list.props.d.ts +1 -1
  71. package/lib/types/__generated__/markdown-embed.props.d.ts +1 -1
  72. package/lib/types/__generated__/option.props.d.ts +1 -1
  73. package/lib/types/__generated__/paragraph.props.d.ts +1 -1
  74. package/lib/types/__generated__/radio-button.props.d.ts +1 -1
  75. package/lib/types/__generated__/rich-text-link.props.d.ts +1 -1
  76. package/lib/types/__generated__/select.props.d.ts +1 -1
  77. package/lib/types/__generated__/separator.props.d.ts +1 -1
  78. package/lib/types/__generated__/slot.props.d.ts +1 -1
  79. package/lib/types/__generated__/span.props.d.ts +1 -1
  80. package/lib/types/__generated__/subscript.props.d.ts +1 -1
  81. package/lib/types/__generated__/superscript.props.d.ts +1 -1
  82. package/lib/types/__generated__/text.props.d.ts +1 -1
  83. package/lib/types/__generated__/textarea.props.d.ts +1 -1
  84. package/lib/types/__generated__/time.props.d.ts +1 -1
  85. package/lib/types/__generated__/vimeo-play-button.props.d.ts +1 -1
  86. package/lib/types/__generated__/vimeo-preview-image.props.d.ts +1 -1
  87. package/lib/types/__generated__/vimeo-spinner.props.d.ts +1 -1
  88. package/lib/types/__generated__/vimeo.props.d.ts +1 -1
  89. package/lib/types/__generated__/webhook-form.props.d.ts +1 -1
  90. package/lib/types/__generated__/xml-node.props.d.ts +1 -1
  91. package/lib/types/__generated__/xml-time.props.d.ts +1 -1
  92. package/lib/types/__generated__/youtube.props.d.ts +2 -0
  93. package/lib/types/blockquote.template.d.ts +2 -0
  94. package/lib/types/blockquote.ws.d.ts +1 -1
  95. package/lib/types/body.ws.d.ts +1 -1
  96. package/lib/types/bold.ws.d.ts +1 -1
  97. package/lib/types/box.ws.d.ts +1 -1
  98. package/lib/types/button.template.d.ts +2 -0
  99. package/lib/types/button.ws.d.ts +1 -1
  100. package/lib/types/checkbox.d.ts +1 -1
  101. package/lib/types/checkbox.template.d.ts +2 -0
  102. package/lib/types/checkbox.ws.d.ts +1 -1
  103. package/lib/types/code-text.ws.d.ts +1 -1
  104. package/lib/types/components.d.ts +1 -0
  105. package/lib/types/content-embed.template.d.ts +2 -0
  106. package/lib/types/form.ws.d.ts +1 -1
  107. package/lib/types/fragment.ws.d.ts +1 -1
  108. package/lib/types/heading.template.d.ts +2 -0
  109. package/lib/types/heading.ws.d.ts +1 -1
  110. package/lib/types/html-embed.ws.d.ts +1 -1
  111. package/lib/types/image.ws.d.ts +1 -9
  112. package/lib/types/input.ws.d.ts +1 -1
  113. package/lib/types/italic.ws.d.ts +1 -1
  114. package/lib/types/label.template.d.ts +2 -0
  115. package/lib/types/label.ws.d.ts +1 -1
  116. package/lib/types/link.template.d.ts +2 -0
  117. package/lib/types/link.ws.d.ts +1 -1
  118. package/lib/types/list-item.template.d.ts +2 -0
  119. package/lib/types/list-item.ws.d.ts +1 -1
  120. package/lib/types/list.template.d.ts +2 -0
  121. package/lib/types/list.ws.d.ts +1 -1
  122. package/lib/types/markdown-embed.template.d.ts +2 -0
  123. package/lib/types/markdown-embed.ws.d.ts +1 -1
  124. package/lib/types/metas.d.ts +1 -1
  125. package/lib/types/option.ws.d.ts +1 -1
  126. package/lib/types/paragraph.template.d.ts +2 -0
  127. package/lib/types/paragraph.ws.d.ts +1 -1
  128. package/lib/types/props.d.ts +1 -0
  129. package/lib/types/radio-button.d.ts +1 -1
  130. package/lib/types/radio-button.template.d.ts +2 -0
  131. package/lib/types/radio-button.ws.d.ts +1 -1
  132. package/lib/types/rich-text-link.ws.d.ts +1 -1
  133. package/lib/types/select.template.d.ts +2 -0
  134. package/lib/types/select.ws.d.ts +1 -1
  135. package/lib/types/separator.ws.d.ts +1 -1
  136. package/lib/types/slot.ws.d.ts +1 -1
  137. package/lib/types/span.ws.d.ts +1 -1
  138. package/lib/types/subscript.ws.d.ts +1 -1
  139. package/lib/types/superscript.ws.d.ts +1 -1
  140. package/lib/types/templates.d.ts +17 -0
  141. package/lib/types/text.template.d.ts +2 -0
  142. package/lib/types/text.ws.d.ts +1 -1
  143. package/lib/types/textarea.ws.d.ts +1 -1
  144. package/lib/types/time.ws.d.ts +1 -1
  145. package/lib/types/vimeo-play-button.ws.d.ts +1 -1
  146. package/lib/types/vimeo-preview-image.d.ts +21 -21
  147. package/lib/types/vimeo-preview-image.ws.d.ts +1 -1
  148. package/lib/types/vimeo-spinner.ws.d.ts +1 -1
  149. package/lib/types/vimeo.d.ts +12 -2
  150. package/lib/types/vimeo.template.d.ts +2 -0
  151. package/lib/types/vimeo.ws.d.ts +1 -1
  152. package/lib/types/webhook-form.template.d.ts +2 -0
  153. package/lib/types/webhook-form.ws.d.ts +1 -1
  154. package/lib/types/xml-node.ws.d.ts +1 -1
  155. package/lib/types/xml-time.ws.d.ts +1 -1
  156. package/lib/types/youtube.d.ts +143 -0
  157. package/lib/types/youtube.template.d.ts +2 -0
  158. package/lib/types/youtube.ws.d.ts +3 -0
  159. package/lib/vimeo-play-button.ws.js +8 -8
  160. package/lib/vimeo-preview-image.ws.js +17 -9
  161. package/lib/vimeo-spinner.ws.js +8 -8
  162. package/lib/vimeo.js +88 -87
  163. package/lib/vimeo.template.js +93 -0
  164. package/lib/vimeo.ws.js +14 -302
  165. package/lib/webhook-form.template.js +49 -0
  166. package/lib/webhook-form.ws.js +17 -118
  167. package/lib/xml-node.js +18 -14
  168. package/lib/xml-node.ws.js +4 -5
  169. package/lib/xml-time.ws.js +4 -5
  170. package/lib/youtube.js +200 -0
  171. package/lib/youtube.template.js +97 -0
  172. package/lib/youtube.ws.js +51 -0
  173. package/package.json +16 -9
  174. package/lib/content-embed.ws.js +0 -77
  175. package/lib/types/__generated__/local-date.props.d.ts +0 -2
  176. package/lib/types/content-embed.ws.d.ts +0 -2
package/lib/props.js CHANGED
@@ -5,7 +5,7 @@ import { propsMeta as x } from "./markdown-embed.ws.js";
5
5
  import { propsMeta as f } from "./body.ws.js";
6
6
  import { propsMeta as n } from "./box.ws.js";
7
7
  import { propsMeta as d } from "./text.ws.js";
8
- import { propsMeta as u } from "./heading.ws.js";
8
+ import { propsMeta as c } from "./heading.ws.js";
9
9
  import { propsMeta as S } from "./paragraph.ws.js";
10
10
  import { propsMeta as b } from "./link.ws.js";
11
11
  import { propsMeta as k } from "./rich-text-link.ws.js";
@@ -17,28 +17,29 @@ import { propsMeta as C } from "./subscript.ws.js";
17
17
  import { propsMeta as H } from "./button.ws.js";
18
18
  import { propsMeta as q } from "./input.ws.js";
19
19
  import { propsMeta as N } from "./webhook-form.ws.js";
20
- import { propsMeta as j } from "./form.ws.js";
21
- import { propsMeta as A } from "./image.ws.js";
22
- import { propsMeta as G } from "./blockquote.ws.js";
23
- import { propsMeta as K } from "./list.ws.js";
24
- import { propsMeta as U } from "./list-item.ws.js";
25
- import { propsMeta as Y } from "./separator.ws.js";
20
+ import { propsMeta as Y } from "./form.ws.js";
21
+ import { propsMeta as z } from "./image.ws.js";
22
+ import { propsMeta as D } from "./blockquote.ws.js";
23
+ import { propsMeta as J } from "./list.ws.js";
24
+ import { propsMeta as Q } from "./list-item.ws.js";
25
+ import { propsMeta as W } from "./separator.ws.js";
26
26
  import { propsMeta as _ } from "./code-text.ws.js";
27
27
  import { propsMeta as oo } from "./label.ws.js";
28
28
  import { propsMeta as po } from "./textarea.ws.js";
29
29
  import { propsMeta as to } from "./radio-button.ws.js";
30
30
  import { propsMeta as so } from "./checkbox.ws.js";
31
31
  import { propsMeta as xo } from "./vimeo.ws.js";
32
- import { propsMeta as fo } from "./vimeo-preview-image.ws.js";
33
- import { propsMeta as no } from "./vimeo-play-button.ws.js";
34
- import { propsMeta as co } from "./vimeo-spinner.ws.js";
35
- import { propsMeta as Bo } from "./xml-node.ws.js";
36
- import { propsMeta as To } from "./xml-time.ws.js";
37
- import { propsMeta as go } from "./time.ws.js";
38
- import { propsMeta as Io } from "./select.ws.js";
39
- import { propsMeta as Vo } from "./option.ws.js";
32
+ import { propsMeta as fo } from "./youtube.ws.js";
33
+ import { propsMeta as no } from "./vimeo-preview-image.ws.js";
34
+ import { propsMeta as uo } from "./vimeo-play-button.ws.js";
35
+ import { propsMeta as Bo } from "./vimeo-spinner.ws.js";
36
+ import { propsMeta as To } from "./xml-node.ws.js";
37
+ import { propsMeta as go } from "./xml-time.ws.js";
38
+ import { propsMeta as Io } from "./time.ws.js";
39
+ import { propsMeta as Vo } from "./select.ws.js";
40
+ import { propsMeta as Fo } from "./option.ws.js";
40
41
  export {
41
- G as Blockquote,
42
+ D as Blockquote,
42
43
  f as Body,
43
44
  h as Bold,
44
45
  n as Box,
@@ -47,34 +48,35 @@ export {
47
48
  _ as CodeText,
48
49
  N as Form,
49
50
  t as Fragment,
50
- u as Heading,
51
+ c as Heading,
51
52
  s as HtmlEmbed,
52
- A as Image,
53
+ z as Image,
53
54
  q as Input,
54
55
  P as Italic,
55
56
  oo as Label,
56
57
  b as Link,
57
- K as List,
58
- U as ListItem,
58
+ J as List,
59
+ Q as ListItem,
59
60
  x as MarkdownEmbed,
60
- Vo as Option,
61
+ Fo as Option,
61
62
  S as Paragraph,
62
63
  to as RadioButton,
63
- j as RemixForm,
64
+ Y as RemixForm,
64
65
  k as RichTextLink,
65
- Io as Select,
66
- Y as Separator,
66
+ Vo as Select,
67
+ W as Separator,
67
68
  p as Slot,
68
69
  L as Span,
69
70
  C as Subscript,
70
71
  w as Superscript,
71
72
  d as Text,
72
73
  po as Textarea,
73
- go as Time,
74
+ Io as Time,
74
75
  xo as Vimeo,
75
- no as VimeoPlayButton,
76
- fo as VimeoPreviewImage,
77
- co as VimeoSpinner,
78
- Bo as XmlNode,
79
- To as XmlTime
76
+ uo as VimeoPlayButton,
77
+ no as VimeoPreviewImage,
78
+ Bo as VimeoSpinner,
79
+ To as XmlNode,
80
+ go as XmlTime,
81
+ fo as YouTube
80
82
  };
@@ -0,0 +1,14 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import { $ as e, PlaceholderValue as a } from "@webstudio-is/template";
3
+ const r = {
4
+ category: "forms",
5
+ description: "Use within a form to allow your users to select a single option from a set of mutually exclusive choices. Group multiple radios by matching their “Name” properties.",
6
+ order: 5,
7
+ template: /* @__PURE__ */ t(e.Label, { "ws:label": "Radio Field", children: [
8
+ /* @__PURE__ */ o(e.RadioButton, {}),
9
+ /* @__PURE__ */ o(e.Text, { "ws:label": "Radio Label", tag: "span", children: new a("Radio") })
10
+ ] })
11
+ };
12
+ export {
13
+ r as meta
14
+ };
@@ -1,7 +1,7 @@
1
1
  import { RadioCheckedIcon as e } from "@webstudio-is/icons/svg";
2
- import { defaultStates as t } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as t } from "@webstudio-is/sdk";
3
3
  import { radio as o } from "@webstudio-is/sdk/normalize.css";
4
- import { props as a } from "./__generated__/radio-button.props.js";
4
+ import { props as r } from "./__generated__/radio-button.props.js";
5
5
  const i = {
6
6
  input: [
7
7
  ...o,
@@ -10,18 +10,15 @@ const i = {
10
10
  value: { type: "unit", unit: "em", value: 0.5 }
11
11
  }
12
12
  ]
13
- }, s = {
14
- category: "forms",
13
+ }, p = {
15
14
  constraints: {
16
15
  relation: "ancestor",
17
16
  component: { $nin: ["Button", "Link"] }
18
17
  },
19
18
  type: "control",
20
19
  label: "Radio",
21
- description: "Use within a form to allow your users to select a single option from a set of mutually exclusive choices. Group multiple radios by matching their “Name” properties.",
22
20
  icon: e,
23
21
  presetStyle: i,
24
- order: 5,
25
22
  states: [
26
23
  ...t,
27
24
  { selector: ":checked", label: "Checked" },
@@ -32,29 +29,12 @@ const i = {
32
29
  //{ selector: ":enabled", label: "Enabled" },
33
30
  //{ selector: ":read-only", label: "Read Only" },
34
31
  //{ selector: ":read-write", label: "Read Write" },
35
- ],
36
- template: [
37
- {
38
- type: "instance",
39
- component: "Label",
40
- label: "Radio Field",
41
- children: [
42
- { type: "instance", component: "RadioButton", props: [], children: [] },
43
- {
44
- type: "instance",
45
- component: "Text",
46
- label: "Radio Label",
47
- props: [{ type: "string", name: "tag", value: "span" }],
48
- children: [{ type: "text", value: "Radio", placeholder: !0 }]
49
- }
50
- ]
51
- }
52
32
  ]
53
- }, c = {
54
- props: a,
33
+ }, s = {
34
+ props: r,
55
35
  initialProps: ["id", "className", "name", "value", "required", "checked"]
56
36
  };
57
37
  export {
58
- s as meta,
59
- c as propsMeta
38
+ p as meta,
39
+ s as propsMeta
60
40
  };
@@ -1,11 +1,9 @@
1
1
  import { meta as t, propsMeta as e } from "./link.ws.js";
2
- const p = {
2
+ const a = {
3
3
  ...t,
4
- category: "hidden",
5
- type: "rich-text-child",
6
- template: []
4
+ type: "rich-text-child"
7
5
  }, o = e;
8
6
  export {
9
- p as meta,
7
+ a as meta,
10
8
  o as propsMeta
11
9
  };
@@ -0,0 +1,16 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import { $ as e } from "@webstudio-is/template";
3
+ const n = {
4
+ category: "forms",
5
+ description: "A drop-down menu for users to select a single option from a predefined list.",
6
+ order: 4,
7
+ template: /* @__PURE__ */ t(e.Select, { children: [
8
+ /* @__PURE__ */ o(e.Option, { label: "Please choose an option", value: "" }),
9
+ /* @__PURE__ */ o(e.Option, { label: "Option A", value: "a" }),
10
+ /* @__PURE__ */ o(e.Option, { label: "Option B", value: "b" }),
11
+ /* @__PURE__ */ o(e.Option, { label: "Option C", value: "c" })
12
+ ] })
13
+ };
14
+ export {
15
+ n as meta
16
+ };
package/lib/select.ws.js CHANGED
@@ -1,26 +1,23 @@
1
1
  import { SelectIcon as e } from "@webstudio-is/icons/svg";
2
- import { defaultStates as t } from "@webstudio-is/react-sdk";
3
- import { select as n } from "@webstudio-is/sdk/normalize.css";
4
- import { props as l } from "./__generated__/select.props.js";
5
- const o = {
2
+ import { defaultStates as t } from "@webstudio-is/sdk";
3
+ import { select as l } from "@webstudio-is/sdk/normalize.css";
4
+ import { props as o } from "./__generated__/select.props.js";
5
+ const r = {
6
6
  select: [
7
- ...n,
7
+ ...l,
8
8
  {
9
9
  property: "display",
10
10
  value: { type: "keyword", value: "block" }
11
11
  }
12
12
  ]
13
- }, s = {
14
- category: "forms",
13
+ }, c = {
15
14
  constraints: {
16
15
  relation: "ancestor",
17
16
  component: { $nin: ["Button", "Link"] }
18
17
  },
19
18
  type: "container",
20
- description: "A drop-down menu for users to select a single option from a predefined list.",
21
19
  icon: e,
22
- presetStyle: o,
23
- order: 4,
20
+ presetStyle: r,
24
21
  states: [
25
22
  ...t,
26
23
  { selector: "::placeholder", label: "Placeholder" },
@@ -28,58 +25,9 @@ const o = {
28
25
  { selector: ":invalid", label: "Invalid" },
29
26
  { selector: ":required", label: "Required" },
30
27
  { selector: ":optional", label: "Optional" }
31
- ],
32
- template: [
33
- {
34
- type: "instance",
35
- component: "Select",
36
- label: "Select",
37
- children: [
38
- {
39
- type: "instance",
40
- component: "Option",
41
- label: "Option",
42
- props: [
43
- { type: "string", name: "label", value: "Please choose an option" },
44
- { type: "string", name: "value", value: "" }
45
- ],
46
- children: []
47
- },
48
- {
49
- type: "instance",
50
- component: "Option",
51
- label: "Option",
52
- props: [
53
- { type: "string", name: "label", value: "Option A" },
54
- { type: "string", name: "value", value: "a" }
55
- ],
56
- children: []
57
- },
58
- {
59
- type: "instance",
60
- component: "Option",
61
- label: "Option",
62
- props: [
63
- { type: "string", name: "label", value: "Option B" },
64
- { type: "string", name: "value", value: "b" }
65
- ],
66
- children: []
67
- },
68
- {
69
- type: "instance",
70
- component: "Option",
71
- label: "Option",
72
- props: [
73
- { type: "string", name: "label", value: "Option C" },
74
- { type: "string", name: "value", value: "c" }
75
- ],
76
- children: []
77
- }
78
- ]
79
- }
80
28
  ]
81
- }, c = {
82
- props: l,
29
+ }, p = {
30
+ props: o,
83
31
  initialProps: [
84
32
  "id",
85
33
  "className",
@@ -91,6 +39,6 @@ const o = {
91
39
  ]
92
40
  };
93
41
  export {
94
- s as meta,
95
- c as propsMeta
42
+ c as meta,
43
+ p as propsMeta
96
44
  };
@@ -1,5 +1,5 @@
1
- import { DashIcon as e } from "@webstudio-is/icons/svg";
2
- import { defaultStates as o } from "@webstudio-is/react-sdk";
1
+ import { MinusIcon as e } from "@webstudio-is/icons/svg";
2
+ import { defaultStates as o } from "@webstudio-is/sdk";
3
3
  import { hr as r } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as t } from "./__generated__/separator.props.js";
5
5
  const p = {
package/lib/span.ws.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { PaintBrushIcon as t } from "@webstudio-is/icons/svg";
2
- import { defaultStates as o } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as o } from "@webstudio-is/sdk";
3
3
  import { span as r } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as e } from "./__generated__/span.props.js";
5
5
  const s = {
@@ -1,5 +1,5 @@
1
1
  import { SubscriptIcon as t } from "@webstudio-is/icons/svg";
2
- import { defaultStates as o } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as o } from "@webstudio-is/sdk";
3
3
  import { sub as r } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as s } from "./__generated__/subscript.props.js";
5
5
  const e = {
@@ -1,5 +1,5 @@
1
1
  import { SuperscriptIcon as t } from "@webstudio-is/icons/svg";
2
- import { defaultStates as r } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as r } from "@webstudio-is/sdk";
3
3
  import { sup as o } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as p } from "./__generated__/superscript.props.js";
5
5
  const e = {
@@ -0,0 +1,36 @@
1
+ import { meta as o } from "./content-embed.template.js";
2
+ import { meta as m } from "./markdown-embed.template.js";
3
+ import { meta as s } from "./text.template.js";
4
+ import { meta as p } from "./heading.template.js";
5
+ import { meta as n } from "./paragraph.template.js";
6
+ import { meta as b } from "./link.template.js";
7
+ import { meta as u } from "./button.template.js";
8
+ import { meta as L } from "./webhook-form.template.js";
9
+ import { meta as l } from "./blockquote.template.js";
10
+ import { meta as g } from "./list.template.js";
11
+ import { meta as C } from "./list-item.template.js";
12
+ import { meta as T } from "./label.template.js";
13
+ import { meta as w } from "./radio-button.template.js";
14
+ import { meta as H } from "./checkbox.template.js";
15
+ import { meta as M } from "./vimeo.template.js";
16
+ import { meta as R } from "./youtube.template.js";
17
+ import { meta as V } from "./select.template.js";
18
+ export {
19
+ l as Blockquote,
20
+ u as Button,
21
+ H as Checkbox,
22
+ o as ContentEmbed,
23
+ L as Form,
24
+ p as Heading,
25
+ T as Label,
26
+ b as Link,
27
+ g as List,
28
+ C as ListItem,
29
+ m as MarkdownEmbed,
30
+ n as Paragraph,
31
+ w as RadioButton,
32
+ V as Select,
33
+ s as Text,
34
+ M as Vimeo,
35
+ R as YouTube
36
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { $ as t, PlaceholderValue as o } from "@webstudio-is/template";
3
+ const a = {
4
+ category: "typography",
5
+ description: "A generic container for any text content that is not a heading or a link.",
6
+ order: 0,
7
+ template: /* @__PURE__ */ e(t.Text, { children: new o("The text you can edit") })
8
+ };
9
+ export {
10
+ a as meta
11
+ };
package/lib/text.ws.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { TextIcon as t } from "@webstudio-is/icons/svg";
2
- import { defaultStates as e } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as e } from "@webstudio-is/sdk";
3
3
  import { div as o } from "@webstudio-is/sdk/normalize.css";
4
- import { props as n } from "./__generated__/text.props.js";
4
+ import { props as i } from "./__generated__/text.props.js";
5
5
  const r = {
6
6
  div: [
7
7
  ...o,
@@ -10,32 +10,16 @@ const r = {
10
10
  value: { type: "unit", unit: "em", value: 1 }
11
11
  }
12
12
  ]
13
- }, s = {
14
- category: "text",
13
+ }, n = {
15
14
  type: "container",
16
- description: "A generic container for any text content that is not a heading or a link.",
17
15
  icon: t,
18
16
  states: e,
19
- presetStyle: r,
20
- order: 0,
21
- template: [
22
- {
23
- type: "instance",
24
- component: "Text",
25
- children: [
26
- {
27
- type: "text",
28
- value: "The text you can edit",
29
- placeholder: !0
30
- }
31
- ]
32
- }
33
- ]
34
- }, m = {
35
- props: n,
17
+ presetStyle: r
18
+ }, c = {
19
+ props: i,
36
20
  initialProps: ["id", "className", "tag"]
37
21
  };
38
22
  export {
39
- s as meta,
40
- m as propsMeta
23
+ n as meta,
24
+ c as propsMeta
41
25
  };
@@ -1,5 +1,5 @@
1
1
  import { FormTextAreaIcon as e } from "@webstudio-is/icons/svg";
2
- import { defaultStates as o } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as o } from "@webstudio-is/sdk";
3
3
  import { textarea as t } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as r } from "./__generated__/textarea.props.js";
5
5
  const l = {
package/lib/time.ws.js CHANGED
@@ -1,22 +1,21 @@
1
1
  import { CalendarIcon as t } from "@webstudio-is/icons/svg";
2
- import { defaultStates as e } from "@webstudio-is/react-sdk";
2
+ import { defaultStates as e } from "@webstudio-is/sdk";
3
3
  import { time as a } from "@webstudio-is/sdk/normalize.css";
4
4
  import { props as o } from "./__generated__/time.props.js";
5
5
  const r = {
6
6
  time: a
7
7
  }, s = {
8
- category: "data",
8
+ category: "localization",
9
9
  type: "container",
10
10
  description: "Converts machine-readable date and time to a human-readable format.",
11
11
  icon: t,
12
12
  states: e,
13
- presetStyle: r,
14
- order: 5
15
- }, d = {
13
+ presetStyle: r
14
+ }, c = {
16
15
  props: o,
17
16
  initialProps: ["datetime", "language", "country", "dateStyle", "timeStyle"]
18
17
  };
19
18
  export {
20
19
  s as meta,
21
- d as propsMeta
20
+ c as propsMeta
22
21
  };
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;
@@ -1,2 +1,2 @@
1
- import type { PropMeta } from "@webstudio-is/react-sdk";
1
+ import type { PropMeta } from "@webstudio-is/sdk";
2
2
  export declare const props: Record<string, PropMeta>;