@tamagui/accordion 1.45.5 → 1.45.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/package.json +10 -10
- package/types/Accordion.d.ts +3 -45
- package/types/Accordion.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/accordion",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"watch": "tamagui-build --watch"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@tamagui/collapsible": "1.45.
|
|
23
|
-
"@tamagui/collection": "1.45.
|
|
24
|
-
"@tamagui/compose-refs": "1.45.
|
|
25
|
-
"@tamagui/core": "1.45.
|
|
26
|
-
"@tamagui/create-context": "1.45.
|
|
27
|
-
"@tamagui/polyfill-dev": "1.45.
|
|
28
|
-
"@tamagui/stacks": "1.45.
|
|
29
|
-
"@tamagui/use-controllable-state": "1.45.
|
|
22
|
+
"@tamagui/collapsible": "1.45.7",
|
|
23
|
+
"@tamagui/collection": "1.45.7",
|
|
24
|
+
"@tamagui/compose-refs": "1.45.7",
|
|
25
|
+
"@tamagui/core": "1.45.7",
|
|
26
|
+
"@tamagui/create-context": "1.45.7",
|
|
27
|
+
"@tamagui/polyfill-dev": "1.45.7",
|
|
28
|
+
"@tamagui/stacks": "1.45.7",
|
|
29
|
+
"@tamagui/use-controllable-state": "1.45.7"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@tamagui/build": "1.45.
|
|
35
|
+
"@tamagui/build": "1.45.7",
|
|
36
36
|
"react": "^18.2.0"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
package/types/Accordion.d.ts
CHANGED
|
@@ -507,28 +507,24 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
507
507
|
};
|
|
508
508
|
Header: React.ForwardRefExoticComponent<(Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
509
509
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
510
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "
|
|
510
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
|
|
511
511
|
readonly unstyled?: boolean | undefined;
|
|
512
512
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
513
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
514
513
|
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
515
514
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
516
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "
|
|
515
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
|
|
517
516
|
readonly unstyled?: boolean | undefined;
|
|
518
517
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
519
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
520
518
|
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
521
519
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
522
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "
|
|
520
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
|
|
523
521
|
readonly unstyled?: boolean | undefined;
|
|
524
522
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
525
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
526
523
|
}>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
527
524
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
528
525
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
529
526
|
readonly unstyled?: boolean | undefined;
|
|
530
527
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
531
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
532
528
|
}, string | number> & {
|
|
533
529
|
[x: string]: undefined;
|
|
534
530
|
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
@@ -536,7 +532,6 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
536
532
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
537
533
|
readonly unstyled?: boolean | undefined;
|
|
538
534
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
539
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
540
535
|
}, string | number> & {
|
|
541
536
|
[x: string]: undefined;
|
|
542
537
|
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
@@ -544,7 +539,6 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
544
539
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
545
540
|
readonly unstyled?: boolean | undefined;
|
|
546
541
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
547
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
548
542
|
}, string | number> & {
|
|
549
543
|
[x: string]: undefined;
|
|
550
544
|
}>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
@@ -552,11 +546,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
552
546
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
553
547
|
readonly unstyled?: boolean | undefined;
|
|
554
548
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
555
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
556
549
|
} | ({
|
|
557
550
|
readonly unstyled?: boolean | undefined;
|
|
558
551
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
559
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
560
552
|
} & {
|
|
561
553
|
[x: string]: undefined;
|
|
562
554
|
}), string | number> & {
|
|
@@ -566,11 +558,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
566
558
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
567
559
|
readonly unstyled?: boolean | undefined;
|
|
568
560
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
569
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
570
561
|
} | ({
|
|
571
562
|
readonly unstyled?: boolean | undefined;
|
|
572
563
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
573
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
574
564
|
} & {
|
|
575
565
|
[x: string]: undefined;
|
|
576
566
|
}), string | number> & {
|
|
@@ -580,11 +570,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
580
570
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
581
571
|
readonly unstyled?: boolean | undefined;
|
|
582
572
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
583
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
584
573
|
} | ({
|
|
585
574
|
readonly unstyled?: boolean | undefined;
|
|
586
575
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
587
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
588
576
|
} & {
|
|
589
577
|
[x: string]: undefined;
|
|
590
578
|
}), string | number> & {
|
|
@@ -594,11 +582,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
594
582
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
595
583
|
readonly unstyled?: boolean | undefined;
|
|
596
584
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
597
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
598
585
|
} | ({
|
|
599
586
|
readonly unstyled?: boolean | undefined;
|
|
600
587
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
601
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
602
588
|
} & {
|
|
603
589
|
[x: string]: undefined;
|
|
604
590
|
}), string | number> & {
|
|
@@ -608,11 +594,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
608
594
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
609
595
|
readonly unstyled?: boolean | undefined;
|
|
610
596
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
611
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
612
597
|
} | ({
|
|
613
598
|
readonly unstyled?: boolean | undefined;
|
|
614
599
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
615
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
616
600
|
} & {
|
|
617
601
|
[x: string]: undefined;
|
|
618
602
|
}), string | number> & {
|
|
@@ -622,11 +606,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
622
606
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
623
607
|
readonly unstyled?: boolean | undefined;
|
|
624
608
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
625
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
626
609
|
} | ({
|
|
627
610
|
readonly unstyled?: boolean | undefined;
|
|
628
611
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
629
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
630
612
|
} & {
|
|
631
613
|
[x: string]: undefined;
|
|
632
614
|
}), string | number> & {
|
|
@@ -636,11 +618,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
636
618
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
637
619
|
readonly unstyled?: boolean | undefined;
|
|
638
620
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
639
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
640
621
|
} | ({
|
|
641
622
|
readonly unstyled?: boolean | undefined;
|
|
642
623
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
643
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
644
624
|
} & {
|
|
645
625
|
[x: string]: undefined;
|
|
646
626
|
})) & ({} | {
|
|
@@ -654,11 +634,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
654
634
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
655
635
|
readonly unstyled?: boolean | undefined;
|
|
656
636
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
657
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
658
637
|
} | ({
|
|
659
638
|
readonly unstyled?: boolean | undefined;
|
|
660
639
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
661
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
662
640
|
} & {
|
|
663
641
|
[x: string]: undefined;
|
|
664
642
|
})) & ({} | {
|
|
@@ -672,11 +650,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
672
650
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
673
651
|
readonly unstyled?: boolean | undefined;
|
|
674
652
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
675
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
676
653
|
} | ({
|
|
677
654
|
readonly unstyled?: boolean | undefined;
|
|
678
655
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
679
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
680
656
|
} & {
|
|
681
657
|
[x: string]: undefined;
|
|
682
658
|
})) & ({} | {
|
|
@@ -690,11 +666,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
690
666
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
691
667
|
readonly unstyled?: boolean | undefined;
|
|
692
668
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
693
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
694
669
|
} | ({
|
|
695
670
|
readonly unstyled?: boolean | undefined;
|
|
696
671
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
697
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
698
672
|
} & {
|
|
699
673
|
[x: string]: undefined;
|
|
700
674
|
})) & ({} | {
|
|
@@ -708,11 +682,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
708
682
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
709
683
|
readonly unstyled?: boolean | undefined;
|
|
710
684
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
711
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
712
685
|
} | ({
|
|
713
686
|
readonly unstyled?: boolean | undefined;
|
|
714
687
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
715
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
716
688
|
} & {
|
|
717
689
|
[x: string]: undefined;
|
|
718
690
|
})) & ({} | {
|
|
@@ -726,11 +698,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
726
698
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
727
699
|
readonly unstyled?: boolean | undefined;
|
|
728
700
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
729
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
730
701
|
} | ({
|
|
731
702
|
readonly unstyled?: boolean | undefined;
|
|
732
703
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
733
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
734
704
|
} & {
|
|
735
705
|
[x: string]: undefined;
|
|
736
706
|
})) & ({} | {
|
|
@@ -744,11 +714,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
744
714
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
745
715
|
readonly unstyled?: boolean | undefined;
|
|
746
716
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
747
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
748
717
|
} | ({
|
|
749
718
|
readonly unstyled?: boolean | undefined;
|
|
750
719
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
751
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
752
720
|
} & {
|
|
753
721
|
[x: string]: undefined;
|
|
754
722
|
})) & ({} | {
|
|
@@ -762,11 +730,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
762
730
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
763
731
|
readonly unstyled?: boolean | undefined;
|
|
764
732
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
765
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
766
733
|
} | ({
|
|
767
734
|
readonly unstyled?: boolean | undefined;
|
|
768
735
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
769
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
770
736
|
} & {
|
|
771
737
|
[x: string]: undefined;
|
|
772
738
|
})) & ({} | {
|
|
@@ -780,11 +746,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
780
746
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
781
747
|
readonly unstyled?: boolean | undefined;
|
|
782
748
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
783
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
784
749
|
} | ({
|
|
785
750
|
readonly unstyled?: boolean | undefined;
|
|
786
751
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
787
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
788
752
|
} & {
|
|
789
753
|
[x: string]: undefined;
|
|
790
754
|
})) & ({} | {
|
|
@@ -798,11 +762,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
798
762
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
799
763
|
readonly unstyled?: boolean | undefined;
|
|
800
764
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
801
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
802
765
|
} | ({
|
|
803
766
|
readonly unstyled?: boolean | undefined;
|
|
804
767
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
805
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
806
768
|
} & {
|
|
807
769
|
[x: string]: undefined;
|
|
808
770
|
})) & ({} | {
|
|
@@ -816,11 +778,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
816
778
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
817
779
|
readonly unstyled?: boolean | undefined;
|
|
818
780
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
819
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
820
781
|
} | ({
|
|
821
782
|
readonly unstyled?: boolean | undefined;
|
|
822
783
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
823
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
824
784
|
} & {
|
|
825
785
|
[x: string]: undefined;
|
|
826
786
|
})) & ({} | {
|
|
@@ -834,11 +794,9 @@ declare const Accordion: React.ForwardRefExoticComponent<(AccordionSingleProps |
|
|
|
834
794
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
835
795
|
readonly unstyled?: boolean | undefined;
|
|
836
796
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
837
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
838
797
|
} | ({
|
|
839
798
|
readonly unstyled?: boolean | undefined;
|
|
840
799
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
841
|
-
readonly fontFamily?: `$${string}` | undefined;
|
|
842
800
|
} & {
|
|
843
801
|
[x: string]: undefined;
|
|
844
802
|
})) & ({} | {
|
package/types/Accordion.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../src/Accordion.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../src/Accordion.tsx"],"names":[],"mappings":"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"}
|