@tamagui/react-native-web-lite 2.0.0-1769196495649 → 2.0.0-1769199407236

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.
@@ -0,0 +1,29 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var preprocess_exports = {};
22
+ __export(preprocess_exports, {
23
+ createBoxShadowValue: () => import_react_native_web_internals.createBoxShadowValue,
24
+ createTextShadowValue: () => import_react_native_web_internals.createTextShadowValue,
25
+ preprocess: () => import_react_native_web_internals.preprocess,
26
+ processStyle: () => import_react_native_web_internals.processStyle
27
+ });
28
+ module.exports = __toCommonJS(preprocess_exports);
29
+ var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
@@ -0,0 +1,24 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var preprocess_exports = {};
16
+ __export(preprocess_exports, {
17
+ createBoxShadowValue: () => import_react_native_web_internals.createBoxShadowValue,
18
+ createTextShadowValue: () => import_react_native_web_internals.createTextShadowValue,
19
+ preprocess: () => import_react_native_web_internals.preprocess,
20
+ processStyle: () => import_react_native_web_internals.processStyle
21
+ });
22
+ module.exports = __toCommonJS(preprocess_exports);
23
+ var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
24
+ //# sourceMappingURL=preprocess.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/preprocess.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wCAKO;",
5
+ "names": []
6
+ }
@@ -0,0 +1,13 @@
1
+ import {
2
+ preprocess,
3
+ processStyle,
4
+ createBoxShadowValue,
5
+ createTextShadowValue
6
+ } from "@tamagui/react-native-web-internals";
7
+ export {
8
+ createBoxShadowValue,
9
+ createTextShadowValue,
10
+ preprocess,
11
+ processStyle
12
+ };
13
+ //# sourceMappingURL=preprocess.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/preprocess.ts"],
4
+ "mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
5
+ "names": []
6
+ }
@@ -0,0 +1,3 @@
1
+ import { preprocess, processStyle, createBoxShadowValue, createTextShadowValue } from "@tamagui/react-native-web-internals";
2
+ export { createBoxShadowValue, createTextShadowValue, preprocess, processStyle };
3
+ //# sourceMappingURL=preprocess.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["preprocess","processStyle","createBoxShadowValue","createTextShadowValue"],"sources":["../../src/preprocess.ts"],"sourcesContent":[null],"mappings":"AAAA,SACEA,UAAA,EACAC,YAAA,EACAC,oBAAA,EACAC,qBAAA,QACK","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-web-lite",
3
- "version": "2.0.0-1769196495649",
3
+ "version": "2.0.0-1769199407236",
4
4
  "type": "module",
5
5
  "description": "React Native for Web",
6
6
  "main": "dist/cjs",
@@ -61,16 +61,16 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@tamagui/normalize-css-color": "2.0.0-1769196495649",
65
- "@tamagui/react-native-use-pressable": "2.0.0-1769196495649",
66
- "@tamagui/react-native-use-responder-events": "2.0.0-1769196495649",
67
- "@tamagui/react-native-web-internals": "2.0.0-1769196495649",
68
- "@tamagui/web": "2.0.0-1769196495649",
64
+ "@tamagui/normalize-css-color": "2.0.0-1769199407236",
65
+ "@tamagui/react-native-use-pressable": "2.0.0-1769199407236",
66
+ "@tamagui/react-native-use-responder-events": "2.0.0-1769199407236",
67
+ "@tamagui/react-native-web-internals": "2.0.0-1769199407236",
68
+ "@tamagui/web": "2.0.0-1769199407236",
69
69
  "invariant": "^2.2.4",
70
70
  "memoize-one": "^6.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@tamagui/build": "2.0.0-1769196495649",
73
+ "@tamagui/build": "2.0.0-1769199407236",
74
74
  "react": "*",
75
75
  "react-dom": "*"
76
76
  },
@@ -0,0 +1,6 @@
1
+ export {
2
+ preprocess,
3
+ processStyle,
4
+ createBoxShadowValue,
5
+ createTextShadowValue,
6
+ } from '@tamagui/react-native-web-internals'