@tamagui/helpers
Advanced tools
Comparing version 1.120.2 to 1.121.0
@@ -296,2 +296,3 @@ var __defProp = Object.defineProperty; | ||
fontWeight: !0, | ||
fontVariant: !0, | ||
letterSpacing: !0, | ||
@@ -298,0 +299,0 @@ lineHeight: !0, |
@@ -236,2 +236,3 @@ "use strict"; | ||
fontWeight: !0, | ||
fontVariant: !0, | ||
letterSpacing: !0, | ||
@@ -238,0 +239,0 @@ lineHeight: !0, |
@@ -268,2 +268,3 @@ import { isAndroid } from "@tamagui/constants"; | ||
fontWeight: !0, | ||
fontVariant: !0, | ||
letterSpacing: !0, | ||
@@ -270,0 +271,0 @@ lineHeight: !0, |
@@ -208,2 +208,3 @@ import { isAndroid } from "@tamagui/constants"; | ||
fontWeight: !0, | ||
fontVariant: !0, | ||
letterSpacing: !0, | ||
@@ -210,0 +211,0 @@ lineHeight: !0, |
{ | ||
"name": "@tamagui/helpers", | ||
"version": "1.120.2", | ||
"version": "1.121.0", | ||
"source": "src/index.ts", | ||
@@ -22,7 +22,7 @@ "types": "./types/index.d.ts", | ||
"dependencies": { | ||
"@tamagui/constants": "1.120.2", | ||
"@tamagui/simple-hash": "1.120.2" | ||
"@tamagui/constants": "1.121.0", | ||
"@tamagui/simple-hash": "1.121.0" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.120.2" | ||
"@tamagui/build": "1.121.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "publishConfig": { |
@@ -292,2 +292,3 @@ import { isAndroid } from '@tamagui/constants' | ||
fontWeight: true, | ||
fontVariant: true, | ||
letterSpacing: true, | ||
@@ -294,0 +295,0 @@ lineHeight: true, |
@@ -347,2 +347,3 @@ export declare const tokenCategories: { | ||
fontWeight: boolean; | ||
fontVariant: boolean; | ||
letterSpacing: boolean; | ||
@@ -375,2 +376,3 @@ lineHeight: boolean; | ||
fontWeight: boolean; | ||
fontVariant: boolean; | ||
letterSpacing: boolean; | ||
@@ -403,2 +405,3 @@ lineHeight: boolean; | ||
fontWeight: boolean; | ||
fontVariant: boolean; | ||
letterSpacing: boolean; | ||
@@ -657,2 +660,3 @@ lineHeight: boolean; | ||
fontWeight: boolean; | ||
fontVariant: boolean; | ||
letterSpacing: boolean; | ||
@@ -659,0 +663,0 @@ lineHeight: boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
205468
4832
+ Added@tamagui/constants@1.121.0(transitive)
+ Added@tamagui/simple-hash@1.121.0(transitive)
- Removed@tamagui/constants@1.120.2(transitive)
- Removed@tamagui/simple-hash@1.120.2(transitive)
Updated@tamagui/constants@1.121.0
Updated@tamagui/simple-hash@1.121.0