@webiny/react-properties 5.37.8 → 5.38.0-beta.1

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/Properties.js CHANGED
@@ -232,4 +232,6 @@ var Property = function Property(_ref2) {
232
232
  }
233
233
  return null;
234
234
  };
235
- exports.Property = Property;
235
+ exports.Property = Property;
236
+
237
+ //# sourceMappingURL=Properties.js.map
@@ -77,4 +77,6 @@ function createConfigurableComponent(name) {
77
77
  Config: Config,
78
78
  useConfig: useConfig
79
79
  };
80
- }
80
+ }
81
+
82
+ //# sourceMappingURL=createConfigurableComponent.js.map
package/index.js CHANGED
@@ -46,4 +46,6 @@ Object.keys(_createConfigurableComponent).forEach(function (key) {
46
46
  return _createConfigurableComponent[key];
47
47
  }
48
48
  });
49
- });
49
+ });
50
+
51
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/react-properties",
3
- "version": "5.37.8",
3
+ "version": "5.38.0-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,14 +12,14 @@
12
12
  "dependencies": {
13
13
  "@babel/runtime": "7.22.6",
14
14
  "@types/react": "17.0.39",
15
+ "@webiny/react-composition": "5.38.0-beta.1",
15
16
  "nanoid": "3.3.4",
16
17
  "react": "17.0.2"
17
18
  },
18
19
  "devDependencies": {
19
20
  "@testing-library/react": "12.1.5",
20
- "@webiny/cli": "5.37.8",
21
- "@webiny/project-utils": "5.37.8",
22
- "@webiny/react-composition": "5.37.8",
21
+ "@webiny/cli": "5.38.0-beta.1",
22
+ "@webiny/project-utils": "5.38.0-beta.1",
23
23
  "prettier": "2.8.8"
24
24
  },
25
25
  "publishConfig": {
@@ -30,5 +30,5 @@
30
30
  "build": "yarn webiny run build",
31
31
  "watch": "yarn webiny run watch"
32
32
  },
33
- "gitHead": "7af94ec35e4614ac89549a544352fd2ceba1ba42"
33
+ "gitHead": "6daf38d3ed0c029a8fea005c2b6246e5b325a09c"
34
34
  }
package/useIdGenerator.js CHANGED
@@ -14,4 +14,6 @@ function useIdGenerator(name) {
14
14
  }
15
15
  return [parentProperty === null || parentProperty === void 0 ? void 0 : parentProperty.id, name].concat(parts).filter(Boolean).join(":");
16
16
  }, [name, parentProperty]);
17
- }
17
+ }
18
+
19
+ //# sourceMappingURL=useIdGenerator.js.map
package/utils.js CHANGED
@@ -41,4 +41,6 @@ function toObject(properties) {
41
41
  function getUniqueId() {
42
42
  var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 12;
43
43
  return nanoid(length);
44
- }
44
+ }
45
+
46
+ //# sourceMappingURL=utils.js.map