@causw/core 0.0.11 → 0.0.13

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.
Files changed (179) hide show
  1. package/dist/components/Avatar/Avatar.d.cts +2 -2
  2. package/dist/components/Avatar/Avatar.d.mts +2 -2
  3. package/dist/components/Avatar/Avatar.styles.d.cts +3 -3
  4. package/dist/components/Avatar/Avatar.styles.d.cts.map +1 -1
  5. package/dist/components/Avatar/Avatar.styles.d.mts +3 -3
  6. package/dist/components/BottomNavigation/BottomNavigation.cjs +78 -0
  7. package/dist/components/BottomNavigation/BottomNavigation.d.cts +48 -0
  8. package/dist/components/BottomNavigation/BottomNavigation.d.cts.map +1 -0
  9. package/dist/components/BottomNavigation/BottomNavigation.d.mts +49 -0
  10. package/dist/components/BottomNavigation/BottomNavigation.d.mts.map +1 -0
  11. package/dist/components/BottomNavigation/BottomNavigation.mjs +78 -0
  12. package/dist/components/BottomNavigation/BottomNavigation.mjs.map +1 -0
  13. package/dist/components/BottomNavigation/BottomNavigation.styles.cjs +26 -0
  14. package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts +57 -0
  15. package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts.map +1 -0
  16. package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +57 -0
  17. package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts.map +1 -0
  18. package/dist/components/BottomNavigation/BottomNavigation.styles.mjs +26 -0
  19. package/dist/components/BottomNavigation/BottomNavigation.styles.mjs.map +1 -0
  20. package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.cjs +22 -0
  21. package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.mjs +19 -0
  22. package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.mjs.map +1 -0
  23. package/dist/components/BottomNavigation/index.d.mts +1 -0
  24. package/dist/components/BottomSheet/BottomSheet.cjs +94 -0
  25. package/dist/components/BottomSheet/BottomSheet.d.cts +69 -0
  26. package/dist/components/BottomSheet/BottomSheet.d.cts.map +1 -0
  27. package/dist/components/BottomSheet/BottomSheet.d.mts +69 -0
  28. package/dist/components/BottomSheet/BottomSheet.d.mts.map +1 -0
  29. package/dist/components/BottomSheet/BottomSheet.mjs +93 -0
  30. package/dist/components/BottomSheet/BottomSheet.mjs.map +1 -0
  31. package/dist/components/BottomSheet/BottomSheet.styles.cjs +21 -0
  32. package/dist/components/BottomSheet/BottomSheet.styles.d.cts +54 -0
  33. package/dist/components/BottomSheet/BottomSheet.styles.d.cts.map +1 -0
  34. package/dist/components/BottomSheet/BottomSheet.styles.d.mts +54 -0
  35. package/dist/components/BottomSheet/BottomSheet.styles.d.mts.map +1 -0
  36. package/dist/components/BottomSheet/BottomSheet.styles.mjs +21 -0
  37. package/dist/components/BottomSheet/BottomSheet.styles.mjs.map +1 -0
  38. package/dist/components/BottomSheet/index.d.mts +1 -0
  39. package/dist/components/Box/Box.styles.d.cts +3 -3
  40. package/dist/components/Box/Box.styles.d.cts.map +1 -1
  41. package/dist/components/Button/Button.d.cts +2 -2
  42. package/dist/components/Button/Button.styles.d.mts +3 -3
  43. package/dist/components/CTAButton/CTAButton.d.cts +2 -2
  44. package/dist/components/CTAButton/CTAButton.styles.d.mts +3 -3
  45. package/dist/components/Calendar/Calendar.cjs +191 -0
  46. package/dist/components/Calendar/Calendar.d.cts +40 -0
  47. package/dist/components/Calendar/Calendar.d.cts.map +1 -0
  48. package/dist/components/Calendar/Calendar.d.mts +40 -0
  49. package/dist/components/Calendar/Calendar.d.mts.map +1 -0
  50. package/dist/components/Calendar/Calendar.mjs +190 -0
  51. package/dist/components/Calendar/Calendar.mjs.map +1 -0
  52. package/dist/components/Calendar/Calendar.styles.cjs +121 -0
  53. package/dist/components/Calendar/Calendar.styles.d.cts +269 -0
  54. package/dist/components/Calendar/Calendar.styles.d.cts.map +1 -0
  55. package/dist/components/Calendar/Calendar.styles.d.mts +269 -0
  56. package/dist/components/Calendar/Calendar.styles.d.mts.map +1 -0
  57. package/dist/components/Calendar/Calendar.styles.mjs +120 -0
  58. package/dist/components/Calendar/Calendar.styles.mjs.map +1 -0
  59. package/dist/components/Calendar/index.d.mts +1 -0
  60. package/dist/components/Checkbox/Checkbox.d.cts +4 -4
  61. package/dist/components/Checkbox/Checkbox.d.cts.map +1 -1
  62. package/dist/components/Checkbox/Checkbox.d.mts +4 -4
  63. package/dist/components/Checkbox/Checkbox.d.mts.map +1 -1
  64. package/dist/components/Checkbox/Checkbox.styles.d.cts +3 -3
  65. package/dist/components/Checkbox/Checkbox.styles.d.mts +3 -3
  66. package/dist/components/Chip/Chip.d.cts +2 -2
  67. package/dist/components/Chip/Chip.d.mts +2 -2
  68. package/dist/components/Chip/Chip.styles.d.cts +3 -3
  69. package/dist/components/Chip/Chip.styles.d.cts.map +1 -1
  70. package/dist/components/Chip/Chip.styles.d.mts +3 -3
  71. package/dist/components/Dialog/Dialog.d.cts +13 -13
  72. package/dist/components/Drawer/Drawer.cjs +41 -0
  73. package/dist/components/Drawer/Drawer.d.cts +29 -0
  74. package/dist/components/Drawer/Drawer.d.cts.map +1 -0
  75. package/dist/components/Drawer/Drawer.d.mts +29 -0
  76. package/dist/components/Drawer/Drawer.d.mts.map +1 -0
  77. package/dist/components/Drawer/Drawer.mjs +40 -0
  78. package/dist/components/Drawer/Drawer.mjs.map +1 -0
  79. package/dist/components/Drawer/Drawer.styles.cjs +23 -0
  80. package/dist/components/Drawer/Drawer.styles.d.cts +36 -0
  81. package/dist/components/Drawer/Drawer.styles.d.cts.map +1 -0
  82. package/dist/components/Drawer/Drawer.styles.d.mts +36 -0
  83. package/dist/components/Drawer/Drawer.styles.d.mts.map +1 -0
  84. package/dist/components/Drawer/Drawer.styles.mjs +23 -0
  85. package/dist/components/Drawer/Drawer.styles.mjs.map +1 -0
  86. package/dist/components/Drawer/index.d.mts +1 -0
  87. package/dist/components/Dropdown/Dropdown.d.cts +3 -3
  88. package/dist/components/Dropdown/Dropdown.d.mts +3 -3
  89. package/dist/components/Dropdown/Dropdown.styles.d.cts +3 -3
  90. package/dist/components/Dropdown/Dropdown.styles.d.mts +3 -3
  91. package/dist/components/Field/Field.d.cts +5 -5
  92. package/dist/components/Field/Field.d.cts.map +1 -1
  93. package/dist/components/Float/Float.styles.d.cts +3 -3
  94. package/dist/components/Float/Float.styles.d.mts +3 -3
  95. package/dist/components/FloatingActionButton/FloatingActionButton.d.cts +2 -2
  96. package/dist/components/FloatingActionButton/FloatingActionButton.d.mts +2 -2
  97. package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.cts +3 -3
  98. package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.mts +3 -3
  99. package/dist/components/Grid/Grid.styles.d.cts +3 -3
  100. package/dist/components/Grid/Grid.styles.d.mts +3 -3
  101. package/dist/components/HStack/HStack.d.cts +2 -2
  102. package/dist/components/HStack/HStack.d.mts +2 -2
  103. package/dist/components/Modal/Modal.d.cts +7 -7
  104. package/dist/components/Modal/Modal.d.mts +7 -7
  105. package/dist/components/Modal/Modal.styles.d.cts +3 -3
  106. package/dist/components/Modal/Modal.styles.d.mts +3 -3
  107. package/dist/components/Primitive/Primitive.d.cts +16 -16
  108. package/dist/components/Radio/Radio.d.cts +3 -3
  109. package/dist/components/RatioChart/RatioChart.d.cts +5 -5
  110. package/dist/components/RatioChart/RatioChart.d.mts +5 -5
  111. package/dist/components/RatioChart/RatioChartEditor.d.cts +2 -2
  112. package/dist/components/RatioChart/RatioChartEditor.d.mts +2 -2
  113. package/dist/components/Select/Select.d.cts +5 -5
  114. package/dist/components/Select/Select.d.mts +5 -5
  115. package/dist/components/Select/Select.styles.d.cts +3 -3
  116. package/dist/components/Select/Select.styles.d.mts +3 -3
  117. package/dist/components/Select/Select.styles.d.mts.map +1 -1
  118. package/dist/components/Separator/Separator.styles.d.cts +3 -3
  119. package/dist/components/Separator/Separator.styles.d.mts +3 -3
  120. package/dist/components/Separator/Separator.styles.d.mts.map +1 -1
  121. package/dist/components/Sidebar/Sidebar.cjs +95 -0
  122. package/dist/components/Sidebar/Sidebar.d.cts +64 -0
  123. package/dist/components/Sidebar/Sidebar.d.cts.map +1 -0
  124. package/dist/components/Sidebar/Sidebar.d.mts +65 -0
  125. package/dist/components/Sidebar/Sidebar.d.mts.map +1 -0
  126. package/dist/components/Sidebar/Sidebar.mjs +95 -0
  127. package/dist/components/Sidebar/Sidebar.mjs.map +1 -0
  128. package/dist/components/Sidebar/Sidebar.styles.cjs +32 -0
  129. package/dist/components/Sidebar/Sidebar.styles.d.cts +75 -0
  130. package/dist/components/Sidebar/Sidebar.styles.d.cts.map +1 -0
  131. package/dist/components/Sidebar/Sidebar.styles.d.mts +75 -0
  132. package/dist/components/Sidebar/Sidebar.styles.d.mts.map +1 -0
  133. package/dist/components/Sidebar/Sidebar.styles.mjs +32 -0
  134. package/dist/components/Sidebar/Sidebar.styles.mjs.map +1 -0
  135. package/dist/components/Sidebar/hooks/useSidebarContext.cjs +22 -0
  136. package/dist/components/Sidebar/hooks/useSidebarContext.d.cts +5 -0
  137. package/dist/components/Sidebar/hooks/useSidebarContext.d.cts.map +1 -0
  138. package/dist/components/Sidebar/hooks/useSidebarContext.d.mts +7 -0
  139. package/dist/components/Sidebar/hooks/useSidebarContext.d.mts.map +1 -0
  140. package/dist/components/Sidebar/hooks/useSidebarContext.mjs +19 -0
  141. package/dist/components/Sidebar/hooks/useSidebarContext.mjs.map +1 -0
  142. package/dist/components/Sidebar/index.d.mts +2 -0
  143. package/dist/components/Spacer/Spacer.styles.d.cts +3 -3
  144. package/dist/components/Spacer/Spacer.styles.d.mts +3 -3
  145. package/dist/components/Stack/Stack.styles.d.cts +3 -3
  146. package/dist/components/Stack/Stack.styles.d.cts.map +1 -1
  147. package/dist/components/Tab/Tab.d.cts +6 -6
  148. package/dist/components/Tab/Tab.d.mts +6 -6
  149. package/dist/components/Tab/Tab.styles.d.cts +3 -3
  150. package/dist/components/Tab/Tab.styles.d.mts +3 -3
  151. package/dist/components/Text/Text.d.cts +1 -1
  152. package/dist/components/Text/Text.d.mts +1 -1
  153. package/dist/components/Text/Text.styles.d.mts +3 -3
  154. package/dist/components/TextArea/TextArea.d.cts +4 -4
  155. package/dist/components/TextArea/TextArea.d.mts +4 -4
  156. package/dist/components/TextArea/TextArea.styles.d.mts +3 -3
  157. package/dist/components/TextInput/TextInput.d.cts +2 -2
  158. package/dist/components/TextInput/TextInput.d.mts +2 -2
  159. package/dist/components/TextInput/TextInput.styles.d.mts +3 -3
  160. package/dist/components/Toast/Toast.d.cts +5 -5
  161. package/dist/components/Toast/Toast.d.cts.map +1 -1
  162. package/dist/components/Toast/Toast.d.mts +3 -3
  163. package/dist/components/Toast/Toast.styles.d.cts +3 -3
  164. package/dist/components/Toast/Toast.styles.d.mts +3 -3
  165. package/dist/components/Toggle/Toggle.d.cts +4 -4
  166. package/dist/components/Toggle/Toggle.d.mts +4 -4
  167. package/dist/components/Toggle/Toggle.d.mts.map +1 -1
  168. package/dist/components/Toggle/Toggle.styles.d.mts +3 -3
  169. package/dist/components/VStack/VStack.d.cts +2 -2
  170. package/dist/components/VStack/VStack.d.mts +2 -2
  171. package/dist/components/index.d.mts +12 -1
  172. package/dist/hooks/bottomSheet/useBottomSheet.cjs +15 -0
  173. package/dist/hooks/bottomSheet/useBottomSheet.mjs +13 -0
  174. package/dist/hooks/bottomSheet/useBottomSheet.mjs.map +1 -0
  175. package/dist/index.cjs +10 -0
  176. package/dist/index.d.cts +7 -1
  177. package/dist/index.d.mts +7 -1
  178. package/dist/index.mjs +6 -1
  179. package/package.json +2 -2
