@tamagui/static 1.121.12-1737271201540 → 1.121.12-1737332968773
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/dist/extractor/bundleConfig.js +3 -0
- package/package.json +14 -14
@@ -174,6 +174,9 @@ async function writeTamaguiCSS(outputCSS, config) {
|
|
174
174
|
const flush = async () => {
|
175
175
|
(0, import_cli_color.colorLog)(import_cli_color.Color.FgYellow, ` \u27A1 [tamagui] output css: ${outputCSS}`), await FS.writeFile(outputCSS, css);
|
176
176
|
}, css = config.getCSS();
|
177
|
+
|
178
|
+
console.log('css is', css)
|
179
|
+
|
177
180
|
if (typeof css != "string")
|
178
181
|
throw new Error(`Invalid CSS: ${typeof css} ${css}`);
|
179
182
|
try {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tamagui/static",
|
3
|
-
"version": "1.121.12-
|
3
|
+
"version": "1.121.12-1737332968773",
|
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.121.12-
|
48
|
-
"@tamagui/cli-color": "1.121.12-
|
49
|
-
"@tamagui/config-default": "1.121.12-
|
50
|
-
"@tamagui/core": "1.121.12-
|
51
|
-
"@tamagui/fake-react-native": "1.121.12-
|
52
|
-
"@tamagui/generate-themes": "1.121.12-
|
53
|
-
"@tamagui/helpers": "1.121.12-
|
54
|
-
"@tamagui/helpers-node": "1.121.12-
|
55
|
-
"@tamagui/proxy-worm": "1.121.12-
|
56
|
-
"@tamagui/react-native-web-internals": "1.121.12-
|
57
|
-
"@tamagui/react-native-web-lite": "1.121.12-
|
58
|
-
"@tamagui/shorthands": "1.121.12-
|
59
|
-
"@tamagui/types": "1.121.12-
|
47
|
+
"@tamagui/build": "1.121.12-1737332968773",
|
48
|
+
"@tamagui/cli-color": "1.121.12-1737332968773",
|
49
|
+
"@tamagui/config-default": "1.121.12-1737332968773",
|
50
|
+
"@tamagui/core": "1.121.12-1737332968773",
|
51
|
+
"@tamagui/fake-react-native": "1.121.12-1737332968773",
|
52
|
+
"@tamagui/generate-themes": "1.121.12-1737332968773",
|
53
|
+
"@tamagui/helpers": "1.121.12-1737332968773",
|
54
|
+
"@tamagui/helpers-node": "1.121.12-1737332968773",
|
55
|
+
"@tamagui/proxy-worm": "1.121.12-1737332968773",
|
56
|
+
"@tamagui/react-native-web-internals": "1.121.12-1737332968773",
|
57
|
+
"@tamagui/react-native-web-lite": "1.121.12-1737332968773",
|
58
|
+
"@tamagui/shorthands": "1.121.12-1737332968773",
|
59
|
+
"@tamagui/types": "1.121.12-1737332968773",
|
60
60
|
"babel-literal-to-ast": "^2.1.0",
|
61
61
|
"browserslist": "^4.22.2",
|
62
62
|
"check-dependency-version-consistency": "^4.1.0",
|