@tamagui/themes 1.132.16-1754534218765 → 1.132.16-1754855349219
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/.turbo/turbo-build.log +1 -2
- package/package.json +7 -7
- package/.turbo/turbo-test.log +0 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
built @tamagui/themes in [33m3133[39m ms
|
|
1
|
+
built @tamagui/themes in 3663 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/themes",
|
|
3
|
-
"version": "1.132.16-
|
|
3
|
+
"version": "1.132.16-1754855349219",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@tamagui/colors": "1.132.16-
|
|
84
|
-
"@tamagui/create-theme": "1.132.16-
|
|
85
|
-
"@tamagui/theme-builder": "1.132.16-
|
|
86
|
-
"@tamagui/web": "1.132.16-
|
|
83
|
+
"@tamagui/colors": "1.132.16-1754855349219",
|
|
84
|
+
"@tamagui/create-theme": "1.132.16-1754855349219",
|
|
85
|
+
"@tamagui/theme-builder": "1.132.16-1754855349219",
|
|
86
|
+
"@tamagui/web": "1.132.16-1754855349219",
|
|
87
87
|
"color2k": "^2.0.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tamagui/build": "1.132.16-
|
|
91
|
-
"@tamagui/cli": "1.132.16-
|
|
90
|
+
"@tamagui/build": "1.132.16-1754855349219",
|
|
91
|
+
"@tamagui/cli": "1.132.16-1754855349219",
|
|
92
92
|
"vitest": "^3.2.4"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Successfully generated themes to ./src/generated-new.ts
|
|
2
|
-
Successfully generated themes to ./src/generated-v2.ts
|
|
3
|
-
Successfully generated themes to ./src/generated-v3.ts
|
|
4
|
-
Successfully generated themes to ./src/generated-v4.ts
|
|
5
|
-
Successfully generated themes to ./src/generated-v4-tamagui.ts
|