@@ -0,0 +1,75 @@
1
+ import * as tailwind_variants27 from "tailwind-variants";
2
+ import { VariantProps } from "tailwind-variants";
3
+
4
+ //#region src/components/Sidebar/Sidebar.styles.d.ts
5
+ declare const sidebar: tailwind_variants27.TVReturnType<{
6
+ selected: {
7
+ true: {
8
+ item: string;
9
+ text: string;
10
+ icon: string;
11
+ };
12
+ false: {
13
+ item: string;
14
+ text: string;
15
+ icon: string;
16
+ };
17
+ };
18
+ }, {
19
+ root: string;
20
+ header: string;
21
+ content: string;
22
+ footer: string;
23
+ item: string;
24
+ badge: string;
25
+ icon: string;
26
+ text: string;
27
+ }, undefined, {
28
+ selected: {
29
+ true: {
30
+ item: string;
31
+ text: string;
32
+ icon: string;
33
+ };
34
+ false: {
35
+ item: string;
36
+ text: string;
37
+ icon: string;
38
+ };
39
+ };
40
+ }, {
41
+ root: string;
42
+ header: string;
43
+ content: string;
44
+ footer: string;
45
+ item: string;
46
+ badge: string;
47
+ icon: string;
48
+ text: string;
49
+ }, tailwind_variants27.TVReturnType<{
50
+ selected: {
51
+ true: {
52
+ item: string;
53
+ text: string;
54
+ icon: string;
55
+ };
56
+ false: {
57
+ item: string;
58
+ text: string;
59
+ icon: string;
60
+ };
61
+ };
62
+ }, {
63
+ root: string;
64
+ header: string;
65
+ content: string;
66
+ footer: string;
67
+ item: string;
68
+ badge: string;
69
+ icon: string;
70
+ text: string;
71
+ }, undefined, unknown, unknown, undefined>>;
72
+ type SidebarVariants = VariantProps<typeof sidebar>;
73
+ //#endregion
74
+ export { SidebarVariants };
75
+ //# sourceMappingURL=Sidebar.styles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.styles.d.mts","names":[],"sources":["../../../src/components/Sidebar/Sidebar.styles.ts"],"mappings":";;;;cAEa,OAAA,EA4BX,mBAAA,CA5BkB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BlB,mBAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;;KAEU,eAAA,GAAkB,YAAA,QAAoB,OAAA"}
@@ -0,0 +1,32 @@
1
+ import { tv } from "tailwind-variants";
2
+
3
+ //#region src/components/Sidebar/Sidebar.styles.ts
4
+ const sidebar = tv({
5
+ slots: {
6
+ root: "flex h-screen w-65 flex-col bg-white border-r border-gray-100",
7
+ header: "px-2.5 py-8",
8
+ content: "flex-1 overflow-y-auto px-2.5 py-2",
9
+ footer: "border-t border-gray-100 px-4 py-4",
10
+ item: "group w-full flex items-center gap-2 px-4.5 py-2 rounded-sm text-md transition-colors",
11
+ badge: "ml-auto px-2 py-0.5 text-sm rounded-sm bg-red-100 text-red-400",
12
+ icon: "w-4.5 h-4.5",
13
+ text: "text-md"
14
+ },
15
+ variants: { selected: {
16
+ true: {
17
+ item: "bg-gray-100",
18
+ text: "text-gray-700 typo-subtitle-16-bold",
19
+ icon: "fill-gray-600"
20
+ },
21
+ false: {
22
+ item: "hover:bg-gray-50 active:bg-gray-50",
23
+ text: "typo-body-16-medium text-gray-500 group-hover:text-gray-700 group-active:text-gray-700",
24
+ icon: "fill-gray-300 group-hover:fill-gray-600 group-active:fill-gray-600"
25
+ }
26
+ } },
27
+ defaultVariants: { selected: false }
28
+ });
29
+
30
+ //#endregion
31
+ export { sidebar };
32
+ //# sourceMappingURL=Sidebar.styles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.styles.mjs","names":[],"sources":["../../../src/components/Sidebar/Sidebar.styles.ts"],"sourcesContent":["import { tv, VariantProps } from 'tailwind-variants';\n\nexport const sidebar = tv({\n slots: {\n root: 'flex h-screen w-65 flex-col bg-white border-r border-gray-100',\n header: 'px-2.5 py-8',\n content: 'flex-1 overflow-y-auto px-2.5 py-2',\n footer: 'border-t border-gray-100 px-4 py-4',\n item: 'group w-full flex items-center gap-2 px-4.5 py-2 rounded-sm text-md transition-colors',\n badge: 'ml-auto px-2 py-0.5 text-sm rounded-sm bg-red-100 text-red-400',\n icon: 'w-4.5 h-4.5',\n text: 'text-md',\n },\n variants: {\n selected: {\n true: {\n item: 'bg-gray-100',\n text: 'text-gray-700 typo-subtitle-16-bold',\n icon: 'fill-gray-600',\n },\n false: {\n item: 'hover:bg-gray-50 active:bg-gray-50',\n text: 'typo-body-16-medium text-gray-500 group-hover:text-gray-700 group-active:text-gray-700',\n icon: 'fill-gray-300 group-hover:fill-gray-600 group-active:fill-gray-600',\n },\n },\n },\n defaultVariants: {\n selected: false,\n },\n});\n\nexport type SidebarVariants = VariantProps<typeof sidebar>;\n"],"mappings":";;;AAEA,MAAa,UAAU,GAAG;CACxB,OAAO;EACL,MAAM;EACN,QAAQ;EACR,SAAS;EACT,QAAQ;EACR,MAAM;EACN,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD,UAAU,EACR,UAAU;EACR,MAAM;GACJ,MAAM;GACN,MAAM;GACN,MAAM;GACP;EACD,OAAO;GACL,MAAM;GACN,MAAM;GACN,MAAM;GACP;EACF,EACF;CACD,iBAAiB,EACf,UAAU,OACX;CACF,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
2
+ let react = require("react");
3
+
4
+ //#region src/components/Sidebar/hooks/useSidebarContext.ts
5
+ const SidebarContext = (0, react.createContext)(null);
6
+ const useSidebarContext = () => {
7
+ const context = (0, react.useContext)(SidebarContext);
8
+ if (!context) throw new Error("Sidebar compound components must be used within Sidebar");
9
+ return context;
10
+ };
11
+ const SidebarItemContext = (0, react.createContext)(null);
12
+ const useSidebarItemContext = () => {
13
+ const context = (0, react.useContext)(SidebarItemContext);
14
+ if (!context) throw new Error("Sidebar Item compound components must be used within Sidebar.Item");
15
+ return context;
16
+ };
17
+
18
+ //#endregion
19
+ exports.SidebarContext = SidebarContext;
20
+ exports.SidebarItemContext = SidebarItemContext;
21
+ exports.useSidebarContext = useSidebarContext;
22
+ exports.useSidebarItemContext = useSidebarItemContext;
@@ -0,0 +1,5 @@
1
+ //#region src/components/Sidebar/hooks/useSidebarContext.d.ts
2
+ type SidebarValue = string | number;
3
+ //#endregion
4
+ export { SidebarValue };
5
+ //# sourceMappingURL=useSidebarContext.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSidebarContext.d.cts","names":[],"sources":["../../../../src/components/Sidebar/hooks/useSidebarContext.ts"],"mappings":";KAGY,YAAA"}
@@ -0,0 +1,7 @@
1
+ import "react";
2
+
3
+ //#region src/components/Sidebar/hooks/useSidebarContext.d.ts
4
+ type SidebarValue = string | number;
5
+ //#endregion
6
+ export { SidebarValue };
7
+ //# sourceMappingURL=useSidebarContext.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSidebarContext.d.mts","names":[],"sources":["../../../../src/components/Sidebar/hooks/useSidebarContext.ts"],"mappings":";;;KAGY,YAAA"}
@@ -0,0 +1,19 @@
1
+ import { createContext, useContext } from "react";
2
+
3
+ //#region src/components/Sidebar/hooks/useSidebarContext.ts
4
+ const SidebarContext = createContext(null);
5
+ const useSidebarContext = () => {
6
+ const context = useContext(SidebarContext);
7
+ if (!context) throw new Error("Sidebar compound components must be used within Sidebar");
8
+ return context;
9
+ };
10
+ const SidebarItemContext = createContext(null);
11
+ const useSidebarItemContext = () => {
12
+ const context = useContext(SidebarItemContext);
13
+ if (!context) throw new Error("Sidebar Item compound components must be used within Sidebar.Item");
14
+ return context;
15
+ };
16
+
17
+ //#endregion
18
+ export { SidebarContext, SidebarItemContext, useSidebarContext, useSidebarItemContext };
19
+ //# sourceMappingURL=useSidebarContext.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSidebarContext.mjs","names":[],"sources":["../../../../src/components/Sidebar/hooks/useSidebarContext.ts"],"sourcesContent":["import { createContext, useContext } from 'react';\n\n// Root Context\nexport type SidebarValue = string | number;\n\nexport interface SidebarContextValue {\n selected?: SidebarValue;\n onSelectChange?: (value: SidebarValue) => void;\n}\n\nexport const SidebarContext = createContext<SidebarContextValue | null>(null);\n\nexport const useSidebarContext = () => {\n const context = useContext(SidebarContext);\n if (!context) {\n throw new Error('Sidebar compound components must be used within Sidebar');\n }\n return context;\n};\n\n// Item Context\nexport interface SidebarItemContextValue {\n selected: boolean;\n}\n\nexport const SidebarItemContext = createContext<SidebarItemContextValue | null>(\n null,\n);\n\nexport const useSidebarItemContext = () => {\n const context = useContext(SidebarItemContext);\n if (!context) {\n throw new Error(\n 'Sidebar Item compound components must be used within Sidebar.Item',\n );\n }\n return context;\n};\n"],"mappings":";;;AAUA,MAAa,iBAAiB,cAA0C,KAAK;AAE7E,MAAa,0BAA0B;CACrC,MAAM,UAAU,WAAW,eAAe;AAC1C,KAAI,CAAC,QACH,OAAM,IAAI,MAAM,0DAA0D;AAE5E,QAAO;;AAQT,MAAa,qBAAqB,cAChC,KACD;AAED,MAAa,8BAA8B;CACzC,MAAM,UAAU,WAAW,mBAAmB;AAC9C,KAAI,CAAC,QACH,OAAM,IAAI,MACR,oEACD;AAEH,QAAO"}
@@ -0,0 +1,2 @@
1
+ import { SidebarVariants } from "./Sidebar.styles.mjs";
2
+ import { Sidebar } from "./Sidebar.mjs";
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants7 from "tailwind-variants";
1
+ import * as tailwind_variants9 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Spacer/Spacer.styles.d.ts
5
- declare const spacer: tailwind_variants7.TVReturnType<{
5
+ declare const spacer: tailwind_variants9.TVReturnType<{
6
6
  size: {
7
7
  1: string;
8
8
  2: string;
@@ -30,7 +30,7 @@ declare const spacer: tailwind_variants7.TVReturnType<{
30
30
  24: string;
31
31
  auto: string;
32
32
  };
33
- }, undefined, tailwind_variants7.TVReturnType<{
33
+ }, undefined, tailwind_variants9.TVReturnType<{
34
34
  size: {
35
35
  1: string;
36
36
  2: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants9 from "tailwind-variants";
1
+ import * as tailwind_variants7 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Spacer/Spacer.styles.d.ts
5
- declare const spacer: tailwind_variants9.TVReturnType<{
5
+ declare const spacer: tailwind_variants7.TVReturnType<{
6
6
  size: {
7
7
  1: string;
8
8
  2: string;
@@ -30,7 +30,7 @@ declare const spacer: tailwind_variants9.TVReturnType<{
30
30
  24: string;
31
31
  auto: string;
32
32
  };
33
- }, undefined, tailwind_variants9.TVReturnType<{
33
+ }, undefined, tailwind_variants7.TVReturnType<{
34
34
  size: {
35
35
  1: string;
36
36
  2: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants25 from "tailwind-variants";
1
+ import * as tailwind_variants5 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Stack/Stack.styles.d.ts
5
- declare const stack: tailwind_variants25.TVReturnType<{
5
+ declare const stack: tailwind_variants5.TVReturnType<{
6
6
  direction: {
7
7
  horizontal: string;
8
8
  vertical: string;
@@ -52,7 +52,7 @@ declare const stack: tailwind_variants25.TVReturnType<{
52
52
  end: string;
53
53
  between: string;
54
54
  };
55
- }, undefined, tailwind_variants25.TVReturnType<{
55
+ }, undefined, tailwind_variants5.TVReturnType<{
56
56
  direction: {
57
57
  horizontal: string;
58
58
  vertical: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Stack.styles.d.cts","names":[],"sources":["../../../src/components/Stack/Stack.styles.ts"],"mappings":";;;;cAEa,KAAA,EAkCX,mBAAA,CAlCgB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkChB,mBAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;KAEU,aAAA,GAAgB,YAAA,QAAoB,KAAA"}
1
+ {"version":3,"file":"Stack.styles.d.cts","names":[],"sources":["../../../src/components/Stack/Stack.styles.ts"],"mappings":";;;;cAEa,KAAA,EAkCX,kBAAA,CAlCgB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkChB,kBAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;KAEU,aAAA,GAAgB,YAAA,QAAoB,KAAA"}
@@ -1,7 +1,7 @@
1
1
  import { PrimitiveProps } from "../Primitive/Primitive.cjs";
2
2
  import { TabVariants } from "./Tab.styles.cjs";
3
3
  import * as React$1 from "react";
4
- import * as react_jsx_runtime41 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime37 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Tab/Tab.d.ts
7
7
  interface TabRootProps extends TabVariants {
@@ -34,7 +34,7 @@ declare const Tab: {
34
34
  id,
35
35
  className,
36
36
  children
37
- }: TabRootProps): react_jsx_runtime41.JSX.Element;
37
+ }: TabRootProps): react_jsx_runtime37.JSX.Element;
38
38
  displayName: string;
39
39
  } & {
40
40
  Root: {
@@ -47,14 +47,14 @@ declare const Tab: {
47
47
  id,
48
48
  className,
49
49
  children
50
- }: TabRootProps): react_jsx_runtime41.JSX.Element;
50
+ }: TabRootProps): react_jsx_runtime37.JSX.Element;
51
51
  displayName: string;
52
52
  };
53
53
  List: {
54
54
  ({
55
55
  className,
56
56
  ...props
57
- }: TabListProps): react_jsx_runtime41.JSX.Element;
57
+ }: TabListProps): react_jsx_runtime37.JSX.Element;
58
58
  displayName: string;
59
59
  };
60
60
  TabItem: {
@@ -64,7 +64,7 @@ declare const Tab: {
64
64
  className,
65
65
  onClick,
66
66
  ...props
67
- }: TabTabItemProps): react_jsx_runtime41.JSX.Element;
67
+ }: TabTabItemProps): react_jsx_runtime37.JSX.Element;
68
68
  displayName: string;
69
69
  };
70
70
  Content: {
@@ -75,7 +75,7 @@ declare const Tab: {
75
75
  className,
76
76
  children,
77
77
  ...props
78
- }: TabContentProps): react_jsx_runtime41.JSX.Element | null;
78
+ }: TabContentProps): react_jsx_runtime37.JSX.Element | null;
79
79
  displayName: string;
