@orion-ds/react 4.2.5 → 4.2.9

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 (380) hide show
  1. package/dist/components/Accordion/Accordion.module.css +1 -1
  2. package/dist/components/Alert/Alert.d.ts.map +1 -1
  3. package/dist/components/Alert/Alert.module.css +1 -1
  4. package/dist/components/Alert/Alert.stories.d.ts +2 -1
  5. package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
  6. package/dist/components/Alert/Alert.types.d.ts +1 -1
  7. package/dist/components/Alert/Alert.types.d.ts.map +1 -1
  8. package/dist/components/Badge/Badge.module.css +1 -1
  9. package/dist/components/Badge/Badge.stories.d.ts +2 -2
  10. package/dist/components/Badge/Badge.stories.d.ts.map +1 -1
  11. package/dist/components/Badge/Badge.types.d.ts +2 -2
  12. package/dist/components/Badge/Badge.types.d.ts.map +1 -1
  13. package/dist/components/Button/Button.module.css +1 -1
  14. package/dist/components/Card/Card.d.ts.map +1 -1
  15. package/dist/components/Card/Card.module.css +1 -1
  16. package/dist/components/Card/Card.stories.d.ts +1 -1
  17. package/dist/components/Card/Card.stories.d.ts.map +1 -1
  18. package/dist/components/Card/Card.types.d.ts +3 -1
  19. package/dist/components/Card/Card.types.d.ts.map +1 -1
  20. package/dist/components/Chip/Chip.module.css +1 -1
  21. package/dist/components/Chip/Chip.stories.d.ts +1 -1
  22. package/dist/components/Chip/Chip.stories.d.ts.map +1 -1
  23. package/dist/components/Chip/Chip.types.d.ts +1 -1
  24. package/dist/components/Chip/Chip.types.d.ts.map +1 -1
  25. package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  26. package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -1
  27. package/dist/components/Field/Field.module.css +1 -1
  28. package/dist/components/Field/Field.stories.d.ts +5 -0
  29. package/dist/components/Field/Field.stories.d.ts.map +1 -1
  30. package/dist/components/NavTree/NavTree.d.ts.map +1 -1
  31. package/dist/components/NavTree/NavTree.module.css +1 -1
  32. package/dist/components/NavTree/NavTree.stories.d.ts.map +1 -1
  33. package/dist/components/NavTree/NavTree.types.d.ts +2 -2
  34. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  35. package/dist/components/SearchInput/SearchInput.module.css +1 -1
  36. package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -0
  37. package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -1
  38. package/dist/components/SearchInput/SearchInput.types.d.ts +5 -1
  39. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -1
  40. package/dist/components/Select/Select.module.css +1 -1
  41. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  42. package/dist/components/Tabs/Tabs.module.css +1 -1
  43. package/dist/components/Tabs/Tabs.types.d.ts +6 -0
  44. package/dist/components/Tabs/Tabs.types.d.ts.map +1 -1
  45. package/dist/components/Textarea/Textarea.module.css +1 -1
  46. package/dist/components/UserMenu/UserMenu.d.ts.map +1 -1
  47. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -1
  48. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -1
  49. package/dist/components/index.d.ts +1 -1
  50. package/dist/components/index.d.ts.map +1 -1
  51. package/dist/examples/LandingPage.example.d.ts.map +1 -1
  52. package/dist/hooks/useTheme.d.ts.map +1 -1
  53. package/dist/index.d.ts +1 -1
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index10.cjs +1 -1
  56. package/dist/index10.mjs +1 -1
  57. package/dist/index100.cjs +1 -1
  58. package/dist/index100.mjs +62 -24
  59. package/dist/index101.cjs +1 -1
  60. package/dist/index101.mjs +16 -44
  61. package/dist/index102.cjs +1 -1
  62. package/dist/index102.mjs +30 -30
  63. package/dist/index103.cjs +1 -1
  64. package/dist/index103.mjs +30 -28
  65. package/dist/index104.cjs +1 -1
  66. package/dist/index104.mjs +40 -16
  67. package/dist/index105.cjs +1 -1
  68. package/dist/index105.mjs +36 -64
  69. package/dist/index106.cjs +1 -1
  70. package/dist/index106.mjs +54 -52
  71. package/dist/index107.cjs +1 -1
  72. package/dist/index107.mjs +46 -42
  73. package/dist/index108.cjs +1 -1
  74. package/dist/index108.mjs +13 -29
  75. package/dist/index109.cjs +1 -1
  76. package/dist/index109.mjs +28 -24
  77. package/dist/index11.cjs +1 -1
  78. package/dist/index11.mjs +1 -1
  79. package/dist/index110.cjs +1 -1
  80. package/dist/index110.mjs +65 -28
  81. package/dist/index111.cjs +1 -1
  82. package/dist/index111.mjs +24 -18
  83. package/dist/index112.cjs +1 -1
  84. package/dist/index112.mjs +35 -14
  85. package/dist/index113.cjs +1 -1
  86. package/dist/index113.mjs +30 -50
  87. package/dist/index114.cjs +1 -1
  88. package/dist/index114.mjs +32 -53
  89. package/dist/index115.cjs +1 -1
  90. package/dist/index115.mjs +57 -62
  91. package/dist/index116.cjs +1 -1
  92. package/dist/index116.mjs +18 -33
  93. package/dist/index117.cjs +1 -1
  94. package/dist/index117.mjs +12 -30
  95. package/dist/index118.cjs +1 -1
  96. package/dist/index118.mjs +64 -18
  97. package/dist/index119.cjs +1 -1
  98. package/dist/index119.mjs +28 -56
  99. package/dist/index12.cjs +1 -1
  100. package/dist/index12.mjs +1 -1
  101. package/dist/index120.cjs +1 -1
  102. package/dist/index120.mjs +32 -38
  103. package/dist/index121.cjs +1 -1
  104. package/dist/index121.mjs +76 -20
  105. package/dist/index122.cjs +1 -1
  106. package/dist/index122.mjs +33 -40
  107. package/dist/index123.cjs +1 -1
  108. package/dist/index123.mjs +40 -76
  109. package/dist/index124.cjs +1 -1
  110. package/dist/index124.mjs +52 -51
  111. package/dist/index125.cjs +1 -1
  112. package/dist/index125.mjs +41 -29
  113. package/dist/index126.cjs +1 -1
  114. package/dist/index126.mjs +18 -65
  115. package/dist/index127.cjs +1 -1
  116. package/dist/index127.mjs +37 -31
  117. package/dist/index128.cjs +1 -1
  118. package/dist/index128.mjs +28 -32
  119. package/dist/index129.cjs +1 -1
  120. package/dist/index129.mjs +36 -45
  121. package/dist/index13.cjs +1 -1
  122. package/dist/index13.mjs +1 -1
  123. package/dist/index130.cjs +1 -1
  124. package/dist/index130.mjs +18 -42
  125. package/dist/index131.cjs +1 -1
  126. package/dist/index131.mjs +18 -28
  127. package/dist/index132.cjs +1 -1
  128. package/dist/index132.mjs +234 -30
  129. package/dist/index133.cjs +1 -1
  130. package/dist/index133.mjs +34 -25
  131. package/dist/index134.cjs +1 -1
  132. package/dist/index134.mjs +44 -13
  133. package/dist/index135.cjs +1 -1
  134. package/dist/index135.mjs +170 -234
  135. package/dist/index136.cjs +1 -1
  136. package/dist/index136.mjs +184 -32
  137. package/dist/index137.cjs +1 -1
  138. package/dist/index137.mjs +24 -39
  139. package/dist/index138.cjs +1 -1
  140. package/dist/index138.mjs +78 -158
  141. package/dist/index139.cjs +1 -1
  142. package/dist/index139.mjs +47 -180
  143. package/dist/index14.cjs +1 -1
  144. package/dist/index14.mjs +1 -1
  145. package/dist/index140.cjs +1 -1
  146. package/dist/index140.mjs +64 -26
  147. package/dist/index141.cjs +1 -1
  148. package/dist/index141.mjs +115 -81
  149. package/dist/index142.cjs +1 -1
  150. package/dist/index142.mjs +108 -52
  151. package/dist/index143.cjs +1 -1
  152. package/dist/index143.mjs +105 -60
  153. package/dist/index144.cjs +1 -1
  154. package/dist/index144.mjs +112 -114
  155. package/dist/index145.cjs +1 -1
  156. package/dist/index145.mjs +212 -106
  157. package/dist/index146.cjs +1 -1
  158. package/dist/index146.mjs +42 -111
  159. package/dist/index147.cjs +1 -1
  160. package/dist/index147.mjs +27 -122
  161. package/dist/index148.cjs +1 -1
  162. package/dist/index148.mjs +56 -214
  163. package/dist/index149.cjs +1 -1
  164. package/dist/index149.mjs +46 -22
  165. package/dist/index15.cjs +1 -1
  166. package/dist/index15.mjs +1 -1
  167. package/dist/index150.cjs +1 -1
  168. package/dist/index150.mjs +24 -36
  169. package/dist/index151.cjs +1 -1
  170. package/dist/index151.mjs +24 -12
  171. package/dist/index152.cjs +1 -1
  172. package/dist/index152.mjs +20 -28
  173. package/dist/index153.cjs +1 -1
  174. package/dist/index153.mjs +26 -46
  175. package/dist/index154.cjs +1 -1
  176. package/dist/index154.mjs +28 -38
  177. package/dist/index155.cjs +1 -1
  178. package/dist/index155.mjs +40 -36
  179. package/dist/index156.cjs +1 -1
  180. package/dist/index156.mjs +22 -18
  181. package/dist/index157.cjs +1 -1
  182. package/dist/index157.mjs +64 -62
  183. package/dist/index158.cjs +1 -1
  184. package/dist/index158.mjs +12 -18
  185. package/dist/index159.cjs +1 -1
  186. package/dist/index159.mjs +33 -67
  187. package/dist/index16.cjs +1 -1
  188. package/dist/index16.mjs +73 -69
  189. package/dist/index160.cjs +1 -1
  190. package/dist/index160.mjs +20 -20
  191. package/dist/index161.cjs +1 -1
  192. package/dist/index161.mjs +42 -106
  193. package/dist/index162.cjs +1 -1
  194. package/dist/index162.mjs +20 -33
  195. package/dist/index163.cjs +1 -1
  196. package/dist/index163.mjs +28 -28
  197. package/dist/index164.cjs +1 -1
  198. package/dist/index164.mjs +44 -18
  199. package/dist/index165.cjs +1 -1
  200. package/dist/index165.mjs +63 -37
  201. package/dist/index166.cjs +1 -1
  202. package/dist/index166.mjs +28 -28
  203. package/dist/index167.cjs +1 -1
  204. package/dist/index167.mjs +20 -46
  205. package/dist/index168.cjs +1 -1
  206. package/dist/index168.mjs +67 -22
  207. package/dist/index169.cjs +1 -1
  208. package/dist/index169.mjs +30 -40
  209. package/dist/index17.cjs +1 -1
  210. package/dist/index17.mjs +1 -1
  211. package/dist/index170.cjs +1 -1
  212. package/dist/index170.mjs +24 -20
  213. package/dist/index171.cjs +1 -1
  214. package/dist/index171.mjs +44 -42
  215. package/dist/index172.cjs +1 -1
  216. package/dist/index172.mjs +46 -64
  217. package/dist/index173.cjs +1 -1
  218. package/dist/index173.mjs +28 -55
  219. package/dist/index174.cjs +1 -1
  220. package/dist/index174.mjs +106 -26
  221. package/dist/index175.cjs +1 -1
  222. package/dist/index175.mjs +52 -44
  223. package/dist/index176.cjs +1 -1
  224. package/dist/index176.mjs +45 -28
  225. package/dist/index177.cjs +1 -1
  226. package/dist/index177.mjs +38 -33
  227. package/dist/index178.cjs +1 -1
  228. package/dist/index178.mjs +55 -32
  229. package/dist/index179.cjs +1 -1
  230. package/dist/index179.mjs +50 -46
  231. package/dist/index18.cjs +1 -1
  232. package/dist/index18.mjs +1 -1
  233. package/dist/index180.cjs +1 -1
  234. package/dist/index180.mjs +30 -57
  235. package/dist/index181.cjs +1 -1
  236. package/dist/index181.mjs +52 -27
  237. package/dist/index182.cjs +1 -1
  238. package/dist/index182.mjs +17 -17
  239. package/dist/index183.cjs +1 -1
  240. package/dist/index183.mjs +17 -17
  241. package/dist/index185.cjs +1 -1
  242. package/dist/index185.mjs +1 -1
  243. package/dist/index19.cjs +1 -1
  244. package/dist/index19.mjs +2 -2
  245. package/dist/index20.cjs +1 -1
  246. package/dist/index20.mjs +14 -14
  247. package/dist/index21.cjs +1 -1
  248. package/dist/index21.mjs +1 -1
  249. package/dist/index22.cjs +1 -1
  250. package/dist/index22.mjs +1 -1
  251. package/dist/index23.cjs +1 -1
  252. package/dist/index23.mjs +56 -36
  253. package/dist/index24.cjs +1 -1
  254. package/dist/index24.mjs +1 -1
  255. package/dist/index25.cjs +1 -1
  256. package/dist/index25.mjs +2 -2
  257. package/dist/index26.cjs +1 -1
  258. package/dist/index26.mjs +1 -1
  259. package/dist/index27.cjs +1 -1
  260. package/dist/index27.mjs +1 -1
  261. package/dist/index28.cjs +1 -1
  262. package/dist/index28.mjs +1 -1
  263. package/dist/index29.cjs +1 -1
  264. package/dist/index29.mjs +1 -1
  265. package/dist/index3.cjs +1 -1
  266. package/dist/index3.mjs +2 -2
  267. package/dist/index30.cjs +1 -1
  268. package/dist/index30.mjs +1 -1
  269. package/dist/index31.cjs +1 -1
  270. package/dist/index31.mjs +1 -1
  271. package/dist/index32.cjs +1 -1
  272. package/dist/index32.mjs +1 -1
  273. package/dist/index33.cjs +1 -1
  274. package/dist/index33.mjs +1 -1
  275. package/dist/index34.cjs +1 -1
  276. package/dist/index34.mjs +1 -1
  277. package/dist/index35.cjs +1 -1
  278. package/dist/index35.mjs +1 -1
  279. package/dist/index36.cjs +1 -1
  280. package/dist/index36.mjs +1 -1
  281. package/dist/index37.cjs +1 -1
  282. package/dist/index37.mjs +1 -1
  283. package/dist/index38.cjs +1 -1
  284. package/dist/index38.mjs +1 -1
  285. package/dist/index39.cjs +1 -1
  286. package/dist/index39.mjs +1 -1
  287. package/dist/index40.cjs +1 -1
  288. package/dist/index40.mjs +1 -1
  289. package/dist/index42.cjs +1 -1
  290. package/dist/index42.mjs +1 -1
  291. package/dist/index43.cjs +1 -1
  292. package/dist/index43.mjs +1 -1
  293. package/dist/index44.cjs +1 -1
  294. package/dist/index44.mjs +1 -1
  295. package/dist/index46.cjs +1 -1
  296. package/dist/index46.mjs +1 -1
  297. package/dist/index47.cjs +1 -1
  298. package/dist/index47.mjs +1 -1
  299. package/dist/index48.mjs +95 -31
  300. package/dist/index49.cjs +1 -1
  301. package/dist/index49.mjs +1 -1
  302. package/dist/index5.cjs +1 -1
  303. package/dist/index5.mjs +1 -1
  304. package/dist/index50.cjs +1 -1
  305. package/dist/index50.mjs +1 -1
  306. package/dist/index51.cjs +1 -1
  307. package/dist/index51.mjs +1 -1
  308. package/dist/index52.cjs +1 -1
  309. package/dist/index52.mjs +1 -1
  310. package/dist/index53.cjs +1 -1
  311. package/dist/index53.mjs +82 -78
  312. package/dist/index54.cjs +1 -1
  313. package/dist/index54.mjs +1 -1
  314. package/dist/index55.cjs +1 -1
  315. package/dist/index55.mjs +1 -1
  316. package/dist/index56.cjs +1 -1
  317. package/dist/index56.mjs +1 -1
  318. package/dist/index57.cjs +1 -1
  319. package/dist/index57.mjs +1 -1
  320. package/dist/index58.cjs +1 -1
  321. package/dist/index58.mjs +1 -1
  322. package/dist/index59.cjs +1 -1
  323. package/dist/index59.mjs +1 -1
  324. package/dist/index6.cjs +1 -1
  325. package/dist/index6.mjs +1 -1
  326. package/dist/index60.cjs +1 -1
  327. package/dist/index60.mjs +1 -1
  328. package/dist/index61.cjs +1 -1
  329. package/dist/index61.mjs +1 -1
  330. package/dist/index62.cjs +1 -1
  331. package/dist/index62.mjs +42 -39
  332. package/dist/index63.cjs +1 -1
  333. package/dist/index63.mjs +1 -1
  334. package/dist/index64.cjs +1 -1
  335. package/dist/index64.mjs +1 -1
  336. package/dist/index65.cjs +1 -1
  337. package/dist/index65.mjs +1 -1
  338. package/dist/index66.cjs +1 -1
  339. package/dist/index66.mjs +1 -1
  340. package/dist/index67.cjs +1 -1
  341. package/dist/index67.mjs +1 -1
  342. package/dist/index68.cjs +1 -1
  343. package/dist/index68.mjs +1 -1
  344. package/dist/index69.cjs +1 -1
  345. package/dist/index69.mjs +1 -1
  346. package/dist/index7.cjs +1 -1
  347. package/dist/index7.mjs +1 -1
  348. package/dist/index70.cjs +1 -1
  349. package/dist/index70.mjs +1 -1
  350. package/dist/index71.cjs +1 -1
  351. package/dist/index71.mjs +1 -1
  352. package/dist/index72.cjs +1 -1
  353. package/dist/index72.mjs +17 -15
  354. package/dist/index73.cjs +1 -1
  355. package/dist/index73.mjs +1 -1
  356. package/dist/index74.cjs +1 -1
  357. package/dist/index74.mjs +2 -2
  358. package/dist/index76.cjs +1 -1
  359. package/dist/index76.mjs +1 -1
  360. package/dist/index77.cjs +1 -1
  361. package/dist/index77.mjs +1 -1
  362. package/dist/index78.cjs +1 -1
  363. package/dist/index78.mjs +1 -1
  364. package/dist/index79.cjs +1 -1
  365. package/dist/index79.mjs +1 -1
  366. package/dist/index8.cjs +1 -1
  367. package/dist/index8.mjs +31 -30
  368. package/dist/index80.cjs +1 -1
  369. package/dist/index80.mjs +1 -1
  370. package/dist/index81.cjs +1 -1
  371. package/dist/index81.mjs +21 -3
  372. package/dist/index9.cjs +1 -1
  373. package/dist/index9.mjs +1 -1
  374. package/dist/index94.mjs +3 -1
  375. package/dist/index99.cjs +1 -1
  376. package/dist/index99.mjs +30 -40
  377. package/dist/styles.css +13 -12
  378. package/dist/theme.css +1 -0
  379. package/dist/tokens/brands.d.ts.map +1 -1
  380. package/package.json +4 -4
