@thewrong/ui 0.1.0 → 0.2.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 (256) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs.js +1 -0
  2. package/dist/components/_shared/form-size-tokens.cjs.js +1 -0
  3. package/dist/components/_shared/form-size-tokens.esm.js +29 -0
  4. package/dist/components/action-toast/ActionToast.cjs.js +1 -0
  5. package/dist/components/action-toast/ActionToast.esm.js +228 -0
  6. package/dist/components/animated-height/AnimatedHeight.cjs.js +1 -0
  7. package/dist/components/animated-height/AnimatedHeight.esm.js +36 -0
  8. package/dist/components/badge/Badge.cjs.js +1 -0
  9. package/dist/components/badge/Badge.esm.js +30 -0
  10. package/dist/components/badge/utils.cjs.js +1 -0
  11. package/dist/components/badge/utils.esm.js +38 -0
  12. package/dist/components/button/Button.cjs.js +1 -0
  13. package/dist/components/button/Button.esm.js +84 -0
  14. package/dist/components/button/utils.cjs.js +1 -0
  15. package/dist/components/button/utils.esm.js +38 -0
  16. package/dist/components/checkbox/Checkbox.cjs.js +1 -0
  17. package/dist/components/checkbox/Checkbox.esm.js +68 -0
  18. package/dist/components/checkbox/utils.cjs.js +1 -0
  19. package/dist/components/checkbox/utils.esm.js +44 -0
  20. package/dist/components/collapsible/Collapsible.cjs.js +1 -0
  21. package/dist/components/collapsible/Collapsible.esm.js +19 -0
  22. package/dist/components/date-input/DateInput.cjs.js +1 -0
  23. package/dist/components/date-input/DateInput.esm.js +39 -0
  24. package/dist/components/date-picker/date-picker.cjs.js +1 -0
  25. package/dist/components/date-picker/date-picker.esm.js +231 -0
  26. package/dist/components/date-picker/date-range-picker.cjs.js +1 -0
  27. package/dist/components/date-picker/date-range-picker.esm.js +287 -0
  28. package/dist/components/date-picker/month-picker.cjs.js +1 -0
  29. package/dist/components/date-picker/month-picker.esm.js +147 -0
  30. package/dist/components/drawer/Drawer.cjs.js +1 -0
  31. package/dist/components/drawer/Drawer.esm.js +113 -0
  32. package/dist/components/info-tooltip/InfoTooltip.cjs.js +1 -0
  33. package/dist/components/info-tooltip/InfoTooltip.esm.js +24 -0
  34. package/dist/components/input/Input.cjs.js +1 -0
  35. package/dist/components/input/Input.esm.js +95 -0
  36. package/dist/components/input/PasswordInput.cjs.js +1 -0
  37. package/dist/components/input/PasswordInput.esm.js +29 -0
  38. package/dist/components/input/format.cjs.js +1 -0
  39. package/dist/components/input/format.esm.js +33 -0
  40. package/dist/components/input/utils.cjs.js +1 -0
  41. package/dist/components/input/utils.esm.js +23 -0
  42. package/dist/components/loading-spinner/LoadingSpinner.cjs.js +1 -0
  43. package/dist/components/loading-spinner/LoadingSpinner.esm.js +47 -0
  44. package/dist/components/modal/Modal.cjs.js +1 -0
  45. package/dist/components/modal/Modal.esm.js +137 -0
  46. package/dist/components/modal/ModalSubView.cjs.js +1 -0
  47. package/dist/components/modal/ModalSubView.esm.js +91 -0
  48. package/dist/components/modal/StandardModal.cjs.js +1 -0
  49. package/dist/components/modal/StandardModal.esm.js +54 -0
  50. package/dist/components/page-title/PageTitle.cjs.js +1 -0
  51. package/dist/components/page-title/PageTitle.esm.js +16 -0
  52. package/dist/components/popover/Popover.cjs.js +1 -0
  53. package/dist/components/popover/Popover.esm.js +57 -0
  54. package/dist/components/search-box/ExactMatchToggle.cjs.js +1 -0
  55. package/dist/components/search-box/ExactMatchToggle.esm.js +27 -0
  56. package/dist/components/search-box/SearchBox.cjs.js +1 -0
  57. package/dist/components/search-box/SearchBox.esm.js +154 -0
  58. package/dist/components/search-box/SearchBoxChips.cjs.js +1 -0
  59. package/dist/components/search-box/SearchBoxChips.esm.js +36 -0
  60. package/dist/components/search-box/SearchBoxDateRange.cjs.js +1 -0
  61. package/dist/components/search-box/SearchBoxDateRange.esm.js +57 -0
  62. package/dist/components/search-box/SearchBoxDateSingle.cjs.js +1 -0
  63. package/dist/components/search-box/SearchBoxDateSingle.esm.js +37 -0
  64. package/dist/components/search-box/SearchBoxField.cjs.js +1 -0
  65. package/dist/components/search-box/SearchBoxField.esm.js +48 -0
  66. package/dist/components/search-box/SearchBoxFloatingInput.cjs.js +1 -0
  67. package/dist/components/search-box/SearchBoxFloatingInput.esm.js +38 -0
  68. package/dist/components/search-box/SearchBoxFloatingSelect.cjs.js +1 -0
  69. package/dist/components/search-box/SearchBoxFloatingSelect.esm.js +74 -0
  70. package/dist/components/search-box/SearchBoxMonth.cjs.js +1 -0
  71. package/dist/components/search-box/SearchBoxMonth.esm.js +35 -0
  72. package/dist/components/search-box/SearchBoxMultiSelect.cjs.js +1 -0
  73. package/dist/components/search-box/SearchBoxMultiSelect.esm.js +78 -0
  74. package/dist/components/search-box/SearchBoxSheetContext.cjs.js +1 -0
  75. package/dist/components/search-box/SearchBoxSheetContext.esm.js +5 -0
  76. package/dist/components/search-box/dateRangePresets.cjs.js +1 -0
  77. package/dist/components/search-box/dateRangePresets.esm.js +59 -0
  78. package/dist/components/search-box/parseDateRange.cjs.js +1 -0
  79. package/dist/components/search-box/parseDateRange.esm.js +21 -0
  80. package/dist/components/search-box/parseSearchValues.cjs.js +1 -0
  81. package/dist/components/search-box/parseSearchValues.esm.js +15 -0
  82. package/dist/components/search-box/useSearchBoxState.cjs.js +1 -0
  83. package/dist/components/search-box/useSearchBoxState.esm.js +87 -0
  84. package/dist/components/select/MultiSelect.cjs.js +1 -0
  85. package/dist/components/select/MultiSelect.esm.js +277 -0
  86. package/dist/components/select/Select.cjs.js +1 -0
  87. package/dist/components/select/Select.esm.js +308 -0
  88. package/dist/components/select/loading-dots.cjs.js +1 -0
  89. package/dist/components/select/loading-dots.esm.js +23 -0
  90. package/dist/components/switch/Switch.cjs.js +1 -0
  91. package/dist/components/switch/Switch.esm.js +36 -0
  92. package/dist/components/switch/utils.cjs.js +1 -0
  93. package/dist/components/switch/utils.esm.js +39 -0
  94. package/dist/components/table/accordion-table.cjs.js +1 -0
  95. package/dist/components/table/accordion-table.esm.js +418 -0
  96. package/dist/components/table/column-group-utils.cjs.js +1 -0
  97. package/dist/components/table/column-group-utils.esm.js +53 -0
  98. package/dist/components/table/components/ColumnPresetSelector.cjs.js +1 -0
  99. package/dist/components/table/components/ColumnPresetSelector.esm.js +165 -0
  100. package/dist/components/table/components/ColumnSettingsTable.cjs.js +4 -0
  101. package/dist/components/table/components/ColumnSettingsTable.esm.js +196 -0
  102. package/dist/components/table/components/KeyboardNavButton.cjs.js +1 -0
  103. package/dist/components/table/components/KeyboardNavButton.esm.js +24 -0
  104. package/dist/components/table/components/PageJumpInput.cjs.js +1 -0
  105. package/dist/components/table/components/PageJumpInput.esm.js +53 -0
  106. package/dist/components/table/components/Pagination.cjs.js +1 -0
  107. package/dist/components/table/components/Pagination.esm.js +162 -0
  108. package/dist/components/table/components/PaginationFooter.cjs.js +1 -0
  109. package/dist/components/table/components/PaginationFooter.esm.js +80 -0
  110. package/dist/components/table/components/SortableHeaderCell.cjs.js +1 -0
  111. package/dist/components/table/components/SortableHeaderCell.esm.js +30 -0
  112. package/dist/components/table/hooks/useColumnPresets.cjs.js +1 -0
  113. package/dist/components/table/hooks/useColumnPresets.esm.js +165 -0
  114. package/dist/components/table/hooks/useColumnResize.cjs.js +1 -0
  115. package/dist/components/table/hooks/useColumnResize.esm.js +106 -0
  116. package/dist/components/table/hooks/useFillEmptyRows.cjs.js +1 -0
  117. package/dist/components/table/hooks/useFillEmptyRows.esm.js +49 -0
  118. package/dist/components/table/hooks/useInfiniteScroll.cjs.js +1 -0
  119. package/dist/components/table/hooks/useInfiniteScroll.esm.js +32 -0
  120. package/dist/components/table/hooks/useTableColumnState.cjs.js +1 -0
  121. package/dist/components/table/hooks/useTableColumnState.esm.js +46 -0
  122. package/dist/components/table/hooks/useTableDragSelection.cjs.js +1 -0
  123. package/dist/components/table/hooks/useTableDragSelection.esm.js +76 -0
  124. package/dist/components/table/hooks/useTableSort.cjs.js +1 -0
  125. package/dist/components/table/hooks/useTableSort.esm.js +30 -0
  126. package/dist/components/table/hooks/useVirtualTable.cjs.js +1 -0
  127. package/dist/components/table/hooks/useVirtualTable.esm.js +18 -0
  128. package/dist/components/table/mini-table.cjs.js +1 -0
  129. package/dist/components/table/mini-table.esm.js +126 -0
  130. package/dist/components/table/paginated-mini-table.cjs.js +1 -0
  131. package/dist/components/table/paginated-mini-table.esm.js +31 -0
  132. package/dist/components/table/paginated-table.cjs.js +1 -0
  133. package/dist/components/table/paginated-table.esm.js +31 -0
  134. package/dist/components/table/table.cjs.js +1 -0
  135. package/dist/components/table/table.esm.js +342 -0
  136. package/dist/components/table/utils.cjs.js +37 -0
  137. package/dist/components/table/utils.esm.js +16 -0
  138. package/dist/components/table-checkbox/TableCheckbox.cjs.js +1 -0
  139. package/dist/components/table-checkbox/TableCheckbox.esm.js +39 -0
  140. package/dist/components/table-page-layout/TablePageLayout.cjs.js +1 -0
  141. package/dist/components/table-page-layout/TablePageLayout.esm.js +37 -0
  142. package/dist/components/textarea/Textarea.cjs.js +1 -0
  143. package/dist/components/textarea/Textarea.esm.js +62 -0
  144. package/dist/components/toast/ToastProvider.cjs.js +1 -0
  145. package/dist/components/toast/ToastProvider.esm.js +82 -0
  146. package/dist/components/toast/index.esm.js +3 -0
  147. package/dist/components/toolbar/Toolbar.cjs.js +1 -0
  148. package/dist/components/toolbar/Toolbar.esm.js +148 -0
  149. package/dist/components/tooltip/Tooltip.cjs.js +1 -0
  150. package/dist/components/tooltip/Tooltip.esm.js +39 -0
  151. package/dist/hooks/useBottomSheetDrag.cjs.js +1 -0
  152. package/dist/hooks/useBottomSheetDrag.esm.js +17 -0
  153. package/dist/hooks/useClickOutside.cjs.js +1 -0
  154. package/dist/hooks/useClickOutside.esm.js +20 -0
  155. package/dist/hooks/useMediaQuery.cjs.js +1 -0
  156. package/dist/hooks/useMediaQuery.esm.js +15 -0
  157. package/dist/hooks/useScrollLock.cjs.js +1 -0
  158. package/dist/hooks/useScrollLock.esm.js +16 -0
  159. package/dist/hooks.cjs.js +1 -0
  160. package/dist/hooks.esm.js +5 -0
  161. package/dist/index.cjs.js +1 -40
  162. package/dist/index.esm.js +58 -0
  163. package/dist/lib/Portal.cjs.js +1 -0
  164. package/dist/lib/Portal.esm.js +11 -0
  165. package/dist/lib/column-preset-storage.cjs.js +1 -0
  166. package/dist/lib/column-preset-storage.esm.js +123 -0
  167. package/dist/lib/overlay-stack.cjs.js +1 -0
  168. package/dist/lib/overlay-stack.esm.js +28 -0
  169. package/dist/lib/utils.cjs.js +1 -0
  170. package/dist/lib/utils.esm.js +11 -0
  171. package/dist/node_modules/clsx/dist/clsx.cjs.js +1 -0
  172. package/dist/node_modules/clsx/dist/clsx.esm.js +16 -0
  173. package/dist/node_modules/lucide-react/dist/esm/Icon.cjs.js +1 -0
  174. package/dist/node_modules/lucide-react/dist/esm/Icon.esm.js +23 -0
  175. package/dist/node_modules/lucide-react/dist/esm/context.cjs.js +1 -0
  176. package/dist/node_modules/lucide-react/dist/esm/context.esm.js +6 -0
  177. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.cjs.js +1 -0
  178. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.esm.js +17 -0
  179. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.cjs.js +1 -0
  180. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.esm.js +14 -0
  181. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left.cjs.js +1 -0
  182. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left.esm.js +10 -0
  183. package/dist/node_modules/lucide-react/dist/esm/icons/calendar.cjs.js +1 -0
  184. package/dist/node_modules/lucide-react/dist/esm/icons/calendar.esm.js +25 -0
  185. package/dist/node_modules/lucide-react/dist/esm/icons/check.cjs.js +1 -0
  186. package/dist/node_modules/lucide-react/dist/esm/icons/check.esm.js +7 -0
  187. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.cjs.js +1 -0
  188. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.esm.js +7 -0
  189. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.cjs.js +1 -0
  190. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.esm.js +7 -0
  191. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.cjs.js +1 -0
  192. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.esm.js +7 -0
  193. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left.cjs.js +1 -0
  194. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left.esm.js +10 -0
  195. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right.cjs.js +1 -0
  196. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right.esm.js +10 -0
  197. package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.cjs.js +1 -0
  198. package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.esm.js +12 -0
  199. package/dist/node_modules/lucide-react/dist/esm/icons/circle-x.cjs.js +1 -0
  200. package/dist/node_modules/lucide-react/dist/esm/icons/circle-x.esm.js +19 -0
  201. package/dist/node_modules/lucide-react/dist/esm/icons/eye-off.cjs.js +1 -0
  202. package/dist/node_modules/lucide-react/dist/esm/icons/eye-off.esm.js +21 -0
  203. package/dist/node_modules/lucide-react/dist/esm/icons/eye.cjs.js +1 -0
  204. package/dist/node_modules/lucide-react/dist/esm/icons/eye.esm.js +12 -0
  205. package/dist/node_modules/lucide-react/dist/esm/icons/grip-vertical.cjs.js +1 -0
  206. package/dist/node_modules/lucide-react/dist/esm/icons/grip-vertical.esm.js +41 -0
  207. package/dist/node_modules/lucide-react/dist/esm/icons/info.cjs.js +1 -0
  208. package/dist/node_modules/lucide-react/dist/esm/icons/info.esm.js +19 -0
  209. package/dist/node_modules/lucide-react/dist/esm/icons/keyboard.cjs.js +1 -0
  210. package/dist/node_modules/lucide-react/dist/esm/icons/keyboard.esm.js +45 -0
  211. package/dist/node_modules/lucide-react/dist/esm/icons/list-filter.cjs.js +1 -0
  212. package/dist/node_modules/lucide-react/dist/esm/icons/list-filter.esm.js +17 -0
  213. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.cjs.js +1 -0
  214. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.esm.js +7 -0
  215. package/dist/node_modules/lucide-react/dist/esm/icons/minus.cjs.js +1 -0
  216. package/dist/node_modules/lucide-react/dist/esm/icons/minus.esm.js +7 -0
  217. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw.cjs.js +1 -0
  218. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw.esm.js +10 -0
  219. package/dist/node_modules/lucide-react/dist/esm/icons/save.cjs.js +1 -0
  220. package/dist/node_modules/lucide-react/dist/esm/icons/save.esm.js +17 -0
  221. package/dist/node_modules/lucide-react/dist/esm/icons/search.cjs.js +1 -0
  222. package/dist/node_modules/lucide-react/dist/esm/icons/search.esm.js +12 -0
  223. package/dist/node_modules/lucide-react/dist/esm/icons/settings.cjs.js +1 -0
  224. package/dist/node_modules/lucide-react/dist/esm/icons/settings.esm.js +12 -0
  225. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.cjs.js +1 -0
  226. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.esm.js +17 -0
  227. package/dist/node_modules/lucide-react/dist/esm/icons/wrench.cjs.js +1 -0
  228. package/dist/node_modules/lucide-react/dist/esm/icons/wrench.esm.js +7 -0
  229. package/dist/node_modules/lucide-react/dist/esm/icons/x.cjs.js +1 -0
  230. package/dist/node_modules/lucide-react/dist/esm/icons/x.esm.js +10 -0
  231. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.cjs.js +1 -0
  232. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.esm.js +7 -0
  233. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.cjs.js +1 -0
  234. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.esm.js +4 -0
  235. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.cjs.js +1 -0
  236. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.esm.js +4 -0
  237. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.cjs.js +1 -0
  238. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.esm.js +4 -0
  239. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.cjs.js +1 -0
  240. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.esm.js +8 -0
  241. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js +1 -0
  242. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.esm.js +1714 -0
  243. package/dist/node_modules/use-debounce/dist/index.module.cjs.js +1 -0
  244. package/dist/node_modules/use-debounce/dist/index.module.esm.js +70 -0
  245. package/dist/src/components/action-toast/ActionToast.d.ts +6 -1
  246. package/dist/src/components/button/Button.d.ts +16 -0
  247. package/dist/src/components/drawer/Drawer.d.ts +6 -1
  248. package/dist/src/components/info-tooltip/InfoTooltip.d.ts +7 -0
  249. package/dist/src/components/loading-spinner/LoadingSpinner.d.ts +7 -0
  250. package/dist/src/components/modal/Modal.d.ts +7 -1
  251. package/dist/src/components/popover/Popover.d.ts +19 -1
  252. package/dist/src/components/tooltip/Tooltip.d.ts +10 -0
  253. package/dist/ui.css +1 -1
  254. package/llms.txt +91 -0
  255. package/package.json +10 -4
  256. package/dist/index.es.js +0 -8066
