@wix/editor-react-components 1.2353.0 → 1.2355.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.
@@ -35,8 +35,8 @@ const boxPadding = {
35
35
  paddingInlineEnd: {}
36
36
  };
37
37
  const manifest = {
38
- id: "0bdb8b86-cfd6-45cb-a30b-900480415524",
39
- type: "wixEditorElements.DatePicker__DEV__v2",
38
+ id: "293335cb-3dd0-4747-95dd-8903894beab0",
39
+ type: "wixEditorElements.DatePicker__DEV__v3",
40
40
  description: "A date picker input. Visitors pick a date from a segmented field or a calendar popover. The selected date is exposed as an ISO string and can be connected to a data field.",
41
41
  installation: {
42
42
  initialSize: {
@@ -5,8 +5,8 @@ import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
5
5
  import { m as manifestFocusable, b as manifestInputable, a as manifestChangeable } from "../chunks/manifestSdkMixins.js";
6
6
  import { m as manifestValidation } from "../chunks/manifest2.js";
7
7
  const manifest = {
8
- id: "b8f7e3d2-4a5c-4e8f-9b2d-1c3e5f7a9b4d",
9
- type: "wixEditorElements.TextInput",
8
+ id: "e95f3cfd-a78d-4d7c-addb-c93182193857",
9
+ type: "wixEditorElements.TextInput__DEV__v2",
10
10
  description: "TextInput",
11
11
  installation: {
12
12
  initialSize: {
@@ -22,8 +22,7 @@ const manifest = {
22
22
  },
23
23
  resources: {
24
24
  client: {
25
- componentUrl: "./site/components/TextInput/component.tsx",
26
- moduleSpecifier: "@wix/editor-react-components/TextInput"
25
+ componentUrl: "./site/components/TextInput/component.tsx"
27
26
  },
28
27
  sdk: {
29
28
  url: "./site/components/TextInput/sdk.ts"
@@ -49,8 +49,8 @@ const timeInputCssProperties = {
49
49
  paddingInlineEnd: { defaultValue: "12px" }
50
50
  };
51
51
  const manifest = {
52
- id: "eb293641-a409-4f13-b122-57534b6abdab",
53
- type: "wixEditorElements.TimePicker__DEV__v2",
52
+ id: "1b7d0433-671f-4068-b3ba-d6e7a6443833",
53
+ type: "wixEditorElements.TimePicker__DEV__v3",
54
54
  description: "A time picker input. Visitors type a time into hour/minute segments or step them with arrow keys. The selected time is exposed as an ISO string and can be connected to a data field.",
55
55
  installation: {
56
56
  initialSize: {
@@ -48,8 +48,17 @@ function manifestValidation({
48
48
  parameters: [
49
49
  { dataType: valueDataType },
50
50
  // value
51
- { dataType: DATA.DATA_TYPE.text }
52
- // cause: 'mount' | 'change' | 'blur'
51
+ {
52
+ // cause: 'mount' | 'change' | 'blur'
53
+ dataType: DATA.DATA_TYPE.textEnum,
54
+ [DATA.DATA_TYPE.textEnum]: {
55
+ options: [
56
+ { value: "mount" },
57
+ { value: "change" },
58
+ { value: "blur" }
59
+ ]
60
+ }
61
+ }
53
62
  ]
54
63
  }
55
64
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2353.0",
3
+ "version": "1.2355.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -80,7 +80,7 @@
80
80
  "@wix/design-system-illustrations": "^2.19.0",
81
81
  "@wix/sdk": "^1.21.13",
82
82
  "@wix/services-manager-react": "^0.1.27",
83
- "@wix/site-ui": "1.160.0",
83
+ "@wix/site-ui": "1.161.0",
84
84
  "@wix/video": "^1.85.0",
85
85
  "@wix/viewer-service-consent-policy": "^1.0.100",
86
86
  "@wix/web-bi-logger": "^2.1.26",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "8fcc787097b4eba92cd5a312c99bdfdbb37b7e077ad8a65dbbd0b2fb"
202
+ "falconPackageHash": "129cd13dfd1219c9f82a2cc7d715204bfd9c327c6bad0475c4394b2e"
203
203
  }