80
80
  };
81
81
  };
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
2
2
  import "../Primitive/index.mjs";
3
3
  import { TabVariants } from "./Tab.styles.mjs";
4
4
  import * as React$1 from "react";
5
- import * as react_jsx_runtime37 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime36 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/Tab/Tab.d.ts
8
8
  interface TabRootProps extends TabVariants {
@@ -35,7 +35,7 @@ declare const Tab: {
35
35
  id,
36
36
  className,
37
37
  children
38
- }: TabRootProps): react_jsx_runtime37.JSX.Element;
38
+ }: TabRootProps): react_jsx_runtime36.JSX.Element;
39
39
  displayName: string;
40
40
  } & {
41
41
  Root: {
@@ -48,14 +48,14 @@ declare const Tab: {
48
48
  id,
49
49
  className,
50
50
  children
51
- }: TabRootProps): react_jsx_runtime37.JSX.Element;
51
+ }: TabRootProps): react_jsx_runtime36.JSX.Element;
52
52
  displayName: string;
53
53
  };
54
54
  List: {
55
55
  ({
56
56
  className,
57
57
  ...props
58
- }: TabListProps): react_jsx_runtime37.JSX.Element;
58
+ }: TabListProps): react_jsx_runtime36.JSX.Element;
59
59
  displayName: string;
