@tamagui/themes 1.133.1 → 1.134.0
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/.turbo/turbo-test.log +5 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
built @tamagui/themes in [33m2552[39m ms
|
|
1
|
+
built @tamagui/themes in 2646 ms
|
|
@@ -0,0 +1,5 @@
|
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/themes",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.134.0",
|
|
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.
|
|
84
|
-
"@tamagui/create-theme": "1.
|
|
85
|
-
"@tamagui/theme-builder": "1.
|
|
86
|
-
"@tamagui/web": "1.
|
|
83
|
+
"@tamagui/colors": "1.134.0",
|
|
84
|
+
"@tamagui/create-theme": "1.134.0",
|
|
85
|
+
"@tamagui/theme-builder": "1.134.0",
|
|
86
|
+
"@tamagui/web": "1.134.0",
|
|
87
87
|
"color2k": "^2.0.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tamagui/build": "1.
|
|
91
|
-
"@tamagui/cli": "1.
|
|
90
|
+
"@tamagui/build": "1.134.0",
|
|
91
|
+
"@tamagui/cli": "1.134.0",
|
|
92
92
|
"vitest": "^3.2.4"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|