@powerhousedao/document-engineering 1.27.0 → 1.29.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 (382) hide show
  1. package/dist/src/index.d.ts +1 -0
  2. package/dist/src/index.d.ts.map +1 -1
  3. package/dist/src/index.js +1 -0
  4. package/dist/src/index.js.map +1 -1
  5. package/dist/src/scalars/components/fragments/form-message/message-list.js +1 -1
  6. package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -1
  7. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/body.d.ts +1 -1
  8. package/dist/src/table/components/body.d.ts.map +1 -0
  9. package/dist/src/table/components/body.js.map +1 -0
  10. package/dist/src/table/components/cells/basic-cell.d.ts.map +1 -0
  11. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/basic-cell.js +1 -1
  12. package/dist/src/table/components/cells/basic-cell.js.map +1 -0
  13. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/default-cell.d.ts +1 -0
  14. package/dist/src/table/components/cells/default-cell.d.ts.map +1 -0
  15. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/default-cell.js +3 -3
  16. package/dist/src/table/components/cells/default-cell.js.map +1 -0
  17. package/dist/src/table/components/cells/information-cell.d.ts +6 -0
  18. package/dist/src/table/components/cells/information-cell.d.ts.map +1 -0
  19. package/dist/src/table/components/cells/information-cell.js +12 -0
  20. package/dist/src/table/components/cells/information-cell.js.map +1 -0
  21. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/empty-cell.d.ts +1 -1
  22. package/dist/src/table/components/cells/render-cell/empty-cell.d.ts.map +1 -0
  23. package/dist/src/table/components/cells/render-cell/empty-cell.js.map +1 -0
  24. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/render-cell.d.ts +2 -2
  25. package/dist/src/table/components/cells/render-cell/render-cell.d.ts.map +1 -0
  26. package/dist/src/table/components/cells/render-cell/render-cell.js +38 -0
  27. package/dist/src/table/components/cells/render-cell/render-cell.js.map +1 -0
  28. package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts +16 -0
  29. package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts.map +1 -0
  30. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/use-cell-logic.js +11 -6
  31. package/dist/src/table/components/cells/render-cell/use-cell-logic.js.map +1 -0
  32. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/row-number-cell.d.ts +1 -0
  33. package/dist/src/table/components/cells/row-number-cell.d.ts.map +1 -0
  34. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/row-number-cell.js +3 -3
  35. package/dist/src/table/components/cells/row-number-cell.js.map +1 -0
  36. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/boolean-editor.d.ts +2 -2
  37. package/dist/src/table/components/default-cell-editors/boolean-editor.d.ts.map +1 -0
  38. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/boolean-editor.js +2 -2
  39. package/dist/src/table/components/default-cell-editors/boolean-editor.js.map +1 -0
  40. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/get-cell-editor-fn.d.ts +1 -1
  41. package/dist/src/table/components/default-cell-editors/get-cell-editor-fn.d.ts.map +1 -0
  42. package/dist/src/table/components/default-cell-editors/get-cell-editor-fn.js.map +1 -0
  43. package/dist/src/table/components/default-cell-editors/index.d.ts.map +1 -0
  44. package/dist/src/table/components/default-cell-editors/index.js.map +1 -0
  45. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/number-editor.d.ts +2 -2
  46. package/dist/src/table/components/default-cell-editors/number-editor.d.ts.map +1 -0
  47. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/number-editor.js +2 -2
  48. package/dist/src/table/components/default-cell-editors/number-editor.js.map +1 -0
  49. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/string-editor.d.ts +2 -2
  50. package/dist/src/table/components/default-cell-editors/string-editor.d.ts.map +1 -0
  51. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/string-editor.js +1 -1
  52. package/dist/src/table/components/default-cell-editors/string-editor.js.map +1 -0
  53. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/boolean-render.d.ts +1 -1
  54. package/dist/src/table/components/default-cell-renderers/boolean-render.d.ts.map +1 -0
  55. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/boolean-render.js +2 -2
  56. package/dist/src/table/components/default-cell-renderers/boolean-render.js.map +1 -0
  57. package/dist/src/table/components/default-cell-renderers/get-render-fn.d.ts +4 -0
  58. package/dist/src/table/components/default-cell-renderers/get-render-fn.d.ts.map +1 -0
  59. package/dist/src/table/components/default-cell-renderers/get-render-fn.js.map +1 -0
  60. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/number-render.d.ts +1 -1
  61. package/dist/src/table/components/default-cell-renderers/number-render.d.ts.map +1 -0
  62. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/number-render.js +1 -1
  63. package/dist/src/table/components/default-cell-renderers/number-render.js.map +1 -0
  64. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/text-render.d.ts +1 -1
  65. package/dist/src/table/components/default-cell-renderers/text-render.d.ts.map +1 -0
  66. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/text-render.js +1 -1
  67. package/dist/src/table/components/default-cell-renderers/text-render.js.map +1 -0
  68. package/dist/src/table/components/default-fns/default-cell-value-formatter.d.ts.map +1 -0
  69. package/dist/src/table/components/default-fns/default-cell-value-formatter.js.map +1 -0
  70. package/dist/src/table/components/default-fns/default-cell-value-getter.d.ts +4 -0
  71. package/dist/src/table/components/default-fns/default-cell-value-getter.d.ts.map +1 -0
  72. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-getter.js +1 -1
  73. package/dist/src/table/components/default-fns/default-cell-value-getter.js.map +1 -0
  74. package/dist/src/table/components/default-fns/default-column-config.d.ts +4 -0
  75. package/dist/src/table/components/default-fns/default-column-config.d.ts.map +1 -0
  76. package/dist/src/table/components/default-fns/default-column-config.js.map +1 -0
  77. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-header-renderers/default-header-renderer.d.ts +1 -1
  78. package/dist/src/table/components/default-header-renderers/default-header-renderer.d.ts.map +1 -0
  79. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-header-renderers/default-header-renderer.js +1 -1
  80. package/dist/src/table/components/default-header-renderers/default-header-renderer.js.map +1 -0
  81. package/dist/src/table/components/default-sort-columns/default-sort-fns.d.ts +3 -0
  82. package/dist/src/table/components/default-sort-columns/default-sort-fns.d.ts.map +1 -0
  83. package/dist/src/table/components/default-sort-columns/default-sort-fns.js.map +1 -0
  84. package/dist/src/table/components/header/header-cell.d.ts.map +1 -0
  85. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-cell.js +1 -1
  86. package/dist/src/table/components/header/header-cell.js.map +1 -0
  87. package/dist/src/table/components/header/header-number-td.d.ts.map +1 -0
  88. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-number-td.js +1 -1
  89. package/dist/src/table/components/header/header-number-td.js.map +1 -0
  90. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header.d.ts +1 -1
  91. package/dist/src/table/components/header.d.ts.map +1 -0
  92. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header.js +2 -2
  93. package/dist/src/table/components/header.js.map +1 -0
  94. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/render-row.d.ts +1 -1
  95. package/dist/src/table/components/rows/render-row.d.ts.map +1 -0
  96. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/render-row.js +24 -6
  97. package/dist/src/table/components/rows/render-row.js.map +1 -0
  98. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/row-actions.d.ts +1 -1
  99. package/dist/src/table/components/rows/row-actions.d.ts.map +1 -0
  100. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/row-actions.js +3 -3
  101. package/dist/src/table/components/rows/row-actions.js.map +1 -0
  102. package/dist/src/table/components/rows/table-row.d.ts.map +1 -0
  103. package/dist/src/table/components/rows/table-row.js +15 -0
  104. package/dist/src/table/components/rows/table-row.js.map +1 -0
  105. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/sort-indicator.d.ts +1 -1
  106. package/dist/src/table/components/sort-indicator.d.ts.map +1 -0
  107. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/sort-indicator.js +1 -1
  108. package/dist/src/table/components/sort-indicator.js.map +1 -0
  109. package/dist/src/table/components/table-focus-trap.d.ts.map +1 -0
  110. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-focus-trap.js +1 -0
  111. package/dist/src/table/components/table-focus-trap.js.map +1 -0
  112. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-provider.d.ts +1 -1
  113. package/dist/src/table/components/table-provider/table-provider.d.ts.map +1 -0
  114. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-provider.js +2 -1
  115. package/dist/src/table/components/table-provider/table-provider.js.map +1 -0
  116. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-reducer.d.ts +7 -1
  117. package/dist/src/table/components/table-provider/table-reducer.d.ts.map +1 -0
  118. package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-reducer.js +7 -4
  119. package/dist/src/table/components/table-provider/table-reducer.js.map +1 -0
  120. package/dist/src/table/examples/api-usage/api-usage.d.ts.map +1 -0
  121. package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/api-usage.js +5 -5
  122. package/dist/src/table/examples/api-usage/api-usage.js.map +1 -0
  123. package/dist/src/table/examples/api-usage/button.d.ts.map +1 -0
  124. package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/button.js +1 -1
  125. package/dist/src/table/examples/api-usage/button.js.map +1 -0
  126. package/dist/src/{ui/components/object-set-table → table}/examples/computed-columns/computed-columns.d.ts +2 -2
  127. package/dist/src/table/examples/computed-columns/computed-columns.d.ts.map +1 -0
  128. package/dist/src/{ui/components/object-set-table → table}/examples/computed-columns/computed-columns.js +3 -3
  129. package/dist/src/table/examples/computed-columns/computed-columns.js.map +1 -0
  130. package/dist/src/{ui/components/object-set-table → table}/examples/custom-rendering/custom-rendering.d.ts +2 -2
  131. package/dist/src/table/examples/custom-rendering/custom-rendering.d.ts.map +1 -0
  132. package/dist/src/{ui/components/object-set-table → table}/examples/custom-rendering/custom-rendering.js +5 -5
  133. package/dist/src/table/examples/custom-rendering/custom-rendering.js.map +1 -0
  134. package/dist/src/{ui/components/object-set-table → table}/examples/table-editing/table-editing.d.ts +2 -2
  135. package/dist/src/table/examples/table-editing/table-editing.d.ts.map +1 -0
  136. package/dist/src/{ui/components/object-set-table → table}/examples/table-editing/table-editing.js +11 -8
  137. package/dist/src/table/examples/table-editing/table-editing.js.map +1 -0
  138. package/dist/src/table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -0
  139. package/dist/src/{ui/components/object-set-table → table}/hooks/useGlobalTableKeyEvents.js +2 -2
  140. package/dist/src/table/hooks/useGlobalTableKeyEvents.js.map +1 -0
  141. package/dist/src/table/index.d.ts +3 -0
  142. package/dist/src/table/index.d.ts.map +1 -0
  143. package/dist/src/table/index.js +2 -0
  144. package/dist/src/table/index.js.map +1 -0
  145. package/dist/src/table/logic/public-table-api.d.ts.map +1 -0
  146. package/dist/src/table/logic/public-table-api.js.map +1 -0
  147. package/dist/src/table/logic/selection-manager.d.ts.map +1 -0
  148. package/dist/src/{ui/components/object-set-table → table}/logic/selection-manager.js +6 -2
  149. package/dist/src/table/logic/selection-manager.js.map +1 -0
  150. package/dist/src/{ui/components/object-set-table → table}/logic/table-api.d.ts +4 -2
  151. package/dist/src/table/logic/table-api.d.ts.map +1 -0
  152. package/dist/src/{ui/components/object-set-table → table}/logic/table-api.js +68 -10
  153. package/dist/src/table/logic/table-api.js.map +1 -0
  154. package/dist/src/{ui/components/object-set-table → table}/logic/types.d.ts +4 -2
  155. package/dist/src/table/logic/types.d.ts.map +1 -0
  156. package/dist/src/table/logic/types.js.map +1 -0
  157. package/dist/src/table/table/index.d.ts +6 -0
  158. package/dist/src/table/table/index.d.ts.map +1 -0
  159. package/dist/src/table/table/index.js +6 -0
  160. package/dist/src/table/table/index.js.map +1 -0
  161. package/dist/src/table/table/mock-data.d.ts.map +1 -0
  162. package/dist/src/table/table/mock-data.js.map +1 -0
  163. package/dist/src/table/table/object-set-table.d.ts.map +1 -0
  164. package/dist/src/{ui/components/object-set-table → table/table}/object-set-table.js +16 -12
  165. package/dist/src/table/table/object-set-table.js.map +1 -0
  166. package/dist/src/{ui/components/object-set-table → table/table}/types.d.ts +2 -2
  167. package/dist/src/table/table/types.d.ts.map +1 -0
  168. package/dist/src/table/table/types.js.map +1 -0
  169. package/dist/src/table/table/utils.d.ts.map +1 -0
  170. package/dist/src/{ui/components/object-set-table → table/table}/utils.js +2 -2
  171. package/dist/src/table/table/utils.js.map +1 -0
  172. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
  173. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +3 -2
  174. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
  175. package/dist/src/ui/components/data-entry/file-input/file-input.d.ts.map +1 -1
  176. package/dist/src/ui/components/data-entry/file-input/file-input.js +7 -15
  177. package/dist/src/ui/components/data-entry/file-input/file-input.js.map +1 -1
  178. package/dist/src/ui/components/data-entry/file-input/index.d.ts +1 -1
  179. package/dist/src/ui/components/data-entry/file-input/index.d.ts.map +1 -1
  180. package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts +3 -1
  181. package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts.map +1 -1
  182. package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js +9 -2
  183. package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js.map +1 -1
  184. package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts +7 -0
  185. package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts.map +1 -0
  186. package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js +8 -0
  187. package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js.map +1 -0
  188. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts +10 -0
  189. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts.map +1 -0
  190. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js +17 -0
  191. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js.map +1 -0
  192. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts +11 -0
  193. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts.map +1 -0
  194. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js +17 -0
  195. package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js.map +1 -0
  196. package/dist/src/ui/components/data-entry/file-input/types.d.ts +16 -0
  197. package/dist/src/ui/components/data-entry/file-input/types.d.ts.map +1 -1
  198. package/dist/src/ui/components/data-entry/file-input/types.js +6 -1
  199. package/dist/src/ui/components/data-entry/file-input/types.js.map +1 -1
  200. package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts +1 -0
  201. package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts.map +1 -1
  202. package/dist/src/ui/components/data-entry/file-input/useUploadFile.js +4 -1
  203. package/dist/src/ui/components/data-entry/file-input/useUploadFile.js.map +1 -1
  204. package/dist/src/ui/components/data-entry/file-input/utils.d.ts +3 -0
  205. package/dist/src/ui/components/data-entry/file-input/utils.d.ts.map +1 -1
  206. package/dist/src/ui/components/data-entry/file-input/utils.js +24 -0
  207. package/dist/src/ui/components/data-entry/file-input/utils.js.map +1 -1
  208. package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.d.ts.map +1 -1
  209. package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js +4 -3
  210. package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js.map +1 -1
  211. package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts +1 -1
  212. package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts.map +1 -1
  213. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts +4 -2
  214. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts.map +1 -1
  215. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js +133 -17
  216. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js.map +1 -1
  217. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
  218. package/dist/src/ui/components/data-entry/select/command-list-item.js +1 -1
  219. package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
  220. package/dist/src/ui/components/data-entry/text-input/text-input.js +1 -1
  221. package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -1
  222. package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -1
  223. package/dist/src/ui/components/data-entry/textarea/textarea.js +16 -6
  224. package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -1
  225. package/dist/src/ui/components/icon-components/BookOpenText.d.ts +7 -0
  226. package/dist/src/ui/components/icon-components/BookOpenText.d.ts.map +1 -0
  227. package/dist/src/ui/components/icon-components/BookOpenText.js +7 -0
  228. package/dist/src/ui/components/icon-components/BookOpenText.js.map +1 -0
  229. package/dist/src/ui/components/icon-components/BrokenImage.d.ts +7 -0
  230. package/dist/src/ui/components/icon-components/BrokenImage.d.ts.map +1 -0
  231. package/dist/src/ui/components/icon-components/BrokenImage.js +7 -0
  232. package/dist/src/ui/components/icon-components/BrokenImage.js.map +1 -0
  233. package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts +7 -0
  234. package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts.map +1 -0
  235. package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js +7 -0
  236. package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js.map +1 -0
  237. package/dist/src/ui/components/icon-components/Image.d.ts.map +1 -1
  238. package/dist/src/ui/components/icon-components/Image.js +2 -2
  239. package/dist/src/ui/components/icon-components/Image.js.map +1 -1
  240. package/dist/src/ui/components/icon-components/index.d.ts +1 -1
  241. package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
  242. package/dist/src/ui/components/icon-components/index.js +12 -0
  243. package/dist/src/ui/components/icon-components/index.js.map +1 -1
  244. package/dist/src/ui/components/index.d.ts +0 -1
  245. package/dist/src/ui/components/index.d.ts.map +1 -1
  246. package/dist/src/ui/components/index.js +0 -2
  247. package/dist/src/ui/components/index.js.map +1 -1
  248. package/dist/style.css +89 -0
  249. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  250. package/package.json +7 -1
  251. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +0 -1
  252. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +0 -1
  253. package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts.map +0 -1
  254. package/dist/src/ui/components/object-set-table/examples/api-usage/button.js.map +0 -1
  255. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +0 -1
  256. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +0 -1
  257. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +0 -1
  258. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +0 -1
  259. package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.d.ts.map +0 -1
  260. package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js.map +0 -1
  261. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +0 -1
  262. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +0 -1
  263. package/dist/src/ui/components/object-set-table/index.d.ts +0 -6
  264. package/dist/src/ui/components/object-set-table/index.d.ts.map +0 -1
  265. package/dist/src/ui/components/object-set-table/index.js +0 -6
  266. package/dist/src/ui/components/object-set-table/index.js.map +0 -1
  267. package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts.map +0 -1
  268. package/dist/src/ui/components/object-set-table/logic/public-table-api.js.map +0 -1
  269. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +0 -1
  270. package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +0 -1
  271. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +0 -1
  272. package/dist/src/ui/components/object-set-table/logic/table-api.js.map +0 -1
  273. package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +0 -1
  274. package/dist/src/ui/components/object-set-table/logic/types.js.map +0 -1
  275. package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +0 -1
  276. package/dist/src/ui/components/object-set-table/mock-data.js.map +0 -1
  277. package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +0 -1
  278. package/dist/src/ui/components/object-set-table/object-set-table.js.map +0 -1
  279. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +0 -1
  280. package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +0 -1
  281. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +0 -1
  282. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +0 -1
  283. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +0 -1
  284. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +0 -1
  285. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts +0 -3
  286. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +0 -1
  287. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +0 -7
  288. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +0 -1
  289. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/empty-cell.d.ts.map +0 -1
  290. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/empty-cell.js.map +0 -1
  291. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.d.ts.map +0 -1
  292. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js +0 -34
  293. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js.map +0 -1
  294. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.d.ts +0 -16
  295. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.d.ts.map +0 -1
  296. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.js.map +0 -1
  297. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +0 -1
  298. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +0 -1
  299. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.d.ts.map +0 -1
  300. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.js.map +0 -1
  301. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.d.ts.map +0 -1
  302. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.js.map +0 -1
  303. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.d.ts.map +0 -1
  304. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.js.map +0 -1
  305. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.d.ts.map +0 -1
  306. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.js.map +0 -1
  307. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.d.ts.map +0 -1
  308. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.js.map +0 -1
  309. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts.map +0 -1
  310. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js.map +0 -1
  311. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +0 -4
  312. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +0 -1
  313. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +0 -1
  314. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +0 -1
  315. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +0 -1
  316. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +0 -1
  317. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +0 -1
  318. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +0 -1
  319. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +0 -1
  320. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +0 -4
  321. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +0 -1
  322. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +0 -1
  323. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts +0 -4
  324. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts.map +0 -1
  325. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +0 -1
  326. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.d.ts.map +0 -1
  327. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js.map +0 -1
  328. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts +0 -3
  329. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts.map +0 -1
  330. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js.map +0 -1
  331. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +0 -1
  332. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +0 -1
  333. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +0 -1
  334. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +0 -1
  335. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +0 -1
  336. package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +0 -1
  337. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +0 -1
  338. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +0 -1
  339. package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts.map +0 -1
  340. package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.js.map +0 -1
  341. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +0 -1
  342. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +0 -14
  343. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +0 -1
  344. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts.map +0 -1
  345. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js.map +0 -1
  346. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +0 -1
  347. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +0 -1
  348. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +0 -1
  349. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +0 -1
  350. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +0 -1
  351. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +0 -1
  352. package/dist/src/ui/components/object-set-table/types.d.ts.map +0 -1
  353. package/dist/src/ui/components/object-set-table/types.js.map +0 -1
  354. package/dist/src/ui/components/object-set-table/utils.d.ts.map +0 -1
  355. package/dist/src/ui/components/object-set-table/utils.js.map +0 -1
  356. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/body.js +0 -0
  357. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/basic-cell.d.ts +0 -0
  358. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/empty-cell.js +0 -0
  359. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/get-cell-editor-fn.js +0 -0
  360. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/index.d.ts +0 -0
  361. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/index.js +0 -0
  362. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/get-render-fn.js +0 -0
  363. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-formatter.d.ts +0 -0
  364. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-formatter.js +0 -0
  365. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-column-config.js +0 -0
  366. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-sort-columns/default-sort-fns.js +0 -0
  367. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-cell.d.ts +0 -0
  368. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-number-td.d.ts +0 -0
  369. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/table-row.d.ts +0 -0
  370. /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-focus-trap.d.ts +0 -0
  371. /package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/api-usage.d.ts +0 -0
  372. /package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/button.d.ts +0 -0
  373. /package/dist/src/{ui/components/object-set-table → table}/hooks/useGlobalTableKeyEvents.d.ts +0 -0
  374. /package/dist/src/{ui/components/object-set-table → table}/logic/public-table-api.d.ts +0 -0
  375. /package/dist/src/{ui/components/object-set-table → table}/logic/public-table-api.js +0 -0
  376. /package/dist/src/{ui/components/object-set-table → table}/logic/selection-manager.d.ts +0 -0
  377. /package/dist/src/{ui/components/object-set-table → table}/logic/types.js +0 -0
  378. /package/dist/src/{ui/components/object-set-table → table/table}/mock-data.d.ts +0 -0
  379. /package/dist/src/{ui/components/object-set-table → table/table}/mock-data.js +0 -0
  380. /package/dist/src/{ui/components/object-set-table → table/table}/object-set-table.d.ts +0 -0
  381. /package/dist/src/{ui/components/object-set-table → table/table}/types.js +0 -0
  382. /package/dist/src/{ui/components/object-set-table → table/table}/utils.d.ts +0 -0
