@tamagui/accordion 1.88.4 → 1.88.6
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 +11 -11
- package/types/Accordion.d.ts +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/accordion",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.6",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"lint:fix": "../../node_modules/.bin/biome check --apply-unsafe src"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@tamagui/collapsible": "1.88.
|
|
26
|
-
"@tamagui/collection": "1.88.
|
|
27
|
-
"@tamagui/compose-refs": "1.88.
|
|
28
|
-
"@tamagui/constants": "1.88.
|
|
29
|
-
"@tamagui/core": "1.88.
|
|
30
|
-
"@tamagui/create-context": "1.88.
|
|
31
|
-
"@tamagui/polyfill-dev": "1.88.
|
|
32
|
-
"@tamagui/stacks": "1.88.
|
|
33
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
25
|
+
"@tamagui/collapsible": "1.88.6",
|
|
26
|
+
"@tamagui/collection": "1.88.6",
|
|
27
|
+
"@tamagui/compose-refs": "1.88.6",
|
|
28
|
+
"@tamagui/constants": "1.88.6",
|
|
29
|
+
"@tamagui/core": "1.88.6",
|
|
30
|
+
"@tamagui/create-context": "1.88.6",
|
|
31
|
+
"@tamagui/polyfill-dev": "1.88.6",
|
|
32
|
+
"@tamagui/stacks": "1.88.6",
|
|
33
|
+
"@tamagui/use-controllable-state": "1.88.6"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "1.88.
|
|
39
|
+
"@tamagui/build": "1.88.6",
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
package/types/Accordion.d.ts
CHANGED
|
@@ -89,20 +89,20 @@ interface AccordionItemProps extends Omit<CollapsibleProps, 'open' | 'defaultOpe
|
|
|
89
89
|
}
|
|
90
90
|
type PrimitiveHeading3Props = React.ComponentPropsWithoutRef<typeof H3>;
|
|
91
91
|
type AccordionHeaderProps = PrimitiveHeading3Props;
|
|
92
|
-
declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, TamaguiElement, import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").
|
|
92
|
+
declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, TamaguiElement, import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").StackStyleBase, {
|
|
93
93
|
unstyled?: boolean | undefined;
|
|
94
94
|
}, {}>;
|
|
95
95
|
type AccordionTriggerProps = GetProps<typeof AccordionTriggerFrame>;
|
|
96
96
|
declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, TamaguiElement, import("@tamagui/web").StackNonStyleProps & import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
|
|
97
97
|
__scopeCollapsible?: string | undefined;
|
|
98
|
-
}, import("@tamagui/web").
|
|
98
|
+
}, import("@tamagui/web").StackStyleBase, {
|
|
99
99
|
unstyled?: boolean | undefined;
|
|
100
100
|
}, {}>;
|
|
101
101
|
type AccordionContentProps = GetProps<typeof AccordionContentFrame>;
|
|
102
102
|
declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSingleProps | AccordionMultipleProps> & React.RefAttributes<AccordionElement>> & {
|
|
103
|
-
Trigger: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").GetFinalProps<import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").
|
|
103
|
+
Trigger: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").GetFinalProps<import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").StackStyleBase & {
|
|
104
104
|
unstyled?: boolean | undefined;
|
|
105
|
-
}>, TamaguiElement, import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").
|
|
105
|
+
}>, TamaguiElement, import("@tamagui/web").StackNonStyleProps & void, import("@tamagui/web").StackStyleBase, {
|
|
106
106
|
unstyled?: boolean | undefined;
|
|
107
107
|
}, {}>;
|
|
108
108
|
Header: React.ForwardRefExoticComponent<Omit<Omit<import("@tamagui/web").TextNonStyleProps, "unstyled" | "size" | keyof import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase & {
|
|
@@ -123,11 +123,11 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
|
|
|
123
123
|
}>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref"> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>>;
|
|
124
124
|
Content: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").GetFinalProps<import("@tamagui/web").StackNonStyleProps & import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
|
|
125
125
|
__scopeCollapsible?: string | undefined;
|
|
126
|
-
}, import("@tamagui/web").
|
|
126
|
+
}, import("@tamagui/web").StackStyleBase & {
|
|
127
127
|
unstyled?: boolean | undefined;
|
|
128
128
|
}>, TamaguiElement, import("@tamagui/web").StackNonStyleProps & import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
|
|
129
129
|
__scopeCollapsible?: string | undefined;
|
|
130
|
-
} & void, import("@tamagui/web").
|
|
130
|
+
} & void, import("@tamagui/web").StackStyleBase, {
|
|
131
131
|
unstyled?: boolean | undefined;
|
|
132
132
|
}, {}>;
|
|
133
133
|
Item: React.ForwardRefExoticComponent<AccordionItemProps & React.RefAttributes<TamaguiElement>>;
|