@webiny/react-composition 5.37.2 → 5.37.3-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/Compose.js CHANGED
@@ -21,4 +21,6 @@ var Compose = function Compose(props) {
21
21
  }, [props.with]);
22
22
  return null;
23
23
  };
24
- exports.Compose = Compose;
24
+ exports.Compose = Compose;
25
+
26
+ //# sourceMappingURL=Compose.js.map
@@ -24,4 +24,6 @@ function useCompositionScope() {
24
24
  return undefined;
25
25
  }
26
26
  return context.name;
27
- }
27
+ }
28
+
29
+ //# sourceMappingURL=CompositionScope.js.map
package/Context.js CHANGED
@@ -131,4 +131,6 @@ function useComposition() {
131
131
  */
132
132
  function useOptionalComposition() {
133
133
  return (0, _react.useContext)(CompositionContext);
134
- }
134
+ }
135
+
136
+ //# sourceMappingURL=Context.js.map
@@ -21,4 +21,6 @@ function createComponentPlugin(Base, hoc) {
21
21
  };
22
22
  ComponentPlugin.displayName = Base.displayName;
23
23
  return ComponentPlugin;
24
- }
24
+ }
25
+
26
+ //# sourceMappingURL=createComponentPlugin.js.map
package/decorators.js CHANGED
@@ -36,4 +36,6 @@ function createDecoratorFactory() {
36
36
  };
37
37
  };
38
38
  };
39
- }
39
+ }
40
+
41
+ //# sourceMappingURL=decorators.js.map
package/index.js CHANGED
@@ -68,4 +68,6 @@ Object.keys(_CompositionScope).forEach(function (key) {
68
68
  return _CompositionScope[key];
69
69
  }
70
70
  });
71
- });
71
+ });
72
+
73
+ //# sourceMappingURL=index.js.map
package/makeComposable.js CHANGED
@@ -54,4 +54,6 @@ function makeComposable(name, Component) {
54
54
  Composable.originalName = name;
55
55
  Composable.displayName = "Composable<".concat(name, ">");
56
56
  return Composable;
57
- }
57
+ }
58
+
59
+ //# sourceMappingURL=makeComposable.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/react-composition",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "@babel/core": "7.22.8",
26
26
  "@babel/preset-env": "7.22.7",
27
27
  "@babel/preset-typescript": "7.22.5",
28
- "@webiny/cli": "5.37.2",
29
- "@webiny/project-utils": "5.37.2",
28
+ "@webiny/cli": "5.37.3-beta.1",
29
+ "@webiny/project-utils": "5.37.3-beta.1",
30
30
  "ttypescript": "1.5.15",
31
31
  "typescript": "4.7.4"
32
32
  },
@@ -38,5 +38,5 @@
38
38
  "build": "yarn webiny run build",
39
39
  "watch": "yarn webiny run watch"
40
40
  },
41
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
41
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
42
42
  }