@multiplatform.one/components 0.2.5 → 0.2.7
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/forms/FormCheckBox/index.js +4 -2
- package/dist/cjs/forms/FormCheckBox/index.js.map +1 -1
- package/dist/cjs/forms/FormSlider/FormSlider.stories.js +1 -1
- package/dist/cjs/forms/FormSlider/FormSlider.stories.js.map +1 -1
- package/dist/cjs/forms/FormSlider/index.js +3 -2
- package/dist/cjs/forms/FormSlider/index.js.map +1 -1
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -1
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/index.js +1 -1
- package/dist/cjs/forms/FormSwitch/index.js.map +1 -1
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js +3 -2
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/cjs/layouts/Debug/index.js +5 -4
- package/dist/cjs/layouts/Debug/index.js.map +1 -1
- package/dist/cjs/mdx/LI/LI.stories.js +47 -0
- package/dist/cjs/mdx/LI/LI.stories.js.map +6 -0
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +19 -11
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleDialog/index.js +47 -26
- package/dist/cjs/panels/SimpleDialog/index.js.map +2 -2
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +1 -8
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/index.js +10 -17
- package/dist/cjs/panels/SimplePopover/index.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js +1 -1
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/index.js +2 -2
- package/dist/cjs/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/cjs/table/Table/index.js +4 -2
- package/dist/cjs/table/Table/index.js.map +1 -1
- package/dist/esm/forms/FormCheckBox/index.js +4 -2
- package/dist/esm/forms/FormCheckBox/index.js.map +1 -1
- package/dist/esm/forms/FormSlider/FormSlider.stories.js +1 -1
- package/dist/esm/forms/FormSlider/FormSlider.stories.js.map +1 -1
- package/dist/esm/forms/FormSlider/index.js +3 -2
- package/dist/esm/forms/FormSlider/index.js.map +1 -1
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -1
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
- package/dist/esm/forms/FormSwitch/index.js +1 -1
- package/dist/esm/forms/FormSwitch/index.js.map +1 -1
- package/dist/esm/layouts/Debug/DebugLayout.stories.js +3 -2
- package/dist/esm/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/esm/layouts/Debug/index.js +6 -5
- package/dist/esm/layouts/Debug/index.js.map +1 -1
- package/dist/esm/mdx/LI/LI.stories.js +14 -0
- package/dist/esm/mdx/LI/LI.stories.js.map +6 -0
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js +18 -11
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
- package/dist/esm/panels/SimpleDialog/index.js +48 -27
- package/dist/esm/panels/SimpleDialog/index.js.map +2 -2
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +1 -8
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/esm/panels/SimplePopover/index.js +11 -18
- package/dist/esm/panels/SimplePopover/index.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js +1 -1
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/index.js +2 -2
- package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/esm/table/Table/index.js +2 -1
- package/dist/esm/table/Table/index.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/index.js +4 -2
- package/dist/jsx/forms/FormCheckBox/index.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/index.mjs +4 -2
- package/dist/jsx/forms/FormCheckBox/index.mjs.map +1 -1
- package/dist/jsx/forms/FormSlider/FormSlider.stories.js +1 -1
- package/dist/jsx/forms/FormSlider/FormSlider.stories.js.map +1 -1
- package/dist/jsx/forms/FormSlider/FormSlider.stories.mjs +1 -1
- package/dist/jsx/forms/FormSlider/FormSlider.stories.mjs.map +1 -1
- package/dist/jsx/forms/FormSlider/index.js +2 -1
- package/dist/jsx/forms/FormSlider/index.js.map +1 -1
- package/dist/jsx/forms/FormSlider/index.mjs +2 -1
- package/dist/jsx/forms/FormSlider/index.mjs.map +1 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.mjs +2 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.mjs.map +1 -1
- package/dist/jsx/forms/FormSwitch/index.js +1 -1
- package/dist/jsx/forms/FormSwitch/index.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/index.mjs +1 -1
- package/dist/jsx/forms/FormSwitch/index.mjs.map +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js +3 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.mjs +3 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.mjs.map +1 -1
- package/dist/jsx/layouts/Debug/index.js +7 -6
- package/dist/jsx/layouts/Debug/index.js.map +1 -1
- package/dist/jsx/layouts/Debug/index.mjs +7 -6
- package/dist/jsx/layouts/Debug/index.mjs.map +1 -1
- package/dist/jsx/mdx/LI/LI.stories.js +13 -0
- package/dist/jsx/mdx/LI/LI.stories.js.map +6 -0
- package/dist/jsx/mdx/LI/LI.stories.mjs +13 -0
- package/dist/jsx/mdx/LI/LI.stories.mjs.map +6 -0
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +29 -10
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs +29 -10
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs.map +2 -2
- package/dist/jsx/panels/SimpleDialog/index.js +26 -10
- package/dist/jsx/panels/SimpleDialog/index.js.map +2 -2
- package/dist/jsx/panels/SimpleDialog/index.mjs +26 -10
- package/dist/jsx/panels/SimpleDialog/index.mjs.map +2 -2
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +1 -4
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs +1 -4
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.js +12 -19
- package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.mjs +12 -19
- package/dist/jsx/panels/SimplePopover/index.mjs.map +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.mjs +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.mjs.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.js +2 -2
- package/dist/jsx/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.mjs +2 -2
- package/dist/jsx/panels/SimpleTooltip/index.mjs.map +1 -1
- package/dist/jsx/table/Table/index.js +2 -1
- package/dist/jsx/table/Table/index.js.map +1 -1
- package/dist/jsx/table/Table/index.mjs +2 -1
- package/dist/jsx/table/Table/index.mjs.map +1 -1
- package/package.json +10 -10
- package/src/forms/FormCheckBox/index.tsx +4 -2
- package/src/forms/FormSlider/FormSlider.stories.tsx +1 -1
- package/src/forms/FormSlider/index.tsx +2 -1
- package/src/forms/FormSubmitButton/FormSubmitButton.stories.tsx +2 -1
- package/src/forms/FormSwitch/index.tsx +3 -1
- package/src/layouts/Debug/DebugLayout.stories.tsx +3 -2
- package/src/layouts/Debug/index.tsx +8 -7
- package/src/mdx/LI/LI.stories.tsx +15 -0
- package/src/panels/SimpleDialog/SimpleDialog.stories.tsx +33 -12
- package/src/panels/SimpleDialog/index.tsx +36 -18
- package/src/panels/SimplePopover/SimplePopover.stories.tsx +4 -9
- package/src/panels/SimplePopover/index.tsx +16 -25
- package/src/panels/SimpleSheet/SimpleSheet.stories.tsx +1 -1
- package/src/panels/SimpleTooltip/index.tsx +4 -2
- package/src/table/Table/index.tsx +1 -1
- package/types/code/Code/index.d.ts +77 -18
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/Pre/index.d.ts +22 -7
- package/types/code/Pre/index.d.ts.map +1 -1
- package/types/forms/FormCheckBox/index.d.ts.map +1 -1
- package/types/forms/FormSlider/FormSlider.stories.d.ts.map +1 -1
- package/types/forms/FormSlider/index.d.ts.map +1 -1
- package/types/forms/FormSubmitButton/FormSubmitButton.stories.d.ts.map +1 -1
- package/types/forms/FormSwitch/index.d.ts.map +1 -1
- package/types/layouts/Debug/DebugLayout.stories.d.ts.map +1 -1
- package/types/layouts/Debug/index.d.ts +3 -1
- package/types/layouts/Debug/index.d.ts.map +1 -1
- package/types/mdx/LI/LI.stories.d.ts +135 -0
- package/types/mdx/LI/LI.stories.d.ts.map +1 -0
- package/types/mdx/LI/index.d.ts +60 -15
- package/types/mdx/LI/index.d.ts.map +1 -1
- package/types/mdx/UL/UL.stories.d.ts +21 -7
- package/types/mdx/UL/UL.stories.d.ts.map +1 -1
- package/types/mdx/UL/index.d.ts +22 -7
- package/types/mdx/UL/index.d.ts.map +1 -1
- package/types/mdx/components.d.ts +22 -7
- package/types/mdx/components.d.ts.map +1 -1
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts +1 -0
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleDialog/index.d.ts +10 -8
- package/types/panels/SimpleDialog/index.d.ts.map +1 -1
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
- package/types/panels/SimplePopover/index.d.ts +5 -6
- package/types/panels/SimplePopover/index.d.ts.map +1 -1
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/index.d.ts.map +1 -1
- package/types/table/Table/Table.stories.d.ts +38 -10
- package/types/table/Table/Table.stories.d.ts.map +1 -1
- package/types/table/Table/index.d.ts +43 -10
- package/types/table/Table/index.d.ts.map +1 -1
- package/types/table/TableCell/index.d.ts +18 -3
- package/types/table/TableCell/index.d.ts.map +1 -1
- package/types/table/TableCol/index.d.ts +22 -7
- package/types/table/TableCol/index.d.ts.map +1 -1
|
@@ -1,24 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
3
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
4
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
5
|
+
readonly unstyled?: boolean | undefined;
|
|
2
6
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
3
7
|
} | ({
|
|
8
|
+
readonly unstyled?: boolean | undefined;
|
|
4
9
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
5
10
|
} & {
|
|
6
11
|
[x: string]: undefined;
|
|
7
12
|
}), "head" | "highlight"> & {
|
|
8
13
|
readonly head?: boolean | undefined;
|
|
9
14
|
readonly highlight?: boolean | undefined;
|
|
10
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").
|
|
15
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
16
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
17
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
18
|
+
readonly unstyled?: boolean | undefined;
|
|
11
19
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
12
20
|
} | ({
|
|
21
|
+
readonly unstyled?: boolean | undefined;
|
|
13
22
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
14
23
|
} & {
|
|
15
24
|
[x: string]: undefined;
|
|
16
25
|
}), "head" | "highlight"> & {
|
|
17
26
|
readonly head?: boolean | undefined;
|
|
18
27
|
readonly highlight?: boolean | undefined;
|
|
19
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").
|
|
28
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
29
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
30
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
31
|
+
readonly unstyled?: boolean | undefined;
|
|
20
32
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
21
33
|
} | ({
|
|
34
|
+
readonly unstyled?: boolean | undefined;
|
|
22
35
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
23
36
|
} & {
|
|
24
37
|
[x: string]: undefined;
|
|
@@ -26,8 +39,10 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
|
|
|
26
39
|
readonly head?: boolean | undefined;
|
|
27
40
|
readonly highlight?: boolean | undefined;
|
|
28
41
|
}>>, import("tamagui").TamaguiElement, import("tamagui").TextPropsBase, ({
|
|
42
|
+
readonly unstyled?: boolean | undefined;
|
|
29
43
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
30
44
|
} | ({
|
|
45
|
+
readonly unstyled?: boolean | undefined;
|
|
31
46
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
32
47
|
} & {
|
|
33
48
|
[x: string]: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpB,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
3
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
4
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
2
5
|
readonly fullscreen?: boolean | undefined;
|
|
3
6
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
4
7
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -13,7 +16,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
13
16
|
readonly bordered?: number | boolean | undefined;
|
|
14
17
|
readonly transparent?: boolean | undefined;
|
|
15
18
|
readonly chromeless?: boolean | "all" | undefined;
|
|
16
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
19
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
20
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
21
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
17
22
|
readonly fullscreen?: boolean | undefined;
|
|
18
23
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
19
24
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -28,7 +33,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
28
33
|
readonly bordered?: number | boolean | undefined;
|
|
29
34
|
readonly transparent?: boolean | undefined;
|
|
30
35
|
readonly chromeless?: boolean | "all" | undefined;
|
|
31
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
36
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
37
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
38
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
32
39
|
readonly fullscreen?: boolean | undefined;
|
|
33
40
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
34
41
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -43,7 +50,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
43
50
|
readonly bordered?: number | boolean | undefined;
|
|
44
51
|
readonly transparent?: boolean | undefined;
|
|
45
52
|
readonly chromeless?: boolean | "all" | undefined;
|
|
46
|
-
}>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
53
|
+
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
54
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
55
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
47
56
|
readonly fullscreen?: boolean | undefined;
|
|
48
57
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
49
58
|
} & {
|
|
@@ -60,7 +69,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
60
69
|
readonly chromeless?: boolean | "all" | undefined;
|
|
61
70
|
}, string | number> & {
|
|
62
71
|
[x: string]: undefined;
|
|
63
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
72
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
73
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
74
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
64
75
|
readonly fullscreen?: boolean | undefined;
|
|
65
76
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
66
77
|
} & {
|
|
@@ -77,7 +88,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
77
88
|
readonly chromeless?: boolean | "all" | undefined;
|
|
78
89
|
}, string | number> & {
|
|
79
90
|
[x: string]: undefined;
|
|
80
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
91
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
92
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
93
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
81
94
|
readonly fullscreen?: boolean | undefined;
|
|
82
95
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
83
96
|
} & {
|
|
@@ -94,7 +107,9 @@ export declare const TableCol: import("tamagui").TamaguiComponent<(Omit<import("
|
|
|
94
107
|
readonly chromeless?: boolean | "all" | undefined;
|
|
95
108
|
}, string | number> & {
|
|
96
109
|
[x: string]: undefined;
|
|
97
|
-
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase &
|
|
110
|
+
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
111
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
|
|
112
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
98
113
|
readonly fullscreen?: boolean | undefined;
|
|
99
114
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
100
115
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCol/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCol/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQnB,CAAC"}
|