@accelint/design-toolkit 8.1.1 → 9.0.0

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 (877) hide show
  1. package/README.md +1 -0
  2. package/catalog-info.yaml +6 -8
  3. package/dist/components/accordion/context.d.ts +19 -5
  4. package/dist/components/accordion/context.js +21 -1
  5. package/dist/components/accordion/context.js.map +1 -1
  6. package/dist/components/accordion/group.d.ts +25 -6
  7. package/dist/components/accordion/group.js +38 -1
  8. package/dist/components/accordion/group.js.map +1 -1
  9. package/dist/components/accordion/header.d.ts +22 -6
  10. package/dist/components/accordion/header.js +47 -1
  11. package/dist/components/accordion/header.js.map +1 -1
  12. package/dist/components/accordion/index.d.ts +23 -7
  13. package/dist/components/accordion/index.js +82 -1
  14. package/dist/components/accordion/index.js.map +1 -1
  15. package/dist/components/accordion/panel.d.ts +23 -6
  16. package/dist/components/accordion/panel.js +31 -1
  17. package/dist/components/accordion/panel.js.map +1 -1
  18. package/dist/components/accordion/styles.module.css +14 -2
  19. package/dist/components/accordion/trigger.d.ts +22 -6
  20. package/dist/components/accordion/trigger.js +47 -1
  21. package/dist/components/accordion/trigger.js.map +1 -1
  22. package/dist/components/accordion/types.d.ts +24 -10
  23. package/dist/components/accordion/types.js +12 -2
  24. package/dist/components/action-bar/index.d.ts +23 -5
  25. package/dist/components/action-bar/index.js +51 -1
  26. package/dist/components/action-bar/index.js.map +1 -1
  27. package/dist/components/action-bar/styles.module.css +1 -1
  28. package/dist/components/action-bar/types.d.ts +18 -4
  29. package/dist/components/action-bar/types.js +12 -2
  30. package/dist/components/avatar/context.d.ts +25 -8
  31. package/dist/components/avatar/context.js +28 -1
  32. package/dist/components/avatar/context.js.map +1 -1
  33. package/dist/components/avatar/index.d.ts +23 -6
  34. package/dist/components/avatar/index.js +92 -1
  35. package/dist/components/avatar/index.js.map +1 -1
  36. package/dist/components/avatar/styles.module.css +1 -1
  37. package/dist/components/avatar/types.d.ts +27 -13
  38. package/dist/components/avatar/types.js +12 -2
  39. package/dist/components/badge/context.d.ts +25 -8
  40. package/dist/components/badge/context.js +28 -1
  41. package/dist/components/badge/context.js.map +1 -1
  42. package/dist/components/badge/index.d.ts +23 -6
  43. package/dist/components/badge/index.js +61 -1
  44. package/dist/components/badge/index.js.map +1 -1
  45. package/dist/components/badge/styles.module.css +1 -1
  46. package/dist/components/badge/types.d.ts +25 -11
  47. package/dist/components/badge/types.js +12 -2
  48. package/dist/components/breadcrumbs/index.d.ts +22 -4
  49. package/dist/components/breadcrumbs/index.js +41 -1
  50. package/dist/components/breadcrumbs/index.js.map +1 -1
  51. package/dist/components/breadcrumbs/item.d.ts +23 -4
  52. package/dist/components/breadcrumbs/item.js +40 -1
  53. package/dist/components/breadcrumbs/item.js.map +1 -1
  54. package/dist/components/breadcrumbs/styles.module.css +1 -1
  55. package/dist/components/breadcrumbs/types.d.ts +30 -16
  56. package/dist/components/breadcrumbs/types.js +12 -2
  57. package/dist/components/button/context.d.ts +35 -11
  58. package/dist/components/button/context.js +42 -1
  59. package/dist/components/button/context.js.map +1 -1
  60. package/dist/components/button/index.d.ts +23 -7
  61. package/dist/components/button/index.js +74 -1
  62. package/dist/components/button/index.js.map +1 -1
  63. package/dist/components/button/link.d.ts +23 -7
  64. package/dist/components/button/link.js +74 -1
  65. package/dist/components/button/link.js.map +1 -1
  66. package/dist/components/button/styles.module.css +2 -2
  67. package/dist/components/button/toggle.d.ts +23 -7
  68. package/dist/components/button/toggle.js +76 -1
  69. package/dist/components/button/toggle.js.map +1 -1
  70. package/dist/components/button/types.d.ts +22 -9
  71. package/dist/components/button/types.js +12 -2
  72. package/dist/components/checkbox/context.d.ts +20 -7
  73. package/dist/components/checkbox/context.js +22 -1
  74. package/dist/components/checkbox/context.js.map +1 -1
  75. package/dist/components/checkbox/group.d.ts +21 -7
  76. package/dist/components/checkbox/group.js +41 -1
  77. package/dist/components/checkbox/group.js.map +1 -1
  78. package/dist/components/checkbox/index.d.ts +23 -8
  79. package/dist/components/checkbox/index.js +78 -1
  80. package/dist/components/checkbox/index.js.map +1 -1
  81. package/dist/components/checkbox/styles.module.css +1 -1
  82. package/dist/components/checkbox/types.d.ts +31 -17
  83. package/dist/components/checkbox/types.js +12 -2
  84. package/dist/components/chip/context.d.ts +25 -7
  85. package/dist/components/chip/context.js +28 -1
  86. package/dist/components/chip/context.js.map +1 -1
  87. package/dist/components/chip/deletable.d.ts +21 -5
  88. package/dist/components/chip/deletable.js +53 -1
  89. package/dist/components/chip/deletable.js.map +1 -1
  90. package/dist/components/chip/index.d.ts +52 -17
  91. package/dist/components/chip/index.js +94 -1
  92. package/dist/components/chip/index.js.map +1 -1
  93. package/dist/components/chip/list.d.ts +23 -6
  94. package/dist/components/chip/list.js +48 -1
  95. package/dist/components/chip/list.js.map +1 -1
  96. package/dist/components/chip/selectable.d.ts +21 -5
  97. package/dist/components/chip/selectable.js +35 -1
  98. package/dist/components/chip/selectable.js.map +1 -1
  99. package/dist/components/chip/styles.module.css +1 -1
  100. package/dist/components/chip/types.d.ts +25 -11
  101. package/dist/components/chip/types.js +12 -2
  102. package/dist/components/classification-badge/context.d.ts +25 -8
  103. package/dist/components/classification-badge/context.js +28 -1
  104. package/dist/components/classification-badge/context.js.map +1 -1
  105. package/dist/components/classification-badge/index.d.ts +22 -6
  106. package/dist/components/classification-badge/index.js +58 -1
  107. package/dist/components/classification-badge/index.js.map +1 -1
  108. package/dist/components/classification-badge/styles.module.css +1 -1
  109. package/dist/components/classification-badge/types.d.ts +19 -5
  110. package/dist/components/classification-badge/types.js +12 -2
  111. package/dist/components/classification-banner/context.d.ts +25 -7
  112. package/dist/components/classification-banner/context.js +28 -1
  113. package/dist/components/classification-banner/context.js.map +1 -1
  114. package/dist/components/classification-banner/index.d.ts +22 -5
  115. package/dist/components/classification-banner/index.js +54 -1
  116. package/dist/components/classification-banner/index.js.map +1 -1
  117. package/dist/components/classification-banner/styles.module.css +1 -1
  118. package/dist/components/classification-banner/types.d.ts +18 -4
  119. package/dist/components/classification-banner/types.js +12 -2
  120. package/dist/components/clock/index.d.ts +23 -5
  121. package/dist/components/clock/index.js +65 -1
  122. package/dist/components/clock/index.js.map +1 -1
  123. package/dist/components/clock/types.d.ts +18 -4
  124. package/dist/components/clock/types.js +12 -2
  125. package/dist/components/color-picker/index.d.ts +24 -6
  126. package/dist/components/color-picker/index.js +74 -1
  127. package/dist/components/color-picker/index.js.map +1 -1
  128. package/dist/components/color-picker/styles.module.css +1 -1
  129. package/dist/components/color-picker/types.d.ts +24 -10
  130. package/dist/components/color-picker/types.js +12 -2
  131. package/dist/components/combobox-field/context.d.ts +26 -10
  132. package/dist/components/combobox-field/context.js +28 -1
  133. package/dist/components/combobox-field/context.js.map +1 -1
  134. package/dist/components/combobox-field/index.d.ts +23 -10
  135. package/dist/components/combobox-field/index.js +91 -1
  136. package/dist/components/combobox-field/index.js.map +1 -1
  137. package/dist/components/combobox-field/styles.module.css +1 -1
  138. package/dist/components/combobox-field/types.d.ts +34 -22
  139. package/dist/components/combobox-field/types.js +12 -2
  140. package/dist/components/coordinate-field/context.d.ts +34 -13
  141. package/dist/components/coordinate-field/context.js +102 -1
  142. package/dist/components/coordinate-field/context.js.map +1 -1
  143. package/dist/components/coordinate-field/coordinate-utils.d.ts +28 -16
  144. package/dist/components/coordinate-field/coordinate-utils.js +792 -1
  145. package/dist/components/coordinate-field/coordinate-utils.js.map +1 -1
  146. package/dist/components/coordinate-field/index.d.ts +23 -6
  147. package/dist/components/coordinate-field/index.js +302 -1
  148. package/dist/components/coordinate-field/index.js.map +1 -1
  149. package/dist/components/coordinate-field/segment-configs.d.ts +16 -25
  150. package/dist/components/coordinate-field/segment-configs.js +474 -1
  151. package/dist/components/coordinate-field/segment-configs.js.map +1 -1
  152. package/dist/components/coordinate-field/segment.d.ts +38 -6
  153. package/dist/components/coordinate-field/segment.js +142 -1
  154. package/dist/components/coordinate-field/segment.js.map +1 -1
  155. package/dist/components/coordinate-field/styles.module.css +5 -1
  156. package/dist/components/coordinate-field/types.d.ts +152 -138
  157. package/dist/components/coordinate-field/types.js +48 -1
  158. package/dist/components/coordinate-field/types.js.map +1 -1
  159. package/dist/components/coordinate-field/width-utils.d.ts +16 -4
  160. package/dist/components/coordinate-field/width-utils.js +52 -1
  161. package/dist/components/coordinate-field/width-utils.js.map +1 -1
  162. package/dist/components/date-field/index.d.ts +34 -6
  163. package/dist/components/date-field/index.js +133 -1
  164. package/dist/components/date-field/index.js.map +1 -1
  165. package/dist/components/date-field/styles.module.css +1 -1
  166. package/dist/components/date-field/types.d.ts +34 -20
  167. package/dist/components/date-field/types.js +12 -2
  168. package/dist/components/details-list/context.d.ts +25 -7
  169. package/dist/components/details-list/context.js +28 -1
  170. package/dist/components/details-list/context.js.map +1 -1
  171. package/dist/components/details-list/index.d.ts +23 -6
  172. package/dist/components/details-list/index.js +69 -1
  173. package/dist/components/details-list/index.js.map +1 -1
  174. package/dist/components/details-list/label.d.ts +18 -5
  175. package/dist/components/details-list/label.js +28 -1
  176. package/dist/components/details-list/label.js.map +1 -1
  177. package/dist/components/details-list/styles.module.css +1 -1
  178. package/dist/components/details-list/types.d.ts +24 -10
  179. package/dist/components/details-list/types.js +12 -2
  180. package/dist/components/details-list/value.d.ts +18 -5
  181. package/dist/components/details-list/value.js +28 -1
  182. package/dist/components/details-list/value.js.map +1 -1
  183. package/dist/components/dialog/content.d.ts +21 -3
  184. package/dist/components/dialog/content.js +28 -1
  185. package/dist/components/dialog/content.js.map +1 -1
  186. package/dist/components/dialog/context.d.ts +19 -4
  187. package/dist/components/dialog/context.js +21 -1
  188. package/dist/components/dialog/context.js.map +1 -1
  189. package/dist/components/dialog/footer.d.ts +21 -3
  190. package/dist/components/dialog/footer.js +42 -1
  191. package/dist/components/dialog/footer.js.map +1 -1
  192. package/dist/components/dialog/index.d.ts +23 -6
  193. package/dist/components/dialog/index.js +72 -1
  194. package/dist/components/dialog/index.js.map +1 -1
  195. package/dist/components/dialog/styles.module.css +1 -1
  196. package/dist/components/dialog/title.d.ts +21 -3
  197. package/dist/components/dialog/title.js +30 -1
  198. package/dist/components/dialog/title.js.map +1 -1
  199. package/dist/components/dialog/trigger.d.ts +17 -2
  200. package/dist/components/dialog/trigger.js +23 -1
  201. package/dist/components/dialog/trigger.js.map +1 -1
  202. package/dist/components/dialog/types.d.ts +25 -11
  203. package/dist/components/dialog/types.js +12 -2
  204. package/dist/components/divider/context.d.ts +25 -7
  205. package/dist/components/divider/context.js +28 -1
  206. package/dist/components/divider/context.js.map +1 -1
  207. package/dist/components/divider/index.d.ts +22 -5
  208. package/dist/components/divider/index.js +59 -1
  209. package/dist/components/divider/index.js.map +1 -1
  210. package/dist/components/divider/styles.module.css +1 -1
  211. package/dist/components/divider/types.d.ts +22 -8
  212. package/dist/components/divider/types.js +12 -2
  213. package/dist/components/drawer/back.d.ts +17 -2
  214. package/dist/components/drawer/back.js +36 -1
  215. package/dist/components/drawer/back.js.map +1 -1
  216. package/dist/components/drawer/close.d.ts +17 -2
  217. package/dist/components/drawer/close.js +33 -1
  218. package/dist/components/drawer/close.js.map +1 -1
  219. package/dist/components/drawer/content.d.ts +20 -3
  220. package/dist/components/drawer/content.js +27 -1
  221. package/dist/components/drawer/content.js.map +1 -1
  222. package/dist/components/drawer/context.d.ts +35 -27
  223. package/dist/components/drawer/context.js +47 -1
  224. package/dist/components/drawer/context.js.map +1 -1
  225. package/dist/components/drawer/events.d.ts +6 -4
  226. package/dist/components/drawer/events.js +23 -1
  227. package/dist/components/drawer/events.js.map +1 -1
  228. package/dist/components/drawer/footer.d.ts +20 -3
  229. package/dist/components/drawer/footer.js +27 -1
  230. package/dist/components/drawer/footer.js.map +1 -1
  231. package/dist/components/drawer/header-title.d.ts +22 -14
  232. package/dist/components/drawer/header-title.js +34 -1
  233. package/dist/components/drawer/header-title.js.map +1 -1
  234. package/dist/components/drawer/header.d.ts +23 -3
  235. package/dist/components/drawer/header.js +44 -1
  236. package/dist/components/drawer/header.js.map +1 -1
  237. package/dist/components/drawer/index.d.ts +29 -14
  238. package/dist/components/drawer/index.js +105 -1
  239. package/dist/components/drawer/index.js.map +1 -1
  240. package/dist/components/drawer/layout-main.d.ts +20 -3
  241. package/dist/components/drawer/layout-main.js +27 -1
  242. package/dist/components/drawer/layout-main.js.map +1 -1
  243. package/dist/components/drawer/layout.d.ts +22 -13
  244. package/dist/components/drawer/layout.js +29 -1
  245. package/dist/components/drawer/layout.js.map +1 -1
  246. package/dist/components/drawer/menu-item.d.ts +25 -13
  247. package/dist/components/drawer/menu-item.js +64 -1
  248. package/dist/components/drawer/menu-item.js.map +1 -1
  249. package/dist/components/drawer/menu.d.ts +22 -13
  250. package/dist/components/drawer/menu.js +28 -1
  251. package/dist/components/drawer/menu.js.map +1 -1
  252. package/dist/components/drawer/panel.d.ts +20 -3
  253. package/dist/components/drawer/panel.js +27 -1
  254. package/dist/components/drawer/panel.js.map +1 -1
  255. package/dist/components/drawer/styles.module.css +1 -1
  256. package/dist/components/drawer/trigger.d.ts +21 -13
  257. package/dist/components/drawer/trigger.js +41 -1
  258. package/dist/components/drawer/trigger.js.map +1 -1
  259. package/dist/components/drawer/types.d.ts +178 -165
  260. package/dist/components/drawer/types.js +12 -2
  261. package/dist/components/drawer/view.d.ts +24 -8
  262. package/dist/components/drawer/view.js +45 -1
  263. package/dist/components/drawer/view.js.map +1 -1
  264. package/dist/components/flashcard/index.d.ts +32 -19
  265. package/dist/components/flashcard/index.js +140 -1
  266. package/dist/components/flashcard/index.js.map +1 -1
  267. package/dist/components/flashcard/styles.module.css +1 -1
  268. package/dist/components/flashcard/types.d.ts +21 -8
  269. package/dist/components/flashcard/types.js +12 -2
  270. package/dist/components/hero/context.d.ts +19 -4
  271. package/dist/components/hero/context.js +21 -1
  272. package/dist/components/hero/context.js.map +1 -1
  273. package/dist/components/hero/index.d.ts +23 -5
  274. package/dist/components/hero/index.js +79 -1
  275. package/dist/components/hero/index.js.map +1 -1
  276. package/dist/components/hero/styles.module.css +1 -1
  277. package/dist/components/hero/subtitle.d.ts +18 -3
  278. package/dist/components/hero/subtitle.js +21 -1
  279. package/dist/components/hero/subtitle.js.map +1 -1
  280. package/dist/components/hero/title.d.ts +18 -3
  281. package/dist/components/hero/title.js +21 -1
  282. package/dist/components/hero/title.js.map +1 -1
  283. package/dist/components/hero/types.d.ts +24 -10
  284. package/dist/components/hero/types.js +12 -2
  285. package/dist/components/hotkey/context.d.ts +25 -7
  286. package/dist/components/hotkey/context.js +28 -1
  287. package/dist/components/hotkey/context.js.map +1 -1
  288. package/dist/components/hotkey/index.d.ts +24 -5
  289. package/dist/components/hotkey/index.js +65 -1
  290. package/dist/components/hotkey/index.js.map +1 -1
  291. package/dist/components/hotkey/set.d.ts +21 -3
  292. package/dist/components/hotkey/set.js +32 -1
  293. package/dist/components/hotkey/set.js.map +1 -1
  294. package/dist/components/hotkey/styles.module.css +1 -1
  295. package/dist/components/hotkey/types.d.ts +18 -4
  296. package/dist/components/hotkey/types.js +12 -2
  297. package/dist/components/icon/context.d.ts +25 -7
  298. package/dist/components/icon/context.js +28 -1
  299. package/dist/components/icon/context.js.map +1 -1
  300. package/dist/components/icon/index.d.ts +23 -5
  301. package/dist/components/icon/index.js +64 -1
  302. package/dist/components/icon/index.js.map +1 -1
  303. package/dist/components/icon/styles.module.css +1 -1
  304. package/dist/components/icon/types.d.ts +18 -4
  305. package/dist/components/icon/types.js +12 -2
  306. package/dist/components/input/context.d.ts +19 -6
  307. package/dist/components/input/context.js +21 -1
  308. package/dist/components/input/context.js.map +1 -1
  309. package/dist/components/input/index.d.ts +23 -8
  310. package/dist/components/input/index.js +126 -1
  311. package/dist/components/input/index.js.map +1 -1
  312. package/dist/components/input/styles.module.css +1 -1
  313. package/dist/components/input/types.d.ts +33 -20
  314. package/dist/components/input/types.js +12 -2
  315. package/dist/components/kanban/card-body.d.ts +22 -9
  316. package/dist/components/kanban/card-body.js +29 -1
  317. package/dist/components/kanban/card-body.js.map +1 -1
  318. package/dist/components/kanban/card-header-actions.d.ts +22 -9
  319. package/dist/components/kanban/card-header-actions.js +29 -1
  320. package/dist/components/kanban/card-header-actions.js.map +1 -1
  321. package/dist/components/kanban/card-header-title.d.ts +22 -9
  322. package/dist/components/kanban/card-header-title.js +29 -1
  323. package/dist/components/kanban/card-header-title.js.map +1 -1
  324. package/dist/components/kanban/card-header.d.ts +22 -9
  325. package/dist/components/kanban/card-header.js +30 -1
  326. package/dist/components/kanban/card-header.js.map +1 -1
  327. package/dist/components/kanban/card.d.ts +24 -9
  328. package/dist/components/kanban/card.js +48 -1
  329. package/dist/components/kanban/card.js.map +1 -1
  330. package/dist/components/kanban/column-actions.d.ts +22 -9
  331. package/dist/components/kanban/column-actions.js +37 -1
  332. package/dist/components/kanban/column-actions.js.map +1 -1
  333. package/dist/components/kanban/column-container.d.ts +22 -9
  334. package/dist/components/kanban/column-container.js +29 -1
  335. package/dist/components/kanban/column-container.js.map +1 -1
  336. package/dist/components/kanban/column-content.d.ts +23 -9
  337. package/dist/components/kanban/column-content.js +34 -1
  338. package/dist/components/kanban/column-content.js.map +1 -1
  339. package/dist/components/kanban/column-header-actions.d.ts +23 -9
  340. package/dist/components/kanban/column-header-actions.js +30 -1
  341. package/dist/components/kanban/column-header-actions.js.map +1 -1
  342. package/dist/components/kanban/column-header-drag-handle.d.ts +17 -2
  343. package/dist/components/kanban/column-header-drag-handle.js +29 -1
  344. package/dist/components/kanban/column-header-drag-handle.js.map +1 -1
  345. package/dist/components/kanban/column-header-title.d.ts +22 -9
  346. package/dist/components/kanban/column-header-title.js +29 -1
  347. package/dist/components/kanban/column-header-title.js.map +1 -1
  348. package/dist/components/kanban/column-header.d.ts +22 -9
  349. package/dist/components/kanban/column-header.js +29 -1
  350. package/dist/components/kanban/column-header.js.map +1 -1
  351. package/dist/components/kanban/column.d.ts +23 -9
  352. package/dist/components/kanban/column.js +34 -1
  353. package/dist/components/kanban/column.js.map +1 -1
  354. package/dist/components/kanban/context.d.ts +77 -58
  355. package/dist/components/kanban/context.js +201 -1
  356. package/dist/components/kanban/context.js.map +1 -1
  357. package/dist/components/kanban/header-actions.d.ts +22 -9
  358. package/dist/components/kanban/header-actions.js +29 -1
  359. package/dist/components/kanban/header-actions.js.map +1 -1
  360. package/dist/components/kanban/header-search.d.ts +21 -9
  361. package/dist/components/kanban/header-search.js +29 -1
  362. package/dist/components/kanban/header-search.js.map +1 -1
  363. package/dist/components/kanban/header-title.d.ts +22 -9
  364. package/dist/components/kanban/header-title.js +30 -1
  365. package/dist/components/kanban/header-title.js.map +1 -1
  366. package/dist/components/kanban/header.d.ts +22 -9
  367. package/dist/components/kanban/header.js +29 -1
  368. package/dist/components/kanban/header.js.map +1 -1
  369. package/dist/components/kanban/index.d.ts +15 -9
  370. package/dist/components/kanban/index.js +16 -2
  371. package/dist/components/kanban/kanban.d.ts +27 -13
  372. package/dist/components/kanban/kanban.js +81 -1
  373. package/dist/components/kanban/kanban.js.map +1 -1
  374. package/dist/components/kanban/mock-data.d.ts +11 -9
  375. package/dist/components/kanban/mock-data.js +89 -1
  376. package/dist/components/kanban/mock-data.js.map +1 -1
  377. package/dist/components/kanban/styles.module.css +1 -1
  378. package/dist/components/kanban/types.d.ts +39 -29
  379. package/dist/components/kanban/types.js +12 -2
  380. package/dist/components/label/context.d.ts +25 -7
  381. package/dist/components/label/context.js +28 -1
  382. package/dist/components/label/context.js.map +1 -1
  383. package/dist/components/label/index.d.ts +23 -6
  384. package/dist/components/label/index.js +54 -1
  385. package/dist/components/label/index.js.map +1 -1
  386. package/dist/components/label/styles.module.css +1 -1
  387. package/dist/components/label/types.d.ts +20 -6
  388. package/dist/components/label/types.js +12 -2
  389. package/dist/components/lines/index.d.ts +23 -5
  390. package/dist/components/lines/index.js +37 -1
  391. package/dist/components/lines/index.js.map +1 -1
  392. package/dist/components/lines/styles.module.css +1 -1
  393. package/dist/components/lines/types.d.ts +20 -6
  394. package/dist/components/lines/types.js +12 -2
  395. package/dist/components/link/context.d.ts +22 -6
  396. package/dist/components/link/context.js +27 -1
  397. package/dist/components/link/context.js.map +1 -1
  398. package/dist/components/link/index.d.ts +22 -6
  399. package/dist/components/link/index.js +42 -1
  400. package/dist/components/link/index.js.map +1 -1
  401. package/dist/components/link/styles.module.css +1 -1
  402. package/dist/components/link/types.d.ts +20 -6
  403. package/dist/components/link/types.js +12 -2
  404. package/dist/components/menu/context.d.ts +19 -5
  405. package/dist/components/menu/context.js +21 -1
  406. package/dist/components/menu/context.js.map +1 -1
  407. package/dist/components/menu/index.d.ts +47 -7
  408. package/dist/components/menu/index.js +128 -1
  409. package/dist/components/menu/index.js.map +1 -1
  410. package/dist/components/menu/item-description.d.ts +22 -3
  411. package/dist/components/menu/item-description.js +31 -1
  412. package/dist/components/menu/item-description.js.map +1 -1
  413. package/dist/components/menu/item-label.d.ts +22 -3
  414. package/dist/components/menu/item-label.js +31 -1
  415. package/dist/components/menu/item-label.js.map +1 -1
  416. package/dist/components/menu/item.d.ts +23 -6
  417. package/dist/components/menu/item.js +52 -1
  418. package/dist/components/menu/item.js.map +1 -1
  419. package/dist/components/menu/section.d.ts +24 -6
  420. package/dist/components/menu/section.js +36 -1
  421. package/dist/components/menu/section.js.map +1 -1
  422. package/dist/components/menu/separator.d.ts +21 -3
  423. package/dist/components/menu/separator.js +29 -1
  424. package/dist/components/menu/separator.js.map +1 -1
  425. package/dist/components/menu/styles.module.css +1 -1
  426. package/dist/components/menu/submenu.d.ts +18 -3
  427. package/dist/components/menu/submenu.js +21 -1
  428. package/dist/components/menu/submenu.js.map +1 -1
  429. package/dist/components/menu/trigger.d.ts +17 -2
  430. package/dist/components/menu/trigger.js +21 -1
  431. package/dist/components/menu/trigger.js.map +1 -1
  432. package/dist/components/menu/types.d.ts +38 -24
  433. package/dist/components/menu/types.js +12 -2
  434. package/dist/components/notice/events.d.ts +8 -6
  435. package/dist/components/notice/events.js +25 -1
  436. package/dist/components/notice/events.js.map +1 -1
  437. package/dist/components/notice/index.d.ts +32 -10
  438. package/dist/components/notice/index.js +88 -1
  439. package/dist/components/notice/index.js.map +1 -1
  440. package/dist/components/notice/list.d.ts +29 -10
  441. package/dist/components/notice/list.js +102 -1
  442. package/dist/components/notice/list.js.map +1 -1
  443. package/dist/components/notice/notice-icon.d.ts +21 -10
  444. package/dist/components/notice/notice-icon.js +34 -1
  445. package/dist/components/notice/notice-icon.js.map +1 -1
  446. package/dist/components/notice/styles.module.css +1 -1
  447. package/dist/components/notice/types.d.ts +67 -55
  448. package/dist/components/notice/types.js +12 -2
  449. package/dist/components/notice/utils.d.ts +17 -1
  450. package/dist/components/notice/utils.js +24 -1
  451. package/dist/components/notice/utils.js.map +1 -1
  452. package/dist/components/options/context.d.ts +19 -5
  453. package/dist/components/options/context.js +21 -1
  454. package/dist/components/options/context.js.map +1 -1
  455. package/dist/components/options/index.d.ts +23 -7
  456. package/dist/components/options/index.js +76 -1
  457. package/dist/components/options/index.js.map +1 -1
  458. package/dist/components/options/item-content.d.ts +20 -3
  459. package/dist/components/options/item-content.js +27 -1
  460. package/dist/components/options/item-content.js.map +1 -1
  461. package/dist/components/options/item-description.d.ts +20 -3
  462. package/dist/components/options/item-description.js +29 -1
  463. package/dist/components/options/item-description.js.map +1 -1
  464. package/dist/components/options/item-label.d.ts +20 -3
  465. package/dist/components/options/item-label.js +29 -1
  466. package/dist/components/options/item-label.js.map +1 -1
  467. package/dist/components/options/item.d.ts +24 -6
  468. package/dist/components/options/item.js +38 -1
  469. package/dist/components/options/item.js.map +1 -1
  470. package/dist/components/options/section.d.ts +22 -6
  471. package/dist/components/options/section.js +35 -1
  472. package/dist/components/options/section.js.map +1 -1
  473. package/dist/components/options/styles.module.css +1 -1
  474. package/dist/components/options/types.d.ts +32 -18
  475. package/dist/components/options/types.js +12 -2
  476. package/dist/components/pagination/context.d.ts +18 -6
  477. package/dist/components/pagination/context.js +26 -1
  478. package/dist/components/pagination/context.js.map +1 -1
  479. package/dist/components/pagination/index.d.ts +28 -8
  480. package/dist/components/pagination/index.js +63 -1
  481. package/dist/components/pagination/index.js.map +1 -1
  482. package/dist/components/pagination/next.d.ts +21 -7
  483. package/dist/components/pagination/next.js +44 -1
  484. package/dist/components/pagination/next.js.map +1 -1
  485. package/dist/components/pagination/pages.d.ts +21 -7
  486. package/dist/components/pagination/pages.js +45 -1
  487. package/dist/components/pagination/pages.js.map +1 -1
  488. package/dist/components/pagination/prev.d.ts +21 -7
  489. package/dist/components/pagination/prev.js +44 -1
  490. package/dist/components/pagination/prev.js.map +1 -1
  491. package/dist/components/pagination/styles.module.css +1 -1
  492. package/dist/components/pagination/types.d.ts +36 -24
  493. package/dist/components/pagination/types.js +12 -2
  494. package/dist/components/pagination/utils.d.ts +5 -3
  495. package/dist/components/pagination/utils.js +59 -1
  496. package/dist/components/pagination/utils.js.map +1 -1
  497. package/dist/components/popover/content.d.ts +21 -3
  498. package/dist/components/popover/content.js +28 -1
  499. package/dist/components/popover/content.js.map +1 -1
  500. package/dist/components/popover/footer.d.ts +21 -3
  501. package/dist/components/popover/footer.js +28 -1
  502. package/dist/components/popover/footer.js.map +1 -1
  503. package/dist/components/popover/index.d.ts +24 -6
  504. package/dist/components/popover/index.js +64 -1
  505. package/dist/components/popover/index.js.map +1 -1
  506. package/dist/components/popover/styles.module.css +1 -1
  507. package/dist/components/popover/title.d.ts +21 -3
  508. package/dist/components/popover/title.js +30 -1
  509. package/dist/components/popover/title.js.map +1 -1
  510. package/dist/components/popover/trigger.d.ts +22 -5
  511. package/dist/components/popover/trigger.js +33 -1
  512. package/dist/components/popover/trigger.js.map +1 -1
  513. package/dist/components/popover/types.d.ts +23 -9
  514. package/dist/components/popover/types.js +12 -2
  515. package/dist/components/query-builder/action-element.d.ts +23 -3
  516. package/dist/components/query-builder/action-element.js +36 -1
  517. package/dist/components/query-builder/action-element.js.map +1 -1
  518. package/dist/components/query-builder/actions.d.ts +32 -5
  519. package/dist/components/query-builder/actions.js +53 -1
  520. package/dist/components/query-builder/actions.js.map +1 -1
  521. package/dist/components/query-builder/combinator-selector.d.ts +22 -3
  522. package/dist/components/query-builder/combinator-selector.js +47 -1
  523. package/dist/components/query-builder/combinator-selector.js.map +1 -1
  524. package/dist/components/query-builder/constants.d.ts +3 -1
  525. package/dist/components/query-builder/constants.js +24 -1
  526. package/dist/components/query-builder/constants.js.map +1 -1
  527. package/dist/components/query-builder/index.d.ts +26 -7
  528. package/dist/components/query-builder/index.js +119 -1
  529. package/dist/components/query-builder/index.js.map +1 -1
  530. package/dist/components/query-builder/rule-group.d.ts +20 -5
  531. package/dist/components/query-builder/rule-group.js +167 -1
  532. package/dist/components/query-builder/rule-group.js.map +1 -1
  533. package/dist/components/query-builder/rule.d.ts +18 -3
  534. package/dist/components/query-builder/rule.js +148 -1
  535. package/dist/components/query-builder/rule.js.map +1 -1
  536. package/dist/components/query-builder/styles.module.css +1 -1
  537. package/dist/components/query-builder/types.d.ts +21 -7
  538. package/dist/components/query-builder/types.js +12 -2
  539. package/dist/components/query-builder/utils.d.ts +16 -2
  540. package/dist/components/query-builder/utils.js +26 -1
  541. package/dist/components/query-builder/utils.js.map +1 -1
  542. package/dist/components/query-builder/value-editor.d.ts +18 -3
  543. package/dist/components/query-builder/value-editor.js +156 -1
  544. package/dist/components/query-builder/value-editor.js.map +1 -1
  545. package/dist/components/query-builder/value-selector.d.ts +18 -3
  546. package/dist/components/query-builder/value-selector.js +57 -1
  547. package/dist/components/query-builder/value-selector.js.map +1 -1
  548. package/dist/components/radio/context.d.ts +20 -6
  549. package/dist/components/radio/context.js +26 -1
  550. package/dist/components/radio/context.js.map +1 -1
  551. package/dist/components/radio/group.d.ts +22 -7
  552. package/dist/components/radio/group.js +46 -1
  553. package/dist/components/radio/group.js.map +1 -1
  554. package/dist/components/radio/index.d.ts +24 -7
  555. package/dist/components/radio/index.js +64 -1
  556. package/dist/components/radio/index.js.map +1 -1
  557. package/dist/components/radio/styles.module.css +1 -1
  558. package/dist/components/radio/types.d.ts +29 -15
  559. package/dist/components/radio/types.js +12 -2
  560. package/dist/components/search-field/context.d.ts +26 -10
  561. package/dist/components/search-field/context.js +38 -1
  562. package/dist/components/search-field/context.js.map +1 -1
  563. package/dist/components/search-field/index.d.ts +28 -12
  564. package/dist/components/search-field/index.js +88 -1
  565. package/dist/components/search-field/index.js.map +1 -1
  566. package/dist/components/search-field/styles.module.css +1 -2
  567. package/dist/components/search-field/types.d.ts +31 -18
  568. package/dist/components/search-field/types.js +12 -2
  569. package/dist/components/select-field/context.d.ts +25 -9
  570. package/dist/components/select-field/context.js +28 -1
  571. package/dist/components/select-field/context.js.map +1 -1
  572. package/dist/components/select-field/index.d.ts +23 -9
  573. package/dist/components/select-field/index.js +119 -1
  574. package/dist/components/select-field/index.js.map +1 -1
  575. package/dist/components/select-field/styles.module.css +1 -1
  576. package/dist/components/select-field/types.d.ts +32 -19
  577. package/dist/components/select-field/types.js +12 -2
  578. package/dist/components/sidenav/avatar.d.ts +23 -9
  579. package/dist/components/sidenav/avatar.js +48 -1
  580. package/dist/components/sidenav/avatar.js.map +1 -1
  581. package/dist/components/sidenav/content.d.ts +23 -9
  582. package/dist/components/sidenav/content.js +39 -1
  583. package/dist/components/sidenav/content.js.map +1 -1
  584. package/dist/components/sidenav/context.d.ts +18 -7
  585. package/dist/components/sidenav/context.js +25 -1
  586. package/dist/components/sidenav/context.js.map +1 -1
  587. package/dist/components/sidenav/events.d.ts +6 -4
  588. package/dist/components/sidenav/events.js +23 -1
  589. package/dist/components/sidenav/events.js.map +1 -1
  590. package/dist/components/sidenav/footer.d.ts +18 -9
  591. package/dist/components/sidenav/footer.js +27 -1
  592. package/dist/components/sidenav/footer.js.map +1 -1
  593. package/dist/components/sidenav/header.d.ts +23 -9
  594. package/dist/components/sidenav/header.js +50 -1
  595. package/dist/components/sidenav/header.js.map +1 -1
  596. package/dist/components/sidenav/index.d.ts +26 -9
  597. package/dist/components/sidenav/index.js +112 -1
  598. package/dist/components/sidenav/index.js.map +1 -1
  599. package/dist/components/sidenav/item.d.ts +24 -9
  600. package/dist/components/sidenav/item.js +54 -1
  601. package/dist/components/sidenav/item.js.map +1 -1
  602. package/dist/components/sidenav/link.d.ts +24 -9
  603. package/dist/components/sidenav/link.js +58 -1
  604. package/dist/components/sidenav/link.js.map +1 -1
  605. package/dist/components/sidenav/menu-item.d.ts +22 -9
  606. package/dist/components/sidenav/menu-item.js +34 -1
  607. package/dist/components/sidenav/menu-item.js.map +1 -1
  608. package/dist/components/sidenav/menu.d.ts +25 -9
  609. package/dist/components/sidenav/menu.js +87 -1
  610. package/dist/components/sidenav/menu.js.map +1 -1
  611. package/dist/components/sidenav/styles.module.css +9 -1
  612. package/dist/components/sidenav/trigger.d.ts +23 -9
  613. package/dist/components/sidenav/trigger.js +38 -1
  614. package/dist/components/sidenav/trigger.js.map +1 -1
  615. package/dist/components/sidenav/types.d.ts +55 -41
  616. package/dist/components/sidenav/types.js +12 -2
  617. package/dist/components/skeleton/index.d.ts +23 -5
  618. package/dist/components/skeleton/index.js +57 -1
  619. package/dist/components/skeleton/index.js.map +1 -1
  620. package/dist/components/skeleton/styles.module.css +1 -1
  621. package/dist/components/skeleton/types.d.ts +18 -4
  622. package/dist/components/skeleton/types.js +12 -2
  623. package/dist/components/slider/index.d.ts +63 -5
  624. package/dist/components/slider/index.js +269 -1
  625. package/dist/components/slider/index.js.map +1 -1
  626. package/dist/components/slider/styles.module.css +67 -9
  627. package/dist/components/slider/types.d.ts +65 -19
  628. package/dist/components/slider/types.js +12 -2
  629. package/dist/components/switch/context.d.ts +26 -8
  630. package/dist/components/switch/context.js +38 -1
  631. package/dist/components/switch/context.js.map +1 -1
  632. package/dist/components/switch/index.d.ts +23 -6
  633. package/dist/components/switch/index.js +73 -1
  634. package/dist/components/switch/index.js.map +1 -1
  635. package/dist/components/switch/styles.module.css +1 -1
  636. package/dist/components/switch/types.d.ts +24 -10
  637. package/dist/components/switch/types.js +12 -2
  638. package/dist/components/table/body.d.ts +23 -6
  639. package/dist/components/table/body.js +29 -1
  640. package/dist/components/table/body.js.map +1 -1
  641. package/dist/components/table/cell.d.ts +23 -6
  642. package/dist/components/table/cell.js +39 -1
  643. package/dist/components/table/cell.js.map +1 -1
  644. package/dist/components/table/constants/table.d.ts +22 -8
  645. package/dist/components/table/constants/table.js +30 -1
  646. package/dist/components/table/constants/table.js.map +1 -1
  647. package/dist/components/table/context.d.ts +17 -5
  648. package/dist/components/table/context.js +34 -1
  649. package/dist/components/table/context.js.map +1 -1
  650. package/dist/components/table/header-cell.d.ts +23 -6
  651. package/dist/components/table/header-cell.js +113 -1
  652. package/dist/components/table/header-cell.js.map +1 -1
  653. package/dist/components/table/header.d.ts +24 -6
  654. package/dist/components/table/header.js +28 -1
  655. package/dist/components/table/header.js.map +1 -1
  656. package/dist/components/table/index.d.ts +40 -8
  657. package/dist/components/table/index.js +250 -1
  658. package/dist/components/table/index.js.map +1 -1
  659. package/dist/components/table/row.d.ts +23 -6
  660. package/dist/components/table/row.js +33 -1
  661. package/dist/components/table/row.js.map +1 -1
  662. package/dist/components/table/styles.module.css +1 -1
  663. package/dist/components/table/types.d.ts +152 -142
  664. package/dist/components/table/types.js +12 -2
  665. package/dist/components/tabs/context.d.ts +26 -8
  666. package/dist/components/tabs/context.js +38 -1
  667. package/dist/components/tabs/context.js.map +1 -1
  668. package/dist/components/tabs/index.d.ts +23 -6
  669. package/dist/components/tabs/index.js +80 -1
  670. package/dist/components/tabs/index.js.map +1 -1
  671. package/dist/components/tabs/list.d.ts +23 -4
  672. package/dist/components/tabs/list.js +35 -1
  673. package/dist/components/tabs/list.js.map +1 -1
  674. package/dist/components/tabs/panel.d.ts +23 -4
  675. package/dist/components/tabs/panel.js +35 -1
  676. package/dist/components/tabs/panel.js.map +1 -1
  677. package/dist/components/tabs/styles.module.css +1 -1
  678. package/dist/components/tabs/tab.d.ts +23 -4
  679. package/dist/components/tabs/tab.js +35 -1
  680. package/dist/components/tabs/tab.js.map +1 -1
  681. package/dist/components/tabs/types.d.ts +18 -4
  682. package/dist/components/tabs/types.js +12 -2
  683. package/dist/components/text-area-field/context.d.ts +26 -8
  684. package/dist/components/text-area-field/context.js +38 -1
  685. package/dist/components/text-area-field/context.js.map +1 -1
  686. package/dist/components/text-area-field/index.d.ts +23 -6
  687. package/dist/components/text-area-field/index.js +80 -1
  688. package/dist/components/text-area-field/index.js.map +1 -1
  689. package/dist/components/text-area-field/styles.module.css +1 -1
  690. package/dist/components/text-area-field/types.d.ts +28 -14
  691. package/dist/components/text-area-field/types.js +12 -2
  692. package/dist/components/text-field/context.d.ts +25 -10
  693. package/dist/components/text-field/context.js +28 -1
  694. package/dist/components/text-field/context.js.map +1 -1
  695. package/dist/components/text-field/index.d.ts +23 -10
  696. package/dist/components/text-field/index.js +154 -1
  697. package/dist/components/text-field/index.js.map +1 -1
  698. package/dist/components/text-field/styles.module.css +1 -1
  699. package/dist/components/text-field/types.d.ts +31 -19
  700. package/dist/components/text-field/types.js +12 -2
  701. package/dist/components/time-field/index.d.ts +34 -5
  702. package/dist/components/time-field/index.js +83 -1
  703. package/dist/components/time-field/index.js.map +1 -1
  704. package/dist/components/time-field/styles.module.css +1 -1
  705. package/dist/components/time-field/types.d.ts +30 -16
  706. package/dist/components/time-field/types.js +12 -2
  707. package/dist/components/tooltip/context.d.ts +19 -4
  708. package/dist/components/tooltip/context.js +21 -1
  709. package/dist/components/tooltip/context.js.map +1 -1
  710. package/dist/components/tooltip/index.d.ts +27 -6
  711. package/dist/components/tooltip/index.js +81 -1
  712. package/dist/components/tooltip/index.js.map +1 -1
  713. package/dist/components/tooltip/styles.module.css +1 -1
  714. package/dist/components/tooltip/trigger.d.ts +21 -5
  715. package/dist/components/tooltip/trigger.js +47 -1
  716. package/dist/components/tooltip/trigger.js.map +1 -1
  717. package/dist/components/tooltip/types.d.ts +19 -5
  718. package/dist/components/tooltip/types.js +12 -2
  719. package/dist/components/tree/context.d.ts +20 -8
  720. package/dist/components/tree/context.js +39 -1
  721. package/dist/components/tree/context.js.map +1 -1
  722. package/dist/components/tree/index.d.ts +36 -8
  723. package/dist/components/tree/index.js +125 -1
  724. package/dist/components/tree/index.js.map +1 -1
  725. package/dist/components/tree/item-actions.d.ts +23 -6
  726. package/dist/components/tree/item-actions.js +35 -1
  727. package/dist/components/tree/item-actions.js.map +1 -1
  728. package/dist/components/tree/item-content.d.ts +20 -8
  729. package/dist/components/tree/item-content.js +102 -1
  730. package/dist/components/tree/item-content.js.map +1 -1
  731. package/dist/components/tree/item-description.d.ts +21 -4
  732. package/dist/components/tree/item-description.js +37 -1
  733. package/dist/components/tree/item-description.js.map +1 -1
  734. package/dist/components/tree/item-label.d.ts +21 -4
  735. package/dist/components/tree/item-label.js +33 -1
  736. package/dist/components/tree/item-label.js.map +1 -1
  737. package/dist/components/tree/item-prefix-icon.d.ts +21 -5
  738. package/dist/components/tree/item-prefix-icon.js +33 -1
  739. package/dist/components/tree/item-prefix-icon.js.map +1 -1
  740. package/dist/components/tree/item.d.ts +23 -8
  741. package/dist/components/tree/item.js +50 -1
  742. package/dist/components/tree/item.js.map +1 -1
  743. package/dist/components/tree/lines.d.ts +19 -5
  744. package/dist/components/tree/lines.js +36 -1
  745. package/dist/components/tree/lines.js.map +1 -1
  746. package/dist/components/tree/styles.module.css +5 -1
  747. package/dist/components/tree/types.d.ts +42 -29
  748. package/dist/components/tree/types.js +12 -2
  749. package/dist/components/view-stack/context.d.ts +28 -16
  750. package/dist/components/view-stack/context.js +58 -1
  751. package/dist/components/view-stack/context.js.map +1 -1
  752. package/dist/components/view-stack/events.d.ts +7 -5
  753. package/dist/components/view-stack/events.js +24 -1
  754. package/dist/components/view-stack/events.js.map +1 -1
  755. package/dist/components/view-stack/index.d.ts +25 -9
  756. package/dist/components/view-stack/index.js +114 -1
  757. package/dist/components/view-stack/index.js.map +1 -1
  758. package/dist/components/view-stack/trigger.d.ts +22 -9
  759. package/dist/components/view-stack/trigger.js +45 -1
  760. package/dist/components/view-stack/trigger.js.map +1 -1
  761. package/dist/components/view-stack/types.d.ts +55 -41
  762. package/dist/components/view-stack/types.js +12 -2
  763. package/dist/components/view-stack/view.d.ts +22 -9
  764. package/dist/components/view-stack/view.js +42 -1
  765. package/dist/components/view-stack/view.js.map +1 -1
  766. package/dist/hooks/coordinate-field/index.d.ts +19 -9
  767. package/dist/hooks/coordinate-field/index.js +21 -2
  768. package/dist/hooks/coordinate-field/use-coordinate-copy.d.ts +31 -14
  769. package/dist/hooks/coordinate-field/use-coordinate-copy.js +87 -1
  770. package/dist/hooks/coordinate-field/use-coordinate-copy.js.map +1 -1
  771. package/dist/hooks/coordinate-field/use-coordinate-field-state.d.ts +43 -23
  772. package/dist/hooks/coordinate-field/use-coordinate-field-state.js +146 -1
  773. package/dist/hooks/coordinate-field/use-coordinate-field-state.js.map +1 -1
  774. package/dist/hooks/coordinate-field/use-coordinate-field.d.ts +57 -45
  775. package/dist/hooks/coordinate-field/use-coordinate-field.js +106 -1
  776. package/dist/hooks/coordinate-field/use-coordinate-field.js.map +1 -1
  777. package/dist/hooks/coordinate-field/use-coordinate-focus.d.ts +31 -16
  778. package/dist/hooks/coordinate-field/use-coordinate-focus.js +65 -1
  779. package/dist/hooks/coordinate-field/use-coordinate-focus.js.map +1 -1
  780. package/dist/hooks/coordinate-field/use-coordinate-paste.d.ts +31 -16
  781. package/dist/hooks/coordinate-field/use-coordinate-paste.js +80 -1
  782. package/dist/hooks/coordinate-field/use-coordinate-paste.js.map +1 -1
  783. package/dist/hooks/coordinate-field/use-timeout-cleanup.d.ts +5 -3
  784. package/dist/hooks/coordinate-field/use-timeout-cleanup.js +32 -1
  785. package/dist/hooks/coordinate-field/use-timeout-cleanup.js.map +1 -1
  786. package/dist/hooks/kanban/index.d.ts +31 -22
  787. package/dist/hooks/kanban/index.js +120 -1
  788. package/dist/hooks/kanban/index.js.map +1 -1
  789. package/dist/hooks/use-tree/actions/cache.d.ts +79 -63
  790. package/dist/hooks/use-tree/actions/cache.js +254 -1
  791. package/dist/hooks/use-tree/actions/cache.js.map +1 -1
  792. package/dist/hooks/use-tree/actions/index.d.ts +21 -6
  793. package/dist/hooks/use-tree/actions/index.js +179 -1
  794. package/dist/hooks/use-tree/actions/index.js.map +1 -1
  795. package/dist/hooks/use-tree/state/index.d.ts +19 -5
  796. package/dist/hooks/use-tree/state/index.js +107 -1
  797. package/dist/hooks/use-tree/state/index.js.map +1 -1
  798. package/dist/hooks/use-tree/state/utils.d.ts +16 -2
  799. package/dist/hooks/use-tree/state/utils.js +29 -1
  800. package/dist/hooks/use-tree/state/utils.js.map +1 -1
  801. package/dist/hooks/use-tree/types.d.ts +160 -146
  802. package/dist/hooks/use-tree/types.js +12 -2
  803. package/dist/index.d.ts +268 -270
  804. package/dist/index.js +220 -2
  805. package/dist/lib/types.d.ts +28 -14
  806. package/dist/lib/types.js +12 -2
  807. package/dist/lib/utils.d.ts +19 -5
  808. package/dist/lib/utils.js +23 -1
  809. package/dist/lib/utils.js.map +1 -1
  810. package/dist/providers/portal.d.ts +24 -6
  811. package/dist/providers/portal.js +46 -1
  812. package/dist/providers/portal.js.map +1 -1
  813. package/dist/providers/theme-provider.d.ts +34 -14
  814. package/dist/providers/theme-provider.js +62 -1
  815. package/dist/providers/theme-provider.js.map +1 -1
  816. package/package.json +378 -133
  817. package/dist/components/accordion/types.js.map +0 -1
  818. package/dist/components/action-bar/types.js.map +0 -1
  819. package/dist/components/avatar/types.js.map +0 -1
  820. package/dist/components/badge/types.js.map +0 -1
  821. package/dist/components/breadcrumbs/types.js.map +0 -1
  822. package/dist/components/button/types.js.map +0 -1
  823. package/dist/components/checkbox/types.js.map +0 -1
  824. package/dist/components/chip/types.js.map +0 -1
  825. package/dist/components/classification-badge/types.js.map +0 -1
  826. package/dist/components/classification-banner/types.js.map +0 -1
  827. package/dist/components/clock/types.js.map +0 -1
  828. package/dist/components/color-picker/types.js.map +0 -1
  829. package/dist/components/combobox-field/types.js.map +0 -1
  830. package/dist/components/date-field/types.js.map +0 -1
  831. package/dist/components/details-list/types.js.map +0 -1
  832. package/dist/components/dialog/types.js.map +0 -1
  833. package/dist/components/divider/types.js.map +0 -1
  834. package/dist/components/drawer/types.js.map +0 -1
  835. package/dist/components/flashcard/types.js.map +0 -1
  836. package/dist/components/hero/types.js.map +0 -1
  837. package/dist/components/hotkey/types.js.map +0 -1
  838. package/dist/components/icon/types.js.map +0 -1
  839. package/dist/components/input/types.js.map +0 -1
  840. package/dist/components/kanban/index.js.map +0 -1
  841. package/dist/components/kanban/types.js.map +0 -1
  842. package/dist/components/label/types.js.map +0 -1
  843. package/dist/components/lines/types.js.map +0 -1
  844. package/dist/components/link/types.js.map +0 -1
  845. package/dist/components/menu/types.js.map +0 -1
  846. package/dist/components/notice/types.js.map +0 -1
  847. package/dist/components/options/types.js.map +0 -1
  848. package/dist/components/pagination/types.js.map +0 -1
  849. package/dist/components/popover/types.js.map +0 -1
  850. package/dist/components/query-builder/types.js.map +0 -1
  851. package/dist/components/radio/types.js.map +0 -1
  852. package/dist/components/search-field/types.js.map +0 -1
  853. package/dist/components/select-field/types.js.map +0 -1
  854. package/dist/components/sidenav/types.js.map +0 -1
  855. package/dist/components/skeleton/types.js.map +0 -1
  856. package/dist/components/slider/types.js.map +0 -1
  857. package/dist/components/switch/types.js.map +0 -1
  858. package/dist/components/table/types.js.map +0 -1
  859. package/dist/components/tabs/types.js.map +0 -1
  860. package/dist/components/text-area-field/types.js.map +0 -1
  861. package/dist/components/text-field/types.js.map +0 -1
  862. package/dist/components/time-field/types.js.map +0 -1
  863. package/dist/components/tooltip/types.js.map +0 -1
  864. package/dist/components/tree/types.js.map +0 -1
  865. package/dist/components/view-stack/types.js.map +0 -1
  866. package/dist/foundation/token-data.d.ts +0 -17
  867. package/dist/foundation/token-data.js +0 -2
  868. package/dist/foundation/token-data.js.map +0 -1
  869. package/dist/hooks/coordinate-field/index.js.map +0 -1
  870. package/dist/hooks/use-tree/types.js.map +0 -1
  871. package/dist/icons/catalog.d.ts +0 -48
  872. package/dist/icons/catalog.js +0 -2
  873. package/dist/icons/catalog.js.map +0 -1
  874. package/dist/index.js.map +0 -1
  875. package/dist/index.module.css +0 -19
  876. package/dist/lib/types.js.map +0 -1
  877. package/dist/metafile-esm.json +0 -1
