@tamagui/demos 1.121.2 → 1.121.4
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/demos",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.4",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tamagui/avatar": "1.121.
|
|
50
|
-
"@tamagui/button": "1.121.
|
|
51
|
-
"@tamagui/config": "1.121.
|
|
52
|
-
"@tamagui/core": "1.121.
|
|
53
|
-
"@tamagui/list-item": "1.121.
|
|
54
|
-
"@tamagui/logo": "1.121.
|
|
55
|
-
"@tamagui/lucide-icons": "1.121.
|
|
56
|
-
"@tamagui/menu": "1.121.
|
|
57
|
-
"@tamagui/popover": "1.121.
|
|
58
|
-
"@tamagui/progress": "1.121.
|
|
59
|
-
"@tamagui/radio-group": "1.121.
|
|
60
|
-
"@tamagui/select": "1.121.
|
|
61
|
-
"@tamagui/sheet": "1.121.
|
|
62
|
-
"@tamagui/slider": "1.121.
|
|
63
|
-
"@tamagui/stacks": "1.121.
|
|
64
|
-
"@tamagui/toast": "1.121.
|
|
65
|
-
"tamagui": "1.121.
|
|
49
|
+
"@tamagui/avatar": "1.121.4",
|
|
50
|
+
"@tamagui/button": "1.121.4",
|
|
51
|
+
"@tamagui/config": "1.121.4",
|
|
52
|
+
"@tamagui/core": "1.121.4",
|
|
53
|
+
"@tamagui/list-item": "1.121.4",
|
|
54
|
+
"@tamagui/logo": "1.121.4",
|
|
55
|
+
"@tamagui/lucide-icons": "1.121.4",
|
|
56
|
+
"@tamagui/menu": "1.121.4",
|
|
57
|
+
"@tamagui/popover": "1.121.4",
|
|
58
|
+
"@tamagui/progress": "1.121.4",
|
|
59
|
+
"@tamagui/radio-group": "1.121.4",
|
|
60
|
+
"@tamagui/select": "1.121.4",
|
|
61
|
+
"@tamagui/sheet": "1.121.4",
|
|
62
|
+
"@tamagui/slider": "1.121.4",
|
|
63
|
+
"@tamagui/stacks": "1.121.4",
|
|
64
|
+
"@tamagui/toast": "1.121.4",
|
|
65
|
+
"tamagui": "1.121.4"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "*"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@tamagui/build": "1.121.
|
|
71
|
+
"@tamagui/build": "1.121.4",
|
|
72
72
|
"react": "*"
|
|
73
73
|
},
|
|
74
74
|
"publishConfig": {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
2
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
2
3
|
disabled?: boolean | undefined;
|
|
3
4
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
4
5
|
inset?: number | import("tamagui").SizeTokens | {
|
|
@@ -7,7 +8,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
7
8
|
left?: number;
|
|
8
9
|
right?: number;
|
|
9
10
|
} | null | undefined;
|
|
10
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
11
11
|
transparent?: boolean | undefined;
|
|
12
12
|
fullscreen?: boolean | undefined;
|
|
13
13
|
circular?: boolean | undefined;
|
|
@@ -21,7 +21,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
21
21
|
padded?: boolean | undefined;
|
|
22
22
|
chromeless?: boolean | "all" | undefined;
|
|
23
23
|
unstyled?: boolean | undefined;
|
|
24
|
-
}>, "theme" | "native" | "debug" | "
|
|
24
|
+
}>, "theme" | "native" | "debug" | "background" | "borderColor" | "shadowColor" | "size" | "space" | "zIndex" | "width" | "height" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingHorizontal" | "paddingVertical" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "marginHorizontal" | "marginVertical" | "flex" | "flexDirection" | "flexWrap" | "flexGrow" | "flexShrink" | "flexBasis" | "alignItems" | "alignContent" | "justifyContent" | "alignSelf" | "backgroundColor" | "borderRadius" | "borderTopRightRadius" | "borderBottomRightRadius" | "borderBottomLeftRadius" | "borderTopLeftRadius" | "left" | "right" | "children" | "className" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "style" | "id" | "testID" | "nativeID" | "disabled" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "hitSlop" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "rowGap" | "gap" | "columnGap" | "marginEnd" | "marginStart" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "paddingEnd" | "paddingStart" | "position" | "start" | "top" | "direction" | "inset" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "unstyled" | "name" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | `$${string}` | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | `$${number}` | "value" | "scaleIcon" | "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` | `$theme-${string}` | `$theme-${number}`> & 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
25
|
scaleIcon?: number;
|
|
26
26
|
scaleSize?: number;
|
|
27
27
|
sizeAdjust?: number;
|
|
@@ -30,6 +30,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
30
30
|
size?: import("tamagui").SizeTokens;
|
|
31
31
|
unstyled?: boolean;
|
|
32
32
|
} & import("react").RefAttributes<import("tamagui").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
33
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
33
34
|
disabled?: boolean | undefined;
|
|
34
35
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
35
36
|
inset?: number | import("tamagui").SizeTokens | {
|
|
@@ -38,7 +39,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
38
39
|
left?: number;
|
|
39
40
|
right?: number;
|
|
40
41
|
} | null | undefined;
|
|
41
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
42
42
|
transparent?: boolean | undefined;
|
|
43
43
|
fullscreen?: boolean | undefined;
|
|
44
44
|
circular?: boolean | undefined;
|
|
@@ -52,7 +52,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
52
52
|
padded?: boolean | undefined;
|
|
53
53
|
chromeless?: boolean | "all" | undefined;
|
|
54
54
|
unstyled?: boolean | undefined;
|
|
55
|
-
}>, "theme" | "native" | "debug" | "
|
|
55
|
+
}>, "theme" | "native" | "debug" | "background" | "borderColor" | "shadowColor" | "size" | "space" | "zIndex" | "width" | "height" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingHorizontal" | "paddingVertical" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "marginHorizontal" | "marginVertical" | "flex" | "flexDirection" | "flexWrap" | "flexGrow" | "flexShrink" | "flexBasis" | "alignItems" | "alignContent" | "justifyContent" | "alignSelf" | "backgroundColor" | "borderRadius" | "borderTopRightRadius" | "borderBottomRightRadius" | "borderBottomLeftRadius" | "borderTopLeftRadius" | "left" | "right" | "children" | "className" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "style" | "id" | "testID" | "nativeID" | "disabled" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "hitSlop" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "rowGap" | "gap" | "columnGap" | "marginEnd" | "marginStart" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "paddingEnd" | "paddingStart" | "position" | "start" | "top" | "direction" | "inset" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "unstyled" | "name" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | `$${string}` | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | `$${number}` | "value" | "scaleIcon" | "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` | `$theme-${string}` | `$theme-${number}`> & 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
56
|
scaleIcon?: number;
|
|
57
57
|
scaleSize?: number;
|
|
58
58
|
sizeAdjust?: number;
|
|
@@ -69,6 +69,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
69
69
|
size?: import("tamagui").SizeTokens;
|
|
70
70
|
unstyled?: boolean;
|
|
71
71
|
}, import("@tamagui/core").StackStyleBase, {
|
|
72
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
72
73
|
disabled?: boolean | undefined;
|
|
73
74
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
74
75
|
inset?: number | import("tamagui").SizeTokens | {
|
|
@@ -77,7 +78,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
77
78
|
left?: number;
|
|
78
79
|
right?: number;
|
|
79
80
|
} | null | undefined;
|
|
80
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
81
81
|
transparent?: boolean | undefined;
|
|
82
82
|
fullscreen?: boolean | undefined;
|
|
83
83
|
circular?: boolean | undefined;
|
|
@@ -93,6 +93,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
93
93
|
unstyled?: boolean | undefined;
|
|
94
94
|
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
95
95
|
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
96
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
96
97
|
disabled?: boolean | undefined;
|
|
97
98
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
98
99
|
inset?: number | import("tamagui").SizeTokens | {
|
|
@@ -101,7 +102,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
101
102
|
left?: number;
|
|
102
103
|
right?: number;
|
|
103
104
|
} | null | undefined;
|
|
104
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
105
105
|
transparent?: boolean | undefined;
|
|
106
106
|
fullscreen?: boolean | undefined;
|
|
107
107
|
circular?: boolean | undefined;
|
|
@@ -115,7 +115,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
115
115
|
padded?: boolean | undefined;
|
|
116
116
|
chromeless?: boolean | "all" | undefined;
|
|
117
117
|
unstyled?: boolean | undefined;
|
|
118
|
-
}>, "theme" | "native" | "debug" | "
|
|
118
|
+
}>, "theme" | "native" | "debug" | "scaleIcon" | "space" | "size" | "zIndex" | `$${string}` | `$${number}` | `$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` | `$theme-${string}` | `$theme-${number}` | "name" | "hitSlop" | "pointerEvents" | "display" | "children" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "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" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "background" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "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" | "direction" | "inset" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "unstyled" | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust"> & 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
119
|
scaleIcon?: number;
|
|
120
120
|
scaleSize?: number;
|
|
121
121
|
sizeAdjust?: number;
|
|
@@ -132,6 +132,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
132
132
|
size?: import("tamagui").SizeTokens;
|
|
133
133
|
unstyled?: boolean;
|
|
134
134
|
}, import("@tamagui/core").StackStyleBase, {
|
|
135
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
135
136
|
disabled?: boolean | undefined;
|
|
136
137
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
137
138
|
inset?: number | import("tamagui").SizeTokens | {
|
|
@@ -140,7 +141,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
140
141
|
left?: number;
|
|
141
142
|
right?: number;
|
|
142
143
|
} | null | undefined;
|
|
143
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
144
144
|
transparent?: boolean | undefined;
|
|
145
145
|
fullscreen?: boolean | undefined;
|
|
146
146
|
circular?: boolean | undefined;
|
|
@@ -177,7 +177,7 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
177
177
|
padded?: boolean | undefined;
|
|
178
178
|
chromeless?: boolean | "all" | undefined;
|
|
179
179
|
unstyled?: boolean | undefined;
|
|
180
|
-
}>,
|
|
180
|
+
}>, `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | keyof import("tamagui").StackNonStyleProps | keyof import("@tamagui/core").StackStyleBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | keyof {
|
|
181
181
|
forceMount?: boolean;
|
|
182
182
|
disablePassStyles?: boolean;
|
|
183
183
|
}> & 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, {}>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxUnstyledDemo.d.ts","sourceRoot":"","sources":["../src/CheckboxUnstyledDemo.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"CheckboxUnstyledDemo.d.ts","sourceRoot":"","sources":["../src/CheckboxUnstyledDemo.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const Switch: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
2
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
2
3
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
3
4
|
inset?: number | import("tamagui").SizeTokens | {
|
|
4
5
|
top?: number;
|
|
@@ -6,17 +7,17 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
6
7
|
left?: number;
|
|
7
8
|
right?: number;
|
|
8
9
|
} | null | undefined;
|
|
9
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
10
10
|
fullscreen?: boolean | undefined;
|
|
11
11
|
unstyled?: boolean | undefined;
|
|
12
12
|
checked?: boolean | undefined;
|
|
13
|
-
}>, "theme" | "native" | "debug" | "
|
|
13
|
+
}>, "theme" | "native" | "debug" | "background" | "borderColor" | "shadowColor" | "size" | "space" | "zIndex" | "width" | "height" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingHorizontal" | "paddingVertical" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "marginHorizontal" | "marginVertical" | "flex" | "flexDirection" | "flexWrap" | "flexGrow" | "flexShrink" | "flexBasis" | "alignItems" | "alignContent" | "justifyContent" | "alignSelf" | "backgroundColor" | "borderRadius" | "borderTopRightRadius" | "borderBottomRightRadius" | "borderBottomLeftRadius" | "borderTopLeftRadius" | "left" | "right" | "children" | "className" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "style" | "id" | "testID" | "nativeID" | "disabled" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "hitSlop" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "rowGap" | "gap" | "columnGap" | "marginEnd" | "marginStart" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "paddingEnd" | "paddingStart" | "position" | "start" | "top" | "direction" | "inset" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "unstyled" | "name" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | `$${string}` | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | `$${number}` | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | `$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` | `$theme-${string}` | `$theme-${number}` | "labeledBy" | "nativeProps"> & 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, {}>> & {
|
|
14
14
|
size?: import("tamagui").SizeTokens | number;
|
|
15
15
|
unstyled?: boolean;
|
|
16
16
|
} & import("@tamagui/switch-headless").SwitchExtraProps & {
|
|
17
17
|
native?: import("tamagui").NativeValue<"mobile" | "ios" | "android">;
|
|
18
18
|
nativeProps?: import("react-native").SwitchProps;
|
|
19
19
|
} & import("react").RefAttributes<import("tamagui").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
20
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
20
21
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
21
22
|
inset?: number | import("tamagui").SizeTokens | {
|
|
22
23
|
top?: number;
|
|
@@ -24,11 +25,10 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
24
25
|
left?: number;
|
|
25
26
|
right?: number;
|
|
26
27
|
} | null | undefined;
|
|
27
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
28
28
|
fullscreen?: boolean | undefined;
|
|
29
29
|
unstyled?: boolean | undefined;
|
|
30
30
|
checked?: boolean | undefined;
|
|
31
|
-
}>, "theme" | "native" | "debug" | "
|
|
31
|
+
}>, "theme" | "native" | "debug" | "background" | "borderColor" | "shadowColor" | "size" | "space" | "zIndex" | "width" | "height" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingHorizontal" | "paddingVertical" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "marginHorizontal" | "marginVertical" | "flex" | "flexDirection" | "flexWrap" | "flexGrow" | "flexShrink" | "flexBasis" | "alignItems" | "alignContent" | "justifyContent" | "alignSelf" | "backgroundColor" | "borderRadius" | "borderTopRightRadius" | "borderBottomRightRadius" | "borderBottomLeftRadius" | "borderTopLeftRadius" | "left" | "right" | "children" | "className" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "style" | "id" | "testID" | "nativeID" | "disabled" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "themeShallow" | "themeInverse" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "hitSlop" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "pointerEvents" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "rowGap" | "gap" | "columnGap" | "marginEnd" | "marginStart" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "paddingEnd" | "paddingStart" | "position" | "start" | "top" | "direction" | "inset" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "unstyled" | "name" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | `$${string}` | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | `$${number}` | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | `$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` | `$theme-${string}` | `$theme-${number}` | "labeledBy" | "nativeProps"> & 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, {}>> & {
|
|
32
32
|
size?: import("tamagui").SizeTokens | number;
|
|
33
33
|
unstyled?: boolean;
|
|
34
34
|
} & import("@tamagui/switch-headless").SwitchExtraProps & {
|
|
@@ -41,6 +41,7 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
41
41
|
native?: import("tamagui").NativeValue<"mobile" | "ios" | "android">;
|
|
42
42
|
nativeProps?: import("react-native").SwitchProps;
|
|
43
43
|
}, import("@tamagui/core").StackStyleBase, {
|
|
44
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
44
45
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
45
46
|
inset?: number | import("tamagui").SizeTokens | {
|
|
46
47
|
top?: number;
|
|
@@ -48,12 +49,12 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
48
49
|
left?: number;
|
|
49
50
|
right?: number;
|
|
50
51
|
} | null | undefined;
|
|
51
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
52
52
|
fullscreen?: boolean | undefined;
|
|
53
53
|
unstyled?: boolean | undefined;
|
|
54
54
|
checked?: boolean | undefined;
|
|
55
55
|
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
56
56
|
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
57
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
57
58
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
58
59
|
inset?: number | import("tamagui").SizeTokens | {
|
|
59
60
|
top?: number;
|
|
@@ -61,11 +62,10 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
61
62
|
left?: number;
|
|
62
63
|
right?: number;
|
|
63
64
|
} | null | undefined;
|
|
64
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
65
65
|
fullscreen?: boolean | undefined;
|
|
66
66
|
unstyled?: boolean | undefined;
|
|
67
67
|
checked?: boolean | undefined;
|
|
68
|
-
}>, "theme" | "native" | "debug" | "
|
|
68
|
+
}>, "theme" | "native" | "debug" | "space" | "size" | "zIndex" | `$${string}` | `$${number}` | `$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` | `$theme-${string}` | `$theme-${number}` | "name" | "hitSlop" | "pointerEvents" | "display" | "children" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "themeInverse" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "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" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "transition" | "textWrap" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "userSelect" | "scrollbarWidth" | "transformOrigin" | "filter" | "mixBlendMode" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "background" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "backdropFilter" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "animatePresence" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "boxShadow" | "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" | "direction" | "inset" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "unstyled" | "checked" | "value" | "labeledBy" | "defaultChecked" | "required" | "onCheckedChange" | "nativeProps"> & 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, {}>> & {
|
|
69
69
|
size?: import("tamagui").SizeTokens | number;
|
|
70
70
|
unstyled?: boolean;
|
|
71
71
|
} & import("@tamagui/switch-headless").SwitchExtraProps & {
|
|
@@ -78,6 +78,7 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
78
78
|
native?: import("tamagui").NativeValue<"mobile" | "ios" | "android">;
|
|
79
79
|
nativeProps?: import("react-native").SwitchProps;
|
|
80
80
|
}, import("@tamagui/core").StackStyleBase, {
|
|
81
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
81
82
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
82
83
|
inset?: number | import("tamagui").SizeTokens | {
|
|
83
84
|
top?: number;
|
|
@@ -85,13 +86,13 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
85
86
|
left?: number;
|
|
86
87
|
right?: number;
|
|
87
88
|
} | null | undefined;
|
|
88
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
89
89
|
fullscreen?: boolean | undefined;
|
|
90
90
|
unstyled?: boolean | undefined;
|
|
91
91
|
checked?: boolean | undefined;
|
|
92
92
|
}, import("@tamagui/core").StaticConfigPublic];
|
|
93
93
|
} & {
|
|
94
94
|
Thumb: import("tamagui").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
95
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
95
96
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
96
97
|
inset?: number | import("tamagui").SizeTokens | {
|
|
97
98
|
top?: number;
|
|
@@ -99,7 +100,6 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
99
100
|
left?: number;
|
|
100
101
|
right?: number;
|
|
101
102
|
} | null | undefined;
|
|
102
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
103
103
|
transparent?: boolean | undefined;
|
|
104
104
|
fullscreen?: boolean | undefined;
|
|
105
105
|
circular?: boolean | undefined;
|
|
@@ -114,7 +114,7 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
114
114
|
chromeless?: boolean | "all" | undefined;
|
|
115
115
|
unstyled?: boolean | undefined;
|
|
116
116
|
checked?: boolean | undefined;
|
|
117
|
-
}>,
|
|
117
|
+
}>, `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | keyof import("tamagui").StackNonStyleProps | keyof import("@tamagui/core").StackStyleBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | keyof {
|
|
118
118
|
size?: import("tamagui").SizeTokens | number;
|
|
119
119
|
unstyled?: boolean;
|
|
120
120
|
}> & 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, {}>> & {
|
|
@@ -124,6 +124,7 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
124
124
|
size?: import("tamagui").SizeTokens | number;
|
|
125
125
|
unstyled?: boolean;
|
|
126
126
|
}, import("@tamagui/core").StackStyleBase, {
|
|
127
|
+
size?: import("tamagui").SizeTokens | undefined;
|
|
127
128
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
128
129
|
inset?: number | import("tamagui").SizeTokens | {
|
|
129
130
|
top?: number;
|
|
@@ -131,7 +132,6 @@ export declare const Switch: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
131
132
|
left?: number;
|
|
132
133
|
right?: number;
|
|
133
134
|
} | null | undefined;
|
|
134
|
-
size?: import("tamagui").SizeTokens | undefined;
|
|
135
135
|
transparent?: boolean | undefined;
|
|
136
136
|
fullscreen?: boolean | undefined;
|
|
137
137
|
circular?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitchUnstyledDemo.d.ts","sourceRoot":"","sources":["../src/SwitchUnstyledDemo.tsx"],"names":[],"mappings":"AA0CA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"SwitchUnstyledDemo.d.ts","sourceRoot":"","sources":["../src/SwitchUnstyledDemo.tsx"],"names":[],"mappings":"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"}
|