@tamagui/static 1.129.18 → 1.130.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.129.18",
3
+ "version": "1.130.0",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "type": "commonjs",
@@ -44,18 +44,18 @@
44
44
  "@babel/runtime": "^7.25.4",
45
45
  "@babel/traverse": "^7.25.4",
46
46
  "@babel/types": "^7.25.4",
47
- "@tamagui/cli-color": "1.129.18",
48
- "@tamagui/config-default": "1.129.18",
49
- "@tamagui/core": "1.129.18",
50
- "@tamagui/fake-react-native": "1.129.18",
51
- "@tamagui/generate-themes": "1.129.18",
52
- "@tamagui/helpers": "1.129.18",
53
- "@tamagui/helpers-node": "1.129.18",
54
- "@tamagui/proxy-worm": "1.129.18",
55
- "@tamagui/react-native-web-internals": "1.129.18",
56
- "@tamagui/react-native-web-lite": "1.129.18",
57
- "@tamagui/shorthands": "1.129.18",
58
- "@tamagui/types": "1.129.18",
47
+ "@tamagui/cli-color": "1.130.0",
48
+ "@tamagui/config-default": "1.130.0",
49
+ "@tamagui/core": "1.130.0",
50
+ "@tamagui/fake-react-native": "1.130.0",
51
+ "@tamagui/generate-themes": "1.130.0",
52
+ "@tamagui/helpers": "1.130.0",
53
+ "@tamagui/helpers-node": "1.130.0",
54
+ "@tamagui/proxy-worm": "1.130.0",
55
+ "@tamagui/react-native-web-internals": "1.130.0",
56
+ "@tamagui/react-native-web-lite": "1.130.0",
57
+ "@tamagui/shorthands": "1.130.0",
58
+ "@tamagui/types": "1.130.0",
59
59
  "babel-literal-to-ast": "^2.1.0",
60
60
  "browserslist": "^4.22.2",
61
61
  "check-dependency-version-consistency": "^4.1.0",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "@babel/plugin-syntax-typescript": "^7.25.4",
74
74
  "@expo/match-media": "^0.4.0",
75
- "@tamagui/build": "1.129.18",
75
+ "@tamagui/build": "1.130.0",
76
76
  "@types/babel__core": "^7.20.5",
77
77
  "@types/find-root": "^1.1.2",
78
78
  "@types/node": "^22.1.0",
@@ -628,7 +628,7 @@ export function createExtractor(
628
628
  undefined,
629
629
  false,
630
630
  shouldPrintDebug
631
- )
631
+ )!
632
632
 
633
633
  const classNames = {
634
634
  ...out.classNames,
@@ -2059,7 +2059,7 @@ export function createExtractor(
2059
2059
  undefined,
2060
2060
  false,
2061
2061
  debugPropValue || shouldPrintDebug
2062
- )
2062
+ )!
2063
2063
 
2064
2064
  let outProps = {
2065
2065
  ...(includeProps ? out.viewProps : {}),