@tamagui/static 1.121.12-1737332968773 → 1.122.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.
@@ -174,9 +174,6 @@ 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
-
180
177
  if (typeof css != "string")
181
178
  throw new Error(`Invalid CSS: ${typeof css} ${css}`);
182
179
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.121.12-1737332968773",
3
+ "version": "1.122.0",
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-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",
47
+ "@tamagui/build": "1.122.0",
48
+ "@tamagui/cli-color": "1.122.0",
49
+ "@tamagui/config-default": "1.122.0",
50
+ "@tamagui/core": "1.122.0",
51
+ "@tamagui/fake-react-native": "1.122.0",
52
+ "@tamagui/generate-themes": "1.122.0",
53
+ "@tamagui/helpers": "1.122.0",
54
+ "@tamagui/helpers-node": "1.122.0",
55
+ "@tamagui/proxy-worm": "1.122.0",
56
+ "@tamagui/react-native-web-internals": "1.122.0",
57
+ "@tamagui/react-native-web-lite": "1.122.0",
58
+ "@tamagui/shorthands": "1.122.0",
59
+ "@tamagui/types": "1.122.0",
60
60
  "babel-literal-to-ast": "^2.1.0",
61
61
  "browserslist": "^4.22.2",
62
62
  "check-dependency-version-consistency": "^4.1.0",