@tamagui/static 2.0.0-rc.30 → 2.0.0-rc.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "2.0.0-rc.30",
3
+ "version": "2.0.0-rc.31",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "license": "MIT",
6
6
  "source": "src/index.ts",
@@ -50,19 +50,19 @@
50
50
  "@babel/template": "^7.25.0",
51
51
  "@babel/traverse": "^7.25.4",
52
52
  "@babel/types": "^7.25.4",
53
- "@tamagui/cli-color": "2.0.0-rc.30",
54
- "@tamagui/config-default": "2.0.0-rc.30",
55
- "@tamagui/core": "2.0.0-rc.30",
56
- "@tamagui/fake-react-native": "2.0.0-rc.30",
57
- "@tamagui/generate-themes": "2.0.0-rc.30",
58
- "@tamagui/helpers": "2.0.0-rc.30",
59
- "@tamagui/helpers-node": "2.0.0-rc.30",
60
- "@tamagui/proxy-worm": "2.0.0-rc.30",
61
- "@tamagui/react-native-web-internals": "2.0.0-rc.30",
62
- "@tamagui/react-native-web-lite": "2.0.0-rc.30",
63
- "@tamagui/shorthands": "2.0.0-rc.30",
64
- "@tamagui/types": "2.0.0-rc.30",
65
- "@tamagui/web": "2.0.0-rc.30",
53
+ "@tamagui/cli-color": "2.0.0-rc.31",
54
+ "@tamagui/config-default": "2.0.0-rc.31",
55
+ "@tamagui/core": "2.0.0-rc.31",
56
+ "@tamagui/fake-react-native": "2.0.0-rc.31",
57
+ "@tamagui/generate-themes": "2.0.0-rc.31",
58
+ "@tamagui/helpers": "2.0.0-rc.31",
59
+ "@tamagui/helpers-node": "2.0.0-rc.31",
60
+ "@tamagui/proxy-worm": "2.0.0-rc.31",
61
+ "@tamagui/react-native-web-internals": "2.0.0-rc.31",
62
+ "@tamagui/react-native-web-lite": "2.0.0-rc.31",
63
+ "@tamagui/shorthands": "2.0.0-rc.31",
64
+ "@tamagui/types": "2.0.0-rc.31",
65
+ "@tamagui/web": "2.0.0-rc.31",
66
66
  "babel-literal-to-ast": "^2.1.0",
67
67
  "browserslist": "^4.28.1",
68
68
  "check-dependency-version-consistency": "^4.1.0",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "devDependencies": {
81
81
  "@babel/plugin-syntax-typescript": "^7.25.4",
82
- "@tamagui/build": "2.0.0-rc.30",
82
+ "@tamagui/build": "2.0.0-rc.31",
83
83
  "@types/babel__core": "^7.20.5",
84
84
  "@types/find-root": "^1.1.2",
85
85
  "@types/node": "^22.1.0",
package/dist/index.js DELETED
@@ -1,40 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf,
6
- __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
- get: () => from[key],
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- return to;
19
- },
20
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")),
21
- __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
- // If the importer is in node compatibility mode or this is not an ESM
23
- // file that has been converted to a CommonJS file using a Babel-
24
- // compatible transform (i.e. "__esModule" has not been set), then set
25
- // "default" to the CommonJS "module.exports" for node compatibility.
26
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
27
- value: mod,
28
- enumerable: !0
29
- }) : target, mod)),
30
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
31
- value: !0
32
- }), mod);
33
- var index_exports = {};
34
- __export(index_exports, {
35
- default: () => index_default
36
- });
37
- module.exports = __toCommonJS(index_exports);
38
- var Static1 = __toESM(require("./exports.cjs"));
39
- __reExport(index_exports, require("./exports.cjs"), module.exports);
40
- var index_default = Static1;
package/dist/index.js.map DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,cAAyB;AACzB,0BAAc,sBAFd;AAGA,IAAO,gBAAQ;",
5
- "names": []
6
- }