elseware-ui 2.27.1 → 2.27.4

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 (320) hide show
  1. package/dist/index.css +8948 -0
  2. package/dist/index.css.map +1 -0
  3. package/dist/index.d.mts +1537 -0
  4. package/dist/index.d.ts +1537 -0
  5. package/dist/index.js +17745 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.mjs +17567 -0
  8. package/dist/index.mjs.map +1 -0
  9. package/package.json +27 -34
  10. package/build/components/data-display/avatar/Avatar.d.ts +0 -14
  11. package/build/components/data-display/avatar/index.d.ts +0 -1
  12. package/build/components/data-display/badge/Badge.d.ts +0 -15
  13. package/build/components/data-display/badge/index.d.ts +0 -1
  14. package/build/components/data-display/banners/TitleBanner.d.ts +0 -9
  15. package/build/components/data-display/banners/index.d.ts +0 -1
  16. package/build/components/data-display/brand/Brand.d.ts +0 -7
  17. package/build/components/data-display/brand/index.d.ts +0 -2
  18. package/build/components/data-display/charts/bar-chart/BarChart.d.ts +0 -9
  19. package/build/components/data-display/charts/bar-chart/index.d.ts +0 -2
  20. package/build/components/data-display/charts/index.d.ts +0 -3
  21. package/build/components/data-display/charts/line-chart/LineChart.d.ts +0 -9
  22. package/build/components/data-display/charts/line-chart/index.d.ts +0 -2
  23. package/build/components/data-display/charts/pie-chart/PieChart.d.ts +0 -9
  24. package/build/components/data-display/charts/pie-chart/index.d.ts +0 -2
  25. package/build/components/data-display/chip/Chip.d.ts +0 -10
  26. package/build/components/data-display/chip/index.d.ts +0 -2
  27. package/build/components/data-display/data-view/com/DataViewContent.d.ts +0 -7
  28. package/build/components/data-display/data-view/com/DataViewFooter.d.ts +0 -6
  29. package/build/components/data-display/data-view/com/DataViewHeader.d.ts +0 -6
  30. package/build/components/data-display/data-view/com/DataViewSidebar.d.ts +0 -6
  31. package/build/components/data-display/data-view/controls/DataViewFilterGroup.d.ts +0 -12
  32. package/build/components/data-display/data-view/controls/DataViewPageSize.d.ts +0 -7
  33. package/build/components/data-display/data-view/controls/DataViewPagination.d.ts +0 -6
  34. package/build/components/data-display/data-view/controls/DataViewSearch.d.ts +0 -7
  35. package/build/components/data-display/data-view/controls/DataViewSort.d.ts +0 -11
  36. package/build/components/data-display/data-view/core/DataViewContext.d.ts +0 -3
  37. package/build/components/data-display/data-view/core/DataViewProvider.d.ts +0 -10
  38. package/build/components/data-display/data-view/core/types.d.ts +0 -22
  39. package/build/components/data-display/data-view/hooks/useDataView.d.ts +0 -2
  40. package/build/components/data-display/data-view/index.d.ts +0 -21
  41. package/build/components/data-display/data-view/utils/filterData.d.ts +0 -1
  42. package/build/components/data-display/data-view/utils/searchData.d.ts +0 -1
  43. package/build/components/data-display/data-view/utils/sortData.d.ts +0 -2
  44. package/build/components/data-display/flag/Flag.d.ts +0 -7
  45. package/build/components/data-display/flag/index.d.ts +0 -2
  46. package/build/components/data-display/graphs/Graph.d.ts +0 -11
  47. package/build/components/data-display/graphs/com/GraphEdge.d.ts +0 -8
  48. package/build/components/data-display/graphs/com/GraphNode.d.ts +0 -8
  49. package/build/components/data-display/graphs/com/GraphRenderer.d.ts +0 -11
  50. package/build/components/data-display/graphs/index.d.ts +0 -6
  51. package/build/components/data-display/graphs/layouts/forceLayout.d.ts +0 -3
  52. package/build/components/data-display/graphs/layouts/gridLayout.d.ts +0 -15
  53. package/build/components/data-display/graphs/layouts/index.d.ts +0 -4
  54. package/build/components/data-display/graphs/layouts/registry.d.ts +0 -14
  55. package/build/components/data-display/graphs/layouts/treeLayout.d.ts +0 -2
  56. package/build/components/data-display/graphs/types.d.ts +0 -27
  57. package/build/components/data-display/image/cloudinary-image/CloudinaryImage.d.ts +0 -9
  58. package/build/components/data-display/image/cloudinary-image/CloudinaryProvider.d.ts +0 -8
  59. package/build/components/data-display/image/cloudinary-image/index.d.ts +0 -4
  60. package/build/components/data-display/image/image/Image.d.ts +0 -8
  61. package/build/components/data-display/image/image/index.d.ts +0 -2
  62. package/build/components/data-display/image/index.d.ts +0 -2
  63. package/build/components/data-display/index.d.ts +0 -23
  64. package/build/components/data-display/info/Info.d.ts +0 -11
  65. package/build/components/data-display/info/index.d.ts +0 -2
  66. package/build/components/data-display/lists/List.d.ts +0 -22
  67. package/build/components/data-display/lists/ListItem.d.ts +0 -13
  68. package/build/components/data-display/lists/index.d.ts +0 -4
  69. package/build/components/data-display/price-tag/PriceTag.d.ts +0 -8
  70. package/build/components/data-display/price-tag/index.d.ts +0 -2
  71. package/build/components/data-display/progress-bar/ProgressBar.d.ts +0 -11
  72. package/build/components/data-display/progress-bar/index.d.ts +0 -1
  73. package/build/components/data-display/rating/index.d.ts +0 -2
  74. package/build/components/data-display/rating/star-rating/StarRating.d.ts +0 -9
  75. package/build/components/data-display/rating/star-rating/index.d.ts +0 -2
  76. package/build/components/data-display/rating/star-rating-distribution/StarRatingDistribution.d.ts +0 -23
  77. package/build/components/data-display/rating/star-rating-distribution/index.d.ts +0 -2
  78. package/build/components/data-display/slider/Slider.d.ts +0 -8
  79. package/build/components/data-display/slider/SliderItem.d.ts +0 -8
  80. package/build/components/data-display/slider/index.d.ts +0 -2
  81. package/build/components/data-display/table/Table.d.ts +0 -16
  82. package/build/components/data-display/table/index.d.ts +0 -2
  83. package/build/components/data-display/tag/Tag.d.ts +0 -6
  84. package/build/components/data-display/tag/index.d.ts +0 -2
  85. package/build/components/data-display/tooltip/Tooltip.d.ts +0 -12
  86. package/build/components/data-display/tooltip/index.d.ts +0 -2
  87. package/build/components/data-display/typography/chapter/Chapter.d.ts +0 -12
  88. package/build/components/data-display/typography/chapter/index.d.ts +0 -2
  89. package/build/components/data-display/typography/index.d.ts +0 -11
  90. package/build/components/data-display/typography/paragraph/Paragraph.d.ts +0 -12
  91. package/build/components/data-display/typography/paragraph/index.d.ts +0 -2
  92. package/build/components/data-display/typography/quote/Quote.d.ts +0 -5
  93. package/build/components/data-display/typography/quote/index.d.ts +0 -2
  94. package/build/components/data-display/typography/section/Section.d.ts +0 -12
  95. package/build/components/data-display/typography/section/index.d.ts +0 -2
  96. package/build/components/data-display/value-badge/ValueBadge.d.ts +0 -20
  97. package/build/components/data-display/value-badge/index.d.ts +0 -2
  98. package/build/components/data-display/video/cloudinary-video/CloudinaryVideo.d.ts +0 -2
  99. package/build/components/data-display/video/cloudinary-video/index.d.ts +0 -2
  100. package/build/components/data-display/video/index.d.ts +0 -2
  101. package/build/components/data-display/video/youtube-video-player/YoutubeVideoPlayer.d.ts +0 -7
  102. package/build/components/data-display/video/youtube-video-player/index.d.ts +0 -2
  103. package/build/components/data-display/world-map/WorldMap.d.ts +0 -16
  104. package/build/components/data-display/world-map/index.d.ts +0 -2
  105. package/build/components/data-entry/button/Button.d.ts +0 -18
  106. package/build/components/data-entry/button/index.d.ts +0 -2
  107. package/build/components/data-entry/checkbox/Checkbox.d.ts +0 -18
  108. package/build/components/data-entry/checkbox/index.d.ts +0 -2
  109. package/build/components/data-entry/date-selector/DateSelector.d.ts +0 -10
  110. package/build/components/data-entry/date-selector/index.d.ts +0 -2
  111. package/build/components/data-entry/form/DirtyObserver.d.ts +0 -7
  112. package/build/components/data-entry/form/Form.d.ts +0 -15
  113. package/build/components/data-entry/form/FormObserver.d.ts +0 -9
  114. package/build/components/data-entry/form/FormResponse.d.ts +0 -10
  115. package/build/components/data-entry/form/UnsavedChangesGuard.d.ts +0 -7
  116. package/build/components/data-entry/form/index.d.ts +0 -3
  117. package/build/components/data-entry/image-input/ImageInput.d.ts +0 -12
  118. package/build/components/data-entry/image-input/ImageView.d.ts +0 -7
  119. package/build/components/data-entry/image-input/index.d.ts +0 -2
  120. package/build/components/data-entry/index.d.ts +0 -13
  121. package/build/components/data-entry/input/index.d.ts +0 -6
  122. package/build/components/data-entry/input/input/Input.d.ts +0 -14
  123. package/build/components/data-entry/input/input/index.d.ts +0 -2
  124. package/build/components/data-entry/input/input-file/InputFile.d.ts +0 -7
  125. package/build/components/data-entry/input/input-file/index.d.ts +0 -2
  126. package/build/components/data-entry/input/input-label/InputLabel.d.ts +0 -8
  127. package/build/components/data-entry/input/input-label/index.d.ts +0 -2
  128. package/build/components/data-entry/input/input-list/InputList.d.ts +0 -8
  129. package/build/components/data-entry/input/input-list/index.d.ts +0 -2
  130. package/build/components/data-entry/input/input-list-group/InputListGroup.d.ts +0 -8
  131. package/build/components/data-entry/input/input-list-group/index.d.ts +0 -2
  132. package/build/components/data-entry/input/input-response/InputResponse.d.ts +0 -9
  133. package/build/components/data-entry/input/input-response/index.d.ts +0 -2
  134. package/build/components/data-entry/multi-image-input/MultiImageInput.d.ts +0 -8
  135. package/build/components/data-entry/multi-image-input/index.d.ts +0 -2
  136. package/build/components/data-entry/radio/Radio.d.ts +0 -7
  137. package/build/components/data-entry/radio/index.d.ts +0 -2
  138. package/build/components/data-entry/rating/StarRatingInput.d.ts +0 -7
  139. package/build/components/data-entry/rating/index.d.ts +0 -2
  140. package/build/components/data-entry/select/Select.d.ts +0 -11
  141. package/build/components/data-entry/select/index.d.ts +0 -2
  142. package/build/components/data-entry/switch/Switch.d.ts +0 -9
  143. package/build/components/data-entry/switch/index.d.ts +0 -2
  144. package/build/components/data-entry/tags/Tags.d.ts +0 -8
  145. package/build/components/data-entry/tags/index.d.ts +0 -2
  146. package/build/components/data-entry/text-area/TextArea.d.ts +0 -11
  147. package/build/components/data-entry/text-area/index.d.ts +0 -2
  148. package/build/components/eui/EUIProvider.d.ts +0 -12
  149. package/build/components/eui/EUITypes.d.ts +0 -15
  150. package/build/components/eui/index.d.ts +0 -3
  151. package/build/components/eui/resolveGlobalConfigs.d.ts +0 -2
  152. package/build/components/feedback/backdrop/Backdrop.d.ts +0 -7
  153. package/build/components/feedback/backdrop/index.d.ts +0 -2
  154. package/build/components/feedback/index.d.ts +0 -4
  155. package/build/components/feedback/skeleton/Skeleton.d.ts +0 -6
  156. package/build/components/feedback/skeleton/index.d.ts +0 -2
  157. package/build/components/feedback/toast/Toast.d.ts +0 -7
  158. package/build/components/feedback/toast/index.d.ts +0 -2
  159. package/build/components/feedback/transition/TransitionDropdown.d.ts +0 -7
  160. package/build/components/feedback/transition/TransitionFadeIn.d.ts +0 -7
  161. package/build/components/feedback/transition/index.d.ts +0 -7
  162. package/build/components/general/content-area/ContentArea.d.ts +0 -8
  163. package/build/components/general/content-area/index.d.ts +0 -2
  164. package/build/components/general/index.d.ts +0 -1
  165. package/build/components/index.d.ts +0 -12
  166. package/build/components/layout/block/Block.d.ts +0 -13
  167. package/build/components/layout/block/BlockGroup.d.ts +0 -10
  168. package/build/components/layout/block/index.d.ts +0 -3
  169. package/build/components/layout/flex/FlexCol.d.ts +0 -8
  170. package/build/components/layout/flex/FlexRow.d.ts +0 -8
  171. package/build/components/layout/flex/index.d.ts +0 -7
  172. package/build/components/layout/grid/Grid.d.ts +0 -7
  173. package/build/components/layout/grid/index.d.ts +0 -2
  174. package/build/components/layout/index.d.ts +0 -4
  175. package/build/components/layout/layout/Content.d.ts +0 -8
  176. package/build/components/layout/layout/Footer.d.ts +0 -6
  177. package/build/components/layout/layout/Header.d.ts +0 -7
  178. package/build/components/layout/layout/Layout.d.ts +0 -7
  179. package/build/components/layout/layout/index.d.ts +0 -5
  180. package/build/components/markdown/com/editor/MarkdownEditor.d.ts +0 -9
  181. package/build/components/markdown/com/toc/MarkdownTOC.d.ts +0 -5
  182. package/build/components/markdown/com/viewer/MarkdownViewer.d.ts +0 -7
  183. package/build/components/markdown/hooks/useMarkdown.d.ts +0 -1
  184. package/build/components/markdown/index.d.ts +0 -5
  185. package/build/components/markdown/provider/MarkdownContext.d.ts +0 -9
  186. package/build/components/markdown/provider/MarkdownProvider.d.ts +0 -7
  187. package/build/components/markdown/types/markdown.d.ts +0 -5
  188. package/build/components/markdown/utils/extractHeadings.d.ts +0 -2
  189. package/build/components/markdown/utils/generateHeadingNumbers.d.ts +0 -5
  190. package/build/components/markdown/utils/sanitizeHeading.d.ts +0 -1
  191. package/build/components/markdown/utils/slugify.d.ts +0 -1
  192. package/build/components/navigation/breadcrumb/Breadcrumb.d.ts +0 -18
  193. package/build/components/navigation/breadcrumb/BreadcrumbItem.d.ts +0 -9
  194. package/build/components/navigation/breadcrumb/index.d.ts +0 -3
  195. package/build/components/navigation/drawer/Drawer.d.ts +0 -9
  196. package/build/components/navigation/drawer/DrawerToggler.d.ts +0 -8
  197. package/build/components/navigation/drawer/index.d.ts +0 -3
  198. package/build/components/navigation/footer-nav/FooterNav.d.ts +0 -24
  199. package/build/components/navigation/footer-nav/FooterNavGroup.d.ts +0 -12
  200. package/build/components/navigation/footer-nav/FooterNavItem.d.ts +0 -11
  201. package/build/components/navigation/footer-nav/FooterNavItemContext.d.ts +0 -8
  202. package/build/components/navigation/footer-nav/FooterNavItemTitle.d.ts +0 -9
  203. package/build/components/navigation/footer-nav/index.d.ts +0 -6
  204. package/build/components/navigation/header-nav/HeaderNav.d.ts +0 -24
  205. package/build/components/navigation/header-nav/HeaderNavGroup.d.ts +0 -12
  206. package/build/components/navigation/header-nav/HeaderNavItem.d.ts +0 -11
  207. package/build/components/navigation/header-nav/HeaderNavItemContext.d.ts +0 -8
  208. package/build/components/navigation/header-nav/HeaderNavItemTitle.d.ts +0 -9
  209. package/build/components/navigation/header-nav/index.d.ts +0 -6
  210. package/build/components/navigation/index.d.ts +0 -7
  211. package/build/components/navigation/link/Link.d.ts +0 -13
  212. package/build/components/navigation/link/index.d.ts +0 -2
  213. package/build/components/navigation/menu/Menu.d.ts +0 -2
  214. package/build/components/navigation/menu/com/MIContext.d.ts +0 -7
  215. package/build/components/navigation/menu/com/MenuGroup.d.ts +0 -11
  216. package/build/components/navigation/menu/com/MenuItem.d.ts +0 -10
  217. package/build/components/navigation/menu/com/MenuItemTitle.d.ts +0 -8
  218. package/build/components/navigation/menu/index.d.ts +0 -7
  219. package/build/components/navigation/menu/types.d.ts +0 -36
  220. package/build/components/navigation/route-tabs/RouteTab.d.ts +0 -8
  221. package/build/components/navigation/route-tabs/RouteTabs.d.ts +0 -18
  222. package/build/components/navigation/route-tabs/index.d.ts +0 -3
  223. package/build/components/other/index.d.ts +0 -2
  224. package/build/components/other/modal/Modal.d.ts +0 -17
  225. package/build/components/other/modal/index.d.ts +0 -2
  226. package/build/components/other/under-construction-banner/UnderConstructionBanner.d.ts +0 -4
  227. package/build/components/other/under-construction-banner/index.d.ts +0 -2
  228. package/build/components/surfaces/accordion/Accordion.d.ts +0 -12
  229. package/build/components/surfaces/accordion/index.d.ts +0 -2
  230. package/build/components/surfaces/card/Card.d.ts +0 -15
  231. package/build/components/surfaces/card/CardContent.d.ts +0 -7
  232. package/build/components/surfaces/card/CardFooter.d.ts +0 -7
  233. package/build/components/surfaces/card/CardHeader.d.ts +0 -9
  234. package/build/components/surfaces/card/index.d.ts +0 -5
  235. package/build/components/surfaces/index.d.ts +0 -3
  236. package/build/components/surfaces/motion-surface/MotionSurface.d.ts +0 -16
  237. package/build/components/surfaces/motion-surface/animations/com/BlobAnimation.d.ts +0 -4
  238. package/build/components/surfaces/motion-surface/animations/com/GradientAnimation.d.ts +0 -4
  239. package/build/components/surfaces/motion-surface/animations/com/MeshAnimation.d.ts +0 -4
  240. package/build/components/surfaces/motion-surface/animations/configs.d.ts +0 -4
  241. package/build/components/surfaces/motion-surface/animations/registry.d.ts +0 -8
  242. package/build/components/surfaces/motion-surface/animations/types.d.ts +0 -24
  243. package/build/components/surfaces/motion-surface/index.d.ts +0 -4
  244. package/build/components/surfaces/motion-surface/overlays/com/DotsOverlay.d.ts +0 -5
  245. package/build/components/surfaces/motion-surface/overlays/com/GridOverlay.d.ts +0 -5
  246. package/build/components/surfaces/motion-surface/overlays/com/NoiseOverlay.d.ts +0 -5
  247. package/build/components/surfaces/motion-surface/overlays/config.d.ts +0 -4
  248. package/build/components/surfaces/motion-surface/overlays/registry.d.ts +0 -8
  249. package/build/components/surfaces/motion-surface/overlays/types.d.ts +0 -6
  250. package/build/components/theme/ShapeSwitch.d.ts +0 -1
  251. package/build/components/theme/ThemeContext.d.ts +0 -13
  252. package/build/components/theme/ThemeSwitch.d.ts +0 -1
  253. package/build/components/theme/index.d.ts +0 -4
  254. package/build/components/utils/async-component-wrapper/AsyncComponentWrapper.d.ts +0 -14
  255. package/build/components/utils/async-component-wrapper/index.d.ts +0 -2
  256. package/build/components/utils/glow-wrapper/GlowWrapper.d.ts +0 -11
  257. package/build/components/utils/glow-wrapper/index.d.ts +0 -2
  258. package/build/components/utils/index.d.ts +0 -3
  259. package/build/components/utils/show-more/ShowMore.d.ts +0 -6
  260. package/build/components/utils/show-more/index.d.ts +0 -2
  261. package/build/compositions/data-display/data-view-table/DataViewTable.d.ts +0 -21
  262. package/build/compositions/data-display/data-view-table/index.d.ts +0 -2
  263. package/build/compositions/data-display/index.d.ts +0 -2
  264. package/build/compositions/data-display/world-map-country-table/WorldMapCountryTable.d.ts +0 -7
  265. package/build/compositions/data-display/world-map-country-table/index.d.ts +0 -2
  266. package/build/compositions/index.d.ts +0 -2
  267. package/build/compositions/navigation/box-nav/BoxNav.d.ts +0 -3
  268. package/build/compositions/navigation/box-nav/BoxNav.types.d.ts +0 -13
  269. package/build/compositions/navigation/box-nav/BoxNavItem.d.ts +0 -10
  270. package/build/compositions/navigation/box-nav/index.d.ts +0 -4
  271. package/build/compositions/navigation/index.d.ts +0 -3
  272. package/build/compositions/navigation/sidebar/Sidebar.d.ts +0 -10
  273. package/build/compositions/navigation/sidebar/index.d.ts +0 -2
  274. package/build/compositions/navigation/top-nav/TopNav.d.ts +0 -2
  275. package/build/compositions/navigation/top-nav/com/TNContext.d.ts +0 -8
  276. package/build/compositions/navigation/top-nav/com/TNDropdown.d.ts +0 -8
  277. package/build/compositions/navigation/top-nav/com/TNDropdownGroup.d.ts +0 -12
  278. package/build/compositions/navigation/top-nav/com/TNDropdownItem.d.ts +0 -11
  279. package/build/compositions/navigation/top-nav/com/TNDropdownTitle.d.ts +0 -5
  280. package/build/compositions/navigation/top-nav/com/TNGroup.d.ts +0 -13
  281. package/build/compositions/navigation/top-nav/com/TNItem.d.ts +0 -10
  282. package/build/compositions/navigation/top-nav/index.d.ts +0 -7
  283. package/build/compositions/navigation/top-nav/types.d.ts +0 -37
  284. package/build/data/animations.d.ts +0 -8
  285. package/build/data/enums.d.ts +0 -50
  286. package/build/data/meta/country.d.ts +0 -9
  287. package/build/data/meta/currency.d.ts +0 -5
  288. package/build/data/meta/world_map_topojson.d.ts +0 -43
  289. package/build/data/styles.d.ts +0 -176
  290. package/build/data/test/images/index.d.ts +0 -7
  291. package/build/data/test/md/index.d.ts +0 -2
  292. package/build/data/test/test-data.d.ts +0 -20
  293. package/build/data/test/test-user-data.d.ts +0 -7
  294. package/build/hooks/components/useDrawer.d.ts +0 -6
  295. package/build/hooks/components/useModal.d.ts +0 -6
  296. package/build/hooks/index.d.ts +0 -7
  297. package/build/hooks/layout/useClickOutside.d.ts +0 -4
  298. package/build/hooks/layout/useIsMobile.d.ts +0 -2
  299. package/build/hooks/theme/useCurrentTheme.d.ts +0 -2
  300. package/build/hooks/theme/useTheme.d.ts +0 -2
  301. package/build/index.d.ts +0 -9
  302. package/build/index.es.js +0 -146291
  303. package/build/index.js +0 -146468
  304. package/build/interfaces/components.d.ts +0 -14
  305. package/build/interfaces/index.d.ts +0 -1
  306. package/build/layouts/GenericLayout.d.ts +0 -8
  307. package/build/layouts/dev/EUIDevLayout.d.ts +0 -8
  308. package/build/layouts/index.d.ts +0 -8
  309. package/build/layouts/primary/DefaultLayout.d.ts +0 -8
  310. package/build/layouts/primary/HomeLayout.d.ts +0 -8
  311. package/build/layouts/primary/SidebarLayout.d.ts +0 -8
  312. package/build/layouts/secondary/SidemenuLayout.d.ts +0 -7
  313. package/build/layouts/secondary/documentation-layout/DocumentationLayout.d.ts +0 -6
  314. package/build/types/components.d.ts +0 -17
  315. package/build/types/index.d.ts +0 -1
  316. package/build/utils/cn.d.ts +0 -2
  317. package/build/utils/components.d.ts +0 -2
  318. package/build/utils/currency.d.ts +0 -1
  319. package/build/utils/index.d.ts +0 -4
  320. package/build/utils/routes.d.ts +0 -2
