@okam/stack-ui 1.25.3 → 1.25.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (960) hide show
  1. package/components/Accordion/components/AccordionItem.d.ts +3 -0
  2. package/components/Accordion/components/AriaAccordionItem.d.ts +3 -0
  3. package/components/Accordion/hooks/useAccordionState.d.ts +10 -0
  4. package/components/Accordion/index.d.ts +3 -0
  5. package/components/Accordion/interface.d.ts +24 -0
  6. package/components/Alerts/components/AlertsCloseButton.d.ts +4 -0
  7. package/components/Alerts/components/AlertsItem.d.ts +3 -0
  8. package/components/Alerts/components/AlertsNavigationButton.d.ts +8 -0
  9. package/components/Alerts/components/AlertsSwiper.d.ts +3 -0
  10. package/components/Alerts/components/pagination/AlertsPagination.d.ts +3 -0
  11. package/components/Alerts/components/pagination/AlertsPaginationBullet.d.ts +3 -0
  12. package/components/Alerts/index.d.ts +3 -0
  13. package/components/Alerts/interface.d.ts +41 -0
  14. package/components/Box/index.d.ts +5 -0
  15. package/components/Box/interface.d.ts +11 -0
  16. package/components/Button/index.d.ts +6 -0
  17. package/components/Button/interface.d.ts +20 -0
  18. package/components/Calendar/RangeCalendar.d.ts +3 -0
  19. package/components/Calendar/components/CalendarCell.d.ts +3 -0
  20. package/components/Calendar/components/CalendarGrid.d.ts +3 -0
  21. package/components/Calendar/index.d.ts +3 -0
  22. package/components/Calendar/interface.d.ts +32 -0
  23. package/components/Carousel/index.d.ts +3 -0
  24. package/components/Carousel/interface.d.ts +24 -0
  25. package/components/Date/index.d.ts +3 -0
  26. package/components/Date/interface.d.ts +6 -0
  27. package/components/Dialog/index.d.ts +2 -0
  28. package/components/Dialog/interface.d.ts +6 -0
  29. package/components/DirectusImg/index.d.ts +3 -0
  30. package/components/DirectusImg/interface.d.ts +18 -0
  31. package/components/Icon/index.d.ts +3 -0
  32. package/components/Icon/interface.d.ts +7 -0
  33. package/components/Img/index.d.ts +3 -0
  34. package/components/Img/interface.d.ts +6 -0
  35. package/components/Lightbox/index.d.ts +3 -0
  36. package/components/Lightbox/interface.d.ts +25 -0
  37. package/components/Menu/Menu.d.ts +3 -0
  38. package/components/Menu/MenuSidePanel.d.ts +3 -0
  39. package/components/Menu/components/InnerContent.d.ts +3 -0
  40. package/components/Menu/components/MenuItems.d.ts +3 -0
  41. package/components/Menu/components/TabContainer.d.ts +3 -0
  42. package/components/Menu/interface.d.ts +31 -0
  43. package/components/Modal/components/ModalDialog.d.ts +3 -0
  44. package/components/Modal/components/ModalOverlay.d.ts +3 -0
  45. package/components/Modal/index.d.ts +3 -0
  46. package/components/Modal/interface.d.ts +17 -0
  47. package/components/Popover/index.d.ts +3 -0
  48. package/components/Popover/interface.d.ts +21 -0
  49. package/components/ShareButton/index.d.ts +4 -0
  50. package/components/ShareButton/interface.d.ts +26 -0
  51. package/components/ShareButton/utils/generateUtmTags.d.ts +2 -0
  52. package/components/ShareButton/utils/useFacebookShareUrl.d.ts +2 -0
  53. package/components/ShareButton/utils/useMailToShareUrl.d.ts +2 -0
  54. package/components/ShareButton/utils/useTwitterShareUrl.d.ts +2 -0
  55. package/components/ShareButton/utils/useWindow.d.ts +5 -0
  56. package/components/SidePanel/index.d.ts +4 -0
  57. package/components/SidePanel/interface.d.ts +12 -0
  58. package/components/TabList/components/TabPanel/TabPanel.d.ts +4 -0
  59. package/components/TabList/interface.d.ts +18 -0
  60. package/components/Typography/index.d.ts +5 -0
  61. package/components/Typography/interface.d.ts +10 -0
  62. package/components/WysiwygBlock/index.d.ts +3 -0
  63. package/components/WysiwygBlock/interface.d.ts +5 -0
  64. package/components/fields/Checkbox/Checkbox.interface.d.ts +18 -0
  65. package/components/fields/Checkbox/index.d.ts +3 -0
  66. package/components/fields/CheckboxGroup/components/CheckboxGroupItem/index.d.ts +3 -0
  67. package/components/fields/CheckboxGroup/index.d.ts +3 -0
  68. package/components/fields/CheckboxGroup/interface.d.ts +13 -0
  69. package/components/fields/DatePicker/DateRangePicker.d.ts +3 -0
  70. package/components/fields/DatePicker/components/CalendarPopover.d.ts +2 -0
  71. package/components/fields/DatePicker/components/DateField.d.ts +4 -0
  72. package/components/fields/DatePicker/index.d.ts +3 -0
  73. package/components/fields/DatePicker/interface.d.ts +37 -0
  74. package/components/fields/Radio/Radio.interface.d.ts +26 -0
  75. package/components/fields/Radio/index.d.ts +4 -0
  76. package/components/fields/RadioGroup/index.d.ts +3 -0
  77. package/components/fields/RadioGroup/interface.d.ts +9 -0
  78. package/components/fields/SearchField/index.d.ts +3 -0
  79. package/components/fields/SearchField/interface.d.ts +9 -0
  80. package/components/fields/Select/Select.d.ts +4 -0
  81. package/components/fields/Select/Select.interface.d.ts +26 -0
  82. package/components/fields/Select/components/Listbox.d.ts +4 -0
  83. package/components/fields/Select/components/Listbox.interface.d.ts +12 -0
  84. package/components/fields/Select/components/Popover.d.ts +3 -0
  85. package/components/fields/Select/components/Popover.interface.d.ts +13 -0
  86. package/components/fields/SelectItem/SelectItem.d.ts +3 -0
  87. package/components/fields/SelectItem/SelectItem.interface.d.ts +5 -0
  88. package/components/fields/TextArea/index.d.ts +4 -0
  89. package/components/fields/TextInputField/index.d.ts +4 -0
  90. package/components/fields/TextInputField/interface.d.ts +24 -0
  91. package/components/icons/ArrowDown.d.ts +3 -0
  92. package/components/icons/ArrowLeft.d.ts +3 -0
  93. package/components/icons/ArrowRight.d.ts +3 -0
  94. package/components/icons/Check.d.ts +3 -0
  95. package/components/icons/ChevronLeft.d.ts +3 -0
  96. package/components/icons/ChevronRight.d.ts +3 -0
  97. package/components/icons/CloseBtn.d.ts +3 -0
  98. package/components/icons/Facebook.d.ts +3 -0
  99. package/components/icons/FacebookColored.d.ts +3 -0
  100. package/components/icons/FacebookRounded.d.ts +3 -0
  101. package/components/icons/Globe.d.ts +3 -0
  102. package/components/icons/IconFallback.d.ts +3 -0
  103. package/components/icons/Instagram.d.ts +3 -0
  104. package/components/icons/InstagramColored.d.ts +3 -0
  105. package/components/icons/Link.d.ts +3 -0
  106. package/components/icons/LinkedIn.d.ts +3 -0
  107. package/components/icons/Mail.d.ts +3 -0
  108. package/components/icons/Plus.d.ts +3 -0
  109. package/components/icons/Search.d.ts +3 -0
  110. package/components/icons/Share.d.ts +3 -0
  111. package/components/icons/Twitter.d.ts +3 -0
  112. package/components/icons/TwitterColored.d.ts +3 -0
  113. package/components/icons/Upload.d.ts +3 -0
  114. package/components/icons/X.d.ts +3 -0
  115. package/components/icons/YouTube.d.ts +3 -0
  116. package/components/icons/YouTubeColored.d.ts +3 -0
  117. package/components/icons/index.d.ts +24 -0
  118. package/index.d.ts +57 -0
  119. package/index.js +1 -0
  120. package/index.mjs +167 -0
  121. package/index10.js +2 -0
  122. package/index10.mjs +92 -0
  123. package/index100.js +1 -0
  124. package/index100.mjs +67 -0
  125. package/index101.js +1 -0
  126. package/index101.mjs +144 -0
  127. package/index102.js +1 -0
  128. package/index102.mjs +122 -0
  129. package/index103.js +1 -0
  130. package/index103.mjs +220 -0
  131. package/index104.js +1 -0
  132. package/index104.mjs +177 -0
  133. package/index105.js +1 -0
  134. package/index105.mjs +129 -0
  135. package/index106.js +1 -0
  136. package/index106.mjs +243 -0
  137. package/index107.js +1 -0
  138. package/index107.mjs +6 -0
  139. package/index108.js +1 -0
  140. package/index108.mjs +13 -0
  141. package/index109.js +1 -0
  142. package/index109.mjs +16 -0
  143. package/index11.js +2 -0
  144. package/index11.mjs +75 -0
  145. package/index110.js +1 -0
  146. package/index110.mjs +25 -0
  147. package/index111.js +1 -0
  148. package/index111.mjs +25 -0
  149. package/index112.js +1 -0
  150. package/index112.mjs +41 -0
  151. package/index113.js +2 -0
  152. package/index113.mjs +15 -0
  153. package/index114.js +1 -0
  154. package/index114.mjs +10 -0
  155. package/index115.js +1 -0
  156. package/index115.mjs +24 -0
  157. package/index116.js +1 -0
  158. package/index116.mjs +41 -0
  159. package/index117.js +1 -0
  160. package/index117.mjs +52 -0
  161. package/index118.js +1 -0
  162. package/index118.mjs +43 -0
  163. package/index119.js +1 -0
  164. package/index119.mjs +16 -0
  165. package/index12.js +1 -0
  166. package/index12.mjs +19 -0
  167. package/index120.js +1 -0
  168. package/index120.mjs +28 -0
  169. package/index121.js +1 -0
  170. package/index121.mjs +22 -0
  171. package/index122.js +1 -0
  172. package/index122.mjs +11 -0
  173. package/index123.js +1 -0
  174. package/index123.mjs +32 -0
  175. package/index124.js +1 -0
  176. package/index124.mjs +17 -0
  177. package/index125.js +1 -0
  178. package/index125.mjs +19 -0
  179. package/index126.js +1 -0
  180. package/index126.mjs +7 -0
  181. package/index127.js +1 -0
  182. package/index127.mjs +23 -0
  183. package/index128.js +1 -0
  184. package/index128.mjs +13 -0
  185. package/index129.js +1 -0
  186. package/index129.mjs +106 -0
  187. package/index13.js +2 -0
  188. package/index13.mjs +22 -0
  189. package/index130.js +1 -0
  190. package/index130.mjs +44 -0
  191. package/index131.js +2 -0
  192. package/index131.mjs +24 -0
  193. package/index132.js +1 -0
  194. package/index132.mjs +14 -0
  195. package/index133.js +1 -0
  196. package/index133.mjs +53 -0
  197. package/index134.js +1 -0
  198. package/index134.mjs +29 -0
  199. package/index135.js +1 -0
  200. package/index135.mjs +27 -0
  201. package/index136.js +1 -0
  202. package/index136.mjs +48 -0
  203. package/index137.js +2 -0
  204. package/index137.mjs +14 -0
  205. package/index14.js +2 -0
  206. package/index14.mjs +21 -0
  207. package/index140.js +1 -0
  208. package/index140.mjs +44 -0
  209. package/index141.js +1 -0
  210. package/index141.mjs +31 -0
  211. package/index142.js +1 -0
  212. package/index142.mjs +23 -0
  213. package/index143.js +1 -0
  214. package/index143.mjs +202 -0
  215. package/index144.js +1 -0
  216. package/index144.mjs +193 -0
  217. package/index145.js +1 -0
  218. package/index145.mjs +72 -0
  219. package/index146.js +1 -0
  220. package/index146.mjs +261 -0
  221. package/index147.js +1 -0
  222. package/index147.mjs +100 -0
  223. package/index148.js +1 -0
  224. package/index148.mjs +87 -0
  225. package/index149.js +1 -0
  226. package/index149.mjs +61 -0
  227. package/index15.js +2 -0
  228. package/index15.mjs +88 -0
  229. package/index150.js +1 -0
  230. package/index150.mjs +119 -0
  231. package/index151.js +1 -0
  232. package/index151.mjs +125 -0
  233. package/index152.js +1 -0
  234. package/index152.mjs +75 -0
  235. package/index153.js +1 -0
  236. package/index153.mjs +113 -0
  237. package/index154.js +1 -0
  238. package/index154.mjs +55 -0
  239. package/index155.js +1 -0
  240. package/index155.mjs +96 -0
  241. package/index156.js +1 -0
  242. package/index156.mjs +73 -0
  243. package/index157.js +1 -0
  244. package/index157.mjs +59 -0
  245. package/index158.js +1 -0
  246. package/index158.mjs +102 -0
  247. package/index159.js +5 -0
  248. package/index159.mjs +83 -0
  249. package/index16.js +2 -0
  250. package/index16.mjs +35 -0
  251. package/index160.js +1 -0
  252. package/index160.mjs +2014 -0
  253. package/index161.js +1 -0
  254. package/index161.mjs +62 -0
  255. package/index162.js +1 -0
  256. package/index162.mjs +191 -0
  257. package/index163.js +1 -0
  258. package/index163.mjs +8 -0
  259. package/index164.js +4 -0
  260. package/index164.mjs +249 -0
  261. package/index165.js +1 -0
  262. package/index165.mjs +33 -0
  263. package/index166.js +1 -0
  264. package/index166.mjs +64 -0
  265. package/index167.js +1 -0
  266. package/index167.mjs +97 -0
  267. package/index168.js +1 -0
  268. package/index168.mjs +34 -0
  269. package/index169.js +1 -0
  270. package/index169.mjs +133 -0
  271. package/index17.js +2 -0
  272. package/index17.mjs +37 -0
  273. package/index170.js +1 -0
  274. package/index170.mjs +182 -0
  275. package/index171.js +1 -0
  276. package/index171.mjs +12 -0
  277. package/index172.js +1 -0
  278. package/index172.mjs +6 -0
  279. package/index173.js +1 -0
  280. package/index173.mjs +39 -0
  281. package/index174.js +1 -0
  282. package/index174.mjs +8 -0
  283. package/index175.js +1 -0
  284. package/index175.mjs +32 -0
  285. package/index176.js +1 -0
  286. package/index176.mjs +9 -0
  287. package/index177.js +1 -0
  288. package/index177.mjs +124 -0
  289. package/index178.js +1 -0
  290. package/index178.mjs +30 -0
  291. package/index179.js +1 -0
  292. package/index179.mjs +127 -0
  293. package/index18.js +2 -0
  294. package/index18.mjs +35 -0
  295. package/index180.js +1 -0
  296. package/index180.mjs +137 -0
  297. package/index181.js +1 -0
  298. package/index181.mjs +17 -0
  299. package/index182.js +1 -0
  300. package/index182.mjs +98 -0
  301. package/index183.js +1 -0
  302. package/index183.mjs +109 -0
  303. package/index184.js +1 -0
  304. package/index184.mjs +8 -0
  305. package/index185.js +1 -0
  306. package/index185.mjs +6 -0
  307. package/index186.js +1 -0
  308. package/index186.mjs +128 -0
  309. package/index187.js +1 -0
  310. package/index187.mjs +32 -0
  311. package/index188.js +1 -0
  312. package/index188.mjs +54 -0
  313. package/index189.js +1 -0
  314. package/index189.mjs +47 -0
  315. package/index19.js +2 -0
  316. package/index19.mjs +38 -0
  317. package/index190.js +1 -0
  318. package/index190.mjs +40 -0
  319. package/index191.js +1 -0
  320. package/index191.mjs +116 -0
  321. package/index192.js +1 -0
  322. package/index192.mjs +80 -0
  323. package/index193.js +1 -0
  324. package/index193.mjs +104 -0
  325. package/index194.js +1 -0
  326. package/index194.mjs +100 -0
  327. package/index195.js +1 -0
  328. package/index195.mjs +4 -0
  329. package/index196.js +1 -0
  330. package/index196.mjs +8 -0
  331. package/index197.js +1 -0
  332. package/index197.mjs +67 -0
  333. package/index198.js +1 -0
  334. package/index198.mjs +29 -0
  335. package/index199.js +1 -0
  336. package/index199.mjs +57 -0
  337. package/index2.js +2 -0
  338. package/index2.mjs +149 -0
  339. package/index20.js +2 -0
  340. package/index20.mjs +73 -0
  341. package/index200.js +1 -0
  342. package/index200.mjs +158 -0
  343. package/index201.js +1 -0
  344. package/index201.mjs +25 -0
  345. package/index202.js +1 -0
  346. package/index202.mjs +22 -0
  347. package/index203.js +1 -0
  348. package/index203.mjs +42 -0
  349. package/index204.js +1 -0
  350. package/index204.mjs +85 -0
  351. package/index205.js +1 -0
  352. package/index205.mjs +33 -0
  353. package/index206.js +1 -0
  354. package/index206.mjs +24 -0
  355. package/index207.js +1 -0
  356. package/index207.mjs +63 -0
  357. package/index208.js +1 -0
  358. package/index208.mjs +4 -0
  359. package/index209.js +11 -0
  360. package/index209.mjs +118 -0
  361. package/index21.js +2 -0
  362. package/index21.mjs +70 -0
  363. package/index210.js +1 -0
  364. package/index210.mjs +4 -0
  365. package/index211.js +1 -0
  366. package/index211.mjs +8 -0
  367. package/index212.js +1 -0
  368. package/index212.mjs +4 -0
  369. package/index213.js +1 -0
  370. package/index213.mjs +55 -0
  371. package/index214.js +1 -0
  372. package/index214.mjs +23 -0
  373. package/index215.js +1 -0
  374. package/index215.mjs +26 -0
  375. package/index216.js +1 -0
  376. package/index216.mjs +29 -0
  377. package/index217.js +1 -0
  378. package/index217.mjs +49 -0
  379. package/index218.js +1 -0
  380. package/index218.mjs +4 -0
  381. package/index219.js +1 -0
  382. package/index219.mjs +23 -0
  383. package/index22.js +2 -0
  384. package/index22.mjs +56 -0
  385. package/index220.js +1 -0
  386. package/index220.mjs +4 -0
  387. package/index221.js +1 -0
  388. package/index221.mjs +31 -0
  389. package/index222.js +1 -0
  390. package/index222.mjs +4 -0
  391. package/index223.js +1 -0
  392. package/index223.mjs +4 -0
  393. package/index224.js +1 -0
  394. package/index224.mjs +25 -0
  395. package/index225.js +1 -0
  396. package/index225.mjs +4 -0
  397. package/index226.js +1 -0
  398. package/index226.mjs +4 -0
  399. package/index227.js +1 -0
  400. package/index227.mjs +4 -0
  401. package/index228.js +1 -0
  402. package/index228.mjs +40 -0
  403. package/index229.js +1 -0
  404. package/index229.mjs +4 -0
  405. package/index23.js +2 -0
  406. package/index23.mjs +60 -0
  407. package/index230.js +1 -0
  408. package/index230.mjs +23 -0
  409. package/index231.js +1 -0
  410. package/index231.mjs +25 -0
  411. package/index232.js +1 -0
  412. package/index232.mjs +4 -0
  413. package/index233.js +1 -0
  414. package/index233.mjs +25 -0
  415. package/index234.js +1 -0
  416. package/index234.mjs +4 -0
  417. package/index235.js +1 -0
  418. package/index235.mjs +316 -0
  419. package/index236.js +1 -0
  420. package/index236.mjs +195 -0
  421. package/index237.js +1 -0
  422. package/index237.mjs +11 -0
  423. package/index238.js +1 -0
  424. package/index238.mjs +29 -0
  425. package/index239.js +1 -0
  426. package/index239.mjs +58 -0
  427. package/index24.js +2 -0
  428. package/index24.mjs +23 -0
  429. package/index240.js +1 -0
  430. package/index240.mjs +49 -0
  431. package/index241.js +1 -0
  432. package/index241.mjs +127 -0
  433. package/index242.js +1 -0
  434. package/index242.mjs +8 -0
  435. package/index243.js +1 -0
  436. package/index243.mjs +4 -0
  437. package/index244.js +1 -0
  438. package/index244.mjs +4 -0
  439. package/index245.js +1 -0
  440. package/index245.mjs +4 -0
  441. package/index246.js +1 -0
  442. package/index246.mjs +20 -0
  443. package/index247.js +1 -0
  444. package/index247.mjs +29 -0
  445. package/index248.js +1 -0
  446. package/index248.mjs +4 -0
  447. package/index249.js +1 -0
  448. package/index249.mjs +91 -0
  449. package/index25.js +2 -0
  450. package/index25.mjs +53 -0
  451. package/index250.js +1 -0
  452. package/index250.mjs +22 -0
  453. package/index251.js +1 -0
  454. package/index251.mjs +4 -0
  455. package/index252.js +1 -0
  456. package/index252.mjs +40 -0
  457. package/index253.js +1 -0
  458. package/index253.mjs +139 -0
  459. package/index254.js +1 -0
  460. package/index254.mjs +4 -0
  461. package/index255.js +1 -0
  462. package/index255.mjs +25 -0
  463. package/index256.js +1 -0
  464. package/index256.mjs +4 -0
  465. package/index257.js +1 -0
  466. package/index257.mjs +4 -0
  467. package/index258.js +1 -0
  468. package/index258.mjs +4 -0
  469. package/index259.js +1 -0
  470. package/index259.mjs +4 -0
  471. package/index26.js +2 -0
  472. package/index26.mjs +20 -0
  473. package/index260.js +1 -0
  474. package/index260.mjs +25 -0
  475. package/index261.js +1 -0
  476. package/index261.mjs +4 -0
  477. package/index262.js +1 -0
  478. package/index262.mjs +28 -0
  479. package/index263.js +1 -0
  480. package/index263.mjs +4 -0
  481. package/index264.js +1 -0
  482. package/index264.mjs +4 -0
  483. package/index265.js +1 -0
  484. package/index265.mjs +4 -0
  485. package/index266.js +1 -0
  486. package/index266.mjs +4 -0
  487. package/index267.js +1 -0
  488. package/index267.mjs +4 -0
  489. package/index268.js +1 -0
  490. package/index268.mjs +74 -0
  491. package/index269.js +1 -0
  492. package/index269.mjs +4 -0
  493. package/index27.js +2 -0
  494. package/index27.mjs +36 -0
  495. package/index270.js +1 -0
  496. package/index270.mjs +4 -0
  497. package/index271.js +1 -0
  498. package/index271.mjs +21 -0
  499. package/index272.js +1 -0
  500. package/index272.mjs +4 -0
  501. package/index273.js +1 -0
  502. package/index273.mjs +4 -0
  503. package/index274.js +1 -0
  504. package/index274.mjs +4 -0
  505. package/index275.js +1 -0
  506. package/index275.mjs +31 -0
  507. package/index276.js +1 -0
  508. package/index276.mjs +9 -0
  509. package/index277.js +1 -0
  510. package/index277.mjs +10 -0
  511. package/index278.js +1 -0
  512. package/index278.mjs +10 -0
  513. package/index279.js +1 -0
  514. package/index279.mjs +4 -0
  515. package/index28.js +2 -0
  516. package/index28.mjs +27 -0
  517. package/index280.js +1 -0
  518. package/index280.mjs +39 -0
  519. package/index281.js +1 -0
  520. package/index281.mjs +4 -0
  521. package/index282.js +1 -0
  522. package/index282.mjs +7 -0
  523. package/index283.js +1 -0
  524. package/index283.mjs +8 -0
  525. package/index284.js +1 -0
  526. package/index284.mjs +12 -0
  527. package/index285.js +1 -0
  528. package/index285.mjs +4 -0
  529. package/index286.js +1 -0
  530. package/index286.mjs +20 -0
  531. package/index287.js +1 -0
  532. package/index287.mjs +33 -0
  533. package/index288.js +1 -0
  534. package/index288.mjs +4 -0
  535. package/index289.js +1 -0
  536. package/index289.mjs +4 -0
  537. package/index29.js +2 -0
  538. package/index29.mjs +11 -0
  539. package/index3.js +2 -0
  540. package/index3.mjs +22 -0
  541. package/index30.js +2 -0
  542. package/index30.mjs +35 -0
  543. package/index31.js +2 -0
  544. package/index31.mjs +36 -0
  545. package/index32.js +2 -0
  546. package/index32.mjs +106 -0
  547. package/index33.js +2 -0
  548. package/index33.mjs +12 -0
  549. package/index34.js +2 -0
  550. package/index34.mjs +49 -0
  551. package/index35.js +2 -0
  552. package/index35.mjs +21 -0
  553. package/index36.js +1 -0
  554. package/index36.mjs +9 -0
  555. package/index37.js +1 -0
  556. package/index37.mjs +43 -0
  557. package/index38.js +1 -0
  558. package/index38.mjs +27 -0
  559. package/index39.js +1 -0
  560. package/index39.mjs +7 -0
  561. package/index4.js +2 -0
  562. package/index4.mjs +25 -0
  563. package/index40.js +1 -0
  564. package/index40.mjs +10 -0
  565. package/index41.js +1 -0
  566. package/index41.mjs +10 -0
  567. package/index42.js +1 -0
  568. package/index42.mjs +7 -0
  569. package/index43.js +1 -0
  570. package/index43.mjs +7 -0
  571. package/index44.js +1 -0
  572. package/index44.mjs +7 -0
  573. package/index45.js +1 -0
  574. package/index45.mjs +7 -0
  575. package/index46.js +1 -0
  576. package/index46.mjs +13 -0
  577. package/index47.js +1 -0
  578. package/index47.mjs +15 -0
  579. package/index48.js +1 -0
  580. package/index48.mjs +15 -0
  581. package/index49.js +1 -0
  582. package/index49.mjs +48 -0
  583. package/index5.js +1 -0
  584. package/index5.mjs +34 -0
  585. package/index50.js +1 -0
  586. package/index50.mjs +10 -0
  587. package/index51.js +1 -0
  588. package/index51.mjs +73 -0
  589. package/index52.js +1 -0
  590. package/index52.mjs +10 -0
  591. package/index53.js +1 -0
  592. package/index53.mjs +15 -0
  593. package/index54.js +1 -0
  594. package/index54.mjs +12 -0
  595. package/index55.js +1 -0
  596. package/index55.mjs +19 -0
  597. package/index56.js +1 -0
  598. package/index56.mjs +15 -0
  599. package/index57.js +1 -0
  600. package/index57.mjs +15 -0
  601. package/index58.js +1 -0
  602. package/index58.mjs +15 -0
  603. package/index59.js +1 -0
  604. package/index59.mjs +13 -0
  605. package/index6.js +2 -0
  606. package/index6.mjs +60 -0
  607. package/index60.js +1 -0
  608. package/index60.mjs +13 -0
  609. package/index61.js +1 -0
  610. package/index61.mjs +15 -0
  611. package/index62.js +1 -0
  612. package/index62.mjs +16 -0
  613. package/index63.js +2 -0
  614. package/index63.mjs +25 -0
  615. package/index64.js +2 -0
  616. package/index64.mjs +19 -0
  617. package/index65.js +2 -0
  618. package/index65.mjs +17 -0
  619. package/index66.js +2 -0
  620. package/index66.mjs +44 -0
  621. package/index67.js +2 -0
  622. package/index67.mjs +41 -0
  623. package/index68.js +2 -0
  624. package/index68.mjs +15 -0
  625. package/index69.js +2 -0
  626. package/index69.mjs +14 -0
  627. package/index7.js +2 -0
  628. package/index7.mjs +86 -0
  629. package/index70.js +2 -0
  630. package/index70.mjs +17 -0
  631. package/index71.js +1 -0
  632. package/index71.mjs +4 -0
  633. package/index72.js +2 -0
  634. package/index72.mjs +11 -0
  635. package/index73.js +2 -0
  636. package/index73.mjs +10 -0
  637. package/index74.js +2 -0
  638. package/index74.mjs +10 -0
  639. package/index75.js +2 -0
  640. package/index75.mjs +10 -0
  641. package/index76.js +1 -0
  642. package/index76.mjs +27 -0
  643. package/index77.js +1 -0
  644. package/index77.mjs +4 -0
  645. package/index78.js +6 -0
  646. package/index78.mjs +96 -0
  647. package/index79.js +1 -0
  648. package/index79.mjs +71 -0
  649. package/index8.js +2 -0
  650. package/index8.mjs +27 -0
  651. package/index80.js +1 -0
  652. package/index80.mjs +43 -0
  653. package/index81.js +42 -0
  654. package/index81.mjs +72 -0
  655. package/index82.js +1 -0
  656. package/index82.mjs +161 -0
  657. package/index83.js +1 -0
  658. package/index83.mjs +24 -0
  659. package/index84.js +1 -0
  660. package/index84.mjs +47 -0
  661. package/index85.js +1 -0
  662. package/index85.mjs +15 -0
  663. package/index86.js +1 -0
  664. package/index86.mjs +37 -0
  665. package/index87.js +1 -0
  666. package/index87.mjs +8 -0
  667. package/index88.js +12 -0
  668. package/index88.mjs +42 -0
  669. package/index89.js +1 -0
  670. package/index89.mjs +31 -0
  671. package/index9.js +2 -0
  672. package/index9.mjs +64 -0
  673. package/index90.js +1 -0
  674. package/index90.mjs +15 -0
  675. package/index91.js +7 -0
  676. package/index91.mjs +21 -0
  677. package/index92.js +15 -0
  678. package/index92.mjs +73 -0
  679. package/index93.js +1 -0
  680. package/index93.mjs +9 -0
  681. package/index94.js +16 -0
  682. package/index94.mjs +27 -0
  683. package/index95.js +1 -0
  684. package/index95.mjs +44 -0
  685. package/index96.js +1 -0
  686. package/index96.mjs +47 -0
  687. package/index97.js +1 -0
  688. package/index97.mjs +50 -0
  689. package/index98.js +1 -0
  690. package/index98.mjs +19 -0
  691. package/index99.js +2 -0
  692. package/index99.mjs +24 -0
  693. package/package.json +1 -1
  694. package/providers/Accordion/index.d.ts +4 -0
  695. package/providers/Accordion/interface.d.ts +12 -0
  696. package/providers/Alerts/index.d.ts +4 -0
  697. package/providers/Alerts/interface.d.ts +9 -0
  698. package/providers/CheckboxGroup/index.d.ts +5 -0
  699. package/providers/CheckboxGroup/interface.d.ts +6 -0
  700. package/providers/Client/index.d.ts +4 -0
  701. package/providers/Client/interface.d.ts +10 -0
  702. package/providers/Menu/index.d.ts +4 -0
  703. package/providers/Menu/interface.d.ts +28 -0
  704. package/providers/RadioGroup/RadioGroup.d.ts +5 -0
  705. package/providers/RadioGroup/RadioGroup.interface.d.ts +7 -0
  706. package/providers/SidePanel/index.d.ts +4 -0
  707. package/providers/SidePanel/interface.d.ts +23 -0
  708. package/providers/Theme/hooks.d.ts +3 -0
  709. package/providers/Theme/index.d.ts +10 -0
  710. package/providers/Theme/interface.d.ts +24 -0
  711. package/providers/Theme/utils.d.ts +2 -0
  712. package/providers/UserSearchQuery/index.d.ts +4 -0
  713. package/providers/UserSearchQuery/interface.d.ts +10 -0
  714. package/style.css +1 -0
  715. package/theme/Accordion/index.d.ts +274 -0
  716. package/theme/Alerts/index.d.ts +1167 -0
  717. package/theme/Box/index.d.ts +214 -0
  718. package/theme/Button/index.d.ts +121 -0
  719. package/theme/Calendar/index.d.ts +366 -0
  720. package/theme/Carousel/index.d.ts +9 -0
  721. package/theme/Checkbox/index.d.ts +159 -0
  722. package/theme/CheckboxGroup/index.d.ts +30 -0
  723. package/theme/DatePicker/index.d.ts +43 -0
  724. package/theme/Image/index.d.ts +3 -0
  725. package/theme/LightBox/index.d.ts +455 -0
  726. package/theme/Radio/index.d.ts +108 -0
  727. package/theme/RadioGroup/index.d.ts +30 -0
  728. package/theme/Search/index.d.ts +30 -0
  729. package/theme/ShareButton/index.d.ts +174 -0
  730. package/theme/SidePanel/index.d.ts +3 -0
  731. package/theme/TextArea/index.d.ts +29 -0
  732. package/theme/Typography/index.d.ts +233 -0
  733. package/theme/index.d.ts +5 -0
  734. package/transitions/AccordionTransition.d.ts +4 -0
  735. package/transitions/ModalTransition.d.ts +7 -0
  736. package/transitions/RenderWithOpacity.d.ts +4 -0
  737. package/transitions/RenderWithSlide.d.ts +7 -0
  738. package/transitions/SidePanelTransition.d.ts +7 -0
  739. package/types/components.d.ts +28 -0
  740. package/.eslintrc.js +0 -32
  741. package/.storybook/.eslintrc.js +0 -29
  742. package/.storybook/main.ts +0 -33
  743. package/.storybook/preview.js +0 -56
  744. package/.storybook/tsconfig.json +0 -17
  745. package/CHANGELOG.md +0 -574
  746. package/README.md +0 -8
  747. package/postcss.config.js +0 -15
  748. package/project.json +0 -77
  749. package/src/_stories/icons/code-brackets.svg +0 -1
  750. package/src/_stories/icons/colors.svg +0 -1
  751. package/src/_stories/icons/comments.svg +0 -1
  752. package/src/_stories/icons/direction.svg +0 -1
  753. package/src/_stories/icons/flow.svg +0 -1
  754. package/src/_stories/icons/plugin.svg +0 -1
  755. package/src/_stories/icons/repo.svg +0 -1
  756. package/src/_stories/icons/stackalt.svg +0 -1
  757. package/src/components/Accordion/accordion.stories.mdx +0 -240
  758. package/src/components/Accordion/components/AccordionItem.tsx +0 -53
  759. package/src/components/Accordion/components/AriaAccordionItem.tsx +0 -76
  760. package/src/components/Accordion/hooks/useAccordionState.ts +0 -46
  761. package/src/components/Accordion/index.tsx +0 -38
  762. package/src/components/Accordion/interface.ts +0 -30
  763. package/src/components/Alerts/alerts.stories.mdx +0 -282
  764. package/src/components/Alerts/components/AlertsCloseButton.tsx +0 -20
  765. package/src/components/Alerts/components/AlertsItem.tsx +0 -39
  766. package/src/components/Alerts/components/AlertsNavigationButton.tsx +0 -71
  767. package/src/components/Alerts/components/AlertsSwiper.tsx +0 -125
  768. package/src/components/Alerts/components/pagination/AlertsPagination.tsx +0 -32
  769. package/src/components/Alerts/components/pagination/AlertsPaginationBullet.tsx +0 -61
  770. package/src/components/Alerts/index.tsx +0 -54
  771. package/src/components/Alerts/interface.ts +0 -51
  772. package/src/components/Box/box.stories.mdx +0 -27
  773. package/src/components/Box/index.tsx +0 -36
  774. package/src/components/Box/interface.ts +0 -10
  775. package/src/components/Button/button.stories.mdx +0 -99
  776. package/src/components/Button/index.tsx +0 -92
  777. package/src/components/Button/interface.ts +0 -22
  778. package/src/components/Calendar/RangeCalendar.tsx +0 -61
  779. package/src/components/Calendar/calendar.stories.mdx +0 -28
  780. package/src/components/Calendar/components/CalendarCell.tsx +0 -60
  781. package/src/components/Calendar/components/CalendarGrid.tsx +0 -44
  782. package/src/components/Calendar/index.tsx +0 -63
  783. package/src/components/Calendar/interface.ts +0 -37
  784. package/src/components/Carousel/carousel.stories.mdx +0 -182
  785. package/src/components/Carousel/index.tsx +0 -99
  786. package/src/components/Carousel/interface.ts +0 -26
  787. package/src/components/Date/date.stories.mdx +0 -122
  788. package/src/components/Date/index.tsx +0 -35
  789. package/src/components/Date/interface.ts +0 -7
  790. package/src/components/Dialog/index.tsx +0 -14
  791. package/src/components/Dialog/interface.ts +0 -6
  792. package/src/components/DirectusImg/index.tsx +0 -59
  793. package/src/components/DirectusImg/interface.ts +0 -19
  794. package/src/components/Icon/index.tsx +0 -40
  795. package/src/components/Icon/interface.ts +0 -8
  796. package/src/components/Img/img.stories.mdx +0 -28
  797. package/src/components/Img/index.tsx +0 -30
  798. package/src/components/Img/interface.ts +0 -9
  799. package/src/components/Lightbox/hooks/overlay/index.tsx +0 -36
  800. package/src/components/Lightbox/index.tsx +0 -82
  801. package/src/components/Lightbox/interface.ts +0 -28
  802. package/src/components/Lightbox/lightbox.stories.mdx +0 -79
  803. package/src/components/Menu/Menu.tsx +0 -43
  804. package/src/components/Menu/MenuSidePanel.tsx +0 -41
  805. package/src/components/Menu/components/InnerContent.tsx +0 -26
  806. package/src/components/Menu/components/MenuItems.tsx +0 -133
  807. package/src/components/Menu/components/TabContainer.tsx +0 -13
  808. package/src/components/Menu/interface.ts +0 -41
  809. package/src/components/Menu/menu.stories.mdx +0 -23
  810. package/src/components/Modal/components/ModalDialog.tsx +0 -31
  811. package/src/components/Modal/components/ModalOverlay.tsx +0 -21
  812. package/src/components/Modal/index.tsx +0 -32
  813. package/src/components/Modal/interface.ts +0 -20
  814. package/src/components/Popover/index.tsx +0 -138
  815. package/src/components/Popover/interface.ts +0 -25
  816. package/src/components/Popover/popover.stories.mdx +0 -66
  817. package/src/components/ShareButton/index.tsx +0 -172
  818. package/src/components/ShareButton/interface.ts +0 -29
  819. package/src/components/ShareButton/share-button.stories.mdx +0 -48
  820. package/src/components/ShareButton/utils/generateUtmTags.ts +0 -4
  821. package/src/components/ShareButton/utils/useFacebookShareUrl.ts +0 -15
  822. package/src/components/ShareButton/utils/useMailToShareUrl.ts +0 -15
  823. package/src/components/ShareButton/utils/useTwitterShareUrl.ts +0 -15
  824. package/src/components/ShareButton/utils/useWindow.ts +0 -17
  825. package/src/components/SidePanel/index.tsx +0 -43
  826. package/src/components/SidePanel/interface.ts +0 -16
  827. package/src/components/SidePanel/side-panel.stories.mdx +0 -44
  828. package/src/components/TabList/components/Tab/Tab.tsx +0 -19
  829. package/src/components/TabList/components/TabPanel/TabPanel.tsx +0 -27
  830. package/src/components/TabList/index.tsx +0 -44
  831. package/src/components/TabList/interface.ts +0 -23
  832. package/src/components/Typography/index.tsx +0 -35
  833. package/src/components/Typography/interface.ts +0 -9
  834. package/src/components/Typography/typo.stories.mdx +0 -157
  835. package/src/components/WysiwygBlock/index.tsx +0 -20
  836. package/src/components/WysiwygBlock/interface.ts +0 -7
  837. package/src/components/WysiwygBlock/wysiwyg.stories.mdx +0 -53
  838. package/src/components/fields/Checkbox/Checkbox.interface.ts +0 -21
  839. package/src/components/fields/Checkbox/Checkbox.stories.mdx +0 -127
  840. package/src/components/fields/Checkbox/index.tsx +0 -62
  841. package/src/components/fields/CheckboxGroup/checkbox-group.stories.mdx +0 -59
  842. package/src/components/fields/CheckboxGroup/components/CheckboxGroupItem/index.tsx +0 -66
  843. package/src/components/fields/CheckboxGroup/index.tsx +0 -49
  844. package/src/components/fields/CheckboxGroup/interface.ts +0 -17
  845. package/src/components/fields/DatePicker/DateRangePicker.tsx +0 -73
  846. package/src/components/fields/DatePicker/components/CalendarPopover.tsx +0 -31
  847. package/src/components/fields/DatePicker/components/DateField.tsx +0 -61
  848. package/src/components/fields/DatePicker/date-picker.stories.mdx +0 -55
  849. package/src/components/fields/DatePicker/index.tsx +0 -71
  850. package/src/components/fields/DatePicker/interface.ts +0 -69
  851. package/src/components/fields/Radio/Radio.interface.ts +0 -30
  852. package/src/components/fields/Radio/index.tsx +0 -63
  853. package/src/components/fields/RadioGroup/index.tsx +0 -33
  854. package/src/components/fields/RadioGroup/interface.ts +0 -10
  855. package/src/components/fields/RadioGroup/radio-group.stories.mdx +0 -56
  856. package/src/components/fields/SearchField/index.tsx +0 -59
  857. package/src/components/fields/SearchField/interface.ts +0 -10
  858. package/src/components/fields/SearchField/search.stories.mdx +0 -91
  859. package/src/components/fields/Select/Select.interface.ts +0 -24
  860. package/src/components/fields/Select/Select.stories.mdx +0 -53
  861. package/src/components/fields/Select/Select.tsx +0 -108
  862. package/src/components/fields/Select/components/Listbox.interface.ts +0 -15
  863. package/src/components/fields/Select/components/Listbox.tsx +0 -40
  864. package/src/components/fields/Select/components/Popover.interface.ts +0 -14
  865. package/src/components/fields/Select/components/Popover.tsx +0 -32
  866. package/src/components/fields/SelectItem/SelectItem.interface.ts +0 -6
  867. package/src/components/fields/SelectItem/SelectItem.tsx +0 -10
  868. package/src/components/fields/TextArea/index.tsx +0 -105
  869. package/src/components/fields/TextArea/textArea.stories.mdx +0 -60
  870. package/src/components/fields/TextInputField/index.tsx +0 -107
  871. package/src/components/fields/TextInputField/interface.ts +0 -30
  872. package/src/components/fields/TextInputField/text-input-field.stories.mdx +0 -64
  873. package/src/components/icons/ArrowDown.tsx +0 -11
  874. package/src/components/icons/ArrowLeft.tsx +0 -18
  875. package/src/components/icons/ArrowRight.tsx +0 -18
  876. package/src/components/icons/Check.tsx +0 -11
  877. package/src/components/icons/ChevronLeft.tsx +0 -11
  878. package/src/components/icons/ChevronRight.tsx +0 -11
  879. package/src/components/icons/CloseBtn.tsx +0 -11
  880. package/src/components/icons/Facebook.tsx +0 -14
  881. package/src/components/icons/FacebookColored.tsx +0 -16
  882. package/src/components/icons/FacebookRounded.tsx +0 -16
  883. package/src/components/icons/Globe.tsx +0 -38
  884. package/src/components/icons/IconFallback.tsx +0 -8
  885. package/src/components/icons/Instagram.tsx +0 -14
  886. package/src/components/icons/InstagramColored.tsx +0 -59
  887. package/src/components/icons/Link.tsx +0 -14
  888. package/src/components/icons/LinkedIn.tsx +0 -16
  889. package/src/components/icons/Mail.tsx +0 -16
  890. package/src/components/icons/Plus.tsx +0 -18
  891. package/src/components/icons/Search.tsx +0 -19
  892. package/src/components/icons/Share.tsx +0 -16
  893. package/src/components/icons/Twitter.tsx +0 -16
  894. package/src/components/icons/TwitterColored.tsx +0 -16
  895. package/src/components/icons/Upload.tsx +0 -14
  896. package/src/components/icons/X.tsx +0 -14
  897. package/src/components/icons/YouTube.tsx +0 -16
  898. package/src/components/icons/YouTubeColored.tsx +0 -17
  899. package/src/components/icons/index.ts +0 -24
  900. package/src/examples/PageLayout/index.tsx +0 -61
  901. package/src/examples/PageLayout/layout.stories.mdx +0 -35
  902. package/src/index.ts +0 -72
  903. package/src/message.tsx +0 -8
  904. package/src/providers/Accordion/index.tsx +0 -15
  905. package/src/providers/Accordion/interface.ts +0 -14
  906. package/src/providers/Alerts/index.tsx +0 -15
  907. package/src/providers/Alerts/interface.ts +0 -11
  908. package/src/providers/CheckboxGroup/index.tsx +0 -22
  909. package/src/providers/CheckboxGroup/interface.ts +0 -7
  910. package/src/providers/Client/index.tsx +0 -21
  911. package/src/providers/Client/interface.ts +0 -13
  912. package/src/providers/Menu/index.tsx +0 -43
  913. package/src/providers/Menu/interface.ts +0 -32
  914. package/src/providers/RadioGroup/RadioGroup.interface.ts +0 -8
  915. package/src/providers/RadioGroup/RadioGroup.tsx +0 -25
  916. package/src/providers/SidePanel/index.tsx +0 -55
  917. package/src/providers/SidePanel/interface.ts +0 -26
  918. package/src/providers/Theme/hooks.ts +0 -25
  919. package/src/providers/Theme/index.tsx +0 -40
  920. package/src/providers/Theme/interface.ts +0 -28
  921. package/src/providers/Theme/utils.ts +0 -3
  922. package/src/providers/UserSearchQuery/index.tsx +0 -20
  923. package/src/providers/UserSearchQuery/interface.ts +0 -12
  924. package/src/storybook/Lightbox/LightboxControlledState.tsx +0 -28
  925. package/src/storybook/Menu/Menu.tsx +0 -177
  926. package/src/storybook/Menu/NestedMenu.tsx +0 -24
  927. package/src/storybook/Menu/mock.tsx +0 -84
  928. package/src/storybook/SelectField/index.tsx +0 -57
  929. package/src/storybook/ShareButtonExample/index.tsx +0 -66
  930. package/src/tailwind.css +0 -3
  931. package/src/theme/Accordion/index.tsx +0 -101
  932. package/src/theme/Alerts/index.ts +0 -97
  933. package/src/theme/Box/index.ts +0 -45
  934. package/src/theme/Button/index.tsx +0 -72
  935. package/src/theme/Calendar/index.tsx +0 -167
  936. package/src/theme/Carousel/index.ts +0 -36
  937. package/src/theme/Checkbox/index.ts +0 -49
  938. package/src/theme/CheckboxGroup/index.ts +0 -14
  939. package/src/theme/DatePicker/index.tsx +0 -42
  940. package/src/theme/Image/index.ts +0 -8
  941. package/src/theme/LightBox/index.ts +0 -56
  942. package/src/theme/Radio/index.ts +0 -31
  943. package/src/theme/RadioGroup/index.ts +0 -14
  944. package/src/theme/Search/index.ts +0 -20
  945. package/src/theme/ShareButton/index.tsx +0 -76
  946. package/src/theme/SidePanel/index.ts +0 -9
  947. package/src/theme/TextArea/index.ts +0 -25
  948. package/src/theme/Typography/index.tsx +0 -44
  949. package/src/theme/index.tsx +0 -178
  950. package/src/transitions/AccordionTransition.tsx +0 -26
  951. package/src/transitions/ModalTransition.tsx +0 -38
  952. package/src/transitions/RenderWithOpacity.tsx +0 -25
  953. package/src/transitions/RenderWithSlide.tsx +0 -21
  954. package/src/transitions/SidePanelTransition.tsx +0 -30
  955. package/src/types/components.ts +0 -34
  956. package/static/images/image.png +0 -0
  957. package/tailwind.config.js +0 -14
  958. package/tsconfig.json +0 -20
  959. package/tsconfig.lib.json +0 -25
  960. package/vite.config.ts +0 -58