60
60
  };
61
61
  TabItem: {
@@ -65,7 +65,7 @@ declare const Tab: {
65
65
  className,
66
66
  onClick,
67
67
  ...props
68
- }: TabTabItemProps): react_jsx_runtime37.JSX.Element;
68
+ }: TabTabItemProps): react_jsx_runtime36.JSX.Element;
69
69
  displayName: string;
70
70
  };
71
71
  Content: {
@@ -76,7 +76,7 @@ declare const Tab: {
76
76
  className,
77
77
  children,
78
78
  ...props
79
- }: TabContentProps): react_jsx_runtime37.JSX.Element | null;
79
+ }: TabContentProps): react_jsx_runtime36.JSX.Element | null;
80
80
  displayName: string;
81
81
  };
82
82
  };
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants11 from "tailwind-variants";
1
+ import * as tailwind_variants21 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Tab/Tab.styles.d.ts
5
- declare const tabs: tailwind_variants11.TVReturnType<{
5
+ declare const tabs: tailwind_variants21.TVReturnType<{
6
6
  variant: {
7
7
  underline: {
8
8
  list: string;
@@ -30,7 +30,7 @@ declare const tabs: tailwind_variants11.TVReturnType<{
30
30
  }, {
31
31
  list: string;
32
32
  item: string;
33
- }, tailwind_variants11.TVReturnType<{
33
+ }, tailwind_variants21.TVReturnType<{
34
34
  variant: {
35
35
  underline: {
36
36
  list: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants21 from "tailwind-variants";
1
+ import * as tailwind_variants19 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Tab/Tab.styles.d.ts
5
- declare const tabs: tailwind_variants21.TVReturnType<{
5
+ declare const tabs: tailwind_variants19.TVReturnType<{
6
6
  variant: {
7
7
  underline: {
8
8
  list: string;
@@ -30,7 +30,7 @@ declare const tabs: tailwind_variants21.TVReturnType<{
30
30
  }, {
31
31
  list: string;
32
32
  item: string;
33
- }, tailwind_variants21.TVReturnType<{
33
+ }, tailwind_variants19.TVReturnType<{
34
34
  variant: {
35
35
  underline: {
36
36
  list: string;
@@ -16,7 +16,7 @@ declare const Text: {
16
16
  ...props
17
17
  }: TextProps<E>): react0.DetailedReactHTMLElement<{
18
18
  className: string;
19
- } & Omit<TextProps<E>, "children" | "className" | "typography" | "textColor" | "align" | "as">, HTMLSpanElement>;
19
+ } & Omit<TextProps<E>, "className" | "typography" | "textColor" | "align" | "children" | "as">, HTMLSpanElement>;
20
20
  displayName: string;
21
21
  };
22
22
  //#endregion
@@ -17,7 +17,7 @@ declare const Text: {
17
17
  ...props
18
18
  }: TextProps<E>): react0.DetailedReactHTMLElement<{
19
19
  className: string;
20
- } & Omit<TextProps<E>, "children" | "className" | "typography" | "textColor" | "align" | "as">, HTMLSpanElement>;
20
+ } & Omit<TextProps<E>, "className" | "typography" | "textColor" | "align" | "children" | "as">, HTMLSpanElement>;
21
21
  displayName: string;
22
22
  };
23
23
  //#endregion
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as tailwind_variants1 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/Text/Text.styles.d.ts
5
- declare const text: tailwind_variants0.TVReturnType<{
5
+ declare const text: tailwind_variants1.TVReturnType<{
6
6
  typography: {
7
7
  'title-48-bold': string;
8
8
  'title-32-bold': string;
@@ -96,7 +96,7 @@ declare const text: tailwind_variants0.TVReturnType<{
96
96
  right: string;
97
97
  justify: string;
98
98
  };
99
- }, undefined, tailwind_variants0.TVReturnType<{
99
+ }, undefined, tailwind_variants1.TVReturnType<{
100
100
  typography: {
101
101
  'title-48-bold': string;
102
102
  'title-32-bold': string;
@@ -1,7 +1,7 @@
1
1
  import { PrimitiveProps } from "../Primitive/Primitive.cjs";
2
2
  import { TextAreaVariants } from "./TextArea.styles.cjs";
3
3
  import React from "react";
4
- import * as react_jsx_runtime2 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/TextArea/TextArea.d.ts
7
7
  interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
@@ -16,7 +16,7 @@ declare const TextArea: {
16
16
  className,
17
17
  children,
18
18
  ...props
19
- }: TextAreaProps): react_jsx_runtime2.JSX.Element;
19
+ }: TextAreaProps): react_jsx_runtime6.JSX.Element;
20
20
  displayName: string;
21
21
  } & {
22
22
  Input: {
@@ -25,7 +25,7 @@ declare const TextArea: {
25
25
  disabled: disabledProp,
26
26
  className,
27
27
  ...props
28
- }: TextAreaInputProps): react_jsx_runtime2.JSX.Element;
28
+ }: TextAreaInputProps): react_jsx_runtime6.JSX.Element;
29
29
  displayName: string;
30
30
  };
31
31
  Footer: {
@@ -33,7 +33,7 @@ declare const TextArea: {
33
33
  className,
34
34
  children,
35
35
  ...props
36
- }: TextAreaFooterProps): react_jsx_runtime2.JSX.Element;
36
+ }: TextAreaFooterProps): react_jsx_runtime6.JSX.Element;
37
37
  displayName: string;
38
38
  };
39
39
  };
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
2
2
  import "../Primitive/index.mjs";
3
3
  import { TextAreaVariants } from "./TextArea.styles.mjs";
4
4
  import React from "react";
5
- import * as react_jsx_runtime3 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/TextArea/TextArea.d.ts
8
8
  interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
@@ -17,7 +17,7 @@ declare const TextArea: {
17
17
  className,
18
18
  children,
19
19
  ...props
20
- }: TextAreaProps): react_jsx_runtime3.JSX.Element;
20
+ }: TextAreaProps): react_jsx_runtime7.JSX.Element;
21
21
  displayName: string;