package/dist/index181.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_link_1ch8i_9",i="_subtle_1ch8i_38",c="_brand_1ch8i_46",o="_sm_1ch8i_58",_="_md_1ch8i_63",t="_lg_1ch8i_68",e="_underline_1ch8i_77",r="_icon_1ch8i_92",l="_iconRight_1ch8i_124",s="_iconExternal_1ch8i_129",d="_iconArrow_1ch8i_134",h="_iconArrowLeft_1ch8i_139",u={link:n,default:"_default_1ch8i_30",subtle:i,brand:c,sm:o,md:_,lg:t,underline:e,icon:r,iconRight:l,iconExternal:s,iconArrow:d,iconArrowLeft:h};exports.brand=c;exports.default=u;exports.icon=r;exports.iconArrow=d;exports.iconArrowLeft=h;exports.iconExternal=s;exports.iconRight=l;exports.lg=t;exports.link=n;exports.md=_;exports.sm=o;exports.subtle=i;exports.underline=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_stepper_ayf09_10",e="_list_ayf09_14",o="_horizontal_ayf09_26",_="_item_ayf09_33",c="_step_ayf09_10",n="_indicator_ayf09_70",r="_sm_ayf09_84",l="_md_ayf09_90",s="_lg_ayf09_96",a="_upcoming_ayf09_107",i="_current_ayf09_114",p="_complete_ayf09_122",f="_error_ayf09_129",y="_number_ayf09_139",m="_content_ayf09_147",b="_title_ayf09_158",d="_optional_ayf09_189",u="_description_ayf09_200",g="_errorMessage_ayf09_219",h="_connector_ayf09_228",v="_vertical_ayf09_266",M="_clickable_ayf09_317",k="_disabled_ayf09_343",z="_scrollable_ayf09_428",S={stepper:t,list:e,horizontal:o,item:_,step:c,"label-right":"_label-right_ayf09_61",indicator:n,sm:r,md:l,lg:s,upcoming:a,current:i,complete:p,error:f,number:y,content:m,title:b,optional:d,description:u,errorMessage:g,connector:h,"label-bottom":"_label-bottom_ayf09_256",vertical:v,clickable:M,disabled:k,scrollable:z};exports.clickable=M;exports.complete=p;exports.connector=h;exports.content=m;exports.current=i;exports.default=S;exports.description=u;exports.disabled=k;exports.error=f;exports.errorMessage=g;exports.horizontal=o;exports.indicator=n;exports.item=_;exports.lg=s;exports.list=e;exports.md=l;exports.number=y;exports.optional=d;exports.scrollable=z;exports.sm=r;exports.step=c;exports.stepper=t;exports.title=b;exports.upcoming=a;exports.vertical=v;
package/dist/index181.mjs CHANGED
@@ -1,30 +1,55 @@
1
- const n = "_link_1ch8i_9", c = "_subtle_1ch8i_38", _ = "_brand_1ch8i_46", i = "_sm_1ch8i_58", o = "_md_1ch8i_63", t = "_lg_1ch8i_68", r = "_underline_1ch8i_77", s = "_icon_1ch8i_92", e = "_iconRight_1ch8i_124", l = "_iconExternal_1ch8i_129", h = "_iconArrow_1ch8i_134", d = "_iconArrowLeft_1ch8i_139", a = {
2
- link: n,
3
- default: "_default_1ch8i_30",
4
- subtle: c,
5
- brand: _,
6
- sm: i,
7
- md: o,
8
- lg: t,
9
- underline: r,
10
- icon: s,
11
- iconRight: e,
12
- iconExternal: l,
13
- iconArrow: h,
14
- iconArrowLeft: d
1
+ const t = "_stepper_ayf09_10", _ = "_list_ayf09_14", o = "_horizontal_ayf09_26", e = "_item_ayf09_33", c = "_step_ayf09_10", n = "_indicator_ayf09_70", a = "_sm_ayf09_84", s = "_md_ayf09_90", r = "_lg_ayf09_96", l = "_upcoming_ayf09_107", i = "_current_ayf09_114", f = "_complete_ayf09_122", y = "_error_ayf09_129", p = "_number_ayf09_139", m = "_content_ayf09_147", b = "_title_ayf09_158", d = "_optional_ayf09_189", g = "_description_ayf09_200", u = "_errorMessage_ayf09_219", h = "_connector_ayf09_228", k = "_vertical_ayf09_266", v = "_clickable_ayf09_317", z = "_disabled_ayf09_343", M = "_scrollable_ayf09_428", x = {
2
+ stepper: t,
3
+ list: _,
4
+ horizontal: o,
5
+ item: e,
6
+ step: c,
7
+ "label-right": "_label-right_ayf09_61",
8
+ indicator: n,
9
+ sm: a,
10
+ md: s,
11
+ lg: r,
12
+ upcoming: l,
13
+ current: i,
14
+ complete: f,
15
+ error: y,
16
+ number: p,
17
+ content: m,
18
+ title: b,
19
+ optional: d,
20
+ description: g,
21
+ errorMessage: u,
22
+ connector: h,
23
+ "label-bottom": "_label-bottom_ayf09_256",
24
+ vertical: k,
25
+ clickable: v,
26
+ disabled: z,
27
+ scrollable: M
15
28
  };
16
29
  export {
17
- _ as brand,
18
- a as default,
19
- s as icon,
20
- h as iconArrow,
21
- d as iconArrowLeft,
22
- l as iconExternal,
23
- e as iconRight,
24
- t as lg,
25
- n as link,
26
- o as md,
27
- i as sm,
28
- c as subtle,
29
- r as underline
30
+ v as clickable,
31
+ f as complete,
32
+ h as connector,
33
+ m as content,
34
+ i as current,
35
+ x as default,
36
+ g as description,
37
+ z as disabled,
38
+ y as error,
39
+ u as errorMessage,
40
+ o as horizontal,
41
+ n as indicator,
42
+ e as item,
43
+ r as lg,
44
+ _ as list,
45
+ s as md,
46
+ p as number,
47
+ d as optional,
48
+ M as scrollable,
49
+ a as sm,
50
+ c as step,
51
+ t as stepper,
52
+ b as title,
53
+ l as upcoming,
54
+ k as vertical
30
55
  };
package/dist/index182.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_container_1l2wi_8",l="_centered_1l2wi_13",t="_padded_1l2wi_19",_="_sm_1l2wi_28",d="_md_1l2wi_32",n="_lg_1l2wi_36",c="_xl_1l2wi_40",s="_full_1l2wi_44",o={container:e,centered:l,padded:t,sm:_,md:d,lg:n,xl:c,full:s};exports.centered=l;exports.container=e;exports.default=o;exports.full=s;exports.lg=n;exports.md=d;exports.padded=t;exports.sm=_;exports.xl=c;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const _="_section_f5l02_8",o="_borderTop_f5l02_71",e="_borderBottom_f5l02_75",n={section:_,"spacing-none":"_spacing-none_f5l02_17","spacing-sm":"_spacing-sm_f5l02_22","spacing-md":"_spacing-md_f5l02_27","spacing-lg":"_spacing-lg_f5l02_32","spacing-xl":"_spacing-xl_f5l02_37","bg-none":"_bg-none_f5l02_46","bg-base":"_bg-base_f5l02_50","bg-subtle":"_bg-subtle_f5l02_54","bg-sunken":"_bg-sunken_f5l02_58","bg-brand":"_bg-brand_f5l02_62",borderTop:o,borderBottom:e};exports.borderBottom=e;exports.borderTop=o;exports.default=n;exports.section=_;
package/dist/index182.mjs CHANGED
@@ -1,21 +1,21 @@
1
- const _ = "_container_1l2wi_8", l = "_centered_1l2wi_13", e = "_padded_1l2wi_19", n = "_sm_1l2wi_28", t = "_md_1l2wi_32", d = "_lg_1l2wi_36", c = "_xl_1l2wi_40", s = "_full_1l2wi_44", o = {
2
- container: _,
3
- centered: l,
4
- padded: e,
5
- sm: n,
6
- md: t,
7
- lg: d,
8
- xl: c,
9
- full: s
1
+ const _ = "_section_f5l02_8", n = "_borderTop_f5l02_71", s = "_borderBottom_f5l02_75", o = {
2
+ section: _,
3
+ "spacing-none": "_spacing-none_f5l02_17",
4
+ "spacing-sm": "_spacing-sm_f5l02_22",
5
+ "spacing-md": "_spacing-md_f5l02_27",
6
+ "spacing-lg": "_spacing-lg_f5l02_32",
7
+ "spacing-xl": "_spacing-xl_f5l02_37",
8
+ "bg-none": "_bg-none_f5l02_46",
9
+ "bg-base": "_bg-base_f5l02_50",
10
+ "bg-subtle": "_bg-subtle_f5l02_54",
11
+ "bg-sunken": "_bg-sunken_f5l02_58",
12
+ "bg-brand": "_bg-brand_f5l02_62",
13
+ borderTop: n,
14
+ borderBottom: s
10
15
  };
11
16
  export {
12
- l as centered,
13
- _ as container,
17
+ s as borderBottom,
18
+ n as borderTop,
14
19
  o as default,
15
- s as full,
16
- d as lg,
17
- t as md,
18
- e as padded,
19
- n as sm,
20
- c as xl
20
+ _ as section
21
21
  };
package/dist/index183.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const _="_section_f5l02_8",o="_borderTop_f5l02_71",e="_borderBottom_f5l02_75",n={section:_,"spacing-none":"_spacing-none_f5l02_17","spacing-sm":"_spacing-sm_f5l02_22","spacing-md":"_spacing-md_f5l02_27","spacing-lg":"_spacing-lg_f5l02_32","spacing-xl":"_spacing-xl_f5l02_37","bg-none":"_bg-none_f5l02_46","bg-base":"_bg-base_f5l02_50","bg-subtle":"_bg-subtle_f5l02_54","bg-sunken":"_bg-sunken_f5l02_58","bg-brand":"_bg-brand_f5l02_62",borderTop:o,borderBottom:e};exports.borderBottom=e;exports.borderTop=o;exports.default=n;exports.section=_;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_container_1l2wi_8",l="_centered_1l2wi_13",t="_padded_1l2wi_19",_="_sm_1l2wi_28",d="_md_1l2wi_32",n="_lg_1l2wi_36",c="_xl_1l2wi_40",s="_full_1l2wi_44",o={container:e,centered:l,padded:t,sm:_,md:d,lg:n,xl:c,full:s};exports.centered=l;exports.container=e;exports.default=o;exports.full=s;exports.lg=n;exports.md=d;exports.padded=t;exports.sm=_;exports.xl=c;
package/dist/index183.mjs CHANGED
@@ -1,21 +1,21 @@
1
- const _ = "_section_f5l02_8", n = "_borderTop_f5l02_71", s = "_borderBottom_f5l02_75", o = {
2
- section: _,
3
- "spacing-none": "_spacing-none_f5l02_17",
4
- "spacing-sm": "_spacing-sm_f5l02_22",
5
- "spacing-md": "_spacing-md_f5l02_27",
6
- "spacing-lg": "_spacing-lg_f5l02_32",
7
- "spacing-xl": "_spacing-xl_f5l02_37",
8
- "bg-none": "_bg-none_f5l02_46",
9
- "bg-base": "_bg-base_f5l02_50",
10
- "bg-subtle": "_bg-subtle_f5l02_54",
11
- "bg-sunken": "_bg-sunken_f5l02_58",
12
- "bg-brand": "_bg-brand_f5l02_62",
13
- borderTop: n,
14
- borderBottom: s
1
+ const _ = "_container_1l2wi_8", l = "_centered_1l2wi_13", e = "_padded_1l2wi_19", n = "_sm_1l2wi_28", t = "_md_1l2wi_32", d = "_lg_1l2wi_36", c = "_xl_1l2wi_40", s = "_full_1l2wi_44", o = {
2
+ container: _,
3
+ centered: l,
4
+ padded: e,
5
+ sm: n,
6
+ md: t,
7
+ lg: d,
8
+ xl: c,
9
+ full: s
15
10
  };
16
11
  export {
17
- s as borderBottom,
18
- n as borderTop,
12
+ l as centered,
13
+ _ as container,
19
14
  o as default,
20
- _ as section
15
+ s as full,
16
+ d as lg,
17
+ t as md,
18
+ e as padded,
19
+ n as sm,
20
+ c as xl
21
21
  };
package/dist/index185.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),n=require("react"),b=require("lucide-react"),i=require("./index135.cjs"),l=({src:s,alt:d="Image",isOpen:a,onClose:t,className:f,...m})=>{const u=n.useRef(null),r=n.useRef(null),c=n.useCallback(e=>{if(e.key==="Escape"){t();return}e.key==="Tab"&&(e.preventDefault(),u.current?.focus())},[t]),g=e=>{e.target===e.currentTarget&&t()};return n.useEffect(()=>(a&&(r.current=document.activeElement,document.addEventListener("keydown",c),document.body.style.overflow="hidden",requestAnimationFrame(()=>{u.current?.focus()})),()=>{document.removeEventListener("keydown",c),document.body.style.overflow="",r.current&&typeof r.current.focus=="function"&&r.current.focus()}),[a,c]),a?o.jsxs("div",{className:[i.default.lightbox,f].filter(Boolean).join(" "),onClick:g,role:"dialog","aria-modal":"true","aria-label":"Image viewer",...m,children:[o.jsx("button",{ref:u,className:i.default.lightboxClose,onClick:t,"aria-label":"Close image viewer",children:o.jsx(b.X,{size:24})}),o.jsx("img",{src:s,alt:d,className:i.default.lightboxImage})]}):null};l.displayName="ChatLightbox";exports.ChatLightbox=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),n=require("react"),b=require("lucide-react"),i=require("./index132.cjs"),l=({src:s,alt:d="Image",isOpen:a,onClose:t,className:f,...m})=>{const u=n.useRef(null),r=n.useRef(null),c=n.useCallback(e=>{if(e.key==="Escape"){t();return}e.key==="Tab"&&(e.preventDefault(),u.current?.focus())},[t]),g=e=>{e.target===e.currentTarget&&t()};return n.useEffect(()=>(a&&(r.current=document.activeElement,document.addEventListener("keydown",c),document.body.style.overflow="hidden",requestAnimationFrame(()=>{u.current?.focus()})),()=>{document.removeEventListener("keydown",c),document.body.style.overflow="",r.current&&typeof r.current.focus=="function"&&r.current.focus()}),[a,c]),a?o.jsxs("div",{className:[i.default.lightbox,f].filter(Boolean).join(" "),onClick:g,role:"dialog","aria-modal":"true","aria-label":"Image viewer",...m,children:[o.jsx("button",{ref:u,className:i.default.lightboxClose,onClick:t,"aria-label":"Close image viewer",children:o.jsx(b.X,{size:24})}),o.jsx("img",{src:s,alt:d,className:i.default.lightboxImage})]}):null};l.displayName="ChatLightbox";exports.ChatLightbox=l;
package/dist/index185.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as g, jsx as i } from "react/jsx-runtime";
2
2
  import { useRef as c, useCallback as b, useEffect as h } from "react";
