@tamagui/core 2.1.0-1780964419737 → 2.2.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.
@@ -1,4 +1,4 @@
1
1
  $ tamagui-build
2
- built @tamagui/core in 756 ms
2
+ built @tamagui/core in 636 ms
3
3
  Running afterBuild script...
4
- afterBuild completed in 273 ms
4
+ afterBuild completed in 182 ms
package/dist/native.cjs CHANGED
@@ -14687,7 +14687,7 @@ var init_platformResolveValue_native = __esmMin((() => {
14687
14687
  init_getTokenForKey_native();
14688
14688
  init_parseNativeStyle_native();
14689
14689
  init_objectSpread2();
14690
- tokenPattern = /(\$[\w.-]+)/g;
14690
+ tokenPattern = /(\$[\w.-]+(?:\/[\d.]+)?)/g;
14691
14691
  nativeParseKeys = {
14692
14692
  backgroundImage: true,
14693
14693
  boxShadow: true,
@@ -3255,7 +3255,7 @@ function splitOutsideParens(s) {
3255
3255
  }
3256
3256
  //#endregion
3257
3257
  //#region ../web/dist/esm/helpers/platformResolveValue.native.js
3258
- var tokenPattern = /(\$[\w.-]+)/g;
3258
+ var tokenPattern = /(\$[\w.-]+(?:\/[\d.]+)?)/g;
3259
3259
  var nativeParseKeys = {
3260
3260
  backgroundImage: true,
3261
3261
  boxShadow: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/core",
3
- "version": "2.1.0-1780964419737",
3
+ "version": "2.2.0",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -79,17 +79,17 @@
79
79
  "clean:build": "tamagui-build clean:build"
80
80
  },
81
81
  "dependencies": {
82
- "@tamagui/helpers": "2.1.0-1780964419737",
83
- "@tamagui/react-native-media-driver": "2.1.0-1780964419737",
84
- "@tamagui/react-native-use-pressable": "2.1.0-1780964419737",
85
- "@tamagui/use-element-layout": "2.1.0-1780964419737",
86
- "@tamagui/use-event": "2.1.0-1780964419737",
87
- "@tamagui/web": "2.1.0-1780964419737"
82
+ "@tamagui/helpers": "2.2.0",
83
+ "@tamagui/react-native-media-driver": "2.2.0",
84
+ "@tamagui/react-native-use-pressable": "2.2.0",
85
+ "@tamagui/use-element-layout": "2.2.0",
86
+ "@tamagui/use-event": "2.2.0",
87
+ "@tamagui/web": "2.2.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@tamagui/build": "2.1.0-1780964419737",
91
- "@tamagui/native-bundle": "2.1.0-1780964419737",
92
- "@tamagui/react-native-web-lite": "2.1.0-1780964419737",
90
+ "@tamagui/build": "2.2.0",
91
+ "@tamagui/native-bundle": "2.2.0",
92
+ "@tamagui/react-native-web-lite": "2.2.0",
93
93
  "@testing-library/react": "^16.1.0",
94
94
  "csstype": "^3.0.10",
95
95
  "react": ">=19",