@rango-dev/widget-embedded 0.20.1-next.2 → 0.20.1-next.21

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 (227) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +169 -1
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +514 -1088
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +12 -0
  9. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  10. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
  11. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
  12. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +654 -0
  13. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
  14. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
  15. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
  16. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +179 -0
  17. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  18. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +0 -2
  19. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
  20. package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
  21. package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
  22. package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
  23. package/dist/components/Layout/Layout.d.ts +2 -3
  24. package/dist/components/Layout/Layout.d.ts.map +1 -1
  25. package/dist/components/Layout/Layout.helpers.d.ts +2 -0
  26. package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
  27. package/dist/components/Layout/Layout.styles.d.ts +14 -4
  28. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  29. package/dist/components/Layout/Layout.types.d.ts +6 -3
  30. package/dist/components/Layout/Layout.types.d.ts.map +1 -1
  31. package/dist/components/Layout/PageContainer.d.ts +166 -0
  32. package/dist/components/Layout/PageContainer.d.ts.map +1 -0
  33. package/dist/components/Layout/ScrollableArea.d.ts +164 -0
  34. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
  35. package/dist/components/Layout/index.d.ts +2 -0
  36. package/dist/components/Layout/index.d.ts.map +1 -1
  37. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
  38. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  39. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +56 -0
  40. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  41. package/dist/components/NoResult/NoResult.styles.d.ts +12 -0
  42. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  43. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  44. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
  45. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  46. package/dist/components/Quote/Quote.d.ts.map +1 -1
  47. package/dist/components/Quote/Quote.styles.d.ts +386 -2
  48. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  49. package/dist/components/Quote/Quote.types.d.ts +19 -0
  50. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  51. package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
  52. package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
  53. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +806 -0
  54. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
  55. package/dist/components/Quote/QuoteSummary.d.ts.map +1 -1
  56. package/dist/components/Quote/QuoteSummary.styles.d.ts +8 -0
  57. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  58. package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
  59. package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
  60. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +16 -0
  61. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  62. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +40 -0
  63. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  64. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +20 -0
  65. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  66. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +16 -0
  67. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  68. package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
  69. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  70. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +11 -156
  71. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  72. package/dist/components/SettingsContainer/index.d.ts +1 -1
  73. package/dist/components/SettingsContainer/index.d.ts.map +1 -1
  74. package/dist/components/Slippage/Slippage.styles.d.ts +20 -0
  75. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  76. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  77. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  78. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
  79. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  80. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +523 -1
  81. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  82. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -1
  83. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +4 -0
  84. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  85. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
  86. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
  87. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
  88. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  89. package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
  90. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +20 -0
  91. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  92. package/dist/components/TokenList/TokenList.styles.d.ts +68 -0
  93. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  94. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
  95. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  96. package/dist/components/WidgetEvents.d.ts.map +1 -1
  97. package/dist/constants/index.d.ts +1 -0
  98. package/dist/constants/index.d.ts.map +1 -1
  99. package/dist/constants/quote.d.ts +12 -0
  100. package/dist/constants/quote.d.ts.map +1 -0
  101. package/dist/containers/App/App.d.ts.map +1 -1
  102. package/dist/containers/App/App.styles.d.ts +4 -0
  103. package/dist/containers/App/App.styles.d.ts.map +1 -1
  104. package/dist/containers/QuoteInfo/QuoteInfo.d.ts +1 -1
  105. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
  106. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -314
  107. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  108. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -7
  109. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
  110. package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
  111. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
  112. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -0
  113. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
  114. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
  115. package/dist/hooks/useLanguage.d.ts +2 -1
  116. package/dist/hooks/useLanguage.d.ts.map +1 -1
  117. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
  118. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  119. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  120. package/dist/index.d.ts +6 -6
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +2 -1
  123. package/dist/index.js.map +4 -4
  124. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  125. package/dist/pages/HistoryPage.d.ts.map +1 -1
  126. package/dist/pages/Home.d.ts.map +1 -1
  127. package/dist/pages/LanguagePage.d.ts.map +1 -1
  128. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
  129. package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
  130. package/dist/pages/SettingsPage.d.ts.map +1 -1
  131. package/dist/pages/ThemePage.d.ts.map +1 -1
  132. package/dist/pages/WalletsPage.d.ts.map +1 -1
  133. package/dist/store/AppStore.d.ts +2 -2
  134. package/dist/store/app.d.ts +2 -2
  135. package/dist/store/slices/data.d.ts.map +1 -1
  136. package/dist/store/slices/settings.d.ts +2 -2
  137. package/dist/store/slices/settings.d.ts.map +1 -1
  138. package/dist/types/config.d.ts +16 -3
  139. package/dist/types/config.d.ts.map +1 -1
  140. package/dist/types/notification.d.ts +1 -2
  141. package/dist/types/notification.d.ts.map +1 -1
  142. package/dist/utils/configs.d.ts +8 -0
  143. package/dist/utils/configs.d.ts.map +1 -1
  144. package/dist/utils/date.d.ts.map +1 -1
  145. package/dist/utils/quote.d.ts +5 -1
  146. package/dist/utils/quote.d.ts.map +1 -1
  147. package/dist/utils/settings.d.ts +1 -1
  148. package/dist/utils/swap.d.ts +5 -1
  149. package/dist/utils/swap.d.ts.map +1 -1
  150. package/dist/utils/ui.d.ts +2 -0
  151. package/dist/utils/ui.d.ts.map +1 -1
  152. package/package.json +6 -6
  153. package/src/components/BlockchainList/BlockchainList.styles.ts +4 -3
  154. package/src/components/BlockchainList/BlockchainList.tsx +1 -1
  155. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +27 -96
  156. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +25 -40
  157. package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +75 -0
  158. package/src/components/CustomCollapsible/CustomCollapsible.tsx +55 -0
  159. package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
  160. package/src/components/HeaderButtons/HeaderButtons.styles.ts +16 -1
  161. package/src/components/HeaderButtons/HeaderButtons.types.ts +0 -2
  162. package/src/components/HeaderButtons/HomeButtons.tsx +19 -33
  163. package/src/components/HeaderButtons/RefreshButton.tsx +81 -0
  164. package/src/components/Layout/Layout.helpers.ts +16 -0
  165. package/src/components/Layout/Layout.styles.ts +17 -31
  166. package/src/components/Layout/Layout.tsx +23 -21
  167. package/src/components/Layout/Layout.types.ts +9 -8
  168. package/src/components/Layout/PageContainer.tsx +24 -0
  169. package/src/components/Layout/ScrollableArea.tsx +11 -0
  170. package/src/components/Layout/index.ts +2 -0
  171. package/src/components/NotificationContent/NotificationContent.tsx +10 -1
  172. package/src/components/Quote/Quote.styles.ts +44 -5
  173. package/src/components/Quote/Quote.tsx +10 -77
  174. package/src/components/Quote/Quote.types.ts +22 -0
  175. package/src/components/Quote/QuoteCostDetails.styles.ts +50 -0
  176. package/src/components/Quote/QuoteCostDetails.tsx +218 -0
  177. package/src/components/Quote/QuoteSummary.tsx +3 -2
  178. package/src/components/Quote/QuoteTrigger .tsx +215 -0
  179. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +0 -1
  180. package/src/components/SettingsContainer/SettingsContainer.style.ts +0 -5
  181. package/src/components/SettingsContainer/index.ts +0 -1
  182. package/src/components/Slippage/Slippage.tsx +5 -5
  183. package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
  184. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -13
  185. package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
  186. package/src/components/SwapDetails/SwapDetails.styles.ts +18 -6
  187. package/src/components/SwapDetails/SwapDetails.tsx +13 -5
  188. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
  189. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
  190. package/src/components/SwapsGroup/SwapsGroup.tsx +18 -7
  191. package/src/components/TokenList/TokenList.styles.ts +2 -0
  192. package/src/components/TokenList/TokenList.tsx +1 -1
  193. package/src/components/WidgetEvents.tsx +2 -14
  194. package/src/constants/index.ts +1 -0
  195. package/src/constants/quote.ts +23 -0
  196. package/src/containers/App/App.styles.ts +2 -0
  197. package/src/containers/App/App.tsx +1 -4
  198. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -15
  199. package/src/containers/QuoteInfo/QuoteInfo.tsx +30 -77
  200. package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -7
  201. package/src/containers/Wallets/Wallets.tsx +11 -2
  202. package/src/containers/WidgetInfo/WidgetInfo.tsx +8 -0
  203. package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -0
  204. package/src/containers/WidgetProvider/WidgetProvider.tsx +2 -1
  205. package/src/hooks/useLanguage.ts +6 -4
  206. package/src/hooks/useSwapInput.ts +6 -2
  207. package/src/hooks/useSyncStoresWithConfig.ts +17 -34
  208. package/src/index.ts +4 -2
  209. package/src/pages/ConfirmSwapPage.tsx +59 -50
  210. package/src/pages/HistoryPage.tsx +4 -11
  211. package/src/pages/Home.tsx +40 -38
  212. package/src/pages/LanguagePage.tsx +3 -4
  213. package/src/pages/LiquiditySourcePage.tsx +8 -6
  214. package/src/pages/SelectBlockchainPage.tsx +41 -41
  215. package/src/pages/SelectSwapItemsPage.tsx +45 -39
  216. package/src/pages/SettingsPage.tsx +3 -4
  217. package/src/pages/ThemePage.tsx +3 -4
  218. package/src/pages/WalletsPage.tsx +12 -13
  219. package/src/store/slices/data.ts +5 -7
  220. package/src/store/slices/settings.ts +3 -3
  221. package/src/types/config.ts +16 -3
  222. package/src/types/notification.ts +0 -7
  223. package/src/utils/configs.ts +41 -0
  224. package/src/utils/date.ts +5 -4
  225. package/src/utils/quote.ts +18 -1
  226. package/src/utils/swap.ts +35 -0
  227. package/src/utils/ui.ts +20 -0