@@ -1,12 +1,25 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanComponentProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanCardHeader({ className, children, ...rest }: KanbanComponentProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanComponentProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime155 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/card-header.d.ts
18
+ declare function KanbanCardHeader({
19
+ className,
20
+ children,
21
+ ...rest
22
+ }: KanbanComponentProps): react_jsx_runtime155.JSX.Element;
23
+ //#endregion
12
24
  export { KanbanCardHeader };
25
+ //# sourceMappingURL=card-header.d.ts.map
@@ -1,4 +1,33 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsx}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import {KanbanHeader}from'./header.js';import p from'./styles.module.css';function b({className:r,children:a,...n}){return jsx(KanbanHeader,{...n,className:clsx(p.cardHeader,r),children:a})}export{b as KanbanCardHeader};//# sourceMappingURL=card-header.js.map
16
+ import { KanbanHeader } from "./header.js";
17
+ import "client-only";
18
+ import { clsx } from "@accelint/design-foundation/lib/utils";
19
+ import { jsx } from "react/jsx-runtime";
20
+ import styles from "./styles.module.css";
21
+
22
+ //#region src/components/kanban/card-header.tsx
23
+ function KanbanCardHeader({ className, children, ...rest }) {
24
+ return /* @__PURE__ */ jsx(KanbanHeader, {
25
+ ...rest,
26
+ className: clsx(styles.cardHeader, className),
27
+ children
28
+ });
29
+ }
30
+
31
+ //#endregion
32
+ export { KanbanCardHeader };
4
33
  //# sourceMappingURL=card-header.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/card-header.tsx"],"names":["rest","t","e","o"],"mappings":"2LAmBO,SACL,CAAA,CAAA,CAAA,SACA,CAAA,CAAA,CAAA,SACGA,CACL,CAAA,GACE,CAAA,CAAA,CAAA,CAAA,OACiBC,GAAA,CAAAC,YAAGF,CAAAA,CAAM,GAAA,CAAA,CAAA,SAAuB,CAAAG,IAAA,CAAA,CAAA,CAAA,UAC5C,CAAA,CAAA,CAAA,CAAA,QAGP,CAAA,CAAA,CAAA,CAAA","file":"card-header.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { KanbanHeader } from './header';\nimport styles from './styles.module.css';\nimport type { KanbanComponentProps } from './types';\n\nexport function KanbanCardHeader({\n className,\n children,\n ...rest\n}: KanbanComponentProps) {\n return (\n <KanbanHeader {...rest} className={clsx(styles.cardHeader, className)}>\n {children}\n </KanbanHeader>\n );\n}\n"]}
