@cmssy/react 0.9.1 → 0.9.2

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.
package/dist/client.cjs CHANGED
@@ -1036,7 +1036,9 @@ var fields = {
1036
1036
  select: control("select"),
1037
1037
  multiselect: control("multiselect"),
1038
1038
  radio: control("radio"),
1039
- repeater: control("repeater")
1039
+ repeater: control("repeater"),
1040
+ form: control("form"),
1041
+ pageSelector: control("pageSelector")
1040
1042
  };
1041
1043
 
1042
1044
  // src/commerce/money.ts
package/dist/client.js CHANGED
@@ -1034,7 +1034,9 @@ var fields = {
1034
1034
  select: control("select"),
1035
1035
  multiselect: control("multiselect"),
1036
1036
  radio: control("radio"),
1037
- repeater: control("repeater")
1037
+ repeater: control("repeater"),
1038
+ form: control("form"),
1039
+ pageSelector: control("pageSelector")
1038
1040
  };
1039
1041
 
1040
1042
  // src/commerce/money.ts
package/dist/index.cjs CHANGED
@@ -29,7 +29,9 @@ var fields = {
29
29
  select: control("select"),
30
30
  multiselect: control("multiselect"),
31
31
  radio: control("radio"),
32
- repeater: control("repeater")
32
+ repeater: control("repeater"),
33
+ form: control("form"),
34
+ pageSelector: control("pageSelector")
33
35
  };
34
36
 
35
37
  // src/registry.ts
package/dist/index.d.cts CHANGED
@@ -25,6 +25,8 @@ declare const fields: {
25
25
  multiselect: (opts?: FieldControl) => FieldDefinition;
26
26
  radio: (opts?: FieldControl) => FieldDefinition;
27
27
  repeater: (opts?: FieldControl) => FieldDefinition;
28
+ form: (opts?: FieldControl) => FieldDefinition;
29
+ pageSelector: (opts?: FieldControl) => FieldDefinition;
28
30
  };
29
31
 
30
32
  interface CmssyServerPageProps {
package/dist/index.d.ts CHANGED
@@ -25,6 +25,8 @@ declare const fields: {
25
25
  multiselect: (opts?: FieldControl) => FieldDefinition;
26
26
  radio: (opts?: FieldControl) => FieldDefinition;
27
27
  repeater: (opts?: FieldControl) => FieldDefinition;
28
+ form: (opts?: FieldControl) => FieldDefinition;
29
+ pageSelector: (opts?: FieldControl) => FieldDefinition;
28
30
  };
29
31
 
30
32
  interface CmssyServerPageProps {
package/dist/index.js CHANGED
@@ -27,7 +27,9 @@ var fields = {
27
27
  select: control("select"),
28
28
  multiselect: control("multiselect"),
29
29
  radio: control("radio"),
30
- repeater: control("repeater")
30
+ repeater: control("repeater"),
31
+ form: control("form"),
32
+ pageSelector: control("pageSelector")
31
33
  };
32
34
 
33
35
  // src/registry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmssy/react",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "React blocks, renderers, data client and editor bridge for cmssy headless sites",
5
5
  "keywords": [
6
6
  "cmssy",