3
3
  import { X as y } from "lucide-react";
4
- import l from "./index135.mjs";
4
+ import l from "./index132.mjs";
5
5
  const v = ({
6
6
  src: u,
7
7
  alt: s = "Image",
package/dist/index19.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("react"),p=require("recharts"),R=require("./index165.cjs"),t=require("./index166.cjs"),f=h.createContext({}),j=({config:s,children:o,className:a,style:n,...l})=>{const{resolvedConfig:r,resolvedColorVars:i}=R.useResolvedChartColors(s),d=[t.default.container,a].filter(Boolean).join(" ");return e.jsx(f.Provider,{value:r,children:e.jsx("div",{role:"figure",className:d,style:{...i,...n},...l,children:e.jsx(p.ResponsiveContainer,{width:"100%",height:"100%",children:o})})})};j.displayName="ChartContainer";const v=({active:s,payload:o,label:a,indicator:n="dot",hideLabel:l=!1,hideIndicator:r=!1,labelFormatter:i,formatter:d,className:u})=>{const L=h.useContext(f);if(!s||!o?.length)return null;const b=[t.default.tooltip,u].filter(Boolean).join(" "),g=i?i(String(a)):a,T={dot:t.default.tooltipDot,line:t.default.tooltipLine,dashed:t.default.tooltipDashed}[n];return e.jsxs("div",{className:b,children:[!l&&g&&e.jsx("div",{className:t.default.tooltipLabel,children:g}),e.jsx("div",{className:t.default.tooltipItems,children:o.map(c=>{const C=String(c.dataKey||c.name),m=L[C],q=m?.label||C,I=d?d(c.value,C):String(c.value),x=c.color||m?.color;return e.jsxs("div",{className:t.default.tooltipItem,children:[!r&&e.jsx("span",{className:T,style:{backgroundColor:x,borderColor:x}}),e.jsx("span",{className:t.default.tooltipName,children:q}),e.jsx("span",{className:t.default.tooltipValue,children:I})]},C)})})]})};v.displayName="ChartTooltipContent";const N=({payload:s,className:o})=>{const a=h.useContext(f);if(!s?.length)return null;const n=[t.default.legend,o].filter(Boolean).join(" ");return e.jsx("div",{className:n,children:s.map(l=>{const r=l.dataKey||l.value,i=a[r],d=i?.label||r,u=l.color||i?.color;return e.jsxs("div",{className:t.default.legendItem,children:[e.jsx("span",{className:t.default.legendDot,style:{backgroundColor:u}}),e.jsx("span",{children:d})]},r)})})};N.displayName="ChartLegendContent";const y=({id:s,color:o,startOpacity:a=.4,endOpacity:n=.05})=>e.jsxs("linearGradient",{id:s,x1:"0",y1:"0",x2:"0",y2:"1",children:[e.jsx("stop",{offset:"5%",stopColor:o,stopOpacity:a}),e.jsx("stop",{offset:"95%",stopColor:o,stopOpacity:n})]});y.displayName="ChartGradient";const S=p.Tooltip,G=p.Legend;exports.ChartContainer=j;exports.ChartGradient=y;exports.ChartLegend=G;exports.ChartLegendContent=N;exports.ChartTooltip=S;exports.ChartTooltipContent=v;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("react"),p=require("recharts"),R=require("./index127.cjs"),t=require("./index128.cjs"),f=h.createContext({}),j=({config:s,children:o,className:a,style:n,...l})=>{const{resolvedConfig:r,resolvedColorVars:i}=R.useResolvedChartColors(s),d=[t.default.container,a].filter(Boolean).join(" ");return e.jsx(f.Provider,{value:r,children:e.jsx("div",{role:"figure",className:d,style:{...i,...n},...l,children:e.jsx(p.ResponsiveContainer,{width:"100%",height:"100%",children:o})})})};j.displayName="ChartContainer";const v=({active:s,payload:o,label:a,indicator:n="dot",hideLabel:l=!1,hideIndicator:r=!1,labelFormatter:i,formatter:d,className:u})=>{const L=h.useContext(f);if(!s||!o?.length)return null;const b=[t.default.tooltip,u].filter(Boolean).join(" "),g=i?i(String(a)):a,T={dot:t.default.tooltipDot,line:t.default.tooltipLine,dashed:t.default.tooltipDashed}[n];return e.jsxs("div",{className:b,children:[!l&&g&&e.jsx("div",{className:t.default.tooltipLabel,children:g}),e.jsx("div",{className:t.default.tooltipItems,children:o.map(c=>{const C=String(c.dataKey||c.name),m=L[C],q=m?.label||C,I=d?d(c.value,C):String(c.value),x=c.color||m?.color;return e.jsxs("div",{className:t.default.tooltipItem,children:[!r&&e.jsx("span",{className:T,style:{backgroundColor:x,borderColor:x}}),e.jsx("span",{className:t.default.tooltipName,children:q}),e.jsx("span",{className:t.default.tooltipValue,children:I})]},C)})})]})};v.displayName="ChartTooltipContent";const N=({payload:s,className:o})=>{const a=h.useContext(f);if(!s?.length)return null;const n=[t.default.legend,o].filter(Boolean).join(" ");return e.jsx("div",{className:n,children:s.map(l=>{const r=l.dataKey||l.value,i=a[r],d=i?.label||r,u=l.color||i?.color;return e.jsxs("div",{className:t.default.legendItem,children:[e.jsx("span",{className:t.default.legendDot,style:{backgroundColor:u}}),e.jsx("span",{children:d})]},r)})})};N.displayName="ChartLegendContent";const y=({id:s,color:o,startOpacity:a=.4,endOpacity:n=.05})=>e.jsxs("linearGradient",{id:s,x1:"0",y1:"0",x2:"0",y2:"1",children:[e.jsx("stop",{offset:"5%",stopColor:o,stopOpacity:a}),e.jsx("stop",{offset:"95%",stopColor:o,stopOpacity:n})]});y.displayName="ChartGradient";const S=p.Tooltip,G=p.Legend;exports.ChartContainer=j;exports.ChartGradient=y;exports.ChartLegend=G;exports.ChartLegendContent=N;exports.ChartTooltip=S;exports.ChartTooltipContent=v;
package/dist/index19.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as t, jsxs as C } from "react/jsx-runtime";
2
2
  import { useContext as v, createContext as j } from "react";
3
3
  import { Legend as I, Tooltip as K, ResponsiveContainer as T } from "recharts";
4
- import { useResolvedChartColors as B } from "./index165.mjs";
5
- import o from "./index166.mjs";
4
+ import { useResolvedChartColors as B } from "./index127.mjs";
5
+ import o from "./index128.mjs";
6
6
  const h = j({}), D = ({
7
7
  config: n,
8
8
  children: e,
package/dist/index20.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),s=require("./index135.cjs"),d=require("./index136.cjs"),h=require("./index137.cjs"),n=require("./index138.cjs"),C=require("./index139.cjs"),c=require("./index140.cjs"),l=require("./index141.cjs"),u=require("./index142.cjs"),p=require("./index143.cjs"),m=require("./index144.cjs"),y=require("./index145.cjs"),g=require("./index146.cjs"),M=require("./index147.cjs"),q=require("./index148.cjs"),a=({children:t,className:r,...i})=>o.jsx("div",{className:[s.default.chat,r].filter(Boolean).join(" "),role:"region","aria-label":"Chat interface",...i,children:t});a.displayName="Chat";const e=a;e.Header=d.ChatHeader;e.Messages=h.ChatMessages;e.Message=n.ChatMessage;e.Input=C.ChatInput;e.TypingIndicator=c.ChatTypingIndicator;e.CodeBlock=l.ChatCodeBlock;e.Markdown=u.ChatMarkdown;e.ImagePreview=p.ChatImagePreview;e.AudioPlayer=m.ChatAudioPlayer;e.VoiceRecorder=y.ChatVoiceRecorder;e.FileUpload=g.ChatFileUpload;e.Attachment=M.ChatAttachment;e.Sidebar=q.ChatSidebar;e.Header.displayName="Chat.Header";e.Messages.displayName="Chat.Messages";e.Message.displayName="Chat.Message";e.Input.displayName="Chat.Input";e.TypingIndicator.displayName="Chat.TypingIndicator";e.CodeBlock.displayName="Chat.CodeBlock";e.Markdown.displayName="Chat.Markdown";e.ImagePreview.displayName="Chat.ImagePreview";e.AudioPlayer.displayName="Chat.AudioPlayer";e.VoiceRecorder.displayName="Chat.VoiceRecorder";e.FileUpload.displayName="Chat.FileUpload";e.Attachment.displayName="Chat.Attachment";e.Sidebar.displayName="Chat.Sidebar";exports.Chat=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),s=require("./index132.cjs"),d=require("./index133.cjs"),h=require("./index134.cjs"),n=require("./index135.cjs"),C=require("./index136.cjs"),c=require("./index137.cjs"),l=require("./index138.cjs"),u=require("./index139.cjs"),p=require("./index140.cjs"),m=require("./index141.cjs"),y=require("./index142.cjs"),g=require("./index143.cjs"),M=require("./index144.cjs"),q=require("./index145.cjs"),a=({children:t,className:r,...i})=>o.jsx("div",{className:[s.default.chat,r].filter(Boolean).join(" "),role:"region","aria-label":"Chat interface",...i,children:t});a.displayName="Chat";const e=a;e.Header=d.ChatHeader;e.Messages=h.ChatMessages;e.Message=n.ChatMessage;e.Input=C.ChatInput;e.TypingIndicator=c.ChatTypingIndicator;e.CodeBlock=l.ChatCodeBlock;e.Markdown=u.ChatMarkdown;e.ImagePreview=p.ChatImagePreview;e.AudioPlayer=m.ChatAudioPlayer;e.VoiceRecorder=y.ChatVoiceRecorder;e.FileUpload=g.ChatFileUpload;e.Attachment=M.ChatAttachment;e.Sidebar=q.ChatSidebar;e.Header.displayName="Chat.Header";e.Messages.displayName="Chat.Messages";e.Message.displayName="Chat.Message";e.Input.displayName="Chat.Input";e.TypingIndicator.displayName="Chat.TypingIndicator";e.CodeBlock.displayName="Chat.CodeBlock";e.Markdown.displayName="Chat.Markdown";e.ImagePreview.displayName="Chat.ImagePreview";e.AudioPlayer.displayName="Chat.AudioPlayer";e.VoiceRecorder.displayName="Chat.VoiceRecorder";e.FileUpload.displayName="Chat.FileUpload";e.Attachment.displayName="Chat.Attachment";e.Sidebar.displayName="Chat.Sidebar";exports.Chat=e;
package/dist/index20.mjs CHANGED
@@ -1,18 +1,18 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import m from "./index135.mjs";
3
- import { ChatHeader as d } from "./index136.mjs";
4
- import { ChatMessages as p } from "./index137.mjs";
5
- import { ChatMessage as s } from "./index138.mjs";
6
- import { ChatInput as l } from "./index139.mjs";
7
- import { ChatTypingIndicator as h } from "./index140.mjs";
8
- import { ChatCodeBlock as C } from "./index141.mjs";
9
- import { ChatMarkdown as n } from "./index142.mjs";
10
- import { ChatImagePreview as c } from "./index143.mjs";
11
- import { ChatAudioPlayer as y } from "./index144.mjs";
12
- import { ChatVoiceRecorder as f } from "./index145.mjs";
13
- import { ChatFileUpload as g } from "./index146.mjs";
14
- import { ChatAttachment as N } from "./index147.mjs";
15
- import { ChatSidebar as I } from "./index148.mjs";
2
+ import m from "./index132.mjs";
3
+ import { ChatHeader as d } from "./index133.mjs";
4
+ import { ChatMessages as p } from "./index134.mjs";
5
+ import { ChatMessage as s } from "./index135.mjs";
6
+ import { ChatInput as l } from "./index136.mjs";
7
+ import { ChatTypingIndicator as h } from "./index137.mjs";
8
+ import { ChatCodeBlock as C } from "./index138.mjs";
9
+ import { ChatMarkdown as n } from "./index139.mjs";
10
+ import { ChatImagePreview as c } from "./index140.mjs";
11
+ import { ChatAudioPlayer as y } from "./index141.mjs";
12
+ import { ChatVoiceRecorder as f } from "./index142.mjs";
13
+ import { ChatFileUpload as g } from "./index143.mjs";
14
+ import { ChatAttachment as N } from "./index144.mjs";
15
+ import { ChatSidebar as I } from "./index145.mjs";
16
16
  const e = ({ children: t, className: o, ...r }) => /* @__PURE__ */ i(
17
17
  "div",
18
18
  {
package/dist/index21.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),u=require("lucide-react"),s=require("./index127.cjs"),m=t.forwardRef(({label:i,helperText:n,error:a,size:j="md",indeterminate:r=!1,className:k,id:N,disabled:h,required:o,checked:v,"aria-label":f,"aria-describedby":p,...C},y)=>{const R=t.useId(),l=N||`checkbox-${R}`,x=`${l}-error`,b=`${l}-helper`,g=t.useRef(null),d=y||g;t.useEffect(()=>{d.current&&(d.current.indeterminate=r)},[r,d]);const c=[];a&&c.push(x),n&&!a&&c.push(b),p&&c.push(p);const I=c.length>0?c.join(" "):void 0;!(i||f)&&process.env.NODE_ENV==="development"&&console.warn("Checkbox: Missing accessible name. Provide either a `label` prop or `aria-label` for screen reader users.");const q=r?"mixed":void 0,M=[s.default.container,s.default[j],a&&s.default.error,h&&s.default.disabled,k].filter(Boolean).join(" ");return e.jsxs("div",{className:M,children:[e.jsx("input",{ref:d,type:"checkbox",id:l,className:s.default.input,disabled:h,required:o,checked:v,"aria-required":o||void 0,"aria-invalid":a?"true":"false","aria-checked":q,"aria-describedby":I,"aria-label":i?void 0:f,...C}),e.jsxs("label",{htmlFor:l,className:s.default.labelWrapper,children:[e.jsx("span",{className:s.default.checkbox,"aria-hidden":"true",children:e.jsx("span",{className:s.default.checkmark,children:r?e.jsx(u.Minus,{strokeWidth:3}):e.jsx(u.Check,{strokeWidth:3})})}),i&&e.jsxs("span",{className:s.default.label,children:[i,o&&e.jsx("span",{className:s.default.required,"aria-hidden":"true",children:"*"})]})]}),n&&!a&&e.jsx("p",{id:b,className:s.default.helperText,children:n}),a&&e.jsxs("p",{id:x,className:s.default.errorMessage,role:"alert","aria-live":"assertive",children:[e.jsx(u.AlertCircle,{size:14,"aria-hidden":"true"}),e.jsx("span",{children:a})]})]})});m.displayName="Checkbox";exports.Checkbox=m;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),u=require("lucide-react"),s=require("./index103.cjs"),m=t.forwardRef(({label:i,helperText:n,error:a,size:j="md",indeterminate:r=!1,className:k,id:N,disabled:h,required:o,checked:v,"aria-label":f,"aria-describedby":p,...C},y)=>{const R=t.useId(),l=N||`checkbox-${R}`,x=`${l}-error`,b=`${l}-helper`,g=t.useRef(null),d=y||g;t.useEffect(()=>{d.current&&(d.current.indeterminate=r)},[r,d]);const c=[];a&&c.push(x),n&&!a&&c.push(b),p&&c.push(p);const I=c.length>0?c.join(" "):void 0;!(i||f)&&process.env.NODE_ENV==="development"&&console.warn("Checkbox: Missing accessible name. Provide either a `label` prop or `aria-label` for screen reader users.");const q=r?"mixed":void 0,M=[s.default.container,s.default[j],a&&s.default.error,h&&s.default.disabled,k].filter(Boolean).join(" ");return e.jsxs("div",{className:M,children:[e.jsx("input",{ref:d,type:"checkbox",id:l,className:s.default.input,disabled:h,required:o,checked:v,"aria-required":o||void 0,"aria-invalid":a?"true":"false","aria-checked":q,"aria-describedby":I,"aria-label":i?void 0:f,...C}),e.jsxs("label",{htmlFor:l,className:s.default.labelWrapper,children:[e.jsx("span",{className:s.default.checkbox,"aria-hidden":"true",children:e.jsx("span",{className:s.default.checkmark,children:r?e.jsx(u.Minus,{strokeWidth:3}):e.jsx(u.Check,{strokeWidth:3})})}),i&&e.jsxs("span",{className:s.default.label,children:[i,o&&e.jsx("span",{className:s.default.required,"aria-hidden":"true",children:"*"})]})]}),n&&!a&&e.jsx("p",{id:b,className:s.default.helperText,children:n}),a&&e.jsxs("p",{id:x,className:s.default.errorMessage,role:"alert","aria-live":"assertive",children:[e.jsx(u.AlertCircle,{size:14,"aria-hidden":"true"}),e.jsx("span",{children:a})]})]})});m.displayName="Checkbox";exports.Checkbox=m;
package/dist/index21.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
2
  import { forwardRef as A, useId as B, useRef as E, useEffect as M } from "react";
3
3
  import { Minus as W, Check as $, AlertCircle as w } from "lucide-react";
4
- import e from "./index127.mjs";
4
+ import e from "./index103.mjs";
5
5
  const z = A(
6
6
  ({
7
7
  label: i,
package/dist/index22.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),w=require("react"),e=require("./index177.cjs"),u=w.forwardRef(({variant:c="default",size:d="md",icon:i,clickable:f=!1,onClick:s,onRemove:l,disabled:a=!1,selected:o=!1,children:h,className:p,...v},m)=>{const r=f||!!s,j=[e.default.chip,e.default[c],e.default[d],r&&e.default.clickable,o&&e.default.selected,a&&e.default.disabled,p].filter(Boolean).join(" "),k=()=>{!a&&s&&s()},x=t=>{t.stopPropagation(),!a&&l&&l()},y=t=>{a||((t.key==="Enter"||t.key===" ")&&(t.preventDefault(),s?.()),(t.key==="Backspace"||t.key==="Delete")&&(t.preventDefault(),l?.()))};return n.jsxs("div",{ref:m,className:j,role:r?"button":void 0,tabIndex:r&&!a?0:void 0,"aria-disabled":a,"aria-pressed":o,onClick:r?k:void 0,onKeyDown:r?y:void 0,...v,children:[i&&n.jsx("span",{className:e.default.icon,"aria-hidden":"true",children:i}),n.jsx("span",{className:e.default.label,children:h}),l&&n.jsx("button",{type:"button",className:e.default.removeButton,onClick:x,disabled:a,"aria-label":"Remove",children:n.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("path",{d:"M10.5 3.5L3.5 10.5M3.5 3.5l7 7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]})});u.displayName="Chip";exports.Chip=u;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),w=require("react"),e=require("./index112.cjs"),u=w.forwardRef(({variant:c="default",size:d="md",icon:i,clickable:f=!1,onClick:s,onRemove:l,disabled:a=!1,selected:o=!1,children:h,className:p,...v},m)=>{const r=f||!!s,j=[e.default.chip,e.default[c],e.default[d],r&&e.default.clickable,o&&e.default.selected,a&&e.default.disabled,p].filter(Boolean).join(" "),k=()=>{!a&&s&&s()},x=t=>{t.stopPropagation(),!a&&l&&l()},y=t=>{a||((t.key==="Enter"||t.key===" ")&&(t.preventDefault(),s?.()),(t.key==="Backspace"||t.key==="Delete")&&(t.preventDefault(),l?.()))};return n.jsxs("div",{ref:m,className:j,role:r?"button":void 0,tabIndex:r&&!a?0:void 0,"aria-disabled":a,"aria-pressed":o,onClick:r?k:void 0,onKeyDown:r?y:void 0,...v,children:[i&&n.jsx("span",{className:e.default.icon,"aria-hidden":"true",children:i}),n.jsx("span",{className:e.default.label,children:h}),l&&n.jsx("button",{type:"button",className:e.default.removeButton,onClick:x,disabled:a,"aria-label":"Remove",children:n.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:n.jsx("path",{d:"M10.5 3.5L3.5 10.5M3.5 3.5l7 7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]})});u.displayName="Chip";exports.Chip=u;
package/dist/index22.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as y, jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as x } from "react";
3
- import e from "./index177.mjs";
3
+ import e from "./index112.mjs";
4
4
  const D = x(
5
5
  ({
6
6
  variant: c = "default",
package/dist/index23.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),i=require("react"),_=require("react-syntax-highlighter"),$=require("react-syntax-highlighter/dist/esm/styles/prism"),l=require("./index170.cjs"),z=require("./index75.cjs");try{const r=require("refractor/all");r.default&&r.default.registered&&r.default.registered("markdown")&&!r.default.languages.markdown?.["quoted-string"]&&r.default.languages.insertBefore("markdown","bold",{"quoted-string":{pattern:/"(?:\\.|[^"\\])*"/,greedy:!0,alias:"string"}})}catch{}const A=i.forwardRef(({value:r="",onChange:g,language:j,readOnly:T=!1,showLineNumbers:k=!0,placeholder:C,minRows:m=10,className:B,"aria-label":S,...R},D)=>{const p=i.useRef(null),x=i.useRef(null),v=i.useRef(null),E=i.useRef(null),K=i.useRef(null),u=i.useRef(null),h=D||K,[y,F]=i.useState(0),[d,O]=i.useState([]);let q="dark";try{q=z.useThemeContext().theme}catch{}const P=q==="light"?$.oneLight:$.oneDark,L=Math.max(r.split(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),i=require("react"),_=require("react-syntax-highlighter"),$=require("react-syntax-highlighter/dist/esm/styles/prism"),l=require("./index160.cjs"),z=require("./index75.cjs");try{const r=require("refractor/all");r.default&&r.default.registered&&r.default.registered("markdown")&&!r.default.languages.markdown?.["quoted-string"]&&r.default.languages.insertBefore("markdown","bold",{"quoted-string":{pattern:/"(?:\\.|[^"\\])*"/,greedy:!0,alias:"string"}})}catch{}const A=i.forwardRef(({value:r="",onChange:g,language:j,readOnly:T=!1,showLineNumbers:k=!0,placeholder:C,minRows:m=10,className:B,"aria-label":S,...R},D)=>{const p=i.useRef(null),x=i.useRef(null),v=i.useRef(null),E=i.useRef(null),K=i.useRef(null),u=i.useRef(null),h=D||K,[y,F]=i.useState(0),[d,O]=i.useState([]);let q="dark";try{q=z.useThemeContext().theme}catch{}const P=q==="light"?$.oneLight:$.oneDark,L=Math.max(r.split(`
2
2
  `).length,m);i.useEffect(()=>{if(u.current&&h.current){const{start:e,end:t}=u.current;h.current.setSelectionRange(e,t),u.current=null}}),i.useEffect(()=>{const e=v.current,t=E.current;if(!e||!t)return;const n=()=>{const o=t.clientWidth;if(o<=0)return;e.style.width=`${o}px`;const a=r.split(`
3
3
  `),f=Math.max(a.length,m),b=[];for(let N=0;N<f;N++){const V=a[N]??"";e.textContent=V||" ",b.push(e.scrollHeight)}O(b)};n();const c=new ResizeObserver(n);return c.observe(t),()=>c.disconnect()},[r,m]),i.useEffect(()=>{const e=n=>{const c=n.target;p.current&&(p.current.scrollTop=c.scrollTop),x.current&&(x.current.scrollTop=c.scrollTop,x.current.scrollLeft=c.scrollLeft)},t=h?.current;if(t)return t.addEventListener("scroll",e),()=>{t.removeEventListener("scroll",e)}},[h]);const w=e=>{const t=e.value.substring(0,e.selectionStart);F(t.split(`
4
4
  `).length-1)},H=e=>{if(e.key==="Tab"){e.preventDefault();const t=e.currentTarget,n=t.selectionStart,c=t.selectionEnd,o=" ";if(n===c){const a=r.substring(0,n)+o+r.substring(c);u.current={start:n+o.length,end:n+o.length},g?.(a)}else if(e.shiftKey){const a=r.lastIndexOf(`
package/dist/index23.mjs CHANGED
@@ -2,7 +2,7 @@ import { jsxs as k, jsx as l } from "react/jsx-runtime";
2
2
  import { forwardRef as U, useRef as g, useState as K, useEffect as T } from "react";
3
3
  import { Prism as W } from "react-syntax-highlighter";
4
4
  import { oneLight as _, oneDark as I } from "react-syntax-highlighter/dist/esm/styles/prism";
5
- import i from "./index170.mjs";
5
+ import i from "./index160.mjs";
6
6
  import { useThemeContext as G } from "./index75.mjs";
7
7
  try {
8
8
  const r = require("refractor/all");
@@ -34,11 +34,8 @@ const J = U(
34
34
  E = G().theme;
35
35
  } catch {
36
36
  }
37
- const O = E === "light" ? _ : I, R = Math.max(
38
- r.split(`
39
- `).length,
40
- m
41
- );
37
+ const O = E === "light" ? _ : I, R = Math.max(r.split(`
38
+ `).length, m);
42
39
  T(() => {
43
40
  if (d.current && h.current) {
44
41
  const { start: e, end: t } = d.current;
@@ -82,7 +79,10 @@ const J = U(
82
79
  const t = e.currentTarget, n = t.selectionStart, a = t.selectionEnd, o = " ";
83
80
  if (n === a) {
84
81
  const s = r.substring(0, n) + o + r.substring(a);
85
- d.current = { start: n + o.length, end: n + o.length }, f?.(s);
82
+ d.current = {
83
+ start: n + o.length,
84
+ end: n + o.length
85
+ }, f?.(s);
86
86
  } else if (e.shiftKey) {
87
87
  const s = r.lastIndexOf(`
88
88
  `, n - 1) + 1, u = r.substring(s).match(/^ {1,2}/)?.[0] ?? "";
@@ -95,7 +95,10 @@ const J = U(
95
95
  }
96
96
  } else {
97
97
  const s = r.substring(0, n) + o + r.substring(a);
98
- d.current = { start: n + o.length, end: n + o.length }, f?.(s);
98
+ d.current = {
99
+ start: n + o.length,
100
+ end: n + o.length
101
+ }, f?.(s);
99
102
  }
100
103
  }
101
104
  }, D = [i.wrapper, j].filter(Boolean).join(" ");
@@ -103,9 +106,18 @@ const J = U(
103
106
  "div",
104
107
  {
105
108
  className: D,
106
- style: { minHeight: `calc(${m} * 1.6em + 2 * var(--spacing-4))` },
109
+ style: {
110
+ minHeight: `calc(${m} * 1.6em + 2 * var(--spacing-4))`
111
+ },
107
112
  children: [
108
- /* @__PURE__ */ l("div", { ref: v, className: i.lineMirror, "aria-hidden": "true" }),
113
+ /* @__PURE__ */ l(
114
+ "div",
115
+ {
116
+ ref: v,
117
+ className: i.lineMirror,
118
+ "aria-hidden": "true"
119
+ }
120
+ ),
109
121
  L && /* @__PURE__ */ l(
110
122
  "div",
111
123
  {
@@ -135,35 +147,43 @@ const J = U(
135
147
  "aria-hidden": "true"
136
148
  }
137
149
  ),
138
- /* @__PURE__ */ l("div", { ref: x, className: i.highlightLayer, "aria-hidden": "true", children: /* @__PURE__ */ l(
139
- W,
150
+ /* @__PURE__ */ l(
151
+ "div",
140
152
  {
141
- language: C,
142
- style: O,
143
- customStyle: {
144
- margin: 0,
145
- padding: 0,
146
- background: "transparent",
147
- fontSize: "inherit",
148
- lineHeight: "inherit",
149
- fontFamily: "inherit",
150
- whiteSpace: "pre-wrap",
151
- wordBreak: "break-word",
152
- overflow: "visible"
153
- },
154
- codeTagProps: {
155
- style: {
156
- fontFamily: "inherit",
157
- background: "transparent",
158
- color: "var(--text-primary)",
159
- whiteSpace: "pre-wrap",
160
- wordBreak: "break-word"
161
- }
162
- },
163
- children: r + `
153
+ ref: x,
154
+ className: i.highlightLayer,
155
+ "aria-hidden": "true",
156
+ children: /* @__PURE__ */ l(
157
+ W,
158
+ {
159
+ language: C,
160
+ style: O,
161
+ customStyle: {
162
+ margin: 0,
163
+ padding: 0,
164
+ background: "transparent",
165
+ fontSize: "inherit",
166
+ lineHeight: "inherit",
167
+ fontFamily: "inherit",
168
+ whiteSpace: "pre-wrap",
169
+ wordBreak: "break-word",
170
+ overflow: "visible"
171
+ },
172
+ codeTagProps: {
173
+ style: {
174
+ fontFamily: "inherit",
175
+ background: "transparent",
176
+ color: "var(--text-primary)",
177
+ whiteSpace: "pre-wrap",
178
+ wordBreak: "break-word"
179
+ }
180
+ },
181
+ children: r + `
164
182
  `
183
+ }
184
+ )
165
185
  }
166
- ) }),
186
+ ),
167
187
  /* @__PURE__ */ l(
168
188
  "textarea",
169
189
  {
package/dist/index24.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),e=require("react"),p=require("./index151.cjs"),x=e.createContext(null);function j(){const t=e.useContext(x);if(!t)throw new Error("Collapsible.Trigger/Content must be used within a Collapsible");return t}const I=e.forwardRef(({asChild:t,className:d,children:l,onClick:n,...u},s)=>{const{open:a,disabled:r,toggle:i,contentId:b,triggerId:c}=j(),o=e.useCallback(g=>{i(),n?.(g)},[i,n]);if(t&&e.isValidElement(l))return e.cloneElement(l,{id:c,"aria-expanded":a,"aria-controls":b,disabled:r,onClick:o});const f=[p.default.trigger,d].filter(Boolean).join(" ");return C.jsx("button",{ref:s,id:c,type:"button",className:f,"aria-expanded":a,"aria-controls":b,disabled:r,onClick:o,...u,children:l})});I.displayName="Collapsible.Trigger";const N=e.forwardRef(({forceMount:t,className:d,children:l,...n},u)=>{const{open:s,triggerId:a,contentId:r}=j();if(!t&&!s)return null;const i=[p.default.content,s&&p.default.contentOpen,d].filter(Boolean).join(" ");return C.jsx("div",{ref:u,id:r,role:"region","aria-labelledby":a,className:i,...n,children:C.jsx("div",{className:p.default.contentInner,children:l})})});N.displayName="Collapsible.Content";const v=e.forwardRef(({open:t,defaultOpen:d=!1,onOpenChange:l,disabled:n=!1,className:u,children:s,...a},r)=>{const[i,b]=e.useState(d),c=t!==void 0,o=c?t:i,f=e.useId(),g=e.useId(),y=e.useCallback(()=>{if(n)return;const m=!o;c||b(m),l?.(m)},[o,c,n,l]),w=[p.default.collapsible,u].filter(Boolean).join(" "),R={open:o,disabled:n,toggle:y,contentId:f,triggerId:g};return C.jsx(x.Provider,{value:R,children:C.jsx("div",{ref:r,className:w,"data-state":o?"open":"closed",...a,children:s})})});v.displayName="Collapsible";const O=Object.assign(v,{Trigger:I,Content:N});exports.Collapsible=O;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),e=require("react"),p=require("./index117.cjs"),x=e.createContext(null);function j(){const t=e.useContext(x);if(!t)throw new Error("Collapsible.Trigger/Content must be used within a Collapsible");return t}const I=e.forwardRef(({asChild:t,className:d,children:l,onClick:n,...u},s)=>{const{open:a,disabled:r,toggle:i,contentId:b,triggerId:c}=j(),o=e.useCallback(g=>{i(),n?.(g)},[i,n]);if(t&&e.isValidElement(l))return e.cloneElement(l,{id:c,"aria-expanded":a,"aria-controls":b,disabled:r,onClick:o});const f=[p.default.trigger,d].filter(Boolean).join(" ");return C.jsx("button",{ref:s,id:c,type:"button",className:f,"aria-expanded":a,"aria-controls":b,disabled:r,onClick:o,...u,children:l})});I.displayName="Collapsible.Trigger";const N=e.forwardRef(({forceMount:t,className:d,children:l,...n},u)=>{const{open:s,triggerId:a,contentId:r}=j();if(!t&&!s)return null;const i=[p.default.content,s&&p.default.contentOpen,d].filter(Boolean).join(" ");return C.jsx("div",{ref:u,id:r,role:"region","aria-labelledby":a,className:i,...n,children:C.jsx("div",{className:p.default.contentInner,children:l})})});N.displayName="Collapsible.Content";const v=e.forwardRef(({open:t,defaultOpen:d=!1,onOpenChange:l,disabled:n=!1,className:u,children:s,...a},r)=>{const[i,b]=e.useState(d),c=t!==void 0,o=c?t:i,f=e.useId(),g=e.useId(),y=e.useCallback(()=>{if(n)return;const m=!o;c||b(m),l?.(m)},[o,c,n,l]),w=[p.default.collapsible,u].filter(Boolean).join(" "),R={open:o,disabled:n,toggle:y,contentId:f,triggerId:g};return C.jsx(x.Provider,{value:R,children:C.jsx("div",{ref:r,className:w,"data-state":o?"open":"closed",...a,children:s})})});v.displayName="Collapsible";const O=Object.assign(v,{Trigger:I,Content:N});exports.Collapsible=O;
package/dist/index24.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
2
  import { forwardRef as m, useState as B, useId as x, useCallback as I, isValidElement as E, cloneElement as h, createContext as R, useContext as P } from "react";
3
- import p from "./index151.mjs";
3
+ import p from "./index117.mjs";
4
4
  const N = R(null);
5
5
  function v() {
6
6
  const e = P(N);
package/dist/index25.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("react"),le=require("@dnd-kit/core"),g=require("lucide-react"),a=require("./index120.cjs"),h=require("./index24.cjs"),ne=require("./index11.cjs"),F=require("./index35.cjs"),R=require("./index14.cjs");function w(E){const{id:u,title:B,itemCount:x,items:r,renderItem:z,itemLabel:O="Item",itemLabelPlural:k="Items",emptyText:A="No items in this folder",sortLabel:v="Sort",defaultExpanded:$=!0,sortOptions:i,selectedSort:M,onSortChange:P,onDrop:D,onFolderEdit:b,onFolderDelete:j,onFolderInvite:N,isDropTarget:Y=!1,isDropCompleted:H=!1,onDragEnter:Z,onDragLeaveFolder:C,className:_,...G}=E,[f,J]=o.useState($),[m,d]=o.useState(null),[T,p]=o.useState(!1),I=o.useRef(null),{setNodeRef:K}=le.useDroppable({id:u}),Q=t=>{if(t.preventDefault(),t.dataTransfer.dropEffect="move",T||(p(!0),Z?.()),!f||r.length===0){d(0);return}const l=I.current;if(!l)return;const n=Array.from(l.querySelectorAll("[data-item-id]")),ae=t.clientY;let S=n.length;for(let c=0;c<n.length;c++){const y=n[c];if(!y)continue;const q=y.getBoundingClientRect();if(ae<q.top+q.height/2){S=c;break}}d(S)},U=t=>{t.currentTarget.contains(t.relatedTarget)||(p(!1),d(null),C?.())},V=t=>{t.preventDefault();const l=t.dataTransfer.getData("text/plain")||t.dataTransfer.getData("itemId");if(l&&D){const n=m??r.length;D(l,u,n)}p(!1),d(null),C?.()},W=(t,l)=>{t.dataTransfer.effectAllowed="move",t.dataTransfer.setData("text/plain",l)},X=i?.map(t=>({id:t.value,label:t.label,onClick:()=>P?.(t.value)})),L=[...b?[{id:"rename",label:"Rename",onClick:b}]:[],...N?[{id:"invite",label:"Invite participants",onClick:N}]:[],...j?[{id:"delete",label:"Delete folder",danger:!0,onClick:j}]:[]],s=Y||T,ee=[a.default.folder,s&&a.default.dropTarget,H&&a.default.dropCompleted,_].filter(Boolean).join(" "),te=x===1?O:k;return e.jsx("div",{ref:K,className:ee,"data-folder-id":u,"data-drop-active":s,onDragOver:Q,onDragLeave:U,onDrop:V,...G,children:e.jsxs(h.Collapsible,{open:f,onOpenChange:J,children:[e.jsxs("div",{className:a.default.header,children:[e.jsxs(h.Collapsible.Trigger,{className:a.default.trigger,children:[e.jsx(g.ChevronDown,{size:20,className:`${a.default.chevron} ${f?a.default.expanded:""}`}),e.jsx("h2",{className:a.default.title,children:B}),e.jsxs(ne.Badge,{variant:"neutral",className:a.default.badge,children:[x,e.jsxs("span",{className:a.default.badgeLabel,children:[" ",te]})]})]}),e.jsxs("div",{className:a.default.actions,children:[i&&i.length>0&&e.jsx("div",{className:a.default.sortDropdown,children:e.jsx(F.Dropdown,{trigger:e.jsx(R.Button,{variant:"ghost",size:"sm",iconRight:e.jsx(g.ChevronDown,{size:16}),"aria-label":`Sort by ${v}`,children:i.find(t=>t.value===M)?.label||v}),items:X,placement:"bottom-end"})}),L.length>0&&e.jsx(F.Dropdown,{trigger:e.jsx(R.Button,{variant:"ghost",size:"sm",iconOnly:!0,icon:e.jsx(g.MoreHorizontal,{size:20}),"aria-label":"Folder actions"}),items:L,placement:"bottom-end"})]})]}),e.jsx(h.Collapsible.Content,{children:e.jsx("div",{className:a.default.content,children:r.length===0?s?e.jsx("div",{className:a.default.emptyDropZone,children:e.jsx("div",{className:a.default.insertionLine,role:"presentation"})}):e.jsx("div",{className:a.default.emptyState,children:e.jsx("p",{className:a.default.emptyText,children:A})}):e.jsxs("div",{className:a.default.grid,ref:I,children:[r.map((t,l)=>e.jsxs(o.Fragment,{children:[s&&m===l&&e.jsx("div",{className:a.default.insertionLine,role:"presentation"}),e.jsx("div",{"data-item-id":t.id,draggable:t.draggable,onDragStart:n=>W(n,t.id),children:z(t,l)})]},t.id)),s&&m===r.length&&e.jsx("div",{className:a.default.insertionLine,role:"presentation"})]})})})]})})}w.displayName="CollapsibleFolder";exports.CollapsibleFolder=w;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("react"),le=require("@dnd-kit/core"),g=require("lucide-react"),a=require("./index177.cjs"),h=require("./index24.cjs"),ne=require("./index11.cjs"),F=require("./index35.cjs"),R=require("./index14.cjs");function w(E){const{id:u,title:B,itemCount:x,items:r,renderItem:z,itemLabel:O="Item",itemLabelPlural:k="Items",emptyText:A="No items in this folder",sortLabel:v="Sort",defaultExpanded:$=!0,sortOptions:i,selectedSort:M,onSortChange:P,onDrop:D,onFolderEdit:b,onFolderDelete:j,onFolderInvite:N,isDropTarget:Y=!1,isDropCompleted:H=!1,onDragEnter:Z,onDragLeaveFolder:C,className:_,...G}=E,[f,J]=o.useState($),[m,d]=o.useState(null),[T,p]=o.useState(!1),I=o.useRef(null),{setNodeRef:K}=le.useDroppable({id:u}),Q=t=>{if(t.preventDefault(),t.dataTransfer.dropEffect="move",T||(p(!0),Z?.()),!f||r.length===0){d(0);return}const l=I.current;if(!l)return;const n=Array.from(l.querySelectorAll("[data-item-id]")),ae=t.clientY;let L=n.length;for(let c=0;c<n.length;c++){const S=n[c];if(!S)continue;const q=S.getBoundingClientRect();if(ae<q.top+q.height/2){L=c;break}}d(L)},U=t=>{t.currentTarget.contains(t.relatedTarget)||(p(!1),d(null),C?.())},V=t=>{t.preventDefault();const l=t.dataTransfer.getData("text/plain")||t.dataTransfer.getData("itemId");if(l&&D){const n=m??r.length;D(l,u,n)}p(!1),d(null),C?.()},W=(t,l)=>{t.dataTransfer.effectAllowed="move",t.dataTransfer.setData("text/plain",l)},X=i?.map(t=>({id:t.value,label:t.label,onClick:()=>P?.(t.value)})),y=[...b?[{id:"rename",label:"Rename",onClick:b}]:[],...N?[{id:"invite",label:"Invite participants",onClick:N}]:[],...j?[{id:"delete",label:"Delete folder",danger:!0,onClick:j}]:[]],s=Y||T,ee=[a.default.folder,s&&a.default.dropTarget,H&&a.default.dropCompleted,_].filter(Boolean).join(" "),te=x===1?O:k;return e.jsx("div",{ref:K,className:ee,"data-folder-id":u,"data-drop-active":s,onDragOver:Q,onDragLeave:U,onDrop:V,...G,children:e.jsxs(h.Collapsible,{open:f,onOpenChange:J,children:[e.jsxs("div",{className:a.default.header,children:[e.jsxs(h.Collapsible.Trigger,{className:a.default.trigger,children:[e.jsx(g.ChevronDown,{size:20,className:`${a.default.chevron} ${f?a.default.expanded:""}`}),e.jsx("h2",{className:a.default.title,children:B}),e.jsxs(ne.Badge,{variant:"secondary",className:a.default.badge,children:[x,e.jsxs("span",{className:a.default.badgeLabel,children:[" ",te]})]})]}),e.jsxs("div",{className:a.default.actions,children:[i&&i.length>0&&e.jsx("div",{className:a.default.sortDropdown,children:e.jsx(F.Dropdown,{trigger:e.jsx(R.Button,{variant:"ghost",size:"sm",iconRight:e.jsx(g.ChevronDown,{size:16}),"aria-label":`Sort by ${v}`,children:i.find(t=>t.value===M)?.label||v}),items:X,placement:"bottom-end"})}),y.length>0&&e.jsx(F.Dropdown,{trigger:e.jsx(R.Button,{variant:"ghost",size:"sm",iconOnly:!0,icon:e.jsx(g.MoreHorizontal,{size:20}),"aria-label":"Folder actions"}),items:y,placement:"bottom-end"})]})]}),e.jsx(h.Collapsible.Content,{children:e.jsx("div",{className:a.default.content,children:r.length===0?s?e.jsx("div",{className:a.default.emptyDropZone,children:e.jsx("div",{className:a.default.insertionLine,role:"presentation"})}):e.jsx("div",{className:a.default.emptyState,children:e.jsx("p",{className:a.default.emptyText,children:A})}):e.jsxs("div",{className:a.default.grid,ref:I,children:[r.map((t,l)=>e.jsxs(o.Fragment,{children:[s&&m===l&&e.jsx("div",{className:a.default.insertionLine,role:"presentation"}),e.jsx("div",{"data-item-id":t.id,draggable:t.draggable,onDragStart:n=>W(n,t.id),children:z(t,l)})]},t.id)),s&&m===r.length&&e.jsx("div",{className:a.default.insertionLine,role:"presentation"})]})})})]})})}w.displayName="CollapsibleFolder";exports.CollapsibleFolder=w;
package/dist/index25.mjs CHANGED
@@ -2,7 +2,7 @@ import { jsx as a, jsxs as n } from "react/jsx-runtime";
2
2
  import re, { useState as h, useRef as ne } from "react";
3
3
  import { useDroppable as le } from "@dnd-kit/core";
4
4
  import { ChevronDown as R, MoreHorizontal as oe } from "lucide-react";
5
- import t from "./index120.mjs";
5
+ import t from "./index177.mjs";
6
6
  import { Collapsible as v } from "./index24.mjs";
7
7
  import { Badge as ie } from "./index11.mjs";
8
8
  import { Dropdown as z } from "./index35.mjs";
@@ -120,7 +120,7 @@ function se(w) {
120
120
  }
121
121
  ),
122
122
  /* @__PURE__ */ a("h2", { className: t.title, children: A }),
123
- /* @__PURE__ */ n(ie, { variant: "neutral", className: t.badge, children: [
123
+ /* @__PURE__ */ n(ie, { variant: "secondary", className: t.badge, children: [
124
124
  u,
125
125
  /* @__PURE__ */ n("span", { className: t.badgeLabel, children: [
126
126
  " ",
package/dist/index26.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),l=require("react"),oe=require("react-dom"),R=require("lucide-react"),t=require("./index115.cjs"),de=(u,i)=>{const c=i.toLowerCase().trim();return c?u.label.toLowerCase().includes(c)||u.value.toLowerCase().includes(c)||(u.description?.toLowerCase().includes(c)??!1):!0},X=l.forwardRef(({options:u,value:i,onChange:c,onInputChange:P,size:D="md",label:S,helperText:z,error:g,loading:K=!1,clearable:U=!0,allowFreeInput:f=!1,filterFn:B=de,openOnFocus:I=!0,minChars:C=0,emptyText:Y="No results found",renderOption:T,maxHeight:_=300,fullWidth:G=!1,placeholder:V,disabled:w,className:J,id:Q,onFocus:A,onBlur:H,onKeyDown:W,...Z},k)=>{const F=l.useId(),$=Q||F,q=`${$}-listbox`,v=l.useRef(null),N=l.useRef(null),b=l.useRef(null),[r,h]=l.useState(!1),[E,o]=l.useState(""),[d,j]=l.useState(-1),[M,ee]=l.useState({top:0,left:0,width:0}),a=l.useMemo(()=>u.find(e=>e.value===i)??null,[u,i]);l.useEffect(()=>{a?o(a.label):f||o("")},[a,f]);const p=l.useMemo(()=>E.length<C?[]:u.filter(e=>B(e,E)),[u,E,C,B]),x=l.useCallback(()=>{if(!v.current)return;const e=v.current.getBoundingClientRect();ee({top:e.bottom+window.scrollY+4,left:e.left+window.scrollX,width:e.width})},[]);l.useEffect(()=>{if(r)return x(),window.addEventListener("resize",x),window.addEventListener("scroll",x,!0),()=>{window.removeEventListener("resize",x),window.removeEventListener("scroll",x,!0)}},[r,x]),l.useEffect(()=>{if(!r)return;const e=n=>{const m=n.target;v.current&&!v.current.contains(m)&&b.current&&!b.current.contains(m)&&(h(!1),!f&&!i?o(""):a&&o(a.label))};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[r,f,i,a]);const te=l.useCallback(e=>{const n=e.target.value;o(n),j(-1),P?.(n),!r&&n.length>=C&&h(!0),a&&n!==a.label&&!f&&c?.(null,null)},[r,C,P,a,f,c]),se=l.useCallback(e=>{I&&!w&&h(!0),A?.(e)},[I,w,A]),le=l.useCallback(e=>{setTimeout(()=>{b.current?.contains(document.activeElement)||(h(!1),!f&&!i?o(""):a&&o(a.label))},200),H?.(e)},[f,i,a,H]),O=l.useCallback(e=>{e.disabled||(c?.(e.value,e),o(e.label),h(!1),j(-1),N.current?.focus())},[c]),ne=l.useCallback(e=>{e.stopPropagation(),c?.(null,null),o(""),N.current?.focus()},[c]),ae=l.useCallback(e=>{switch(e.key){case"ArrowDown":e.preventDefault(),r?j(n=>Math.min(n+1,p.length-1)):h(!0);break;case"ArrowUp":e.preventDefault(),j(n=>Math.max(n-1,0));break;case"Enter":e.preventDefault(),r&&d>=0&&p[d]&&O(p[d]);break;case"Escape":e.preventDefault(),h(!1),o(a?a.label:"");break;case"Tab":h(!1);break}W?.(e)},[r,d,p,O,a,W]);l.useEffect(()=>{d>=0&&b.current&&b.current.querySelectorAll('[role="option"]')[d]?.scrollIntoView({block:"nearest"})},[d]);const re=[t.default.container,t.default[D],G&&t.default.fullWidth,w&&t.default.disabled,g&&t.default.error,J].filter(Boolean).join(" "),L=D==="sm"?14:D==="lg"?20:16,ie=(e,n)=>{const m=e.value===i,y=n===d;return T?T(e,m,y):s.jsxs(s.Fragment,{children:[e.icon&&s.jsx("span",{className:t.default.optionIcon,"aria-hidden":"true",children:e.icon}),s.jsxs("div",{className:t.default.optionContent,children:[s.jsx("span",{className:t.default.optionLabel,children:e.label}),e.description&&s.jsx("span",{className:t.default.optionDescription,children:e.description})]}),m&&s.jsx(R.Check,{size:L,className:t.default.checkIcon,"aria-hidden":"true"})]})},ce=s.jsx("div",{ref:b,className:`${t.default.dropdown} ${r&&t.default.visible}`,style:{top:M.top,left:M.left,width:M.width,maxHeight:_},role:"listbox",id:q,"aria-label":S||V,children:K?s.jsxs("div",{className:t.default.loading,children:[s.jsx(R.Loader2,{size:L,className:t.default.spinner}),s.jsx("span",{children:"Loading..."})]}):p.length===0?s.jsx("div",{className:t.default.empty,children:Y}):p.map((e,n)=>{const m=n===d,y=e.value===i;return s.jsx("div",{className:[t.default.option,m&&t.default.highlighted,y&&t.default.selected,e.disabled&&t.default.disabled].filter(Boolean).join(" "),role:"option","aria-selected":y,"aria-disabled":e.disabled,onClick:()=>O(e),onMouseEnter:()=>j(n),children:ie(e,n)},e.value)})});return s.jsxs("div",{className:re,children:[S&&s.jsx("label",{htmlFor:$,className:t.default.label,children:S}),s.jsxs("div",{ref:v,className:t.default.inputWrapper,onClick:()=>N.current?.focus(),children:[s.jsx("input",{...Z,ref:e=>{typeof k=="function"?k(e):k&&(k.current=e),N.current=e},id:$,type:"text",className:t.default.input,value:E,onChange:te,onFocus:se,onBlur:le,onKeyDown:ae,disabled:w,placeholder:V,role:"combobox","aria-expanded":r,"aria-haspopup":"listbox","aria-controls":q,"aria-autocomplete":"list","aria-activedescendant":d>=0?`${q}-option-${d}`:void 0}),s.jsxs("div",{className:t.default.actions,children:[U&&i&&!w&&s.jsx("button",{type:"button",className:t.default.clearButton,onClick:ne,"aria-label":"Clear selection",tabIndex:-1,children:s.jsx(R.X,{size:L})}),s.jsx("span",{className:`${t.default.chevron} ${r?t.default.open:""}`,"aria-hidden":"true",children:s.jsx(R.ChevronDown,{size:L})})]})]}),(z||g)&&s.jsx("span",{className:g?t.default.errorText:t.default.helperText,children:g||z}),r&&oe.createPortal(ce,document.body)]})});X.displayName="Combobox";exports.Combobox=X;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),l=require("react"),oe=require("react-dom"),R=require("lucide-react"),t=require("./index100.cjs"),de=(u,i)=>{const c=i.toLowerCase().trim();return c?u.label.toLowerCase().includes(c)||u.value.toLowerCase().includes(c)||(u.description?.toLowerCase().includes(c)??!1):!0},X=l.forwardRef(({options:u,value:i,onChange:c,onInputChange:P,size:D="md",label:S,helperText:z,error:g,loading:K=!1,clearable:U=!0,allowFreeInput:f=!1,filterFn:B=de,openOnFocus:I=!0,minChars:C=0,emptyText:Y="No results found",renderOption:T,maxHeight:_=300,fullWidth:G=!1,placeholder:V,disabled:w,className:J,id:Q,onFocus:A,onBlur:H,onKeyDown:W,...Z},k)=>{const F=l.useId(),$=Q||F,q=`${$}-listbox`,v=l.useRef(null),N=l.useRef(null),b=l.useRef(null),[r,h]=l.useState(!1),[E,o]=l.useState(""),[d,j]=l.useState(-1),[M,ee]=l.useState({top:0,left:0,width:0}),a=l.useMemo(()=>u.find(e=>e.value===i)??null,[u,i]);l.useEffect(()=>{a?o(a.label):f||o("")},[a,f]);const p=l.useMemo(()=>E.length<C?[]:u.filter(e=>B(e,E)),[u,E,C,B]),x=l.useCallback(()=>{if(!v.current)return;const e=v.current.getBoundingClientRect();ee({top:e.bottom+window.scrollY+4,left:e.left+window.scrollX,width:e.width})},[]);l.useEffect(()=>{if(r)return x(),window.addEventListener("resize",x),window.addEventListener("scroll",x,!0),()=>{window.removeEventListener("resize",x),window.removeEventListener("scroll",x,!0)}},[r,x]),l.useEffect(()=>{if(!r)return;const e=n=>{const m=n.target;v.current&&!v.current.contains(m)&&b.current&&!b.current.contains(m)&&(h(!1),!f&&!i?o(""):a&&o(a.label))};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[r,f,i,a]);const te=l.useCallback(e=>{const n=e.target.value;o(n),j(-1),P?.(n),!r&&n.length>=C&&h(!0),a&&n!==a.label&&!f&&c?.(null,null)},[r,C,P,a,f,c]),se=l.useCallback(e=>{I&&!w&&h(!0),A?.(e)},[I,w,A]),le=l.useCallback(e=>{setTimeout(()=>{b.current?.contains(document.activeElement)||(h(!1),!f&&!i?o(""):a&&o(a.label))},200),H?.(e)},[f,i,a,H]),O=l.useCallback(e=>{e.disabled||(c?.(e.value,e),o(e.label),h(!1),j(-1),N.current?.focus())},[c]),ne=l.useCallback(e=>{e.stopPropagation(),c?.(null,null),o(""),N.current?.focus()},[c]),ae=l.useCallback(e=>{switch(e.key){case"ArrowDown":e.preventDefault(),r?j(n=>Math.min(n+1,p.length-1)):h(!0);break;case"ArrowUp":e.preventDefault(),j(n=>Math.max(n-1,0));break;case"Enter":e.preventDefault(),r&&d>=0&&p[d]&&O(p[d]);break;case"Escape":e.preventDefault(),h(!1),o(a?a.label:"");break;case"Tab":h(!1);break}W?.(e)},[r,d,p,O,a,W]);l.useEffect(()=>{d>=0&&b.current&&b.current.querySelectorAll('[role="option"]')[d]?.scrollIntoView({block:"nearest"})},[d]);const re=[t.default.container,t.default[D],G&&t.default.fullWidth,w&&t.default.disabled,g&&t.default.error,J].filter(Boolean).join(" "),L=D==="sm"?14:D==="lg"?20:16,ie=(e,n)=>{const m=e.value===i,y=n===d;return T?T(e,m,y):s.jsxs(s.Fragment,{children:[e.icon&&s.jsx("span",{className:t.default.optionIcon,"aria-hidden":"true",children:e.icon}),s.jsxs("div",{className:t.default.optionContent,children:[s.jsx("span",{className:t.default.optionLabel,children:e.label}),e.description&&s.jsx("span",{className:t.default.optionDescription,children:e.description})]}),m&&s.jsx(R.Check,{size:L,className:t.default.checkIcon,"aria-hidden":"true"})]})},ce=s.jsx("div",{ref:b,className:`${t.default.dropdown} ${r&&t.default.visible}`,style:{top:M.top,left:M.left,width:M.width,maxHeight:_},role:"listbox",id:q,"aria-label":S||V,children:K?s.jsxs("div",{className:t.default.loading,children:[s.jsx(R.Loader2,{size:L,className:t.default.spinner}),s.jsx("span",{children:"Loading..."})]}):p.length===0?s.jsx("div",{className:t.default.empty,children:Y}):p.map((e,n)=>{const m=n===d,y=e.value===i;return s.jsx("div",{className:[t.default.option,m&&t.default.highlighted,y&&t.default.selected,e.disabled&&t.default.disabled].filter(Boolean).join(" "),role:"option","aria-selected":y,"aria-disabled":e.disabled,onClick:()=>O(e),onMouseEnter:()=>j(n),children:ie(e,n)},e.value)})});return s.jsxs("div",{className:re,children:[S&&s.jsx("label",{htmlFor:$,className:t.default.label,children:S}),s.jsxs("div",{ref:v,className:t.default.inputWrapper,onClick:()=>N.current?.focus(),children:[s.jsx("input",{...Z,ref:e=>{typeof k=="function"?k(e):k&&(k.current=e),N.current=e},id:$,type:"text",className:t.default.input,value:E,onChange:te,onFocus:se,onBlur:le,onKeyDown:ae,disabled:w,placeholder:V,role:"combobox","aria-expanded":r,"aria-haspopup":"listbox","aria-controls":q,"aria-autocomplete":"list","aria-activedescendant":d>=0?`${q}-option-${d}`:void 0}),s.jsxs("div",{className:t.default.actions,children:[U&&i&&!w&&s.jsx("button",{type:"button",className:t.default.clearButton,onClick:ne,"aria-label":"Clear selection",tabIndex:-1,children:s.jsx(R.X,{size:L})}),s.jsx("span",{className:`${t.default.chevron} ${r?t.default.open:""}`,"aria-hidden":"true",children:s.jsx(R.ChevronDown,{size:L})})]})]}),(z||g)&&s.jsx("span",{className:g?t.default.errorText:t.default.helperText,children:g||z}),r&&oe.createPortal(ce,document.body)]})});X.displayName="Combobox";exports.Combobox=X;
package/dist/index26.mjs CHANGED
@@ -2,7 +2,7 @@ import { jsx as s, jsxs as v, Fragment as fe } from "react/jsx-runtime";
2
2
  import { forwardRef as me, useId as he, useRef as M, useState as R, useMemo as Y, useEffect as z, useCallback as h } from "react";
3
3
  import { createPortal as pe } from "react-dom";
4
4
  import { Loader2 as be, X as we, ChevronDown as ve, Check as ge } from "lucide-react";
5
- import t from "./index115.mjs";
5
+ import t from "./index100.mjs";
6
6
  const Ne = (d, l) => {
7
7
  const o = l.toLowerCase().trim();
8
8
  return o ? d.label.toLowerCase().includes(o) || d.value.toLowerCase().includes(o) || (d.description?.toLowerCase().includes(o) ?? !1) : !0;