@spark-ui/components 12.2.0 → 13.0.1

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/docgen.json CHANGED
@@ -641,37 +641,56 @@
641
641
  "displayName": "AlertDialog",
642
642
  "methods": [],
643
643
  "props": {
644
- "children": {
644
+ "open": {
645
645
  "defaultValue": null,
646
- "description": "Children of the component.",
647
- "name": "children",
646
+ "description": "Specifies if the dialog is open or not.",
647
+ "name": "open",
648
648
  "parent": {
649
- "fileName": "components/src/dialog/Dialog.tsx",
650
- "name": "DialogProps"
649
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
650
+ "name": "AlertDialogProps"
651
651
  },
652
652
  "declarations": [
653
653
  {
654
- "fileName": "components/src/dialog/Dialog.tsx",
655
- "name": "DialogProps"
654
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
655
+ "name": "AlertDialogProps"
656
656
  }
657
657
  ],
658
658
  "required": false,
659
659
  "type": {
660
- "name": "ReactNode"
660
+ "name": "boolean"
661
+ }
662
+ },
663
+ "defaultOpen": {
664
+ "defaultValue": null,
665
+ "description": "Default open state.",
666
+ "name": "defaultOpen",
667
+ "parent": {
668
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
669
+ "name": "AlertDialogProps"
670
+ },
671
+ "declarations": [
672
+ {
673
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
674
+ "name": "AlertDialogProps"
675
+ }
676
+ ],
677
+ "required": false,
678
+ "type": {
679
+ "name": "boolean"
661
680
  }
662
681
  },
663
682
  "onOpenChange": {
664
683
  "defaultValue": null,
665
- "description": "Handler executen on every dialog open state change.",
684
+ "description": "Handler executed on every dialog open state change.",
666
685
  "name": "onOpenChange",
667
686
  "parent": {
668
- "fileName": "components/src/dialog/Dialog.tsx",
669
- "name": "DialogProps"
687
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
688
+ "name": "AlertDialogProps"
670
689
  },
671
690
  "declarations": [
672
691
  {
673
- "fileName": "components/src/dialog/Dialog.tsx",
674
- "name": "DialogProps"
692
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
693
+ "name": "AlertDialogProps"
675
694
  }
676
695
  ],
677
696
  "required": false,
@@ -679,18 +698,18 @@
679
698
  "name": "(open: boolean) => void"
680
699
  }
681
700
  },
682
- "open": {
701
+ "withFade": {
683
702
  "defaultValue": null,
684
- "description": "Specifies if the dialog is open or not.",
685
- "name": "open",
703
+ "description": "Specifies if the dialog should have a fade animation on its body (in case it is scrollable).",
704
+ "name": "withFade",
686
705
  "parent": {
687
- "fileName": "components/src/dialog/Dialog.tsx",
688
- "name": "DialogProps"
706
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
707
+ "name": "AlertDialogProps"
689
708
  },
690
709
  "declarations": [
691
710
  {
692
- "fileName": "components/src/dialog/Dialog.tsx",
693
- "name": "DialogProps"
711
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
712
+ "name": "AlertDialogProps"
694
713
  }
695
714
  ],
696
715
  "required": false,
@@ -698,18 +717,18 @@
698
717
  "name": "boolean"
699
718
  }
700
719
  },
701
- "defaultOpen": {
720
+ "asChild": {
702
721
  "defaultValue": null,
703
- "description": "Default open state.",
704
- "name": "defaultOpen",
722
+ "description": "Change the default rendered element for the one passed as a child, merging their props and behavior.",
723
+ "name": "asChild",
705
724
  "parent": {
706
- "fileName": "components/src/dialog/Dialog.tsx",
707
- "name": "DialogProps"
725
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
726
+ "name": "AlertDialogProps"
708
727
  },
709
728
  "declarations": [
710
729
  {
711
- "fileName": "components/src/dialog/Dialog.tsx",
712
- "name": "DialogProps"
730
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
731
+ "name": "AlertDialogProps"
713
732
  }
714
733
  ],
715
734
  "required": false,
@@ -717,23 +736,61 @@
717
736
  "name": "boolean"
718
737
  }
719
738
  },
720
- "withFade": {
739
+ "ref": {
721
740
  "defaultValue": null,
722
- "description": "Specifies if the dialog should have a fade animation on its body (in case it is scrollable).",
723
- "name": "withFade",
741
+ "description": "",
742
+ "name": "ref",
724
743
  "parent": {
725
- "fileName": "components/src/dialog/Dialog.tsx",
726
- "name": "DialogProps"
744
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
745
+ "name": "AlertDialogProps"
727
746
  },
728
747
  "declarations": [
729
748
  {
730
- "fileName": "components/src/dialog/Dialog.tsx",
731
- "name": "DialogProps"
749
+ "fileName": "src/alert-dialog/AlertDialog.tsx",
750
+ "name": "AlertDialogProps"
732
751
  }
733
752
  ],
734
753
  "required": false,
735
754
  "type": {
736
- "name": "boolean"
755
+ "name": "Ref<HTMLDivElement>"
756
+ }
757
+ },
758
+ "actionsRef": {
759
+ "defaultValue": null,
760
+ "description": "A ref to imperative actions.\n- `unmount`: When specified, the dialog will not be unmounted when closed.\nInstead, the `unmount` function must be called to unmount the dialog manually.\nUseful when the dialog's animation is controlled by an external library.",
761
+ "name": "actionsRef",
762
+ "parent": {
763
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/root/AlertDialogRoot.d.ts",
764
+ "name": "Props"
765
+ },
766
+ "declarations": [
767
+ {
768
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/root/AlertDialogRoot.d.ts",
769
+ "name": "Props"
770
+ }
771
+ ],
772
+ "required": false,
773
+ "type": {
774
+ "name": "RefObject<Actions>"
775
+ }
776
+ },
777
+ "onOpenChangeComplete": {
778
+ "defaultValue": null,
779
+ "description": "Event handler called after any animations complete when the dialog is opened or closed.",
780
+ "name": "onOpenChangeComplete",
781
+ "parent": {
782
+ "fileName": "spark-web/node_modules/@base-ui-components/react/dialog/root/useDialogRoot.d.ts",
783
+ "name": "SharedParameters"
784
+ },
785
+ "declarations": [
786
+ {
787
+ "fileName": "spark-web/node_modules/@base-ui-components/react/dialog/root/useDialogRoot.d.ts",
788
+ "name": "SharedParameters"
789
+ }
790
+ ],
791
+ "required": false,
792
+ "type": {
793
+ "name": "(open: boolean) => void"
737
794
  }
738
795
  }
739
796
  }
@@ -745,13 +802,19 @@
745
802
  "methods": [],
746
803
  "props": {
747
804
  "asChild": {
748
- "defaultValue": null,
749
- "description": "",
805
+ "defaultValue": {
806
+ "value": false
807
+ },
808
+ "description": "Change the default rendered element for the one passed as a child, merging their props and behavior.",
750
809
  "name": "asChild",
810
+ "parent": {
811
+ "fileName": "src/alert-dialog/AlertDialogAction.tsx",
812
+ "name": "AlertDialogActionProps"
813
+ },
751
814
  "declarations": [
752
815
  {
753
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
754
- "name": "TypeLiteral"
816
+ "fileName": "src/alert-dialog/AlertDialogAction.tsx",
817
+ "name": "AlertDialogActionProps"
755
818
  }
756
819
  ],
757
820
  "required": false,
@@ -761,22 +824,58 @@
761
824
  },
762
825
  "ref": {
763
826
  "defaultValue": null,
764
- "description": "",
827
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
765
828
  "name": "ref",
829
+ "parent": {
830
+ "fileName": "src/alert-dialog/AlertDialogAction.tsx",
831
+ "name": "AlertDialogActionProps"
832
+ },
766
833
  "declarations": [
767
- {
768
- "fileName": "components/src/dialog/DialogClose.tsx",
769
- "name": "TypeLiteral"
770
- },
771
834
  {
772
835
  "fileName": "src/alert-dialog/AlertDialogAction.tsx",
773
- "name": "TypeLiteral"
836
+ "name": "AlertDialogActionProps"
774
837
  }
775
838
  ],
776
839
  "required": false,
777
840
  "type": {
778
841
  "name": "Ref<HTMLButtonElement>"
779
842
  }
843
+ },
844
+ "className": {
845
+ "defaultValue": null,
846
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
847
+ "name": "className",
848
+ "declarations": [
849
+ {
850
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
851
+ "name": "TypeLiteral"
852
+ }
853
+ ],
854
+ "required": false,
855
+ "type": {
856
+ "name": "string | ((state: State) => string)"
857
+ }
858
+ },
859
+ "nativeButton": {
860
+ "defaultValue": {
861
+ "value": "true"
862
+ },
863
+ "description": "Whether the component renders a native `<button>` element when replacing it\nvia the `render` prop.\nSet to `false` if the rendered element is not a button (e.g. `<div>`).",
864
+ "name": "nativeButton",
865
+ "parent": {
866
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
867
+ "name": "NativeButtonProps"
868
+ },
869
+ "declarations": [
870
+ {
871
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
872
+ "name": "NativeButtonProps"
873
+ }
874
+ ],
875
+ "required": false,
876
+ "type": {
877
+ "name": "boolean"
878
+ }
780
879
  }
781
880
  }
782
881
  },
@@ -791,13 +890,13 @@
791
890
  "description": "",
792
891
  "name": "className",
793
892
  "parent": {
794
- "fileName": "components/src/dialog/DialogBody.tsx",
795
- "name": "BodyProps"
893
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
894
+ "name": "AlertDialogBodyProps"
796
895
  },
797
896
  "declarations": [
798
897
  {
799
- "fileName": "components/src/dialog/DialogBody.tsx",
800
- "name": "BodyProps"
898
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
899
+ "name": "AlertDialogBodyProps"
801
900
  }
802
901
  ],
803
902
  "required": false,
@@ -810,13 +909,13 @@
810
909
  "description": "",
811
910
  "name": "tabIndex",
812
911
  "parent": {
813
- "fileName": "components/src/dialog/DialogBody.tsx",
814
- "name": "BodyProps"
912
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
913
+ "name": "AlertDialogBodyProps"
815
914
  },
816
915
  "declarations": [
817
916
  {
818
- "fileName": "components/src/dialog/DialogBody.tsx",
819
- "name": "BodyProps"
917
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
918
+ "name": "AlertDialogBodyProps"
820
919
  }
821
920
  ],
822
921
  "required": false,
@@ -829,17 +928,13 @@
829
928
  "description": "",
830
929
  "name": "ref",
831
930
  "parent": {
832
- "fileName": "components/src/dialog/DialogBody.tsx",
833
- "name": "BodyProps"
931
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
932
+ "name": "AlertDialogBodyProps"
834
933
  },
835
934
  "declarations": [
836
- {
837
- "fileName": "components/src/dialog/DialogBody.tsx",
838
- "name": "BodyProps"
839
- },
840
935
  {
841
936
  "fileName": "src/alert-dialog/AlertDialogBody.tsx",
842
- "name": "TypeLiteral"
937
+ "name": "AlertDialogBodyProps"
843
938
  }
844
939
  ],
845
940
  "required": false,
@@ -848,17 +943,19 @@
848
943
  }
849
944
  },
