@tamagui/button 2.0.0-rc.0 → 2.0.0-rc.0-1769885482630
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 +36 -38
package/package.json
CHANGED
|
@@ -1,65 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/button",
|
|
3
|
-
"version": "2.0.0-rc.0",
|
|
4
|
-
"
|
|
5
|
-
"sideEffects": [
|
|
6
|
-
"*.css"
|
|
7
|
-
],
|
|
3
|
+
"version": "2.0.0-rc.0-1769885482630",
|
|
4
|
+
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
8
5
|
"source": "src/index.ts",
|
|
9
|
-
"types": "./types/index.d.ts",
|
|
10
|
-
"main": "dist/cjs",
|
|
11
|
-
"module": "dist/esm",
|
|
12
|
-
"module:jsx": "dist/jsx",
|
|
13
6
|
"files": [
|
|
14
7
|
"src",
|
|
15
8
|
"types",
|
|
16
9
|
"dist"
|
|
17
10
|
],
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
},
|
|
11
|
+
"type": "module",
|
|
12
|
+
"sideEffects": [
|
|
13
|
+
"*.css"
|
|
14
|
+
],
|
|
15
|
+
"main": "dist/cjs",
|
|
16
|
+
"module": "dist/esm",
|
|
17
|
+
"types": "./types/index.d.ts",
|
|
26
18
|
"exports": {
|
|
27
19
|
"./package.json": "./package.json",
|
|
28
20
|
".": {
|
|
21
|
+
"types": "./types/index.d.ts",
|
|
29
22
|
"react-native": {
|
|
30
23
|
"module": "./dist/esm/index.native.js",
|
|
31
24
|
"import": "./dist/esm/index.native.js",
|
|
32
25
|
"require": "./dist/cjs/index.native.js"
|
|
33
26
|
},
|
|
34
|
-
"types": "./types/index.d.ts",
|
|
35
27
|
"module": "./dist/esm/index.mjs",
|
|
36
28
|
"import": "./dist/esm/index.mjs",
|
|
37
29
|
"require": "./dist/cjs/index.cjs",
|
|
38
30
|
"default": "./dist/cjs/index.native.js"
|
|
39
31
|
}
|
|
40
32
|
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "tamagui-build",
|
|
38
|
+
"watch": "tamagui-build --watch",
|
|
39
|
+
"clean": "tamagui-build clean",
|
|
40
|
+
"clean:build": "tamagui-build clean:build"
|
|
41
|
+
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@tamagui/config-default": "2.0.0-rc.0",
|
|
43
|
-
"@tamagui/core": "2.0.0-rc.0",
|
|
44
|
-
"@tamagui/font-size": "2.0.0-rc.0",
|
|
45
|
-
"@tamagui/get-button-sized": "2.0.0-rc.0",
|
|
46
|
-
"@tamagui/helpers": "2.0.0-rc.0",
|
|
47
|
-
"@tamagui/helpers-tamagui": "2.0.0-rc.0",
|
|
48
|
-
"@tamagui/spacer": "2.0.0-rc.0",
|
|
49
|
-
"@tamagui/stacks": "2.0.0-rc.0",
|
|
50
|
-
"@tamagui/text": "2.0.0-rc.0",
|
|
51
|
-
"@tamagui/web": "2.0.0-rc.0"
|
|
43
|
+
"@tamagui/config-default": "2.0.0-rc.0-1769885482630",
|
|
44
|
+
"@tamagui/core": "2.0.0-rc.0-1769885482630",
|
|
45
|
+
"@tamagui/font-size": "2.0.0-rc.0-1769885482630",
|
|
46
|
+
"@tamagui/get-button-sized": "2.0.0-rc.0-1769885482630",
|
|
47
|
+
"@tamagui/helpers": "2.0.0-rc.0-1769885482630",
|
|
48
|
+
"@tamagui/helpers-tamagui": "2.0.0-rc.0-1769885482630",
|
|
49
|
+
"@tamagui/spacer": "2.0.0-rc.0-1769885482630",
|
|
50
|
+
"@tamagui/stacks": "2.0.0-rc.0-1769885482630",
|
|
51
|
+
"@tamagui/text": "2.0.0-rc.0-1769885482630",
|
|
52
|
+
"@tamagui/web": "2.0.0-rc.0-1769885482630"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "2.0.0-rc.0",
|
|
55
|
-
"react": "
|
|
56
|
-
"vitest": "
|
|
55
|
+
"@tamagui/build": "2.0.0-rc.0-1769885482630",
|
|
56
|
+
"react": ">=19",
|
|
57
|
+
"vitest": "4.0.4"
|
|
57
58
|
},
|
|
58
|
-
"publishConfig": {
|
|
59
|
-
"access": "public"
|
|
60
|
-
},
|
|
61
|
-
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
62
59
|
"peerDependencies": {
|
|
63
|
-
"react": "
|
|
64
|
-
}
|
|
65
|
-
|
|
60
|
+
"react": ">=19"
|
|
61
|
+
},
|
|
62
|
+
"module:jsx": "dist/jsx"
|
|
63
|
+
}
|