@storybook/react-native-theming 10.4.6 → 10.4.8-canary-20260711115827
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/index.d.ts +0 -1
- package/dist/index.js +19 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import * as RN from "react-native";
|
|
|
2
2
|
import { ImageProps, ImageSourcePropType, TextStyle } from "react-native";
|
|
3
3
|
import * as React$1 from "react";
|
|
4
4
|
import { ReactElement } from "react";
|
|
5
|
-
|
|
6
5
|
//#region ../../node_modules/@emotion/react/dist/declarations/src/types.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @desc Utility type for getting props type of React component.
|
package/dist/index.js
CHANGED
|
@@ -2116,7 +2116,25 @@ function _extends() {
|
|
|
2116
2116
|
* LICENSE file in the root directory of this source tree.
|
|
2117
2117
|
*/
|
|
2118
2118
|
var require_react_is_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2119
|
-
var b = "function" === typeof Symbol && Symbol.for
|
|
2119
|
+
var b = "function" === typeof Symbol && Symbol.for;
|
|
2120
|
+
var c = b ? Symbol.for("react.element") : 60103;
|
|
2121
|
+
var d = b ? Symbol.for("react.portal") : 60106;
|
|
2122
|
+
var e = b ? Symbol.for("react.fragment") : 60107;
|
|
2123
|
+
var f = b ? Symbol.for("react.strict_mode") : 60108;
|
|
2124
|
+
var g = b ? Symbol.for("react.profiler") : 60114;
|
|
2125
|
+
var h = b ? Symbol.for("react.provider") : 60109;
|
|
2126
|
+
var k = b ? Symbol.for("react.context") : 60110;
|
|
2127
|
+
var l = b ? Symbol.for("react.async_mode") : 60111;
|
|
2128
|
+
var m = b ? Symbol.for("react.concurrent_mode") : 60111;
|
|
2129
|
+
var n = b ? Symbol.for("react.forward_ref") : 60112;
|
|
2130
|
+
var p = b ? Symbol.for("react.suspense") : 60113;
|
|
2131
|
+
var q = b ? Symbol.for("react.suspense_list") : 60120;
|
|
2132
|
+
var r = b ? Symbol.for("react.memo") : 60115;
|
|
2133
|
+
var t = b ? Symbol.for("react.lazy") : 60116;
|
|
2134
|
+
var v = b ? Symbol.for("react.block") : 60121;
|
|
2135
|
+
var w = b ? Symbol.for("react.fundamental") : 60117;
|
|
2136
|
+
var x = b ? Symbol.for("react.responder") : 60118;
|
|
2137
|
+
var y = b ? Symbol.for("react.scope") : 60119;
|
|
2120
2138
|
function z(a) {
|
|
2121
2139
|
if ("object" === typeof a && null !== a) {
|
|
2122
2140
|
var u = a.$$typeof;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native-theming",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.8-canary-20260711115827",
|
|
4
4
|
"description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@emotion/native": "^11.11.0",
|
|
32
32
|
"@emotion/react": "^11.14.0",
|
|
33
|
-
"tsdown": "^0.22.
|
|
33
|
+
"tsdown": "^0.22.4"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*",
|