@@ -0,0 +1,654 @@
1
+ /// <reference types="react" />
2
+ import * as Collapsible from '@radix-ui/react-collapsible';
3
+ export declare const EXPANDABLE_TRANSITION_DURATION = 300;
4
+ export declare const CollapsibleRoot: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
5
+ selected?: boolean | "true" | undefined;
6
+ }, {
7
+ xs: string;
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ xs: string;
13
+ sm: string;
14
+ md: string;
15
+ lg: string;
16
+ }, {
17
+ colors: {
18
+ primary: string;
19
+ primary500: string;
20
+ primary600: string;
21
+ secondary: string;
22
+ secondary100: string;
23
+ secondary200: string;
24
+ secondary300: string;
25
+ secondary400: string;
26
+ secondary500: string;
27
+ secondary600: string;
28
+ secondary700: string;
29
+ secondary800: string;
30
+ secondary900: string;
31
+ neutral: string;
32
+ neutral100: string;
33
+ neutral200: string;
34
+ neutral300: string;
35
+ neutral400: string;
36
+ neutral500: string;
37
+ neutral600: string;
38
+ neutral700: string;
39
+ neutral800: string;
40
+ neutral900: string;
41
+ error100: string;
42
+ error300: string;
43
+ error500: string;
44
+ error600: string;
45
+ error700: string;
46
+ warning100: string;
47
+ warning300: string;
48
+ warning500: string;
49
+ warning600: string;
50
+ warning700: string;
51
+ info: string;
52
+ info100: string;
53
+ info300: string;
54
+ info500: string;
55
+ info600: string;
56
+ info700: string;
57
+ success100: string;
58
+ success300: string;
59
+ success500: string;
60
+ success600: string;
61
+ success700: string;
62
+ background: string;
63
+ foreground: string;
64
+ };
65
+ space: {
66
+ 0: string;
67
+ 5: string;
68
+ 10: string;
69
+ 15: string;
70
+ 20: string;
71
+ 25: string;
72
+ 30: string;
73
+ 40: string;
74
+ 46: string;
75
+ 50: string;
76
+ 60: string;
77
+ 70: string;
78
+ 80: string;
79
+ 90: string;
80
+ 100: string;
81
+ 2: string;
82
+ 4: string;
83
+ 6: string;
84
+ 8: string;
85
+ 12: string;
86
+ 16: string;
87
+ 24: string;
88
+ 28: string;
89
+ 32: string;
90
+ };
91
+ radii: {
92
+ xs: string;
93
+ sm: string;
94
+ xm: string;
95
+ md: string;
96
+ xl: string;
97
+ lg: string;
98
+ primary: string;
99
+ secondary: string;
100
+ };
101
+ fontSizes: {
102
+ 10: string;
103
+ 12: string;
104
+ 14: string;
105
+ 16: string;
106
+ 18: string;
107
+ 20: string;
108
+ 22: string;
109
+ 24: string;
110
+ 28: string;
111
+ 32: string;
112
+ 36: string;
113
+ 40: string;
114
+ 48: string;
115
+ };
116
+ fonts: {
117
+ primary: string;
118
+ widget: string;
119
+ };
120
+ fontWeights: {
121
+ regular: number;
122
+ medium: number;
123
+ semiBold: number;
124
+ bold: number;
125
+ };
126
+ lineHeights: {
127
+ 12: string;
128
+ 16: string;
129
+ 20: string;
130
+ 24: string;
131
+ 26: string;
132
+ 28: string;
133
+ 30: string;
134
+ 36: string;
135
+ 40: string;
136
+ 44: string;
137
+ 52: string;
138
+ 64: string;
139
+ };
140
+ letterSpacings: {};
141
+ sizes: {
142
+ 4: string;
143
+ 6: string;
144
+ 8: string;
145
+ 10: string;
146
+ 12: string;
147
+ 16: string;
148
+ 18: string;
149
+ 20: string;
150
+ 24: string;
151
+ 28: string;
152
+ 30: string;
153
+ 32: string;
154
+ 36: string;
155
+ 40: string;
156
+ 45: string;
157
+ 48: string;
158
+ };
159
+ borderWidths: {};
160
+ borderStyles: {};
161
+ shadows: {
162
+ s: string;
163
+ };
164
+ zIndices: {};
165
+ transitions: {};
166
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
167
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
168
+ xs: string;
169
+ sm: string;
170
+ md: string;
171
+ lg: string;
172
+ }, import("@stitches/react/types/css-util").CSS<{
173
+ xs: string;
174
+ sm: string;
175
+ md: string;
176
+ lg: string;
177
+ }, {
178
+ colors: {
179
+ primary: string;
180
+ primary500: string;
181
+ primary600: string;
182
+ secondary: string;
183
+ secondary100: string;
184
+ secondary200: string;
185
+ secondary300: string;
186
+ secondary400: string;
187
+ secondary500: string;
188
+ secondary600: string;
189
+ secondary700: string;
190
+ secondary800: string;
191
+ secondary900: string;
192
+ neutral: string;
193
+ neutral100: string;
194
+ neutral200: string;
195
+ neutral300: string;
196
+ neutral400: string;
197
+ neutral500: string;
198
+ neutral600: string;
199
+ neutral700: string;
200
+ neutral800: string;
201
+ neutral900: string;
202
+ error100: string;
203
+ error300: string;
204
+ error500: string;
205
+ error600: string;
206
+ error700: string;
207
+ warning100: string;
208
+ warning300: string;
209
+ warning500: string;
210
+ warning600: string;
211
+ warning700: string;
212
+ info: string;
213
+ info100: string;
214
+ info300: string;
215
+ info500: string;
216
+ info600: string;
217
+ info700: string;
218
+ success100: string;
219
+ success300: string;
220
+ success500: string;
221
+ success600: string;
222
+ success700: string;
223
+ background: string;
224
+ foreground: string;
225
+ };
226
+ space: {
227
+ 0: string;
228
+ 5: string;
229
+ 10: string;
230
+ 15: string;
231
+ 20: string;
232
+ 25: string;
233
+ 30: string;
234
+ 40: string;
235
+ 46: string;
236
+ 50: string;
237
+ 60: string;
238
+ 70: string;
239
+ 80: string;
240
+ 90: string;
241
+ 100: string;
242
+ 2: string;
243
+ 4: string;
244
+ 6: string;
245
+ 8: string;
246
+ 12: string;
247
+ 16: string;
248
+ 24: string;
249
+ 28: string;
250
+ 32: string;
251
+ };
252
+ radii: {
253
+ xs: string;
254
+ sm: string;
255
+ xm: string;
256
+ md: string;
257
+ xl: string;
258
+ lg: string;
259
+ primary: string;
260
+ secondary: string;
261
+ };
262
+ fontSizes: {
263
+ 10: string;
264
+ 12: string;
265
+ 14: string;
266
+ 16: string;
267
+ 18: string;
268
+ 20: string;
269
+ 22: string;
270
+ 24: string;
271
+ 28: string;
272
+ 32: string;
273
+ 36: string;
274
+ 40: string;
275
+ 48: string;
276
+ };
277
+ fonts: {
278
+ primary: string;
279
+ widget: string;
280
+ };
281
+ fontWeights: {
282
+ regular: number;
283
+ medium: number;
284
+ semiBold: number;
285
+ bold: number;
286
+ };
287
+ lineHeights: {
288
+ 12: string;
289
+ 16: string;
290
+ 20: string;
291
+ 24: string;
292
+ 26: string;
293
+ 28: string;
294
+ 30: string;
295
+ 36: string;
296
+ 40: string;
297
+ 44: string;
298
+ 52: string;
299
+ 64: string;
300
+ };
301
+ letterSpacings: {};
302
+ sizes: {
303
+ 4: string;
304
+ 6: string;
305
+ 8: string;
306
+ 10: string;
307
+ 12: string;
308
+ 16: string;
309
+ 18: string;
310
+ 20: string;
311
+ 24: string;
312
+ 28: string;
313
+ 30: string;
314
+ 32: string;
315
+ 36: string;
316
+ 40: string;
317
+ 45: string;
318
+ 48: string;
319
+ };
320
+ borderWidths: {};
321
+ borderStyles: {};
322
+ shadows: {
323
+ s: string;
324
+ };
325
+ zIndices: {};
326
+ transitions: {};
327
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
328
+ export declare const CollapsibleContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
329
+ open?: boolean | "true" | "false" | undefined;
330
+ }, {
331
+ xs: string;
332
+ sm: string;
333
+ md: string;
334
+ lg: string;
335
+ }, import("@stitches/react/types/css-util").CSS<{
336
+ xs: string;
337
+ sm: string;
338
+ md: string;
339
+ lg: string;
340
+ }, {
341
+ colors: {
342
+ primary: string;
343
+ primary500: string;
344
+ primary600: string;
345
+ secondary: string;
346
+ secondary100: string;
347
+ secondary200: string;
348
+ secondary300: string;
349
+ secondary400: string;
350
+ secondary500: string;
351
+ secondary600: string;
352
+ secondary700: string;
353
+ secondary800: string;
354
+ secondary900: string;
355
+ neutral: string;
356
+ neutral100: string;
357
+ neutral200: string;
358
+ neutral300: string;
359
+ neutral400: string;
360
+ neutral500: string;
361
+ neutral600: string;
362
+ neutral700: string;
363
+ neutral800: string;
364
+ neutral900: string;
365
+ error100: string;
366
+ error300: string;
367
+ error500: string;
368
+ error600: string;
369
+ error700: string;
370
+ warning100: string;
371
+ warning300: string;
372
+ warning500: string;
373
+ warning600: string;
374
+ warning700: string;
375
+ info: string;
376
+ info100: string;
377
+ info300: string;
378
+ info500: string;
379
+ info600: string;
380
+ info700: string;
381
+ success100: string;
382
+ success300: string;
383
+ success500: string;
384
+ success600: string;
385
+ success700: string;
386
+ background: string;
387
+ foreground: string;
388
+ };
389
+ space: {
390
+ 0: string;
391
+ 5: string;
392
+ 10: string;
393
+ 15: string;
394
+ 20: string;
395
+ 25: string;
396
+ 30: string;
397
+ 40: string;
398
+ 46: string;
399
+ 50: string;
400
+ 60: string;
401
+ 70: string;
402
+ 80: string;
403
+ 90: string;
404
+ 100: string;
405
+ 2: string;
406
+ 4: string;
407
+ 6: string;
408
+ 8: string;
409
+ 12: string;
410
+ 16: string;
411
+ 24: string;
412
+ 28: string;
413
+ 32: string;
414
+ };
415
+ radii: {
416
+ xs: string;
417
+ sm: string;
418
+ xm: string;
419
+ md: string;
420
+ xl: string;
421
+ lg: string;
422
+ primary: string;
423
+ secondary: string;
424
+ };
425
+ fontSizes: {
426
+ 10: string;
427
+ 12: string;
428
+ 14: string;
429
+ 16: string;
430
+ 18: string;
431
+ 20: string;
432
+ 22: string;
433
+ 24: string;
434
+ 28: string;
435
+ 32: string;
436
+ 36: string;
437
+ 40: string;
438
+ 48: string;
439
+ };
440
+ fonts: {
441
+ primary: string;
442
+ widget: string;
443
+ };
444
+ fontWeights: {
445
+ regular: number;
446
+ medium: number;
447
+ semiBold: number;
448
+ bold: number;
449
+ };
450
+ lineHeights: {
451
+ 12: string;
452
+ 16: string;
453
+ 20: string;
454
+ 24: string;
455
+ 26: string;
456
+ 28: string;
457
+ 30: string;
458
+ 36: string;
459
+ 40: string;
460
+ 44: string;
461
+ 52: string;
462
+ 64: string;
463
+ };
464
+ letterSpacings: {};
465
+ sizes: {
466
+ 4: string;
467
+ 6: string;
468
+ 8: string;
469
+ 10: string;
470
+ 12: string;
471
+ 16: string;
472
+ 18: string;
473
+ 20: string;
474
+ 24: string;
475
+ 28: string;
476
+ 30: string;
477
+ 32: string;
478
+ 36: string;
479
+ 40: string;
480
+ 45: string;
481
+ 48: string;
482
+ };
483
+ borderWidths: {};
484
+ borderStyles: {};
485
+ shadows: {
486
+ s: string;
487
+ };
488
+ zIndices: {};
489
+ transitions: {};
490
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
491
+ export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
492
+ orientation?: "down" | "up" | undefined;
493
+ }, {
494
+ xs: string;
495
+ sm: string;
496
+ md: string;
497
+ lg: string;
498
+ }, import("@stitches/react/types/css-util").CSS<{
499
+ xs: string;
500
+ sm: string;
501
+ md: string;
502
+ lg: string;
503
+ }, {
504
+ colors: {
505
+ primary: string;
506
+ primary500: string;
507
+ primary600: string;
508
+ secondary: string;
509
+ secondary100: string;
510
+ secondary200: string;
511
+ secondary300: string;
512
+ secondary400: string;
513
+ secondary500: string;
514
+ secondary600: string;
515
+ secondary700: string;
516
+ secondary800: string;
517
+ secondary900: string;
518
+ neutral: string;
519
+ neutral100: string;
520
+ neutral200: string;
521
+ neutral300: string;
522
+ neutral400: string;
523
+ neutral500: string;
524
+ neutral600: string;
525
+ neutral700: string;
526
+ neutral800: string;
527
+ neutral900: string;
528
+ error100: string;
529
+ error300: string;
530
+ error500: string;
531
+ error600: string;
532
+ error700: string;
533
+ warning100: string;
534
+ warning300: string;
535
+ warning500: string;
536
+ warning600: string;
537
+ warning700: string;
538
+ info: string;
539
+ info100: string;
540
+ info300: string;
541
+ info500: string;
542
+ info600: string;
543
+ info700: string;
544
+ success100: string;
545
+ success300: string;
546
+ success500: string;
547
+ success600: string;
548
+ success700: string;
549
+ background: string;
550
+ foreground: string;
551
+ };
552
+ space: {
553
+ 0: string;
554
+ 5: string;
555
+ 10: string;
556
+ 15: string;
557
+ 20: string;
558
+ 25: string;
559
+ 30: string;
560
+ 40: string;
561
+ 46: string;
562
+ 50: string;
563
+ 60: string;
564
+ 70: string;
565
+ 80: string;
566
+ 90: string;
567
+ 100: string;
568
+ 2: string;
569
+ 4: string;
570
+ 6: string;
571
+ 8: string;
572
+ 12: string;
573
+ 16: string;
574
+ 24: string;
575
+ 28: string;
576
+ 32: string;
577
+ };
578
+ radii: {
579
+ xs: string;
580
+ sm: string;
581
+ xm: string;
582
+ md: string;
583
+ xl: string;
584
+ lg: string;
585
+ primary: string;
586
+ secondary: string;
587
+ };
588
+ fontSizes: {
589
+ 10: string;
590
+ 12: string;
591
+ 14: string;
592
+ 16: string;
593
+ 18: string;
594
+ 20: string;
595
+ 22: string;
596
+ 24: string;
597
+ 28: string;
598
+ 32: string;
599
+ 36: string;
600
+ 40: string;
601
+ 48: string;
602
+ };
603
+ fonts: {
604
+ primary: string;
605
+ widget: string;
606
+ };
607
+ fontWeights: {
608
+ regular: number;
609
+ medium: number;
610
+ semiBold: number;
611
+ bold: number;
612
+ };
613
+ lineHeights: {
614
+ 12: string;
615
+ 16: string;
616
+ 20: string;
617
+ 24: string;
618
+ 26: string;
619
+ 28: string;
620
+ 30: string;
621
+ 36: string;
622
+ 40: string;
623
+ 44: string;
624
+ 52: string;
625
+ 64: string;
626
+ };
627
+ letterSpacings: {};
628
+ sizes: {
629
+ 4: string;
630
+ 6: string;
631
+ 8: string;
632
+ 10: string;
633
+ 12: string;
634
+ 16: string;
635
+ 18: string;
636
+ 20: string;
637
+ 24: string;
638
+ 28: string;
639
+ 30: string;
640
+ 32: string;
641
+ 36: string;
642
+ 40: string;
643
+ 45: string;
644
+ 48: string;
645
+ };
646
+ borderWidths: {};
647
+ borderStyles: {};
648
+ shadows: {
649
+ s: string;
650
+ };
651
+ zIndices: {};
652
+ transitions: {};
653
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
654
+ //# sourceMappingURL=CustomCollapsible.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomCollapsible.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAG3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAW1B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQlB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcvB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PropTypes = {
3
+ open: boolean;
4
+ hasSelected?: boolean;
5
+ onOpenChange?: (checked: boolean) => void;
6
+ onClickTrigger: () => void;
7
+ trigger: ReactNode;
8
+ triggerAnchor: 'top' | 'bottom';
9
+ };
10
+ //# sourceMappingURL=CustomCollapsible.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomCollapsible.types.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,OAAO,EAAE,SAAS,CAAC;IACnB,aAAa,EAAE,KAAK,GAAG,QAAQ,CAAC;CACjC,CAAC"}