1
+ {"version":3,"file":"card-header.js","names":[],"sources":["../../../src/components/kanban/card-header.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { KanbanHeader } from './header';\nimport styles from './styles.module.css';\nimport type { KanbanComponentProps } from './types';\n\nexport function KanbanCardHeader({\n className,\n children,\n ...rest\n}: KanbanComponentProps) {\n return (\n <KanbanHeader {...rest} className={clsx(styles.cardHeader, className)}>\n {children}\n </KanbanHeader>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAmBA,SAAgB,iBAAiB,EAC/B,WACA,UACA,GAAG,QACoB;AACvB,QACE,oBAAC;EAAa,GAAI;EAAM,WAAW,KAAK,OAAO,YAAY,UAAU;EAClE;GACY"}
@@ -1,12 +1,27 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanCardProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanCard({ className, children, card, isActive, ...rest }: KanbanCardProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanCardProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime156 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/card.d.ts
18
+ declare function KanbanCard({
19
+ className,
20
+ children,
21
+ card,
22
+ isActive,
23
+ ...rest
24
+ }: KanbanCardProps): react_jsx_runtime156.JSX.Element;
25
+ //#endregion
12
26
  export { KanbanCard };
27
+ //# sourceMappingURL=card.d.ts.map
@@ -1,4 +1,51 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsxs,jsx}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import {useCardInteractions}from'../../hooks/kanban/index.js';import {Divider}from'../divider/index.js';import {useDragContext}from'./kanban.js';import r from'./styles.module.css';function I({className:n,children:d,card:a,isActive:m,...c}){const{isDragging:l,closestEdge:e,ref:p,style:f,attributes:u,listeners:g}=useCardInteractions(a),{activeId:i}=useDragContext(),o=i&&i!==a.id&&e;return jsxs("li",{className:r.cardContainerOuter,ref:p,style:f,children:[o&&e==="top"&&jsx(Divider,{className:r.divider}),jsx("div",{"data-dragging":l||void 0,"data-current":m||void 0,className:clsx(r.card,n),...u,...g,...c,children:d}),o&&e==="bottom"&&jsx(Divider,{className:r.divider})]})}export{I as KanbanCard};//# sourceMappingURL=card.js.map
16
+ import { Divider } from "../divider/index.js";
17
+ import { useCardInteractions } from "../../hooks/kanban/index.js";
18
+ import { useDragContext } from "./kanban.js";
19
+ import "client-only";
20
+ import { clsx } from "@accelint/design-foundation/lib/utils";
21
+ import { jsx, jsxs } from "react/jsx-runtime";
22
+ import styles from "./styles.module.css";
23
+
24
+ //#region src/components/kanban/card.tsx
25
+ function KanbanCard({ className, children, card, isActive, ...rest }) {
26
+ const { isDragging, closestEdge, ref, style, attributes, listeners } = useCardInteractions(card);
27
+ const { activeId } = useDragContext();
28
+ const showPlaceholder = activeId && activeId !== card.id && closestEdge;
29
+ return /* @__PURE__ */ jsxs("li", {
30
+ className: styles.cardContainerOuter,
31
+ ref,
32
+ style,
33
+ children: [
34
+ showPlaceholder && closestEdge === "top" && /* @__PURE__ */ jsx(Divider, { className: styles.divider }),
35
+ /* @__PURE__ */ jsx("div", {
36
+ "data-dragging": isDragging || void 0,
37
+ "data-current": isActive || void 0,
38
+ className: clsx(styles.card, className),
39
+ ...attributes,
40
+ ...listeners,
41
+ ...rest,
42
+ children
43
+ }),
44
+ showPlaceholder && closestEdge === "bottom" && /* @__PURE__ */ jsx(Divider, { className: styles.divider })
45
+ ]
46
+ });
47
+ }
48
+
49
+ //#endregion
50
+ export { KanbanCard };
4
51
  //# sourceMappingURL=card.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/card.tsx"],"names":["children","isDragging","closestEdge","attributes","listeners","showPlaceholder","activeId","card","b","jsxs","styles","y","ref","jsx","t","isActive","rest","Divider"],"mappings":"0SAuBE,SAAAA,CACA,CAAA,CAAA,SACA,CAAA,CAAA,CAAA,QAEF,CAAA,CAAoB,CAClB,IAAA,CAAM,CAAE,CAAA,QAAA,CAAA,CAAAC,CAAAA,GAAY,CAAA,CAAA,CAAA,CAAA,KAAA,CAAAC,UAAkB,CAAA,CAAA,CAAA,WAAO,CAAA,CAAA,CAAAC,GAAY,CAAA,CAAA,CAAA,KAAA,CAAAC,CAAU,CAAA,UAE3D,CAAA,CAAA,CAAA,SAA4B,CAG9BC,CAAAA,CAAkBC,CAAAA,mBAAAA,CAAYA,CAAAA,CAAAA,CAAAA,CAAaC,QAEjD,CAAA,CAAA,CAAA,CAAAC,cAAA,EACEC,CAAAA,CAAC,CAAA,CAAA,EAAA,CAAA,GAAG,CAAA,CAAA,EAAA,EAAA,CAAA,CAAWC,OAAOC,IAAA,CAAA,IAAA,CAAA,CAAA,SAAoB,CAAKC,CAAAA,CAAK,kBACjDP,CAAAA,GAAmBH,CAAAA,CAAAA,CAAgB,KAAA,CAAA,CAClCW,CAAAA,QAAS,CAAA,CAAA,CAAA,EAAA,CAAWH,GAAO,KAAA,EAASI,GAAA,CAGtCD,OAAAA,CAAC,CAAA,SACC,CAAA,CAAA,CAAA,OAAA,CAAA,CAAA,CAAeZ,GAAAA,CAAAA,KAAc,CAAA,CAAA,eAC7B,CAAcc,CAAAA,EAAY,MAAA,CAC1B,cAAuB,CAAA,CAAA,EAAA,MACtB,CAAGZ,SAEH,CAAGa,IAAAA,CAEH,CAAA,CAAA,IAAA,CAAA,CAAA,CAAAhB,CAAAA,GAGFK,CAAAA,CAAAA,GAAmBH,CAAAA,CAAgB,GAAA,CAAA,CAAA,QACjCe,CAAA,CAAQ,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,GAAWP,QAAO,EAASI,WAExC,CAEJ,CAAA,SAAA,CAAA,CAAA,CAAA,OAAA,CAAA,CAAA,CAAA,CAAA,CAAA","file":"card.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { useCardInteractions } from '../../hooks/kanban';\nimport { Divider } from '../divider';\nimport { useDragContext } from './kanban';\nimport styles from './styles.module.css';\nimport type { KanbanCardProps } from './types';\n\nexport function KanbanCard({\n className,\n children,\n card,\n isActive,\n ...rest\n}: KanbanCardProps) {\n const { isDragging, closestEdge, ref, style, attributes, listeners } =\n useCardInteractions(card);\n const { activeId } = useDragContext();\n\n // Check if we should show the drop placeholder\n const showPlaceholder = activeId && activeId !== card.id && closestEdge;\n\n return (\n <li className={styles.cardContainerOuter} ref={ref} style={style}>\n {showPlaceholder && closestEdge === 'top' && (\n <Divider className={styles.divider} />\n )}\n\n <div\n data-dragging={isDragging || undefined}\n data-current={isActive || undefined}\n className={clsx(styles.card, className)}\n {...attributes}\n {...listeners}\n {...rest}\n >\n {children}\n </div>\n\n {showPlaceholder && closestEdge === 'bottom' && (\n <Divider className={styles.divider} />\n )}\n </li>\n );\n}\n"]}
1
+ {"version":3,"file":"card.js","names":[],"sources":["../../../src/components/kanban/card.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { useCardInteractions } from '../../hooks/kanban';\nimport { Divider } from '../divider';\nimport { useDragContext } from './kanban';\nimport styles from './styles.module.css';\nimport type { KanbanCardProps } from './types';\n\nexport function KanbanCard({\n className,\n children,\n card,\n isActive,\n ...rest\n}: KanbanCardProps) {\n const { isDragging, closestEdge, ref, style, attributes, listeners } =\n useCardInteractions(card);\n const { activeId } = useDragContext();\n\n // Check if we should show the drop placeholder\n const showPlaceholder = activeId && activeId !== card.id && closestEdge;\n\n return (\n <li className={styles.cardContainerOuter} ref={ref} style={style}>\n {showPlaceholder && closestEdge === 'top' && (\n <Divider className={styles.divider} />\n )}\n\n <div\n data-dragging={isDragging || undefined}\n data-current={isActive || undefined}\n className={clsx(styles.card, className)}\n {...attributes}\n {...listeners}\n {...rest}\n >\n {children}\n </div>\n\n {showPlaceholder && closestEdge === 'bottom' && (\n <Divider className={styles.divider} />\n )}\n </li>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAqBA,SAAgB,WAAW,EACzB,WACA,UACA,MACA,UACA,GAAG,QACe;CAClB,MAAM,EAAE,YAAY,aAAa,KAAK,OAAO,YAAY,cACvD,oBAAoB,KAAK;CAC3B,MAAM,EAAE,aAAa,gBAAgB;CAGrC,MAAM,kBAAkB,YAAY,aAAa,KAAK,MAAM;AAE5D,QACE,qBAAC;EAAG,WAAW,OAAO;EAAyB;EAAY;;GACxD,mBAAmB,gBAAgB,SAClC,oBAAC,WAAQ,WAAW,OAAO,UAAW;GAGxC,oBAAC;IACC,iBAAe,cAAc;IAC7B,gBAAc,YAAY;IAC1B,WAAW,KAAK,OAAO,MAAM,UAAU;IACvC,GAAI;IACJ,GAAI;IACJ,GAAI;IAEH;KACG;GAEL,mBAAmB,gBAAgB,YAClC,oBAAC,WAAQ,WAAW,OAAO,UAAW;;GAErC"}
@@ -1,12 +1,25 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanColContentActionProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanColumnActions({ className, onAddCard, ...rest }: KanbanColContentActionProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanColContentActionProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime157 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/column-actions.d.ts
18
+ declare function KanbanColumnActions({
19
+ className,
20
+ onAddCard,
21
+ ...rest
22
+ }: KanbanColContentActionProps): react_jsx_runtime157.JSX.Element;
23
+ //#endregion
12
24
  export { KanbanColumnActions };
25
+ //# sourceMappingURL=column-actions.d.ts.map
@@ -1,4 +1,40 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsx,jsxs}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import {Add}from'@accelint/icons';import {Button}from'../button/index.js';import {Icon}from'../icon/index.js';import e from'./styles.module.css';function A({className:t,onAddCard:r,...n}){return jsx("div",{...n,className:clsx(e.columnHeader,t),children:jsxs(Button,{variant:"flat",onPress:r,...n,children:[jsx(Icon,{children:jsx(Add,{})}),"Add Card"]})})}export{A as KanbanColumnActions};//# sourceMappingURL=column-actions.js.map
16
+ import { Icon } from "../icon/index.js";
17
+ import { Button } from "../button/index.js";
18
+ import "client-only";
19
+ import { clsx } from "@accelint/design-foundation/lib/utils";
20
+ import { jsx, jsxs } from "react/jsx-runtime";
21
+ import { Add } from "@accelint/icons";
22
+ import styles from "./styles.module.css";
23
+
24
+ //#region src/components/kanban/column-actions.tsx
25
+ function KanbanColumnActions({ className, onAddCard, ...rest }) {
26
+ return /* @__PURE__ */ jsx("div", {
27
+ ...rest,
28
+ className: clsx(styles.columnHeader, className),
29
+ children: /* @__PURE__ */ jsxs(Button, {
30
+ variant: "flat",
31
+ onPress: onAddCard,
32
+ ...rest,
33
+ children: [/* @__PURE__ */ jsx(Icon, { children: /* @__PURE__ */ jsx(Add, {}) }), "Add Card"]
34
+ })
35
+ });
36
+ }
37
+
38
+ //#endregion
39
+ export { KanbanColumnActions };
4
40
  //# sourceMappingURL=column-actions.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/column-actions.tsx"],"names":["rest","o","m","s","a","Icon","p"],"mappings":"uQAsBE,SACA,CAAA,CAAA,CAAA,SAE8B,CAC9B,CAAA,CAAA,SACG,CAAA,CAAA,CAAA,GAAK,CAAA,CAAGA,EAAM,OAAAC,GAAA,CAAA,KAAuB,CAAA,CAAA,GAAA,CAAA,CAAA,SACpC,CAAAC,IAAA,CAAA,CAAA,CAAA,YAAQ,CAAA,CAAA,CAAA,CAAA,QAAe,CAAAC,IAAA,CAAAC,MAAA,CAAA,CAAA,OAAwBJ,CAAAA,MAC7C,CAAA,OAACK,CAAA,CACC,CAAA,GAAA,CAAA,CAAA,QAAC,CAAI,CAAAJ,GACP,CAAAK,IAAO,CAAA,CAAA,QAAA,CAAAL,GAET,IACF,CAEJ,EAAA,CAAA,CAAA,CAAA,CAAA,UAAA,CAAA,CAAA,CAAA,CAAA,CAAA","file":"column-actions.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Add } from '@accelint/icons';\nimport { Button } from '../button';\nimport { Icon } from '../icon';\nimport styles from './styles.module.css';\nimport type { KanbanColContentActionProps } from './types';\n\nexport function KanbanColumnActions({\n className,\n onAddCard,\n ...rest\n}: KanbanColContentActionProps) {\n return (\n <div {...rest} className={clsx(styles.columnHeader, className)}>\n <Button variant='flat' onPress={onAddCard} {...rest}>\n <Icon>\n <Add />\n </Icon>\n Add Card\n </Button>\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"column-actions.js","names":[],"sources":["../../../src/components/kanban/column-actions.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Add } from '@accelint/icons';\nimport { Button } from '../button';\nimport { Icon } from '../icon';\nimport styles from './styles.module.css';\nimport type { KanbanColContentActionProps } from './types';\n\nexport function KanbanColumnActions({\n className,\n onAddCard,\n ...rest\n}: KanbanColContentActionProps) {\n return (\n <div {...rest} className={clsx(styles.columnHeader, className)}>\n <Button variant='flat' onPress={onAddCard} {...rest}>\n <Icon>\n <Add />\n </Icon>\n Add Card\n </Button>\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAqBA,SAAgB,oBAAoB,EAClC,WACA,WACA,GAAG,QAC2B;AAC9B,QACE,oBAAC;EAAI,GAAI;EAAM,WAAW,KAAK,OAAO,cAAc,UAAU;YAC5D,qBAAC;GAAO,SAAQ;GAAO,SAAS;GAAW,GAAI;cAC7C,oBAAC,kBACC,oBAAC,QAAM,GACF;IAEA;GACL"}
@@ -1,12 +1,25 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanComponentProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanColumnContainer({ children, className, ...rest }: KanbanComponentProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanComponentProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime159 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/column-container.d.ts
18
+ declare function KanbanColumnContainer({
19
+ children,
20
+ className,
21
+ ...rest
22
+ }: KanbanComponentProps): react_jsx_runtime159.JSX.Element;
23
+ //#endregion
12
24
  export { KanbanColumnContainer };
25
+ //# sourceMappingURL=column-container.d.ts.map
@@ -1,4 +1,32 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsx}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import p from'./styles.module.css';function i({children:o,className:n,...t}){return jsx("div",{...t,className:clsx(p.columnItems,n),children:o})}export{i as KanbanColumnContainer};//# sourceMappingURL=column-container.js.map
16
+ import "client-only";
17
+ import { clsx } from "@accelint/design-foundation/lib/utils";
18
+ import { jsx } from "react/jsx-runtime";
19
+ import styles from "./styles.module.css";
20
+
21
+ //#region src/components/kanban/column-container.tsx
22
+ function KanbanColumnContainer({ children, className, ...rest }) {
23
+ return /* @__PURE__ */ jsx("div", {
24
+ ...rest,
25
+ className: clsx(styles.columnItems, className),
26
+ children
27
+ });
28
+ }
29
+
30
+ //#endregion
31
+ export { KanbanColumnContainer };
4
32
  //# sourceMappingURL=column-container.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/column-container.tsx"],"names":["KanbanColumnContainer","children","className","jsx","rest","clsx","styles"],"mappings":"oJAkBO,SAASA,CAAsB,CACpC,SAAAC,CAAAA,CACA,CAAA,SAAAC,CAAAA,CACA,CAAA,GACF,CAAA,CAAyB,CACvB,CAAA,OACEC,GAAC,OAAK,CAAA,GAAGC,CAAM,CAAA,SAAWC,CAAAA,IAAKC,EAAO,CAAA,WAAaJ,CAAS,CAAA,CACzD,CAAA,QAAAD,EACH,CAEJ,CAAA","file":"column-container.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport styles from './styles.module.css';\nimport type { KanbanComponentProps } from './types';\n\nexport function KanbanColumnContainer({\n children,\n className,\n ...rest\n}: KanbanComponentProps) {\n return (\n <div {...rest} className={clsx(styles.columnItems, className)}>\n {children}\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"column-container.js","names":[],"sources":["../../../src/components/kanban/column-container.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport styles from './styles.module.css';\nimport type { KanbanComponentProps } from './types';\n\nexport function KanbanColumnContainer({\n children,\n className,\n ...rest\n}: KanbanComponentProps) {\n return (\n <div {...rest} className={clsx(styles.columnItems, className)}>\n {children}\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAkBA,SAAgB,sBAAsB,EACpC,UACA,WACA,GAAG,QACoB;AACvB,QACE,oBAAC;EAAI,GAAI;EAAM,WAAW,KAAK,OAAO,aAAa,UAAU;EAC1D;GACG"}
@@ -1,12 +1,26 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanColContentProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanColumnContent({ children, className, column, ...rest }: KanbanColContentProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanColContentProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime167 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/column-content.d.ts
18
+ declare function KanbanColumnContent({
19
+ children,
20
+ className,
21
+ column,
22
+ ...rest
23
+ }: KanbanColContentProps): react_jsx_runtime167.JSX.Element;
24
+ //#endregion
12
25
  export { KanbanColumnContent };
26
+ //# sourceMappingURL=column-content.d.ts.map
@@ -1,4 +1,37 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsx}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import {SortableContext,verticalListSortingStrategy}from'@dnd-kit/sortable';import p from'./styles.module.css';function f({children:o,className:n,column:r,...e}){const a=r.cards.map(s=>s.id);return jsx(SortableContext,{items:a,strategy:verticalListSortingStrategy,children:jsx("div",{...e,className:clsx(p.columnContent,n),children:o})})}export{f as KanbanColumnContent};//# sourceMappingURL=column-content.js.map
16
+ import "client-only";
17
+ import { clsx } from "@accelint/design-foundation/lib/utils";
18
+ import { jsx } from "react/jsx-runtime";
19
+ import styles from "./styles.module.css";
20
+ import { SortableContext, verticalListSortingStrategy } from "@dnd-kit/sortable";
21
+
22
+ //#region src/components/kanban/column-content.tsx
23
+ function KanbanColumnContent({ children, className, column, ...rest }) {
24
+ return /* @__PURE__ */ jsx(SortableContext, {
25
+ items: column.cards.map((card) => card.id),
26
+ strategy: verticalListSortingStrategy,
27
+ children: /* @__PURE__ */ jsx("div", {
28
+ ...rest,
29
+ className: clsx(styles.columnContent, className),
30
+ children
31
+ })
32
+ });
33
+ }
34
+
35
+ //#endregion
36
+ export { KanbanColumnContent };
4
37
  //# sourceMappingURL=column-content.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/column-content.tsx"],"names":["KanbanColumnContent","children","className","column","cardIds","card","jsx","SortableContext","verticalListSortingStrategy","rest","clsx","styles"],"mappings":"gOAsBO,SAASA,CAAoB,CAClC,CAAA,QAAAC,CAAAA,CACA,CAAA,SAAAC,CAAAA,CACA,CAAA,MAAAC,CAAAA,CACA,CAAA,GACF,CAAA,CAA0B,CACxB,CAAA,MAAMC,CAAUD,CAAAA,CAAO,CAAA,KAAM,CAAA,GAAKE,CAAAA,CAAAA,EAASA,CAAK,CAAA,EAAE,CAElD,CAAA,OACEC,GAACC,CAAAA,eAAA,CAAgB,CAAA,KAAOH,CAAAA,CAAS,CAAA,QAAUI,CAAAA,2BACzC,CAAA,QAAAF,CAAAA,GAAC,CAAA,KAAA,CAAK,CAAA,GAAGG,CAAM,CAAA,SAAWC,CAAAA,IAAKC,CAAAA,CAAO,CAAA,aAAeT,CAAS,CAAA,CAC3D,CAAA,QAAAD,CAAAA,CACH,EACF,CAEJ,CAAA","file":"column-content.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport {\n SortableContext,\n verticalListSortingStrategy,\n} from '@dnd-kit/sortable';\nimport styles from './styles.module.css';\nimport type { KanbanColContentProps } from './types';\n\nexport function KanbanColumnContent({\n children,\n className,\n column,\n ...rest\n}: KanbanColContentProps) {\n const cardIds = column.cards.map((card) => card.id);\n\n return (\n <SortableContext items={cardIds} strategy={verticalListSortingStrategy}>\n <div {...rest} className={clsx(styles.columnContent, className)}>\n {children}\n </div>\n </SortableContext>\n );\n}\n"]}
1
+ {"version":3,"file":"column-content.js","names":[],"sources":["../../../src/components/kanban/column-content.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport {\n SortableContext,\n verticalListSortingStrategy,\n} from '@dnd-kit/sortable';\nimport styles from './styles.module.css';\nimport type { KanbanColContentProps } from './types';\n\nexport function KanbanColumnContent({\n children,\n className,\n column,\n ...rest\n}: KanbanColContentProps) {\n const cardIds = column.cards.map((card) => card.id);\n\n return (\n <SortableContext items={cardIds} strategy={verticalListSortingStrategy}>\n <div {...rest} className={clsx(styles.columnContent, className)}>\n {children}\n </div>\n </SortableContext>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAsBA,SAAgB,oBAAoB,EAClC,UACA,WACA,QACA,GAAG,QACqB;AAGxB,QACE,oBAAC;EAAgB,OAHH,OAAO,MAAM,KAAK,SAAS,KAAK,GAAG;EAGhB,UAAU;YACzC,oBAAC;GAAI,GAAI;GAAM,WAAW,KAAK,OAAO,eAAe,UAAU;GAC5D;IACG;GACU"}
@@ -1,12 +1,26 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { KanbanMenuProps } from './types.js';
3
- import 'react';
4
- import '../search-field/types.js';
5
- import 'react-aria-components';
6
- import '../button/types.js';
7
- import '../../lib/types.js';
8
- import '../icon/types.js';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
9
12
 
10
- declare function KanbanColumnHeaderActions({ className, cardCount, children, ...rest }: KanbanMenuProps): react_jsx_runtime.JSX.Element;
13
+ import { KanbanMenuProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime158 from "react/jsx-runtime";
11
16
 
17
+ //#region src/components/kanban/column-header-actions.d.ts
18
+ declare function KanbanColumnHeaderActions({
19
+ className,
20
+ cardCount,
21
+ children,
22
+ ...rest
23
+ }: KanbanMenuProps): react_jsx_runtime158.JSX.Element;
24
+ //#endregion
12
25
  export { KanbanColumnHeaderActions };
26
+ //# sourceMappingURL=column-header-actions.d.ts.map
@@ -1,4 +1,33 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsxs,jsx}from'react/jsx-runtime';import'client-only';import {clsx}from'@accelint/design-foundation/lib/utils';import {Badge}from'../badge/index.js';import i from'./styles.module.css';function f({className:o,cardCount:e,children:n,...r}){return jsxs("div",{...r,className:clsx(i.colHeaderActions,o),children:[jsx(Badge,{children:e??0}),n]})}export{f as KanbanColumnHeaderActions};//# sourceMappingURL=column-header-actions.js.map
16
+ import { Badge } from "../badge/index.js";
17
+ import "client-only";
18
+ import { clsx } from "@accelint/design-foundation/lib/utils";
19
+ import { jsx, jsxs } from "react/jsx-runtime";
20
+ import styles from "./styles.module.css";
21
+
22
+ //#region src/components/kanban/column-header-actions.tsx
23
+ function KanbanColumnHeaderActions({ className, cardCount, children, ...rest }) {
24
+ return /* @__PURE__ */ jsxs("div", {
25
+ ...rest,
26
+ className: clsx(styles.colHeaderActions, className),
27
+ children: [/* @__PURE__ */ jsx(Badge, { children: cardCount ?? 0 }), children]
28
+ });
29
+ }
30
+
31
+ //#endregion
32
+ export { KanbanColumnHeaderActions };
4
33
  //# sourceMappingURL=column-header-actions.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/column-header-actions.tsx"],"names":["className","cardCount","children","jsxs","p","rest","clsx","jsx"],"mappings":"+LAmB0C,SACxC,CAAA,CAAAA,CAAAA,SACA,CAAA,CAAAC,CAAAA,UACAC,CAAAA,CACA,QAEA,CAAA,CAAA,CAAA,GACEC,EAAC,CAAA,CAAA,OAAKC,IAAGC,CAAAA,KAAM,CAAA,CAAA,GAAA,CAAWC,CAAAA,iCACxB,CAAA,CAAA,CAAAC,CAAAA,mBAAQN,CAAAA,CAAAA,QAEV,CAEJ,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA","file":"column-header-actions.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Badge } from '../badge';\nimport styles from './styles.module.css';\nimport type { KanbanMenuProps } from './types';\n\nexport function KanbanColumnHeaderActions({\n className,\n cardCount,\n children,\n ...rest\n}: KanbanMenuProps) {\n return (\n <div {...rest} className={clsx(styles.colHeaderActions, className)}>\n <Badge>{cardCount ?? 0}</Badge>\n {children}\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"column-header-actions.js","names":[],"sources":["../../../src/components/kanban/column-header-actions.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Badge } from '../badge';\nimport styles from './styles.module.css';\nimport type { KanbanMenuProps } from './types';\n\nexport function KanbanColumnHeaderActions({\n className,\n cardCount,\n children,\n ...rest\n}: KanbanMenuProps) {\n return (\n <div {...rest} className={clsx(styles.colHeaderActions, className)}>\n <Badge>{cardCount ?? 0}</Badge>\n {children}\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAmBA,SAAgB,0BAA0B,EACxC,WACA,WACA,UACA,GAAG,QACe;AAClB,QACE,qBAAC;EAAI,GAAI;EAAM,WAAW,KAAK,OAAO,kBAAkB,UAAU;aAChE,oBAAC,mBAAO,aAAa,IAAU,EAC9B;GACG"}
@@ -1,5 +1,20 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
2
12
 
3
- declare function KanbanColumnHeaderDragHandle(): react_jsx_runtime.JSX.Element;
13
+ import "client-only";
14
+ import * as react_jsx_runtime160 from "react/jsx-runtime";
4
15
 
16
+ //#region src/components/kanban/column-header-drag-handle.d.ts
17
+ declare function KanbanColumnHeaderDragHandle(): react_jsx_runtime160.JSX.Element;
18
+ //#endregion
5
19
  export { KanbanColumnHeaderDragHandle };
20
+ //# sourceMappingURL=column-header-drag-handle.d.ts.map
@@ -1,4 +1,32 @@
1
+ /*
2
+ * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
1
14
  'use client';
2
15
 
3
- import {jsx}from'react/jsx-runtime';import'client-only';import {DragVert}from'@accelint/icons';import {Icon}from'../icon/index.js';function m(){return jsx(Icon,{size:"small","aria-label":"Drag column",children:jsx(DragVert,{})})}export{m as KanbanColumnHeaderDragHandle};//# sourceMappingURL=column-header-drag-handle.js.map
16
+ import { Icon } from "../icon/index.js";
17
+ import "client-only";
18
+ import { jsx } from "react/jsx-runtime";
19
+ import { DragVert } from "@accelint/icons";
20
+
21
+ //#region src/components/kanban/column-header-drag-handle.tsx
22
+ function KanbanColumnHeaderDragHandle() {
23
+ return /* @__PURE__ */ jsx(Icon, {
24
+ size: "small",
25
+ "aria-label": "Drag column",
26
+ children: /* @__PURE__ */ jsx(DragVert, {})
27
+ });
28
+ }
29
+
30
+ //#endregion
31
+ export { KanbanColumnHeaderDragHandle };
4
32
  //# sourceMappingURL=column-header-drag-handle.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/kanban/column-header-drag-handle.tsx"],"names":["KanbanColumnHeaderDragHandle","jsx","Icon","r","a","o"],"mappings":"mIAiBgBA,SACd,CACEC,EAACC,CAAAA,OAAUC,GAAA,CAAAC,IAAA,CAAA,CAAA,IAAQ,CAAA,OAAA,CAAA,YAAW,CAAA,aAC5BH,CAAAA,QAGN,CAAAE,GAAA,CAAAE,QAAA,CAAA,EAAA,CAAA,CAAA,CAAA","file":"column-header-drag-handle.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { DragVert } from '@accelint/icons';\nimport { Icon } from '../icon';\n\nexport function KanbanColumnHeaderDragHandle() {\n return (\n <Icon size='small' aria-label='Drag column'>\n <DragVert />\n </Icon>\n );\n}\n"]}
1
+ {"version":3,"file":"column-header-drag-handle.js","names":[],"sources":["../../../src/components/kanban/column-header-drag-handle.tsx"],"sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n'use client';\nimport 'client-only';\n\nimport { DragVert } from '@accelint/icons';\nimport { Icon } from '../icon';\n\nexport function KanbanColumnHeaderDragHandle() {\n return (\n <Icon size='small' aria-label='Drag column'>\n <DragVert />\n </Icon>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAiBA,SAAgB,+BAA+B;AAC7C,QACE,oBAAC;EAAK,MAAK;EAAQ,cAAW;YAC5B,oBAAC,aAAW;GACP"}