@tamagui/helpers
Advanced tools
Comparing version 1.121.4 to 1.121.5
@@ -66,4 +66,5 @@ var __defProp = Object.defineProperty; | ||
focusVisible: "focusVisibleStyle", | ||
focusWithin: "focusWithinStyle", | ||
disabled: "disabledStyle" | ||
}; | ||
//# sourceMappingURL=concatClassName.js.map |
@@ -62,2 +62,3 @@ "use strict"; | ||
focusVisible: "focusVisibleStyle", | ||
focusWithin: "focusWithinStyle", | ||
disabled: "disabledStyle" | ||
@@ -64,0 +65,0 @@ }; |
@@ -328,2 +328,3 @@ var __defProp = Object.defineProperty; | ||
disabledStyle: !0, | ||
focusWithinStyle: !0, | ||
focusVisibleStyle: !0 | ||
@@ -330,0 +331,0 @@ }, validStyles = { |
@@ -260,3 +260,4 @@ "use strict"; | ||
focusStyle: !0, | ||
disabledStyle: !0 | ||
disabledStyle: !0, | ||
focusWithinStyle: !0 | ||
}, validStyles = { | ||
@@ -263,0 +264,0 @@ ...validPseudoKeys, |
@@ -47,2 +47,3 @@ function concatClassName(_cn) { | ||
focusVisible: "focusVisibleStyle", | ||
focusWithin: "focusWithinStyle", | ||
disabled: "disabledStyle" | ||
@@ -49,0 +50,0 @@ }; |
@@ -42,2 +42,3 @@ function concatClassName(_cn) { | ||
focusVisible: "focusVisibleStyle", | ||
focusWithin: "focusWithinStyle", | ||
disabled: "disabledStyle" | ||
@@ -44,0 +45,0 @@ }; |
@@ -300,2 +300,3 @@ import { isAndroid } from "@tamagui/constants"; | ||
disabledStyle: !0, | ||
focusWithinStyle: !0, | ||
focusVisibleStyle: !0 | ||
@@ -302,0 +303,0 @@ }, validStyles = { |
@@ -232,3 +232,4 @@ import { isAndroid } from "@tamagui/constants"; | ||
focusStyle: !0, | ||
disabledStyle: !0 | ||
disabledStyle: !0, | ||
focusWithinStyle: !0 | ||
}, validStyles = { | ||
@@ -235,0 +236,0 @@ ...validPseudoKeys, |
{ | ||
"name": "@tamagui/helpers", | ||
"version": "1.121.4", | ||
"version": "1.121.5", | ||
"source": "src/index.ts", | ||
@@ -22,7 +22,7 @@ "types": "./types/index.d.ts", | ||
"dependencies": { | ||
"@tamagui/constants": "1.121.4", | ||
"@tamagui/simple-hash": "1.121.4" | ||
"@tamagui/constants": "1.121.5", | ||
"@tamagui/simple-hash": "1.121.5" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.121.4" | ||
"@tamagui/build": "1.121.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "publishConfig": { |
@@ -98,3 +98,4 @@ // perf sensitive so doing some weird stuff | ||
focusVisible: 'focusVisibleStyle', | ||
focusWithin: 'focusWithinStyle', | ||
disabled: 'disabledStyle', | ||
} |
@@ -5,3 +5,3 @@ export type StyleObject = [ | ||
identifier: string, | ||
pseudo: 'hover' | 'focus' | 'focus-visible' | 'active' | undefined, | ||
pseudo: 'hover' | 'focus' | 'focus-visible' | 'focus-within' | 'active' | undefined, | ||
rules: string[], | ||
@@ -8,0 +8,0 @@ ] |
@@ -336,2 +336,3 @@ import { isAndroid } from '@tamagui/constants' | ||
disabledStyle: true, | ||
focusWithinStyle: true, | ||
@@ -338,0 +339,0 @@ // allow some web only ones |
@@ -5,3 +5,3 @@ export type StyleObject = [ | ||
identifier: string, | ||
pseudo: 'hover' | 'focus' | 'focus-visible' | 'active' | undefined, | ||
pseudo: 'hover' | 'focus' | 'focus-visible' | 'focus-within' | 'active' | undefined, | ||
rules: string[] | ||
@@ -8,0 +8,0 @@ ]; |
@@ -896,2 +896,3 @@ export declare const tokenCategories: { | ||
disabledStyle: boolean; | ||
focusWithinStyle: boolean; | ||
}; | ||
@@ -1139,3 +1140,4 @@ export declare const validStyles: { | ||
disabledStyle: boolean; | ||
focusWithinStyle: boolean; | ||
}; | ||
//# sourceMappingURL=validStyleProps.d.ts.map |
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
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
206247
4848
+ Added@tamagui/constants@1.121.5(transitive)
+ Added@tamagui/simple-hash@1.121.5(transitive)
- Removed@tamagui/constants@1.121.4(transitive)
- Removed@tamagui/simple-hash@1.121.4(transitive)
Updated@tamagui/constants@1.121.5
Updated@tamagui/simple-hash@1.121.5