@powerhousedao/design-system 5.0.0-staging.2 → 5.0.0-staging.21

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 (620) hide show
  1. package/README.md +22 -24
  2. package/dist/src/connect/components/account-popover/account-popover-login.d.ts +1 -1
  3. package/dist/src/connect/components/account-popover/account-popover-login.d.ts.map +1 -1
  4. package/dist/src/connect/components/account-popover/account-popover-login.js.map +1 -1
  5. package/dist/src/connect/components/animated-loader/animated-loader.d.ts +2 -2
  6. package/dist/src/connect/components/animated-loader/animated-loader.d.ts.map +1 -1
  7. package/dist/src/connect/components/animated-loader/animated-loader.js.map +1 -1
  8. package/dist/src/connect/components/breadcrumbs/breadcrumbs.d.ts +1 -1
  9. package/dist/src/connect/components/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  10. package/dist/src/connect/components/breadcrumbs/useBreadcrumbs.d.ts +1 -1
  11. package/dist/src/connect/components/breadcrumbs/useBreadcrumbs.d.ts.map +1 -1
  12. package/dist/src/connect/components/combobox/combobox.d.ts +1 -1
  13. package/dist/src/connect/components/combobox/combobox.d.ts.map +1 -1
  14. package/dist/src/connect/components/combobox/combobox.js +1 -1
  15. package/dist/src/connect/components/combobox/combobox.js.map +1 -1
  16. package/dist/src/connect/components/default-editor-loader/default-editor-loader.d.ts +1 -1
  17. package/dist/src/connect/components/default-editor-loader/default-editor-loader.d.ts.map +1 -1
  18. package/dist/src/connect/components/disclosure/disclosure.d.ts +1 -1
  19. package/dist/src/connect/components/disclosure/disclosure.d.ts.map +1 -1
  20. package/dist/src/connect/components/divider/divider.d.ts +1 -1
  21. package/dist/src/connect/components/divider/divider.d.ts.map +1 -1
  22. package/dist/src/connect/components/document-timeline/document-timeline.d.ts +1 -1
  23. package/dist/src/connect/components/document-timeline/document-timeline.d.ts.map +1 -1
  24. package/dist/src/connect/components/document-timeline/document-timeline.js +1 -1
  25. package/dist/src/connect/components/document-timeline/document-timeline.js.map +1 -1
  26. package/dist/src/connect/components/document-timeline/mock-utils.d.ts +1 -1
  27. package/dist/src/connect/components/document-timeline/mock-utils.d.ts.map +1 -1
  28. package/dist/src/connect/components/document-toolbar/document-toolbar.d.ts +1 -1
  29. package/dist/src/connect/components/document-toolbar/document-toolbar.d.ts.map +1 -1
  30. package/dist/src/connect/components/document-toolbar/document-toolbar.js +1 -1
  31. package/dist/src/connect/components/document-toolbar/document-toolbar.js.map +1 -1
  32. package/dist/src/connect/components/drop-zone/drop-zone.d.ts +18 -0
  33. package/dist/src/connect/components/drop-zone/drop-zone.d.ts.map +1 -0
  34. package/dist/src/connect/components/drop-zone/drop-zone.js +56 -0
  35. package/dist/src/connect/components/drop-zone/drop-zone.js.map +1 -0
  36. package/dist/src/connect/components/drop-zone/index.d.ts +3 -0
  37. package/dist/src/connect/components/drop-zone/index.d.ts.map +1 -0
  38. package/dist/src/connect/components/drop-zone/index.js +3 -0
  39. package/dist/src/connect/components/drop-zone/index.js.map +1 -0
  40. package/dist/src/connect/components/drop-zone/upload-file-list-container.d.ts +14 -0
  41. package/dist/src/connect/components/drop-zone/upload-file-list-container.d.ts.map +1 -0
  42. package/dist/src/connect/components/drop-zone/upload-file-list-container.js +14 -0
  43. package/dist/src/connect/components/drop-zone/upload-file-list-container.js.map +1 -0
  44. package/dist/src/connect/components/drop-zone/use-upload-tracker.d.ts +18 -0
  45. package/dist/src/connect/components/drop-zone/use-upload-tracker.d.ts.map +1 -0
  46. package/dist/src/connect/components/drop-zone/use-upload-tracker.js +264 -0
  47. package/dist/src/connect/components/drop-zone/use-upload-tracker.js.map +1 -0
  48. package/dist/src/connect/components/drop-zone/utils.d.ts +22 -0
  49. package/dist/src/connect/components/drop-zone/utils.d.ts.map +1 -0
  50. package/dist/src/connect/components/drop-zone/utils.js +67 -0
  51. package/dist/src/connect/components/drop-zone/utils.js.map +1 -0
  52. package/dist/src/connect/components/drop-zone/withDropZone.d.ts +4 -0
  53. package/dist/src/connect/components/drop-zone/withDropZone.d.ts.map +1 -0
  54. package/dist/src/connect/components/drop-zone/withDropZone.js +19 -0
  55. package/dist/src/connect/components/drop-zone/withDropZone.js.map +1 -0
  56. package/dist/src/connect/components/dropdown-menu/dropdown-menu.d.ts +1 -1
  57. package/dist/src/connect/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
  58. package/dist/src/connect/components/ens-avatar/ens-avatar.d.ts +1 -1
  59. package/dist/src/connect/components/ens-avatar/ens-avatar.d.ts.map +1 -1
  60. package/dist/src/connect/components/file-item/file-item.d.ts +2 -2
  61. package/dist/src/connect/components/file-item/file-item.d.ts.map +1 -1
  62. package/dist/src/connect/components/file-item/file-item.js.map +1 -1
  63. package/dist/src/connect/components/folder-item/folder-item.d.ts +2 -2
  64. package/dist/src/connect/components/folder-item/folder-item.d.ts.map +1 -1
  65. package/dist/src/connect/components/folder-item/folder-item.js.map +1 -1
  66. package/dist/src/connect/components/form/add-local-drive-form.d.ts +3 -3
  67. package/dist/src/connect/components/form/add-local-drive-form.d.ts.map +1 -1
  68. package/dist/src/connect/components/form/add-local-drive-form.js.map +1 -1
  69. package/dist/src/connect/components/form/add-remote-drive-form.d.ts +1 -1
  70. package/dist/src/connect/components/form/add-remote-drive-form.d.ts.map +1 -1
  71. package/dist/src/connect/components/form/drive-settings-form.d.ts +2 -2
  72. package/dist/src/connect/components/form/drive-settings-form.d.ts.map +1 -1
  73. package/dist/src/connect/components/form/drive-settings-form.js.map +1 -1
  74. package/dist/src/connect/components/form/inputs/app-form-input.d.ts +5 -4
  75. package/dist/src/connect/components/form/inputs/app-form-input.d.ts.map +1 -1
  76. package/dist/src/connect/components/form/inputs/app-form-input.js.map +1 -1
  77. package/dist/src/connect/components/form/inputs/available-offline-toggle.d.ts +1 -1
  78. package/dist/src/connect/components/form/inputs/available-offline-toggle.d.ts.map +1 -1
  79. package/dist/src/connect/components/form/inputs/available-offline-toggle.js +1 -1
  80. package/dist/src/connect/components/form/inputs/available-offline-toggle.js.map +1 -1
  81. package/dist/src/connect/components/form/inputs/delete-drive.d.ts +1 -1
  82. package/dist/src/connect/components/form/inputs/delete-drive.d.ts.map +1 -1
  83. package/dist/src/connect/components/form/inputs/drive-app.d.ts +2 -2
  84. package/dist/src/connect/components/form/inputs/drive-app.d.ts.map +1 -1
  85. package/dist/src/connect/components/form/inputs/drive-app.js.map +1 -1
  86. package/dist/src/connect/components/form/inputs/drive-name-input.d.ts +1 -1
  87. package/dist/src/connect/components/form/inputs/drive-name-input.d.ts.map +1 -1
  88. package/dist/src/connect/components/form/inputs/drive-name-input.js +1 -1
  89. package/dist/src/connect/components/form/inputs/drive-name-input.js.map +1 -1
  90. package/dist/src/connect/components/form/inputs/label.d.ts +1 -1
  91. package/dist/src/connect/components/form/inputs/label.d.ts.map +1 -1
  92. package/dist/src/connect/components/form/inputs/location-info.d.ts +2 -2
  93. package/dist/src/connect/components/form/inputs/location-info.d.ts.map +1 -1
  94. package/dist/src/connect/components/form/inputs/location-info.js.map +1 -1
  95. package/dist/src/connect/components/form/inputs/sharing-type-form-input.d.ts +3 -3
  96. package/dist/src/connect/components/form/inputs/sharing-type-form-input.d.ts.map +1 -1
  97. package/dist/src/connect/components/form/inputs/sharing-type-form-input.js.map +1 -1
  98. package/dist/src/connect/components/form-input/form-input.d.ts +1 -1
  99. package/dist/src/connect/components/form-input/form-input.d.ts.map +1 -1
  100. package/dist/src/connect/components/form-input/form-input.js +1 -1
  101. package/dist/src/connect/components/form-input/form-input.js.map +1 -1
  102. package/dist/src/connect/components/home-screen/home-screen-add-drive-item/home-screen-add-drive-item.d.ts +0 -1
  103. package/dist/src/connect/components/home-screen/home-screen-add-drive-item/home-screen-add-drive-item.d.ts.map +1 -1
  104. package/dist/src/connect/components/home-screen/home-screen-add-drive-item/home-screen-add-drive-item.js +3 -2
  105. package/dist/src/connect/components/home-screen/home-screen-add-drive-item/home-screen-add-drive-item.js.map +1 -1
  106. package/dist/src/connect/components/image-input/image-input.d.ts +2 -2
  107. package/dist/src/connect/components/image-input/image-input.d.ts.map +1 -1
  108. package/dist/src/connect/components/image-input/image-input.js +1 -1
  109. package/dist/src/connect/components/image-input/image-input.js.map +1 -1
  110. package/dist/src/connect/components/index.d.ts +3 -0
  111. package/dist/src/connect/components/index.d.ts.map +1 -1
  112. package/dist/src/connect/components/index.js +3 -0
  113. package/dist/src/connect/components/index.js.map +1 -1
  114. package/dist/src/connect/components/loading-screen/loading-screen.d.ts +1 -1
  115. package/dist/src/connect/components/loading-screen/loading-screen.d.ts.map +1 -1
  116. package/dist/src/connect/components/modal/add-drive-modal/add-drive-modal.d.ts +5 -4
  117. package/dist/src/connect/components/modal/add-drive-modal/add-drive-modal.d.ts.map +1 -1
  118. package/dist/src/connect/components/modal/add-drive-modal/add-drive-modal.js.map +1 -1
  119. package/dist/src/connect/components/modal/add-local-drive-modal.d.ts +5 -4
  120. package/dist/src/connect/components/modal/add-local-drive-modal.d.ts.map +1 -1
  121. package/dist/src/connect/components/modal/add-local-drive-modal.js.map +1 -1
  122. package/dist/src/connect/components/modal/add-remote-drive-modal.d.ts +5 -4
  123. package/dist/src/connect/components/modal/add-remote-drive-modal.d.ts.map +1 -1
  124. package/dist/src/connect/components/modal/add-remote-drive-modal.js +1 -1
  125. package/dist/src/connect/components/modal/add-remote-drive-modal.js.map +1 -1
  126. package/dist/src/connect/components/modal/confirmation-modal.d.ts +3 -2
  127. package/dist/src/connect/components/modal/confirmation-modal.d.ts.map +1 -1
  128. package/dist/src/connect/components/modal/confirmation-modal.js.map +1 -1
  129. package/dist/src/connect/components/modal/create-document-modal.d.ts +1 -1
  130. package/dist/src/connect/components/modal/create-document-modal.d.ts.map +1 -1
  131. package/dist/src/connect/components/modal/create-document-modal.js.map +1 -1
  132. package/dist/src/connect/components/modal/delete-drive-modal.d.ts +1 -1
  133. package/dist/src/connect/components/modal/delete-drive-modal.d.ts.map +1 -1
  134. package/dist/src/connect/components/modal/delete-drive-modal.js +1 -1
  135. package/dist/src/connect/components/modal/delete-drive-modal.js.map +1 -1
  136. package/dist/src/connect/components/modal/delete-item-modal.d.ts +1 -1
  137. package/dist/src/connect/components/modal/delete-item-modal.d.ts.map +1 -1
  138. package/dist/src/connect/components/modal/delete-item-modal.js +1 -1
  139. package/dist/src/connect/components/modal/delete-item-modal.js.map +1 -1
  140. package/dist/src/connect/components/modal/drive-settings-modal.d.ts +4 -3
  141. package/dist/src/connect/components/modal/drive-settings-modal.d.ts.map +1 -1
  142. package/dist/src/connect/components/modal/drive-settings-modal.js +1 -1
  143. package/dist/src/connect/components/modal/drive-settings-modal.js.map +1 -1
  144. package/dist/src/connect/components/modal/index.d.ts +1 -0
  145. package/dist/src/connect/components/modal/index.d.ts.map +1 -1
  146. package/dist/src/connect/components/modal/index.js +1 -0
  147. package/dist/src/connect/components/modal/index.js.map +1 -1
  148. package/dist/src/connect/components/modal/read-required-modal.d.ts +3 -2
  149. package/dist/src/connect/components/modal/read-required-modal.d.ts.map +1 -1
  150. package/dist/src/connect/components/modal/read-required-modal.js.map +1 -1
  151. package/dist/src/connect/components/modal/replace-duplicate-modal.d.ts +22 -0
  152. package/dist/src/connect/components/modal/replace-duplicate-modal.d.ts.map +1 -0
  153. package/dist/src/connect/components/modal/replace-duplicate-modal.js +18 -0
  154. package/dist/src/connect/components/modal/replace-duplicate-modal.js.map +1 -0
  155. package/dist/src/connect/components/modal/settings-modal/clear-storage-row.d.ts +1 -1
  156. package/dist/src/connect/components/modal/settings-modal/clear-storage-row.d.ts.map +1 -1
  157. package/dist/src/connect/components/modal/settings-modal/clear-storage-row.js.map +1 -1
  158. package/dist/src/connect/components/modal/settings-modal/document-select-row.d.ts +2 -2
  159. package/dist/src/connect/components/modal/settings-modal/document-select-row.d.ts.map +1 -1
  160. package/dist/src/connect/components/modal/settings-modal/document-select-row.js +1 -1
  161. package/dist/src/connect/components/modal/settings-modal/document-select-row.js.map +1 -1
  162. package/dist/src/connect/components/modal/settings-modal/row.d.ts +1 -1
  163. package/dist/src/connect/components/modal/settings-modal/row.d.ts.map +1 -1
  164. package/dist/src/connect/components/modal/settings-modal/settings-modal.d.ts +1 -1
  165. package/dist/src/connect/components/modal/settings-modal/settings-modal.d.ts.map +1 -1
  166. package/dist/src/connect/components/modal/settings-modal-v2/danger-zone.d.ts +1 -1
  167. package/dist/src/connect/components/modal/settings-modal-v2/danger-zone.d.ts.map +1 -1
  168. package/dist/src/connect/components/modal/settings-modal-v2/default-editor.d.ts +1 -1
  169. package/dist/src/connect/components/modal/settings-modal-v2/default-editor.d.ts.map +1 -1
  170. package/dist/src/connect/components/modal/settings-modal-v2/default-editor.js.map +1 -1
  171. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-input.d.ts.map +1 -1
  172. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-input.js.map +1 -1
  173. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-list.d.ts.map +1 -1
  174. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-list.js.map +1 -1
  175. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-select.d.ts +1 -1
  176. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-select.d.ts.map +1 -1
  177. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager-select.js.map +1 -1
  178. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager.d.ts +3 -3
  179. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager.d.ts.map +1 -1
  180. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager.js +3 -3
  181. package/dist/src/connect/components/modal/settings-modal-v2/package-manager/package-manager.js.map +1 -1
  182. package/dist/src/connect/components/modal/settings-modal-v2/settings-modal.d.ts +1 -1
  183. package/dist/src/connect/components/modal/settings-modal-v2/settings-modal.d.ts.map +1 -1
  184. package/dist/src/connect/components/modal/upgrade-drive-modal.d.ts +1 -1
  185. package/dist/src/connect/components/modal/upgrade-drive-modal.d.ts.map +1 -1
  186. package/dist/src/connect/components/revision-history/header/branch.js +1 -1
  187. package/dist/src/connect/components/revision-history/header/branch.js.map +1 -1
  188. package/dist/src/connect/components/revision-history/header/doc-id.js +1 -1
  189. package/dist/src/connect/components/revision-history/header/doc-id.js.map +1 -1
  190. package/dist/src/connect/components/revision-history/header/document-state.d.ts +6 -0
  191. package/dist/src/connect/components/revision-history/header/document-state.d.ts.map +1 -0
  192. package/dist/src/connect/components/revision-history/header/document-state.js +19 -0
  193. package/dist/src/connect/components/revision-history/header/document-state.js.map +1 -0
  194. package/dist/src/connect/components/revision-history/header/header.d.ts +3 -1
  195. package/dist/src/connect/components/revision-history/header/header.d.ts.map +1 -1
  196. package/dist/src/connect/components/revision-history/header/header.js +3 -2
  197. package/dist/src/connect/components/revision-history/header/header.js.map +1 -1
  198. package/dist/src/connect/components/revision-history/mocks.d.ts +2 -2
  199. package/dist/src/connect/components/revision-history/mocks.d.ts.map +1 -1
  200. package/dist/src/connect/components/revision-history/revision/revision.d.ts +1 -1
  201. package/dist/src/connect/components/revision-history/revision/revision.d.ts.map +1 -1
  202. package/dist/src/connect/components/revision-history/revision/signature.d.ts +1 -1
  203. package/dist/src/connect/components/revision-history/revision/signature.d.ts.map +1 -1
  204. package/dist/src/connect/components/revision-history/revision-history.d.ts +3 -1
  205. package/dist/src/connect/components/revision-history/revision-history.d.ts.map +1 -1
  206. package/dist/src/connect/components/revision-history/revision-history.js +2 -2
  207. package/dist/src/connect/components/revision-history/revision-history.js.map +1 -1
  208. package/dist/src/connect/components/revision-history/timeline/timeline.d.ts +1 -1
  209. package/dist/src/connect/components/revision-history/timeline/timeline.d.ts.map +1 -1
  210. package/dist/src/connect/components/revision-history/utils.d.ts +2 -2
  211. package/dist/src/connect/components/revision-history/utils.d.ts.map +1 -1
  212. package/dist/src/connect/components/revision-history/utils.js +4 -0
  213. package/dist/src/connect/components/revision-history/utils.js.map +1 -1
  214. package/dist/src/connect/components/search-bar/search-bar.d.ts +1 -1
  215. package/dist/src/connect/components/search-bar/search-bar.d.ts.map +1 -1
  216. package/dist/src/connect/components/search-bar/search-bar.js.map +1 -1
  217. package/dist/src/connect/components/select/select.d.ts +1 -1
  218. package/dist/src/connect/components/select/select.d.ts.map +1 -1
  219. package/dist/src/connect/components/select/select.js.map +1 -1
  220. package/dist/src/connect/components/sidebar/sidebar-footer.d.ts +1 -1
  221. package/dist/src/connect/components/sidebar/sidebar-footer.d.ts.map +1 -1
  222. package/dist/src/connect/components/sidebar/sidebar-footer.js.map +1 -1
  223. package/dist/src/connect/components/sidebar/sidebar-header.d.ts +1 -1
  224. package/dist/src/connect/components/sidebar/sidebar-header.d.ts.map +1 -1
  225. package/dist/src/connect/components/sidebar/sidebar-header.js.map +1 -1
  226. package/dist/src/connect/components/sidebar/sidebar.d.ts +3 -3
  227. package/dist/src/connect/components/sidebar/sidebar.d.ts.map +1 -1
  228. package/dist/src/connect/components/sidebar/sidebar.js +2 -2
  229. package/dist/src/connect/components/sidebar/sidebar.js.map +1 -1
  230. package/dist/src/connect/components/status-icon/sync-status-icon.d.ts +4 -3
  231. package/dist/src/connect/components/status-icon/sync-status-icon.d.ts.map +1 -1
  232. package/dist/src/connect/components/status-icon/sync-status-icon.js.map +1 -1
  233. package/dist/src/connect/components/tabs/tab-content.d.ts +1 -1
  234. package/dist/src/connect/components/tabs/tab-content.d.ts.map +1 -1
  235. package/dist/src/connect/components/toast/toast.d.ts +1 -1
  236. package/dist/src/connect/components/toast/toast.d.ts.map +1 -1
  237. package/dist/src/connect/components/toast/toast.js.map +1 -1
  238. package/dist/src/connect/components/toggle/toggle.d.ts +1 -1
  239. package/dist/src/connect/components/toggle/toggle.d.ts.map +1 -1
  240. package/dist/src/connect/components/toggle/toggle.js +1 -1
  241. package/dist/src/connect/components/toggle/toggle.js.map +1 -1
  242. package/dist/src/connect/components/tooltip/tooltip.d.ts +2 -2
  243. package/dist/src/connect/components/tooltip/tooltip.d.ts.map +1 -1
  244. package/dist/src/connect/components/tooltip/tooltip.js.map +1 -1
  245. package/dist/src/connect/components/upload-file-item/components/error-details.d.ts +8 -0
  246. package/dist/src/connect/components/upload-file-item/components/error-details.d.ts.map +1 -0
  247. package/dist/src/connect/components/upload-file-item/components/error-details.js +9 -0
  248. package/dist/src/connect/components/upload-file-item/components/error-details.js.map +1 -0
  249. package/dist/src/connect/components/upload-file-item/components/header.d.ts +11 -0
  250. package/dist/src/connect/components/upload-file-item/components/header.d.ts.map +1 -0
  251. package/dist/src/connect/components/upload-file-item/components/header.js +29 -0
  252. package/dist/src/connect/components/upload-file-item/components/header.js.map +1 -0
  253. package/dist/src/connect/components/upload-file-item/components/index.d.ts +5 -0
  254. package/dist/src/connect/components/upload-file-item/components/index.d.ts.map +1 -0
  255. package/dist/src/connect/components/upload-file-item/components/index.js +5 -0
  256. package/dist/src/connect/components/upload-file-item/components/index.js.map +1 -0
  257. package/dist/src/connect/components/upload-file-item/components/progress-bar.d.ts +8 -0
  258. package/dist/src/connect/components/upload-file-item/components/progress-bar.d.ts.map +1 -0
  259. package/dist/src/connect/components/upload-file-item/components/progress-bar.js +9 -0
  260. package/dist/src/connect/components/upload-file-item/components/progress-bar.js.map +1 -0
  261. package/dist/src/connect/components/upload-file-item/components/status-row.d.ts +10 -0
  262. package/dist/src/connect/components/upload-file-item/components/status-row.d.ts.map +1 -0
  263. package/dist/src/connect/components/upload-file-item/components/status-row.js +61 -0
  264. package/dist/src/connect/components/upload-file-item/components/status-row.js.map +1 -0
  265. package/dist/src/connect/components/upload-file-item/index.d.ts +2 -0
  266. package/dist/src/connect/components/upload-file-item/index.d.ts.map +1 -0
  267. package/dist/src/connect/components/upload-file-item/index.js +2 -0
  268. package/dist/src/connect/components/upload-file-item/index.js.map +1 -0
  269. package/dist/src/connect/components/upload-file-item/upload-file-item.d.ts +26 -0
  270. package/dist/src/connect/components/upload-file-item/upload-file-item.d.ts.map +1 -0
  271. package/dist/src/connect/components/upload-file-item/upload-file-item.js +12 -0
  272. package/dist/src/connect/components/upload-file-item/upload-file-item.js.map +1 -0
  273. package/dist/src/connect/components/upload-file-list/index.d.ts +3 -0
  274. package/dist/src/connect/components/upload-file-list/index.d.ts.map +1 -0
  275. package/dist/src/connect/components/upload-file-list/index.js +3 -0
  276. package/dist/src/connect/components/upload-file-list/index.js.map +1 -0
  277. package/dist/src/connect/components/upload-file-list/upload-file-list.d.ts +10 -0
  278. package/dist/src/connect/components/upload-file-list/upload-file-list.d.ts.map +1 -0
  279. package/dist/src/connect/components/upload-file-list/upload-file-list.js +13 -0
  280. package/dist/src/connect/components/upload-file-list/upload-file-list.js.map +1 -0
  281. package/dist/src/connect/components/upload-file-list/utils.d.ts +2 -0
  282. package/dist/src/connect/components/upload-file-list/utils.d.ts.map +1 -0
  283. package/dist/src/connect/components/upload-file-list/utils.js +6 -0
  284. package/dist/src/connect/components/upload-file-list/utils.js.map +1 -0
  285. package/dist/src/connect/constants/icons.d.ts +1 -1
  286. package/dist/src/connect/constants/icons.d.ts.map +1 -1
  287. package/dist/src/connect/constants/icons.js +1 -1
  288. package/dist/src/connect/constants/icons.js.map +1 -1
  289. package/dist/src/connect/constants/options.d.ts +1 -1
  290. package/dist/src/connect/constants/options.d.ts.map +1 -1
  291. package/dist/src/connect/context/WagmiContext.d.ts +3 -3
  292. package/dist/src/connect/context/WagmiContext.d.ts.map +1 -1
  293. package/dist/src/connect/context/WagmiContext.js +1 -1
  294. package/dist/src/connect/context/WagmiContext.js.map +1 -1
  295. package/dist/src/connect/hooks/drag-and-drop/use-drag.d.ts +2 -2
  296. package/dist/src/connect/hooks/drag-and-drop/use-drag.d.ts.map +1 -1
  297. package/dist/src/connect/hooks/drag-and-drop/use-drag.js.map +1 -1
  298. package/dist/src/connect/hooks/drag-and-drop/use-drop.d.ts +8 -7
  299. package/dist/src/connect/hooks/drag-and-drop/use-drop.d.ts.map +1 -1
  300. package/dist/src/connect/hooks/drag-and-drop/use-drop.js +53 -7
  301. package/dist/src/connect/hooks/drag-and-drop/use-drop.js.map +1 -1
  302. package/dist/src/connect/types/documents.d.ts +1 -1
  303. package/dist/src/connect/types/documents.d.ts.map +1 -1
  304. package/dist/src/connect/types/drives.d.ts +1 -1
  305. package/dist/src/connect/types/drives.d.ts.map +1 -1
  306. package/dist/src/connect/types/nodes.d.ts +1 -1
  307. package/dist/src/connect/types/nodes.d.ts.map +1 -1
  308. package/dist/src/connect/types/options.d.ts +3 -3
  309. package/dist/src/connect/types/options.d.ts.map +1 -1
  310. package/dist/src/connect/types/syncing.d.ts +1 -1
  311. package/dist/src/connect/types/syncing.d.ts.map +1 -1
  312. package/dist/src/connect/utils/get-document-icon-src.d.ts +1 -1
  313. package/dist/src/connect/utils/get-document-icon-src.d.ts.map +1 -1
  314. package/dist/src/connect/utils/get-document-icon-src.js.map +1 -1
  315. package/dist/src/connect/utils/get-folder-status.d.ts +1 -1
  316. package/dist/src/connect/utils/get-folder-status.d.ts.map +1 -1
  317. package/dist/src/powerhouse/components/button/button.d.ts +1 -1
  318. package/dist/src/powerhouse/components/button/button.d.ts.map +1 -1
  319. package/dist/src/powerhouse/components/button/button.js +1 -1
  320. package/dist/src/powerhouse/components/button/button.js.map +1 -1
  321. package/dist/src/powerhouse/components/dropdown-menu/dropdown-menu.d.ts +1 -1
  322. package/dist/src/powerhouse/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
  323. package/dist/src/powerhouse/components/dropdown-menu/dropdown-menu.js.map +1 -1
  324. package/dist/src/powerhouse/components/icon/icon.d.ts +3 -3
  325. package/dist/src/powerhouse/components/icon/icon.d.ts.map +1 -1
  326. package/dist/src/powerhouse/components/icon/icon.js.map +1 -1
  327. package/dist/src/powerhouse/components/icon-components/AnalyticsProcessorModule.d.ts +3 -0
  328. package/dist/src/powerhouse/components/icon-components/AnalyticsProcessorModule.d.ts.map +1 -0
  329. package/dist/src/powerhouse/components/icon-components/AnalyticsProcessorModule.js +5 -0
  330. package/dist/src/powerhouse/components/icon-components/AnalyticsProcessorModule.js.map +1 -0
  331. package/dist/src/powerhouse/components/icon-components/AppModule.d.ts +3 -0
  332. package/dist/src/powerhouse/components/icon-components/AppModule.d.ts.map +1 -0
  333. package/dist/src/powerhouse/components/icon-components/AppModule.js +5 -0
  334. package/dist/src/powerhouse/components/icon-components/AppModule.js.map +1 -0
  335. package/dist/src/powerhouse/components/icon-components/CodegenProcessorModule.d.ts +3 -0
  336. package/dist/src/powerhouse/components/icon-components/CodegenProcessorModule.d.ts.map +1 -0
  337. package/dist/src/powerhouse/components/icon-components/CodegenProcessorModule.js +5 -0
  338. package/dist/src/powerhouse/components/icon-components/CodegenProcessorModule.js.map +1 -0
  339. package/dist/src/powerhouse/components/icon-components/CurlyBrackets.d.ts +3 -0
  340. package/dist/src/powerhouse/components/icon-components/CurlyBrackets.d.ts.map +1 -0
  341. package/dist/src/powerhouse/components/icon-components/CurlyBrackets.js +5 -0
  342. package/dist/src/powerhouse/components/icon-components/CurlyBrackets.js.map +1 -0
  343. package/dist/src/powerhouse/components/icon-components/DocumentIcons.d.ts +3 -0
  344. package/dist/src/powerhouse/components/icon-components/DocumentIcons.d.ts.map +1 -0
  345. package/dist/src/powerhouse/components/icon-components/DocumentIcons.js +5 -0
  346. package/dist/src/powerhouse/components/icon-components/DocumentIcons.js.map +1 -0
  347. package/dist/src/powerhouse/components/icon-components/DocumentModel.d.ts +3 -0
  348. package/dist/src/powerhouse/components/icon-components/DocumentModel.d.ts.map +1 -0
  349. package/dist/src/powerhouse/components/icon-components/DocumentModel.js +5 -0
  350. package/dist/src/powerhouse/components/icon-components/DocumentModel.js.map +1 -0
  351. package/dist/src/powerhouse/components/icon-components/DocumentModelModule.d.ts +3 -0
  352. package/dist/src/powerhouse/components/icon-components/DocumentModelModule.d.ts.map +1 -0
  353. package/dist/src/powerhouse/components/icon-components/DocumentModelModule.js +5 -0
  354. package/dist/src/powerhouse/components/icon-components/DocumentModelModule.js.map +1 -0
  355. package/dist/src/powerhouse/components/icon-components/EditorModule.d.ts +3 -0
  356. package/dist/src/powerhouse/components/icon-components/EditorModule.d.ts.map +1 -0
  357. package/dist/src/powerhouse/components/icon-components/EditorModule.js +5 -0
  358. package/dist/src/powerhouse/components/icon-components/EditorModule.js.map +1 -0
  359. package/dist/src/powerhouse/components/icon-components/PackageModule.d.ts +3 -0
  360. package/dist/src/powerhouse/components/icon-components/PackageModule.d.ts.map +1 -0
  361. package/dist/src/powerhouse/components/icon-components/PackageModule.js +5 -0
  362. package/dist/src/powerhouse/components/icon-components/PackageModule.js.map +1 -0
  363. package/dist/src/powerhouse/components/icon-components/PowerhouseDocumentModule.d.ts +3 -0
  364. package/dist/src/powerhouse/components/icon-components/PowerhouseDocumentModule.d.ts.map +1 -0
  365. package/dist/src/powerhouse/components/icon-components/PowerhouseDocumentModule.js +5 -0
  366. package/dist/src/powerhouse/components/icon-components/PowerhouseDocumentModule.js.map +1 -0
  367. package/dist/src/powerhouse/components/icon-components/RelationalProcessorModule.d.ts +3 -0
  368. package/dist/src/powerhouse/components/icon-components/RelationalProcessorModule.d.ts.map +1 -0
  369. package/dist/src/powerhouse/components/icon-components/RelationalProcessorModule.js +5 -0
  370. package/dist/src/powerhouse/components/icon-components/RelationalProcessorModule.js.map +1 -0
  371. package/dist/src/powerhouse/components/icon-components/SubgraphModule.d.ts +3 -0
  372. package/dist/src/powerhouse/components/icon-components/SubgraphModule.d.ts.map +1 -0
  373. package/dist/src/powerhouse/components/icon-components/SubgraphModule.js +5 -0
  374. package/dist/src/powerhouse/components/icon-components/SubgraphModule.js.map +1 -0
  375. package/dist/src/powerhouse/components/icon-components/index.d.ts +1 -1
  376. package/dist/src/powerhouse/components/icon-components/index.d.ts.map +1 -1
  377. package/dist/src/powerhouse/components/icon-components/index.js +36 -0
  378. package/dist/src/powerhouse/components/icon-components/index.js.map +1 -1
  379. package/dist/src/powerhouse/components/legacy/documentEditor.d.ts +1 -1
  380. package/dist/src/powerhouse/components/legacy/documentEditor.d.ts.map +1 -1
  381. package/dist/src/powerhouse/components/legacy/editorToolbar.d.ts +1 -1
  382. package/dist/src/powerhouse/components/legacy/editorToolbar.d.ts.map +1 -1
  383. package/dist/src/powerhouse/components/legacy/editorWorksheet.d.ts +1 -1
  384. package/dist/src/powerhouse/components/legacy/editorWorksheet.d.ts.map +1 -1
  385. package/dist/src/powerhouse/components/legacy/styles.d.ts +1 -1
  386. package/dist/src/powerhouse/components/legacy/styles.d.ts.map +1 -1
  387. package/dist/src/powerhouse/components/legacy/stylesVariant.d.ts +1 -1
  388. package/dist/src/powerhouse/components/legacy/stylesVariant.d.ts.map +1 -1
  389. package/dist/src/powerhouse/components/legacy/textInput.d.ts +1 -1
  390. package/dist/src/powerhouse/components/legacy/textInput.d.ts.map +1 -1
  391. package/dist/src/powerhouse/components/legacy/textInput.js.map +1 -1
  392. package/dist/src/powerhouse/components/legacy/textInputVariant.d.ts +1 -1
  393. package/dist/src/powerhouse/components/legacy/textInputVariant.d.ts.map +1 -1
  394. package/dist/src/powerhouse/components/legacy/textInputVariant.js +1 -1
  395. package/dist/src/powerhouse/components/legacy/textInputVariant.js.map +1 -1
  396. package/dist/src/powerhouse/components/legacy/toolbarButton.d.ts +1 -1
  397. package/dist/src/powerhouse/components/legacy/toolbarButton.d.ts.map +1 -1
  398. package/dist/src/powerhouse/components/modal/modal.d.ts +1 -1
  399. package/dist/src/powerhouse/components/modal/modal.d.ts.map +1 -1
  400. package/dist/src/powerhouse/components/pagination/pagination-button.d.ts +1 -1
  401. package/dist/src/powerhouse/components/pagination/pagination-button.d.ts.map +1 -1
  402. package/dist/src/powerhouse/components/pagination/pagination-button.js.map +1 -1
  403. package/dist/src/powerhouse/components/pagination/pagination.d.ts +1 -1
  404. package/dist/src/powerhouse/components/pagination/pagination.d.ts.map +1 -1
  405. package/dist/src/powerhouse/components/pagination/pagination.js.map +1 -1
  406. package/dist/src/powerhouse/hooks/animation.d.ts +1 -1
  407. package/dist/src/powerhouse/hooks/animation.d.ts.map +1 -1
  408. package/dist/src/powerhouse/hooks/animation.js +1 -1
  409. package/dist/src/powerhouse/hooks/animation.js.map +1 -1
  410. package/dist/src/powerhouse/types/helpers.d.ts +1 -1
  411. package/dist/src/powerhouse/types/helpers.d.ts.map +1 -1
  412. package/dist/src/powerhouse/types/images.d.ts +1 -1
  413. package/dist/src/powerhouse/types/images.d.ts.map +1 -1
  414. package/dist/src/powerhouse/utils/getDimensions.d.ts +1 -1
  415. package/dist/src/powerhouse/utils/getDimensions.d.ts.map +1 -1
  416. package/dist/src/powerhouse/utils/index.d.ts +1 -1
  417. package/dist/src/powerhouse/utils/index.d.ts.map +1 -1
  418. package/dist/src/powerhouse/utils/index.js.map +1 -1
  419. package/dist/src/rwa/components/button/button.d.ts +1 -1
  420. package/dist/src/rwa/components/button/button.d.ts.map +1 -1
  421. package/dist/src/rwa/components/button/button.js.map +1 -1
  422. package/dist/src/rwa/components/inputs/entry-time-label.d.ts +2 -2
  423. package/dist/src/rwa/components/inputs/entry-time-label.d.ts.map +1 -1
  424. package/dist/src/rwa/components/inputs/entry-time-label.js.map +1 -1
  425. package/dist/src/rwa/components/inputs/form-inputs.d.ts +1 -1
  426. package/dist/src/rwa/components/inputs/form-inputs.d.ts.map +1 -1
  427. package/dist/src/rwa/components/inputs/form-row.d.ts +1 -1
  428. package/dist/src/rwa/components/inputs/form-row.d.ts.map +1 -1
  429. package/dist/src/rwa/components/inputs/form-row.js.map +1 -1
  430. package/dist/src/rwa/components/inputs/number-input.d.ts +2 -2
  431. package/dist/src/rwa/components/inputs/number-input.d.ts.map +1 -1
  432. package/dist/src/rwa/components/inputs/number-input.js +1 -1
  433. package/dist/src/rwa/components/inputs/number-input.js.map +1 -1
  434. package/dist/src/rwa/components/inputs/select.d.ts +2 -2
  435. package/dist/src/rwa/components/inputs/select.d.ts.map +1 -1
  436. package/dist/src/rwa/components/inputs/select.js +1 -1
  437. package/dist/src/rwa/components/inputs/select.js.map +1 -1
  438. package/dist/src/rwa/components/inputs/text-input.d.ts +1 -1
  439. package/dist/src/rwa/components/inputs/text-input.d.ts.map +1 -1
  440. package/dist/src/rwa/components/inputs/text-input.js +1 -1
  441. package/dist/src/rwa/components/inputs/text-input.js.map +1 -1
  442. package/dist/src/rwa/components/modal/create-item-modal.d.ts +2 -2
  443. package/dist/src/rwa/components/modal/create-item-modal.d.ts.map +1 -1
  444. package/dist/src/rwa/components/modal/create-item-modal.js +1 -1
  445. package/dist/src/rwa/components/modal/create-item-modal.js.map +1 -1
  446. package/dist/src/rwa/components/modal/delete-item-modal.d.ts +2 -2
  447. package/dist/src/rwa/components/modal/delete-item-modal.d.ts.map +1 -1
  448. package/dist/src/rwa/components/modal/delete-item-modal.js.map +1 -1
  449. package/dist/src/rwa/components/modal/modal-form-inputs.d.ts +1 -1
  450. package/dist/src/rwa/components/modal/modal-form-inputs.d.ts.map +1 -1
  451. package/dist/src/rwa/components/modal/modal-manager.d.ts +1 -1
  452. package/dist/src/rwa/components/modal/modal-manager.d.ts.map +1 -1
  453. package/dist/src/rwa/components/modal/modal-manager.js.map +1 -1
  454. package/dist/src/rwa/components/table/accounts/accounts-table.d.ts.map +1 -1
  455. package/dist/src/rwa/components/table/accounts/accounts-table.js.map +1 -1
  456. package/dist/src/rwa/components/table/assets/assets-table.js.map +1 -1
  457. package/dist/src/rwa/components/table/base/formatted-number.d.ts +1 -1
  458. package/dist/src/rwa/components/table/base/formatted-number.d.ts.map +1 -1
  459. package/dist/src/rwa/components/table/base/header-label.d.ts +1 -1
  460. package/dist/src/rwa/components/table/base/header-label.d.ts.map +1 -1
  461. package/dist/src/rwa/components/table/base/item-details.d.ts +1 -1
  462. package/dist/src/rwa/components/table/base/item-details.d.ts.map +1 -1
  463. package/dist/src/rwa/components/table/base/item-details.js.map +1 -1
  464. package/dist/src/rwa/components/table/base/table-base.d.ts +1 -1
  465. package/dist/src/rwa/components/table/base/table-base.d.ts.map +1 -1
  466. package/dist/src/rwa/components/table/base/table-cell.d.ts +2 -2
  467. package/dist/src/rwa/components/table/base/table-cell.d.ts.map +1 -1
  468. package/dist/src/rwa/components/table/base/table-cell.js.map +1 -1
  469. package/dist/src/rwa/components/table/base/table-row.d.ts +1 -1
  470. package/dist/src/rwa/components/table/base/table-row.d.ts.map +1 -1
  471. package/dist/src/rwa/components/table/base/table-row.js.map +1 -1
  472. package/dist/src/rwa/components/table/base/table-with-form.d.ts +1 -1
  473. package/dist/src/rwa/components/table/base/table-with-form.d.ts.map +1 -1
  474. package/dist/src/rwa/components/table/base/table-with-form.js +1 -1
  475. package/dist/src/rwa/components/table/base/table-with-form.js.map +1 -1
  476. package/dist/src/rwa/components/table/base/table.d.ts +1 -1
  477. package/dist/src/rwa/components/table/base/table.d.ts.map +1 -1
  478. package/dist/src/rwa/components/table/base/table.js.map +1 -1
  479. package/dist/src/rwa/components/table/transactions/cash-balance-change.d.ts +2 -2
  480. package/dist/src/rwa/components/table/transactions/cash-balance-change.d.ts.map +1 -1
  481. package/dist/src/rwa/components/table/transactions/cash-balance-change.js +1 -1
  482. package/dist/src/rwa/components/table/transactions/cash-balance-change.js.map +1 -1
  483. package/dist/src/rwa/components/table/transactions/fee-transactions-table.d.ts +2 -2
  484. package/dist/src/rwa/components/table/transactions/fee-transactions-table.d.ts.map +1 -1
  485. package/dist/src/rwa/components/table/transactions/fee-transactions-table.js +2 -2
  486. package/dist/src/rwa/components/table/transactions/fee-transactions-table.js.map +1 -1
  487. package/dist/src/rwa/components/table/transactions/transaction-reference.d.ts +2 -2
  488. package/dist/src/rwa/components/table/transactions/transaction-reference.d.ts.map +1 -1
  489. package/dist/src/rwa/components/table/transactions/transaction-reference.js +1 -1
  490. package/dist/src/rwa/components/table/transactions/transaction-reference.js.map +1 -1
  491. package/dist/src/rwa/components/table/transactions/unit-price.d.ts +2 -2
  492. package/dist/src/rwa/components/table/transactions/unit-price.d.ts.map +1 -1
  493. package/dist/src/rwa/components/table/transactions/unit-price.js +1 -1
  494. package/dist/src/rwa/components/table/transactions/unit-price.js.map +1 -1
  495. package/dist/src/rwa/components/tabs/rwa-tab-content.d.ts +1 -1
  496. package/dist/src/rwa/components/tabs/rwa-tab-content.d.ts.map +1 -1
  497. package/dist/src/rwa/constants/columns.d.ts +1 -1
  498. package/dist/src/rwa/constants/columns.d.ts.map +1 -1
  499. package/dist/src/rwa/constants/dependent-items.d.ts +1 -1
  500. package/dist/src/rwa/constants/dependent-items.d.ts.map +1 -1
  501. package/dist/src/rwa/constants/dependent-items.js +1 -1
  502. package/dist/src/rwa/constants/dependent-items.js.map +1 -1
  503. package/dist/src/rwa/constants/names.d.ts +1 -1
  504. package/dist/src/rwa/constants/names.d.ts.map +1 -1
  505. package/dist/src/rwa/constants/table.d.ts +1 -1
  506. package/dist/src/rwa/constants/table.d.ts.map +1 -1
  507. package/dist/src/rwa/context/editor-context.d.ts +2 -2
  508. package/dist/src/rwa/context/editor-context.d.ts.map +1 -1
  509. package/dist/src/rwa/context/editor-context.js.map +1 -1
  510. package/dist/src/rwa/hooks/useColumnPriority.d.ts +1 -1
  511. package/dist/src/rwa/hooks/useColumnPriority.d.ts.map +1 -1
  512. package/dist/src/rwa/hooks/useDefaultFormValues.d.ts +1 -1
  513. package/dist/src/rwa/hooks/useDefaultFormValues.d.ts.map +1 -1
  514. package/dist/src/rwa/hooks/useFormInputs.d.ts +3 -3
  515. package/dist/src/rwa/hooks/useFormInputs.d.ts.map +1 -1
  516. package/dist/src/rwa/hooks/useFormInputs.js.map +1 -1
  517. package/dist/src/rwa/hooks/useSortTableItems.d.ts +2 -2
  518. package/dist/src/rwa/hooks/useSortTableItems.d.ts.map +1 -1
  519. package/dist/src/rwa/hooks/useSortTableItems.js.map +1 -1
  520. package/dist/src/rwa/hooks/useSubmit.d.ts +1 -1
  521. package/dist/src/rwa/hooks/useSubmit.d.ts.map +1 -1
  522. package/dist/src/rwa/hooks/useSubmit.js +2 -2
  523. package/dist/src/rwa/hooks/useSubmit.js.map +1 -1
  524. package/dist/src/rwa/hooks/useTableData.d.ts +1 -1
  525. package/dist/src/rwa/hooks/useTableData.d.ts.map +1 -1
  526. package/dist/src/rwa/hooks/useTableData.js +1 -1
  527. package/dist/src/rwa/hooks/useTableData.js.map +1 -1
  528. package/dist/src/rwa/hooks/useTableForm.d.ts +1 -1
  529. package/dist/src/rwa/hooks/useTableForm.d.ts.map +1 -1
  530. package/dist/src/rwa/hooks/useTableForm.js.map +1 -1
  531. package/dist/src/rwa/hooks/useTableHeight.d.ts +1 -1
  532. package/dist/src/rwa/hooks/useTableHeight.d.ts.map +1 -1
  533. package/dist/src/rwa/hooks/useTableHeight.js +1 -1
  534. package/dist/src/rwa/hooks/useTableHeight.js.map +1 -1
  535. package/dist/src/rwa/mocks/assets.d.ts +1 -1
  536. package/dist/src/rwa/mocks/assets.d.ts.map +1 -1
  537. package/dist/src/rwa/mocks/assets.js.map +1 -1
  538. package/dist/src/rwa/mocks/state.d.ts +1 -1
  539. package/dist/src/rwa/mocks/state.d.ts.map +1 -1
  540. package/dist/src/rwa/mocks/transactions.d.ts +1 -1
  541. package/dist/src/rwa/mocks/transactions.d.ts.map +1 -1
  542. package/dist/src/rwa/mocks/transactions.js.map +1 -1
  543. package/dist/src/rwa/types/actions.d.ts +1 -1
  544. package/dist/src/rwa/types/actions.d.ts.map +1 -1
  545. package/dist/src/rwa/types/form.d.ts +1 -1
  546. package/dist/src/rwa/types/form.d.ts.map +1 -1
  547. package/dist/src/rwa/types/state.d.ts +2 -2
  548. package/dist/src/rwa/types/state.d.ts.map +1 -1
  549. package/dist/src/rwa/types/table.d.ts +3 -3
  550. package/dist/src/rwa/types/table.d.ts.map +1 -1
  551. package/dist/src/rwa/utils/calculations.d.ts +1 -1
  552. package/dist/src/rwa/utils/calculations.d.ts.map +1 -1
  553. package/dist/src/rwa/utils/calculations.js +1 -1
  554. package/dist/src/rwa/utils/calculations.js.map +1 -1
  555. package/dist/src/rwa/utils/form.d.ts +1 -1
  556. package/dist/src/rwa/utils/form.d.ts.map +1 -1
  557. package/dist/src/rwa/utils/table.d.ts +2 -2
  558. package/dist/src/rwa/utils/table.d.ts.map +1 -1
  559. package/dist/src/rwa/utils/table.js.map +1 -1
  560. package/dist/src/rwa/utils/validators.d.ts +1 -1
  561. package/dist/src/rwa/utils/validators.d.ts.map +1 -1
  562. package/dist/src/rwa/utils/validators.js +1 -1
  563. package/dist/src/rwa/utils/validators.js.map +1 -1
  564. package/dist/src/ui/components/button/button.d.ts +1 -1
  565. package/dist/src/ui/components/button/button.d.ts.map +1 -1
  566. package/dist/src/ui/components/button/button.js.map +1 -1
  567. package/dist/src/ui/components/checkbox/checkbox.d.ts +1 -1
  568. package/dist/src/ui/components/checkbox/checkbox.d.ts.map +1 -1
  569. package/dist/src/ui/components/checkbox/checkbox.js.map +1 -1
  570. package/dist/src/ui/components/enum-field/enum-field.d.ts +2 -2
  571. package/dist/src/ui/components/enum-field/enum-field.d.ts.map +1 -1
  572. package/dist/src/ui/components/enum-field/enum-field.js +2 -2
  573. package/dist/src/ui/components/enum-field/enum-field.js.map +1 -1
  574. package/dist/src/ui/components/form/form.d.ts +1 -1
  575. package/dist/src/ui/components/form/form.d.ts.map +1 -1
  576. package/dist/src/ui/components/form/form.js +2 -2
  577. package/dist/src/ui/components/form/form.js.map +1 -1
  578. package/dist/src/ui/components/form-message/message-list.d.ts +1 -1
  579. package/dist/src/ui/components/form-message/message-list.d.ts.map +1 -1
  580. package/dist/src/ui/components/form-message/message-list.js.map +1 -1
  581. package/dist/src/ui/components/id-autocomplete/id-autocomplete-input-container.d.ts.map +1 -1
  582. package/dist/src/ui/components/id-autocomplete/id-autocomplete-input-container.js.map +1 -1
  583. package/dist/src/ui/components/id-autocomplete/id-autocomplete-list-option.d.ts +1 -1
  584. package/dist/src/ui/components/id-autocomplete/id-autocomplete-list-option.d.ts.map +1 -1
  585. package/dist/src/ui/components/id-autocomplete/id-autocomplete-list-option.js.map +1 -1
  586. package/dist/src/ui/components/id-autocomplete/id-autocomplete.d.ts.map +1 -1
  587. package/dist/src/ui/components/id-autocomplete/id-autocomplete.js.map +1 -1
  588. package/dist/src/ui/components/radio-group-field/radio-group-field.d.ts +1 -1
  589. package/dist/src/ui/components/radio-group-field/radio-group-field.d.ts.map +1 -1
  590. package/dist/src/ui/components/select-field/content.d.ts +1 -1
  591. package/dist/src/ui/components/select-field/content.d.ts.map +1 -1
  592. package/dist/src/ui/components/select-field/select-field.d.ts +1 -1
  593. package/dist/src/ui/components/select-field/select-field.d.ts.map +1 -1
  594. package/dist/src/ui/components/select-field/selected-content.d.ts +1 -1
  595. package/dist/src/ui/components/select-field/selected-content.d.ts.map +1 -1
  596. package/dist/src/ui/components/select-field/selected-content.js.map +1 -1
  597. package/dist/src/ui/components/select-field/subcomponents/CommandItemList.d.ts +1 -1
  598. package/dist/src/ui/components/select-field/subcomponents/CommandItemList.d.ts.map +1 -1
  599. package/dist/src/ui/components/select-field/subcomponents/CommandItemList.js.map +1 -1
  600. package/dist/src/ui/components/text-field/text-field.d.ts +1 -1
  601. package/dist/src/ui/components/text-field/text-field.d.ts.map +1 -1
  602. package/dist/src/ui/components/text-field/text-field.js.map +1 -1
  603. package/dist/src/ui/components/text-input/text-input.d.ts.map +1 -1
  604. package/dist/src/ui/components/text-input/text-input.js.map +1 -1
  605. package/dist/src/ui/components/tooltip/tooltip.d.ts +2 -1
  606. package/dist/src/ui/components/tooltip/tooltip.d.ts.map +1 -1
  607. package/dist/src/ui/components/tooltip/tooltip.js.map +1 -1
  608. package/dist/src/ui/lib/cn.d.ts +1 -1
  609. package/dist/src/ui/lib/cn.d.ts.map +1 -1
  610. package/dist/src/ui/lib/cn.js.map +1 -1
  611. package/dist/src/ui/lib/decorators.d.ts +2 -2
  612. package/dist/src/ui/lib/decorators.d.ts.map +1 -1
  613. package/dist/src/ui/lib/shared-value-transformers.d.ts +1 -1
  614. package/dist/src/ui/lib/shared-value-transformers.d.ts.map +1 -1
  615. package/dist/src/ui/lib/testing.d.ts +1 -1
  616. package/dist/src/ui/lib/testing.d.ts.map +1 -1
  617. package/dist/src/ui/lib/testing.js.map +1 -1
  618. package/dist/style.css +219 -0
  619. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  620. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- import { type DropdownMenuContentProps, type DropdownMenuProps } from "@radix-ui/react-dropdown-menu";
