@tamagui/static 1.125.18 → 1.125.19
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 +14 -14
- package/src/extractor/loadTamagui.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tamagui/static",
|
3
|
-
"version": "1.125.
|
3
|
+
"version": "1.125.19",
|
4
4
|
"source": "src/index.ts",
|
5
5
|
"types": "./types/index.d.ts",
|
6
6
|
"type": "commonjs",
|
@@ -44,19 +44,19 @@
|
|
44
44
|
"@babel/runtime": "^7.25.4",
|
45
45
|
"@babel/traverse": "^7.25.4",
|
46
46
|
"@babel/types": "^7.25.4",
|
47
|
-
"@tamagui/build": "1.125.
|
48
|
-
"@tamagui/cli-color": "1.125.
|
49
|
-
"@tamagui/config-default": "1.125.
|
50
|
-
"@tamagui/core": "1.125.
|
51
|
-
"@tamagui/fake-react-native": "1.125.
|
52
|
-
"@tamagui/generate-themes": "1.125.
|
53
|
-
"@tamagui/helpers": "1.125.
|
54
|
-
"@tamagui/helpers-node": "1.125.
|
55
|
-
"@tamagui/proxy-worm": "1.125.
|
56
|
-
"@tamagui/react-native-web-internals": "1.125.
|
57
|
-
"@tamagui/react-native-web-lite": "1.125.
|
58
|
-
"@tamagui/shorthands": "1.125.
|
59
|
-
"@tamagui/types": "1.125.
|
47
|
+
"@tamagui/build": "1.125.19",
|
48
|
+
"@tamagui/cli-color": "1.125.19",
|
49
|
+
"@tamagui/config-default": "1.125.19",
|
50
|
+
"@tamagui/core": "1.125.19",
|
51
|
+
"@tamagui/fake-react-native": "1.125.19",
|
52
|
+
"@tamagui/generate-themes": "1.125.19",
|
53
|
+
"@tamagui/helpers": "1.125.19",
|
54
|
+
"@tamagui/helpers-node": "1.125.19",
|
55
|
+
"@tamagui/proxy-worm": "1.125.19",
|
56
|
+
"@tamagui/react-native-web-internals": "1.125.19",
|
57
|
+
"@tamagui/react-native-web-lite": "1.125.19",
|
58
|
+
"@tamagui/shorthands": "1.125.19",
|
59
|
+
"@tamagui/types": "1.125.19",
|
60
60
|
"babel-literal-to-ast": "^2.1.0",
|
61
61
|
"browserslist": "^4.22.2",
|
62
62
|
"check-dependency-version-consistency": "^4.1.0",
|
@@ -100,7 +100,7 @@ export const generateThemesAndLog = async (options: TamaguiOptions, force = fals
|
|
100
100
|
|
101
101
|
// only logs when changed
|
102
102
|
if (didGenerate) {
|
103
|
-
const whitespaceBefore = `
|
103
|
+
const whitespaceBefore = ` `
|
104
104
|
colorLog(
|
105
105
|
Color.FgYellow,
|
106
106
|
`${whitespaceBefore}➡ [tamagui] generated themes: ${relative(
|