@tamagui/calc 1.128.1 → 1.129.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/calc",
3
- "version": "1.128.1",
3
+ "version": "1.129.0",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -31,10 +31,10 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/core": "1.128.1"
34
+ "@tamagui/core": "1.129.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@tamagui/build": "1.128.1"
37
+ "@tamagui/build": "1.129.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
package/types/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import type { FontLineHeightTokens, FontSizeTokens, SizeTokens, SpaceTokens } from "@tamagui/core";
2
+ // unused code - not exported could be used for cross compat calc() functions
2
3
  /**
3
4
  * Simple calc() that handles native + web
4
5
  * on web: outputs a calc() string
@@ -1,5 +1,5 @@
1
1
  {
2
- "mappings": "AACA,cACE,sBACA,gBACA,YACA,mBACK,eAAe;;;;;;AAUtB,YAAY,4BAGR,aACA,cACA,iBACA;AAEJ,cAAM;CACJ,MAAMA,WAAWC;CACjB,MAAMD,WAAWC;CACjB,MAAMD,WAAWC;CACjB,MAAMD,WAAWC;;KAGd,wBAAwB;AAE7B,OAAO,cAAM,OAAQ,GAAG,qBAAqB,UAAU",
2
+ "mappings": "AACA,cACE,sBACA,gBACA,YACA,mBACK,eAAe;;;;;;;AAUtB,YAAY,4BAGR,aACA,cACA,iBACA;AAEJ,cAAM;CACJ,MAAMA,WAAWC;CACjB,MAAMD,WAAWC;CACjB,MAAMD,WAAWC;CACjB,MAAMD,WAAWC;;KAGd,wBAAwB;AAE7B,OAAO,cAAM,OAAQ,GAAG,qBAAqB,UAAU",
3
3
  "names": [
4
4
  "a: number",
5
5
  "b: number"