@tamagui/helpers 1.0.0-beta.153 → 1.0.0-beta.181
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/cjs/log.js
CHANGED
package/dist/cjs/simpleHash.js
CHANGED
|
@@ -30,4 +30,8 @@ const simpleHash = /* @__PURE__ */ __name((str) => {
|
|
|
30
30
|
}
|
|
31
31
|
return new Uint32Array([hash])[0].toString(36);
|
|
32
32
|
}, "simpleHash");
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
simpleHash
|
|
36
|
+
});
|
|
33
37
|
//# sourceMappingURL=simpleHash.js.map
|
|
@@ -196,4 +196,17 @@ const mergeTransform = /* @__PURE__ */ __name((obj, key, val) => {
|
|
|
196
196
|
obj.transform || (obj.transform = []);
|
|
197
197
|
obj.transform.push({ [mapTransformKeys[key] || key]: val });
|
|
198
198
|
}, "mergeTransform");
|
|
199
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
200
|
+
0 && (module.exports = {
|
|
201
|
+
invertMapTransformKeys,
|
|
202
|
+
mapTransformKeys,
|
|
203
|
+
mergeTransform,
|
|
204
|
+
stylePropsAll,
|
|
205
|
+
stylePropsText,
|
|
206
|
+
stylePropsTextOnly,
|
|
207
|
+
stylePropsTransform,
|
|
208
|
+
stylePropsView,
|
|
209
|
+
validPseudoKeys,
|
|
210
|
+
validStyles
|
|
211
|
+
});
|
|
199
212
|
//# sourceMappingURL=validStyleProps.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/helpers",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.181+fff2a5b2",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "types",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"clean:build": "tamagui-build clean:build"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@tamagui/build": "^1.0.0-beta.
|
|
20
|
+
"@tamagui/build": "^1.0.0-beta.181+fff2a5b2",
|
|
21
21
|
"react-native": "*"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "fff2a5b25ea3881d499e5376cd166f58556acaba"
|
|
30
30
|
}
|