@@ -6,10 +6,12 @@ import ArrowUp from './ArrowUp.js';
6
6
  import BarChart from './BarChart.js';
7
7
  import BaseArrowLeft from './BaseArrowLeft.js';
8
8
  import BaseArrowRight from './BaseArrowRight.js';
9
+ import BookOpenText from './BookOpenText.js';
9
10
  import Braces from './Braces.js';
10
11
  import Branch from './Branch.js';
11
12
  import BrickGlobe from './BrickGlobe.js';
12
13
  import Briefcase from './Briefcase.js';
14
+ import BrokenImage from './BrokenImage.js';
13
15
  import Calendar from './Calendar.js';
14
16
  import CalendarTime from './CalendarTime.js';
15
17
  import Caret from './Caret.js';
@@ -32,6 +34,7 @@ import Collapse from './Collapse.js';
32
34
  import Compass from './Compass.js';
33
35
  import Connect from './Connect.js';
34
36
  import ConnectSmall from './ConnectSmall.js';
37
+ import ContentUnavailableIcon from './ContentUnavailableIcon.js';
35
38
  import Copy from './Copy.js';
36
39
  import Created from './Created.js';
37
40
  import CrossCircle from './CrossCircle.js';
@@ -66,6 +69,7 @@ import GlobeWww from './GlobeWww.js';
66
69
  import Hdd from './Hdd.js';