@@ -1,9 +0,0 @@
1
- import { TextVariant } from "../../../../data/enums";
2
- export interface InputResponseProps {
3
- name: string;
4
- visibility?: boolean;
5
- variant?: keyof typeof TextVariant;
6
- styles?: string;
7
- }
8
- declare function InputResponse({ name, visibility, variant, styles, }: InputResponseProps): import("react/jsx-runtime").JSX.Element;
9
- export default InputResponse;
@@ -1,2 +0,0 @@
1
- import InputResponse from "./InputResponse";
2
- export { InputResponse };
@@ -1,8 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- export interface MultiImageInputProps {
3
- title?: string;
4
- uploadDir?: string;
5
- name: string;
6
- }
7
- declare function MultiImageInput({ title, uploadDir, ...props }: FieldHookConfig<string[]> & MultiImageInputProps): import("react/jsx-runtime").JSX.Element;
8
- export default MultiImageInput;
@@ -1,2 +0,0 @@
1
- import MultiImageInput from "./MultiImageInput";
2
- export { MultiImageInput };
@@ -1,7 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- export interface RadioProps {
3
- placeholder: string;
4
- options: any[];
5
- }
6
- declare function Radio({ placeholder, options, ...props }: FieldHookConfig<string> & RadioProps): import("react/jsx-runtime").JSX.Element;
7
- export default Radio;
@@ -1,2 +0,0 @@
1
- import Radio from "./Radio";
2
- export { Radio };
@@ -1,7 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- export interface StarRatingInputProps {
3
- starAmount?: number;
4
- styles?: string;
5
- }
6
- declare function StarRatingInput({ starAmount, styles, ...props }: FieldHookConfig<string> & StarRatingInputProps): import("react/jsx-runtime").JSX.Element;
7
- export default StarRatingInput;
@@ -1,2 +0,0 @@
1
- import StarRatingInput from "./StarRatingInput";
2
- export { StarRatingInput };
@@ -1,11 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- import { Shape } from "../../../data/enums";
3
- export interface SelectProps extends FieldHookConfig<string> {
4
- name: string;
5
- placeholder: string;
6
- options: any[];
7
- styles?: string;
8
- shape?: keyof typeof Shape;
9
- }
10
- declare function Select({ placeholder, options, styles, shape, ...props }: SelectProps): import("react/jsx-runtime").JSX.Element;
11
- export default Select;
@@ -1,2 +0,0 @@
1
- import Select from "./Select";
2
- export { Select };
@@ -1,9 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- export interface SwitchProps {
3
- name: string;
4
- label?: string;
5
- description?: string;
6
- showStatus?: boolean;
7
- }
8
- declare function Switch({ label, description, showStatus, ...props }: FieldHookConfig<boolean> & SwitchProps): import("react/jsx-runtime").JSX.Element;
9
- export default Switch;
@@ -1,2 +0,0 @@
1
- import Switch from "./Switch";
2
- export { Switch };
@@ -1,8 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- interface TagsProps {
3
- placeholder: string;
4
- styles?: string;
5
- limit?: number;
6
- }
7
- declare function Tags({ placeholder, styles, limit, ...props }: TagsProps & FieldHookConfig<string[]>): import("react/jsx-runtime").JSX.Element;
8
- export default Tags;
@@ -1,2 +0,0 @@
1
- import Tags from "./Tags";
2
- export { Tags };
@@ -1,11 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- import { Shape } from "../../../data/enums";
3
- export interface TextAreaProps extends FieldHookConfig<string> {
4
- name: string;
5
- placeholder: string;
6
- limit: number;
7
- styles?: string;
8
- shape?: keyof typeof Shape;
9
- }
10
- declare function TextArea({ placeholder, limit, styles, shape, ...props }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
11
- export default TextArea;
@@ -1,2 +0,0 @@
1
- import TextArea from "./TextArea";
2
- export { TextArea };
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { EUIConfigs } from "./EUITypes";
3
- interface EUIContextValue {
4
- config: EUIConfigs;
5
- setConfig: React.Dispatch<React.SetStateAction<EUIConfigs>>;
6
- }
7
- export declare const EUIProvider: ({ config, children, }: {
8
- config: EUIConfigs;
9
- children: React.ReactNode;
10
- }) => import("react/jsx-runtime").JSX.Element;
11
- export declare const useEUIConfig: () => EUIContextValue;
12
- export {};
@@ -1,15 +0,0 @@
1
- import { Variant, Shape, Size } from "../../data/enums";
2
- export interface EUIComponentDefaults {
3
- variant?: keyof typeof Variant;
4
- size?: keyof typeof Size;
5
- shape?: keyof typeof Shape;
6
- styles?: string;
7
- }
8
- export interface EUIRoute {
9
- path: string;
10
- name: string;
11
- }
12
- export interface EUIConfigs {
13
- global?: EUIComponentDefaults;
14
- routes?: EUIRoute[];
15
- }
@@ -1,3 +0,0 @@
1
- export * from "./EUIProvider";
2
- export * from "./EUITypes";
3
- export * from "./resolveGlobalConfigs";
@@ -1,2 +0,0 @@
1
- import { EUIConfigs } from "./EUITypes";
2
- export declare function resolveWithGlobal<T>(config: EUIConfigs | null, props: T, defaults: Partial<T>): T;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- export interface BackdropProps {
3
- children?: React.ReactNode;
4
- styles?: string;
5
- }
6
- export declare const Backdrop: ({ children, styles }: BackdropProps) => import("react/jsx-runtime").JSX.Element;
7
- export default Backdrop;
@@ -1,2 +0,0 @@
1
- import Backdrop from "./Backdrop";
2
- export { Backdrop };
@@ -1,4 +0,0 @@
1
- export * from "./backdrop";
2
- export * from "./skeleton";
3
- export * from "./toast";
4
- export * from "./transition";
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- export interface SkeletonProps {
3
- children?: React.ReactNode;
4
- styles?: string;
5
- }
6
- export declare const Skeleton: ({ children, styles }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { Skeleton } from "./Skeleton";
2
- export { Skeleton };
@@ -1,7 +0,0 @@
1
- import "react-toastify/dist/ReactToastify.css";
2
- declare function sendToast(data?: {
3
- status: string;
4
- message: string;
5
- }): void;
6
- declare function Toast(): import("react/jsx-runtime").JSX.Element;
7
- export { Toast, sendToast };
@@ -1,2 +0,0 @@
1
- import { Toast, sendToast } from "./Toast";
2
- export { Toast, sendToast };
@@ -1,7 +0,0 @@
1
- import { ReactNode } from "react";
2
- export interface TransitionDropdownProps {
3
- visibility: any;
4
- children?: ReactNode;
5
- }
6
- declare function TransitionDropdown({ visibility, children }: TransitionDropdownProps): import("react/jsx-runtime").JSX.Element;
7
- export default TransitionDropdown;
@@ -1,7 +0,0 @@
1
- import { ReactNode } from "react";
2
- export interface TransitionDropdownProps {
3
- visibility: any;
4
- children?: ReactNode;
5
- }
6
- declare function TransitionFadeIn({ visibility, children }: TransitionDropdownProps): import("react/jsx-runtime").JSX.Element;
7
- export default TransitionFadeIn;
@@ -1,7 +0,0 @@
1
- import TransitionDropdown from "./TransitionDropdown";
2
- import TransitionFadeIn from "./TransitionFadeIn";
3
- declare const Transition: {
4
- TransitionDropdown: typeof TransitionDropdown;
5
- TransitionFadeIn: typeof TransitionFadeIn;
6
- };
7
- export { Transition, TransitionDropdown, TransitionFadeIn };
@@ -1,8 +0,0 @@
1
- import { ReactNode } from "react";
2
- export interface ContentAreaProps {
3
- children?: ReactNode;
4
- styles?: string;
5
- enablePadding?: boolean;
6
- }
7
- declare function ContentArea({ children, styles, enablePadding, }: ContentAreaProps): import("react/jsx-runtime").JSX.Element;
8
- export default ContentArea;
@@ -1,2 +0,0 @@
1
- import ContentArea from "./ContentArea";
2
- export { ContentArea };
@@ -1 +0,0 @@
1
- export * from "./content-area";
@@ -1,12 +0,0 @@
1
- export * from "./data-display";
2
- export * from "./data-entry";
3
- export * from "./eui";
4
- export * from "./feedback";
5
- export * from "./general";
6
- export * from "./layout";
7
- export * from "./markdown";
8
- export * from "./navigation";
9
- export * from "./other";
10
- export * from "./surfaces";
11
- export * from "./theme";
12
- export * from "./utils";
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- import { BaseComponentProps } from "../../../interfaces";
3
- import { ListDirection } from "../../../types";
4
- interface BlockProps extends BaseComponentProps {
5
- title?: string;
6
- description?: string;
7
- required?: boolean;
8
- layout?: ListDirection;
9
- labelWidth?: string;
10
- children: React.ReactNode;
11
- }
12
- declare function Block({ title, description, required, layout, labelWidth, children, className, ...rest }: BlockProps): import("react/jsx-runtime").JSX.Element;
13
- export default Block;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseComponentProps } from "../../../interfaces";
3
- interface BlockGroupProps extends BaseComponentProps {
4
- title?: string;
5
- description?: string;
6
- children: React.ReactNode;
7
- noDivider?: boolean;
8
- }
9
- declare function BlockGroup({ title, description, children, noDivider, className, ...rest }: BlockGroupProps): import("react/jsx-runtime").JSX.Element;
10
- export default BlockGroup;
@@ -1,3 +0,0 @@
1
- import Block from "./Block";
2
- import BlockGroup from "./BlockGroup";
3
- export { Block, BlockGroup };
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface FlexColProps {
3
- children?: React.ReactNode;
4
- gap?: number;
5
- styles?: string;
6
- }
7
- declare function FlexCol({ children, gap, styles }: FlexColProps): import("react/jsx-runtime").JSX.Element;
8
- export default FlexCol;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface FlexColProps {
3
- children?: React.ReactNode;
4
- gap?: number;
5
- styles?: string;
6
- }
7
- declare function FlexRow({ children, gap, styles }: FlexColProps): import("react/jsx-runtime").JSX.Element;
8
- export default FlexRow;
@@ -1,7 +0,0 @@
1
- import FlexCol from "./FlexCol";
2
- import FlexRow from "./FlexRow";
3
- declare const Flex: {
4
- FlexCol: typeof FlexCol;
5
- FlexRow: typeof FlexRow;
6
- };
7
- export { Flex, FlexCol, FlexRow };
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- export interface GridProps {
3
- children?: React.ReactNode;
4
- styles?: string;
5
- }
6
- declare function Grid({ children, styles }: GridProps): import("react/jsx-runtime").JSX.Element;
7
- export default Grid;
@@ -1,2 +0,0 @@
1
- import Grid from "./Grid";
2
- export { Grid };
@@ -1,4 +0,0 @@
1
- export * from "./flex";
2
- export * from "./grid";
3
- export * from "./layout";
4
- export * from "./block";
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface ContentProps {
3
- children?: React.ReactNode;
4
- overlayedSidebar?: boolean;
5
- sidebarVisible?: boolean;
6
- styles?: string;
7
- }
8
- export declare const Content: ({ sidebarVisible, overlayedSidebar, children, styles, }: ContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- export interface FooterProps {
3
- children?: React.ReactNode;
4
- styles?: string;
5
- }
6
- export declare const Footer: ({ children, styles }: FooterProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- export interface HeaderProps {
3
- position?: "static" | "fixed" | "sticky";
4
- children?: React.ReactNode;
5
- styles?: string;
6
- }
7
- export declare const Header: ({ position, children, styles, }: HeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- export interface LayoutProps {
3
- flexDirection?: "vertical" | "horizontal";
4
- children?: React.ReactNode;
5
- styles?: string;
6
- }
7
- export declare const Layout: ({ flexDirection, children, styles, }: LayoutProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { Layout } from "./Layout";
2
- import { Header } from "./Header";
3
- import { Content } from "./Content";
4
- import { Footer } from "./Footer";
5
- export { Layout, Header, Content, Footer };
@@ -1,9 +0,0 @@
1
- import { FieldHookConfig } from "formik";
2
- import "../../../../styles/components/markdown/index.css";
3
- import "@mdxeditor/editor/style.css";
4
- interface MarkdownEditorProps {
5
- placeholder?: string;
6
- styles?: string;
7
- }
8
- declare function MarkdownEditor({ styles, ...props }: MarkdownEditorProps & FieldHookConfig<string>): import("react/jsx-runtime").JSX.Element;
9
- export default MarkdownEditor;
@@ -1,5 +0,0 @@
1
- interface MarkdownTOCProps {
2
- title?: string;
3
- }
4
- declare function MarkdownTOC({ title }: MarkdownTOCProps): import("react/jsx-runtime").JSX.Element | null;
5
- export default MarkdownTOC;
@@ -1,7 +0,0 @@
1
- import "@mdxeditor/editor/style.css";
2
- import "../../../../styles/components/markdown/index.css";
3
- interface MarkdownViewerProps {
4
- value?: string;
5
- }
6
- declare function MarkdownViewer({ value }: MarkdownViewerProps): import("react/jsx-runtime").JSX.Element;
7
- export default MarkdownViewer;
@@ -1 +0,0 @@
1
- export declare function useMarkdown(): import("../provider/MarkdownContext").MarkdownContextType | null;
@@ -1,5 +0,0 @@
1
- import MarkdownEditor from "./com/editor/MarkdownEditor";
2
- import MarkdownTOC from "./com/toc/MarkdownTOC";
3
- import MarkdownViewer from "./com/viewer/MarkdownViewer";
4
- import MarkdownProvider from "./provider/MarkdownProvider";
5
- export { MarkdownEditor, MarkdownTOC, MarkdownViewer, MarkdownProvider };
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { MarkdownHeading } from "../types/markdown";
3
- export interface MarkdownContextType {
4
- markdown: string;
5
- headings: MarkdownHeading[];
6
- activeHeading: string;
7
- setActiveHeading: (id: string) => void;
8
- }
9
- export declare const MarkdownContext: import("react").Context<MarkdownContextType | null>;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- interface MarkdownProviderProps {
3
- markdown: string;
4
- children: React.ReactNode;
5
- }
6
- declare function MarkdownProvider({ markdown, children }: MarkdownProviderProps): import("react/jsx-runtime").JSX.Element;
7
- export default MarkdownProvider;
@@ -1,5 +0,0 @@
1
- export interface MarkdownHeading {
2
- id: string;
3
- text: string;
4
- level: number;
5
- }
@@ -1,2 +0,0 @@
1
- import { MarkdownHeading } from "../types/markdown";
2
- export declare function extractHeadings(markdown: string): MarkdownHeading[];
@@ -1,5 +0,0 @@
1
- import { MarkdownHeading } from "../types/markdown";
2
- export interface NumberedHeading extends MarkdownHeading {
3
- numbering: string;
4
- }
5
- export declare function generateHeadingNumbers(headings: MarkdownHeading[]): NumberedHeading[];
@@ -1 +0,0 @@
1
- export declare function sanitizeHeading(text: string): string;
@@ -1 +0,0 @@
1
- export declare function slugify(text: string): string;
@@ -1,18 +0,0 @@
1
- export interface I_ItemType {
2
- title: string;
3
- href: string;
4
- }
5
- export interface RouteConfig {
6
- path: string;
7
- name: string;
8
- }
9
- export interface BreadcrumbProps {
10
- gap?: number;
11
- seperator?: string;
12
- data?: I_ItemType[];
13
- routes?: RouteConfig[];
14
- currentPath?: string;
15
- navigate?: (path: string) => void;
16
- styles?: string;
17
- }
18
- export declare const Breadcrumb: ({ gap, seperator, data, routes, currentPath, navigate, styles, }: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- export interface BreadcrumbItemProps {
3
- title: string;
4
- href: string;
5
- active: boolean;
6
- onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
7
- }
8
- declare function BreadcrumbItem({ title, href, active, onClick, }: BreadcrumbItemProps): import("react/jsx-runtime").JSX.Element;
9
- export default BreadcrumbItem;
@@ -1,3 +0,0 @@
1
- import { Breadcrumb } from "./Breadcrumb";
2
- import BreadcrumbItem from "./BreadcrumbItem";
3
- export { Breadcrumb, BreadcrumbItem };
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- export interface DrawerProps {
3
- children?: React.ReactNode;
4
- visibility: boolean;
5
- side?: "left" | "right" | "top" | "bottom";
6
- handleClose: () => void;
7
- styles?: string;
8
- }
9
- export declare const Drawer: ({ children, visibility, side, handleClose, styles, }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { ReactNode } from "react";
2
- export interface DrawerTogglerProps {
3
- icon?: ReactNode;
4
- toggleDrawer?: () => void;
5
- styles?: string;
6
- }
7
- declare function DrawerToggler({ icon, toggleDrawer, styles, }: DrawerTogglerProps): import("react/jsx-runtime").JSX.Element;
8
- export default DrawerToggler;
@@ -1,3 +0,0 @@
1
- import { Drawer } from "./Drawer";
2
- import DrawerToggler from "./DrawerToggler";
3
- export { Drawer, DrawerToggler };
@@ -1,24 +0,0 @@
1
- import React from "react";
2
- interface I_FooterNavItem {
3
- component: any;
4
- icon?: React.ReactNode;
5
- name: string;
6
- badge?: React.ReactNode;
7
- to?: string;
8
- onClick?: () => void;
9
- }
10
- interface I_FooterNavGroup {
11
- component: any;
12
- icon?: React.ReactNode;
13
- name: string;
14
- badge?: React.ReactNode;
15
- to?: string;
16
- items: I_FooterNavItem[];
17
- }
18
- export type FooterDataItemProps = I_FooterNavItem | I_FooterNavGroup;
19
- export interface FooterNavProps {
20
- data: FooterDataItemProps[];
21
- styles?: string;
22
- }
23
- declare function FooterNav({ data, styles }: FooterNavProps): import("react/jsx-runtime").JSX.Element;
24
- export default FooterNav;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- export interface FooterNavGroupProps {
3
- icon?: React.ReactNode;
4
- name: string;
5
- description: string;
6
- badge?: React.ReactNode;
7
- to?: string;
8
- children: React.ReactNode;
9
- styles?: string;
10
- }
11
- export declare const FooterNavGroup: ({ icon, name, description, badge, to, styles, children, }: FooterNavGroupProps) => import("react/jsx-runtime").JSX.Element;
12
- export default FooterNavGroup;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- export interface FooterNavItemProps {
3
- icon?: React.ReactNode;
4
- name: string;
5
- description: string;
6
- badge?: React.ReactNode;
7
- to?: string;
8
- onClick?: () => void;
9
- styles?: string;
10
- }
11
- export declare const FooterNavItem: ({ icon, name, description, badge, to, onClick, styles, }: FooterNavItemProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface FooterNavItemContextProps {
3
- icon?: React.ReactNode;
4
- name: string;
5
- description: string;
6
- badge?: React.ReactNode;
7
- }
8
- export declare const FooterNavItemContext: ({ icon, name, description, badge, }: FooterNavItemContextProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- export interface FooterNavItemTitleProps {
3
- icon?: React.ReactNode;
4
- name: string;
5
- description: string;
6
- badge?: React.ReactNode;
7
- styles?: string;
8
- }
9
- export declare const FooterNavItemTitle: ({ icon, name, description, badge, styles, }: FooterNavItemTitleProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import FooterNav from "./FooterNav";
2
- import FooterNavGroup from "./FooterNavGroup";
3
- import { FooterNavItem } from "./FooterNavItem";
4
- import { FooterNavItemTitle } from "./FooterNavItemTitle";
5
- import { FooterNavItemContext } from "./FooterNavItemContext";
6
- export { FooterNav, FooterNavGroup, FooterNavItem, FooterNavItemTitle, FooterNavItemContext, };