@tamagui/demos 1.96.0 → 1.97.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/dist/cjs/NewInputsDemo.js +46 -0
- package/dist/cjs/NewInputsDemo.js.map +6 -0
- package/dist/cjs/NewInputsDemo.native.js +67 -0
- package/dist/cjs/NewInputsDemo.native.js.map +6 -0
- package/dist/cjs/RadioGroupHeadlessDemo.js +109 -0
- package/dist/cjs/RadioGroupHeadlessDemo.js.map +6 -0
- package/dist/cjs/RadioGroupHeadlessDemo.native.js +168 -0
- package/dist/cjs/RadioGroupHeadlessDemo.native.js.map +6 -0
- package/dist/cjs/RadioGroupUnstyledDemo.js +107 -0
- package/dist/cjs/RadioGroupUnstyledDemo.js.map +6 -0
- package/dist/cjs/RadioGroupUnstyledDemo.native.js +139 -0
- package/dist/cjs/RadioGroupUnstyledDemo.native.js.map +6 -0
- package/dist/cjs/SelectDemo.js +0 -22
- package/dist/cjs/SelectDemo.js.map +1 -1
- package/dist/cjs/SelectDemo.native.js +0 -66
- package/dist/cjs/SelectDemo.native.js.map +1 -1
- package/dist/cjs/TokensDemo.js +4 -2
- package/dist/cjs/TokensDemo.js.map +1 -1
- package/dist/cjs/TokensDemo.native.js +5 -5
- package/dist/cjs/TokensDemo.native.js.map +2 -2
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +6 -0
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/esm/NewInputsDemo.js +32 -0
- package/dist/esm/NewInputsDemo.js.map +6 -0
- package/dist/esm/NewInputsDemo.mjs +37 -0
- package/dist/esm/NewInputsDemo.native.js +48 -0
- package/dist/esm/NewInputsDemo.native.js.map +6 -0
- package/dist/esm/RadioGroupHeadlessDemo.js +102 -0
- package/dist/esm/RadioGroupHeadlessDemo.js.map +6 -0
- package/dist/esm/RadioGroupHeadlessDemo.mjs +133 -0
- package/dist/esm/RadioGroupHeadlessDemo.native.js +152 -0
- package/dist/esm/RadioGroupHeadlessDemo.native.js.map +6 -0
- package/dist/esm/RadioGroupUnstyledDemo.js +93 -0
- package/dist/esm/RadioGroupUnstyledDemo.js.map +6 -0
- package/dist/esm/RadioGroupUnstyledDemo.mjs +118 -0
- package/dist/esm/RadioGroupUnstyledDemo.native.js +121 -0
- package/dist/esm/RadioGroupUnstyledDemo.native.js.map +6 -0
- package/dist/esm/SelectDemo.js +0 -22
- package/dist/esm/SelectDemo.js.map +1 -1
- package/dist/esm/SelectDemo.mjs +0 -44
- package/dist/esm/SelectDemo.native.js +0 -66
- package/dist/esm/SelectDemo.native.js.map +1 -1
- package/dist/esm/TokensDemo.js +4 -2
- package/dist/esm/TokensDemo.js.map +1 -1
- package/dist/esm/TokensDemo.mjs +4 -4
- package/dist/esm/TokensDemo.native.js +5 -5
- package/dist/esm/TokensDemo.native.js.map +2 -2
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +3 -0
- package/dist/esm/index.native.js +3 -0
- package/dist/esm/index.native.js.map +1 -1
- package/dist/jsx/NewInputsDemo.js +32 -0
- package/dist/jsx/NewInputsDemo.js.map +6 -0
- package/dist/jsx/NewInputsDemo.mjs +37 -0
- package/dist/jsx/NewInputsDemo.native.js +48 -0
- package/dist/jsx/NewInputsDemo.native.js.map +6 -0
- package/dist/jsx/RadioGroupHeadlessDemo.js +102 -0
- package/dist/jsx/RadioGroupHeadlessDemo.js.map +6 -0
- package/dist/jsx/RadioGroupHeadlessDemo.mjs +133 -0
- package/dist/jsx/RadioGroupHeadlessDemo.native.js +152 -0
- package/dist/jsx/RadioGroupHeadlessDemo.native.js.map +6 -0
- package/dist/jsx/RadioGroupUnstyledDemo.js +93 -0
- package/dist/jsx/RadioGroupUnstyledDemo.js.map +6 -0
- package/dist/jsx/RadioGroupUnstyledDemo.mjs +118 -0
- package/dist/jsx/RadioGroupUnstyledDemo.native.js +121 -0
- package/dist/jsx/RadioGroupUnstyledDemo.native.js.map +6 -0
- package/dist/jsx/SelectDemo.js +0 -22
- package/dist/jsx/SelectDemo.js.map +1 -1
- package/dist/jsx/SelectDemo.mjs +0 -44
- package/dist/jsx/SelectDemo.native.js +0 -66
- package/dist/jsx/SelectDemo.native.js.map +1 -1
- package/dist/jsx/TokensDemo.js +4 -2
- package/dist/jsx/TokensDemo.js.map +1 -1
- package/dist/jsx/TokensDemo.mjs +4 -4
- package/dist/jsx/TokensDemo.native.js +5 -5
- package/dist/jsx/TokensDemo.native.js.map +2 -2
- package/dist/jsx/index.js +3 -0
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.mjs +3 -0
- package/dist/jsx/index.native.js +3 -0
- package/dist/jsx/index.native.js.map +1 -1
- package/package.json +18 -19
- package/src/NewInputsDemo.tsx +30 -0
- package/src/RadioGroupHeadlessDemo.tsx +133 -0
- package/src/RadioGroupUnstyledDemo.tsx +126 -0
- package/src/SelectDemo.tsx +0 -22
- package/src/TokensDemo.tsx +7 -5
- package/src/index.tsx +3 -0
- package/types/CheckboxUnstyledDemo.d.ts +4 -4
- package/types/NewInputsDemo.d.ts +2 -0
- package/types/NewInputsDemo.d.ts.map +1 -0
- package/types/RadioGroupHeadlessDemo.d.ts +2 -0
- package/types/RadioGroupHeadlessDemo.d.ts.map +1 -0
- package/types/RadioGroupUnstyledDemo.d.ts +2 -0
- package/types/RadioGroupUnstyledDemo.d.ts.map +1 -0
- package/types/SwitchUnstyledDemo.d.ts +4 -4
- package/types/index.d.ts +3 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
RadioGroupContextValue,
|
|
3
|
+
RadioGroupItemContextValue,
|
|
4
|
+
} from '@tamagui/radio-headless'
|
|
5
|
+
import {
|
|
6
|
+
useRadioGroup,
|
|
7
|
+
useRadioGroupItem,
|
|
8
|
+
useRadioGroupItemIndicator,
|
|
9
|
+
} from '@tamagui/radio-headless'
|
|
10
|
+
import { RovingFocusGroup } from '@tamagui/roving-focus'
|
|
11
|
+
import { createContext } from 'react'
|
|
12
|
+
import { StyleSheet, View, Pressable, Text } from 'react-native'
|
|
13
|
+
import { isWeb, useTheme } from 'tamagui'
|
|
14
|
+
|
|
15
|
+
const RadioGroupContext = createContext<RadioGroupContextValue>({})
|
|
16
|
+
const RadioGroupItemContext = createContext<RadioGroupItemContextValue>({
|
|
17
|
+
checked: false,
|
|
18
|
+
disabled: false,
|
|
19
|
+
})
|
|
20
|
+
|
|
21
|
+
export function RadioGroupHeadlessDemo() {
|
|
22
|
+
const { providerValue, frameAttrs, rovingFocusGroupAttrs } = useRadioGroup({
|
|
23
|
+
orientation: 'vertical',
|
|
24
|
+
name: 'form',
|
|
25
|
+
defaultValue: '3',
|
|
26
|
+
})
|
|
27
|
+
return (
|
|
28
|
+
<RadioGroupContext.Provider value={providerValue}>
|
|
29
|
+
<RovingFocusGroup {...rovingFocusGroupAttrs}>
|
|
30
|
+
<View style={styles.radioGroup} {...frameAttrs}>
|
|
31
|
+
<RadioGroupItem value="2" id="2" label="First Value" />
|
|
32
|
+
<RadioGroupItem value="3" id="3" label="Second Value" />
|
|
33
|
+
<RadioGroupItem value="4" id="4" label="Third Value" />
|
|
34
|
+
</View>
|
|
35
|
+
</RovingFocusGroup>
|
|
36
|
+
</RadioGroupContext.Provider>
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
function RadioGroupItem(props: {
|
|
41
|
+
value: string
|
|
42
|
+
id: string
|
|
43
|
+
label: string
|
|
44
|
+
}) {
|
|
45
|
+
const theme = useTheme()
|
|
46
|
+
const { value, id, label } = props
|
|
47
|
+
const {
|
|
48
|
+
providerValue,
|
|
49
|
+
native,
|
|
50
|
+
bubbleInput,
|
|
51
|
+
rovingFocusGroupAttrs,
|
|
52
|
+
frameAttrs,
|
|
53
|
+
isFormControl,
|
|
54
|
+
checked,
|
|
55
|
+
} = useRadioGroupItem({
|
|
56
|
+
radioGroupContext: RadioGroupContext,
|
|
57
|
+
value,
|
|
58
|
+
id,
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
return (
|
|
62
|
+
<RadioGroupItemContext.Provider value={providerValue}>
|
|
63
|
+
{isWeb && native ? (
|
|
64
|
+
bubbleInput
|
|
65
|
+
) : (
|
|
66
|
+
<View style={styles.radioGroupItemContainer}>
|
|
67
|
+
<RovingFocusGroup.Item {...rovingFocusGroupAttrs}>
|
|
68
|
+
<Pressable
|
|
69
|
+
style={{
|
|
70
|
+
...styles.radioGroupItem,
|
|
71
|
+
...{ borderColor: theme.borderColor.get() },
|
|
72
|
+
...(checked
|
|
73
|
+
? { borderWidth: 4 }
|
|
74
|
+
: { backgroundColor: theme.background.get() }),
|
|
75
|
+
}}
|
|
76
|
+
{...frameAttrs}
|
|
77
|
+
onFocus={frameAttrs.onFocus as any}
|
|
78
|
+
>
|
|
79
|
+
<RadioGroupItemIndicator />
|
|
80
|
+
</Pressable>
|
|
81
|
+
</RovingFocusGroup.Item>
|
|
82
|
+
<Text style={{ color: theme.color.get() }}>{label}</Text>
|
|
83
|
+
{isFormControl && bubbleInput}
|
|
84
|
+
</View>
|
|
85
|
+
)}
|
|
86
|
+
</RadioGroupItemContext.Provider>
|
|
87
|
+
)
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
function RadioGroupItemIndicator() {
|
|
91
|
+
const theme = useTheme()
|
|
92
|
+
const params = useRadioGroupItemIndicator({
|
|
93
|
+
radioGroupItemContext: RadioGroupItemContext,
|
|
94
|
+
disabled: false,
|
|
95
|
+
})
|
|
96
|
+
if (params.checked) {
|
|
97
|
+
return (
|
|
98
|
+
<View
|
|
99
|
+
style={{
|
|
100
|
+
...styles.radioGroupItemIndicator,
|
|
101
|
+
backgroundColor: theme.color.get(),
|
|
102
|
+
}}
|
|
103
|
+
{...params}
|
|
104
|
+
/>
|
|
105
|
+
)
|
|
106
|
+
}
|
|
107
|
+
return null
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
const styles = StyleSheet.create({
|
|
111
|
+
radioGroup: {
|
|
112
|
+
flexDirection: 'column',
|
|
113
|
+
gap: 20,
|
|
114
|
+
alignItems: 'flex-start',
|
|
115
|
+
},
|
|
116
|
+
radioGroupItem: {
|
|
117
|
+
borderWidth: 2,
|
|
118
|
+
width: 30,
|
|
119
|
+
height: 30,
|
|
120
|
+
justifyContent: 'center',
|
|
121
|
+
alignItems: 'center',
|
|
122
|
+
},
|
|
123
|
+
radioGroupItemIndicator: {
|
|
124
|
+
width: '35%',
|
|
125
|
+
height: '35%',
|
|
126
|
+
},
|
|
127
|
+
radioGroupItemContainer: {
|
|
128
|
+
justifyContent: 'center',
|
|
129
|
+
alignItems: 'center',
|
|
130
|
+
flexDirection: 'row',
|
|
131
|
+
gap: 12,
|
|
132
|
+
},
|
|
133
|
+
})
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import type { SizeTokens } from 'tamagui'
|
|
2
|
+
import { Label, ThemeableStack, XStack, YStack, styled } from 'tamagui'
|
|
3
|
+
|
|
4
|
+
import { createRadioGroup } from '@tamagui/radio-group'
|
|
5
|
+
|
|
6
|
+
const RADIO_GROUP_ITEM_NAME = 'RadioGroupItem'
|
|
7
|
+
|
|
8
|
+
const RadioGroupItemFrame = styled(ThemeableStack, {
|
|
9
|
+
name: RADIO_GROUP_ITEM_NAME,
|
|
10
|
+
tag: 'button',
|
|
11
|
+
|
|
12
|
+
borderRadius: 1000,
|
|
13
|
+
backgroundColor: '$background',
|
|
14
|
+
alignItems: 'center',
|
|
15
|
+
justifyContent: 'center',
|
|
16
|
+
borderWidth: 1,
|
|
17
|
+
borderColor: '$borderColor',
|
|
18
|
+
padding: 0,
|
|
19
|
+
|
|
20
|
+
hoverStyle: {
|
|
21
|
+
borderColor: '$borderColorHover',
|
|
22
|
+
backgroundColor: '$backgroundHover',
|
|
23
|
+
},
|
|
24
|
+
|
|
25
|
+
focusStyle: {
|
|
26
|
+
borderColor: '$borderColorHover',
|
|
27
|
+
backgroundColor: '$backgroundHover',
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
focusVisibleStyle: {
|
|
31
|
+
outlineStyle: 'solid',
|
|
32
|
+
outlineWidth: 2,
|
|
33
|
+
outlineColor: '$outlineColor',
|
|
34
|
+
},
|
|
35
|
+
|
|
36
|
+
pressStyle: {
|
|
37
|
+
borderColor: '$borderColorFocus',
|
|
38
|
+
backgroundColor: '$backgroundFocus',
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
variants: {
|
|
42
|
+
disabled: {
|
|
43
|
+
true: {
|
|
44
|
+
pointerEvents: 'none',
|
|
45
|
+
userSelect: 'none',
|
|
46
|
+
cursor: 'not-allowed',
|
|
47
|
+
|
|
48
|
+
hoverStyle: {
|
|
49
|
+
borderColor: '$borderColor',
|
|
50
|
+
backgroundColor: '$background',
|
|
51
|
+
},
|
|
52
|
+
|
|
53
|
+
pressStyle: {
|
|
54
|
+
borderColor: '$borderColor',
|
|
55
|
+
backgroundColor: '$background',
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
focusVisibleStyle: {
|
|
59
|
+
outlineWidth: 0,
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
} as const)
|
|
65
|
+
|
|
66
|
+
const RADIO_GROUP_INDICATOR_NAME = 'RadioGroupIndicator'
|
|
67
|
+
|
|
68
|
+
const RadioGroupIndicatorFrame = styled(ThemeableStack, {
|
|
69
|
+
name: RADIO_GROUP_INDICATOR_NAME,
|
|
70
|
+
width: '53%',
|
|
71
|
+
height: '53%',
|
|
72
|
+
borderRadius: 1000,
|
|
73
|
+
backgroundColor: '$color',
|
|
74
|
+
pressTheme: true,
|
|
75
|
+
})
|
|
76
|
+
|
|
77
|
+
const RADIO_GROUP_NAME = 'RadioGroup'
|
|
78
|
+
|
|
79
|
+
const RadioGroupFrame = styled(ThemeableStack, {
|
|
80
|
+
name: RADIO_GROUP_NAME,
|
|
81
|
+
variants: {
|
|
82
|
+
orientation: {
|
|
83
|
+
horizontal: {
|
|
84
|
+
flexDirection: 'row',
|
|
85
|
+
spaceDirection: 'horizontal',
|
|
86
|
+
},
|
|
87
|
+
vertical: {
|
|
88
|
+
flexDirection: 'column',
|
|
89
|
+
spaceDirection: 'vertical',
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
} as const,
|
|
93
|
+
})
|
|
94
|
+
|
|
95
|
+
const RadioGroup = createRadioGroup({
|
|
96
|
+
Frame: RadioGroupFrame,
|
|
97
|
+
Indicator: RadioGroupIndicatorFrame,
|
|
98
|
+
Item: RadioGroupItemFrame,
|
|
99
|
+
})
|
|
100
|
+
|
|
101
|
+
export function RadioGroupUnstyledDemo() {
|
|
102
|
+
return (
|
|
103
|
+
<RadioGroup aria-labelledby="Select one item" defaultValue="3" name="form">
|
|
104
|
+
<YStack width={200} alignItems="center" space="$2">
|
|
105
|
+
<RadioGroupItemWithLabel value="2" label="Option One" />
|
|
106
|
+
<RadioGroupItemWithLabel value="3" label="Option Two" />
|
|
107
|
+
</YStack>
|
|
108
|
+
</RadioGroup>
|
|
109
|
+
)
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
function RadioGroupItemWithLabel(props: {
|
|
113
|
+
value: string
|
|
114
|
+
label: string
|
|
115
|
+
}) {
|
|
116
|
+
const id = `radiogroup-${props.value}`
|
|
117
|
+
return (
|
|
118
|
+
<XStack width={300} alignItems="center" gap="$4">
|
|
119
|
+
<RadioGroup.Item value={props.value} id={id}>
|
|
120
|
+
<RadioGroup.Indicator />
|
|
121
|
+
</RadioGroup.Item>
|
|
122
|
+
|
|
123
|
+
<Label htmlFor={id}>{props.label}</Label>
|
|
124
|
+
</XStack>
|
|
125
|
+
)
|
|
126
|
+
}
|
package/src/SelectDemo.tsx
CHANGED
|
@@ -173,26 +173,4 @@ const items = [
|
|
|
173
173
|
{ name: 'Grape' },
|
|
174
174
|
{ name: 'Jackfruit' },
|
|
175
175
|
{ name: 'Durian' },
|
|
176
|
-
{ name: 'Apple' },
|
|
177
|
-
{ name: 'Pear' },
|
|
178
|
-
{ name: 'Blackberry' },
|
|
179
|
-
{ name: 'Peach' },
|
|
180
|
-
{ name: 'Apricot' },
|
|
181
|
-
{ name: 'Melon' },
|
|
182
|
-
{ name: 'Honeydew' },
|
|
183
|
-
{ name: 'Starfruit' },
|
|
184
|
-
{ name: 'Blueberry' },
|
|
185
|
-
{ name: 'Raspberry' },
|
|
186
|
-
{ name: 'Strawberry' },
|
|
187
|
-
{ name: 'Mango' },
|
|
188
|
-
{ name: 'Pineapple' },
|
|
189
|
-
{ name: 'Lime' },
|
|
190
|
-
{ name: 'Lemon' },
|
|
191
|
-
{ name: 'Coconut' },
|
|
192
|
-
{ name: 'Guava' },
|
|
193
|
-
{ name: 'Papaya' },
|
|
194
|
-
{ name: 'Orange' },
|
|
195
|
-
{ name: 'Grape' },
|
|
196
|
-
{ name: 'Jackfruit' },
|
|
197
|
-
{ name: 'Durian' },
|
|
198
176
|
]
|
package/src/TokensDemo.tsx
CHANGED
|
@@ -57,11 +57,13 @@ export function TokensDemo() {
|
|
|
57
57
|
function SizeSection({ section }: { section: Section }) {
|
|
58
58
|
const allTokens = getConfig().tokens
|
|
59
59
|
const tokens = allTokens[section.startsWith('space') ? 'space' : section]
|
|
60
|
-
const st = Object.keys(tokens).sort((a, b) =>
|
|
61
|
-
|
|
60
|
+
const st = Object.keys(tokens).sort((a, b) =>
|
|
61
|
+
Number.parseFloat(a) > Number.parseFloat(b) ? 1 : -1
|
|
62
|
+
)
|
|
63
|
+
const spaceTokens = st.filter((t) => Number.parseFloat(t) >= 0)
|
|
62
64
|
const spaceTokensNegative = st
|
|
63
|
-
.filter((t) => parseFloat(t) < 0)
|
|
64
|
-
.sort((a, b) => (parseFloat(a) > parseFloat(b) ? -1 : 1))
|
|
65
|
+
.filter((t) => Number.parseFloat(t) < 0)
|
|
66
|
+
.sort((a, b) => (Number.parseFloat(a) > Number.parseFloat(b) ? -1 : 1))
|
|
65
67
|
|
|
66
68
|
return (
|
|
67
69
|
<YStack flex={1} space>
|
|
@@ -85,7 +87,7 @@ function SizeSection({ section }: { section: Section }) {
|
|
|
85
87
|
size:
|
|
86
88
|
-tokens[
|
|
87
89
|
spaceTokensNegative.find(
|
|
88
|
-
(t) => parseFloat(t) === -parseFloat(token)
|
|
90
|
+
(t) => Number.parseFloat(t) === -Number.parseFloat(token)
|
|
89
91
|
) ?? token
|
|
90
92
|
]?.val,
|
|
91
93
|
})}
|
package/src/index.tsx
CHANGED
|
@@ -21,6 +21,7 @@ export * from './GroupDemo'
|
|
|
21
21
|
export * from './HeadingsDemo'
|
|
22
22
|
export * from './ImageDemo'
|
|
23
23
|
export * from './InputsDemo'
|
|
24
|
+
export * from './NewInputsDemo'
|
|
24
25
|
export * from './LabelDemo'
|
|
25
26
|
export * from './LinearGradientDemo'
|
|
26
27
|
export * from './ListItemDemo'
|
|
@@ -28,6 +29,8 @@ export * from './LucideIconsDemo'
|
|
|
28
29
|
export * from './PopoverDemo'
|
|
29
30
|
export * from './ProgressDemo'
|
|
30
31
|
export * from './RadioGroupDemo'
|
|
32
|
+
export * from './RadioGroupHeadlessDemo'
|
|
33
|
+
export * from './RadioGroupUnstyledDemo'
|
|
31
34
|
export * from './ReplaceThemeDemo'
|
|
32
35
|
export * from './ScrollViewDemo'
|
|
33
36
|
export * from './SelectDemo'
|
|
@@ -22,7 +22,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
22
22
|
radiused?: boolean | undefined;
|
|
23
23
|
padded?: boolean | undefined;
|
|
24
24
|
chromeless?: boolean | "all" | undefined;
|
|
25
|
-
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
25
|
+
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
26
26
|
scaleIcon?: number | undefined;
|
|
27
27
|
scaleSize?: number | undefined;
|
|
28
28
|
sizeAdjust?: number | undefined;
|
|
@@ -53,7 +53,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
53
53
|
radiused?: boolean | undefined;
|
|
54
54
|
padded?: boolean | undefined;
|
|
55
55
|
chromeless?: boolean | "all" | undefined;
|
|
56
|
-
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
56
|
+
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
57
57
|
scaleIcon?: number | undefined;
|
|
58
58
|
scaleSize?: number | undefined;
|
|
59
59
|
sizeAdjust?: number | undefined;
|
|
@@ -116,7 +116,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
116
116
|
radiused?: boolean | undefined;
|
|
117
117
|
padded?: boolean | undefined;
|
|
118
118
|
chromeless?: boolean | "all" | undefined;
|
|
119
|
-
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
119
|
+
}>, "theme" | "native" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "size" | "unstyled" | "name" | "scaleIcon" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible`> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & import("@tamagui/checkbox-headless").CheckboxExtraProps & {
|
|
120
120
|
scaleIcon?: number | undefined;
|
|
121
121
|
scaleSize?: number | undefined;
|
|
122
122
|
sizeAdjust?: number | undefined;
|
|
@@ -178,7 +178,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
178
178
|
radiused?: boolean | undefined;
|
|
179
179
|
padded?: boolean | undefined;
|
|
180
180
|
chromeless?: boolean | "all" | undefined;
|
|
181
|
-
}>, "theme" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "forceMount" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "disablePassStyles"> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & {
|
|
181
|
+
}>, "theme" | "debug" | "borderColor" | "outlineColor" | "shadowColor" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hitSlop" | "children" | "style" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "forceMount" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "disablePassStyles"> & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & {
|
|
182
182
|
forceMount?: boolean | undefined;
|
|
183
183
|
disablePassStyles?: boolean | undefined;
|
|
184
184
|
}, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & import("tamagui").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {}>> & {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewInputsDemo.d.ts","sourceRoot":"","sources":["../src/NewInputsDemo.tsx"],"names":[],"mappings":"AAIA,wBAAgB,aAAa,4CAgB5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroupHeadlessDemo.d.ts","sourceRoot":"","sources":["../src/RadioGroupHeadlessDemo.tsx"],"names":[],"mappings":"AAoBA,wBAAgB,sBAAsB,4CAiBrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroupUnstyledDemo.d.ts","sourceRoot":"","sources":["../src/RadioGroupUnstyledDemo.tsx"],"names":[],"mappings":"AAoGA,wBAAgB,sBAAsB,4CASrC"}
|