@tamagui/font-size 1.0.1-beta.48 → 1.0.1-beta.49

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/font-size",
3
- "version": "1.0.1-beta.48",
3
+ "version": "1.0.1-beta.49",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -16,14 +16,14 @@
16
16
  "watch": "tamagui-build --watch"
17
17
  },
18
18
  "dependencies": {
19
- "@tamagui/core": "^1.0.1-beta.48"
19
+ "@tamagui/core": "^1.0.1-beta.49"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "*",
23
23
  "react-dom": "*"
24
24
  },
25
25
  "devDependencies": {
26
- "@tamagui/build": "^1.0.1-beta.48",
26
+ "@tamagui/build": "^1.0.1-beta.49",
27
27
  "react": "*",
28
28
  "react-dom": "*"
29
29
  },
@@ -3,8 +3,8 @@ declare type GetFontSizeOpts = {
3
3
  relativeSize?: number;
4
4
  font?: FontTokens;
5
5
  };
6
- export declare const getFontSize: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts | undefined) => number;
7
- export declare const getFontSizeVariable: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts | undefined) => number | `$${string}` | import("@tamagui/core").Variable | null | undefined;
8
- export declare const getFontSizeToken: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts | undefined) => FontSizeTokens | null;
6
+ export declare const getFontSize: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts) => number;
7
+ export declare const getFontSizeVariable: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts) => number | `$${string}` | import("@tamagui/core").Variable<any> | null | undefined;
8
+ export declare const getFontSizeToken: (inSize: FontSizeTokens | null | undefined, opts?: GetFontSizeOpts) => FontSizeTokens | null;
9
9
  export {};
10
10
  //# sourceMappingURL=getFontSize.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getFontSize.d.ts","sourceRoot":"","sources":["../src/getFontSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAoC,MAAM,eAAe,CAAA;AAE5F,aAAK,eAAe,GAAG;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,WAAW,WACd,cAAc,GAAG,IAAI,GAAG,SAAS,yCAExC,MAMF,CAAA;AAED,eAAO,MAAM,mBAAmB,WACtB,cAAc,GAAG,IAAI,GAAG,SAAS,oHAS1C,CAAA;AAED,eAAO,MAAM,gBAAgB,WACnB,cAAc,GAAG,IAAI,GAAG,SAAS,yCAExC,cAAc,GAAG,IAsBnB,CAAA"}
1
+ {"version":3,"file":"getFontSize.d.ts","sourceRoot":"","sources":["../src/getFontSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAoC,MAAM,eAAe,CAAA;AAE5F,aAAK,eAAe,GAAG;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,WAAW,WACd,cAAc,GAAG,IAAI,GAAG,SAAS,SAClC,eAAe,KACrB,MAMF,CAAA;AAED,eAAO,MAAM,mBAAmB,WACtB,cAAc,GAAG,IAAI,GAAG,SAAS,SAClC,eAAe,qFAQvB,CAAA;AAED,eAAO,MAAM,gBAAgB,WACnB,cAAc,GAAG,IAAI,GAAG,SAAS,SAClC,eAAe,KACrB,cAAc,GAAG,IAsBnB,CAAA"}