@tamagui/themes 1.134.0 → 1.134.2
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 -1
- package/.turbo/turbo-test.log +6 -5
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
built @tamagui/themes in
|
|
1
|
+
built @tamagui/themes in 2679 ms
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Successfully generated themes to ./src/generated-
|
|
3
|
-
Successfully generated themes to ./src/generated-
|
|
4
|
-
Successfully generated themes to ./src/generated-
|
|
5
|
-
Successfully generated themes to ./src/generated-v4
|
|
1
|
+
|
|
2
|
+
Successfully generated themes to ./src/generated-new.ts
|
|
3
|
+
Successfully generated themes to ./src/generated-v2.ts
|
|
4
|
+
Successfully generated themes to ./src/generated-v3.ts
|
|
5
|
+
Successfully generated themes to ./src/generated-v4.ts
|
|
6
|
+
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.134.
|
|
3
|
+
"version": "1.134.2",
|
|
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.134.
|
|
84
|
-
"@tamagui/create-theme": "1.134.
|
|
85
|
-
"@tamagui/theme-builder": "1.134.
|
|
86
|
-
"@tamagui/web": "1.134.
|
|
83
|
+
"@tamagui/colors": "1.134.2",
|
|
84
|
+
"@tamagui/create-theme": "1.134.2",
|
|
85
|
+
"@tamagui/theme-builder": "1.134.2",
|
|
86
|
+
"@tamagui/web": "1.134.2",
|
|
87
87
|
"color2k": "^2.0.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tamagui/build": "1.134.
|
|
91
|
-
"@tamagui/cli": "1.134.
|
|
90
|
+
"@tamagui/build": "1.134.2",
|
|
91
|
+
"@tamagui/cli": "1.134.2",
|
|
92
92
|
"vitest": "^3.2.4"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|