@storybook/react-native-theming 10.4.2 → 10.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2107,7 +2107,7 @@ function _extends() {
2107
2107
  }, _extends.apply(null, arguments);
2108
2108
  }
2109
2109
  //#endregion
2110
- //#region ../../node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js
2110
+ //#region ../../node_modules/react-is/cjs/react-is.production.min.js
2111
2111
  /** @license React v16.13.1
2112
2112
  * react-is.production.min.js
2113
2113
  *
@@ -2201,7 +2201,7 @@ var require_react_is_production_min = /* @__PURE__ */ __commonJSMin(((exports) =
2201
2201
  exports.typeOf = z;
2202
2202
  }));
2203
2203
  //#endregion
2204
- //#region ../../node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js
2204
+ //#region ../../node_modules/react-is/cjs/react-is.development.js
2205
2205
  /** @license React v16.13.1
2206
2206
  * react-is.development.js
2207
2207
  *
@@ -2351,7 +2351,7 @@ var require_react_is_development = /* @__PURE__ */ __commonJSMin(((exports) => {
2351
2351
  })();
2352
2352
  }));
2353
2353
  //#endregion
2354
- //#region ../../node_modules/hoist-non-react-statics/node_modules/react-is/index.js
2354
+ //#region ../../node_modules/react-is/index.js
2355
2355
  var require_react_is = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2356
2356
  if (process.env.NODE_ENV === "production") module.exports = require_react_is_production_min();
2357
2357
  else module.exports = require_react_is_development();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native-theming",
3
- "version": "10.4.2",
3
+ "version": "10.4.4",
4
4
  "description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
5
5
  "keywords": [
6
6
  "react",