@@ -0,0 +1,11 @@
1
+ import { useEffect as e, useState as t } from "react";
2
+ import { createPortal as n } from "react-dom";
3
+ //#region src/lib/Portal.tsx
4
+ function r({ children: r, containerId: i }) {
5
+ let [a, o] = t(!1);
6
+ if (e(() => (o(!0), () => o(!1)), []), !a) return null;
7
+ let s = i ? document.getElementById(i) : document.body;
8
+ return s ? n(r, s) : null;
9
+ }
10
+ //#endregion
11
+ export { r as Portal };
@@ -0,0 +1 @@
1
+ var e=class{static{this.STORAGE_KEY=`thewrong.table_column_presets`}static isStorageAvailable(){try{let e=`__thewrong_storage_test__`;return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch{return!1}}static getAllPresets(){if(!this.isStorageAvailable())return{};try{let e=localStorage.getItem(this.STORAGE_KEY);if(!e)return{};let t=JSON.parse(e);return typeof t==`object`&&t?t:{}}catch(e){return console.error(`Failed to load presets:`,e),{}}}static saveAllPresets(e){if(!this.isStorageAvailable()){console.warn(`localStorage is not available`);return}try{localStorage.setItem(this.STORAGE_KEY,JSON.stringify(e))}catch(e){e.name===`QuotaExceededError`?console.error(`localStorage quota exceeded`):console.error(`Failed to save presets:`,e)}}static getPagePresets(e){return this.getAllPresets()[e]||null}static initializePagePresets(e){let t={activePreset:1,presets:{1:null,2:null,3:null}},n=this.getAllPresets();return n[e]||(n[e]=t,this.saveAllPresets(n)),n[e]}static getActivePreset(e){return this.getPagePresets(e)?.activePreset||1}static getPresetColumns(e,t){let n=this.getPagePresets(e);if(!n)return null;let r=n.presets[t];return Array.isArray(r)?{columnOrder:r,hiddenColumns:[]}:r?{columnOrder:r.columnOrder,hiddenColumns:r.hiddenColumns??[],columnWidths:r.columnWidths}:null}static getActivePresetColumns(e){let t=this.getActivePreset(e);return this.getPresetColumns(e,t)}static savePreset(e,t,n){let r=Array.isArray(n)?{columnOrder:n,hiddenColumns:[]}:n;if(!Array.isArray(r.columnOrder)||r.columnOrder.length===0){console.warn(`Invalid column order:`,r);return}let i=this.getAllPresets();i[e]||this.initializePagePresets(e),i[e]||(i[e]={activePreset:1,presets:{1:null,2:null,3:null}}),i[e].presets[t]={columnOrder:[...r.columnOrder],hiddenColumns:[...r.hiddenColumns||[]],...r.columnWidths?{columnWidths:{...r.columnWidths}}:{}},this.saveAllPresets(i)}static setActivePreset(e,t){let n=this.getAllPresets();n[e]||this.initializePagePresets(e),n[e]&&(n[e].activePreset=t,this.saveAllPresets(n))}static clearPreset(e,t){let n=this.getAllPresets();n[e]&&(n[e].presets[t]=null,this.saveAllPresets(n))}static clearPagePresets(e){let t=this.getAllPresets();t[e]&&(delete t[e],this.saveAllPresets(t))}static migrateFromLegacyStorage(e,t){if(!this.isStorageAvailable())return!1;try{if(this.getPagePresets(e))return!1;let n=localStorage.getItem(t);if(!n)return!1;let r=JSON.parse(n);return!Array.isArray(r)||r.length===0?!1:(this.savePreset(e,1,r),this.setActivePreset(e,1),localStorage.removeItem(t),!0)}catch(e){return console.error(`Migration failed:`,e),!1}}static hasPreset(e,t){let n=this.getPresetColumns(e,t);return n!==null&&n.columnOrder.length>0}};exports.ColumnPresetStorage=e;
@@ -0,0 +1,123 @@
1
+ //#region src/lib/column-preset-storage.ts
2
+ var e = class {
3
+ static {
4
+ this.STORAGE_KEY = "thewrong.table_column_presets";
5
+ }
6
+ static isStorageAvailable() {
7
+ try {
8
+ let e = "__thewrong_storage_test__";
9
+ return localStorage.setItem(e, e), localStorage.removeItem(e), !0;
10
+ } catch {
11
+ return !1;
12
+ }
13
+ }
14
+ static getAllPresets() {
15
+ if (!this.isStorageAvailable()) return {};
16
+ try {
17
+ let e = localStorage.getItem(this.STORAGE_KEY);
18
+ if (!e) return {};
19
+ let t = JSON.parse(e);
20
+ return typeof t == "object" && t ? t : {};
21
+ } catch (e) {
22
+ return console.error("Failed to load presets:", e), {};
23
+ }
24
+ }
25
+ static saveAllPresets(e) {
26
+ if (!this.isStorageAvailable()) {
27
+ console.warn("localStorage is not available");
28
+ return;
29
+ }
30
+ try {
31
+ localStorage.setItem(this.STORAGE_KEY, JSON.stringify(e));
32
+ } catch (e) {
33
+ e.name === "QuotaExceededError" ? console.error("localStorage quota exceeded") : console.error("Failed to save presets:", e);
34
+ }
35
+ }
36
+ static getPagePresets(e) {
37
+ return this.getAllPresets()[e] || null;
38
+ }
39
+ static initializePagePresets(e) {
40
+ let t = {
41
+ activePreset: 1,
42
+ presets: {
43
+ 1: null,
44
+ 2: null,
45
+ 3: null
46
+ }
47
+ }, n = this.getAllPresets();
48
+ return n[e] || (n[e] = t, this.saveAllPresets(n)), n[e];
49
+ }
50
+ static getActivePreset(e) {
51
+ return this.getPagePresets(e)?.activePreset || 1;
52
+ }
53
+ static getPresetColumns(e, t) {
54
+ let n = this.getPagePresets(e);
55
+ if (!n) return null;
56
+ let r = n.presets[t];
57
+ return Array.isArray(r) ? {
58
+ columnOrder: r,
59
+ hiddenColumns: []
60
+ } : r ? {
61
+ columnOrder: r.columnOrder,
62
+ hiddenColumns: r.hiddenColumns ?? [],
63
+ columnWidths: r.columnWidths
64
+ } : null;
65
+ }
66
+ static getActivePresetColumns(e) {
67
+ let t = this.getActivePreset(e);
68
+ return this.getPresetColumns(e, t);
69
+ }
70
+ static savePreset(e, t, n) {
71
+ let r = Array.isArray(n) ? {
72
+ columnOrder: n,
73
+ hiddenColumns: []
74
+ } : n;
75
+ if (!Array.isArray(r.columnOrder) || r.columnOrder.length === 0) {
76
+ console.warn("Invalid column order:", r);
77
+ return;
78
+ }
79
+ let i = this.getAllPresets();
80
+ i[e] || this.initializePagePresets(e), i[e] || (i[e] = {
81
+ activePreset: 1,
82
+ presets: {
83
+ 1: null,
84
+ 2: null,
85
+ 3: null
86
+ }
87
+ }), i[e].presets[t] = {
88
+ columnOrder: [...r.columnOrder],
89
+ hiddenColumns: [...r.hiddenColumns || []],
90
+ ...r.columnWidths ? { columnWidths: { ...r.columnWidths } } : {}
91
+ }, this.saveAllPresets(i);
92
+ }
93
+ static setActivePreset(e, t) {
94
+ let n = this.getAllPresets();
95
+ n[e] || this.initializePagePresets(e), n[e] && (n[e].activePreset = t, this.saveAllPresets(n));
96
+ }
97
+ static clearPreset(e, t) {
98
+ let n = this.getAllPresets();
99
+ n[e] && (n[e].presets[t] = null, this.saveAllPresets(n));
100
+ }
101
+ static clearPagePresets(e) {
102
+ let t = this.getAllPresets();
103
+ t[e] && (delete t[e], this.saveAllPresets(t));
104
+ }
105
+ static migrateFromLegacyStorage(e, t) {
106
+ if (!this.isStorageAvailable()) return !1;
107
+ try {
108
+ if (this.getPagePresets(e)) return !1;
109
+ let n = localStorage.getItem(t);
110
+ if (!n) return !1;
111
+ let r = JSON.parse(n);
112
+ return !Array.isArray(r) || r.length === 0 ? !1 : (this.savePreset(e, 1, r), this.setActivePreset(e, 1), localStorage.removeItem(t), !0);
113
+ } catch (e) {
114
+ return console.error("Migration failed:", e), !1;
115
+ }
116
+ }
117
+ static hasPreset(e, t) {
118
+ let n = this.getPresetColumns(e, t);
119
+ return n !== null && n.columnOrder.length > 0;
120
+ }
121
+ };
122
+ //#endregion
123
+ export { e as ColumnPresetStorage };
@@ -0,0 +1 @@
1
+ var e=[];function t(){if(e.length===0)return;let t=e[0];for(let n of e)n.priority>=t.priority&&(t=n);return t}var n={push(t,n=0){e.some(e=>e.id===t)||e.push({id:t,priority:n})},pop(t){let n=e.map(e=>e.id).lastIndexOf(t);n>=0&&e.splice(n,1)},isTop(e){return t()?.id===e},isEmpty(){return e.length===0}},r=`action-toast-overlay`,i=1e3;exports.ACTION_TOAST_OVERLAY_ID=r,exports.ACTION_TOAST_PRIORITY=i,exports.overlayStack=n;
@@ -0,0 +1,28 @@
1
+ //#region src/lib/overlay-stack.ts
2
+ var e = [];
3
+ function t() {
4
+ if (e.length === 0) return;
5
+ let t = e[0];
6
+ for (let n of e) n.priority >= t.priority && (t = n);
7
+ return t;
8
+ }
9
+ var n = {
10
+ push(t, n = 0) {
11
+ e.some((e) => e.id === t) || e.push({
12
+ id: t,
13
+ priority: n
14
+ });
15
+ },
16
+ pop(t) {
17
+ let n = e.map((e) => e.id).lastIndexOf(t);
18
+ n >= 0 && e.splice(n, 1);
19
+ },
20
+ isTop(e) {
21
+ return t()?.id === e;
22
+ },
23
+ isEmpty() {
24
+ return e.length === 0;
25
+ }
26
+ }, r = "action-toast-overlay", i = 1e3;
27
+ //#endregion
28
+ export { r as ACTION_TOAST_OVERLAY_ID, i as ACTION_TOAST_PRIORITY, n as overlayStack };
@@ -0,0 +1 @@
1
+ const e=require("../node_modules/clsx/dist/clsx.cjs.js"),t=require("../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js");function n(...n){return t.twMerge(e.default(n))}function r(e,t){return`${e}. ${String(t).padStart(2,`0`)}.`}exports.cn=n,exports.formatYearMonth=r;
@@ -0,0 +1,11 @@
1
+ import e from "../node_modules/clsx/dist/clsx.esm.js";
2
+ import { twMerge as t } from "../node_modules/tailwind-merge/dist/bundle-mjs.esm.js";
3
+ //#region src/lib/utils.ts
4
+ function n(...n) {
5
+ return t(e(n));
6
+ }
7
+ function r(e, t) {
8
+ return `${e}. ${String(t).padStart(2, "0")}.`;
9
+ }
10
+ //#endregion
11
+ export { n as cn, r as formatYearMonth };
@@ -0,0 +1 @@
1
+ function e(t){var n,r,i=``;if(typeof t==`string`||typeof t==`number`)i+=t;else if(typeof t==`object`)if(Array.isArray(t)){var a=t.length;for(n=0;n<a;n++)t[n]&&(r=e(t[n]))&&(i&&(i+=` `),i+=r)}else for(r in t)t[r]&&(i&&(i+=` `),i+=r);return i}function t(){for(var t,n,r=0,i=``,a=arguments.length;r<a;r++)(t=arguments[r])&&(n=e(t))&&(i&&(i+=` `),i+=n);return i}exports.default=t;
@@ -0,0 +1,16 @@
1
+ //#region node_modules/clsx/dist/clsx.mjs
2
+ function e(t) {
3
+ var n, r, i = "";
4
+ if (typeof t == "string" || typeof t == "number") i += t;
5
+ else if (typeof t == "object") if (Array.isArray(t)) {
6
+ var a = t.length;
7
+ for (n = 0; n < a; n++) t[n] && (r = e(t[n])) && (i && (i += " "), i += r);
8
+ } else for (r in t) t[r] && (i && (i += " "), i += r);
9
+ return i;
10
+ }
11
+ function t() {
12
+ for (var t, n, r = 0, i = "", a = arguments.length; r < a; r++) (t = arguments[r]) && (n = e(t)) && (i && (i += " "), i += n);
13
+ return i;
14
+ }
15
+ //#endregion
16
+ export { t as default };
@@ -0,0 +1 @@
1
+ "use strict";"use client";const e=require("./shared/src/utils/mergeClasses.cjs.js"),t=require("./defaultAttributes.cjs.js"),n=require("./shared/src/utils/hasA11yProp.cjs.js"),r=require("./context.cjs.js");let i=require("react");var a=(0,i.forwardRef)(({color:a,size:o,strokeWidth:s,absoluteStrokeWidth:c,className:l=``,children:u,iconNode:d,...f},p)=>{let{size:m=24,strokeWidth:h=2,absoluteStrokeWidth:g=!1,color:_=`currentColor`,className:v=``}=r.useLucideContext()??{},y=c??g?Number(s??h)*24/Number(o??m):s??h;return(0,i.createElement)(`svg`,{ref:p,...t.defaultAttributes,width:o??m??t.defaultAttributes.width,height:o??m??t.defaultAttributes.height,stroke:a??_,strokeWidth:y,className:e.mergeClasses(`lucide`,v,l),...!u&&!n.hasA11yProp(f)&&{"aria-hidden":`true`},...f},[...d.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(u)?u:[u]])});exports.Icon=a;
@@ -0,0 +1,23 @@
1
+ "use client";
2
+ import { mergeClasses as e } from "./shared/src/utils/mergeClasses.esm.js";
3
+ import { defaultAttributes as t } from "./defaultAttributes.esm.js";
4
+ import { hasA11yProp as n } from "./shared/src/utils/hasA11yProp.esm.js";
5
+ import { useLucideContext as r } from "./context.esm.js";
6
+ import { createElement as i, forwardRef as a } from "react";
7
+ //#region node_modules/lucide-react/dist/esm/Icon.mjs
8
+ var o = a(({ color: a, size: o, strokeWidth: s, absoluteStrokeWidth: c, className: l = "", children: u, iconNode: d, ...f }, p) => {
9
+ let { size: m = 24, strokeWidth: h = 2, absoluteStrokeWidth: g = !1, color: _ = "currentColor", className: v = "" } = r() ?? {}, y = c ?? g ? Number(s ?? h) * 24 / Number(o ?? m) : s ?? h;
10
+ return i("svg", {
11
+ ref: p,
12
+ ...t,
13
+ width: o ?? m ?? t.width,
14
+ height: o ?? m ?? t.height,
15
+ stroke: a ?? _,
16
+ strokeWidth: y,
17
+ className: e("lucide", v, l),
18
+ ...!u && !n(f) && { "aria-hidden": "true" },
19
+ ...f
20
+ }, [...d.map(([e, t]) => i(e, t)), ...Array.isArray(u) ? u : [u]]);
21
+ });
22
+ //#endregion
23
+ export { o as Icon };
@@ -0,0 +1 @@
1
+ "use strict";"use client";let e=require("react");var t=(0,e.createContext)({}),n=()=>(0,e.useContext)(t);exports.useLucideContext=n;
@@ -0,0 +1,6 @@
1
+ "use client";
2
+ import { createContext as e, useContext as t } from "react";
3
+ //#region node_modules/lucide-react/dist/esm/context.mjs
4
+ var n = e({}), r = () => t(n);
5
+ //#endregion
6
+ export { r as useLucideContext };
@@ -0,0 +1 @@
1
+ const e=require("./shared/src/utils/mergeClasses.cjs.js"),t=require("./shared/src/utils/toKebabCase.cjs.js"),n=require("./shared/src/utils/toPascalCase.cjs.js"),r=require("./Icon.cjs.js");let i=require("react");var a=(a,o)=>{let s=(0,i.forwardRef)(({className:s,...c},l)=>(0,i.createElement)(r.Icon,{ref:l,iconNode:o,className:e.mergeClasses(`lucide-${t.toKebabCase(n.toPascalCase(a))}`,`lucide-${a}`,s),...c}));return s.displayName=n.toPascalCase(a),s};exports.createLucideIcon=a;
@@ -0,0 +1,17 @@
1
+ import { mergeClasses as e } from "./shared/src/utils/mergeClasses.esm.js";
2
+ import { toKebabCase as t } from "./shared/src/utils/toKebabCase.esm.js";
3
+ import { toPascalCase as n } from "./shared/src/utils/toPascalCase.esm.js";
4
+ import { Icon as r } from "./Icon.esm.js";
5
+ import { createElement as i, forwardRef as a } from "react";
6
+ //#region node_modules/lucide-react/dist/esm/createLucideIcon.mjs
7
+ var o = (o, s) => {
8
+ let c = a(({ className: a, ...c }, l) => i(r, {
9
+ ref: l,
10
+ iconNode: s,
11
+ className: e(`lucide-${t(n(o))}`, `lucide-${o}`, a),
12
+ ...c
13
+ }));
14
+ return c.displayName = n(o), c;
15
+ };
16
+ //#endregion
17
+ export { o as createLucideIcon };
@@ -0,0 +1 @@
1
+ var e={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`};exports.defaultAttributes=e;
@@ -0,0 +1,14 @@
1
+ //#region node_modules/lucide-react/dist/esm/defaultAttributes.mjs
2
+ var e = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: 24,
5
+ height: 24,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ stroke: "currentColor",
9
+ strokeWidth: 2,
10
+ strokeLinecap: "round",
11
+ strokeLinejoin: "round"
12
+ };
13
+ //#endregion
14
+ export { e as defaultAttributes };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`arrow-left`,[[`path`,{d:`m12 19-7-7 7-7`,key:`1l729n`}],[`path`,{d:`M19 12H5`,key:`x3x0zl`}]]);exports.ArrowLeft=e;
@@ -0,0 +1,10 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("arrow-left", [["path", {
3
+ d: "m12 19-7-7 7-7",
4
+ key: "1l729n"
5
+ }], ["path", {
6
+ d: "M19 12H5",
7
+ key: "x3x0zl"
8
+ }]]);
9
+ //#endregion
10
+ export { t as ArrowLeft };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`calendar`,[[`path`,{d:`M8 2v4`,key:`1cmpym`}],[`path`,{d:`M16 2v4`,key:`4m81vk`}],[`rect`,{width:`18`,height:`18`,x:`3`,y:`4`,rx:`2`,key:`1hopcy`}],[`path`,{d:`M3 10h18`,key:`8toen8`}]]);exports.Calendar=e;
@@ -0,0 +1,25 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("calendar", [
3
+ ["path", {
4
+ d: "M8 2v4",
5
+ key: "1cmpym"
6
+ }],
7
+ ["path", {
8
+ d: "M16 2v4",
9
+ key: "4m81vk"
10
+ }],
11
+ ["rect", {
12
+ width: "18",
13
+ height: "18",
14
+ x: "3",
15
+ y: "4",
16
+ rx: "2",
17
+ key: "1hopcy"
18
+ }],
19
+ ["path", {
20
+ d: "M3 10h18",
21
+ key: "8toen8"
22
+ }]
23
+ ]);
24
+ //#endregion
25
+ export { t as Calendar };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]);exports.Check=e;
@@ -0,0 +1,7 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("check", [["path", {
3
+ d: "M20 6 9 17l-5-5",
4
+ key: "1gmf2c"
5
+ }]]);
6
+ //#endregion
7
+ export { t as Check };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]);exports.ChevronDown=e;
@@ -0,0 +1,7 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("chevron-down", [["path", {
3
+ d: "m6 9 6 6 6-6",
4
+ key: "qrunsl"
5
+ }]]);
6
+ //#endregion
7
+ export { t as ChevronDown };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`chevron-left`,[[`path`,{d:`m15 18-6-6 6-6`,key:`1wnfg3`}]]);exports.ChevronLeft=e;
@@ -0,0 +1,7 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("chevron-left", [["path", {
3
+ d: "m15 18-6-6 6-6",
4
+ key: "1wnfg3"
5
+ }]]);
6
+ //#endregion
7
+ export { t as ChevronLeft };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]);exports.ChevronRight=e;
@@ -0,0 +1,7 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("chevron-right", [["path", {
3
+ d: "m9 18 6-6-6-6",
4
+ key: "mthhwq"
5
+ }]]);
6
+ //#endregion
7
+ export { t as ChevronRight };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`chevrons-left`,[[`path`,{d:`m11 17-5-5 5-5`,key:`13zhaf`}],[`path`,{d:`m18 17-5-5 5-5`,key:`h8a8et`}]]);exports.ChevronsLeft=e;
@@ -0,0 +1,10 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("chevrons-left", [["path", {
3
+ d: "m11 17-5-5 5-5",
4
+ key: "13zhaf"
5
+ }], ["path", {
6
+ d: "m18 17-5-5 5-5",
7
+ key: "h8a8et"
8
+ }]]);
9
+ //#endregion
10
+ export { t as ChevronsLeft };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`chevrons-right`,[[`path`,{d:`m6 17 5-5-5-5`,key:`xnjwq`}],[`path`,{d:`m13 17 5-5-5-5`,key:`17xmmf`}]]);exports.ChevronsRight=e;
@@ -0,0 +1,10 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("chevrons-right", [["path", {
3
+ d: "m6 17 5-5-5-5",
4
+ key: "xnjwq"
5
+ }], ["path", {
6
+ d: "m13 17 5-5-5-5",
7
+ key: "17xmmf"
8
+ }]]);
9
+ //#endregion
10
+ export { t as ChevronsRight };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]);exports.CircleCheck=e;
@@ -0,0 +1,12 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("circle-check", [["circle", {
3
+ cx: "12",
4
+ cy: "12",
5
+ r: "10",
6
+ key: "1mglay"
7
+ }], ["path", {
8
+ d: "m9 12 2 2 4-4",
9
+ key: "dzmm74"
10
+ }]]);
11
+ //#endregion
12
+ export { t as CircleCheck };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`circle-x`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`m9 9 6 6`,key:`z0biqf`}]]);exports.CircleX=e;
@@ -0,0 +1,19 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("circle-x", [
3
+ ["circle", {
4
+ cx: "12",
5
+ cy: "12",
6
+ r: "10",
7
+ key: "1mglay"
8
+ }],
9
+ ["path", {
10
+ d: "m15 9-6 6",
11
+ key: "1uzhvr"
12
+ }],
13
+ ["path", {
14
+ d: "m9 9 6 6",
15
+ key: "z0biqf"
16
+ }]
17
+ ]);
18
+ //#endregion
19
+ export { t as CircleX };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`eye-off`,[[`path`,{d:`M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49`,key:`ct8e1f`}],[`path`,{d:`M14.084 14.158a3 3 0 0 1-4.242-4.242`,key:`151rxh`}],[`path`,{d:`M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143`,key:`13bj9a`}],[`path`,{d:`m2 2 20 20`,key:`1ooewy`}]]);exports.EyeOff=e;
@@ -0,0 +1,21 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("eye-off", [
3
+ ["path", {
4
+ d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
5
+ key: "ct8e1f"
6
+ }],
7
+ ["path", {
8
+ d: "M14.084 14.158a3 3 0 0 1-4.242-4.242",
9
+ key: "151rxh"
10
+ }],
11
+ ["path", {
12
+ d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
13
+ key: "13bj9a"
14
+ }],
15
+ ["path", {
16
+ d: "m2 2 20 20",
17
+ key: "1ooewy"
18
+ }]
19
+ ]);
20
+ //#endregion
21
+ export { t as EyeOff };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`eye`,[[`path`,{d:`M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0`,key:`1nclc0`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]);exports.Eye=e;
@@ -0,0 +1,12 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("eye", [["path", {
3
+ d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
4
+ key: "1nclc0"
5
+ }], ["circle", {
6
+ cx: "12",
7
+ cy: "12",
8
+ r: "3",
9
+ key: "1v7zrd"
10
+ }]]);
11
+ //#endregion
12
+ export { t as Eye };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`grip-vertical`,[[`circle`,{cx:`9`,cy:`12`,r:`1`,key:`1vctgf`}],[`circle`,{cx:`9`,cy:`5`,r:`1`,key:`hp0tcf`}],[`circle`,{cx:`9`,cy:`19`,r:`1`,key:`fkjjf6`}],[`circle`,{cx:`15`,cy:`12`,r:`1`,key:`1tmaij`}],[`circle`,{cx:`15`,cy:`5`,r:`1`,key:`19l28e`}],[`circle`,{cx:`15`,cy:`19`,r:`1`,key:`f4zoj3`}]]);exports.GripVertical=e;
@@ -0,0 +1,41 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("grip-vertical", [
3
+ ["circle", {
4
+ cx: "9",
5
+ cy: "12",
6
+ r: "1",
7
+ key: "1vctgf"
8
+ }],
9
+ ["circle", {
10
+ cx: "9",
11
+ cy: "5",
12
+ r: "1",
13
+ key: "hp0tcf"
14
+ }],
15
+ ["circle", {
16
+ cx: "9",
17
+ cy: "19",
18
+ r: "1",
19
+ key: "fkjjf6"
20
+ }],
21
+ ["circle", {
22
+ cx: "15",
23
+ cy: "12",
24
+ r: "1",
25
+ key: "1tmaij"
26
+ }],
27
+ ["circle", {
28
+ cx: "15",
29
+ cy: "5",
30
+ r: "1",
31
+ key: "19l28e"
32
+ }],
33
+ ["circle", {
34
+ cx: "15",
35
+ cy: "19",
36
+ r: "1",
37
+ key: "f4zoj3"
38
+ }]
39
+ ]);
40
+ //#endregion
41
+ export { t as GripVertical };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`info`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 16v-4`,key:`1dtifu`}],[`path`,{d:`M12 8h.01`,key:`e9boi3`}]]);exports.Info=e;
@@ -0,0 +1,19 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("info", [
3
+ ["circle", {
4
+ cx: "12",
5
+ cy: "12",
6
+ r: "10",
7
+ key: "1mglay"
8
+ }],
9
+ ["path", {
10
+ d: "M12 16v-4",
11
+ key: "1dtifu"
12
+ }],
13
+ ["path", {
14
+ d: "M12 8h.01",
15
+ key: "e9boi3"
16
+ }]
17
+ ]);
18
+ //#endregion
19
+ export { t as Info };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`keyboard`,[[`path`,{d:`M10 8h.01`,key:`1r9ogq`}],[`path`,{d:`M12 12h.01`,key:`1mp3jc`}],[`path`,{d:`M14 8h.01`,key:`1primd`}],[`path`,{d:`M16 12h.01`,key:`1l6xoz`}],[`path`,{d:`M18 8h.01`,key:`emo2bl`}],[`path`,{d:`M6 8h.01`,key:`x9i8wu`}],[`path`,{d:`M7 16h10`,key:`wp8him`}],[`path`,{d:`M8 12h.01`,key:`czm47f`}],[`rect`,{width:`20`,height:`16`,x:`2`,y:`4`,rx:`2`,key:`18n3k1`}]]);exports.Keyboard=e;
@@ -0,0 +1,45 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("keyboard", [
3
+ ["path", {
4
+ d: "M10 8h.01",
5
+ key: "1r9ogq"
6
+ }],
7
+ ["path", {
8
+ d: "M12 12h.01",
9
+ key: "1mp3jc"
10
+ }],
11
+ ["path", {
12
+ d: "M14 8h.01",
13
+ key: "1primd"
14
+ }],
15
+ ["path", {
16
+ d: "M16 12h.01",
17
+ key: "1l6xoz"
18
+ }],
19
+ ["path", {
20
+ d: "M18 8h.01",
21
+ key: "emo2bl"
22
+ }],
23
+ ["path", {
24
+ d: "M6 8h.01",
25
+ key: "x9i8wu"
26
+ }],
27
+ ["path", {
28
+ d: "M7 16h10",
29
+ key: "wp8him"
30
+ }],
31
+ ["path", {
32
+ d: "M8 12h.01",
33
+ key: "czm47f"
34
+ }],
35
+ ["rect", {
36
+ width: "20",
37
+ height: "16",
38
+ x: "2",
39
+ y: "4",
40
+ rx: "2",
41
+ key: "18n3k1"
42
+ }]
43
+ ]);
44
+ //#endregion
45
+ export { t as Keyboard };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`list-filter`,[[`path`,{d:`M2 5h20`,key:`1fs1ex`}],[`path`,{d:`M6 12h12`,key:`8npq4p`}],[`path`,{d:`M9 19h6`,key:`456am0`}]]);exports.ListFilter=e;
@@ -0,0 +1,17 @@
1
+ import { createLucideIcon as e } from "../createLucideIcon.esm.js";
2
+ var t = e("list-filter", [
3
+ ["path", {
4
+ d: "M2 5h20",
5
+ key: "1fs1ex"
6
+ }],
7
+ ["path", {
8
+ d: "M6 12h12",
9
+ key: "8npq4p"
10
+ }],
11
+ ["path", {
12
+ d: "M9 19h6",
13
+ key: "456am0"
14
+ }]
15
+ ]);
16
+ //#endregion
17
+ export { t as ListFilter };
@@ -0,0 +1 @@
1
+ var e=require("../createLucideIcon.cjs.js").createLucideIcon(`loader-circle`,[[`path`,{d:`M21 12a9 9 0 1 1-6.219-8.56`,key:`13zald`}]]);exports.LoaderCircle=e;