package/index51.mjs ADDED
@@ -0,0 +1,73 @@
1
+ import { jsx as o, jsxs as t } from "react/jsx-runtime";
2
+ import s from "lodash.isequal";
3
+ import { memo as e } from "react";
4
+ const a = (r) => /* @__PURE__ */ o("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...r, children: /* @__PURE__ */ t("g", { fill: "none", strokeMiterlimit: "10", strokeWidth: "0", transform: "matrix(2.8 0 0 2.8 1.4 1.4)", children: [
5
+ /* @__PURE__ */ t(
6
+ "linearGradient",
7
+ {
8
+ id: "a",
9
+ x1: "7.6",
10
+ x2: "82.4",
11
+ y1: "9.6",
12
+ y2: "84.4",
13
+ gradientTransform: "matrix(1 0 0 -1 0 92)",
14
+ gradientUnits: "userSpaceOnUse",
15
+ children: [
16
+ /* @__PURE__ */ o("stop", { offset: "0%", stopColor: "#ffd600" }),
17
+ /* @__PURE__ */ o("stop", { offset: "50%", stopColor: "#ff0100" }),
18
+ /* @__PURE__ */ o("stop", { offset: "100%", stopColor: "#d800b9" })
19
+ ]
20
+ }
21
+ ),
22
+ /* @__PURE__ */ o(
23
+ "path",
24
+ {
25
+ fill: "url(#a)",
26
+ d: "M89.7 26.4c-.2-4.7-1-8-2-10.9a22 22 0 0 0-5.3-8 22 22 0 0 0-8-5.1A33 33 0 0 0 63.7.3C58.8 0 57.2 0 45 0S31.2 0 26.4.3c-4.7.2-8 1-10.9 2a22 22 0 0 0-8 5.3 22 22 0 0 0-5.1 8A33 33 0 0 0 .3 26.3C0 31.2 0 32.8 0 45c0 12.2 0 13.8.3 18.6.2 4.7 1 8 2 10.9a22 22 0 0 0 5.3 8c2.2 2.2 5 4 8 5.1a33 33 0 0 0 10.8 2.1c4.8.2 6.4.3 18.6.3s13.8 0 18.6-.3c4.7-.2 8-1 10.9-2a23 23 0 0 0 13.1-13.2 33 33 0 0 0 2.1-11c.2-4.7.3-6.3.3-18.5s0-13.8-.3-18.6zm-8 36.8c-.3 4.4-1 6.8-1.6 8.3-1.5 4-4.6 7-8.6 8.6-1.5.6-4 1.3-8.3 1.5-4.8.2-6.2.3-18.2.3s-13.4 0-18.2-.3a25 25 0 0 1-8.3-1.5 14 14 0 0 1-5.2-3.4 14 14 0 0 1-3.4-5.2c-.6-1.5-1.3-4-1.5-8.3A313 313 0 0 1 8 45c0-12 0-13.4.3-18.2a25 25 0 0 1 1.5-8.3 14 14 0 0 1 3.4-5.2 14 14 0 0 1 5.2-3.4c1.5-.6 4-1.3 8.3-1.5C31.6 8.2 33 8 45 8s13.4 0 18.2.3c4.4.2 6.8.9 8.3 1.5a14 14 0 0 1 5.2 3.4 14 14 0 0 1 3.4 5.2c.6 1.5 1.3 4 1.5 8.3.2 4.8.3 6.2.3 18.2s0 13.4-.3 18.2z"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ t(
30
+ "linearGradient",
31
+ {
32
+ id: "b",
33
+ x1: "28.7",
34
+ x2: "61.3",
35
+ y1: "30.7",
36
+ y2: "63.3",
37
+ gradientTransform: "matrix(1 0 0 -1 0 92)",
38
+ gradientUnits: "userSpaceOnUse",
39
+ children: [
40
+ /* @__PURE__ */ o("stop", { offset: "0%", stopColor: "#ff6400" }),
41
+ /* @__PURE__ */ o("stop", { offset: "50%", stopColor: "#ff0100" }),
42
+ /* @__PURE__ */ o("stop", { offset: "100%", stopColor: "#fd0056" })
43
+ ]
44
+ }
45
+ ),
46
+ /* @__PURE__ */ o(
47
+ "path",
48
+ {
49
+ fill: "url(#b)",
50
+ d: "M45 21.9A23.1 23.1 0 1 0 45 68 23.1 23.1 0 0 0 45 22zM45 60a15 15 0 1 1 0-30 15 15 0 0 1 0 30z"
51
+ }
52
+ ),
53
+ /* @__PURE__ */ t(
54
+ "linearGradient",
55
+ {
56
+ id: "c",
57
+ x1: "65.2",
58
+ x2: "72.8",
59
+ y1: "67.2",
60
+ y2: "74.8",
61
+ gradientTransform: "matrix(1 0 0 -1 0 92)",
62
+ gradientUnits: "userSpaceOnUse",
63
+ children: [
64
+ /* @__PURE__ */ o("stop", { offset: "0%", stopColor: "#f30072" }),
65
+ /* @__PURE__ */ o("stop", { offset: "100%", stopColor: "#e50097" })
66
+ ]
67
+ }
68
+ ),
69
+ /* @__PURE__ */ o("path", { fill: "url(#c)", d: "M74.4 21a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0z" })
70
+ ] }) }), l = e(a, s);
71
+ export {
72
+ l as default
73
+ };
package/index52.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),s=require("react"),i=t=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...t,children:e.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[e.jsx("path",{d:"M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z"}),e.jsx("path",{d:"M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z"})]})}),o=s.memo(i,r);module.exports=o;
package/index52.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
+ import e from "lodash.isequal";
3
+ import { memo as a } from "react";
4
+ const i = (o) => /* @__PURE__ */ t("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...o, children: /* @__PURE__ */ r("g", { fill: "currentColor", strokeMiterlimit: "10", strokeWidth: "0", children: [
5
+ /* @__PURE__ */ t("path", { d: "M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z" }),
6
+ /* @__PURE__ */ t("path", { d: "M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z" })
7
+ ] }) }), p = a(i, e);
8
+ export {
9
+ p as default
10
+ };
package/index53.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),n=require("lodash.isequal"),o=require("react"),t=C=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:19,viewBox:"0 0 18 19",fill:"none",...C,children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",fill:"currentColor"})}),i=o.memo(t,n);module.exports=i;
package/index53.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import e from "lodash.isequal";
3
+ import { memo as l } from "react";
4
+ const t = (C) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 19, viewBox: "0 0 18 19", fill: "none", ...C, children: /* @__PURE__ */ o(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ clipRule: "evenodd",
9
+ d: "M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",
10
+ fill: "currentColor"
11
+ }
12
+ ) }), m = l(t, e);
13
+ export {
14
+ m as default
15
+ };
package/index54.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const r=require("react/jsx-runtime"),e=require("lodash.isequal"),s=require("react"),c=t=>r.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...t,children:r.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[r.jsx("path",{d:"M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z"}),r.jsx("path",{d:"M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z"}),r.jsx("rect",{width:"39",height:"6",x:"-1",y:"57.2",rx:"0",ry:"0",transform:"rotate(-45.1 18.5 60.2)"}),r.jsx("rect",{width:"6",height:"39",x:"68.5",y:"40.7",rx:"0",ry:"0",transform:"rotate(-44.8 71.5 60.2)"})]})}),i=s.memo(c,e);module.exports=i;
package/index54.mjs ADDED
@@ -0,0 +1,12 @@
1
+ import { jsx as t, jsxs as o } from "react/jsx-runtime";
2
+ import e from "lodash.isequal";
3
+ import { memo as i } from "react";
4
+ const c = (r) => /* @__PURE__ */ t("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...r, children: /* @__PURE__ */ o("g", { fill: "currentColor", strokeMiterlimit: "10", strokeWidth: "0", transform: "matrix(2.8 0 0 2.8 1.4 1.4)", children: [
5
+ /* @__PURE__ */ t("path", { d: "M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z" }),
6
+ /* @__PURE__ */ t("path", { d: "M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z" }),
7
+ /* @__PURE__ */ t("rect", { width: "39", height: "6", x: "-1", y: "57.2", rx: "0", ry: "0", transform: "rotate(-45.1 18.5 60.2)" }),
8
+ /* @__PURE__ */ t("rect", { width: "6", height: "39", x: "68.5", y: "40.7", rx: "0", ry: "0", transform: "rotate(-44.8 71.5 60.2)" })
9
+ ] }) }), a = i(c, e);
10
+ export {
11
+ a as default
12
+ };
package/index55.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),s=require("lodash.isequal"),t=require("react"),o=r=>e.jsxs("svg",{height:48,width:48,fill:"currentColor",...r,xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("ellipse",{cx:"26",cy:"24.095",rx:"26",ry:"23.547",fill:"#fff"}),e.jsx("path",{d:"M37.742 24.095H14.258M26 13.46V34.73 13.46Z",stroke:"#9E9E9E",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),i=t.memo(o,s);module.exports=i;
package/index55.mjs ADDED
@@ -0,0 +1,19 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import s from "lodash.isequal";
3
+ import { memo as e } from "react";
4
+ const i = (r) => /* @__PURE__ */ t("svg", { height: 48, width: 48, fill: "currentColor", ...r, xmlns: "http://www.w3.org/2000/svg", children: [
5
+ /* @__PURE__ */ o("ellipse", { cx: "26", cy: "24.095", rx: "26", ry: "23.547", fill: "#fff" }),
6
+ /* @__PURE__ */ o(
7
+ "path",
8
+ {
9
+ d: "M37.742 24.095H14.258M26 13.46V34.73 13.46Z",
10
+ stroke: "#9E9E9E",
11
+ strokeWidth: "5",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round"
14
+ }
15
+ )
16
+ ] }), f = e(i, s);
17
+ export {
18
+ f as default
19
+ };
package/index56.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),t=require("react"),c=s=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...s,children:e.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"})}),i=t.memo(c,r);module.exports=i;
package/index56.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import r from "lodash.isequal";
3
+ import { memo as s } from "react";
4
+ const e = (o) => /* @__PURE__ */ t("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...o, children: /* @__PURE__ */ t(
5
+ "path",
6
+ {
7
+ fill: "currentColor",
8
+ strokeMiterlimit: "10",
9
+ strokeWidth: "0",
10
+ d: "M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"
11
+ }
12
+ ) }), i = s(e, r);
13
+ export {
14
+ i as default
15
+ };
package/index57.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),s=require("react"),i=t=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...t,children:e.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"})}),c=s.memo(i,r);module.exports=c;
package/index57.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import r from "lodash.isequal";
3
+ import { memo as e } from "react";
4
+ const i = (o) => /* @__PURE__ */ t("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...o, children: /* @__PURE__ */ t(
5
+ "path",
6
+ {
7
+ fill: "currentColor",
8
+ strokeMiterlimit: "10",
9
+ strokeWidth: "0",
10
+ d: "M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"
11
+ }
12
+ ) }), a = e(i, r);
13
+ export {
14
+ a as default
15
+ };
package/index58.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),s=require("react"),i=t=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...t,children:e.jsx("path",{fill:"#1da1f2",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"})}),o=s.memo(i,r);module.exports=o;
package/index58.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import e from "lodash.isequal";
3
+ import { memo as r } from "react";
4
+ const i = (o) => /* @__PURE__ */ t("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...o, children: /* @__PURE__ */ t(
5
+ "path",
6
+ {
7
+ fill: "#1da1f2",
8
+ strokeMiterlimit: "10",
9
+ strokeWidth: "0",
10
+ d: "M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"
11
+ }
12
+ ) }), l = r(i, e);
13
+ export {
14
+ l as default
15
+ };
package/index59.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),t=require("lodash.isequal"),a=require("react"),o=r=>e.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...r,children:e.jsx("path",{d:"M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",fill:"currentColor"})}),s=a.memo(o,t);module.exports=s;
package/index59.mjs ADDED
@@ -0,0 +1,13 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "lodash.isequal";
3
+ import { memo as t } from "react";
4
+ const l = (a) => /* @__PURE__ */ o("svg", { width: 24, height: 24, fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...a, children: /* @__PURE__ */ o(
5
+ "path",
6
+ {
7
+ d: "M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",
8
+ fill: "currentColor"
9
+ }
10
+ ) }), n = t(l, r);
11
+ export {
12
+ n as default
13
+ };
package/index6.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("react/jsx-runtime"),c=require("react"),a=require("react-aria"),x=require("./index64.js"),R=c.forwardRef((e,t)=>{var b;const{as:n="a",handlePress:i,children:h,as:r,customTheme:l,tokens:m,themeName:f="button",nextLinkProps:o,...d}=e,u=t,{linkProps:g}=a.useLink({...e,...o,href:e.href??((b=o==null?void 0:o.href)==null?void 0:b.toString()),elementType:r==null?void 0:r.toString(),onPress:i},t??u),j=x(f,m,l);return s.jsx(a.FocusRing,{focusRingClass:"has-focus-ring",children:s.jsx(n,{ref:u,...g,...o,...d,className:j,children:h})})}),B=c.forwardRef((e,t)=>{const{as:n="button",handlePress:i,children:h,as:r,customTheme:l,tokens:m,themeName:f="button",isDisabled:o=!1,...d}=e,u=t,{buttonProps:g}=a.useButton({...e,isDisabled:o,elementType:r,onPress:i},t??u),j=x(f,m,l);return s.jsx(a.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:s.jsx(n,{ref:u,...g,...d,className:j,children:h})})}),P=c.forwardRef((e,t)=>{const{as:n}=e;return n==="a"?s.jsx(R,{ref:t,...e}):s.jsx(B,{ref:t,...e})}),q=e=>{const{as:t}=e,n=c.useRef(null);return t==="a"?s.jsx(R,{ref:n,...e}):s.jsx(B,{ref:n,...e})},C=c.memo(q);exports.Anchor=R;exports.ButtonWithForwardRef=P;exports.default=C;
package/index6.mjs ADDED
@@ -0,0 +1,60 @@
1
+ "use client";
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ import u, { useRef as T } from "react";
4
+ import { useLink as N, FocusRing as C, useButton as k } from "react-aria";
5
+ import b from "./index64.mjs";
6
+ const B = u.forwardRef(
7
+ (t, e) => {
8
+ var R;
9
+ const {
10
+ as: n = "a",
11
+ handlePress: m,
12
+ children: a,
13
+ as: r,
14
+ customTheme: i,
15
+ tokens: f,
16
+ themeName: h = "button",
17
+ nextLinkProps: s,
18
+ ...l
19
+ } = t, c = e, { linkProps: d } = N(
20
+ {
21
+ ...t,
22
+ ...s,
23
+ href: t.href ?? ((R = s == null ? void 0 : s.href) == null ? void 0 : R.toString()),
24
+ elementType: r == null ? void 0 : r.toString(),
25
+ onPress: m
26
+ },
27
+ e ?? c
28
+ ), g = b(h, f, i);
29
+ return /* @__PURE__ */ o(C, { focusRingClass: "has-focus-ring", children: /* @__PURE__ */ o(n, { ref: c, ...d, ...s, ...l, className: g, children: a }) });
30
+ }
31
+ ), P = u.forwardRef((t, e) => {
32
+ const {
33
+ as: n = "button",
34
+ handlePress: m,
35
+ children: a,
36
+ as: r,
37
+ customTheme: i,
38
+ tokens: f,
39
+ themeName: h = "button",
40
+ isDisabled: s = !1,
41
+ ...l
42
+ } = t, c = e, { buttonProps: d } = k(
43
+ { ...t, isDisabled: s, elementType: r, onPress: m },
44
+ e ?? c
45
+ ), g = b(h, f, i);
46
+ return /* @__PURE__ */ o(C, { within: !0, focusRingClass: "has-focus-ring", children: /* @__PURE__ */ o(n, { ref: c, ...d, ...l, className: g, children: a }) });
47
+ }), _ = u.forwardRef(
48
+ (t, e) => {
49
+ const { as: n } = t;
50
+ return n === "a" ? /* @__PURE__ */ o(B, { ref: e, ...t }) : /* @__PURE__ */ o(P, { ref: e, ...t });
51
+ }
52
+ ), w = (t) => {
53
+ const { as: e } = t, n = T(null);
54
+ return e === "a" ? /* @__PURE__ */ o(B, { ref: n, ...t }) : /* @__PURE__ */ o(P, { ref: n, ...t });
55
+ }, j = u.memo(w);
56
+ export {
57
+ B as Anchor,
58
+ _ as ButtonWithForwardRef,
59
+ j as default
60
+ };
package/index60.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),o=require("react"),s=t=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...t,children:e.jsx("path",{d:"M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",fill:"currentColor"})}),i=o.memo(s,r);module.exports=i;
package/index60.mjs ADDED
@@ -0,0 +1,13 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "lodash.isequal";
3
+ import { memo as i } from "react";
4
+ const m = (t) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 25, viewBox: "0 0 24 25", fill: "none", ...t, children: /* @__PURE__ */ o(
5
+ "path",
6
+ {
7
+ d: "M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",
8
+ fill: "currentColor"
9
+ }
10
+ ) }), s = i(m, r);
11
+ export {
12
+ s as default
13
+ };
package/index61.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),t=require("lodash.isequal"),r=require("react"),o=s=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...s,children:e.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"})}),i=r.memo(o,t);module.exports=i;
package/index61.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "lodash.isequal";
3
+ import { memo as e } from "react";
4
+ const s = (t) => /* @__PURE__ */ o("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...t, children: /* @__PURE__ */ o(
5
+ "path",
6
+ {
7
+ fill: "currentColor",
8
+ strokeMiterlimit: "10",
9
+ strokeWidth: "0",
10
+ d: "M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"
11
+ }
12
+ ) }), c = e(s, r);
13
+ export {
14
+ c as default
15
+ };
package/index62.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),r=require("lodash.isequal"),t=require("react"),i=s=>e.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...s,children:e.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[e.jsx("path",{fill:"red",d:"M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"}),e.jsx("path",{fill:"#fff",d:"m102.57 165.8 65.7-37.94-65.7-37.94z"})]})}),o=t.memo(i,r);module.exports=o;
package/index62.mjs ADDED
@@ -0,0 +1,16 @@
1
+ import { jsx as o, jsxs as t } from "react/jsx-runtime";
2
+ import e from "lodash.isequal";
3
+ import { memo as s } from "react";
4
+ const i = (r) => /* @__PURE__ */ o("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 256 256", ...r, children: /* @__PURE__ */ t("g", { fill: "currentColor", strokeMiterlimit: "10", strokeWidth: "0", children: [
5
+ /* @__PURE__ */ o(
6
+ "path",
7
+ {
8
+ fill: "red",
9
+ d: "M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"
10
+ }
11
+ ),
12
+ /* @__PURE__ */ o("path", { fill: "#fff", d: "m102.57 165.8 65.7-37.94-65.7-37.94z" })
13
+ ] }) }), f = s(i, e);
14
+ export {
15
+ f as default
16
+ };
package/index63.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),o=require("react");function u(){const e=o.createContext(void 0);function r(){const t=o.useContext(e);return t===void 0?null:t}return[r,e.Provider]}const i={typography:()=>""},[s,l]=u();function c({children:e,brandTheme:r=i}){const t=o.useMemo(()=>({brandTheme:r}),[r]);return n.jsx(l,{value:t,children:e})}const a=e=>({children:t})=>n.jsx(c,{brandTheme:e,children:t});exports.ThemeContextProvider=c;exports.createCtxNullable=u;exports.createThemeProvider=a;exports.useTheme=s;
package/index63.mjs ADDED
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ import r, { useMemo as u } from "react";
4
+ function c() {
5
+ const e = r.createContext(void 0);
6
+ function o() {
7
+ const t = r.useContext(e);
8
+ return t === void 0 ? null : t;
9
+ }
10
+ return [o, e.Provider];
11
+ }
12
+ const i = {
13
+ typography: () => ""
14
+ }, [v, s] = c();
15
+ function m({ children: e, brandTheme: o = i }) {
16
+ const t = u(() => ({ brandTheme: o }), [o]);
17
+ return /* @__PURE__ */ n(s, { value: t, children: e });
18
+ }
19
+ const a = (e) => ({ children: t }) => /* @__PURE__ */ n(m, { brandTheme: e, children: t });
20
+ export {
21
+ m as ThemeContextProvider,
22
+ c as createCtxNullable,
23
+ a as createThemeProvider,
24
+ v as useTheme
25
+ };
package/index64.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";const u=require("radash"),l=require("./index63.js"),c=(t,o={},n=null)=>{const r=l.useTheme();if(r!=null&&t!=null){const{brandTheme:i}=r,e=u.get(i,t);if(typeof e=="function"){const s=e==null?void 0:e(o);if(typeof s=="string")return s}}if(n)return n};module.exports=c;
package/index64.mjs ADDED
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ import { get as u } from "radash";
3
+ import { useTheme as l } from "./index63.mjs";
4
+ const p = (e, f = {}, n = null) => {
5
+ const r = l();
6
+ if (r != null && e != null) {
7
+ const { brandTheme: i } = r, t = u(i, e);
8
+ if (typeof t == "function") {
9
+ const o = t == null ? void 0 : t(f);
10
+ if (typeof o == "string")
11
+ return o;
12
+ }
13
+ }
14
+ if (n)
15
+ return n;
16
+ };
17
+ export {
18
+ p as default
19
+ };
package/index65.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),o=require("./index131.js"),e=require("react"),[u,l]=o.default();function c({children:s}){const[t,r]=e.useState(!1);e.useEffect(()=>{r(!0)},[]);const n=e.useMemo(()=>({isClient:t}),[t]);return i.jsx(l,{value:n,children:s})}exports.IsClientContextProvider=c;exports.useIsClient=u;
package/index65.mjs ADDED
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsx as s } from "react/jsx-runtime";
3
+ import i from "./index131.mjs";
4
+ import { useState as n, useEffect as u, useMemo as f } from "react";
5
+ const [a, l] = i();
6
+ function p({ children: t }) {
7
+ const [e, o] = n(!1);
8
+ u(() => {
9
+ o(!0);
10
+ }, []);
11
+ const r = f(() => ({ isClient: e }), [e]);
12
+ return /* @__PURE__ */ s(l, { value: r, children: t });
13
+ }
14
+ export {
15
+ p as IsClientContextProvider,
16
+ a as useIsClient
17
+ };
package/index66.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("react/jsx-runtime"),g=require("./index131.js"),o=require("react"),v=require("react-stately"),y=require("./index99.js"),[q,x]=g.default();function R(i){const{children:l,defaultSelectedKey:u,onOpenCallback:e,onCloseCallback:t,defaultIsOpen:a=!1,type:c="dialog"}=i,d=o.useRef(null),P=o.useRef(null),r=v.useOverlayTriggerState({defaultOpen:a,onOpenChange(p){if(!p){t==null||t();return}e==null||e()}}),{triggerProps:n,overlayProps:s}=y({type:c},r),f=o.useMemo(()=>({overlayProps:s,defaultSelectedKey:u,overlayState:r,buttonProps:{closeButtonProps:n,closeButtonRef:P,openButtonProps:n,openButtonRef:d}}),[r,u,n,s]);return S.jsx(x,{value:f,children:l})}exports.SidePanelContextProvider=R;exports.useSidePanel=q;
package/index66.mjs ADDED
@@ -0,0 +1,44 @@
1
+ "use client";
2
+ import { jsx as P } from "react/jsx-runtime";
3
+ import v from "./index131.mjs";
4
+ import { useRef as u, useMemo as g } from "react";
5
+ import { useOverlayTriggerState as y } from "react-stately";
6
+ import S from "./index99.mjs";
7
+ const [H, x] = v();
8
+ function I(i) {
9
+ const {
10
+ children: l,
11
+ defaultSelectedKey: n,
12
+ onOpenCallback: e,
13
+ onCloseCallback: o,
14
+ defaultIsOpen: p = !1,
15
+ type: f = "dialog"
16
+ } = i, a = u(null), c = u(null), t = y({
17
+ defaultOpen: p,
18
+ onOpenChange(m) {
19
+ if (!m) {
20
+ o == null || o();
21
+ return;
22
+ }
23
+ e == null || e();
24
+ }
25
+ }), { triggerProps: r, overlayProps: s } = S({ type: f }, t), d = g(
26
+ () => ({
27
+ overlayProps: s,
28
+ defaultSelectedKey: n,
29
+ overlayState: t,
30
+ buttonProps: {
31
+ closeButtonProps: r,
32
+ closeButtonRef: c,
33
+ openButtonProps: r,
34
+ openButtonRef: a
35
+ }
36
+ }),
37
+ [t, n, r, s]
38
+ );
39
+ return /* @__PURE__ */ P(x, { value: d, children: l });
40
+ }
41
+ export {
42
+ I as SidePanelContextProvider,
43
+ H as useSidePanel
44
+ };
package/index67.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),q=require("./index131.js"),g=require("react"),j=require("react-stately"),h=require("./index66.js"),[m,s]=q.createCtxNullable();function T({children:c,defaultSelectedKey:r,defaultIsOpen:x,onCloseCallback:n,onOpenCallback:M,tabs:v,openBtn:i,closeBtn:t,...P}){const e=j.useTabListState({...P,children:v,defaultSelectedKey:r}),d=g.useMemo(()=>({openBtn:i,closeBtn:t,tabState:e,defaultSelectedKey:r}),[i,t,e,r]);return o.jsx(s,{value:d,children:o.jsx(h.SidePanelContextProvider,{onCloseCallback:()=>{var u;n==null||n(),(u=e==null?void 0:e.setSelectedKey)==null||u.call(e,r)},onOpenCallback:M,defaultIsOpen:x,defaultSelectedKey:r.toString(),children:c})})}exports.MenuContextProvider=T;exports.MenuProvider=s;exports.useMenu=m;
package/index67.mjs ADDED
@@ -0,0 +1,41 @@
1
+ "use client";
2
+ import { jsx as u } from "react/jsx-runtime";
3
+ import { createCtxNullable as P } from "./index131.mjs";
4
+ import { useMemo as f } from "react";
5
+ import { useTabListState as h } from "react-stately";
6
+ import { SidePanelContextProvider as c } from "./index66.mjs";
7
+ const [q, d] = P();
8
+ function w({
9
+ children: e,
10
+ defaultSelectedKey: i,
11
+ defaultIsOpen: p,
12
+ onCloseCallback: o,
13
+ onOpenCallback: s,
14
+ tabs: x,
15
+ openBtn: m,
16
+ closeBtn: n,
17
+ ...v
18
+ }) {
19
+ const r = h({ ...v, children: x, defaultSelectedKey: i }), M = f(
20
+ () => ({ openBtn: m, closeBtn: n, tabState: r, defaultSelectedKey: i }),
21
+ [m, n, r, i]
22
+ );
23
+ return /* @__PURE__ */ u(d, { value: M, children: /* @__PURE__ */ u(
24
+ c,
25
+ {
26
+ onCloseCallback: () => {
27
+ var t;
28
+ o == null || o(), (t = r == null ? void 0 : r.setSelectedKey) == null || t.call(r, i);
29
+ },
30
+ onOpenCallback: s,
31
+ defaultIsOpen: p,
32
+ defaultSelectedKey: i.toString(),
33
+ children: e
34
+ }
35
+ ) });
36
+ }
37
+ export {
38
+ w as MenuContextProvider,
39
+ d as MenuProvider,
40
+ q as useMenu
41
+ };
package/index68.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),t=require("react"),r=t.createContext(null),i=e=>{const{children:o,state:u}=e;return n.jsx(r.Provider,{value:u,children:o})};function c(){const e=t.useContext(r);return e!==null?e:null}exports.RadioGroupProvider=i;exports.useRadioGroupCtx=c;
package/index68.mjs ADDED
@@ -0,0 +1,15 @@
1
+ "use client";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ import { createContext as u, useContext as i } from "react";
4
+ const o = u(null), s = (t) => {
5
+ const { children: r, state: e } = t;
6
+ return /* @__PURE__ */ n(o.Provider, { value: e, children: r });
7
+ };
8
+ function x() {
9
+ const t = i(o);
10
+ return t !== null ? t : null;
11
+ }
12
+ export {
13
+ s as RadioGroupProvider,
14
+ x as useRadioGroupCtx
15
+ };
package/index69.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),s=require("./index131.js"),u=require("react"),[d,r]=s.createCtxNullable();function a(t){const{state:e,children:c,TransitionAnimation:o}=t,n=u.useMemo(()=>({state:e,TransitionAnimation:o}),[e,o]);return i.jsx(r,{value:n,children:c})}exports.AccordionContextProvider=a;exports.AccordionProvider=r;exports.useAccordionCtx=d;
package/index69.mjs ADDED
@@ -0,0 +1,14 @@
1
+ "use client";
2
+ import { jsx as i } from "react/jsx-runtime";
3
+ import { createCtxNullable as c } from "./index131.mjs";
4
+ import { useMemo as m } from "react";
5
+ const [l, s] = c();
6
+ function x(t) {
7
+ const { state: o, children: n, TransitionAnimation: r } = t, e = m(() => ({ state: o, TransitionAnimation: r }), [o, r]);
8
+ return /* @__PURE__ */ i(s, { value: e, children: n });
9
+ }
10
+ export {
11
+ x as AccordionContextProvider,
12
+ s as AccordionProvider,
13
+ l as useAccordionCtx
14
+ };
package/index7.js ADDED
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react/jsx-runtime"),C=require("react"),b=require("react-aria"),N=require("./index64.js"),j=require("./index6.js"),A=require("./index13.js"),$=k=>{const{sharingLinksList:f,id:w,isOpen:p,setIsOpen:x,onShare:h,themeName:c="shareButton",tokens:i,customTheme:l}=k,y=N(`${c}.linksList`,{...i,isOpen:p},l),e=b.useFocusManager(),d=s=>{s.key==="Escape"&&x(!1);const{listDirection:u}=i??{};u==="row"&&(s.key==="ArrowRight"&&(e==null||e.focusNext({wrap:!0}),s.preventDefault()),s.key==="ArrowLeft"&&(e==null||e.focusPrevious({wrap:!0}),s.preventDefault())),u==="column"&&(s.key==="ArrowDown"&&(e==null||e.focusNext({wrap:!0}),s.preventDefault()),s.key==="ArrowUp"&&(e==null||e.focusPrevious({wrap:!0}),s.preventDefault()))};return a.jsx("div",{className:y,id:w,role:"listbox",tabIndex:-1,onKeyDown:d,children:f==null?void 0:f.map(s=>{const{ariaLabel:u,onClick:m,href:t,icon:r,key:o}=s;return a.jsx(j.default,{themeName:`${c}.link`,tokens:{...i,isOpen:p},handlePress:()=>{h==null||h(o),m==null||m(o)},"aria-label":u,...t?{href:t,rel:"noopener noreferrer",target:"_blank",as:"a"}:{},role:"option",children:a.jsx(A,{themeName:`${c}.linkIcons`,icon:r})},o)})})},T=k=>{const{ariaLabel:f,icon:w,id:p,sharingLinksList:x,onShare:h,customTheme:c,themeName:i="shareButton",tokens:l,...y}=k,[e,d]=C.useState(!1),s=N(`${i}.container`,l,c),u=t=>{d(!e),!e&&setTimeout(()=>{var o,n;const r=(n=(o=t.target.parentElement)==null?void 0:o.lastChild)==null?void 0:n.firstChild;r==null||r.focus()})},m=t=>{const r=t.currentTarget.firstChild,o=t.currentTarget.lastChild,n=o.firstChild,D=o.lastChild,{listDirection:v}=l??{};v==="row"&&(t.key==="ArrowRight"&&t.target===r&&(n==null||n.focus(),t.preventDefault()),t.key==="ArrowLeft"&&t.target===r&&(D.focus(),t.preventDefault())),v==="column"&&(t.key==="ArrowDown"&&t.target===r&&(n==null||n.focus(),t.preventDefault()),t.key==="ArrowUp"&&t.target===r&&(D.focus(),t.preventDefault())),t.key==="Escape"&&(d(!1),r==null||r.focus()),document.activeElement===o&&(r==null||r.focus())};return a.jsx(b.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:e,children:a.jsxs("div",{className:s,onKeyDown:m,children:[a.jsx(j.ButtonWithForwardRef,{themeName:`${i}.button`,tokens:{...l,isOpen:e},"aria-label":f,"aria-haspopup":"listbox","aria-expanded":e?"true":"false","aria-controls":"share-buttons",handlePress:u,...y,children:a.jsx(A,{themeName:`${i}.icon`,icon:w??"Share"})}),e&&a.jsx($,{id:p,sharingLinksList:x,onShare:h,isOpen:e,setIsOpen:d,themeName:i,customTheme:c,tokens:l})]})})};exports.IconsContainer=$;exports.default=T;