850
945
  "inset": {
851
- "defaultValue": null,
946
+ "defaultValue": {
947
+ "value": false
948
+ },
852
949
  "description": "",
853
950
  "name": "inset",
854
951
  "parent": {
855
- "fileName": "components/src/dialog/DialogBody.tsx",
856
- "name": "BodyProps"
952
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
953
+ "name": "AlertDialogBodyProps"
857
954
  },
858
955
  "declarations": [
859
956
  {
860
- "fileName": "components/src/dialog/DialogBody.tsx",
861
- "name": "BodyProps"
957
+ "fileName": "src/alert-dialog/AlertDialogBody.tsx",
958
+ "name": "AlertDialogBodyProps"
862
959
  }
863
960
  ],
864
961
  "required": false,
@@ -875,13 +972,19 @@
875
972
  "methods": [],
876
973
  "props": {
877
974
  "asChild": {
878
- "defaultValue": null,
879
- "description": "",
975
+ "defaultValue": {
976
+ "value": false
977
+ },
978
+ "description": "Change the default rendered element for the one passed as a child, merging their props and behavior.",
880
979
  "name": "asChild",
980
+ "parent": {
981
+ "fileName": "src/alert-dialog/AlertDialogCancel.tsx",
982
+ "name": "AlertDialogCancelProps"
983
+ },
881
984
  "declarations": [
882
985
  {
883
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
884
- "name": "TypeLiteral"
986
+ "fileName": "src/alert-dialog/AlertDialogCancel.tsx",
987
+ "name": "AlertDialogCancelProps"
885
988
  }
886
989
  ],
887
990
  "required": false,
@@ -891,162 +994,137 @@
891
994
  },
892
995
  "ref": {
893
996
  "defaultValue": null,
894
- "description": "",
997
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
895
998
  "name": "ref",
999
+ "parent": {
1000
+ "fileName": "src/alert-dialog/AlertDialogCancel.tsx",
1001
+ "name": "AlertDialogCancelProps"
1002
+ },
896
1003
  "declarations": [
897
- {
898
- "fileName": "components/src/dialog/DialogClose.tsx",
899
- "name": "TypeLiteral"
900
- },
901
1004
  {
902
1005
  "fileName": "src/alert-dialog/AlertDialogCancel.tsx",
903
- "name": "TypeLiteral"
1006
+ "name": "AlertDialogCancelProps"
904
1007
  }
905
1008
  ],
906
1009
  "required": false,
907
1010
  "type": {
908
1011
  "name": "Ref<HTMLButtonElement>"
909
1012
  }
910
- }
911
- }
912
- },
913
- "AlertDialog.Content": {
914
- "tags": {},
915
- "description": "",
916
- "displayName": "AlertDialog.Content",
917
- "methods": [],
918
- "props": {
919
- "asChild": {
920
- "defaultValue": null,
921
- "description": "",
922
- "name": "asChild",
923
- "declarations": [
924
- {
925
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
926
- "name": "TypeLiteral"
927
- }
928
- ],
929
- "required": false,
930
- "type": {
931
- "name": "boolean"
932
- }
933
1013
  },
934
- "ref": {
1014
+ "className": {
935
1015
  "defaultValue": null,
936
- "description": "",
937
- "name": "ref",
938
- "parent": {
939
- "fileName": "components/src/dialog/DialogContent.tsx",
940
- "name": "ContentProps"
941
- },
1016
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1017
+ "name": "className",
942
1018
  "declarations": [
943
1019
  {
944
- "fileName": "components/src/dialog/DialogContent.tsx",
945
- "name": "ContentProps"
946
- },
947
- {
948
- "fileName": "src/alert-dialog/AlertDialogContent.tsx",
1020
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
949
1021
  "name": "TypeLiteral"
950
1022
  }
951
1023
  ],
952
1024
  "required": false,
953
1025
  "type": {
954
- "name": "Ref<HTMLDivElement>"
1026
+ "name": "string | ((state: State) => string)"
955
1027
  }
956
1028
  },
957
- "onEscapeKeyDown": {
958
- "defaultValue": null,
959
- "description": "Event handler called when the escape key is down.\nCan be prevented.",
960
- "name": "onEscapeKeyDown",
1029
+ "nativeButton": {
1030
+ "defaultValue": {
1031
+ "value": "true"
1032
+ },
1033
+ "description": "Whether the component renders a native `<button>` element when replacing it\nvia the `render` prop.\nSet to `false` if the rendered element is not a button (e.g. `<div>`).",
1034
+ "name": "nativeButton",
961
1035
  "parent": {
962
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
963
- "name": "DismissableLayerProps"
1036
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1037
+ "name": "NativeButtonProps"
964
1038
  },
965
1039
  "declarations": [
966
1040
  {
967
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
968
- "name": "DismissableLayerProps"
1041
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1042
+ "name": "NativeButtonProps"
969
1043
  }
970
1044
  ],
971
1045
  "required": false,
972
1046
  "type": {
973
- "name": "(event: KeyboardEvent) => void"
1047
+ "name": "boolean"
974
1048
  }
975
- },
976
- "onFocusOutside": {
1049
+ }
1050
+ }
1051
+ },
1052
+ "AlertDialog.Content": {
1053
+ "tags": {},
1054
+ "description": "",
1055
+ "displayName": "AlertDialog.Content",
1056
+ "methods": [],
1057
+ "props": {
1058
+ "ref": {
977
1059
  "defaultValue": null,
978
- "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
979
- "name": "onFocusOutside",
1060
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
1061
+ "name": "ref",
980
1062
  "parent": {
981
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
982
- "name": "DismissableLayerProps"
1063
+ "fileName": "src/alert-dialog/AlertDialogContent.tsx",
1064
+ "name": "AlertDialogContentProps"
983
1065
  },
984
1066
  "declarations": [
985
1067
  {
986
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
987
- "name": "DismissableLayerProps"
1068
+ "fileName": "src/alert-dialog/AlertDialogContent.tsx",
1069
+ "name": "AlertDialogContentProps"
988
1070
  }
989
1071
  ],
990
1072
  "required": false,
991
1073
  "type": {
992
- "name": "(event: FocusOutsideEvent) => void"
1074
+ "name": "Ref<HTMLDivElement>"
993
1075
  }
994
1076
  },
995
- "onOpenAutoFocus": {
1077
+ "className": {
996
1078
  "defaultValue": null,
997
- "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
998
- "name": "onOpenAutoFocus",
999
- "parent": {
1000
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1001
- "name": "DialogContentImplProps"
1002
- },
1079
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1080
+ "name": "className",
1003
1081
  "declarations": [
1004
1082
  {
1005
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1006
- "name": "DialogContentImplProps"
1083
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1084
+ "name": "TypeLiteral"
1007
1085
  }
1008
1086
  ],
1009
1087
  "required": false,
1010
1088
  "type": {
1011
- "name": "(event: Event) => void"
1089
+ "name": "string | ((state: State) => string)"
1012
1090
  }
1013
1091
  },
1014
- "onCloseAutoFocus": {
1092
+ "initialFocus": {
1015
1093
  "defaultValue": null,
1016
- "description": "Event handler called when auto-focusing on close.\nCan be prevented.",
1017
- "name": "onCloseAutoFocus",
1094
+ "description": "Determines the element to focus when the dialog is opened.\n\n- `false`: Do not move focus.\n- `true`: Move focus based on the default behavior (first tabbable element or popup).\n- `RefObject`: Move focus to the ref element.\n- `function`: Called with the interaction type (`mouse`, `touch`, `pen`, or `keyboard`).\n Return an element to focus, `true` to use the default behavior, or `false`/`undefined` to do nothing.",
1095
+ "name": "initialFocus",
1018
1096
  "parent": {
1019
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1020
- "name": "DialogContentImplProps"
1097
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/popup/AlertDialogPopup.d.ts",
1098
+ "name": "Props"
1021
1099
  },
1022
1100
  "declarations": [
1023
1101
  {
1024
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1025
- "name": "DialogContentImplProps"
1102
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/popup/AlertDialogPopup.d.ts",
1103
+ "name": "Props"
1026
1104
  }
1027
1105
  ],
1028
1106
  "required": false,
1029
1107
  "type": {
1030
- "name": "(event: Event) => void"
1108
+ "name": "boolean | RefObject<HTMLElement> | ((openType: InteractionType) => boolean | void | HTMLElement)"
1031
1109
  }
1032
1110
  },
1033
- "forceMount": {
1111
+ "finalFocus": {
1034
1112
  "defaultValue": null,
1035
- "description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with React animation libraries.",
1036
- "name": "forceMount",
1113
+ "description": "Determines the element to focus when the dialog is closed.\n\n- `false`: Do not move focus.\n- `true`: Move focus based on the default behavior (trigger or previously focused element).\n- `RefObject`: Move focus to the ref element.\n- `function`: Called with the interaction type (`mouse`, `touch`, `pen`, or `keyboard`).\n Return an element to focus, `true` to use the default behavior, or `false`/`undefined` to do nothing.",
1114
+ "name": "finalFocus",
1037
1115
  "parent": {
1038
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1039
- "name": "DialogContentProps"
1116
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/popup/AlertDialogPopup.d.ts",
1117
+ "name": "Props"
1040
1118
  },
1041
1119
  "declarations": [
1042
1120
  {
1043
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1044
- "name": "DialogContentProps"
1121
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/popup/AlertDialogPopup.d.ts",
1122
+ "name": "Props"
1045
1123
  }
1046
1124
  ],
1047
1125
  "required": false,
1048
1126
  "type": {
1049
- "name": "true"
1127
+ "name": "boolean | RefObject<HTMLElement> | ((closeType: InteractionType) => boolean | void | HTMLElement)"
1050
1128
  }
1051
1129
  }
1052
1130
  }
@@ -1058,19 +1136,21 @@
1058
1136
  "methods": [],
1059
1137
  "props": {}
1060
1138
  },
1061
- "AlertDialog.Description": {
1139
+ "AlertDialogProvider": {
1062
1140
  "tags": {},
1063
1141
  "description": "",
1064
- "displayName": "AlertDialog.Description",
1142
+ "displayName": "AlertDialogProvider",
1065
1143
  "methods": [],
1066
1144
  "props": {
1067
- "asChild": {
1068
- "defaultValue": null,
1145
+ "withFade": {
1146
+ "defaultValue": {
1147
+ "value": false
1148
+ },
1069
1149
  "description": "",
1070
- "name": "asChild",
1150
+ "name": "withFade",
1071
1151
  "declarations": [
1072
1152
  {
1073
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
1153
+ "fileName": "components/src/alert-dialog/AlertDialogContext.tsx",
1074
1154
  "name": "TypeLiteral"
1075
1155
  }
1076
1156
  ],
@@ -1079,24 +1159,62 @@
1079
1159
  "name": "boolean"
1080
1160
  }
1081
1161
  },
1082
- "ref": {
1162
+ "cancelRef": {
1083
1163
  "defaultValue": null,
1084
1164
  "description": "",
1085
- "name": "ref",
1165
+ "name": "cancelRef",
1086
1166
  "declarations": [
1087
1167
  {
1088
- "fileName": "components/src/dialog/DialogDescription.tsx",
1168
+ "fileName": "components/src/alert-dialog/AlertDialogContext.tsx",
1089
1169
  "name": "TypeLiteral"
1090
- },
1170
+ }
1171
+ ],
1172
+ "required": true,
1173
+ "type": {
1174
+ "name": "MutableRefObject<HTMLButtonElement>"
1175
+ }
1176
+ }
1177
+ }
1178
+ },
1179
+ "AlertDialog.Description": {
1180
+ "tags": {},
1181
+ "description": "",
1182
+ "displayName": "AlertDialog.Description",
1183
+ "methods": [],
1184
+ "props": {
1185
+ "ref": {
1186
+ "defaultValue": null,
1187
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
1188
+ "name": "ref",
1189
+ "parent": {
1190
+ "fileName": "src/alert-dialog/AlertDialogDescription.tsx",
1191
+ "name": "AlertDialogDescriptionProps"
1192
+ },
1193
+ "declarations": [
1091
1194
  {
1092
1195
  "fileName": "src/alert-dialog/AlertDialogDescription.tsx",
1093
- "name": "TypeLiteral"
1196
+ "name": "AlertDialogDescriptionProps"
1094
1197
  }
1095
1198
  ],
1096
1199
  "required": false,
1097
1200
  "type": {
1098
1201
  "name": "Ref<HTMLParagraphElement>"
1099
1202
  }
1203
+ },
1204
+ "className": {
1205
+ "defaultValue": null,
1206
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1207
+ "name": "className",
1208
+ "declarations": [
1209
+ {
1210
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1211
+ "name": "TypeLiteral"
1212
+ }
1213
+ ],
1214
+ "required": false,
1215
+ "type": {
1216
+ "name": "string | ((state: State) => string)"
1217
+ }
1100
1218
  }
1101
1219
  }
1102
1220
  },
@@ -1111,13 +1229,13 @@
1111
1229
  "description": "",
1112
1230
  "name": "className",
1113
1231
  "parent": {
1114
- "fileName": "components/src/dialog/DialogFooter.tsx",
1115
- "name": "FooterProps"
1232
+ "fileName": "src/alert-dialog/AlertDialogFooter.tsx",
1233
+ "name": "AlertDialogFooterProps"
1116
1234
  },
1117
1235
  "declarations": [
1118
1236
  {
1119
- "fileName": "components/src/dialog/DialogFooter.tsx",
1120
- "name": "FooterProps"
1237
+ "fileName": "src/alert-dialog/AlertDialogFooter.tsx",
1238
+ "name": "AlertDialogFooterProps"
1121
1239
  }
1122
1240
  ],
1123
1241
  "required": false,
@@ -1130,17 +1248,13 @@
1130
1248
  "description": "",
1131
1249
  "name": "ref",
1132
1250
  "parent": {
1133
- "fileName": "components/src/dialog/DialogFooter.tsx",
1134
- "name": "FooterProps"
1251
+ "fileName": "src/alert-dialog/AlertDialogFooter.tsx",
1252
+ "name": "AlertDialogFooterProps"
1135
1253
  },
1136
1254
  "declarations": [
1137
- {
1138
- "fileName": "components/src/dialog/DialogFooter.tsx",
1139
- "name": "FooterProps"
1140
- },
1141
1255
  {
1142
1256
  "fileName": "src/alert-dialog/AlertDialogFooter.tsx",
1143
- "name": "TypeLiteral"
1257
+ "name": "AlertDialogFooterProps"
1144
1258
  }
1145
1259
  ],
1146
1260
  "required": false,
@@ -1161,13 +1275,13 @@
1161
1275
  "description": "",
1162
1276
  "name": "className",
1163
1277
  "parent": {
1164
- "fileName": "components/src/dialog/DialogHeader.tsx",
1165
- "name": "HeaderProps"
1278
+ "fileName": "src/alert-dialog/AlertDialogHeader.tsx",
1279
+ "name": "AlertDialogHeaderProps"
1166
1280
  },
1167
1281
  "declarations": [
1168
1282
  {
1169
- "fileName": "components/src/dialog/DialogHeader.tsx",
1170
- "name": "HeaderProps"
1283
+ "fileName": "src/alert-dialog/AlertDialogHeader.tsx",
1284
+ "name": "AlertDialogHeaderProps"
1171
1285
  }
1172
1286
  ],
1173
1287
  "required": false,
@@ -1180,17 +1294,13 @@
1180
1294
  "description": "",
1181
1295
  "name": "ref",
1182
1296
  "parent": {
1183
- "fileName": "components/src/dialog/DialogHeader.tsx",
1184
- "name": "HeaderProps"
1297
+ "fileName": "src/alert-dialog/AlertDialogHeader.tsx",
1298
+ "name": "AlertDialogHeaderProps"
1185
1299
  },
1186
1300
  "declarations": [
1187
- {
1188
- "fileName": "components/src/dialog/DialogHeader.tsx",
1189
- "name": "HeaderProps"
1190
- },
1191
1301
  {
1192
1302
  "fileName": "src/alert-dialog/AlertDialogHeader.tsx",
1193
- "name": "TypeLiteral"
1303
+ "name": "AlertDialogHeaderProps"
1194
1304
  }
1195
1305
  ],
1196
1306
  "required": false,
@@ -1206,57 +1316,59 @@
1206
1316
  "displayName": "AlertDialog.Overlay",
1207
1317
  "methods": [],
1208
1318
  "props": {
1209
- "forceMount": {
1319
+ "ref": {
1210
1320
  "defaultValue": null,
1211
- "description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with React animation libraries.",
1212
- "name": "forceMount",
1321
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
1322
+ "name": "ref",
1213
1323
  "parent": {
1214
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1215
- "name": "DialogContentProps"
1324
+ "fileName": "src/alert-dialog/AlertDialogOverlay.tsx",
1325
+ "name": "AlertDialogOverlayProps"
1216
1326
  },
1217
1327
  "declarations": [
1218
1328
  {
1219
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1220
- "name": "DialogContentProps"
1329
+ "fileName": "src/alert-dialog/AlertDialogOverlay.tsx",
1330
+ "name": "AlertDialogOverlayProps"
1221
1331
  }
1222
1332
  ],
1223
1333
  "required": false,
1224
1334
  "type": {
1225
- "name": "true"
1335
+ "name": "Ref<HTMLDivElement>"
1226
1336
  }
1227
1337
  },
1228
- "asChild": {
1338
+ "className": {
1229
1339
  "defaultValue": null,
1230
- "description": "",
1231
- "name": "asChild",
1340
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1341
+ "name": "className",
1232
1342
  "declarations": [
1233
1343
  {
1234
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
1344
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1235
1345
  "name": "TypeLiteral"
1236
1346
  }
1237
1347
  ],
1238
1348
  "required": false,
1239
1349
  "type": {
1240
- "name": "boolean"
1350
+ "name": "string | ((state: State) => string)"
1241
1351
  }
1242
1352
  },
1243
- "ref": {
1244
- "defaultValue": null,
1245
- "description": "",
1246
- "name": "ref",
1353
+ "forceRender": {
1354
+ "defaultValue": {
1355
+ "value": "false"
1356
+ },
1357
+ "description": "Whether the backdrop is forced to render even when nested.",
1358
+ "name": "forceRender",
1359
+ "parent": {
1360
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/backdrop/AlertDialogBackdrop.d.ts",
1361
+ "name": "Props"
1362
+ },
1247
1363
  "declarations": [
1248
1364
  {
1249
- "fileName": "components/src/dialog/DialogOverlay.tsx",
1250
- "name": "TypeLiteral"
1251
- },
1252
- {
1253
- "fileName": "src/alert-dialog/AlertDialogOverlay.tsx",
1254
- "name": "TypeLiteral"
1365
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/backdrop/AlertDialogBackdrop.d.ts",
1366
+ "name": "Props"
1255
1367
  }
1256
1368
  ],
1257
1369
  "required": false,
1258
1370
  "type": {
1259
- "name": "Ref<HTMLDivElement>"
1371
+ "name": "boolean"
1260
1372
  }
1261
1373
  }
1262
1374
  }
@@ -1267,42 +1379,44 @@
1267
1379
  "displayName": "AlertDialog.Portal",
1268
1380
  "methods": [],
1269
1381
  "props": {
1270
- "container": {
1271
- "defaultValue": null,
1272
- "description": "Specify a container element to portal the content into.",
1273
- "name": "container",
1382
+ "keepMounted": {
1383
+ "defaultValue": {
1384
+ "value": "false"
1385
+ },
1386
+ "description": "Whether to keep the portal mounted in the DOM while the popup is hidden.",
1387
+ "name": "keepMounted",
1274
1388
  "parent": {
1275
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1276
- "name": "DialogPortalProps"
1389
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/portal/AlertDialogPortal.d.ts",
1390
+ "name": "Props"
1277
1391
  },
1278
1392
  "declarations": [
1279
1393
  {
1280
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1281
- "name": "DialogPortalProps"
1394
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/portal/AlertDialogPortal.d.ts",
1395
+ "name": "Props"
1282
1396
  }
1283
1397
  ],
1284
1398
  "required": false,
1285
1399
  "type": {
1286
- "name": "Element | DocumentFragment"
1400
+ "name": "boolean"
1287
1401
  }
1288
1402
  },
1289
- "forceMount": {
1403
+ "container": {
1290
1404
  "defaultValue": null,
1291
- "description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with React animation libraries.",
1292
- "name": "forceMount",
1405
+ "description": "A parent element to render the portal element into.",
1406
+ "name": "container",
1293
1407
  "parent": {
1294
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1295
- "name": "DialogContentProps"
1408
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/portal/AlertDialogPortal.d.ts",
1409
+ "name": "Props"
1296
1410
  },
1297
1411
  "declarations": [
1298
1412
  {
1299
- "fileName": "spark-web/node_modules/@radix-ui/react-dialog/dist/index.d.ts",
1300
- "name": "DialogContentProps"
1413
+ "fileName": "spark-web/node_modules/@base-ui-components/react/alert-dialog/portal/AlertDialogPortal.d.ts",
1414
+ "name": "Props"
1301
1415
  }
1302
1416
  ],
1303
1417
  "required": false,
1304
1418
  "type": {
1305
- "name": "true"
1419
+ "name": "HTMLElement | ShadowRoot | RefObject<HTMLElement | ShadowRoot>"
1306
1420
  }
1307
1421
  }
1308
1422
  }
@@ -1313,38 +1427,38 @@
1313
1427
  "displayName": "AlertDialog.Title",
1314
1428
  "methods": [],
1315
1429
  "props": {
1316
- "asChild": {
1430
+ "ref": {
1317
1431
  "defaultValue": null,
1318
- "description": "",
1319
- "name": "asChild",
1432
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
1433
+ "name": "ref",
1434
+ "parent": {
1435
+ "fileName": "src/alert-dialog/AlertDialogTitle.tsx",
1436
+ "name": "AlertDialogTitleProps"
1437
+ },
1320
1438
  "declarations": [
1321
1439
  {
1322
- "fileName": "spark-web/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
1323
- "name": "TypeLiteral"
1440
+ "fileName": "src/alert-dialog/AlertDialogTitle.tsx",
1441
+ "name": "AlertDialogTitleProps"
1324
1442
  }
1325
1443
  ],
1326
1444
  "required": false,
1327
1445
  "type": {
1328
- "name": "boolean"
1446
+ "name": "Ref<HTMLHeadingElement>"
1329
1447
  }
1330
1448
  },
1331
- "ref": {
1449
+ "className": {
1332
1450
  "defaultValue": null,
1333
- "description": "",
1334
- "name": "ref",
1451
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1452
+ "name": "className",
1335
1453
  "declarations": [
1336
1454
  {
1337
- "fileName": "components/src/dialog/DialogTitle.tsx",
1338
- "name": "TypeLiteral"
1339
- },
1340
- {
1341
- "fileName": "src/alert-dialog/AlertDialogTitle.tsx",
1455
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1342
1456
  "name": "TypeLiteral"
1343
1457
  }
1344
1458
  ],
1345
1459
  "required": false,
1346
1460
  "type": {
1347
- "name": "Ref<HTMLHeadingElement> & Ref<HTMLParagraphElement>"
1461
+ "name": "string | ((state: State) => string)"
1348
1462
  }
1349
1463
  }
1350
1464
  }
@@ -1355,65 +1469,80 @@
1355
1469
  "displayName": "AlertDialog.Trigger",
1356
1470
  "methods": [],
1357
1471
  "props": {
1358
- "children": {
1359
- "defaultValue": null,
1360
- "description": "Children of the component.",
1361
- "name": "children",
1472
+ "asChild": {
1473
+ "defaultValue": {
1474
+ "value": false
1475
+ },
1476
+ "description": "Change the default rendered element for the one passed as a child, merging their props and behavior.",
1477
+ "name": "asChild",
1362
1478
  "parent": {
1363
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1364
- "name": "TriggerProps"
1479
+ "fileName": "src/alert-dialog/AlertDialogTrigger.tsx",
1480
+ "name": "AlertDialogTriggerProps"
1365
1481
  },
1366
1482
  "declarations": [
1367
1483
  {
1368
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1369
- "name": "TriggerProps"
1484
+ "fileName": "src/alert-dialog/AlertDialogTrigger.tsx",
1485
+ "name": "AlertDialogTriggerProps"
1370
1486
  }
1371
1487
  ],
1372
1488
  "required": false,
1373
1489
  "type": {
1374
- "name": "ReactNode"
1490
+ "name": "boolean"
1375
1491
  }
1376
1492
  },
1377
- "asChild": {
1493
+ "ref": {
1378
1494
  "defaultValue": null,
1379
- "description": "Change the component to the HTML tag or custom component of the only child.",
1380
- "name": "asChild",
1495
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).",
1496
+ "name": "ref",
1381
1497
  "parent": {
1382
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1383
- "name": "TriggerProps"
1498
+ "fileName": "src/alert-dialog/AlertDialogTrigger.tsx",
1499
+ "name": "AlertDialogTriggerProps"
1384
1500
  },
1385
1501
  "declarations": [
1386
1502
  {
1387
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1388
- "name": "TriggerProps"
1503
+ "fileName": "src/alert-dialog/AlertDialogTrigger.tsx",
1504
+ "name": "AlertDialogTriggerProps"
1389
1505
  }
1390
1506
  ],
1391
1507
  "required": false,
1392
1508
  "type": {
1393
- "name": "boolean"
1509
+ "name": "Ref<HTMLButtonElement>"
1394
1510
  }
1395
1511
  },
1396
- "ref": {
1512
+ "className": {
1397
1513
  "defaultValue": null,
1398
- "description": "",
1399
- "name": "ref",
1514
+ "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state.",
1515
+ "name": "className",
1516
+ "declarations": [
1517
+ {
1518
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1519
+ "name": "TypeLiteral"
1520
+ }
1521
+ ],
1522
+ "required": false,
1523
+ "type": {
1524
+ "name": "string | ((state: State) => string)"
1525
+ }
1526
+ },
1527
+ "nativeButton": {
1528
+ "defaultValue": {
1529
+ "value": "true"
1530
+ },
1531
+ "description": "Whether the component renders a native `<button>` element when replacing it\nvia the `render` prop.\nSet to `false` if the rendered element is not a button (e.g. `<div>`).",
1532
+ "name": "nativeButton",
1400
1533
  "parent": {
1401
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1402
- "name": "TriggerProps"
1534
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1535
+ "name": "NativeButtonProps"
1403
1536
  },
1404
1537
  "declarations": [
1405
1538
  {
1406
- "fileName": "components/src/dialog/DialogTrigger.tsx",
1407
- "name": "TriggerProps"
1408
- },
1409
- {
1410
- "fileName": "src/alert-dialog/AlertDialogTrigger.tsx",
1411
- "name": "TypeLiteral"
1539
+ "fileName": "spark-web/node_modules/@base-ui-components/react/utils/types.d.ts",
1540
+ "name": "NativeButtonProps"
1412
1541
  }
1413
1542
  ],
1414
1543
  "required": false,
1415
1544
  "type": {
1416
- "name": "Ref<HTMLButtonElement>"
1545
+ "name": "boolean"
1417
1546
  }
1418
1547
  }
1419
1548
  }
@@ -1443,8 +1572,11 @@
1443
1572
  "required": false,
1444
1573
  "type": {
1445
1574
  "name": "enum",
1446
- "raw": "\"sm\" | \"md\" | \"lg\" | \"xs\" | \"xl\" | \"2xl\"",
1575
+ "raw": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\"",
1447
1576
  "value": [
1577
+ {
1578
+ "value": "\"xs\""
1579
+ },
1448
1580
  {
1449
1581
  "value": "\"sm\""
1450
1582
  },
@@ -1454,9 +1586,6 @@
1454
1586
  {
1455
1587
  "value": "\"lg\""
1456
1588
  },
1457
- {
1458
- "value": "\"xs\""
1459
- },
1460
1589
  {
1461
1590
  "value": "\"xl\""
1462
1591
  },
@@ -3733,7 +3862,7 @@
3733
3862
  ],
3734
3863
  "required": false,
3735
3864
  "type": {
3736
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
3865
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
3737
3866
  }
3738
3867
  },
3739
3868
  "codePointAt": {
@@ -6069,10 +6198,10 @@
6069
6198
  "name": "string"
6070
6199
  }
6071
6200
  },
6072
- "__@hasInstance@3154": {
6201
+ "__@hasInstance@2893": {
6073
6202
  "defaultValue": null,
6074
6203
  "description": "Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",
6075
- "name": "__@hasInstance@3154",
6204
+ "name": "__@hasInstance@2893",
6076
6205
  "parent": {
6077
6206
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
6078
6207
  "name": "Function"
@@ -6088,10 +6217,10 @@
6088
6217
  "name": "(value: any) => boolean"
6089
6218
  }
6090
6219
  },
6091
- "__@metadata@3156": {
6220
+ "__@metadata@2895": {
6092
6221
  "defaultValue": null,
6093
6222
  "description": "",
6094
- "name": "__@metadata@3156",
6223
+ "name": "__@metadata@2895",
6095
6224
  "parent": {
6096
6225
  "fileName": "spark-web/node_modules/typescript/lib/lib.esnext.decorators.d.ts",
6097
6226
  "name": "Function"
@@ -15644,120 +15773,6 @@
15644
15773
  "name": "boolean"
15645
15774
  }
15646
15775
  },
15647
- "onPointerDownOutside": {
15648
- "defaultValue": null,
15649
- "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
15650
- "name": "onPointerDownOutside",
15651
- "parent": {
15652
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15653
- "name": "DismissableLayerProps"
15654
- },
15655
- "declarations": [
15656
- {
15657
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15658
- "name": "DismissableLayerProps"
15659
- }
15660
- ],
15661
- "required": false,
15662
- "type": {
15663
- "name": "(event: PointerDownOutsideEvent) => void"
15664
- }
15665
- },
15666
- "onInteractOutside": {
15667
- "defaultValue": null,
15668
- "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
15669
- "name": "onInteractOutside",
15670
- "parent": {
15671
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15672
- "name": "DismissableLayerProps"
15673
- },
15674
- "declarations": [
15675
- {
15676
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15677
- "name": "DismissableLayerProps"
15678
- }
15679
- ],
15680
- "required": false,
15681
- "type": {
15682
- "name": "(event: FocusOutsideEvent | PointerDownOutsideEvent) => void"
15683
- }
15684
- },
15685
- "onEscapeKeyDown": {
15686
- "defaultValue": null,
15687
- "description": "Event handler called when the escape key is down.\nCan be prevented.",
15688
- "name": "onEscapeKeyDown",
15689
- "parent": {
15690
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15691
- "name": "DismissableLayerProps"
15692
- },
15693
- "declarations": [
15694
- {
15695
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15696
- "name": "DismissableLayerProps"
15697
- }
15698
- ],
15699
- "required": false,
15700
- "type": {
15701
- "name": "(event: KeyboardEvent) => void"
15702
- }
15703
- },
15704
- "onFocusOutside": {
15705
- "defaultValue": null,
15706
- "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
15707
- "name": "onFocusOutside",
15708
- "parent": {
15709
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15710
- "name": "DismissableLayerProps"
15711
- },
15712
- "declarations": [
15713
- {
15714
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
15715
- "name": "DismissableLayerProps"
15716
- }
15717
- ],
15718
- "required": false,
15719
- "type": {
15720
- "name": "(event: FocusOutsideEvent) => void"
15721
- }
15722
- },
15723
- "onOpenAutoFocus": {
15724
- "defaultValue": null,
15725
- "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
15726
- "name": "onOpenAutoFocus",
15727
- "parent": {
15728
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
15729
- "name": "PopoverContentImplProps"
15730
- },
15731
- "declarations": [
15732
- {
15733
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
15734
- "name": "PopoverContentImplProps"
15735
- }
15736
- ],
15737
- "required": false,
15738
- "type": {
15739
- "name": "(event: Event) => void"
15740
- }
15741
- },
15742
- "onCloseAutoFocus": {
15743
- "defaultValue": null,
15744
- "description": "Event handler called when auto-focusing on close.\nCan be prevented.",
15745
- "name": "onCloseAutoFocus",
15746
- "parent": {
15747
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
15748
- "name": "PopoverContentImplProps"
15749
- },
15750
- "declarations": [
15751
- {
15752
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
15753
- "name": "PopoverContentImplProps"
15754
- }
15755
- ],
15756
- "required": false,
15757
- "type": {
15758
- "name": "(event: Event) => void"
15759
- }
15760
- },
15761
15776
  "side": {
15762
15777
  "defaultValue": null,
15763
15778
  "description": "",
@@ -16014,6 +16029,120 @@
16014
16029
  ]
16015
16030
  }
16016
16031
  },
16032
+ "onEscapeKeyDown": {
16033
+ "defaultValue": null,
16034
+ "description": "Event handler called when the escape key is down.\nCan be prevented.",
16035
+ "name": "onEscapeKeyDown",
16036
+ "parent": {
16037
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16038
+ "name": "DismissableLayerProps"
16039
+ },
16040
+ "declarations": [
16041
+ {
16042
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16043
+ "name": "DismissableLayerProps"
16044
+ }
16045
+ ],
16046
+ "required": false,
16047
+ "type": {
16048
+ "name": "(event: KeyboardEvent) => void"
16049
+ }
16050
+ },
16051
+ "onPointerDownOutside": {
16052
+ "defaultValue": null,
16053
+ "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
16054
+ "name": "onPointerDownOutside",
16055
+ "parent": {
16056
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16057
+ "name": "DismissableLayerProps"
16058
+ },
16059
+ "declarations": [
16060
+ {
16061
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16062
+ "name": "DismissableLayerProps"
16063
+ }
16064
+ ],
16065
+ "required": false,
16066
+ "type": {
16067
+ "name": "(event: PointerDownOutsideEvent) => void"
16068
+ }
16069
+ },
16070
+ "onFocusOutside": {
16071
+ "defaultValue": null,
16072
+ "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
16073
+ "name": "onFocusOutside",
16074
+ "parent": {
16075
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16076
+ "name": "DismissableLayerProps"
16077
+ },
16078
+ "declarations": [
16079
+ {
16080
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16081
+ "name": "DismissableLayerProps"
16082
+ }
16083
+ ],
16084
+ "required": false,
16085
+ "type": {
16086
+ "name": "(event: FocusOutsideEvent) => void"
16087
+ }
16088
+ },
16089
+ "onInteractOutside": {
16090
+ "defaultValue": null,
16091
+ "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
16092
+ "name": "onInteractOutside",
16093
+ "parent": {
16094
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16095
+ "name": "DismissableLayerProps"
16096
+ },
16097
+ "declarations": [
16098
+ {
16099
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
16100
+ "name": "DismissableLayerProps"
16101
+ }
16102
+ ],
16103
+ "required": false,
16104
+ "type": {
16105
+ "name": "(event: PointerDownOutsideEvent | FocusOutsideEvent) => void"
16106
+ }
16107
+ },
16108
+ "onOpenAutoFocus": {
16109
+ "defaultValue": null,
16110
+ "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
16111
+ "name": "onOpenAutoFocus",
16112
+ "parent": {
16113
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
16114
+ "name": "PopoverContentImplProps"
16115
+ },
16116
+ "declarations": [
16117
+ {
16118
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
16119
+ "name": "PopoverContentImplProps"
16120
+ }
16121
+ ],
16122
+ "required": false,
16123
+ "type": {
16124
+ "name": "(event: Event) => void"
16125
+ }
16126
+ },
16127
+ "onCloseAutoFocus": {
16128
+ "defaultValue": null,
16129
+ "description": "Event handler called when auto-focusing on close.\nCan be prevented.",
16130
+ "name": "onCloseAutoFocus",
16131
+ "parent": {
16132
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
16133
+ "name": "PopoverContentImplProps"
16134
+ },
16135
+ "declarations": [
16136
+ {
16137
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
16138
+ "name": "PopoverContentImplProps"
16139
+ }
16140
+ ],
16141
+ "required": false,
16142
+ "type": {
16143
+ "name": "(event: Event) => void"
16144
+ }
16145
+ },
16017
16146
  "inset": {
16018
16147
  "defaultValue": null,
16019
16148
  "description": "",
@@ -16672,7 +16801,7 @@
16672
16801
  ],
16673
16802
  "required": false,
16674
16803
  "type": {
16675
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
16804
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
16676
16805
  }
16677
16806
  },
16678
16807
  "codePointAt": {
@@ -17752,7 +17881,7 @@
17752
17881
  ],
17753
17882
  "required": false,
17754
17883
  "type": {
17755
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
17884
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
17756
17885
  }
17757
17886
  },
17758
17887
  "codePointAt": {
@@ -18832,7 +18961,7 @@
18832
18961
  ],
18833
18962
  "required": false,
18834
18963
  "type": {
18835
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
18964
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
18836
18965
  }
18837
18966
  },
18838
18967
  "codePointAt": {
@@ -19912,7 +20041,7 @@
19912
20041
  ],
19913
20042
  "required": false,
19914
20043
  "type": {
19915
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
20044
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
19916
20045
  }
19917
20046
  },
19918
20047
  "codePointAt": {
@@ -20992,7 +21121,7 @@
20992
21121
  ],
20993
21122
  "required": false,
20994
21123
  "type": {
20995
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
21124
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
20996
21125
  }
20997
21126
  },
20998
21127
  "codePointAt": {
@@ -22072,7 +22201,7 @@
22072
22201
  ],
22073
22202
  "required": false,
22074
22203
  "type": {
22075
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
22204
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
22076
22205
  }
22077
22206
  },
22078
22207
  "codePointAt": {
@@ -23152,7 +23281,7 @@
23152
23281
  ],
23153
23282
  "required": false,
23154
23283
  "type": {
23155
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
23284
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
23156
23285
  }
23157
23286
  },
23158
23287
  "codePointAt": {
@@ -24232,7 +24361,7 @@
24232
24361
  ],
24233
24362
  "required": false,
24234
24363
  "type": {
24235
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
24364
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
24236
24365
  }
24237
24366
  },
24238
24367
  "codePointAt": {
@@ -25510,7 +25639,7 @@
25510
25639
  ],
25511
25640
  "required": false,
25512
25641
  "type": {
25513
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
25642
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
25514
25643
  }
25515
25644
  },
25516
25645
  "codePointAt": {
@@ -26299,12 +26428,12 @@
26299
26428
  "description": "Children of the component.",
26300
26429
  "name": "children",
26301
26430
  "parent": {
26302
- "fileName": "components/src/dialog/Dialog.tsx",
26431
+ "fileName": "src/dialog/Dialog.tsx",
26303
26432
  "name": "DialogProps"
26304
26433
  },
26305
26434
  "declarations": [
26306
26435
  {
26307
- "fileName": "components/src/dialog/Dialog.tsx",
26436
+ "fileName": "src/dialog/Dialog.tsx",
26308
26437
  "name": "DialogProps"
26309
26438
  }
26310
26439
  ],
@@ -26318,12 +26447,12 @@
26318
26447
  "description": "Specifies if the dialog is open or not.",
26319
26448
  "name": "open",
26320
26449
  "parent": {
26321
- "fileName": "components/src/dialog/Dialog.tsx",
26450
+ "fileName": "src/dialog/Dialog.tsx",
26322
26451
  "name": "DialogProps"
26323
26452
  },
26324
26453
  "declarations": [
26325
26454
  {
26326
- "fileName": "components/src/dialog/Dialog.tsx",
26455
+ "fileName": "src/dialog/Dialog.tsx",
26327
26456
  "name": "DialogProps"
26328
26457
  }
26329
26458
  ],
@@ -26337,12 +26466,12 @@
26337
26466
  "description": "Default open state.",
26338
26467
  "name": "defaultOpen",
26339
26468
  "parent": {
26340
- "fileName": "components/src/dialog/Dialog.tsx",
26469
+ "fileName": "src/dialog/Dialog.tsx",
26341
26470
  "name": "DialogProps"
26342
26471
  },
26343
26472
  "declarations": [
26344
26473
  {
26345
- "fileName": "components/src/dialog/Dialog.tsx",
26474
+ "fileName": "src/dialog/Dialog.tsx",
26346
26475
  "name": "DialogProps"
26347
26476
  }
26348
26477
  ],
@@ -26356,12 +26485,12 @@
26356
26485
  "description": "Handler executen on every dialog open state change.",
26357
26486
  "name": "onOpenChange",
26358
26487
  "parent": {
26359
- "fileName": "components/src/dialog/Dialog.tsx",
26488
+ "fileName": "src/dialog/Dialog.tsx",
26360
26489
  "name": "DialogProps"
26361
26490
  },
26362
26491
  "declarations": [
26363
26492
  {
26364
- "fileName": "components/src/dialog/Dialog.tsx",
26493
+ "fileName": "src/dialog/Dialog.tsx",
26365
26494
  "name": "DialogProps"
26366
26495
  }
26367
26496
  ],
@@ -26375,12 +26504,12 @@
26375
26504
  "description": "Specifies if the dialog is a modal.",
26376
26505
  "name": "modal",
26377
26506
  "parent": {
26378
- "fileName": "components/src/dialog/Dialog.tsx",
26507
+ "fileName": "src/dialog/Dialog.tsx",
26379
26508
  "name": "DialogProps"
26380
26509
  },
26381
26510
  "declarations": [
26382
26511
  {
26383
- "fileName": "components/src/dialog/Dialog.tsx",
26512
+ "fileName": "src/dialog/Dialog.tsx",
26384
26513
  "name": "DialogProps"
26385
26514
  }
26386
26515
  ],
@@ -26396,12 +26525,12 @@
26396
26525
  "description": "Specifies if the dialog should have a fade animation on its body (in case it is scrollable).",
26397
26526
  "name": "withFade",
26398
26527
  "parent": {
26399
- "fileName": "components/src/dialog/Dialog.tsx",
26528
+ "fileName": "src/dialog/Dialog.tsx",
26400
26529
  "name": "DialogProps"
26401
26530
  },
26402
26531
  "declarations": [
26403
26532
  {
26404
- "fileName": "components/src/dialog/Dialog.tsx",
26533
+ "fileName": "src/dialog/Dialog.tsx",
26405
26534
  "name": "DialogProps"
26406
26535
  }
26407
26536
  ],
@@ -26423,12 +26552,12 @@
26423
26552
  "description": "",
26424
26553
  "name": "className",
26425
26554
  "parent": {
26426
- "fileName": "components/src/dialog/DialogBody.tsx",
26555
+ "fileName": "src/dialog/DialogBody.tsx",
26427
26556
  "name": "BodyProps"
26428
26557
  },
26429
26558
  "declarations": [
26430
26559
  {
26431
- "fileName": "components/src/dialog/DialogBody.tsx",
26560
+ "fileName": "src/dialog/DialogBody.tsx",
26432
26561
  "name": "BodyProps"
26433
26562
  }
26434
26563
  ],
@@ -26442,12 +26571,12 @@
26442
26571
  "description": "",
26443
26572
  "name": "tabIndex",
26444
26573
  "parent": {
26445
- "fileName": "components/src/dialog/DialogBody.tsx",
26574
+ "fileName": "src/dialog/DialogBody.tsx",
26446
26575
  "name": "BodyProps"
26447
26576
  },
26448
26577
  "declarations": [
26449
26578
  {
26450
- "fileName": "components/src/dialog/DialogBody.tsx",
26579
+ "fileName": "src/dialog/DialogBody.tsx",
26451
26580
  "name": "BodyProps"
26452
26581
  }
26453
26582
  ],
@@ -26461,12 +26590,12 @@
26461
26590
  "description": "",
26462
26591
  "name": "ref",
26463
26592
  "parent": {
26464
- "fileName": "components/src/dialog/DialogBody.tsx",
26593
+ "fileName": "src/dialog/DialogBody.tsx",
26465
26594
  "name": "BodyProps"
26466
26595
  },
26467
26596
  "declarations": [
26468
26597
  {
26469
- "fileName": "components/src/dialog/DialogBody.tsx",
26598
+ "fileName": "src/dialog/DialogBody.tsx",
26470
26599
  "name": "BodyProps"
26471
26600
  }
26472
26601
  ],
@@ -26482,12 +26611,12 @@
26482
26611
  "description": "",
26483
26612
  "name": "inset",
26484
26613
  "parent": {
26485
- "fileName": "components/src/dialog/DialogBody.tsx",
26614
+ "fileName": "src/dialog/DialogBody.tsx",
26486
26615
  "name": "BodyProps"
26487
26616
  },
26488
26617
  "declarations": [
26489
26618
  {
26490
- "fileName": "components/src/dialog/DialogBody.tsx",
26619
+ "fileName": "src/dialog/DialogBody.tsx",
26491
26620
  "name": "BodyProps"
26492
26621
  }
26493
26622
  ],
@@ -26525,7 +26654,7 @@
26525
26654
  "name": "ref",
26526
26655
  "declarations": [
26527
26656
  {
26528
- "fileName": "components/src/dialog/DialogClose.tsx",
26657
+ "fileName": "src/dialog/DialogClose.tsx",
26529
26658
  "name": "TypeLiteral"
26530
26659
  }
26531
26660
  ],
@@ -26563,7 +26692,7 @@
26563
26692
  "name": "ref",
26564
26693
  "declarations": [
26565
26694
  {
26566
- "fileName": "components/src/dialog/DialogClose.tsx",
26695
+ "fileName": "src/dialog/DialogClose.tsx",
26567
26696
  "name": "TypeLiteral"
26568
26697
  }
26569
26698
  ],
@@ -26689,12 +26818,12 @@
26689
26818
  "description": "When set to true, the content will adjust its width to fit the content rather than taking up the full available width.",
26690
26819
  "name": "isNarrow",
26691
26820
  "parent": {
26692
- "fileName": "components/src/dialog/DialogContent.tsx",
26821
+ "fileName": "src/dialog/DialogContent.tsx",
26693
26822
  "name": "ContentProps"
26694
26823
  },
26695
26824
  "declarations": [
26696
26825
  {
26697
- "fileName": "components/src/dialog/DialogContent.tsx",
26826
+ "fileName": "src/dialog/DialogContent.tsx",
26698
26827
  "name": "ContentProps"
26699
26828
  }
26700
26829
  ],
@@ -26708,12 +26837,12 @@
26708
26837
  "description": "",
26709
26838
  "name": "ref",
26710
26839
  "parent": {
26711
- "fileName": "components/src/dialog/DialogContent.tsx",
26840
+ "fileName": "src/dialog/DialogContent.tsx",
26712
26841
  "name": "ContentProps"
26713
26842
  },
26714
26843
  "declarations": [
26715
26844
  {
26716
- "fileName": "components/src/dialog/DialogContent.tsx",
26845
+ "fileName": "src/dialog/DialogContent.tsx",
26717
26846
  "name": "ContentProps"
26718
26847
  }
26719
26848
  ],
@@ -26756,10 +26885,10 @@
26756
26885
  "name": "boolean"
26757
26886
  }
26758
26887
  },
26759
- "onPointerDownOutside": {
26888
+ "onEscapeKeyDown": {
26760
26889
  "defaultValue": null,
26761
- "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
26762
- "name": "onPointerDownOutside",
26890
+ "description": "Event handler called when the escape key is down.\nCan be prevented.",
26891
+ "name": "onEscapeKeyDown",
26763
26892
  "parent": {
26764
26893
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
26765
26894
  "name": "DismissableLayerProps"
@@ -26772,13 +26901,13 @@
26772
26901
  ],
26773
26902
  "required": false,
26774
26903
  "type": {
26775
- "name": "(event: PointerDownOutsideEvent) => void"
26904
+ "name": "(event: KeyboardEvent) => void"
26776
26905
  }
26777
26906
  },
26778
- "onInteractOutside": {
26907
+ "onPointerDownOutside": {
26779
26908
  "defaultValue": null,
26780
- "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
26781
- "name": "onInteractOutside",
26909
+ "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
26910
+ "name": "onPointerDownOutside",
26782
26911
  "parent": {
26783
26912
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
26784
26913
  "name": "DismissableLayerProps"
@@ -26791,13 +26920,13 @@
26791
26920
  ],
26792
26921
  "required": false,
26793
26922
  "type": {
26794
- "name": "(event: FocusOutsideEvent | PointerDownOutsideEvent) => void"
26923
+ "name": "(event: PointerDownOutsideEvent) => void"
26795
26924
  }
26796
26925
  },
26797
- "onEscapeKeyDown": {
26926
+ "onFocusOutside": {
26798
26927
  "defaultValue": null,
26799
- "description": "Event handler called when the escape key is down.\nCan be prevented.",
26800
- "name": "onEscapeKeyDown",
26928
+ "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
26929
+ "name": "onFocusOutside",
26801
26930
  "parent": {
26802
26931
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
26803
26932
  "name": "DismissableLayerProps"
@@ -26810,13 +26939,13 @@
26810
26939
  ],
26811
26940
  "required": false,
26812
26941
  "type": {
26813
- "name": "(event: KeyboardEvent) => void"
26942
+ "name": "(event: FocusOutsideEvent) => void"
26814
26943
  }
26815
26944
  },
26816
- "onFocusOutside": {
26945
+ "onInteractOutside": {
26817
26946
  "defaultValue": null,
26818
- "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
26819
- "name": "onFocusOutside",
26947
+ "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
26948
+ "name": "onInteractOutside",
26820
26949
  "parent": {
26821
26950
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
26822
26951
  "name": "DismissableLayerProps"
@@ -26829,7 +26958,7 @@
26829
26958
  ],
26830
26959
  "required": false,
26831
26960
  "type": {
26832
- "name": "(event: FocusOutsideEvent) => void"
26961
+ "name": "(event: PointerDownOutsideEvent | FocusOutsideEvent) => void"
26833
26962
  }
26834
26963
  },
26835
26964
  "onOpenAutoFocus": {
@@ -26880,11 +27009,8 @@
26880
27009
  "required": false,
26881
27010
  "type": {
26882
27011
  "name": "enum",
26883
- "raw": "\"fullscreen\" | \"sm\" | \"md\" | \"lg\"",
27012
+ "raw": "\"sm\" | \"md\" | \"lg\" | \"fullscreen\"",
26884
27013
  "value": [
26885
- {
26886
- "value": "\"fullscreen\""
26887
- },
26888
27014
  {
26889
27015
  "value": "\"sm\""
26890
27016
  },
@@ -26893,6 +27019,9 @@
26893
27019
  },
26894
27020
  {
26895
27021
  "value": "\"lg\""
27022
+ },
27023
+ {
27024
+ "value": "\"fullscreen\""
26896
27025
  }
26897
27026
  ]
26898
27027
  }
@@ -26951,7 +27080,7 @@
26951
27080
  "name": "ref",
26952
27081
  "declarations": [
26953
27082
  {
26954
- "fileName": "components/src/dialog/DialogDescription.tsx",
27083
+ "fileName": "src/dialog/DialogDescription.tsx",
26955
27084
  "name": "TypeLiteral"
26956
27085
  }
26957
27086
  ],
@@ -26973,12 +27102,12 @@
26973
27102
  "description": "",
26974
27103
  "name": "className",
26975
27104
  "parent": {
26976
- "fileName": "components/src/dialog/DialogFooter.tsx",
27105
+ "fileName": "src/dialog/DialogFooter.tsx",
26977
27106
  "name": "FooterProps"
26978
27107
  },
26979
27108
  "declarations": [
26980
27109
  {
26981
- "fileName": "components/src/dialog/DialogFooter.tsx",
27110
+ "fileName": "src/dialog/DialogFooter.tsx",
26982
27111
  "name": "FooterProps"
26983
27112
  }
26984
27113
  ],
@@ -26992,12 +27121,12 @@
26992
27121
  "description": "",
26993
27122
  "name": "ref",
26994
27123
  "parent": {
26995
- "fileName": "components/src/dialog/DialogFooter.tsx",
27124
+ "fileName": "src/dialog/DialogFooter.tsx",
26996
27125
  "name": "FooterProps"
26997
27126
  },
26998
27127
  "declarations": [
26999
27128
  {
27000
- "fileName": "components/src/dialog/DialogFooter.tsx",
27129
+ "fileName": "src/dialog/DialogFooter.tsx",
27001
27130
  "name": "FooterProps"
27002
27131
  }
27003
27132
  ],
@@ -27100,7 +27229,7 @@
27100
27229
  "name": "ref",
27101
27230
  "declarations": [
27102
27231
  {
27103
- "fileName": "components/src/dialog/DialogOverlay.tsx",
27232
+ "fileName": "src/dialog/DialogOverlay.tsx",
27104
27233
  "name": "TypeLiteral"
27105
27234
  }
27106
27235
  ],
@@ -27184,7 +27313,7 @@
27184
27313
  "name": "ref",
27185
27314
  "declarations": [
27186
27315
  {
27187
- "fileName": "components/src/dialog/DialogTitle.tsx",
27316
+ "fileName": "src/dialog/DialogTitle.tsx",
27188
27317
  "name": "TypeLiteral"
27189
27318
  }
27190
27319
  ],
@@ -27206,12 +27335,12 @@
27206
27335
  "description": "Children of the component.",
27207
27336
  "name": "children",
27208
27337
  "parent": {
27209
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27338
+ "fileName": "src/dialog/DialogTrigger.tsx",
27210
27339
  "name": "TriggerProps"
27211
27340
  },
27212
27341
  "declarations": [
27213
27342
  {
27214
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27343
+ "fileName": "src/dialog/DialogTrigger.tsx",
27215
27344
  "name": "TriggerProps"
27216
27345
  }
27217
27346
  ],
@@ -27225,12 +27354,12 @@
27225
27354
  "description": "Change the component to the HTML tag or custom component of the only child.",
27226
27355
  "name": "asChild",
27227
27356
  "parent": {
27228
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27357
+ "fileName": "src/dialog/DialogTrigger.tsx",
27229
27358
  "name": "TriggerProps"
27230
27359
  },
27231
27360
  "declarations": [
27232
27361
  {
27233
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27362
+ "fileName": "src/dialog/DialogTrigger.tsx",
27234
27363
  "name": "TriggerProps"
27235
27364
  }
27236
27365
  ],
@@ -27244,12 +27373,12 @@
27244
27373
  "description": "",
27245
27374
  "name": "ref",
27246
27375
  "parent": {
27247
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27376
+ "fileName": "src/dialog/DialogTrigger.tsx",
27248
27377
  "name": "TriggerProps"
27249
27378
  },
27250
27379
  "declarations": [
27251
27380
  {
27252
- "fileName": "components/src/dialog/DialogTrigger.tsx",
27381
+ "fileName": "src/dialog/DialogTrigger.tsx",
27253
27382
  "name": "TriggerProps"
27254
27383
  }
27255
27384
  ],
@@ -27271,12 +27400,12 @@
27271
27400
  "description": "Children of the component.",
27272
27401
  "name": "children",
27273
27402
  "parent": {
27274
- "fileName": "components/src/dialog/Dialog.tsx",
27403
+ "fileName": "src/dialog/Dialog.tsx",
27275
27404
  "name": "DialogProps"
27276
27405
  },
27277
27406
  "declarations": [
27278
27407
  {
27279
- "fileName": "components/src/dialog/Dialog.tsx",
27408
+ "fileName": "src/dialog/Dialog.tsx",
27280
27409
  "name": "DialogProps"
27281
27410
  }
27282
27411
  ],
@@ -27290,12 +27419,12 @@
27290
27419
  "description": "Specifies if the dialog is open or not.",
27291
27420
  "name": "open",
27292
27421
  "parent": {
27293
- "fileName": "components/src/dialog/Dialog.tsx",
27422
+ "fileName": "src/dialog/Dialog.tsx",
27294
27423
  "name": "DialogProps"
27295
27424
  },
27296
27425
  "declarations": [
27297
27426
  {
27298
- "fileName": "components/src/dialog/Dialog.tsx",
27427
+ "fileName": "src/dialog/Dialog.tsx",
27299
27428
  "name": "DialogProps"
27300
27429
  }
27301
27430
  ],
@@ -27309,12 +27438,12 @@
27309
27438
  "description": "Default open state.",
27310
27439
  "name": "defaultOpen",
27311
27440
  "parent": {
27312
- "fileName": "components/src/dialog/Dialog.tsx",
27441
+ "fileName": "src/dialog/Dialog.tsx",
27313
27442
  "name": "DialogProps"
27314
27443
  },
27315
27444
  "declarations": [
27316
27445
  {
27317
- "fileName": "components/src/dialog/Dialog.tsx",
27446
+ "fileName": "src/dialog/Dialog.tsx",
27318
27447
  "name": "DialogProps"
27319
27448
  }
27320
27449
  ],
@@ -27328,12 +27457,12 @@
27328
27457
  "description": "Handler executen on every dialog open state change.",
27329
27458
  "name": "onOpenChange",
27330
27459
  "parent": {
27331
- "fileName": "components/src/dialog/Dialog.tsx",
27460
+ "fileName": "src/dialog/Dialog.tsx",
27332
27461
  "name": "DialogProps"
27333
27462
  },
27334
27463
  "declarations": [
27335
27464
  {
27336
- "fileName": "components/src/dialog/Dialog.tsx",
27465
+ "fileName": "src/dialog/Dialog.tsx",
27337
27466
  "name": "DialogProps"
27338
27467
  }
27339
27468
  ],
@@ -27347,12 +27476,12 @@
27347
27476
  "description": "Specifies if the dialog is a modal.",
27348
27477
  "name": "modal",
27349
27478
  "parent": {
27350
- "fileName": "components/src/dialog/Dialog.tsx",
27479
+ "fileName": "src/dialog/Dialog.tsx",
27351
27480
  "name": "DialogProps"
27352
27481
  },
27353
27482
  "declarations": [
27354
27483
  {
27355
- "fileName": "components/src/dialog/Dialog.tsx",
27484
+ "fileName": "src/dialog/Dialog.tsx",
27356
27485
  "name": "DialogProps"
27357
27486
  }
27358
27487
  ],
@@ -27366,12 +27495,12 @@
27366
27495
  "description": "Specifies if the dialog should have a fade animation on its body (in case it is scrollable).",
27367
27496
  "name": "withFade",
27368
27497
  "parent": {
27369
- "fileName": "components/src/dialog/Dialog.tsx",
27498
+ "fileName": "src/dialog/Dialog.tsx",
27370
27499
  "name": "DialogProps"
27371
27500
  },
27372
27501
  "declarations": [
27373
27502
  {
27374
- "fileName": "components/src/dialog/Dialog.tsx",
27503
+ "fileName": "src/dialog/Dialog.tsx",
27375
27504
  "name": "DialogProps"
27376
27505
  }
27377
27506
  ],
@@ -27999,10 +28128,10 @@
27999
28128
  "name": "boolean"
28000
28129
  }
28001
28130
  },
28002
- "onPointerDownOutside": {
28131
+ "onEscapeKeyDown": {
28003
28132
  "defaultValue": null,
28004
- "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
28005
- "name": "onPointerDownOutside",
28133
+ "description": "Event handler called when the escape key is down.\nCan be prevented.",
28134
+ "name": "onEscapeKeyDown",
28006
28135
  "parent": {
28007
28136
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
28008
28137
  "name": "DismissableLayerProps"
@@ -28015,13 +28144,13 @@
28015
28144
  ],
28016
28145
  "required": false,
28017
28146
  "type": {
28018
- "name": "(event: PointerDownOutsideEvent) => void"
28147
+ "name": "(event: KeyboardEvent) => void"
28019
28148
  }
28020
28149
  },
28021
- "onInteractOutside": {
28150
+ "onPointerDownOutside": {
28022
28151
  "defaultValue": null,
28023
- "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
28024
- "name": "onInteractOutside",
28152
+ "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
28153
+ "name": "onPointerDownOutside",
28025
28154
  "parent": {
28026
28155
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
28027
28156
  "name": "DismissableLayerProps"
@@ -28034,13 +28163,13 @@
28034
28163
  ],
28035
28164
  "required": false,
28036
28165
  "type": {
28037
- "name": "(event: FocusOutsideEvent | PointerDownOutsideEvent) => void"
28166
+ "name": "(event: PointerDownOutsideEvent) => void"
28038
28167
  }
28039
28168
  },
28040
- "onEscapeKeyDown": {
28169
+ "onFocusOutside": {
28041
28170
  "defaultValue": null,
28042
- "description": "Event handler called when the escape key is down.\nCan be prevented.",
28043
- "name": "onEscapeKeyDown",
28171
+ "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
28172
+ "name": "onFocusOutside",
28044
28173
  "parent": {
28045
28174
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
28046
28175
  "name": "DismissableLayerProps"
@@ -28053,13 +28182,13 @@
28053
28182
  ],
28054
28183
  "required": false,
28055
28184
  "type": {
28056
- "name": "(event: KeyboardEvent) => void"
28185
+ "name": "(event: FocusOutsideEvent) => void"
28057
28186
  }
28058
28187
  },
28059
- "onFocusOutside": {
28188
+ "onInteractOutside": {
28060
28189
  "defaultValue": null,
28061
- "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
28062
- "name": "onFocusOutside",
28190
+ "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
28191
+ "name": "onInteractOutside",
28063
28192
  "parent": {
28064
28193
  "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
28065
28194
  "name": "DismissableLayerProps"
@@ -28072,7 +28201,7 @@
28072
28201
  ],
28073
28202
  "required": false,
28074
28203
  "type": {
28075
- "name": "(event: FocusOutsideEvent) => void"
28204
+ "name": "(event: PointerDownOutsideEvent | FocusOutsideEvent) => void"
28076
28205
  }
28077
28206
  },
28078
28207
  "onOpenAutoFocus": {
@@ -28123,11 +28252,8 @@
28123
28252
  "required": false,
28124
28253
  "type": {
28125
28254
  "name": "enum",
28126
- "raw": "\"fullscreen\" | \"sm\" | \"md\" | \"lg\" | \"fluid\"",
28255
+ "raw": "\"sm\" | \"md\" | \"lg\" | \"fullscreen\" | \"fluid\"",
28127
28256
  "value": [
28128
- {
28129
- "value": "\"fullscreen\""
28130
- },
28131
28257
  {
28132
28258
  "value": "\"sm\""
28133
28259
  },
@@ -28137,6 +28263,9 @@
28137
28263
  {
28138
28264
  "value": "\"lg\""
28139
28265
  },
28266
+ {
28267
+ "value": "\"fullscreen\""
28268
+ },
28140
28269
  {
28141
28270
  "value": "\"fluid\""
28142
28271
  }
@@ -29362,120 +29491,6 @@
29362
29491
  "name": "boolean"
29363
29492
  }
29364
29493
  },
29365
- "onPointerDownOutside": {
29366
- "defaultValue": null,
29367
- "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
29368
- "name": "onPointerDownOutside",
29369
- "parent": {
29370
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29371
- "name": "DismissableLayerProps"
29372
- },
29373
- "declarations": [
29374
- {
29375
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29376
- "name": "DismissableLayerProps"
29377
- }
29378
- ],
29379
- "required": false,
29380
- "type": {
29381
- "name": "(event: PointerDownOutsideEvent) => void"
29382
- }
29383
- },
29384
- "onInteractOutside": {
29385
- "defaultValue": null,
29386
- "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
29387
- "name": "onInteractOutside",
29388
- "parent": {
29389
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29390
- "name": "DismissableLayerProps"
29391
- },
29392
- "declarations": [
29393
- {
29394
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29395
- "name": "DismissableLayerProps"
29396
- }
29397
- ],
29398
- "required": false,
29399
- "type": {
29400
- "name": "(event: FocusOutsideEvent | PointerDownOutsideEvent) => void"
29401
- }
29402
- },
29403
- "onEscapeKeyDown": {
29404
- "defaultValue": null,
29405
- "description": "Event handler called when the escape key is down.\nCan be prevented.",
29406
- "name": "onEscapeKeyDown",
29407
- "parent": {
29408
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29409
- "name": "DismissableLayerProps"
29410
- },
29411
- "declarations": [
29412
- {
29413
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29414
- "name": "DismissableLayerProps"
29415
- }
29416
- ],
29417
- "required": false,
29418
- "type": {
29419
- "name": "(event: KeyboardEvent) => void"
29420
- }
29421
- },
29422
- "onFocusOutside": {
29423
- "defaultValue": null,
29424
- "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
29425
- "name": "onFocusOutside",
29426
- "parent": {
29427
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29428
- "name": "DismissableLayerProps"
29429
- },
29430
- "declarations": [
29431
- {
29432
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29433
- "name": "DismissableLayerProps"
29434
- }
29435
- ],
29436
- "required": false,
29437
- "type": {
29438
- "name": "(event: FocusOutsideEvent) => void"
29439
- }
29440
- },
29441
- "onOpenAutoFocus": {
29442
- "defaultValue": null,
29443
- "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
29444
- "name": "onOpenAutoFocus",
29445
- "parent": {
29446
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29447
- "name": "PopoverContentImplProps"
29448
- },
29449
- "declarations": [
29450
- {
29451
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29452
- "name": "PopoverContentImplProps"
29453
- }
29454
- ],
29455
- "required": false,
29456
- "type": {
29457
- "name": "(event: Event) => void"
29458
- }
29459
- },
29460
- "onCloseAutoFocus": {
29461
- "defaultValue": null,
29462
- "description": "Event handler called when auto-focusing on close.\nCan be prevented.",
29463
- "name": "onCloseAutoFocus",
29464
- "parent": {
29465
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29466
- "name": "PopoverContentImplProps"
29467
- },
29468
- "declarations": [
29469
- {
29470
- "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29471
- "name": "PopoverContentImplProps"
29472
- }
29473
- ],
29474
- "required": false,
29475
- "type": {
29476
- "name": "(event: Event) => void"
29477
- }
29478
- },
29479
29494
  "side": {
29480
29495
  "defaultValue": null,
29481
29496
  "description": "",
@@ -29732,6 +29747,120 @@
29732
29747
  ]
29733
29748
  }
29734
29749
  },
29750
+ "onEscapeKeyDown": {
29751
+ "defaultValue": null,
29752
+ "description": "Event handler called when the escape key is down.\nCan be prevented.",
29753
+ "name": "onEscapeKeyDown",
29754
+ "parent": {
29755
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29756
+ "name": "DismissableLayerProps"
29757
+ },
29758
+ "declarations": [
29759
+ {
29760
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29761
+ "name": "DismissableLayerProps"
29762
+ }
29763
+ ],
29764
+ "required": false,
29765
+ "type": {
29766
+ "name": "(event: KeyboardEvent) => void"
29767
+ }
29768
+ },
29769
+ "onPointerDownOutside": {
29770
+ "defaultValue": null,
29771
+ "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
29772
+ "name": "onPointerDownOutside",
29773
+ "parent": {
29774
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29775
+ "name": "DismissableLayerProps"
29776
+ },
29777
+ "declarations": [
29778
+ {
29779
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29780
+ "name": "DismissableLayerProps"
29781
+ }
29782
+ ],
29783
+ "required": false,
29784
+ "type": {
29785
+ "name": "(event: PointerDownOutsideEvent) => void"
29786
+ }
29787
+ },
29788
+ "onFocusOutside": {
29789
+ "defaultValue": null,
29790
+ "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
29791
+ "name": "onFocusOutside",
29792
+ "parent": {
29793
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29794
+ "name": "DismissableLayerProps"
29795
+ },
29796
+ "declarations": [
29797
+ {
29798
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29799
+ "name": "DismissableLayerProps"
29800
+ }
29801
+ ],
29802
+ "required": false,
29803
+ "type": {
29804
+ "name": "(event: FocusOutsideEvent) => void"
29805
+ }
29806
+ },
29807
+ "onInteractOutside": {
29808
+ "defaultValue": null,
29809
+ "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
29810
+ "name": "onInteractOutside",
29811
+ "parent": {
29812
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29813
+ "name": "DismissableLayerProps"
29814
+ },
29815
+ "declarations": [
29816
+ {
29817
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
29818
+ "name": "DismissableLayerProps"
29819
+ }
29820
+ ],
29821
+ "required": false,
29822
+ "type": {
29823
+ "name": "(event: PointerDownOutsideEvent | FocusOutsideEvent) => void"
29824
+ }
29825
+ },
29826
+ "onOpenAutoFocus": {
29827
+ "defaultValue": null,
29828
+ "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
29829
+ "name": "onOpenAutoFocus",
29830
+ "parent": {
29831
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29832
+ "name": "PopoverContentImplProps"
29833
+ },
29834
+ "declarations": [
29835
+ {
29836
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29837
+ "name": "PopoverContentImplProps"
29838
+ }
29839
+ ],
29840
+ "required": false,
29841
+ "type": {
29842
+ "name": "(event: Event) => void"
29843
+ }
29844
+ },
29845
+ "onCloseAutoFocus": {
29846
+ "defaultValue": null,
29847
+ "description": "Event handler called when auto-focusing on close.\nCan be prevented.",
29848
+ "name": "onCloseAutoFocus",
29849
+ "parent": {
29850
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29851
+ "name": "PopoverContentImplProps"
29852
+ },
29853
+ "declarations": [
29854
+ {
29855
+ "fileName": "spark-web/node_modules/@radix-ui/react-popover/dist/index.d.ts",
29856
+ "name": "PopoverContentImplProps"
29857
+ }
29858
+ ],
29859
+ "required": false,
29860
+ "type": {
29861
+ "name": "(event: Event) => void"
29862
+ }
29863
+ },
29735
29864
  "inset": {
29736
29865
  "defaultValue": null,
29737
29866
  "description": "",
@@ -35180,42 +35309,260 @@
35180
35309
  "name": "boolean"
35181
35310
  }
35182
35311
  },
35183
- "onPointerDownOutside": {
35312
+ "side": {
35184
35313
  "defaultValue": null,
35185
- "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
35186
- "name": "onPointerDownOutside",
35314
+ "description": "",
35315
+ "name": "side",
35187
35316
  "parent": {
35188
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35189
- "name": "DismissableLayerProps"
35317
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35318
+ "name": "PopperContentProps"
35190
35319
  },
35191
35320
  "declarations": [
35192
35321
  {
35193
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35194
- "name": "DismissableLayerProps"
35322
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35323
+ "name": "PopperContentProps"
35195
35324
  }
35196
35325
  ],
35197
35326
  "required": false,
35198
35327
  "type": {
35199
- "name": "(event: PointerDownOutsideEvent) => void"
35328
+ "name": "enum",
35329
+ "raw": "\"top\" | \"right\" | \"bottom\" | \"left\"",
35330
+ "value": [
35331
+ {
35332
+ "value": "\"top\""
35333
+ },
35334
+ {
35335
+ "value": "\"right\""
35336
+ },
35337
+ {
35338
+ "value": "\"bottom\""
35339
+ },
35340
+ {
35341
+ "value": "\"left\""
35342
+ }
35343
+ ]
35200
35344
  }
35201
35345
  },
35202
- "onInteractOutside": {
35346
+ "sideOffset": {
35347
+ "defaultValue": {
35348
+ "value": 4
35349
+ },
35350
+ "description": "",
35351
+ "name": "sideOffset",
35352
+ "parent": {
35353
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35354
+ "name": "PopperContentProps"
35355
+ },
35356
+ "declarations": [
35357
+ {
35358
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35359
+ "name": "PopperContentProps"
35360
+ }
35361
+ ],
35362
+ "required": false,
35363
+ "type": {
35364
+ "name": "number"
35365
+ }
35366
+ },
35367
+ "align": {
35203
35368
  "defaultValue": null,
35204
- "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
35205
- "name": "onInteractOutside",
35369
+ "description": "",
35370
+ "name": "align",
35206
35371
  "parent": {
35207
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35208
- "name": "DismissableLayerProps"
35372
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35373
+ "name": "PopperContentProps"
35209
35374
  },
35210
35375
  "declarations": [
35211
35376
  {
35212
- "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35213
- "name": "DismissableLayerProps"
35377
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35378
+ "name": "PopperContentProps"
35379
+ }
35380
+ ],
35381
+ "required": false,
35382
+ "type": {
35383
+ "name": "enum",
35384
+ "raw": "\"center\" | \"start\" | \"end\"",
35385
+ "value": [
35386
+ {
35387
+ "value": "\"center\""
35388
+ },
35389
+ {
35390
+ "value": "\"start\""
35391
+ },
35392
+ {
35393
+ "value": "\"end\""
35394
+ }
35395
+ ]
35396
+ }
35397
+ },
35398
+ "alignOffset": {
35399
+ "defaultValue": null,
35400
+ "description": "",
35401
+ "name": "alignOffset",
35402
+ "parent": {
35403
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35404
+ "name": "PopperContentProps"
35405
+ },
35406
+ "declarations": [
35407
+ {
35408
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35409
+ "name": "PopperContentProps"
35410
+ }
35411
+ ],
35412
+ "required": false,
35413
+ "type": {
35414
+ "name": "number"
35415
+ }
35416
+ },
35417
+ "arrowPadding": {
35418
+ "defaultValue": null,
35419
+ "description": "",
35420
+ "name": "arrowPadding",
35421
+ "parent": {
35422
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35423
+ "name": "PopperContentProps"
35424
+ },
35425
+ "declarations": [
35426
+ {
35427
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35428
+ "name": "PopperContentProps"
35429
+ }
35430
+ ],
35431
+ "required": false,
35432
+ "type": {
35433
+ "name": "number"
35434
+ }
35435
+ },
35436
+ "avoidCollisions": {
35437
+ "defaultValue": null,
35438
+ "description": "",
35439
+ "name": "avoidCollisions",
35440
+ "parent": {
35441
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35442
+ "name": "PopperContentProps"
35443
+ },
35444
+ "declarations": [
35445
+ {
35446
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35447
+ "name": "PopperContentProps"
35448
+ }
35449
+ ],
35450
+ "required": false,
35451
+ "type": {
35452
+ "name": "boolean"
35453
+ }
35454
+ },
35455
+ "collisionBoundary": {
35456
+ "defaultValue": null,
35457
+ "description": "",
35458
+ "name": "collisionBoundary",
35459
+ "parent": {
35460
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35461
+ "name": "PopperContentProps"
35462
+ },
35463
+ "declarations": [
35464
+ {
35465
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35466
+ "name": "PopperContentProps"
35467
+ }
35468
+ ],
35469
+ "required": false,
35470
+ "type": {
35471
+ "name": "Element | Element[]"
35472
+ }
35473
+ },
35474
+ "collisionPadding": {
35475
+ "defaultValue": null,
35476
+ "description": "",
35477
+ "name": "collisionPadding",
35478
+ "parent": {
35479
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35480
+ "name": "PopperContentProps"
35481
+ },
35482
+ "declarations": [
35483
+ {
35484
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35485
+ "name": "PopperContentProps"
35486
+ }
35487
+ ],
35488
+ "required": false,
35489
+ "type": {
35490
+ "name": "number | Partial<Record<\"top\" | \"right\" | \"bottom\" | \"left\", number>>"
35491
+ }
35492
+ },
35493
+ "sticky": {
35494
+ "defaultValue": null,
35495
+ "description": "",
35496
+ "name": "sticky",
35497
+ "parent": {
35498
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35499
+ "name": "PopperContentProps"
35500
+ },
35501
+ "declarations": [
35502
+ {
35503
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35504
+ "name": "PopperContentProps"
35214
35505
  }
35215
35506
  ],
35216
35507
  "required": false,
35217
35508
  "type": {
35218
- "name": "(event: FocusOutsideEvent | PointerDownOutsideEvent) => void"
35509
+ "name": "enum",
35510
+ "raw": "\"always\" | \"partial\"",
35511
+ "value": [
35512
+ {
35513
+ "value": "\"always\""
35514
+ },
35515
+ {
35516
+ "value": "\"partial\""
35517
+ }
35518
+ ]
35519
+ }
35520
+ },
35521
+ "hideWhenDetached": {
35522
+ "defaultValue": null,
35523
+ "description": "",
35524
+ "name": "hideWhenDetached",
35525
+ "parent": {
35526
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35527
+ "name": "PopperContentProps"
35528
+ },
35529
+ "declarations": [
35530
+ {
35531
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35532
+ "name": "PopperContentProps"
35533
+ }
35534
+ ],
35535
+ "required": false,
35536
+ "type": {
35537
+ "name": "boolean"
35538
+ }
35539
+ },
35540
+ "updatePositionStrategy": {
35541
+ "defaultValue": null,
35542
+ "description": "",
35543
+ "name": "updatePositionStrategy",
35544
+ "parent": {
35545
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35546
+ "name": "PopperContentProps"
35547
+ },
35548
+ "declarations": [
35549
+ {
35550
+ "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35551
+ "name": "PopperContentProps"
35552
+ }
35553
+ ],
35554
+ "required": false,
35555
+ "type": {
35556
+ "name": "enum",
35557
+ "raw": "\"always\" | \"optimized\"",
35558
+ "value": [
35559
+ {
35560
+ "value": "\"always\""
35561
+ },
35562
+ {
35563
+ "value": "\"optimized\""
35564
+ }
35565
+ ]
35219
35566
  }
35220
35567
  },
35221
35568
  "onEscapeKeyDown": {
@@ -35237,6 +35584,25 @@
35237
35584
  "name": "(event: KeyboardEvent) => void"
35238
35585
  }
35239
35586
  },
35587
+ "onPointerDownOutside": {
35588
+ "defaultValue": null,
35589
+ "description": "Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.\nCan be prevented.",
35590
+ "name": "onPointerDownOutside",
35591
+ "parent": {
35592
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35593
+ "name": "DismissableLayerProps"
35594
+ },
35595
+ "declarations": [
35596
+ {
35597
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35598
+ "name": "DismissableLayerProps"
35599
+ }
35600
+ ],
35601
+ "required": false,
35602
+ "type": {
35603
+ "name": "(event: PointerDownOutsideEvent) => void"
35604
+ }
35605
+ },
35240
35606
  "onFocusOutside": {
35241
35607
  "defaultValue": null,
35242
35608
  "description": "Event handler called when the focus moves outside of the `DismissableLayer`.\nCan be prevented.",
@@ -35256,6 +35622,25 @@
35256
35622
  "name": "(event: FocusOutsideEvent) => void"
35257
35623
  }
35258
35624
  },
35625
+ "onInteractOutside": {
35626
+ "defaultValue": null,
35627
+ "description": "Event handler called when an interaction happens outside the `DismissableLayer`.\nSpecifically, when a `pointerdown` event happens outside or focus moves outside of it.\nCan be prevented.",
35628
+ "name": "onInteractOutside",
35629
+ "parent": {
35630
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35631
+ "name": "DismissableLayerProps"
35632
+ },
35633
+ "declarations": [
35634
+ {
35635
+ "fileName": "spark-web/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts",
35636
+ "name": "DismissableLayerProps"
35637
+ }
35638
+ ],
35639
+ "required": false,
35640
+ "type": {
35641
+ "name": "(event: PointerDownOutsideEvent | FocusOutsideEvent) => void"
35642
+ }
35643
+ },
35259
35644
  "onOpenAutoFocus": {
35260
35645
  "defaultValue": null,
35261
35646
  "description": "Event handler called when auto-focusing on open.\nCan be prevented.",
@@ -35294,262 +35679,6 @@
35294
35679
  "name": "(event: Event) => void"
35295
35680
  }
35296
35681
  },
35297
- "side": {
35298
- "defaultValue": null,
35299
- "description": "",
35300
- "name": "side",
35301
- "parent": {
35302
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35303
- "name": "PopperContentProps"
35304
- },
35305
- "declarations": [
35306
- {
35307
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35308
- "name": "PopperContentProps"
35309
- }
35310
- ],
35311
- "required": false,
35312
- "type": {
35313
- "name": "enum",
35314
- "raw": "\"top\" | \"right\" | \"bottom\" | \"left\"",
35315
- "value": [
35316
- {
35317
- "value": "\"top\""
35318
- },
35319
- {
35320
- "value": "\"right\""
35321
- },
35322
- {
35323
- "value": "\"bottom\""
35324
- },
35325
- {
35326
- "value": "\"left\""
35327
- }
35328
- ]
35329
- }
35330
- },
35331
- "sideOffset": {
35332
- "defaultValue": {
35333
- "value": 4
35334
- },
35335
- "description": "",
35336
- "name": "sideOffset",
35337
- "parent": {
35338
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35339
- "name": "PopperContentProps"
35340
- },
35341
- "declarations": [
35342
- {
35343
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35344
- "name": "PopperContentProps"
35345
- }
35346
- ],
35347
- "required": false,
35348
- "type": {
35349
- "name": "number"
35350
- }
35351
- },
35352
- "align": {
35353
- "defaultValue": null,
35354
- "description": "",
35355
- "name": "align",
35356
- "parent": {
35357
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35358
- "name": "PopperContentProps"
35359
- },
35360
- "declarations": [
35361
- {
35362
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35363
- "name": "PopperContentProps"
35364
- }
35365
- ],
35366
- "required": false,
35367
- "type": {
35368
- "name": "enum",
35369
- "raw": "\"center\" | \"start\" | \"end\"",
35370
- "value": [
35371
- {
35372
- "value": "\"center\""
35373
- },
35374
- {
35375
- "value": "\"start\""
35376
- },
35377
- {
35378
- "value": "\"end\""
35379
- }
35380
- ]
35381
- }
35382
- },
35383
- "alignOffset": {
35384
- "defaultValue": null,
35385
- "description": "",
35386
- "name": "alignOffset",
35387
- "parent": {
35388
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35389
- "name": "PopperContentProps"
35390
- },
35391
- "declarations": [
35392
- {
35393
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35394
- "name": "PopperContentProps"
35395
- }
35396
- ],
35397
- "required": false,
35398
- "type": {
35399
- "name": "number"
35400
- }
35401
- },
35402
- "arrowPadding": {
35403
- "defaultValue": null,
35404
- "description": "",
35405
- "name": "arrowPadding",
35406
- "parent": {
35407
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35408
- "name": "PopperContentProps"
35409
- },
35410
- "declarations": [
35411
- {
35412
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35413
- "name": "PopperContentProps"
35414
- }
35415
- ],
35416
- "required": false,
35417
- "type": {
35418
- "name": "number"
35419
- }
35420
- },
35421
- "avoidCollisions": {
35422
- "defaultValue": null,
35423
- "description": "",
35424
- "name": "avoidCollisions",
35425
- "parent": {
35426
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35427
- "name": "PopperContentProps"
35428
- },
35429
- "declarations": [
35430
- {
35431
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35432
- "name": "PopperContentProps"
35433
- }
35434
- ],
35435
- "required": false,
35436
- "type": {
35437
- "name": "boolean"
35438
- }
35439
- },
35440
- "collisionBoundary": {
35441
- "defaultValue": null,
35442
- "description": "",
35443
- "name": "collisionBoundary",
35444
- "parent": {
35445
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35446
- "name": "PopperContentProps"
35447
- },
35448
- "declarations": [
35449
- {
35450
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35451
- "name": "PopperContentProps"
35452
- }
35453
- ],
35454
- "required": false,
35455
- "type": {
35456
- "name": "Element | Element[]"
35457
- }
35458
- },
35459
- "collisionPadding": {
35460
- "defaultValue": null,
35461
- "description": "",
35462
- "name": "collisionPadding",
35463
- "parent": {
35464
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35465
- "name": "PopperContentProps"
35466
- },
35467
- "declarations": [
35468
- {
35469
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35470
- "name": "PopperContentProps"
35471
- }
35472
- ],
35473
- "required": false,
35474
- "type": {
35475
- "name": "number | Partial<Record<\"top\" | \"right\" | \"bottom\" | \"left\", number>>"
35476
- }
35477
- },
35478
- "sticky": {
35479
- "defaultValue": null,
35480
- "description": "",
35481
- "name": "sticky",
35482
- "parent": {
35483
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35484
- "name": "PopperContentProps"
35485
- },
35486
- "declarations": [
35487
- {
35488
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35489
- "name": "PopperContentProps"
35490
- }
35491
- ],
35492
- "required": false,
35493
- "type": {
35494
- "name": "enum",
35495
- "raw": "\"always\" | \"partial\"",
35496
- "value": [
35497
- {
35498
- "value": "\"always\""
35499
- },
35500
- {
35501
- "value": "\"partial\""
35502
- }
35503
- ]
35504
- }
35505
- },
35506
- "hideWhenDetached": {
35507
- "defaultValue": null,
35508
- "description": "",
35509
- "name": "hideWhenDetached",
35510
- "parent": {
35511
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35512
- "name": "PopperContentProps"
35513
- },
35514
- "declarations": [
35515
- {
35516
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35517
- "name": "PopperContentProps"
35518
- }
35519
- ],
35520
- "required": false,
35521
- "type": {
35522
- "name": "boolean"
35523
- }
35524
- },
35525
- "updatePositionStrategy": {
35526
- "defaultValue": null,
35527
- "description": "",
35528
- "name": "updatePositionStrategy",
35529
- "parent": {
35530
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35531
- "name": "PopperContentProps"
35532
- },
35533
- "declarations": [
35534
- {
35535
- "fileName": "spark-web/node_modules/@radix-ui/react-popper/dist/index.d.ts",
35536
- "name": "PopperContentProps"
35537
- }
35538
- ],
35539
- "required": false,
35540
- "type": {
35541
- "name": "enum",
35542
- "raw": "\"always\" | \"optimized\"",
35543
- "value": [
35544
- {
35545
- "value": "\"always\""
35546
- },
35547
- {
35548
- "value": "\"optimized\""
35549
- }
35550
- ]
35551
- }
35552
- },
35553
35682
  "inset": {
35554
35683
  "defaultValue": {
35555
35684
  "value": false
@@ -37698,7 +37827,7 @@
37698
37827
  ],
37699
37828
  "required": false,
37700
37829
  "type": {
37701
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
37830
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
37702
37831
  }
37703
37832
  },
37704
37833
  "toLocaleString": {
@@ -41060,7 +41189,7 @@
41060
41189
  ],
41061
41190
  "required": false,
41062
41191
  "type": {
41063
- "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
41192
+ "name": "(() => string) | (() => number) | (() => bigint) | (() => boolean) | (() => Object)"
41064
41193
  }
41065
41194
  },
41066
41195
  "codePointAt": {
@@ -45896,16 +46025,16 @@
45896
46025
  "required": false,
45897
46026
  "type": {
45898
46027
  "name": "enum",
45899
- "raw": "\"sm\" | \"md\" | \"xs\"",
46028
+ "raw": "\"xs\" | \"sm\" | \"md\"",
45900
46029
  "value": [
45901
46030
  {
45902
- "value": "\"sm\""
46031
+ "value": "\"xs\""
45903
46032
  },
45904
46033
  {
45905
- "value": "\"md\""
46034
+ "value": "\"sm\""
45906
46035
  },
45907
46036
  {
45908
- "value": "\"xs\""
46037
+ "value": "\"md\""
45909
46038
  }
45910
46039
  ]
45911
46040
  }