22
22
  } & {
23
23
  Input: {
@@ -26,7 +26,7 @@ declare const TextArea: {
26
26
  disabled: disabledProp,
27
27
  className,
28
28
  ...props
29
- }: TextAreaInputProps): react_jsx_runtime3.JSX.Element;
29
+ }: TextAreaInputProps): react_jsx_runtime7.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  Footer: {
@@ -34,7 +34,7 @@ declare const TextArea: {
34
34
  className,
35
35
  children,
36
36
  ...props
37
- }: TextAreaFooterProps): react_jsx_runtime3.JSX.Element;
37
+ }: TextAreaFooterProps): react_jsx_runtime7.JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  };
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants27 from "tailwind-variants";
1
+ import * as tailwind_variants31 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/TextArea/TextArea.styles.d.ts
5
- declare const textArea: tailwind_variants27.TVReturnType<{
5
+ declare const textArea: tailwind_variants31.TVReturnType<{
6
6
  disabled: {
7
7
  true: {
8
8
  root: string;
@@ -52,7 +52,7 @@ declare const textArea: tailwind_variants27.TVReturnType<{
52
52
  root: string;
53
53
  input: string;
54
54
  footer: string;
55
- }, tailwind_variants27.TVReturnType<{
55
+ }, tailwind_variants31.TVReturnType<{
56
56
  disabled: {
57
57
  true: {
58
58
  root: string;
@@ -1,7 +1,7 @@
1
1
  import { TextVariants } from "../Text/Text.styles.cjs";
2
2
  import { TextInputVariants } from "./TextInput.styles.cjs";
3
3
  import React from "react";
4
- import * as react_jsx_runtime7 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/TextInput/TextInput.d.ts
7
7
  interface TextInputProps extends React.ComponentProps<'input'>, TextVariants, TextInputVariants {
@@ -24,7 +24,7 @@ declare const TextInput: {
24
24
  typography,
25
25
  textColor,
26
26
  ...props
27
- }: TextInputProps): react_jsx_runtime7.JSX.Element;
27
+ }: TextInputProps): react_jsx_runtime0.JSX.Element;
28
28
  displayName: string;
29
29
  };
30
30
  //#endregion
@@ -2,7 +2,7 @@ import { TextVariants } from "../Text/Text.styles.mjs";
2
2
  import "../Text/index.mjs";
3
3
  import { TextInputVariants } from "./TextInput.styles.mjs";
4
4
  import React from "react";
5
- import * as react_jsx_runtime6 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/TextInput/TextInput.d.ts
8
8
  interface TextInputProps extends React.ComponentProps<'input'>, TextVariants, TextInputVariants {
@@ -25,7 +25,7 @@ declare const TextInput: {
25
25
  typography,
26
26
  textColor,
27
27
  ...props
28
- }: TextInputProps): react_jsx_runtime6.JSX.Element;
28
+ }: TextInputProps): react_jsx_runtime0.JSX.Element;
29
29
  displayName: string;
30
30
  };
31
31
  //#endregion
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants1 from "tailwind-variants";
1
+ import * as tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/TextInput/TextInput.styles.d.ts
5
- declare const textInput: tailwind_variants1.TVReturnType<{
5
+ declare const textInput: tailwind_variants0.TVReturnType<{
6
6
  variant: {
7
7
  default: {
8
8
  root: string;
@@ -50,7 +50,7 @@ declare const textInput: tailwind_variants1.TVReturnType<{
50
50
  input: string;
51
51
  leftIcon: string;
52
52
  rightIcon: string;
53
- }, tailwind_variants1.TVReturnType<{
53
+ }, tailwind_variants0.TVReturnType<{
54
54
  variant: {
55
55
  default: {
56
56
  root: string;
@@ -1,6 +1,6 @@
1
1
  import { ToastVariants } from "./Toast.styles.cjs";
2
- import * as react0 from "react";
3
- import * as react_jsx_runtime50 from "react/jsx-runtime";
2
+ import * as react11 from "react";
3
+ import * as react_jsx_runtime42 from "react/jsx-runtime";
4
4
  import * as ToastPrimitives from "@radix-ui/react-toast";
5
5
 
6
6
  //#region src/components/Toast/Toast.d.ts
@@ -15,13 +15,13 @@ declare const Toast: ({
15
15
  message,
16
16
  icon,
17
17
  ...props
18
- }: ToastProps) => react_jsx_runtime50.JSX.Element;
18
+ }: ToastProps) => react_jsx_runtime42.JSX.Element;
19
19
  type ToastViewportProps = React.ComponentProps<typeof ToastPrimitives.Viewport>;
20
20
  declare const ToastViewport: ({
21
21
  className,
22
22
  ...props
23
- }: ToastViewportProps) => react_jsx_runtime50.JSX.Element;
24
- declare const ToastProvider: react0.FC<ToastPrimitives.ToastProviderProps>;
23
+ }: ToastViewportProps) => react_jsx_runtime42.JSX.Element;
24
+ declare const ToastProvider: react11.FC<ToastPrimitives.ToastProviderProps>;
25
25
  //#endregion
26
26
  export { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps };
27
27
  //# sourceMappingURL=Toast.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.cts","names":[],"sources":["../../../src/components/Toast/Toast.tsx"],"mappings":";;;;;;UAKiB,UAAA,SAAmB,KAAA,CAAM,cAAA,QACjC,eAAA,CAAgB,IAAA;EAEvB,OAAA,GAAU,aAAA;EACV,OAAA;EACA,IAAA,GAAO,KAAA,CAAM,SAAA;AAAA;AAAA,cAGF,KAAA;EAAS,SAAA;EAAA,OAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAMnB,UAAA,KAAU,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,KAmBD,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAC9B,eAAA,CAAgB,QAAA;AAAA,cAGZ,aAAA;EAAiB,SAAA;EAAA,GAAA;AAAA,GAAyB,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAQ5D,aAAA,EAAa,MAAA,CAAA,EAAA,CAAA,eAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"Toast.d.cts","names":[],"sources":["../../../src/components/Toast/Toast.tsx"],"mappings":";;;;;;UAKiB,UAAA,SAAmB,KAAA,CAAM,cAAA,QACjC,eAAA,CAAgB,IAAA;EAEvB,OAAA,GAAU,aAAA;EACV,OAAA;EACA,IAAA,GAAO,KAAA,CAAM,SAAA;AAAA;AAAA,cAGF,KAAA;EAAS,SAAA;EAAA,OAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAMnB,UAAA,KAAU,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,KAmBD,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAC9B,eAAA,CAAgB,QAAA;AAAA,cAGZ,aAAA;EAAiB,SAAA;EAAA,GAAA;AAAA,GAAyB,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAQ5D,aAAA,EAAa,OAAA,CAAA,EAAA,CAAA,eAAA,CAAA,kBAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ToastVariants } from "./Toast.styles.mjs";
2
2
  import * as react11 from "react";
3
- import * as react_jsx_runtime42 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime41 from "react/jsx-runtime";
4
4
  import * as ToastPrimitives from "@radix-ui/react-toast";
5
5
 
6
6
  //#region src/components/Toast/Toast.d.ts
@@ -15,12 +15,12 @@ declare const Toast: ({
15
15
  message,
16
16
  icon,
17
17
  ...props
18
- }: ToastProps) => react_jsx_runtime42.JSX.Element;
18
+ }: ToastProps) => react_jsx_runtime41.JSX.Element;
19
19
  type ToastViewportProps = React.ComponentProps<typeof ToastPrimitives.Viewport>;
20
20
  declare const ToastViewport: ({
21
21
  className,
22
22
  ...props
23
- }: ToastViewportProps) => react_jsx_runtime42.JSX.Element;
23
+ }: ToastViewportProps) => react_jsx_runtime41.JSX.Element;
24
24
  declare const ToastProvider: react11.FC<ToastPrimitives.ToastProviderProps>;
25
25
  //#endregion
26
26
  export { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps };