@fibery/ui-kit 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (373) hide show
  1. package/index.ts +2 -0
  2. package/package.json +100 -0
  3. package/src/Button.d.ts +24 -0
  4. package/src/Button.js +361 -0
  5. package/src/FormFieldLoader.js +30 -0
  6. package/src/Item.tsx +127 -0
  7. package/src/Loaders.d.ts +16 -0
  8. package/src/Loaders.js +144 -0
  9. package/src/Select/components.js +64 -0
  10. package/src/Select/index.d.ts +11 -0
  11. package/src/Select/index.js +140 -0
  12. package/src/Select/lazy.js +35 -0
  13. package/src/Select/select-loader.tsx +8 -0
  14. package/src/Select/styles.js +133 -0
  15. package/src/ThemeProvider.tsx +14 -0
  16. package/src/create-inline-theme.ts +55 -0
  17. package/src/designSystem.ts +877 -0
  18. package/src/icons/Icon.tsx +56 -0
  19. package/src/icons/IconAsBackground.tsx +15 -0
  20. package/src/icons/IconAsPaths.ts +50 -0
  21. package/src/icons/ast/Activity.ts +8 -0
  22. package/src/icons/ast/ActivityLog.ts +8 -0
  23. package/src/icons/ast/Add.ts +8 -0
  24. package/src/icons/ast/AddCompact.ts +8 -0
  25. package/src/icons/ast/AddReactions.ts +8 -0
  26. package/src/icons/ast/AntdFilledCheckCircle.ts +8 -0
  27. package/src/icons/ast/AntdFilledCloseCircle.ts +8 -0
  28. package/src/icons/ast/AntdFilledExclamationCircle.ts +8 -0
  29. package/src/icons/ast/AntdFilledInfoCircle.ts +8 -0
  30. package/src/icons/ast/App.ts +8 -0
  31. package/src/icons/ast/AppDetails.ts +8 -0
  32. package/src/icons/ast/AppStore.ts +8 -0
  33. package/src/icons/ast/AppStoreOneColor.ts +8 -0
  34. package/src/icons/ast/AppTemplates.ts +8 -0
  35. package/src/icons/ast/AppTemplatesOneColor.ts +8 -0
  36. package/src/icons/ast/AppWebhooks.ts +8 -0
  37. package/src/icons/ast/AppWiki.ts +8 -0
  38. package/src/icons/ast/ArrowBottom.ts +8 -0
  39. package/src/icons/ast/ArrowCollapse.ts +8 -0
  40. package/src/icons/ast/ArrowCollapseVertical.ts +8 -0
  41. package/src/icons/ast/ArrowLeft.ts +8 -0
  42. package/src/icons/ast/ArrowRight.ts +8 -0
  43. package/src/icons/ast/ArrowTop.ts +8 -0
  44. package/src/icons/ast/AskForInput.ts +8 -0
  45. package/src/icons/ast/Back.ts +8 -0
  46. package/src/icons/ast/BacklogIcon.ts +8 -0
  47. package/src/icons/ast/BatchActionsIcon.ts +8 -0
  48. package/src/icons/ast/Cards.ts +8 -0
  49. package/src/icons/ast/Checked.ts +8 -0
  50. package/src/icons/ast/ClearValue.ts +8 -0
  51. package/src/icons/ast/Close.ts +8 -0
  52. package/src/icons/ast/ColorCoding.ts +8 -0
  53. package/src/icons/ast/Columns.ts +8 -0
  54. package/src/icons/ast/CopyUrl.ts +8 -0
  55. package/src/icons/ast/Database.ts +8 -0
  56. package/src/icons/ast/Delete.ts +8 -0
  57. package/src/icons/ast/Demo.ts +8 -0
  58. package/src/icons/ast/DoubleArrowLeft.ts +8 -0
  59. package/src/icons/ast/DoubleArrowRight.ts +8 -0
  60. package/src/icons/ast/DragBlockHandle.ts +8 -0
  61. package/src/icons/ast/DragHandle.ts +8 -0
  62. package/src/icons/ast/ExtensionAssignments.ts +8 -0
  63. package/src/icons/ast/ExtensionAvatar.ts +8 -0
  64. package/src/icons/ast/ExtensionComments.ts +8 -0
  65. package/src/icons/ast/ExtensionFiles.ts +8 -0
  66. package/src/icons/ast/ExtensionReferences.ts +8 -0
  67. package/src/icons/ast/ExtensionWorkflow.ts +8 -0
  68. package/src/icons/ast/Favorites.ts +8 -0
  69. package/src/icons/ast/FavoritesChecked.ts +8 -0
  70. package/src/icons/ast/FavoritesMenu.ts +8 -0
  71. package/src/icons/ast/Fields.ts +8 -0
  72. package/src/icons/ast/Filter.ts +8 -0
  73. package/src/icons/ast/FocusMode.ts +8 -0
  74. package/src/icons/ast/FocusModeOff.ts +8 -0
  75. package/src/icons/ast/Globe.ts +8 -0
  76. package/src/icons/ast/Hide.ts +8 -0
  77. package/src/icons/ast/Hint.ts +8 -0
  78. package/src/icons/ast/Home.ts +8 -0
  79. package/src/icons/ast/Integration.ts +8 -0
  80. package/src/icons/ast/InvitePeople.ts +8 -0
  81. package/src/icons/ast/Items.ts +8 -0
  82. package/src/icons/ast/LeftPanel.ts +8 -0
  83. package/src/icons/ast/Levels.ts +8 -0
  84. package/src/icons/ast/Lock.ts +8 -0
  85. package/src/icons/ast/MenuCollapser.ts +8 -0
  86. package/src/icons/ast/Milestones.ts +8 -0
  87. package/src/icons/ast/More.ts +8 -0
  88. package/src/icons/ast/MoreCompact.ts +8 -0
  89. package/src/icons/ast/MySpace.ts +8 -0
  90. package/src/icons/ast/Notifications.ts +8 -0
  91. package/src/icons/ast/ObjChild.ts +8 -0
  92. package/src/icons/ast/ObjM2M.ts +8 -0
  93. package/src/icons/ast/ObjO2O.ts +8 -0
  94. package/src/icons/ast/ObjParent.ts +8 -0
  95. package/src/icons/ast/ObjSelf.ts +8 -0
  96. package/src/icons/ast/OnSchedule.ts +8 -0
  97. package/src/icons/ast/OpenAsPage.ts +8 -0
  98. package/src/icons/ast/PageRegularMode.ts +8 -0
  99. package/src/icons/ast/PageWideMode.ts +8 -0
  100. package/src/icons/ast/Photo.ts +8 -0
  101. package/src/icons/ast/Popup.ts +8 -0
  102. package/src/icons/ast/Posts.ts +8 -0
  103. package/src/icons/ast/Remove.ts +8 -0
  104. package/src/icons/ast/Reply.ts +8 -0
  105. package/src/icons/ast/Restore.ts +8 -0
  106. package/src/icons/ast/RicheditorActionsMore.ts +8 -0
  107. package/src/icons/ast/RicheditorBlockCode.ts +8 -0
  108. package/src/icons/ast/RicheditorBlockEntity.ts +8 -0
  109. package/src/icons/ast/RicheditorBlockH1.ts +8 -0
  110. package/src/icons/ast/RicheditorBlockH2.ts +8 -0
  111. package/src/icons/ast/RicheditorBlockH3.ts +8 -0
  112. package/src/icons/ast/RicheditorBlockH4.ts +8 -0
  113. package/src/icons/ast/RicheditorBlockMention.ts +8 -0
  114. package/src/icons/ast/RicheditorBlockParagraph.ts +8 -0
  115. package/src/icons/ast/RicheditorBlockQuote.ts +8 -0
  116. package/src/icons/ast/RicheditorChecklistCreate.ts +8 -0
  117. package/src/icons/ast/RicheditorCommentCreate.ts +8 -0
  118. package/src/icons/ast/RicheditorEntityLinkCreate.ts +8 -0
  119. package/src/icons/ast/RicheditorHistoryRedo.ts +8 -0
  120. package/src/icons/ast/RicheditorHistoryUndo.ts +8 -0
  121. package/src/icons/ast/RicheditorImageAlignCenter.ts +8 -0
  122. package/src/icons/ast/RicheditorImageAlignLeft.ts +8 -0
  123. package/src/icons/ast/RicheditorImageAlignRight.ts +8 -0
  124. package/src/icons/ast/RicheditorImageUpload.ts +8 -0
  125. package/src/icons/ast/RicheditorImageWrapCenter.ts +8 -0
  126. package/src/icons/ast/RicheditorImageWrapLeft.ts +8 -0
  127. package/src/icons/ast/RicheditorImageWrapRight.ts +8 -0
  128. package/src/icons/ast/RicheditorImageZoom.ts +8 -0
  129. package/src/icons/ast/RicheditorLinkCreate.ts +8 -0
  130. package/src/icons/ast/RicheditorLinkedhighlightCreate.ts +8 -0
  131. package/src/icons/ast/RicheditorListBullet.ts +8 -0
  132. package/src/icons/ast/RicheditorListIndent.ts +8 -0
  133. package/src/icons/ast/RicheditorListOrdered.ts +8 -0
  134. package/src/icons/ast/RicheditorListUnindent.ts +8 -0
  135. package/src/icons/ast/RicheditorMarkCode.ts +8 -0
  136. package/src/icons/ast/RicheditorMarkEm.ts +8 -0
  137. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  138. package/src/icons/ast/RicheditorMarkStrike.ts +8 -0
  139. package/src/icons/ast/RicheditorMarkStrong.ts +8 -0
  140. package/src/icons/ast/RicheditorMarkUnderline.ts +8 -0
  141. package/src/icons/ast/RicheditorOpenLink.ts +8 -0
  142. package/src/icons/ast/RicheditorTableCreate.ts +8 -0
  143. package/src/icons/ast/RicheditorUnlink.ts +8 -0
  144. package/src/icons/ast/RicheditorVideoUpload.ts +8 -0
  145. package/src/icons/ast/RightPanel.ts +8 -0
  146. package/src/icons/ast/Rows.ts +8 -0
  147. package/src/icons/ast/Search.ts +8 -0
  148. package/src/icons/ast/SelfReferenceOff.ts +8 -0
  149. package/src/icons/ast/SelfReferenceOn.ts +8 -0
  150. package/src/icons/ast/Settings.ts +8 -0
  151. package/src/icons/ast/Share.ts +8 -0
  152. package/src/icons/ast/Shared.ts +8 -0
  153. package/src/icons/ast/Sidebar.ts +8 -0
  154. package/src/icons/ast/Slack.ts +8 -0
  155. package/src/icons/ast/SmartFolder.ts +8 -0
  156. package/src/icons/ast/Sort.ts +8 -0
  157. package/src/icons/ast/SortOnBottom.ts +8 -0
  158. package/src/icons/ast/SortOnTop.ts +8 -0
  159. package/src/icons/ast/Spinner.ts +8 -0
  160. package/src/icons/ast/TypeBoolean.ts +8 -0
  161. package/src/icons/ast/TypeButton.ts +8 -0
  162. package/src/icons/ast/TypeCheckbox.ts +8 -0
  163. package/src/icons/ast/TypeDate.ts +8 -0
  164. package/src/icons/ast/TypeEmail.ts +8 -0
  165. package/src/icons/ast/TypeEmoji.ts +8 -0
  166. package/src/icons/ast/TypeFormula.ts +8 -0
  167. package/src/icons/ast/TypeFunction.ts +8 -0
  168. package/src/icons/ast/TypeLookup.ts +8 -0
  169. package/src/icons/ast/TypeMoney.ts +8 -0
  170. package/src/icons/ast/TypeMultiSelect.ts +8 -0
  171. package/src/icons/ast/TypeNumber.ts +8 -0
  172. package/src/icons/ast/TypePercent.ts +8 -0
  173. package/src/icons/ast/TypePhone.ts +8 -0
  174. package/src/icons/ast/TypeRelation.ts +8 -0
  175. package/src/icons/ast/TypeRichText.ts +8 -0
  176. package/src/icons/ast/TypeRule.ts +8 -0
  177. package/src/icons/ast/TypeSingleSelect.ts +8 -0
  178. package/src/icons/ast/TypeText.ts +8 -0
  179. package/src/icons/ast/TypeUrl.ts +8 -0
  180. package/src/icons/ast/Upgrade.ts +8 -0
  181. package/src/icons/ast/ViewBoard.ts +8 -0
  182. package/src/icons/ast/ViewCalendar.ts +8 -0
  183. package/src/icons/ast/ViewCanvas.ts +8 -0
  184. package/src/icons/ast/ViewChart.ts +8 -0
  185. package/src/icons/ast/ViewDetails.ts +8 -0
  186. package/src/icons/ast/ViewDocument.ts +8 -0
  187. package/src/icons/ast/ViewFeed.ts +8 -0
  188. package/src/icons/ast/ViewList.ts +8 -0
  189. package/src/icons/ast/ViewPage.ts +8 -0
  190. package/src/icons/ast/ViewTable.ts +8 -0
  191. package/src/icons/ast/ViewTimeline.ts +8 -0
  192. package/src/icons/ast/Views.ts +8 -0
  193. package/src/icons/ast/Warning.ts +8 -0
  194. package/src/icons/ast/index.tsx +174 -0
  195. package/src/icons/generateIconFromAst.ts +29 -0
  196. package/src/icons/getIconContainerStyle.tsx +13 -0
  197. package/src/icons/getShiftStyle.ts +21 -0
  198. package/src/icons/react/Activity.tsx +12 -0
  199. package/src/icons/react/ActivityLog.tsx +12 -0
  200. package/src/icons/react/Add.tsx +12 -0
  201. package/src/icons/react/AddCompact.tsx +12 -0
  202. package/src/icons/react/AddReactions.tsx +12 -0
  203. package/src/icons/react/AntdFilledCheckCircle.tsx +12 -0
  204. package/src/icons/react/AntdFilledCloseCircle.tsx +12 -0
  205. package/src/icons/react/AntdFilledExclamationCircle.tsx +12 -0
  206. package/src/icons/react/AntdFilledInfoCircle.tsx +12 -0
  207. package/src/icons/react/App.tsx +12 -0
  208. package/src/icons/react/AppDetails.tsx +12 -0
  209. package/src/icons/react/AppStore.tsx +12 -0
  210. package/src/icons/react/AppStoreOneColor.tsx +12 -0
  211. package/src/icons/react/AppTemplates.tsx +12 -0
  212. package/src/icons/react/AppTemplatesOneColor.tsx +12 -0
  213. package/src/icons/react/AppWebhooks.tsx +12 -0
  214. package/src/icons/react/AppWiki.tsx +12 -0
  215. package/src/icons/react/ArrowBottom.tsx +12 -0
  216. package/src/icons/react/ArrowCollapse.tsx +12 -0
  217. package/src/icons/react/ArrowCollapseVertical.tsx +12 -0
  218. package/src/icons/react/ArrowLeft.tsx +12 -0
  219. package/src/icons/react/ArrowRight.tsx +12 -0
  220. package/src/icons/react/ArrowTop.tsx +12 -0
  221. package/src/icons/react/AskForInput.tsx +12 -0
  222. package/src/icons/react/Back.tsx +12 -0
  223. package/src/icons/react/BacklogIcon.tsx +12 -0
  224. package/src/icons/react/BatchActionsIcon.tsx +12 -0
  225. package/src/icons/react/Cards.tsx +12 -0
  226. package/src/icons/react/Checked.tsx +12 -0
  227. package/src/icons/react/ClearValue.tsx +12 -0
  228. package/src/icons/react/Close.tsx +12 -0
  229. package/src/icons/react/ColorCoding.tsx +12 -0
  230. package/src/icons/react/Columns.tsx +12 -0
  231. package/src/icons/react/CopyUrl.tsx +12 -0
  232. package/src/icons/react/Database.tsx +12 -0
  233. package/src/icons/react/Delete.tsx +12 -0
  234. package/src/icons/react/Demo.tsx +12 -0
  235. package/src/icons/react/DoubleArrowLeft.tsx +12 -0
  236. package/src/icons/react/DoubleArrowRight.tsx +12 -0
  237. package/src/icons/react/DragBlockHandle.tsx +12 -0
  238. package/src/icons/react/DragHandle.tsx +12 -0
  239. package/src/icons/react/ExtensionAssignments.tsx +12 -0
  240. package/src/icons/react/ExtensionAvatar.tsx +12 -0
  241. package/src/icons/react/ExtensionComments.tsx +12 -0
  242. package/src/icons/react/ExtensionFiles.tsx +12 -0
  243. package/src/icons/react/ExtensionReferences.tsx +12 -0
  244. package/src/icons/react/ExtensionWorkflow.tsx +12 -0
  245. package/src/icons/react/Favorites.tsx +12 -0
  246. package/src/icons/react/FavoritesChecked.tsx +12 -0
  247. package/src/icons/react/FavoritesMenu.tsx +12 -0
  248. package/src/icons/react/Fields.tsx +12 -0
  249. package/src/icons/react/Filter.tsx +12 -0
  250. package/src/icons/react/FocusMode.tsx +12 -0
  251. package/src/icons/react/FocusModeOff.tsx +12 -0
  252. package/src/icons/react/Globe.tsx +12 -0
  253. package/src/icons/react/Hide.tsx +12 -0
  254. package/src/icons/react/Hint.tsx +12 -0
  255. package/src/icons/react/Home.tsx +12 -0
  256. package/src/icons/react/Integration.tsx +12 -0
  257. package/src/icons/react/InvitePeople.tsx +12 -0
  258. package/src/icons/react/Items.tsx +12 -0
  259. package/src/icons/react/LeftPanel.tsx +12 -0
  260. package/src/icons/react/Levels.tsx +12 -0
  261. package/src/icons/react/Lock.tsx +12 -0
  262. package/src/icons/react/MenuCollapser.tsx +12 -0
  263. package/src/icons/react/Milestones.tsx +12 -0
  264. package/src/icons/react/More.tsx +12 -0
  265. package/src/icons/react/MoreCompact.tsx +12 -0
  266. package/src/icons/react/MySpace.tsx +12 -0
  267. package/src/icons/react/Notifications.tsx +12 -0
  268. package/src/icons/react/ObjChild.tsx +12 -0
  269. package/src/icons/react/ObjM2M.tsx +12 -0
  270. package/src/icons/react/ObjO2O.tsx +12 -0
  271. package/src/icons/react/ObjParent.tsx +12 -0
  272. package/src/icons/react/ObjSelf.tsx +12 -0
  273. package/src/icons/react/OnSchedule.tsx +12 -0
  274. package/src/icons/react/OpenAsPage.tsx +12 -0
  275. package/src/icons/react/PageRegularMode.tsx +12 -0
  276. package/src/icons/react/PageWideMode.tsx +12 -0
  277. package/src/icons/react/Photo.tsx +12 -0
  278. package/src/icons/react/Popup.tsx +12 -0
  279. package/src/icons/react/Posts.tsx +12 -0
  280. package/src/icons/react/Remove.tsx +12 -0
  281. package/src/icons/react/Reply.tsx +12 -0
  282. package/src/icons/react/Restore.tsx +12 -0
  283. package/src/icons/react/RicheditorActionsMore.tsx +12 -0
  284. package/src/icons/react/RicheditorBlockCode.tsx +12 -0
  285. package/src/icons/react/RicheditorBlockEntity.tsx +12 -0
  286. package/src/icons/react/RicheditorBlockH1.tsx +12 -0
  287. package/src/icons/react/RicheditorBlockH2.tsx +12 -0
  288. package/src/icons/react/RicheditorBlockH3.tsx +12 -0
  289. package/src/icons/react/RicheditorBlockH4.tsx +12 -0
  290. package/src/icons/react/RicheditorBlockMention.tsx +12 -0
  291. package/src/icons/react/RicheditorBlockParagraph.tsx +12 -0
  292. package/src/icons/react/RicheditorBlockQuote.tsx +12 -0
  293. package/src/icons/react/RicheditorChecklistCreate.tsx +12 -0
  294. package/src/icons/react/RicheditorCommentCreate.tsx +12 -0
  295. package/src/icons/react/RicheditorEntityLinkCreate.tsx +12 -0
  296. package/src/icons/react/RicheditorHistoryRedo.tsx +12 -0
  297. package/src/icons/react/RicheditorHistoryUndo.tsx +12 -0
  298. package/src/icons/react/RicheditorImageAlignCenter.tsx +12 -0
  299. package/src/icons/react/RicheditorImageAlignLeft.tsx +12 -0
  300. package/src/icons/react/RicheditorImageAlignRight.tsx +12 -0
  301. package/src/icons/react/RicheditorImageUpload.tsx +12 -0
  302. package/src/icons/react/RicheditorImageWrapCenter.tsx +12 -0
  303. package/src/icons/react/RicheditorImageWrapLeft.tsx +12 -0
  304. package/src/icons/react/RicheditorImageWrapRight.tsx +12 -0
  305. package/src/icons/react/RicheditorImageZoom.tsx +12 -0
  306. package/src/icons/react/RicheditorLinkCreate.tsx +12 -0
  307. package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +12 -0
  308. package/src/icons/react/RicheditorListBullet.tsx +12 -0
  309. package/src/icons/react/RicheditorListIndent.tsx +12 -0
  310. package/src/icons/react/RicheditorListOrdered.tsx +12 -0
  311. package/src/icons/react/RicheditorListUnindent.tsx +12 -0
  312. package/src/icons/react/RicheditorMarkCode.tsx +12 -0
  313. package/src/icons/react/RicheditorMarkEm.tsx +12 -0
  314. package/src/icons/react/RicheditorMarkHighlight.tsx +12 -0
  315. package/src/icons/react/RicheditorMarkStrike.tsx +12 -0
  316. package/src/icons/react/RicheditorMarkStrong.tsx +12 -0
  317. package/src/icons/react/RicheditorMarkUnderline.tsx +12 -0
  318. package/src/icons/react/RicheditorOpenLink.tsx +12 -0
  319. package/src/icons/react/RicheditorTableCreate.tsx +12 -0
  320. package/src/icons/react/RicheditorUnlink.tsx +12 -0
  321. package/src/icons/react/RicheditorVideoUpload.tsx +12 -0
  322. package/src/icons/react/RightPanel.tsx +12 -0
  323. package/src/icons/react/Rows.tsx +12 -0
  324. package/src/icons/react/Search.tsx +12 -0
  325. package/src/icons/react/SelfReferenceOff.tsx +12 -0
  326. package/src/icons/react/SelfReferenceOn.tsx +12 -0
  327. package/src/icons/react/Settings.tsx +12 -0
  328. package/src/icons/react/Share.tsx +12 -0
  329. package/src/icons/react/Shared.tsx +12 -0
  330. package/src/icons/react/Sidebar.tsx +12 -0
  331. package/src/icons/react/Slack.tsx +12 -0
  332. package/src/icons/react/SmartFolder.tsx +12 -0
  333. package/src/icons/react/Sort.tsx +12 -0
  334. package/src/icons/react/SortOnBottom.tsx +12 -0
  335. package/src/icons/react/SortOnTop.tsx +12 -0
  336. package/src/icons/react/Spinner.tsx +12 -0
  337. package/src/icons/react/TypeBoolean.tsx +12 -0
  338. package/src/icons/react/TypeButton.tsx +12 -0
  339. package/src/icons/react/TypeCheckbox.tsx +12 -0
  340. package/src/icons/react/TypeDate.tsx +12 -0
  341. package/src/icons/react/TypeEmail.tsx +12 -0
  342. package/src/icons/react/TypeEmoji.tsx +12 -0
  343. package/src/icons/react/TypeFormula.tsx +12 -0
  344. package/src/icons/react/TypeFunction.tsx +12 -0
  345. package/src/icons/react/TypeLookup.tsx +12 -0
  346. package/src/icons/react/TypeMoney.tsx +12 -0
  347. package/src/icons/react/TypeMultiSelect.tsx +12 -0
  348. package/src/icons/react/TypeNumber.tsx +12 -0
  349. package/src/icons/react/TypePercent.tsx +12 -0
  350. package/src/icons/react/TypePhone.tsx +12 -0
  351. package/src/icons/react/TypeRelation.tsx +12 -0
  352. package/src/icons/react/TypeRichText.tsx +12 -0
  353. package/src/icons/react/TypeRule.tsx +12 -0
  354. package/src/icons/react/TypeSingleSelect.tsx +12 -0
  355. package/src/icons/react/TypeText.tsx +12 -0
  356. package/src/icons/react/TypeUrl.tsx +12 -0
  357. package/src/icons/react/Upgrade.tsx +12 -0
  358. package/src/icons/react/ViewBoard.tsx +12 -0
  359. package/src/icons/react/ViewCalendar.tsx +12 -0
  360. package/src/icons/react/ViewCanvas.tsx +12 -0
  361. package/src/icons/react/ViewChart.tsx +12 -0
  362. package/src/icons/react/ViewDetails.tsx +12 -0
  363. package/src/icons/react/ViewDocument.tsx +12 -0
  364. package/src/icons/react/ViewFeed.tsx +12 -0
  365. package/src/icons/react/ViewList.tsx +12 -0
  366. package/src/icons/react/ViewPage.tsx +12 -0
  367. package/src/icons/react/ViewTable.tsx +12 -0
  368. package/src/icons/react/ViewTimeline.tsx +12 -0
  369. package/src/icons/react/Views.tsx +12 -0
  370. package/src/icons/react/Warning.tsx +12 -0
  371. package/src/icons/react/index.tsx +174 -0
  372. package/src/icons/types.ts +29 -0
  373. package/src/loading-sausage.tsx +171 -0
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeEmailSvg from '../ast/TypeEmail';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeEmail = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeEmailSvg} />;
10
+
11
+ TypeEmail.displayName = 'TypeEmail';
12
+ export default TypeEmail;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeEmojiSvg from '../ast/TypeEmoji';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeEmoji = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeEmojiSvg} />;
10
+
11
+ TypeEmoji.displayName = 'TypeEmoji';
12
+ export default TypeEmoji;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeFormulaSvg from '../ast/TypeFormula';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeFormula = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeFormulaSvg} />;
10
+
11
+ TypeFormula.displayName = 'TypeFormula';
12
+ export default TypeFormula;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeFunctionSvg from '../ast/TypeFunction';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeFunction = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeFunctionSvg} />;
10
+
11
+ TypeFunction.displayName = 'TypeFunction';
12
+ export default TypeFunction;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeLookupSvg from '../ast/TypeLookup';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeLookup = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeLookupSvg} />;
10
+
11
+ TypeLookup.displayName = 'TypeLookup';
12
+ export default TypeLookup;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeMoneySvg from '../ast/TypeMoney';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeMoney = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeMoneySvg} />;
10
+
11
+ TypeMoney.displayName = 'TypeMoney';
12
+ export default TypeMoney;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeMultiSelectSvg from '../ast/TypeMultiSelect';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeMultiSelect = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeMultiSelectSvg} />;
10
+
11
+ TypeMultiSelect.displayName = 'TypeMultiSelect';
12
+ export default TypeMultiSelect;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeNumberSvg from '../ast/TypeNumber';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeNumber = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeNumberSvg} />;
10
+
11
+ TypeNumber.displayName = 'TypeNumber';
12
+ export default TypeNumber;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypePercentSvg from '../ast/TypePercent';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypePercent = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypePercentSvg} />;
10
+
11
+ TypePercent.displayName = 'TypePercent';
12
+ export default TypePercent;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypePhoneSvg from '../ast/TypePhone';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypePhone = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypePhoneSvg} />;
10
+
11
+ TypePhone.displayName = 'TypePhone';
12
+ export default TypePhone;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeRelationSvg from '../ast/TypeRelation';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeRelation = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeRelationSvg} />;
10
+
11
+ TypeRelation.displayName = 'TypeRelation';
12
+ export default TypeRelation;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeRichTextSvg from '../ast/TypeRichText';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeRichText = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeRichTextSvg} />;
10
+
11
+ TypeRichText.displayName = 'TypeRichText';
12
+ export default TypeRichText;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeRuleSvg from '../ast/TypeRule';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeRule = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeRuleSvg} />;
10
+
11
+ TypeRule.displayName = 'TypeRule';
12
+ export default TypeRule;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeSingleSelectSvg from '../ast/TypeSingleSelect';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeSingleSelect = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeSingleSelectSvg} />;
10
+
11
+ TypeSingleSelect.displayName = 'TypeSingleSelect';
12
+ export default TypeSingleSelect;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeTextSvg from '../ast/TypeText';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeText = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeTextSvg} />;
10
+
11
+ TypeText.displayName = 'TypeText';
12
+ export default TypeText;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import TypeUrlSvg from '../ast/TypeUrl';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const TypeUrl = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={TypeUrlSvg} />;
10
+
11
+ TypeUrl.displayName = 'TypeUrl';
12
+ export default TypeUrl;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UpgradeSvg from '../ast/Upgrade';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Upgrade = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UpgradeSvg} />;
10
+
11
+ Upgrade.displayName = 'Upgrade';
12
+ export default Upgrade;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewBoardSvg from '../ast/ViewBoard';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewBoard = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewBoardSvg} />;
10
+
11
+ ViewBoard.displayName = 'ViewBoard';
12
+ export default ViewBoard;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewCalendarSvg from '../ast/ViewCalendar';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewCalendar = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewCalendarSvg} />;
10
+
11
+ ViewCalendar.displayName = 'ViewCalendar';
12
+ export default ViewCalendar;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewCanvasSvg from '../ast/ViewCanvas';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewCanvas = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewCanvasSvg} />;
10
+
11
+ ViewCanvas.displayName = 'ViewCanvas';
12
+ export default ViewCanvas;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewChartSvg from '../ast/ViewChart';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewChart = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewChartSvg} />;
10
+
11
+ ViewChart.displayName = 'ViewChart';
12
+ export default ViewChart;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewDetailsSvg from '../ast/ViewDetails';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewDetails = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewDetailsSvg} />;
10
+
11
+ ViewDetails.displayName = 'ViewDetails';
12
+ export default ViewDetails;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewDocumentSvg from '../ast/ViewDocument';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewDocument = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewDocumentSvg} />;
10
+
11
+ ViewDocument.displayName = 'ViewDocument';
12
+ export default ViewDocument;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewFeedSvg from '../ast/ViewFeed';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewFeed = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewFeedSvg} />;
10
+
11
+ ViewFeed.displayName = 'ViewFeed';
12
+ export default ViewFeed;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewListSvg from '../ast/ViewList';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewList = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewListSvg} />;
10
+
11
+ ViewList.displayName = 'ViewList';
12
+ export default ViewList;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewPageSvg from '../ast/ViewPage';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewPage = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewPageSvg} />;
10
+
11
+ ViewPage.displayName = 'ViewPage';
12
+ export default ViewPage;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewTableSvg from '../ast/ViewTable';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewTable = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewTableSvg} />;
10
+
11
+ ViewTable.displayName = 'ViewTable';
12
+ export default ViewTable;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewTimelineSvg from '../ast/ViewTimeline';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const ViewTimeline = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewTimelineSvg} />;
10
+
11
+ ViewTimeline.displayName = 'ViewTimeline';
12
+ export default ViewTimeline;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ViewsSvg from '../ast/Views';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Views = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ViewsSvg} />;
10
+
11
+ Views.displayName = 'Views';
12
+ export default Views;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import WarningSvg from '../ast/Warning';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Warning = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={WarningSvg} />;
10
+
11
+ Warning.displayName = 'Warning';
12
+ export default Warning;
@@ -0,0 +1,174 @@
1
+ // This icon file is generated automatically.
2
+ export { default as ActivityLog } from './ActivityLog';
3
+ export { default as Activity } from './Activity';
4
+ export { default as AddCompact } from './AddCompact';
5
+ export { default as AddReactions } from './AddReactions';
6
+ export { default as Add } from './Add';
7
+ export { default as AntdFilledCheckCircle } from './AntdFilledCheckCircle';
8
+ export { default as AntdFilledCloseCircle } from './AntdFilledCloseCircle';
9
+ export { default as AntdFilledExclamationCircle } from './AntdFilledExclamationCircle';
10
+ export { default as AntdFilledInfoCircle } from './AntdFilledInfoCircle';
11
+ export { default as AppDetails } from './AppDetails';
12
+ export { default as AppStoreOneColor } from './AppStoreOneColor';
13
+ export { default as AppStore } from './AppStore';
14
+ export { default as AppTemplatesOneColor } from './AppTemplatesOneColor';
15
+ export { default as AppTemplates } from './AppTemplates';
16
+ export { default as AppWebhooks } from './AppWebhooks';
17
+ export { default as AppWiki } from './AppWiki';
18
+ export { default as App } from './App';
19
+ export { default as ArrowBottom } from './ArrowBottom';
20
+ export { default as ArrowCollapseVertical } from './ArrowCollapseVertical';
21
+ export { default as ArrowCollapse } from './ArrowCollapse';
22
+ export { default as ArrowLeft } from './ArrowLeft';
23
+ export { default as ArrowRight } from './ArrowRight';
24
+ export { default as ArrowTop } from './ArrowTop';
25
+ export { default as AskForInput } from './AskForInput';
26
+ export { default as Back } from './Back';
27
+ export { default as BacklogIcon } from './BacklogIcon';
28
+ export { default as BatchActionsIcon } from './BatchActionsIcon';
29
+ export { default as Cards } from './Cards';
30
+ export { default as Checked } from './Checked';
31
+ export { default as ClearValue } from './ClearValue';
32
+ export { default as Close } from './Close';
33
+ export { default as ColorCoding } from './ColorCoding';
34
+ export { default as Columns } from './Columns';
35
+ export { default as CopyUrl } from './CopyUrl';
36
+ export { default as Database } from './Database';
37
+ export { default as Delete } from './Delete';
38
+ export { default as Demo } from './Demo';
39
+ export { default as DoubleArrowLeft } from './DoubleArrowLeft';
40
+ export { default as DoubleArrowRight } from './DoubleArrowRight';
41
+ export { default as DragBlockHandle } from './DragBlockHandle';
42
+ export { default as DragHandle } from './DragHandle';
43
+ export { default as ExtensionAssignments } from './ExtensionAssignments';
44
+ export { default as ExtensionAvatar } from './ExtensionAvatar';
45
+ export { default as ExtensionComments } from './ExtensionComments';
46
+ export { default as ExtensionFiles } from './ExtensionFiles';
47
+ export { default as ExtensionReferences } from './ExtensionReferences';
48
+ export { default as ExtensionWorkflow } from './ExtensionWorkflow';
49
+ export { default as FavoritesChecked } from './FavoritesChecked';
50
+ export { default as FavoritesMenu } from './FavoritesMenu';
51
+ export { default as Favorites } from './Favorites';
52
+ export { default as Fields } from './Fields';
53
+ export { default as Filter } from './Filter';
54
+ export { default as FocusModeOff } from './FocusModeOff';
55
+ export { default as FocusMode } from './FocusMode';
56
+ export { default as Globe } from './Globe';
57
+ export { default as Hide } from './Hide';
58
+ export { default as Hint } from './Hint';
59
+ export { default as Home } from './Home';
60
+ export { default as Integration } from './Integration';
61
+ export { default as InvitePeople } from './InvitePeople';
62
+ export { default as Items } from './Items';
63
+ export { default as LeftPanel } from './LeftPanel';
64
+ export { default as Levels } from './Levels';
65
+ export { default as Lock } from './Lock';
66
+ export { default as MenuCollapser } from './MenuCollapser';
67
+ export { default as Milestones } from './Milestones';
68
+ export { default as MoreCompact } from './MoreCompact';
69
+ export { default as More } from './More';
70
+ export { default as MySpace } from './MySpace';
71
+ export { default as Notifications } from './Notifications';
72
+ export { default as ObjChild } from './ObjChild';
73
+ export { default as ObjM2M } from './ObjM2M';
74
+ export { default as ObjO2O } from './ObjO2O';
75
+ export { default as ObjParent } from './ObjParent';
76
+ export { default as ObjSelf } from './ObjSelf';
77
+ export { default as OnSchedule } from './OnSchedule';
78
+ export { default as OpenAsPage } from './OpenAsPage';
79
+ export { default as PageRegularMode } from './PageRegularMode';
80
+ export { default as PageWideMode } from './PageWideMode';
81
+ export { default as Photo } from './Photo';
82
+ export { default as Popup } from './Popup';
83
+ export { default as Posts } from './Posts';
84
+ export { default as Remove } from './Remove';
85
+ export { default as Reply } from './Reply';
86
+ export { default as Restore } from './Restore';
87
+ export { default as RicheditorActionsMore } from './RicheditorActionsMore';
88
+ export { default as RicheditorBlockCode } from './RicheditorBlockCode';
89
+ export { default as RicheditorBlockEntity } from './RicheditorBlockEntity';
90
+ export { default as RicheditorBlockH1 } from './RicheditorBlockH1';
91
+ export { default as RicheditorBlockH2 } from './RicheditorBlockH2';
92
+ export { default as RicheditorBlockH3 } from './RicheditorBlockH3';
93
+ export { default as RicheditorBlockH4 } from './RicheditorBlockH4';
94
+ export { default as RicheditorBlockMention } from './RicheditorBlockMention';
95
+ export { default as RicheditorBlockParagraph } from './RicheditorBlockParagraph';
96
+ export { default as RicheditorBlockQuote } from './RicheditorBlockQuote';
97
+ export { default as RicheditorChecklistCreate } from './RicheditorChecklistCreate';
98
+ export { default as RicheditorCommentCreate } from './RicheditorCommentCreate';
99
+ export { default as RicheditorEntityLinkCreate } from './RicheditorEntityLinkCreate';
100
+ export { default as RicheditorHistoryRedo } from './RicheditorHistoryRedo';
101
+ export { default as RicheditorHistoryUndo } from './RicheditorHistoryUndo';
102
+ export { default as RicheditorImageAlignCenter } from './RicheditorImageAlignCenter';
103
+ export { default as RicheditorImageAlignLeft } from './RicheditorImageAlignLeft';
104
+ export { default as RicheditorImageAlignRight } from './RicheditorImageAlignRight';
105
+ export { default as RicheditorImageUpload } from './RicheditorImageUpload';
106
+ export { default as RicheditorImageWrapCenter } from './RicheditorImageWrapCenter';
107
+ export { default as RicheditorImageWrapLeft } from './RicheditorImageWrapLeft';
108
+ export { default as RicheditorImageWrapRight } from './RicheditorImageWrapRight';
109
+ export { default as RicheditorImageZoom } from './RicheditorImageZoom';
110
+ export { default as RicheditorLinkCreate } from './RicheditorLinkCreate';
111
+ export { default as RicheditorLinkedhighlightCreate } from './RicheditorLinkedhighlightCreate';
112
+ export { default as RicheditorListBullet } from './RicheditorListBullet';
113
+ export { default as RicheditorListIndent } from './RicheditorListIndent';
114
+ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
115
+ export { default as RicheditorListUnindent } from './RicheditorListUnindent';
116
+ export { default as RicheditorMarkCode } from './RicheditorMarkCode';
117
+ export { default as RicheditorMarkEm } from './RicheditorMarkEm';
118
+ export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
119
+ export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
120
+ export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
121
+ export { default as RicheditorMarkUnderline } from './RicheditorMarkUnderline';
122
+ export { default as RicheditorOpenLink } from './RicheditorOpenLink';
123
+ export { default as RicheditorTableCreate } from './RicheditorTableCreate';
124
+ export { default as RicheditorUnlink } from './RicheditorUnlink';
125
+ export { default as RicheditorVideoUpload } from './RicheditorVideoUpload';
126
+ export { default as RightPanel } from './RightPanel';
127
+ export { default as Rows } from './Rows';
128
+ export { default as Search } from './Search';
129
+ export { default as SelfReferenceOff } from './SelfReferenceOff';
130
+ export { default as SelfReferenceOn } from './SelfReferenceOn';
131
+ export { default as Settings } from './Settings';
132
+ export { default as Share } from './Share';
133
+ export { default as Shared } from './Shared';
134
+ export { default as Sidebar } from './Sidebar';
135
+ export { default as Slack } from './Slack';
136
+ export { default as SmartFolder } from './SmartFolder';
137
+ export { default as SortOnBottom } from './SortOnBottom';
138
+ export { default as SortOnTop } from './SortOnTop';
139
+ export { default as Sort } from './Sort';
140
+ export { default as Spinner } from './Spinner';
141
+ export { default as TypeBoolean } from './TypeBoolean';
142
+ export { default as TypeButton } from './TypeButton';
143
+ export { default as TypeCheckbox } from './TypeCheckbox';
144
+ export { default as TypeDate } from './TypeDate';
145
+ export { default as TypeEmail } from './TypeEmail';
146
+ export { default as TypeEmoji } from './TypeEmoji';
147
+ export { default as TypeFormula } from './TypeFormula';
148
+ export { default as TypeFunction } from './TypeFunction';
149
+ export { default as TypeLookup } from './TypeLookup';
150
+ export { default as TypeMoney } from './TypeMoney';
151
+ export { default as TypeMultiSelect } from './TypeMultiSelect';
152
+ export { default as TypeNumber } from './TypeNumber';
153
+ export { default as TypePercent } from './TypePercent';
154
+ export { default as TypePhone } from './TypePhone';
155
+ export { default as TypeRelation } from './TypeRelation';
156
+ export { default as TypeRichText } from './TypeRichText';
157
+ export { default as TypeRule } from './TypeRule';
158
+ export { default as TypeSingleSelect } from './TypeSingleSelect';
159
+ export { default as TypeText } from './TypeText';
160
+ export { default as TypeUrl } from './TypeUrl';
161
+ export { default as Upgrade } from './Upgrade';
162
+ export { default as ViewBoard } from './ViewBoard';
163
+ export { default as ViewCalendar } from './ViewCalendar';
164
+ export { default as ViewCanvas } from './ViewCanvas';
165
+ export { default as ViewChart } from './ViewChart';
166
+ export { default as ViewDetails } from './ViewDetails';
167
+ export { default as ViewDocument } from './ViewDocument';
168
+ export { default as ViewFeed } from './ViewFeed';
169
+ export { default as ViewList } from './ViewList';
170
+ export { default as ViewPage } from './ViewPage';
171
+ export { default as ViewTable } from './ViewTable';
172
+ export { default as ViewTimeline } from './ViewTimeline';
173
+ export { default as Views } from './Views';
174
+ export { default as Warning } from './Warning';
@@ -0,0 +1,29 @@
1
+ export interface AbstractNode {
2
+ type: string;
3
+ tagName?: string;
4
+ properties?: {
5
+ [key: string]: string | number;
6
+ };
7
+ children: AbstractNode[];
8
+ metadata?: string;
9
+ }
10
+
11
+ export interface IconDefinition {
12
+ name: string; // kebab-case-style
13
+ icon: AbstractNode;
14
+ }
15
+
16
+ export type IconBaseProps = {
17
+ color?: string | null;
18
+ containerSize?: number;
19
+ viewBox?: string;
20
+ iconSize?: number;
21
+ onMouseDown?: () => void;
22
+ onMouseEnter?: () => void;
23
+ onMouseLeave?: () => void;
24
+ };
25
+
26
+ export type IconProps = IconBaseProps & {
27
+ icon: IconDefinition;
28
+ children?: JSX.Element;
29
+ };