1
+ import type { DropdownMenuContentProps, DropdownMenuProps } from "@radix-ui/react-dropdown-menu";
2
2
  export declare const DropdownMenu: React.FC<DropdownMenuProps>;
3
3
  export declare const DropdownMenuTrigger: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
4
4
  export declare const DropdownMenuContent: import("react").ForwardRefExoticComponent<DropdownMenuContentProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/dropdown-menu/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EAMvB,MAAM,+BAA+B,CAAC;AAGvC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAQ,CAAC;AAC9D,eAAO,MAAM,mBAAmB,gKAAU,CAAC;AAE3C,eAAO,MAAM,mBAAmB,qHAW9B,CAAC;AAEH,eAAO,MAAM,iBAAiB,2JAAQ,CAAC;AACvC,eAAO,MAAM,gBAAgB,0JAAO,CAAC"}
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/dropdown-menu/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,+BAA+B,CAAC;AAYvC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAQ,CAAC;AAC9D,eAAO,MAAM,mBAAmB,gKAAU,CAAC;AAE3C,eAAO,MAAM,mBAAmB,qHAW9B,CAAC;AAEH,eAAO,MAAM,iBAAiB,2JAAQ,CAAC;AACvC,eAAO,MAAM,gBAAgB,0JAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-menu.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/dropdown-menu/dropdown-menu.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,OAAO,EAGP,IAAI,EACJ,KAAK,EACL,MAAM,EACN,IAAI,EACJ,OAAO,GACR,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAqB,UAAU,EAAE,MAAM,OAAO,CAAC;AAEtD,MAAM,CAAC,MAAM,YAAY,GAAgC,IAAI,CAAC;AAC9D,MAAM,CAAC,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAE3C,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAC,SAAS,mBAAmB,CACxE,EAAE,QAAQ,EAAE,GAAG,cAAc,EAA4B,EACzD,YAA0C;IAE1C,OAAO,CACL,KAAC,MAAM,cACL,KAAC,OAAO,OAAK,cAAc,EAAE,GAAG,EAAE,YAAY,YAC3C,QAAQ,GACD,GACH,CACV,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC;AACvC,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"dropdown-menu.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/dropdown-menu/dropdown-menu.tsx"],"names":[],"mappings":";AAIA,OAAO,EACL,OAAO,EACP,IAAI,EACJ,KAAK,EACL,MAAM,EACN,IAAI,EACJ,OAAO,GACR,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,MAAM,CAAC,MAAM,YAAY,GAAgC,IAAI,CAAC;AAC9D,MAAM,CAAC,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAE3C,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAC,SAAS,mBAAmB,CACxE,EAAE,QAAQ,EAAE,GAAG,cAAc,EAA4B,EACzD,YAA0C;IAE1C,OAAO,CACL,KAAC,MAAM,cACL,KAAC,OAAO,OAAK,cAAc,EAAE,GAAG,EAAE,YAAY,YAC3C,QAAQ,GACD,GACH,CACV,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC;AACvC,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
- import { type Color, type Size } from "#powerhouse";
2
- import { type ComponentPropsWithoutRef } from "react";
3
- import { type IconName } from "../icon-components/index.js";
1
+ import type { Color, Size } from "#powerhouse";
2
+ import type { ComponentPropsWithoutRef } from "react";
3
+ import type { IconName } from "../icon-components/index.js";
4
4
  export type IconProps = ComponentPropsWithoutRef<"svg"> & {
5
5
  readonly name: IconName;
6
6
  readonly size?: Size;
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAiB,KAAK,IAAI,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EAAE,KAAK,wBAAwB,EAAY,MAAM,OAAO,CAAC;AAChE,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAE5E,MAAM,MAAM,SAAS,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACxD,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC;IACrB,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC;CACxB,CAAC;AACF,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAoB1E"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAG5D,MAAM,MAAM,SAAS,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACxD,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC;IACrB,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC;CACxB,CAAC;AACF,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAoB1E"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon/icon.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,aAAa,EAAa,MAAM,aAAa,CAAC;AACnE,OAAO,EAAiC,QAAQ,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAE,cAAc,EAAiB,MAAM,6BAA6B,CAAC;AAO5E,MAAM,UAAU,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAa;IACzE,MAAM,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IACvC,MAAM,MAAM,GAAG;QACb,KAAK;QACL,GAAG,UAAU;QACb,KAAK;KACN,CAAC;IAEF,MAAM,aAAa,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC;IAE3C,OAAO;IACL,6CAA6C;IAC7C,iCAAiC;IACjC,KAAC,QAAQ,IACP,QAAQ,EAAE,6BAAiB,eAAe,EAAC,KAAK,EAAE,UAAU,GAAI,EAChE,IAAI,EAAC,gBAAgB,YAErB,KAAC,aAAa,OAAK,KAAK,EAAE,KAAK,EAAE,MAAM,GAAI,GAClC,CACZ,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon/icon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAO7D,MAAM,UAAU,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAa;IACzE,MAAM,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IACvC,MAAM,MAAM,GAAG;QACb,KAAK;QACL,GAAG,UAAU;QACb,KAAK;KACN,CAAC;IAEF,MAAM,aAAa,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC;IAE3C,OAAO;IACL,6CAA6C;IAC7C,iCAAiC;IACjC,KAAC,QAAQ,IACP,QAAQ,EAAE,6BAAiB,eAAe,EAAC,KAAK,EAAE,UAAU,GAAI,EAChE,IAAI,EAAC,gBAAgB,YAErB,KAAC,aAAa,OAAK,KAAK,EAAE,KAAK,EAAE,MAAM,GAAI,GAClC,CACZ,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function AnalyticsProcessorModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AnalyticsProcessorModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalyticsProcessorModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/AnalyticsProcessorModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE,KAAK,2CAyG5D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function AnalyticsProcessorModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6474)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6474)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#3292ED", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#3292ED" }), _jsx("path", { d: "M9.25 24.667V14C9.25 13.5858 9.58579 13.25 10 13.25C10.4142 13.25 10.75 13.5858 10.75 14V24.667L10.7617 24.7812C10.7842 24.8933 10.8389 24.9971 10.9209 25.0791C11.0302 25.1884 11.1784 25.2499 11.333 25.25H22C22.4142 25.25 22.75 25.5858 22.75 26C22.75 26.4142 22.4142 26.75 22 26.75H11.333C10.7806 26.7499 10.251 26.5303 9.86035 26.1396C9.51859 25.7979 9.3072 25.3498 9.25977 24.873L9.25 24.667Z", fill: "#3292ED" }), _jsx("path", { d: "M19.25 23.333V18C19.25 17.5858 19.5858 17.25 20 17.25C20.4142 17.25 20.75 17.5858 20.75 18V23.333L20.7461 23.4102C20.7076 23.7883 20.3883 24.083 20 24.083C19.6117 24.083 19.2924 23.7883 19.2539 23.4102L19.25 23.333Z", fill: "#3292ED" }), _jsx("path", { d: "M15.9167 23.334V15.334C15.9167 14.9198 16.2525 14.584 16.6667 14.584C17.0809 14.584 17.4167 14.9198 17.4167 15.334V23.334C17.4167 23.7482 17.0809 24.084 16.6667 24.084C16.2525 24.084 15.9167 23.7482 15.9167 23.334Z", fill: "#3292ED" }), _jsx("path", { d: "M12.5833 23.334V21.334C12.5833 20.9198 12.9191 20.584 13.3333 20.584C13.7475 20.584 14.0833 20.9198 14.0833 21.334V23.334C14.0833 23.7482 13.7475 24.084 13.3333 24.084C12.9191 24.084 12.5833 23.7482 12.5833 23.334Z", fill: "#3292ED" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6474", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6474" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6474" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6474", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6474" })] }), _jsx("clipPath", { id: "clip0_2488_6474", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=AnalyticsProcessorModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalyticsProcessorModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/AnalyticsProcessorModule.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAY;IAC3D,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,uBAAuB,aACjC,aAAG,MAAM,EAAC,4BAA4B,aACpC,eACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,gJAAgJ,EAClJ,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,GACjB,IACA,EACJ,eAAM,CAAC,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,GAAG,EACtE,eACE,CAAC,EAAC,4YAA4Y,EAC9Y,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,yNAAyN,EAC3N,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,wNAAwN,EAC1N,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,wNAAwN,EAC1N,IAAI,EAAC,SAAS,GACd,IACA,EACJ,2BACE,kBACE,EAAE,EAAC,sBAAsB,EACzB,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAC,gBAAgB,EAC5B,yBAAyB,EAAC,MAAM,aAEhC,kBAAS,YAAY,EAAC,GAAG,EAAC,MAAM,EAAC,oBAAoB,GAAG,EACxD,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,uBACE,MAAM,EAAC,GAAG,EACV,QAAQ,EAAC,OAAO,EAChB,EAAE,EAAC,aAAa,EAChB,MAAM,EAAC,8BAA8B,GACrC,EACF,mBAAU,EAAE,EAAC,GAAG,GAAG,EACnB,yBAAgB,YAAY,EAAC,GAAG,GAAG,EACnC,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,oBAAoB,EACxB,MAAM,EAAC,8BAA8B,GACrC,EACF,kBACE,IAAI,EAAC,QAAQ,EACb,EAAE,EAAC,eAAe,EAClB,GAAG,EAAC,8BAA8B,EAClC,MAAM,EAAC,OAAO,GACd,EACF,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,mBAAU,EAAE,EAAC,IAAI,GAAG,EACpB,yBAAgB,YAAY,EAAC,KAAK,GAAG,EACrC,sBAAa,GAAG,EAAC,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,GAAG,EACpE,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,OAAO,EACX,MAAM,EAAC,+BAA+B,GACtC,IACK,EACT,mBAAU,EAAE,EAAC,iBAAiB,YAC5B,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function AppModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AppModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/AppModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,KAAK,2CAyG7C"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function AppModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6549)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6549)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#FF891D", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#FF891D" }), _jsx("path", { d: "M10.75 17.917H13.917V14.75H10.75V17.917ZM15.417 18C15.417 18.7824 14.7824 19.417 14 19.417H10.667C9.88459 19.417 9.25 18.7824 9.25 18V14.667C9.25 13.8846 9.88459 13.25 10.667 13.25H14C14.7824 13.25 15.417 13.8846 15.417 14.667V18Z", fill: "#FF891D" }), _jsx("path", { d: "M18.0833 17.917H21.2503V14.75H18.0833V17.917ZM22.7503 18C22.7503 18.7824 22.1157 19.417 21.3333 19.417H18.0003C17.2179 19.417 16.5833 18.7824 16.5833 18V14.667C16.5833 13.8846 17.2179 13.25 18.0003 13.25H21.3333C22.1157 13.25 22.7503 13.8846 22.7503 14.667V18Z", fill: "#FF891D" }), _jsx("path", { d: "M18.0833 25.251H21.2503V22.084H18.0833V25.251ZM22.7503 25.334C22.7503 26.1164 22.1157 26.751 21.3333 26.751H18.0003C17.2179 26.751 16.5833 26.1164 16.5833 25.334V22.001C16.5833 21.2186 17.2179 20.584 18.0003 20.584H21.3333C22.1157 20.584 22.7503 21.2186 22.7503 22.001V25.334Z", fill: "#FF891D" }), _jsx("path", { d: "M10.75 25.251H13.917V22.084H10.75V25.251ZM15.417 25.334C15.417 26.1164 14.7824 26.751 14 26.751H10.667C9.88459 26.751 9.25 26.1164 9.25 25.334V22.001C9.25 21.2186 9.88459 20.584 10.667 20.584H14C14.7824 20.584 15.417 21.2186 15.417 22.001V25.334Z", fill: "#FF891D" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6549", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6549" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6549" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6549", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6549" })] }), _jsx("clipPath", { id: "clip0_2488_6549", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=AppModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/AppModule.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAY;IAC5C,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,uBAAuB,aACjC,aAAG,MAAM,EAAC,4BAA4B,aACpC,eACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,gJAAgJ,EAClJ,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,GACjB,IACA,EACJ,eAAM,CAAC,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,GAAG,EACtE,eACE,CAAC,EAAC,wOAAwO,EAC1O,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,sQAAsQ,EACxQ,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,sRAAsR,EACxR,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,wPAAwP,EAC1P,IAAI,EAAC,SAAS,GACd,IACA,EACJ,2BACE,kBACE,EAAE,EAAC,sBAAsB,EACzB,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAC,gBAAgB,EAC5B,yBAAyB,EAAC,MAAM,aAEhC,kBAAS,YAAY,EAAC,GAAG,EAAC,MAAM,EAAC,oBAAoB,GAAG,EACxD,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,uBACE,MAAM,EAAC,GAAG,EACV,QAAQ,EAAC,OAAO,EAChB,EAAE,EAAC,aAAa,EAChB,MAAM,EAAC,8BAA8B,GACrC,EACF,mBAAU,EAAE,EAAC,GAAG,GAAG,EACnB,yBAAgB,YAAY,EAAC,GAAG,GAAG,EACnC,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,oBAAoB,EACxB,MAAM,EAAC,8BAA8B,GACrC,EACF,kBACE,IAAI,EAAC,QAAQ,EACb,EAAE,EAAC,eAAe,EAClB,GAAG,EAAC,8BAA8B,EAClC,MAAM,EAAC,OAAO,GACd,EACF,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,mBAAU,EAAE,EAAC,IAAI,GAAG,EACpB,yBAAgB,YAAY,EAAC,KAAK,GAAG,EACrC,sBAAa,GAAG,EAAC,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,GAAG,EACpE,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,OAAO,EACX,MAAM,EAAC,+BAA+B,GACtC,IACK,EACT,mBAAU,EAAE,EAAC,iBAAiB,YAC5B,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function CodegenProcessorModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CodegenProcessorModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodegenProcessorModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/CodegenProcessorModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,KAAK,EAAE,KAAK,2CAyH1D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function CodegenProcessorModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6501)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6501)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#3292ED", strokeWidth: "1.5" })] }), _jsx("path", { d: "M17.4545 17.5762L19.3939 20.0004L17.4545 22.4247", stroke: "#3292ED", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M14.5455 17.5762L12.6061 20.0004L14.5455 22.4247", stroke: "#3292ED", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M22.5455 25.6562V14.3438C22.5455 14.108 22.4517 13.8817 22.285 13.715C22.1183 13.5483 21.892 13.4545 21.6562 13.4545H10.3438C10.108 13.4545 9.88166 13.5483 9.71496 13.715C9.54826 13.8817 9.45455 14.108 9.45455 14.3438V25.6562C9.45455 25.892 9.54826 26.1183 9.71496 26.285C9.88166 26.4517 10.108 26.5455 10.3438 26.5455C10.7453 26.5456 11.071 26.8712 11.071 27.2727C11.071 27.6743 10.7453 27.9998 10.3438 28C9.72223 28 9.12603 27.7529 8.68655 27.3134C8.24707 26.874 8 26.2778 8 25.6562V14.3438C8 13.7222 8.24707 13.126 8.68655 12.6866C9.12603 12.2471 9.72223 12 10.3438 12H21.6562C22.2778 12 22.874 12.2471 23.3134 12.6866C23.7529 13.126 24 13.7222 24 14.3438V25.6562C24 26.2778 23.7529 26.874 23.3134 27.3134C22.874 27.7529 22.2778 28 21.6562 28C21.2547 27.9998 20.929 27.6743 20.929 27.2727C20.929 26.8712 21.2547 26.5456 21.6562 26.5455C21.892 26.5455 22.1183 26.4517 22.285 26.285C22.4517 26.1183 22.5455 25.892 22.5455 25.6562Z", fill: "#3292ED" }), _jsx("path", { d: "M13.5757 27.2734H14.5454", stroke: "#3292ED", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M17.4545 27.2734H18.4242", stroke: "#3292ED", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#3292ED" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6501", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6501" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6501" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6501", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6501" })] }), _jsx("clipPath", { id: "clip0_2488_6501", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=CodegenProcessorModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodegenProcessorModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/CodegenProcessorModule.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function CurlyBrackets(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CurlyBrackets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurlyBrackets.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/CurlyBrackets.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,KAAK,2CAyBjD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function CurlyBrackets(props) {
3
+ return (_jsxs("svg", { ...props, width: "18", height: "18", viewBox: "0 0 18 18", fill: "transparent", children: [_jsx("path", { d: "M6 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V7.5C3.75 7.89782 3.59196 8.27936 3.31066 8.56066C3.02936 8.84196 2.64782 9 2.25 9C2.64782 9 3.02936 9.15804 3.31066 9.43934C3.59196 9.72064 3.75 10.1022 3.75 10.5V14.25C3.75 15.075 4.425 15.75 5.25 15.75H6", stroke: "currentcolor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M12 15.75H12.75C13.1478 15.75 13.5294 15.592 13.8107 15.3107C14.092 15.0294 14.25 14.6478 14.25 14.25V10.5C14.25 9.675 14.925 9 15.75 9C15.3522 9 14.9706 8.84196 14.6893 8.56066C14.408 8.27936 14.25 7.89782 14.25 7.5V3.75C14.25 3.35218 14.092 2.97064 13.8107 2.68934C13.5294 2.40804 13.1478 2.25 12.75 2.25H12", stroke: "currentcolor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
4
+ }
5
+ //# sourceMappingURL=CurlyBrackets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurlyBrackets.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/CurlyBrackets.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAY;IAChD,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,aAAa,aAElB,eACE,CAAC,EAAC,gTAAgT,EAClT,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,uTAAuT,EACzT,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function DocumentIcons(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DocumentIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentIcons.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,KAAK,2CA2TjD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function DocumentIcons(props) {
3
+ return (_jsxs("svg", { ...props, width: "153", height: "84", viewBox: "0 0 153 84", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_di_2543_10671)", children: [_jsx("path", { d: "M102.344 13.1825C103.597 8.50701 108.403 5.73238 113.078 6.98516L138.475 13.7903L146.738 28.1023L136.909 64.7868C135.656 69.4623 130.85 72.2369 126.175 70.9841L97.956 63.4229C93.2806 62.1701 90.5059 57.3643 91.7587 52.6889L102.344 13.1825Z", fill: "#F3F5F7" }), _jsx("path", { d: "M112.795 8.04362L137.754 14.7312L145.563 28.2572L135.851 64.503C134.755 68.5941 130.549 71.022 126.458 69.9258L98.2399 62.3647C94.1489 61.2685 91.721 57.0632 92.8172 52.9722L103.403 13.4664C104.499 9.37536 108.704 6.94744 112.795 8.04362Z", stroke: "#3292ED", strokeWidth: "2.19107" })] }), _jsx("path", { d: "M137.065 13.4141L146.361 29.5151L139.306 27.6248C136.189 26.7896 134.339 23.5857 135.174 20.4688L137.065 13.4141Z", fill: "#3292ED" }), _jsxs("g", { clipPath: "url(#clip0_2543_10671)", children: [_jsx("path", { d: "M122.431 28.5226C124.85 29.1709 126.998 30.0948 128.515 31.0966C129.269 31.5942 129.922 32.1471 130.364 32.7395C130.797 33.3192 131.143 34.1021 130.915 34.9546C130.687 35.8071 129.995 36.3119 129.33 36.5975C128.651 36.8893 127.809 37.0418 126.908 37.0959C125.093 37.2047 122.771 36.9311 120.352 36.2828C117.932 35.6345 115.785 34.7106 114.267 33.7088C113.513 33.2112 112.861 32.6583 112.418 32.066C111.985 31.4863 111.639 30.7033 111.867 29.8508C112.096 28.9983 112.787 28.4935 113.452 28.2079C114.131 27.9161 114.973 27.7637 115.875 27.7096C117.69 27.6007 120.011 27.8743 122.431 28.5226ZM121.864 30.639C119.608 30.0346 117.527 29.8048 116.005 29.8962C115.238 29.9423 114.675 30.0669 114.317 30.2207C114.108 30.3107 114.022 30.385 113.991 30.4197C114 30.4655 114.037 30.5727 114.174 30.7553C114.407 31.0677 114.832 31.4569 115.473 31.8803C116.746 32.7207 118.663 33.562 120.919 34.1664C123.174 34.7708 125.255 35.0006 126.777 34.9092C127.545 34.8632 128.107 34.7386 128.465 34.5847C128.674 34.4951 128.759 34.4203 128.79 34.3853C128.78 34.3392 128.744 34.2319 128.608 34.0501C128.375 33.7377 127.95 33.3486 127.309 32.9251C126.036 32.0847 124.119 31.2434 121.864 30.639Z", fill: "#3292ED" }), _jsx("path", { d: "M111.867 29.8453C112.023 29.2609 112.624 28.9141 113.208 29.0707C113.793 29.2273 114.14 29.828 113.983 30.4124L110.46 43.5601C110.462 43.5864 110.482 43.694 110.635 43.9039C110.86 44.2118 111.281 44.6053 111.944 45.0432C113.265 45.915 115.222 46.7484 117.389 47.3293C119.557 47.9101 121.669 48.1669 123.248 48.0721C124.041 48.0245 124.602 47.8939 124.951 47.7399C125.189 47.6348 125.26 47.5513 125.275 47.5297L128.798 34.3821C128.955 33.7976 129.555 33.4508 130.14 33.6074C130.724 33.764 131.071 34.3647 130.914 34.9491L127.386 48.1175C127.164 48.9438 126.5 49.4502 125.837 49.7433C125.161 50.0417 124.314 50.2026 123.379 50.2587C121.499 50.3715 119.145 50.068 116.822 49.4457C114.5 48.8234 112.309 47.909 110.738 46.8717C109.956 46.3551 109.303 45.7924 108.867 45.1963C108.439 44.6106 108.117 43.84 108.338 43.0137L111.867 29.8453Z", fill: "#3292ED" }), _jsx("path", { d: "M128.376 40.1953C128.96 40.3519 129.307 40.9526 129.15 41.537C128.929 42.3634 128.265 42.8698 127.601 43.1629C126.926 43.4612 126.079 43.6221 125.143 43.6783C123.264 43.791 120.909 43.4875 118.587 42.8652C116.264 42.2429 114.074 41.3285 112.502 40.2912C111.72 39.7746 111.067 39.212 110.631 38.6158C110.203 38.0301 109.881 37.2596 110.103 36.4332C110.259 35.8488 110.86 35.5019 111.444 35.6585C112.021 35.8132 112.366 36.4005 112.224 36.9779C112.225 37.0016 112.244 37.1085 112.4 37.322C112.625 37.6299 113.045 38.0248 113.709 38.4627C115.029 39.3346 116.986 40.1679 119.154 40.7488C121.322 41.3297 123.433 41.5865 125.013 41.4916C125.806 41.444 126.367 41.3121 126.716 41.158C126.957 41.0518 127.026 40.9683 127.04 40.9479C127.206 40.3768 127.799 40.0407 128.376 40.1953Z", fill: "#3292ED" })] }), _jsxs("g", { filter: "url(#filter1_di_2543_10671)", children: [_jsx("path", { d: "M7.19778 24.8962C5.9229 20.1383 8.74646 15.2478 13.5044 13.9729L39.3493 7.04776L53.9137 15.4565L63.9167 52.7881C65.1915 57.546 62.368 62.4365 57.6101 63.7114L28.8935 71.406C24.1356 72.6809 19.2451 69.8573 17.9702 65.0994L7.19778 24.8962Z", fill: "#F3F5F7" }), _jsx("path", { d: "M13.7931 15.0501L39.192 8.24446L52.9558 16.1902L62.8395 53.0765C63.955 57.2397 61.4848 61.5195 57.3217 62.635L28.6052 70.3295C24.442 71.4451 20.1629 68.9737 19.0474 64.8105L8.27503 24.6076C7.15951 20.4445 9.62991 16.1656 13.7931 15.0501Z", stroke: "#FF891D", strokeWidth: "2.22972" })] }), _jsx("path", { d: "M37.9136 7.43359L54.2986 16.8935L47.1194 18.8171C43.9475 19.667 40.6871 17.7847 39.8372 14.6127L37.9136 7.43359Z", fill: "#FF891D" }), _jsxs("g", { clipPath: "url(#clip1_2543_10671)", children: [_jsx("path", { d: "M23.6243 36.9122C23.3846 36.0176 23.5091 35.0633 23.9702 34.2601L25.7943 31.1008C26.2593 30.2999 27.0234 29.715 27.918 29.4753C28.7005 29.2658 29.5279 29.3344 30.2604 29.6637L30.5687 29.8215L35.7899 32.8349C36.3232 33.1427 36.5062 33.8258 36.1983 34.359C35.8905 34.8923 35.2074 35.0753 34.6742 34.7674L29.4575 31.7544C29.1658 31.5872 28.8199 31.5422 28.4951 31.629C28.1702 31.7161 27.8921 31.9283 27.723 32.2191L25.902 35.3731C25.7355 35.6646 25.6912 36.0108 25.7781 36.3351C25.8651 36.6591 26.0763 36.9357 26.366 37.1048L31.5855 40.1171C32.1188 40.4249 32.3018 41.108 31.9939 41.6413C31.6861 42.1745 31.003 42.3575 30.4698 42.0497L25.2495 39.0346C24.4488 38.5696 23.8642 37.8065 23.6243 36.9122Z", fill: "#FF891D" }), _jsx("path", { d: "M30.6248 31.1437C30.9326 30.6106 31.6144 30.4281 32.1475 30.7357C32.6808 31.0436 32.8634 31.7253 32.5556 32.2585L31.1544 34.6853C30.8466 35.2185 30.1649 35.4012 29.6317 35.0933C29.0987 34.7854 28.9159 34.1037 29.2237 33.5706L30.6248 31.1437Z", fill: "#FF891D" }), _jsx("path", { d: "M42.762 38.1516C43.0698 37.6184 43.7516 37.4359 44.2847 37.7435C44.818 38.0514 45.0006 38.7331 44.6928 39.2663L43.2916 41.6931C42.9838 42.2263 42.3021 42.409 41.7689 42.1011C41.2359 41.7932 41.0531 41.1115 41.3609 40.5784L42.762 38.1516Z", fill: "#FF891D" }), _jsx("path", { d: "M39.1213 36.0474C39.4291 35.5142 40.1108 35.3316 40.644 35.6394L45.8635 38.6517C47.5376 39.6183 48.1104 41.7563 47.1439 43.4303L45.322 46.5861C44.3554 48.2601 42.2174 48.833 40.5434 47.8665L35.3249 44.8524C34.7917 44.5446 34.609 43.8629 34.9169 43.3297C35.2247 42.7964 35.9064 42.6138 36.4396 42.9217L41.6591 45.9339C42.2668 46.2847 43.0386 46.0779 43.3894 45.4703L45.2114 42.3146C45.5622 41.7069 45.3553 40.9351 44.7478 40.5843L39.5293 37.5702C38.9961 37.2624 38.8134 36.5807 39.1213 36.0474Z", fill: "#FF891D" }), _jsx("path", { d: "M42.2106 29.6952C42.0955 29.2654 41.8146 28.8979 41.4293 28.6753C41.0438 28.4526 40.585 28.3921 40.155 28.5072C39.7249 28.6224 39.358 28.9044 39.1353 29.2899L39.1336 29.2889L29.784 45.491C29.7134 45.6128 29.6714 45.7503 29.6657 45.8909L29.6675 45.892L29.5569 49.2369L32.4001 47.4696L32.4857 47.4076C32.5681 47.3411 32.6385 47.2597 32.6919 47.1675L42.0422 30.9682C42.2647 30.5829 42.3255 30.1251 42.2106 29.6952ZM44.3643 29.1181C44.6322 30.119 44.4923 31.1852 43.9744 32.0825L34.6206 48.2858C34.3666 48.7242 34.0088 49.0935 33.5788 49.3615L29.749 51.7432C29.5019 51.8961 29.2161 51.9804 28.9256 51.9849C28.6352 51.9894 28.3487 51.9145 28.0969 51.7696C27.8451 51.6245 27.6366 51.4137 27.4948 51.16C27.3529 50.9063 27.2816 50.6188 27.2899 50.3282L27.2902 50.3236L27.4387 45.8189L27.4394 45.8157C27.4575 45.3089 27.5989 44.8138 27.8528 44.3749L37.2042 28.1738C37.7225 27.2763 38.5767 26.6217 39.5779 26.3535C40.5791 26.0854 41.6464 26.2261 42.544 26.7445C43.4415 27.2629 44.0962 28.117 44.3643 29.1181Z", fill: "#FF891D" }), _jsx("path", { d: "M35.6685 30.8149C35.9763 30.2817 36.658 30.099 37.1912 30.4069L42.0466 33.2101C42.5794 33.5182 42.7624 34.1999 42.4547 34.7329C42.1469 35.2659 41.465 35.4483 40.9319 35.1409L36.0765 32.3376C35.5433 32.0298 35.3606 31.3481 35.6685 30.8149Z", fill: "#FF891D" })] }), _jsxs("g", { filter: "url(#filter2_di_2543_10671)", children: [_jsx("path", { d: "M50.782 10.003C50.782 4.47851 55.2605 0 60.785 0L90.7941 0L104.132 13.3374V56.6839C104.132 62.2084 99.653 66.6869 94.1285 66.6869H60.785C55.2605 66.6869 50.782 62.2084 50.782 56.6839V10.003Z", fill: "#F3F5F7" }), _jsx("path", { d: "M60.7849 1.25L90.2761 1.25L102.882 13.8555V56.6836C102.882 61.5175 98.9625 65.4364 94.1287 65.4365H60.7849C55.951 65.4365 52.032 61.5175 52.032 56.6836V10.0029C52.032 5.16905 55.951 1.25006 60.7849 1.25Z", stroke: "#FF6A55", strokeWidth: "2.50076" })] }), _jsxs("g", { clipPath: "url(#clip2_2543_10671)", children: [_jsx("path", { d: "M74.2581 33.1194C74.6895 32.5807 75.4757 32.4931 76.0148 32.924C76.554 33.3554 76.6416 34.1431 76.2102 34.6824L74.6114 36.6784L76.2102 38.6777C76.6412 39.217 76.5539 40.0032 76.0148 40.4344C75.4756 40.8657 74.6895 40.7781 74.2581 40.2391L72.0341 37.4599C71.6694 37.0034 71.6692 36.355 72.0341 35.8986L74.2581 33.1194Z", fill: "#FF6A55" }), _jsx("path", { d: "M78.8981 32.9244C79.4373 32.493 80.225 32.5805 80.6564 33.1198L82.8788 35.8989C83.244 36.3555 83.2438 37.0037 82.8788 37.4603L80.6564 40.2394C80.225 40.7787 79.4373 40.8662 78.8981 40.4348C78.3593 40.0036 78.272 39.2172 78.7027 38.6781L80.3015 36.6788L78.7027 34.6827C78.2713 34.1435 78.3588 33.3558 78.8981 32.9244Z", fill: "#FF6A55" }), _jsx("path", { d: "M78.4292 26.6772V22.2308C78.4292 21.5403 78.989 20.9805 79.6796 20.9805C80.3701 20.9805 80.93 21.5403 80.93 22.2308V26.6772C80.9301 26.9349 81.0326 27.182 81.2149 27.3642C81.3971 27.5465 81.6442 27.649 81.9019 27.6492H86.3483C87.0388 27.6492 87.5986 28.209 87.5986 28.8995C87.5986 29.5901 87.0388 30.1499 86.3483 30.1499H81.9019C80.981 30.1498 80.098 29.7836 79.4468 29.1324C78.7955 28.4811 78.4293 27.5982 78.4292 26.6772Z", fill: "#FF6A55" }), _jsx("path", { d: "M67.3147 42.2369V24.4532C67.3148 23.5322 67.681 22.6493 68.3323 21.998C68.9835 21.3468 69.8665 20.9806 70.7874 20.9805H80.7905C81.122 20.9805 81.4401 21.1125 81.6745 21.3468L87.2329 26.9035C87.4672 27.1379 87.599 27.4561 87.5992 27.7875V42.2369C87.5992 43.1578 87.2326 44.0408 86.5816 44.6921C85.9302 45.3435 85.046 45.7097 84.1248 45.7097H70.7874C69.8665 45.7095 68.9835 45.3433 68.3323 44.6921C67.6811 44.0408 67.3147 43.158 67.3147 42.2369ZM69.8155 42.2369C69.8155 42.4947 69.9182 42.7416 70.1004 42.924C70.2826 43.1062 70.5297 43.2087 70.7874 43.2089H84.1248C84.3827 43.2089 84.6311 43.1064 84.8135 42.924C84.9955 42.7416 85.0984 42.4946 85.0984 42.2369V28.3053L80.2727 23.4812H70.7874C70.5297 23.4814 70.2826 23.5839 70.1004 23.7661C69.9181 23.9484 69.8156 24.1955 69.8155 24.4532V42.2369Z", fill: "#FF6A55" })] }), _jsx("path", { d: "M89.127 0L104.132 15.0046H95.7956C92.1126 15.0046 89.127 12.0189 89.127 8.33586V0Z", fill: "#FF6A55" }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2543_10671", x: "85.6151", y: "5.22288", width: "66.9662", height: "77.748", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "5.84286", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2543_10671" }), _jsx("feOffset", { dy: "5.84286" }), _jsx("feGaussianBlur", { stdDeviation: "5.84286" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2543_10671" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2543_10671", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1.46072" }), _jsx("feGaussianBlur", { stdDeviation: "0.730358" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2543_10671" })] }), _jsxs("filter", { id: "filter1_di_2543_10671", x: "0.945689", y: "5.5604", width: "69.2231", height: "78.0443", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "5.94591", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2543_10671" }), _jsx("feOffset", { dy: "5.94591" }), _jsx("feGaussianBlur", { stdDeviation: "5.94591" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2543_10671" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2543_10671", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1.48648" }), _jsx("feGaussianBlur", { stdDeviation: "0.743239" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2543_10671" })] }), _jsxs("filter", { id: "filter2_di_2543_10671", x: "44.1133", y: "-1.66717", width: "66.687", height: "81.6921", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "6.66869", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2543_10671" }), _jsx("feOffset", { dy: "6.66869" }), _jsx("feGaussianBlur", { stdDeviation: "6.66869" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2543_10671" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2543_10671", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1.66717" }), _jsx("feGaussianBlur", { stdDeviation: "0.833586" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2543_10671" })] }), _jsx("clipPath", { id: "clip0_2543_10671", children: _jsx("rect", { width: "23.3715", height: "23.3715", fill: "white", transform: "translate(111.364 24.6738) rotate(15)" }) }), _jsx("clipPath", { id: "clip1_2543_10671", children: _jsx("rect", { width: "23.7836", height: "23.7836", fill: "white", transform: "translate(20.9929 30.4336) rotate(-15)" }) }), _jsx("clipPath", { id: "clip2_2543_10671", children: _jsx("rect", { width: "26.6748", height: "26.6748", fill: "white", transform: "translate(64.1194 20.0078)" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=DocumentIcons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentIcons.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentIcons.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function DocumentModel(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DocumentModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentModel.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentModel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,KAAK,2CAsCjD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function DocumentModel(props) {
3
+ return (_jsxs("svg", { ...props, width: "30", height: "37", viewBox: "0 0 30 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M1 6.25C1 3.3505 3.35051 1 6.25 1H22L29 8V30.75C29 33.6495 26.6495 36 23.75 36H6.25C3.35051 36 1 33.6495 1 30.75V6.25Z", fill: "#F3F5F7", stroke: "#FF6A55", strokeWidth: "1.3125" }), _jsx("path", { d: "M21.125 1L29 8.875H24.625C22.692 8.875 21.125 7.308 21.125 5.375V1Z", fill: "#FF6A55" }), _jsx("path", { d: "M13.3212 18.3829C13.5476 18.1002 13.9603 18.0542 14.2432 18.2803C14.5262 18.5067 14.5722 18.9202 14.3457 19.2032L13.5066 20.2508L14.3457 21.3001C14.572 21.5831 14.5262 21.9958 14.2432 22.2221C13.9602 22.4485 13.5476 22.4025 13.3212 22.1196L12.154 20.661C11.9626 20.4214 11.9625 20.081 12.154 19.8415L13.3212 18.3829Z", fill: "#FF6A55" }), _jsx("path", { d: "M15.7565 18.2805C16.0395 18.0541 16.4529 18.1001 16.6793 18.3831L17.8457 19.8417C18.0374 20.0813 18.0373 20.4215 17.8457 20.6611L16.6793 22.1198C16.4529 22.4028 16.0395 22.4487 15.7565 22.2223C15.4737 21.996 15.4279 21.5833 15.6539 21.3003L16.4931 20.251L15.6539 19.2034C15.4275 18.9204 15.4735 18.5069 15.7565 18.2805Z", fill: "#FF6A55" }), _jsx("path", { d: "M15.5104 15.0016V12.668C15.5104 12.3055 15.8042 12.0117 16.1666 12.0117C16.5291 12.0117 16.8229 12.3055 16.8229 12.668V15.0016C16.823 15.1369 16.8768 15.2665 16.9724 15.3622C17.0681 15.4578 17.1977 15.5116 17.333 15.5117H19.6666C20.0291 15.5117 20.3229 15.8055 20.3229 16.168C20.3229 16.5304 20.0291 16.8242 19.6666 16.8242H17.333C16.8496 16.8241 16.3862 16.632 16.0444 16.2902C15.7026 15.9484 15.5105 15.485 15.5104 15.0016Z", fill: "#FF6A55" }), _jsx("path", { d: "M9.677 23.168V13.8344C9.6771 13.351 9.8693 12.8876 10.2111 12.5458C10.5529 12.204 11.0163 12.0118 11.4996 12.0117H16.7496C16.9236 12.0117 17.0906 12.081 17.2136 12.204L20.1309 15.1204C20.2539 15.2434 20.323 15.4104 20.3231 15.5844V23.168C20.3231 23.6513 20.1307 24.1147 19.7891 24.4565C19.4472 24.7984 18.9831 24.9906 18.4996 24.9906H11.4996C11.0163 24.9905 10.5529 24.7983 10.2111 24.4565C9.8693 24.1147 9.677 23.6514 9.677 23.168ZM10.9895 23.168C10.9895 23.3033 11.0434 23.4329 11.139 23.5286C11.2347 23.6242 11.3644 23.678 11.4996 23.6781H18.4996C18.635 23.6781 18.7654 23.6243 18.8611 23.5286C18.9566 23.4329 19.0106 23.3032 19.0106 23.168V15.8561L16.4779 13.3242H11.4996C11.3644 13.3243 11.2347 13.3781 11.139 13.4738C11.0434 13.5694 10.9896 13.6991 10.9895 13.8344V23.168Z", fill: "#FF6A55" })] }));
4
+ }
5
+ //# sourceMappingURL=DocumentModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentModel.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentModel.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAY;IAChD,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,eACE,CAAC,EAAC,wHAAwH,EAC1H,IAAI,EAAC,SAAS,EACd,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,QAAQ,GACpB,EACF,eACE,CAAC,EAAC,qEAAqE,EACvE,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,8TAA8T,EAChU,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,iUAAiU,EACnU,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,2aAA2a,EAC7a,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,4wBAA4wB,EAC9wB,IAAI,EAAC,SAAS,GACd,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function DocumentModelModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DocumentModelModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentModelModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentModelModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,KAAK,2CAyGvD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function DocumentModelModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6561)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6561)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#FF6A55", strokeWidth: "1.5" })] }), _jsx("path", { d: "M14.0813 19.8653C14.3401 19.5422 14.8117 19.4896 15.1351 19.7481C15.4585 20.0069 15.511 20.4794 15.2522 20.8028L14.2933 22.0001L15.2522 23.1993C15.5108 23.5227 15.4584 23.9943 15.1351 24.253C14.8117 24.5117 14.3401 24.4591 14.0813 24.1358L12.7474 22.4688C12.5286 22.195 12.5285 21.8061 12.7474 21.5323L14.0813 19.8653Z", fill: "#FF6A55" }), _jsx("path", { d: "M16.8645 19.7483C17.188 19.4896 17.6605 19.5421 17.9192 19.8655L19.2522 21.5325C19.4713 21.8064 19.4712 22.1952 19.2522 22.469L17.9192 24.136C17.6605 24.4595 17.188 24.512 16.8645 24.2532C16.5414 23.9945 16.489 23.5229 16.7474 23.1995L17.7063 22.0003L16.7474 20.803C16.4886 20.4796 16.5411 20.0071 16.8645 19.7483Z", fill: "#FF6A55" }), _jsx("path", { d: "M16.5833 16.001V13.334C16.5833 12.9198 16.9191 12.584 17.3333 12.584C17.7475 12.584 18.0833 12.9198 18.0833 13.334V16.001C18.0834 16.1556 18.1449 16.3038 18.2542 16.4131C18.3635 16.5224 18.5117 16.5839 18.6663 16.584H21.3333C21.7475 16.584 22.0833 16.9198 22.0833 17.334C22.0833 17.7482 21.7475 18.084 21.3333 18.084H18.6663C18.1139 18.0839 17.5843 17.8643 17.1937 17.4736C16.803 17.083 16.5834 16.5534 16.5833 16.001Z", fill: "#FF6A55" }), _jsx("path", { d: "M9.91669 25.334V14.667C9.91677 14.1146 10.1364 13.585 10.527 13.1943C10.9177 12.8037 11.4473 12.5841 11.9997 12.584H17.9997C18.1985 12.584 18.3893 12.6632 18.53 12.8037L21.864 16.1367C22.0045 16.2773 22.0836 16.4682 22.0837 16.667V25.334C22.0837 25.8864 21.8638 26.416 21.4733 26.8066C21.0826 27.1973 20.5522 27.417 19.9997 27.417H11.9997C11.4473 27.4169 10.9177 27.1973 10.527 26.8066C10.1364 26.416 9.91669 25.8864 9.91669 25.334ZM11.4167 25.334C11.4167 25.4886 11.4783 25.6367 11.5876 25.7461C11.6969 25.8554 11.8451 25.9169 11.9997 25.917H19.9997C20.1544 25.917 20.3034 25.8555 20.4128 25.7461C20.522 25.6367 20.5837 25.4885 20.5837 25.334V16.9775L17.6891 14.084H11.9997C11.8451 14.0841 11.6969 14.1456 11.5876 14.2549C11.4783 14.3642 11.4168 14.5124 11.4167 14.667V25.334Z", fill: "#FF6A55" }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#FF6A55" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6561", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6561" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6561" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6561", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6561" })] }), _jsx("clipPath", { id: "clip0_2488_6561", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=DocumentModelModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentModelModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/DocumentModelModule.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAY;IACtD,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,uBAAuB,aACjC,aAAG,MAAM,EAAC,4BAA4B,aACpC,eACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,gJAAgJ,EAClJ,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,GACjB,IACA,EACJ,eACE,CAAC,EAAC,gUAAgU,EAClU,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,4TAA4T,EAC9T,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,oaAAoa,EACta,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,2wBAA2wB,EAC7wB,IAAI,EAAC,SAAS,GACd,EACF,eAAM,CAAC,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,GAAG,IACpE,EACJ,2BACE,kBACE,EAAE,EAAC,sBAAsB,EACzB,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAC,gBAAgB,EAC5B,yBAAyB,EAAC,MAAM,aAEhC,kBAAS,YAAY,EAAC,GAAG,EAAC,MAAM,EAAC,oBAAoB,GAAG,EACxD,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,uBACE,MAAM,EAAC,GAAG,EACV,QAAQ,EAAC,OAAO,EAChB,EAAE,EAAC,aAAa,EAChB,MAAM,EAAC,8BAA8B,GACrC,EACF,mBAAU,EAAE,EAAC,GAAG,GAAG,EACnB,yBAAgB,YAAY,EAAC,GAAG,GAAG,EACnC,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,oBAAoB,EACxB,MAAM,EAAC,8BAA8B,GACrC,EACF,kBACE,IAAI,EAAC,QAAQ,EACb,EAAE,EAAC,eAAe,EAClB,GAAG,EAAC,8BAA8B,EAClC,MAAM,EAAC,OAAO,GACd,EACF,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,mBAAU,EAAE,EAAC,IAAI,GAAG,EACpB,yBAAgB,YAAY,EAAC,KAAK,GAAG,EACrC,sBAAa,GAAG,EAAC,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,GAAG,EACpE,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,OAAO,EACX,MAAM,EAAC,+BAA+B,GACtC,IACK,EACT,mBAAU,EAAE,EAAC,iBAAiB,YAC5B,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function EditorModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=EditorModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/EditorModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,KAAK,2CA2HhD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function EditorModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6535)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6535)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#FF891D", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#FF891D" }), _jsxs("g", { clipPath: "url(#clip1_2488_6535)", children: [_jsx("path", { d: "M8.58215 16.667C8.58215 16.0439 8.82918 15.4455 9.26868 15.0039L11.004 13.2686C11.4457 12.8291 12.0441 12.582 12.6671 12.582C13.2121 12.5821 13.7377 12.7708 14.1564 13.1123L14.3292 13.2686L17.1974 16.1357C17.4903 16.4286 17.4903 16.9044 17.1974 17.1973C16.9045 17.4902 16.4288 17.4902 16.1359 17.1973L13.2706 14.3311C13.1102 14.1716 12.8933 14.0822 12.6671 14.082C12.4408 14.082 12.2231 14.1715 12.0626 14.3311L10.3302 16.0635C10.1713 16.2239 10.0822 16.4411 10.0822 16.667C10.0823 16.8927 10.1714 17.1092 10.3302 17.2695L13.1974 20.1357C13.4903 20.4286 13.4903 20.9044 13.1974 21.1973C12.9045 21.4902 12.4288 21.4902 12.1359 21.1973L9.26868 18.3291C8.82929 17.8876 8.58227 17.2899 8.58215 16.667Z", fill: "#FF891D" }), _jsx("path", { d: "M14.1361 14.1356C14.4289 13.8428 14.9037 13.8429 15.1966 14.1356C15.4895 14.4285 15.4895 14.9033 15.1966 15.1962L13.8636 16.5292C13.5707 16.8221 13.096 16.8221 12.8031 16.5292C12.5104 16.2363 12.5102 15.7615 12.8031 15.4686L14.1361 14.1356Z", fill: "#FF891D" }), _jsx("path", { d: "M20.8027 20.8036C21.0956 20.5107 21.5704 20.5108 21.8633 20.8036C22.1562 21.0965 22.1562 21.5712 21.8633 21.8641L20.5303 23.1971C20.2374 23.49 19.7626 23.49 19.4697 23.1971C19.177 22.9042 19.1769 22.4294 19.4697 22.1366L20.8027 20.8036Z", fill: "#FF891D" }), _jsx("path", { d: "M18.803 18.8037C19.0959 18.5108 19.5707 18.5108 19.8636 18.8037L22.7308 21.6699C23.6503 22.5894 23.6503 24.0784 22.7308 24.998L20.9974 26.7314C20.0778 27.6509 18.5888 27.6509 17.6693 26.7314L14.803 23.8642C14.5102 23.5713 14.5102 23.0965 14.803 22.8037C15.0959 22.5108 15.5707 22.5108 15.8636 22.8037L18.7308 25.6699C19.0645 26.0036 19.6021 26.0036 19.9359 25.6699L21.6693 23.9365C22.003 23.6027 22.003 23.0652 21.6693 22.7314L18.803 19.8642C18.5102 19.5713 18.5102 19.0965 18.803 18.8037Z", fill: "#FF891D" }), _jsx("path", { d: "M21.9164 15.2139C21.9164 14.9145 21.7979 14.6268 21.5863 14.415C21.3746 14.2032 21.087 14.084 20.7875 14.084C20.488 14.0839 20.2005 14.2033 19.9887 14.415L19.9877 14.4141L11.0912 23.3145C11.0241 23.3813 10.9729 23.4633 10.9447 23.5537L10.9457 23.5547L10.2914 25.709L12.4467 25.0557L12.5131 25.0303C12.5782 25.0014 12.6381 24.9607 12.6889 24.9102L21.5853 16.0117C21.797 15.8001 21.9162 15.5132 21.9164 15.2139ZM23.4164 15.2139C23.4162 15.9109 23.1396 16.5794 22.6469 17.0723L13.7475 25.9727C13.506 26.2133 13.2093 26.391 12.8832 26.4902L9.97987 27.3711C9.79265 27.4274 9.59231 27.4324 9.40272 27.3848C9.21322 27.3371 9.04009 27.2386 8.90175 27.1006C8.76338 26.9624 8.66459 26.7891 8.61659 26.5996C8.56861 26.41 8.57233 26.2108 8.62831 26.0234L8.62929 26.0205L9.51015 23.1191L9.51112 23.1172C9.61113 22.791 9.78921 22.4939 10.0307 22.2529L18.9281 13.3535C19.4212 12.8605 20.0902 12.5839 20.7875 12.584C21.4848 12.5841 22.1538 12.8613 22.6469 13.3545C23.1398 13.8476 23.4165 14.5166 23.4164 15.2139Z", fill: "#FF891D" }), _jsx("path", { d: "M17.4697 14.8037C17.7626 14.5108 18.2374 14.5108 18.5303 14.8037L21.1973 17.4706C21.4898 17.7636 21.4901 18.2384 21.1973 18.5312C20.9045 18.824 20.4296 18.8238 20.1367 18.5312L17.4697 15.8642C17.1768 15.5713 17.1768 15.0965 17.4697 14.8037Z", fill: "#FF891D" })] })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6535", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6535" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6535" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6535", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6535" })] }), _jsx("clipPath", { id: "clip0_2488_6535", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) }), _jsx("clipPath", { id: "clip1_2488_6535", children: _jsx("rect", { width: "16", height: "16", fill: "white", transform: "translate(8 12)" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=EditorModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/EditorModule.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function PackageModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PackageModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PackageModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/PackageModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,KAAK,2CAqHjD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function PackageModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6570)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6570)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#FF6A55", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#FF6A55" }), _jsx("path", { d: "M15.3333 26.486C15.536 26.603 15.766 26.6646 16 26.6646C16.234 26.6646 16.464 26.603 16.6667 26.486L21.3333 23.8193C21.5358 23.7024 21.704 23.5343 21.821 23.3318C21.938 23.1294 21.9998 22.8998 22 22.666V17.3326C21.9998 17.0988 21.938 16.8692 21.821 16.6667C21.704 16.4643 21.5358 16.2962 21.3333 16.1793L16.6667 13.5126C16.464 13.3956 16.234 13.334 16 13.334C15.766 13.334 15.536 13.3956 15.3333 13.5126L10.6667 16.1793C10.4642 16.2962 10.296 16.4643 10.179 16.6667C10.062 16.8692 10.0002 17.0988 10 17.3326V22.666C10.0002 22.8998 10.062 23.1294 10.179 23.3318C10.296 23.5343 10.4642 23.7024 10.6667 23.8193L15.3333 26.486Z", stroke: "#FF6A55", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M16 26.6667V20", stroke: "#FF6A55", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M10.1934 16.666L16 19.9993L21.8067 16.666", stroke: "#FF6A55", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M13 14.8457L19 18.279", stroke: "#FF6A55", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6570", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6570" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6570" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6570", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6570" })] }), _jsx("clipPath", { id: "clip0_2488_6570", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=PackageModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PackageModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/PackageModule.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function PowerhouseDocumentModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PowerhouseDocumentModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PowerhouseDocumentModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/PowerhouseDocumentModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE,KAAK,2CA+F5D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function PowerhouseDocumentModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6580)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6580)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#343839", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#343839" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.0059 12L11.4164 17.4564C10.4497 18.2568 10.3795 19.7145 11.2645 20.6041L13.5443 22.8957C14.2131 23.568 14.3579 24.6012 13.8995 25.4315L12.4812 28H10.1333C8.95507 28 8 27.0449 8 25.8667V14.1333C8 12.9551 8.95507 12 10.1333 12H18.0059ZM19.2436 12L18.0128 14.2423C17.5589 15.0689 17.7019 16.0955 18.3641 16.7669L20.7825 19.2187C21.6656 20.114 21.5865 21.5751 20.612 22.37L13.7092 28H21.8667C23.0449 28 24 27.0449 24 25.8667V14.1333C24 12.9551 23.0449 12 21.8667 12H19.2436Z", fill: "#32373B" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6580", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6580" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6580" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6580", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6580" })] }), _jsx("clipPath", { id: "clip0_2488_6580", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=PowerhouseDocumentModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PowerhouseDocumentModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/PowerhouseDocumentModule.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAY;IAC3D,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,uBAAuB,aACjC,aAAG,MAAM,EAAC,4BAA4B,aACpC,eACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,gJAAgJ,EAClJ,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,GACjB,IACA,EACJ,eAAM,CAAC,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,GAAG,EACtE,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4dAA4d,EAC9d,IAAI,EAAC,SAAS,GACd,IACA,EACJ,2BACE,kBACE,EAAE,EAAC,sBAAsB,EACzB,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAC,gBAAgB,EAC5B,yBAAyB,EAAC,MAAM,aAEhC,kBAAS,YAAY,EAAC,GAAG,EAAC,MAAM,EAAC,oBAAoB,GAAG,EACxD,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,uBACE,MAAM,EAAC,GAAG,EACV,QAAQ,EAAC,OAAO,EAChB,EAAE,EAAC,aAAa,EAChB,MAAM,EAAC,8BAA8B,GACrC,EACF,mBAAU,EAAE,EAAC,GAAG,GAAG,EACnB,yBAAgB,YAAY,EAAC,GAAG,GAAG,EACnC,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,oBAAoB,EACxB,MAAM,EAAC,8BAA8B,GACrC,EACF,kBACE,IAAI,EAAC,QAAQ,EACb,EAAE,EAAC,eAAe,EAClB,GAAG,EAAC,8BAA8B,EAClC,MAAM,EAAC,OAAO,GACd,EACF,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,mBAAU,EAAE,EAAC,IAAI,GAAG,EACpB,yBAAgB,YAAY,EAAC,KAAK,GAAG,EACrC,sBAAa,GAAG,EAAC,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,GAAG,EACpE,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,OAAO,EACX,MAAM,EAAC,+BAA+B,GACtC,IACK,EACT,mBAAU,EAAE,EAAC,iBAAiB,YAC5B,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function RelationalProcessorModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=RelationalProcessorModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RelationalProcessorModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/RelationalProcessorModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,KAAK,EAAE,KAAK,2CAqG7D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function RelationalProcessorModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6514)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6514)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#3292ED", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#3292ED" }), _jsx("path", { d: "M16 12.584C17.7149 12.584 19.2986 12.8144 20.4795 13.208C21.0661 13.4035 21.5956 13.6535 21.9932 13.9668C22.3821 14.2734 22.75 14.7298 22.75 15.334C22.75 15.9382 22.3821 16.3945 21.9932 16.7012C21.5956 17.0145 21.0661 17.2644 20.4795 17.46C19.2986 17.8535 17.7149 18.084 16 18.084C14.2851 18.084 12.7014 17.8535 11.5205 17.46C10.9339 17.2644 10.4044 17.0145 10.0068 16.7012C9.61791 16.3945 9.25 15.9382 9.25 15.334C9.25 14.7298 9.61791 14.2734 10.0068 13.9668C10.4044 13.6535 10.9339 13.4035 11.5205 13.208C12.7014 12.8144 14.2851 12.584 16 12.584ZM16 14.084C14.4013 14.084 12.9847 14.3007 11.9941 14.6309C11.495 14.7972 11.1452 14.9793 10.9355 15.1445C10.813 15.2412 10.7694 15.3055 10.7549 15.334C10.7694 15.3625 10.813 15.4268 10.9355 15.5234C11.1452 15.6887 11.495 15.8707 11.9941 16.0371C12.9847 16.3673 14.4013 16.584 16 16.584C17.5987 16.584 19.0153 16.3673 20.0059 16.0371C20.505 15.8707 20.8548 15.6887 21.0645 15.5234C21.1865 15.4273 21.2294 15.3627 21.2441 15.334C21.2294 15.3053 21.1865 15.2407 21.0645 15.1445C20.8548 14.9793 20.505 14.7972 20.0059 14.6309C19.0153 14.3007 17.5987 14.084 16 14.084Z", fill: "#3292ED" }), _jsx("path", { d: "M9.25 15.334C9.25 14.9198 9.58579 14.584 10 14.584C10.4142 14.584 10.75 14.9198 10.75 15.334V24.6523C10.7562 24.6693 10.7881 24.737 10.9268 24.8486C11.1302 25.0123 11.478 25.1981 11.9941 25.3701C13.0218 25.7127 14.4636 25.917 16 25.917C17.5364 25.917 18.9782 25.7127 20.0059 25.3701C20.522 25.1981 20.8698 25.0123 21.0732 24.8486C21.2119 24.737 21.2438 24.6693 21.25 24.6523V15.334C21.25 14.9198 21.5858 14.584 22 14.584C22.4142 14.584 22.75 14.9198 22.75 15.334V24.667C22.75 25.2526 22.4005 25.7052 22.0137 26.0166C21.6198 26.3336 21.0884 26.59 20.4795 26.793C19.2567 27.2005 17.6461 27.417 16 27.417C14.3539 27.417 12.7433 27.2005 11.5205 26.793C10.9116 26.59 10.3802 26.3336 9.98633 26.0166C9.59947 25.7052 9.25 25.2526 9.25 24.667V15.334Z", fill: "#3292ED" }), _jsx("path", { d: "M22 19.25C22.4142 19.25 22.75 19.5858 22.75 20C22.75 20.5857 22.4006 21.0382 22.0137 21.3496C21.6198 21.6666 21.0884 21.923 20.4795 22.126C19.2568 22.5335 17.646 22.75 16 22.75C14.354 22.75 12.7432 22.5335 11.5205 22.126C10.9116 21.923 10.3802 21.6666 9.98633 21.3496C9.59941 21.0382 9.25 20.5857 9.25 20C9.25 19.5858 9.58579 19.25 10 19.25C10.409 19.25 10.7407 19.5774 10.749 19.9844C10.7544 19.9998 10.7858 20.0671 10.9268 20.1807C11.1302 20.3444 11.478 20.531 11.9941 20.7031C13.0218 21.0457 14.4636 21.25 16 21.25C17.5364 21.25 18.9782 21.0457 20.0059 20.7031C20.522 20.531 20.8698 20.3444 21.0732 20.1807C21.2133 20.0679 21.2444 20.0003 21.25 19.9844C21.2583 19.5774 21.591 19.25 22 19.25Z", fill: "#3292ED" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6514", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6514" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6514" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6514", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6514" })] }), _jsx("clipPath", { id: "clip0_2488_6514", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=RelationalProcessorModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RelationalProcessorModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/RelationalProcessorModule.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,KAAY;IAC5D,OAAO,CACL,kBACM,KAAK,EACT,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,uBAAuB,aACjC,aAAG,MAAM,EAAC,4BAA4B,aACpC,eACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,gJAAgJ,EAClJ,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,GACjB,IACA,EACJ,eAAM,CAAC,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,GAAG,EACtE,eACE,CAAC,EAAC,ylCAAylC,EAC3lC,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,wuBAAwuB,EAC1uB,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,wrBAAwrB,EAC1rB,IAAI,EAAC,SAAS,GACd,IACA,EACJ,2BACE,kBACE,EAAE,EAAC,sBAAsB,EACzB,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAC,gBAAgB,EAC5B,yBAAyB,EAAC,MAAM,aAEhC,kBAAS,YAAY,EAAC,GAAG,EAAC,MAAM,EAAC,oBAAoB,GAAG,EACxD,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,uBACE,MAAM,EAAC,GAAG,EACV,QAAQ,EAAC,OAAO,EAChB,EAAE,EAAC,aAAa,EAChB,MAAM,EAAC,8BAA8B,GACrC,EACF,mBAAU,EAAE,EAAC,GAAG,GAAG,EACnB,yBAAgB,YAAY,EAAC,GAAG,GAAG,EACnC,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,oBAAoB,EACxB,MAAM,EAAC,8BAA8B,GACrC,EACF,kBACE,IAAI,EAAC,QAAQ,EACb,EAAE,EAAC,eAAe,EAClB,GAAG,EAAC,8BAA8B,EAClC,MAAM,EAAC,OAAO,GACd,EACF,wBACE,EAAE,EAAC,aAAa,EAChB,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,2CAA2C,EAClD,MAAM,EAAC,WAAW,GAClB,EACF,mBAAU,EAAE,EAAC,IAAI,GAAG,EACpB,yBAAgB,YAAY,EAAC,KAAK,GAAG,EACrC,sBAAa,GAAG,EAAC,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,GAAG,EACpE,wBACE,IAAI,EAAC,QAAQ,EACb,MAAM,EAAC,4CAA4C,GACnD,EACF,kBACE,IAAI,EAAC,UAAU,EACf,GAAG,EAAC,OAAO,EACX,MAAM,EAAC,+BAA+B,GACtC,IACK,EACT,mBAAU,EAAE,EAAC,iBAAiB,YAC5B,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Props } from "./index.js";
2
+ export default function SubgraphModule(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SubgraphModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubgraphModule.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/SubgraphModule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,KAAK,2CAoJlD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export default function SubgraphModule(props) {
3
+ return (_jsxs("svg", { ...props, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_2488_6486)", children: [_jsxs("g", { filter: "url(#filter0_di_2488_6486)", children: [_jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z", fill: "#F3F5F7" }), _jsx("path", { d: "M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z", stroke: "#3292ED", strokeWidth: "1.5" })] }), _jsx("path", { d: "M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z", fill: "#3292ED" }), _jsx("path", { d: "M20.5882 22.603V17.1091L15.9728 14.3438L11.3575 17.1091V22.603L15.9728 25.3684L20.5882 22.603Z", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "16", cy: "14.3714", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "16", cy: "25.344", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "11.3846", cy: "17.1136", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "20.6154", cy: "17.1136", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "20.6154", cy: "22.5999", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" }), _jsx("ellipse", { cx: "11.3846", cy: "22.5999", rx: "1.38462", ry: "1.37137", fill: "white", stroke: "#3292ED", strokeWidth: "1.5" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_di_2488_6486", x: "-4", y: "-1", width: "40", height: "49", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feMorphology", { radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_2488_6486" }), _jsx("feOffset", { dy: "4" }), _jsx("feGaussianBlur", { stdDeviation: "4" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0" }), _jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2488_6486" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2488_6486", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "-1" }), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0" }), _jsx("feBlend", { mode: "multiply", in2: "shape", result: "effect2_innerShadow_2488_6486" })] }), _jsx("clipPath", { id: "clip0_2488_6486", children: _jsx("rect", { width: "32", height: "40", fill: "white" }) })] })] }));
4
+ }
5
+ //# sourceMappingURL=SubgraphModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubgraphModule.js","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/SubgraphModule.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithoutRef } from "react";
2
2
  export type Props = ComponentPropsWithoutRef<"svg">;
3
- export declare const iconNames: readonly ["CalendarTime", "CaretLeft", "CaretRight", "ArrowCouterclockwise", "ArrowFilledRight", "ArrowLeft", "ArrowUp", "BarChart", "BaseArrowLeft", "BaseArrowRight", "Braces", "Branch", "BrickGlobe", "Briefcase", "Calendar", "CaretDown", "CaretSort", "Caret", "CheckCircleFill", "CheckCircle", "Check", "Checkmark", "ChevronDown", "CircleInfo", "Circle", "ClockFill", "ClockHistory", "Clock", "CloudSlash", "Collapse", "Compass", "ConnectSmall", "Connect", "Copy", "Created", "CrossCircle", "Danger", "DescendenceModified", "Disconnect", "Discord", "DownloadFile", "Drive", "Duplicated", "Edit", "Ellipsis", "Error", "Ethscan", "Exclamation", "ExportCsv", "ExportJson", "ExportPdf", "ExportUbl", "ExportZip", "File", "FilesEarmark", "FolderClose", "FolderOpen", "FolderPlus", "Forum", "Gear", "Github", "GlobeWww", "Globe", "Hdd", "History", "InfoSquare", "Link", "Linkedin", "Lock", "M", "Modified", "Moved", "Npm", "PackageManager", "Pencil", "PeopleFill", "People", "Person", "PinFilled", "Pin", "PlusCircle", "PlusSquare", "Plus", "PowerhouseLogoSmall", "Project", "QuestionSquare", "RedoArrow", "Reload", "Removed", "RenownHover", "RenownLight", "Renown", "Ring", "Save", "Search", "Server", "Settings", "Synced", "Syncing", "Tabler", "TimelineCaret", "Timeline", "TrashFill", "Trash", "TreeViewSlash", "TriangleDown", "Tube", "VariantArrowLeft", "VerticalDots", "WarningFill", "XTwitter", "XmarkLight", "Xmark", "Youtube"];
3
+ export declare const iconNames: readonly ["CalendarTime", "CaretLeft", "CaretRight", "AnalyticsProcessorModule", "AppModule", "ArrowCouterclockwise", "ArrowFilledRight", "ArrowLeft", "ArrowUp", "BarChart", "BaseArrowLeft", "BaseArrowRight", "Braces", "Branch", "BrickGlobe", "Briefcase", "Calendar", "CaretDown", "CaretSort", "Caret", "CheckCircleFill", "CheckCircle", "Check", "Checkmark", "ChevronDown", "CircleInfo", "Circle", "ClockFill", "ClockHistory", "Clock", "CloudSlash", "CodegenProcessorModule", "Collapse", "Compass", "ConnectSmall", "Connect", "Copy", "Created", "CrossCircle", "CurlyBrackets", "Danger", "DescendenceModified", "Disconnect", "Discord", "DocumentIcons", "DocumentModelModule", "DocumentModel", "DownloadFile", "Drive", "Duplicated", "Edit", "EditorModule", "Ellipsis", "Error", "Ethscan", "Exclamation", "ExportCsv", "ExportJson", "ExportPdf", "ExportUbl", "ExportZip", "File", "FilesEarmark", "FolderClose", "FolderOpen", "FolderPlus", "Forum", "Gear", "Github", "GlobeWww", "Globe", "Hdd", "History", "InfoSquare", "Link", "Linkedin", "Lock", "M", "Modified", "Moved", "Npm", "PackageManager", "PackageModule", "Pencil", "PeopleFill", "People", "Person", "PinFilled", "Pin", "PlusCircle", "PlusSquare", "Plus", "PowerhouseDocumentModule", "PowerhouseLogoSmall", "Project", "QuestionSquare", "RedoArrow", "RelationalProcessorModule", "Reload", "Removed", "RenownHover", "RenownLight", "Renown", "Ring", "Save", "Search", "Server", "Settings", "SubgraphModule", "Synced", "Syncing", "Tabler", "TimelineCaret", "Timeline", "TrashFill", "Trash", "TreeViewSlash", "TriangleDown", "Tube", "VariantArrowLeft", "VerticalDots", "WarningFill", "XTwitter", "XmarkLight", "Xmark", "Youtube"];
4
4
  export type IconName = (typeof iconNames)[number];
5
5
  export declare const iconComponents: Record<IconName, (props: Props) => React.JSX.Element>;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAoHtD,MAAM,MAAM,KAAK,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,SAAS,w5CAmHZ,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAClD,eAAO,MAAM,cAAc,EAAE,MAAM,CACjC,QAAQ,EACR,CAAC,KAAK,EAAE,KAAK,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAoH3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/powerhouse/components/icon-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAgItD,MAAM,MAAM,KAAK,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,SAAS,ipDA+HZ,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAClD,eAAO,MAAM,cAAc,EAAE,MAAM,CACjC,QAAQ,EACR,CAAC,KAAK,EAAE,KAAK,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAgI3B,CAAC"}