67
70
  import Hide from './Hide.js';
68
71
  import History from './History.js';
72
+ import Image from './Image.js';
69
73
  import InfoSquare from './InfoSquare.js';
70
74
  import Link from './Link.js';
71
75
  import Linkedin from './Linkedin.js';
@@ -126,10 +130,12 @@ export const iconNames = [
126
130
  'BarChart',
127
131
  'BaseArrowLeft',
128
132
  'BaseArrowRight',
133
+ 'BookOpenText',
129
134
  'Braces',
130
135
  'Branch',
131
136
  'BrickGlobe',
132
137
  'Briefcase',
138
+ 'BrokenImage',
133
139
  'Calendar',
134
140
  'CalendarTime',
135
141
  'Caret',
@@ -152,6 +158,7 @@ export const iconNames = [
152
158
  'Compass',
153
159
  'Connect',
154
160
  'ConnectSmall',
161
+ 'ContentUnavailableIcon',
155
162
  'Copy',
156
163
  'Created',
157
164
  'CrossCircle',
@@ -186,6 +193,7 @@ export const iconNames = [
186
193
  'Hdd',
187
194
  'Hide',
188
195
  'History',
196
+ 'Image',
189
197
  'InfoSquare',
190
198
  'Link',
191
199
  'Linkedin',
@@ -247,10 +255,12 @@ export const iconComponents = {
247
255
  BarChart,
248
256
  BaseArrowLeft,
249
257
  BaseArrowRight,
258
+ BookOpenText,
250
259
  Braces,
251
260
  Branch,
252
261
  BrickGlobe,
253
262
  Briefcase,
263
+ BrokenImage,
254
264
  Calendar,
255
265
  CalendarTime,
256
266
  Caret,
@@ -273,6 +283,7 @@ export const iconComponents = {
273
283
  Compass,
274
284
  Connect,
275
285
  ConnectSmall,
286
+ ContentUnavailableIcon,
276
287
  Copy,
277
288
  Created,
278
289
  CrossCircle,
@@ -307,6 +318,7 @@ export const iconComponents = {
307
318
  Hdd,
308
319
  Hide,
309
320
  History,
321
+ Image,
310
322
  InfoSquare,
311
323
  Link,
312
324
  Linkedin,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/icon-components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/icon-components/index.ts"],"names":[],"mappings":"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"}
@@ -24,5 +24,4 @@ export { Sidebar, SidebarProvider, useSidebar, type FlattenedNode, type NodeStat
24
24
  export { Button, buttonVariants } from './button/index.js';
25
25
  export { confirm, type ConfirmOptions } from './confirm/index.js';
26
26
  export { Icon, type IconProps, type IconName } from './icon/index.js';
27
- export * from './object-set-table/index.js';
28
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,GACd,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,EACV,KAAK,2BAA2B,EAChC,KAAK,eAAe,GACrB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAGjF,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAG5B,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,EACV,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,YAAY,GAClB,MAAM,oBAAoB,CAAA;AAG3B,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAGrE,cAAc,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,GACd,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,EACV,KAAK,2BAA2B,EAChC,KAAK,eAAe,GACrB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAGjF,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAG5B,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,EACV,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,YAAY,GAClB,MAAM,oBAAoB,CAAA;AAG3B,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAA"}
@@ -29,8 +29,6 @@ export { Sidebar, SidebarProvider, useSidebar, } from './sidebar/index.js';
29
29
  export { Button, buttonVariants } from './button/index.js';
30
30
  export { confirm } from './confirm/index.js';
31
31
  export { Icon } from './icon/index.js';
32
- // export object set table and types
33
- export * from './object-set-table/index.js';
34
32
  // TODO: export tooltip once it is ready to be used outside the package
35
33
  // DO NOT export tooltip until it is ready to be used outside the package
36
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,aAAa;AACb,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAA0C,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAA+B,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,GAGnB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAA4B,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAmB,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAwC,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAsB,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAoB,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAA6D,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,GAGX,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAyC,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAA2B,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AAEjF,WAAW;AACX,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAE5B,UAAU;AACV,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,GAMX,MAAM,oBAAoB,CAAA;AAE3B,eAAe;AACf,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAuB,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAiC,MAAM,iBAAiB,CAAA;AAErE,oCAAoC;AACpC,cAAc,6BAA6B,CAAA;AAE3C,uEAAuE;AACvE,yEAAyE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,aAAa;AACb,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAA0C,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAA+B,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,GAGnB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAA4B,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAmB,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAwC,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAsB,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAoB,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAA6D,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,GAGX,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAyC,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAA2B,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AAEjF,WAAW;AACX,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAE5B,UAAU;AACV,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,GAMX,MAAM,oBAAoB,CAAA;AAE3B,eAAe;AACf,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAuB,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAiC,MAAM,iBAAiB,CAAA;AAErE,uEAAuE;AACvE,yEAAyE"}
package/dist/style.css CHANGED
@@ -7,6 +7,7 @@
7
7
  --font-sans: "Inter", sans-serif;
8
8
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
9
  "Courier New", monospace;
10
+ --color-red-100: hsl(3 82% 96%);
10
11
  --color-red-300: hsl(6 82% 87%);
11
12
  --color-red-400: hsl(5 82% 83%);
12
13
  --color-red-500: hsl(5 80% 78%);
@@ -604,6 +605,9 @@
604
605
  .h-\[20px\] {
605
606
  height: 20px;
606
607
  }
608
+ .h-\[25px\] {
609
+ height: 25px;
610
+ }
607
611
  .h-\[28px\] {
608
612
  height: 28px;
609
613
  }
@@ -625,6 +629,9 @@
625
629
  .h-\[148px\] {
626
630
  height: 148px;
627
631
  }
632
+ .h-\[600px\] {
633
+ height: 600px;
634
+ }
628
635
  .h-full {
629
636
  height: 100%;
630
637
  }
@@ -646,6 +653,9 @@
646
653
  .max-h-screen {
647
654
  max-height: 100vh;
648
655
  }
656
+ .min-h-0 {
657
+ min-height: calc(var(--spacing) * 0);
658
+ }
649
659
  .min-h-9 {
650
660
  min-height: calc(var(--spacing) * 9);
651
661
  }
@@ -745,12 +755,21 @@
745
755
  .w-\[247px\] {
746
756
  width: 247px;
747
757
  }
758
+ .w-\[272px\] {
759
+ width: 272px;
760
+ }
748
761
  .w-\[275px\] {
749
762
  width: 275px;
750
763
  }
764
+ .w-\[375px\] {
765
+ width: 375px;
766
+ }
751
767
  .w-\[400px\] {
752
768
  width: 400px;
753
769
  }
770
+ .w-\[500px\] {
771
+ width: 500px;
772
+ }
754
773
  .w-\[700px\] {
755
774
  width: 700px;
756
775
  }
@@ -772,6 +791,12 @@
772
791
  .max-w-\[40px\] {
773
792
  max-width: 40px;
774
793
  }
794
+ .max-w-\[296px\] {
795
+ max-width: 296px;
796
+ }
797
+ .max-w-\[375px\] {
798
+ max-width: 375px;
799
+ }
775
800
  .max-w-\[calc\(100\%-2rem\)\] {
776
801
  max-width: calc(100% - 2rem);
777
802
  }
@@ -941,6 +966,9 @@
941
966
  .gap-6 {
942
967
  gap: calc(var(--spacing) * 6);
943
968
  }
969
+ .gap-8 {
970
+ gap: calc(var(--spacing) * 8);
971
+ }
944
972
  .gap-32 {
945
973
  gap: calc(var(--spacing) * 32);
946
974
  }
@@ -975,6 +1003,9 @@
975
1003
  text-overflow: ellipsis;
976
1004
  white-space: nowrap;
977
1005
  }
1006
+ .overflow-auto {
1007
+ overflow: auto;
1008
+ }
978
1009
  .overflow-hidden {
979
1010
  overflow: hidden;
980
1011
  }
@@ -996,6 +1027,9 @@
996
1027
  .rounded-\[6px\] {
997
1028
  border-radius: 6px;
998
1029
  }
1030
+ .rounded-\[100px\] {
1031
+ border-radius: 100px;
1032
+ }
999
1033
  .rounded-full {
1000
1034
  border-radius: calc(infinity * 1px);
1001
1035
  }
@@ -1135,6 +1169,9 @@
1135
1169
  .border-red-700 {
1136
1170
  border-color: var(--color-red-700);
1137
1171
  }
1172
+ .border-red-900 {
1173
+ border-color: var(--color-red-900);
1174
+ }
1138
1175
  .border-transparent {
1139
1176
  border-color: transparent;
1140
1177
  }
@@ -1231,6 +1268,9 @@
1231
1268
  .bg-primary {
1232
1269
  background-color: var(--color-primary);
1233
1270
  }
1271
+ .bg-red-100 {
1272
+ background-color: var(--color-red-100);
1273
+ }
1234
1274
  .bg-red-500 {
1235
1275
  background-color: var(--color-red-500);
1236
1276
  }
@@ -1483,6 +1523,10 @@
1483
1523
  --tw-leading: calc(var(--spacing) * 5);
1484
1524
  line-height: calc(var(--spacing) * 5);
1485
1525
  }
1526
+ .leading-6 {
1527
+ --tw-leading: calc(var(--spacing) * 6);
1528
+ line-height: calc(var(--spacing) * 6);
1529
+ }
1486
1530
  .leading-\[14px\] {
1487
1531
  --tw-leading: 14px;
1488
1532
  line-height: 14px;
@@ -1526,6 +1570,9 @@
1526
1570
  .whitespace-nowrap {
1527
1571
  white-space: nowrap;
1528
1572
  }
1573
+ .whitespace-pre-line {
1574
+ white-space: pre-line;
1575
+ }
1529
1576
  .\!text-foreground {
1530
1577
  color: var(--color-foreground) !important;
1531
1578
  }
@@ -2307,6 +2354,13 @@
2307
2354
  }
2308
2355
  }
2309
2356
  }
2357
+ .hover\:bg-red-100 {
2358
+ &:hover {
2359
+ @media (hover: hover) {
2360
+ background-color: var(--color-red-100);
2361
+ }
2362
+ }
2363
+ }
2310
2364
  .hover\:bg-secondary\/80 {
2311
2365
  &:hover {
2312
2366
  @media (hover: hover) {
@@ -5077,6 +5131,21 @@
5077
5131
  }
5078
5132
  }
5079
5133
  }
5134
+ .\[\&_\[data-type\=\"character-counter\"\]\]\:hidden {
5135
+ & [data-type="character-counter"] {
5136
+ display: none;
5137
+ }
5138
+ }
5139
+ .\[\&_\[data-type\=\"error\"\]\]\:hidden {
5140
+ & [data-type="error"] {
5141
+ display: none;
5142
+ }
5143
+ }
5144
+ .\[\&_\[data-type\=\"warning\"\]\]\:hidden {
5145
+ & [data-type="warning"] {
5146
+ display: none;
5147
+ }
5148
+ }
5080
5149
  .\[\&_button\]\:\!mr-0 {
5081
5150
  & button {
5082
5151
  margin-right: calc(var(--spacing) * 0) !important;
@@ -5198,6 +5267,11 @@
5198
5267
  }
5199
5268
  }
5200
5269
  }
5270
+ .\[\&_div\]\:justify-center {
5271
+ & div {
5272
+ justify-content: center;
5273
+ }
5274
+ }
5201
5275
  .\[\&_label\]\:text-blue-600 {
5202
5276
  & label {
5203
5277
  color: var(--color-blue-600);
@@ -5346,6 +5420,21 @@
5346
5420
  transition-duration: 300ms;
5347
5421
  }
5348
5422
  }
5423
+ .\[\&\:\:-moz-progress-bar\]\:bg-gray-500 {
5424
+ &::-moz-progress-bar {
5425
+ background-color: var(--color-gray-500);
5426
+ }
5427
+ }
5428
+ .\[\&\:\:-webkit-progress-bar\]\:bg-gray-300 {
5429
+ &::-webkit-progress-bar {
5430
+ background-color: var(--color-gray-300);
5431
+ }
5432
+ }
5433
+ .\[\&\:\:-webkit-progress-value\]\:bg-gray-500 {
5434
+ &::-webkit-progress-value {
5435
+ background-color: var(--color-gray-500);
5436
+ }
5437
+ }
5349
5438
  .\[\&\:\:-webkit-scrollbar\]\:\!hidden {
5350
5439
  &::-webkit-scrollbar {
5351
5440
  display: none !important;