@webiny/react-properties 5.37.6 → 5.37.7

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,6 +232,4 @@ var Property = function Property(_ref2) {
232
232
  }
233
233
  return null;
234
234
  };
235
- exports.Property = Property;
236
-
237
- //# sourceMappingURL=Properties.js.map
235
+ exports.Property = Property;
@@ -77,6 +77,4 @@ function createConfigurableComponent(name) {
77
77
  Config: Config,
78
78
  useConfig: useConfig
79
79
  };
80
- }
81
-
82
- //# sourceMappingURL=createConfigurableComponent.js.map
80
+ }
package/index.js CHANGED
@@ -46,6 +46,4 @@ Object.keys(_createConfigurableComponent).forEach(function (key) {
46
46
  return _createConfigurableComponent[key];
47
47
  }
48
48
  });
49
- });
50
-
51
- //# sourceMappingURL=index.js.map
49
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/react-properties",
3
- "version": "5.37.6",
3
+ "version": "5.37.7",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@testing-library/react": "12.1.5",
20
- "@webiny/cli": "5.37.6",
21
- "@webiny/project-utils": "5.37.6",
22
- "@webiny/react-composition": "5.37.6",
20
+ "@webiny/cli": "5.37.7",
21
+ "@webiny/project-utils": "5.37.7",
22
+ "@webiny/react-composition": "5.37.7",
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": "53e962c150c2732178d0431d7dfb0f6e9caa3381"
33
+ "gitHead": "115054c51d8e6699eed34ab574ae30cb6a716be0"
34
34
  }
package/useIdGenerator.js CHANGED
@@ -14,6 +14,4 @@ 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
- }
18
-
19
- //# sourceMappingURL=useIdGenerator.js.map
17
+ }
package/utils.js CHANGED
@@ -41,6 +41,4 @@ 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
- }
45
-
46
- //# sourceMappingURL=utils.js.map
44
+ }