trepur_components 2.3.1 → 2.3.3

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 (393) hide show
  1. package/README.md +1 -1
  2. package/lib/archive/Breadcrumbs/index.js +12 -0
  3. package/lib/archive/BreadcrumbsBordered/index.js +25 -0
  4. package/lib/archive/BreadcrumbsItem/index.js +117 -0
  5. package/lib/components/Accordion/index.js +15 -0
  6. package/lib/components/AlertBar/index.js +49 -0
  7. package/lib/index.js +12 -0
  8. package/lib/src/components/Accordion/Accordion.stories.d.ts +94 -0
  9. package/{dist/src/lib/components/Accordion/Accordion.d.ts → lib/src/components/Accordion/index.d.ts} +2 -1
  10. package/lib/src/components/AlertBar/AlertBar.stories.d.ts +162 -0
  11. package/lib/src/components/AlertBar/index.d.ts +13 -0
  12. package/lib/src/components/Avatar/Avatar.stories.d.ts +44 -0
  13. package/{dist/src/lib/components/Avatar/Avatar.d.ts → lib/src/components/Avatar/index.d.ts} +2 -1
  14. package/lib/src/components/index.d.ts +7 -0
  15. package/lib/src/index.d.ts +1 -0
  16. package/lib/styles/base.css +116 -0
  17. package/package.json +96 -49
  18. package/dist/src/lib/components/Accordion/Accordion.js +0 -10
  19. package/dist/src/lib/components/Accordion/Accordion.js.map +0 -1
  20. package/dist/src/lib/components/AlertBar/AlertBar.d.ts +0 -15
  21. package/dist/src/lib/components/AlertBar/AlertBar.js +0 -58
  22. package/dist/src/lib/components/AlertBar/AlertBar.js.map +0 -1
  23. package/dist/src/lib/components/AlertBar/style.module.css +0 -93
  24. package/dist/src/lib/components/AlertBar/style.module.css.map +0 -1
  25. package/dist/src/lib/components/Avatar/Avatar.js +0 -383
  26. package/dist/src/lib/components/Avatar/Avatar.js.map +0 -1
  27. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.d.ts +0 -11
  28. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js +0 -16
  29. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js.map +0 -1
  30. package/dist/src/lib/components/Breadcrumbs/style.module.css +0 -48
  31. package/dist/src/lib/components/Breadcrumbs/style.module.css.map +0 -1
  32. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.d.ts +0 -9
  33. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js +0 -19
  34. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js.map +0 -1
  35. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css +0 -18
  36. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css.map +0 -1
  37. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.d.ts +0 -12
  38. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js +0 -62
  39. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js.map +0 -1
  40. package/dist/src/lib/components/BreadcrumbsItem/style.module.css +0 -49
  41. package/dist/src/lib/components/BreadcrumbsItem/style.module.css.map +0 -1
  42. package/dist/src/lib/components/Button/Button.d.ts +0 -19
  43. package/dist/src/lib/components/Button/Button.js +0 -35
  44. package/dist/src/lib/components/Button/Button.js.map +0 -1
  45. package/dist/src/lib/components/Button/style.module.css +0 -166
  46. package/dist/src/lib/components/Button/style.module.css.map +0 -1
  47. package/dist/src/lib/components/Calendar/Calendar.d.ts +0 -17
  48. package/dist/src/lib/components/Calendar/Calendar.js +0 -27
  49. package/dist/src/lib/components/Calendar/Calendar.js.map +0 -1
  50. package/dist/src/lib/components/Calendar/style.css +0 -235
  51. package/dist/src/lib/components/Calendar/style.css.map +0 -1
  52. package/dist/src/lib/components/Card/Card.d.ts +0 -18
  53. package/dist/src/lib/components/Card/Card.js +0 -37
  54. package/dist/src/lib/components/Card/Card.js.map +0 -1
  55. package/dist/src/lib/components/Card/style.module.css +0 -114
  56. package/dist/src/lib/components/Card/style.module.css.map +0 -1
  57. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.d.ts +0 -10
  58. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js +0 -16
  59. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js.map +0 -1
  60. package/dist/src/lib/components/CardWithTopImage/style.module.css +0 -25
  61. package/dist/src/lib/components/CardWithTopImage/style.module.css.map +0 -1
  62. package/dist/src/lib/components/Carousel/Carousel.d.ts +0 -77
  63. package/dist/src/lib/components/Carousel/Carousel.js +0 -153
  64. package/dist/src/lib/components/Carousel/Carousel.js.map +0 -1
  65. package/dist/src/lib/components/Carousel/style.module.css +0 -148
  66. package/dist/src/lib/components/Carousel/style.module.css.map +0 -1
  67. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.d.ts +0 -52
  68. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js +0 -152
  69. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js.map +0 -1
  70. package/dist/src/lib/components/CarouselThumbnail/style.module.css +0 -100
  71. package/dist/src/lib/components/CarouselThumbnail/style.module.css.map +0 -1
  72. package/dist/src/lib/components/Checkbox/Checkbox.d.ts +0 -9
  73. package/dist/src/lib/components/Checkbox/Checkbox.js +0 -20
  74. package/dist/src/lib/components/Checkbox/Checkbox.js.map +0 -1
  75. package/dist/src/lib/components/Checkbox/style.module.css +0 -45
  76. package/dist/src/lib/components/Checkbox/style.module.css.map +0 -1
  77. package/dist/src/lib/components/Collapsible/Collapsible.d.ts +0 -13
  78. package/dist/src/lib/components/Collapsible/Collapsible.js +0 -57
  79. package/dist/src/lib/components/Collapsible/Collapsible.js.map +0 -1
  80. package/dist/src/lib/components/Collapsible/style.module.css +0 -162
  81. package/dist/src/lib/components/Collapsible/style.module.css.map +0 -1
  82. package/dist/src/lib/components/Column/Column.d.ts +0 -12
  83. package/dist/src/lib/components/Column/Column.js +0 -84
  84. package/dist/src/lib/components/Column/Column.js.map +0 -1
  85. package/dist/src/lib/components/Column/style.module.css +0 -244
  86. package/dist/src/lib/components/Column/style.module.css.map +0 -1
  87. package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.d.ts +0 -14
  88. package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js +0 -18
  89. package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js.map +0 -1
  90. package/dist/src/lib/components/ComponentWrapper/style.module.css +0 -54
  91. package/dist/src/lib/components/ComponentWrapper/style.module.css.map +0 -1
  92. package/dist/src/lib/components/Container/Container.d.ts +0 -9
  93. package/dist/src/lib/components/Container/Container.js +0 -9
  94. package/dist/src/lib/components/Container/Container.js.map +0 -1
  95. package/dist/src/lib/components/Container/style.module.css +0 -16
  96. package/dist/src/lib/components/Container/style.module.css.map +0 -1
  97. package/dist/src/lib/components/Counter/Counter.d.ts +0 -8
  98. package/dist/src/lib/components/Counter/Counter.js +0 -35
  99. package/dist/src/lib/components/Counter/Counter.js.map +0 -1
  100. package/dist/src/lib/components/Counter/style.module.css +0 -48
  101. package/dist/src/lib/components/Counter/style.module.css.map +0 -1
  102. package/dist/src/lib/components/DetailUpdater/DetailUpdater.d.ts +0 -19
  103. package/dist/src/lib/components/DetailUpdater/DetailUpdater.js +0 -49
  104. package/dist/src/lib/components/DetailUpdater/DetailUpdater.js.map +0 -1
  105. package/dist/src/lib/components/DetailUpdater/style.module.css +0 -91
  106. package/dist/src/lib/components/DetailUpdater/style.module.css.map +0 -1
  107. package/dist/src/lib/components/Dialog/Dialog.d.ts +0 -13
  108. package/dist/src/lib/components/Dialog/Dialog.js +0 -30
  109. package/dist/src/lib/components/Dialog/Dialog.js.map +0 -1
  110. package/dist/src/lib/components/Dialog/style.module.css +0 -83
  111. package/dist/src/lib/components/Dialog/style.module.css.map +0 -1
  112. package/dist/src/lib/components/DropdownMenu/DropdownMenu.d.ts +0 -14
  113. package/dist/src/lib/components/DropdownMenu/DropdownMenu.js +0 -13
  114. package/dist/src/lib/components/DropdownMenu/DropdownMenu.js.map +0 -1
  115. package/dist/src/lib/components/DropdownMenu/style.module.css +0 -64
  116. package/dist/src/lib/components/DropdownMenu/style.module.css.map +0 -1
  117. package/dist/src/lib/components/DynamicTextSection/DynamicTextSection.d.ts +0 -11
  118. package/dist/src/lib/components/DynamicTextSection/DynamicTextSection.js +0 -13
  119. package/dist/src/lib/components/DynamicTextSection/DynamicTextSection.js.map +0 -1
  120. package/dist/src/lib/components/DynamicTextSection/style.module.css +0 -2
  121. package/dist/src/lib/components/DynamicTextSection/style.module.css.map +0 -1
  122. package/dist/src/lib/components/FileUploader/FilePreview.d.ts +0 -9
  123. package/dist/src/lib/components/FileUploader/FilePreview.js +0 -18
  124. package/dist/src/lib/components/FileUploader/FilePreview.js.map +0 -1
  125. package/dist/src/lib/components/FileUploader/FileUploader.d.ts +0 -11
  126. package/dist/src/lib/components/FileUploader/FileUploader.js +0 -73
  127. package/dist/src/lib/components/FileUploader/FileUploader.js.map +0 -1
  128. package/dist/src/lib/components/FileUploader/style.module.css +0 -176
  129. package/dist/src/lib/components/FileUploader/style.module.css.map +0 -1
  130. package/dist/src/lib/components/FilterItem/FilterItem.d.ts +0 -10
  131. package/dist/src/lib/components/FilterItem/FilterItem.js +0 -53
  132. package/dist/src/lib/components/FilterItem/FilterItem.js.map +0 -1
  133. package/dist/src/lib/components/FilterItem/style.module.css +0 -66
  134. package/dist/src/lib/components/FilterItem/style.module.css.map +0 -1
  135. package/dist/src/lib/components/Footer/Footer.d.ts +0 -11
  136. package/dist/src/lib/components/Footer/Footer.js +0 -17
  137. package/dist/src/lib/components/Footer/Footer.js.map +0 -1
  138. package/dist/src/lib/components/Footer/style.module.css +0 -78
  139. package/dist/src/lib/components/Footer/style.module.css.map +0 -1
  140. package/dist/src/lib/components/FooterNav/FooterNav.d.ts +0 -14
  141. package/dist/src/lib/components/FooterNav/FooterNav.js +0 -16
  142. package/dist/src/lib/components/FooterNav/FooterNav.js.map +0 -1
  143. package/dist/src/lib/components/FooterNav/style.module.css +0 -77
  144. package/dist/src/lib/components/FooterNav/style.module.css.map +0 -1
  145. package/dist/src/lib/components/FooterNavItem/FooterNavItem.d.ts +0 -17
  146. package/dist/src/lib/components/FooterNavItem/FooterNavItem.js +0 -21
  147. package/dist/src/lib/components/FooterNavItem/FooterNavItem.js.map +0 -1
  148. package/dist/src/lib/components/FooterNavItem/style.module.css +0 -207
  149. package/dist/src/lib/components/FooterNavItem/style.module.css.map +0 -1
  150. package/dist/src/lib/components/Form/Form.d.ts +0 -14
  151. package/dist/src/lib/components/Form/Form.js +0 -20
  152. package/dist/src/lib/components/Form/Form.js.map +0 -1
  153. package/dist/src/lib/components/Form/style.module.css +0 -2
  154. package/dist/src/lib/components/Form/style.module.css.map +0 -1
  155. package/dist/src/lib/components/FyreCard/FyreCard.d.ts +0 -13
  156. package/dist/src/lib/components/FyreCard/FyreCard.js +0 -18
  157. package/dist/src/lib/components/FyreCard/FyreCard.js.map +0 -1
  158. package/dist/src/lib/components/FyreCard/style.module.css +0 -38
  159. package/dist/src/lib/components/FyreCard/style.module.css.map +0 -1
  160. package/dist/src/lib/components/Greeting/Greeting.d.ts +0 -9
  161. package/dist/src/lib/components/Greeting/Greeting.js +0 -20
  162. package/dist/src/lib/components/Greeting/Greeting.js.map +0 -1
  163. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.d.ts +0 -7
  164. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js +0 -39
  165. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js.map +0 -1
  166. package/dist/src/lib/components/HamburgerIcon/style.module.css +0 -165
  167. package/dist/src/lib/components/HamburgerIcon/style.module.css.map +0 -1
  168. package/dist/src/lib/components/HorizontalLine/HorizontalLine.d.ts +0 -12
  169. package/dist/src/lib/components/HorizontalLine/HorizontalLine.js +0 -13
  170. package/dist/src/lib/components/HorizontalLine/HorizontalLine.js.map +0 -1
  171. package/dist/src/lib/components/HorizontalLine/style.module.css +0 -83
  172. package/dist/src/lib/components/HorizontalLine/style.module.css.map +0 -1
  173. package/dist/src/lib/components/Icon/Icon.d.ts +0 -20
  174. package/dist/src/lib/components/Icon/Icon.js +0 -50
  175. package/dist/src/lib/components/Icon/Icon.js.map +0 -1
  176. package/dist/src/lib/components/Icon/style.module.css +0 -362
  177. package/dist/src/lib/components/Icon/style.module.css.map +0 -1
  178. package/dist/src/lib/components/IconCard/IconCard.d.ts +0 -14
  179. package/dist/src/lib/components/IconCard/IconCard.js +0 -20
  180. package/dist/src/lib/components/IconCard/IconCard.js.map +0 -1
  181. package/dist/src/lib/components/IconCard/style.module.css +0 -15
  182. package/dist/src/lib/components/IconCard/style.module.css.map +0 -1
  183. package/dist/src/lib/components/Image/Image.d.ts +0 -17
  184. package/dist/src/lib/components/Image/Image.js +0 -60
  185. package/dist/src/lib/components/Image/Image.js.map +0 -1
  186. package/dist/src/lib/components/Image/style.module.css +0 -172
  187. package/dist/src/lib/components/Image/style.module.css.map +0 -1
  188. package/dist/src/lib/components/ImageInfo/ImageInfo.d.ts +0 -15
  189. package/dist/src/lib/components/ImageInfo/ImageInfo.js +0 -37
  190. package/dist/src/lib/components/ImageInfo/ImageInfo.js.map +0 -1
  191. package/dist/src/lib/components/ImageInfo/style.module.css +0 -68
  192. package/dist/src/lib/components/ImageInfo/style.module.css.map +0 -1
  193. package/dist/src/lib/components/ImageLink/ImageLink.d.ts +0 -15
  194. package/dist/src/lib/components/ImageLink/ImageLink.js +0 -17
  195. package/dist/src/lib/components/ImageLink/ImageLink.js.map +0 -1
  196. package/dist/src/lib/components/ImageLink/style.module.css +0 -108
  197. package/dist/src/lib/components/ImageLink/style.module.css.map +0 -1
  198. package/dist/src/lib/components/ImageLinkList/ImageLinkList.d.ts +0 -9
  199. package/dist/src/lib/components/ImageLinkList/ImageLinkList.js +0 -12
  200. package/dist/src/lib/components/ImageLinkList/ImageLinkList.js.map +0 -1
  201. package/dist/src/lib/components/ImageLinkList/style.module.css +0 -15
  202. package/dist/src/lib/components/ImageLinkList/style.module.css.map +0 -1
  203. package/dist/src/lib/components/InformationIcon/InformationIcon.d.ts +0 -16
  204. package/dist/src/lib/components/InformationIcon/InformationIcon.js +0 -56
  205. package/dist/src/lib/components/InformationIcon/InformationIcon.js.map +0 -1
  206. package/dist/src/lib/components/InformationIcon/style.module.css +0 -190
  207. package/dist/src/lib/components/InformationIcon/style.module.css.map +0 -1
  208. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.d.ts +0 -13
  209. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js +0 -22
  210. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js.map +0 -1
  211. package/dist/src/lib/components/InformationIconBlock/style.module.css +0 -23
  212. package/dist/src/lib/components/InformationIconBlock/style.module.css.map +0 -1
  213. package/dist/src/lib/components/Input/Input.d.ts +0 -30
  214. package/dist/src/lib/components/Input/Input.js +0 -31
  215. package/dist/src/lib/components/Input/Input.js.map +0 -1
  216. package/dist/src/lib/components/Input/style.module.css +0 -128
  217. package/dist/src/lib/components/Input/style.module.css.map +0 -1
  218. package/dist/src/lib/components/Jumbotron/Jumbotron.d.ts +0 -10
  219. package/dist/src/lib/components/Jumbotron/Jumbotron.js +0 -11
  220. package/dist/src/lib/components/Jumbotron/Jumbotron.js.map +0 -1
  221. package/dist/src/lib/components/Jumbotron/style.module.css +0 -19
  222. package/dist/src/lib/components/Jumbotron/style.module.css.map +0 -1
  223. package/dist/src/lib/components/MenuButton/MenuButton.d.ts +0 -14
  224. package/dist/src/lib/components/MenuButton/MenuButton.js +0 -25
  225. package/dist/src/lib/components/MenuButton/MenuButton.js.map +0 -1
  226. package/dist/src/lib/components/MenuButton/style.module.css +0 -76
  227. package/dist/src/lib/components/MenuButton/style.module.css.map +0 -1
  228. package/dist/src/lib/components/Modal/Modal.d.ts +0 -10
  229. package/dist/src/lib/components/Modal/Modal.js +0 -40
  230. package/dist/src/lib/components/Modal/Modal.js.map +0 -1
  231. package/dist/src/lib/components/Modal/style.module.css +0 -86
  232. package/dist/src/lib/components/Modal/style.module.css.map +0 -1
  233. package/dist/src/lib/components/NavItem/NavItem.d.ts +0 -16
  234. package/dist/src/lib/components/NavItem/NavItem.js +0 -21
  235. package/dist/src/lib/components/NavItem/NavItem.js.map +0 -1
  236. package/dist/src/lib/components/NavItem/style.module.css +0 -145
  237. package/dist/src/lib/components/NavItem/style.module.css.map +0 -1
  238. package/dist/src/lib/components/NavOld/NavOld.d.ts +0 -27
  239. package/dist/src/lib/components/NavOld/NavOld.js +0 -83
  240. package/dist/src/lib/components/NavOld/NavOld.js.map +0 -1
  241. package/dist/src/lib/components/NavOld/StickyNav.d.ts +0 -23
  242. package/dist/src/lib/components/NavOld/StickyNav.js +0 -61
  243. package/dist/src/lib/components/NavOld/StickyNav.js.map +0 -1
  244. package/dist/src/lib/components/NavOld/style.module.css +0 -440
  245. package/dist/src/lib/components/NavOld/style.module.css.map +0 -1
  246. package/dist/src/lib/components/NavTwo/Dropdown.d.ts +0 -8
  247. package/dist/src/lib/components/NavTwo/Dropdown.js +0 -13
  248. package/dist/src/lib/components/NavTwo/Dropdown.js.map +0 -1
  249. package/dist/src/lib/components/NavTwo/Nav.d.ts +0 -14
  250. package/dist/src/lib/components/NavTwo/Nav.js +0 -17
  251. package/dist/src/lib/components/NavTwo/Nav.js.map +0 -1
  252. package/dist/src/lib/components/NavTwo/Sidebar.d.ts +0 -8
  253. package/dist/src/lib/components/NavTwo/Sidebar.js +0 -11
  254. package/dist/src/lib/components/NavTwo/Sidebar.js.map +0 -1
  255. package/dist/src/lib/components/NavTwo/StickyNav.d.ts +0 -8
  256. package/dist/src/lib/components/NavTwo/StickyNav.js +0 -10
  257. package/dist/src/lib/components/NavTwo/StickyNav.js.map +0 -1
  258. package/dist/src/lib/components/NavTwo/style.module.css +0 -122
  259. package/dist/src/lib/components/NavTwo/style.module.css.map +0 -1
  260. package/dist/src/lib/components/NewsCard/NewsCard.d.ts +0 -14
  261. package/dist/src/lib/components/NewsCard/NewsCard.js +0 -21
  262. package/dist/src/lib/components/NewsCard/NewsCard.js.map +0 -1
  263. package/dist/src/lib/components/NewsCard/style.module.css +0 -35
  264. package/dist/src/lib/components/NewsCard/style.module.css.map +0 -1
  265. package/dist/src/lib/components/Pill/Pill.d.ts +0 -10
  266. package/dist/src/lib/components/Pill/Pill.js +0 -24
  267. package/dist/src/lib/components/Pill/Pill.js.map +0 -1
  268. package/dist/src/lib/components/Pill/style.module.css +0 -61
  269. package/dist/src/lib/components/Pill/style.module.css.map +0 -1
  270. package/dist/src/lib/components/ProductCard/ProductCard.d.ts +0 -19
  271. package/dist/src/lib/components/ProductCard/ProductCard.js +0 -37
  272. package/dist/src/lib/components/ProductCard/ProductCard.js.map +0 -1
  273. package/dist/src/lib/components/ProductCard/style.module.css +0 -81
  274. package/dist/src/lib/components/ProductCard/style.module.css.map +0 -1
  275. package/dist/src/lib/components/ProductCardV2/ProductCardV2.d.ts +0 -22
  276. package/dist/src/lib/components/ProductCardV2/ProductCardV2.js +0 -27
  277. package/dist/src/lib/components/ProductCardV2/ProductCardV2.js.map +0 -1
  278. package/dist/src/lib/components/ProductCardV2/style.module.css +0 -93
  279. package/dist/src/lib/components/ProductCardV2/style.module.css.map +0 -1
  280. package/dist/src/lib/components/Proficiencies/Proficiencies.d.ts +0 -13
  281. package/dist/src/lib/components/Proficiencies/Proficiencies.js +0 -16
  282. package/dist/src/lib/components/Proficiencies/Proficiencies.js.map +0 -1
  283. package/dist/src/lib/components/Proficiencies/style.module.css +0 -73
  284. package/dist/src/lib/components/Proficiencies/style.module.css.map +0 -1
  285. package/dist/src/lib/components/Profile/Profile.d.ts +0 -18
  286. package/dist/src/lib/components/Profile/Profile.js +0 -38
  287. package/dist/src/lib/components/Profile/Profile.js.map +0 -1
  288. package/dist/src/lib/components/Profile/style.module.css +0 -111
  289. package/dist/src/lib/components/Profile/style.module.css.map +0 -1
  290. package/dist/src/lib/components/Row/Row.d.ts +0 -8
  291. package/dist/src/lib/components/Row/Row.js +0 -9
  292. package/dist/src/lib/components/Row/Row.js.map +0 -1
  293. package/dist/src/lib/components/Row/style.module.css +0 -6
  294. package/dist/src/lib/components/Row/style.module.css.map +0 -1
  295. package/dist/src/lib/components/Search/Search.d.ts +0 -13
  296. package/dist/src/lib/components/Search/Search.js +0 -25
  297. package/dist/src/lib/components/Search/Search.js.map +0 -1
  298. package/dist/src/lib/components/Search/style.module.css +0 -49
  299. package/dist/src/lib/components/Search/style.module.css.map +0 -1
  300. package/dist/src/lib/components/Select/Select.d.ts +0 -13
  301. package/dist/src/lib/components/Select/Select.js +0 -36
  302. package/dist/src/lib/components/Select/Select.js.map +0 -1
  303. package/dist/src/lib/components/Select/style.module.css +0 -163
  304. package/dist/src/lib/components/Select/style.module.css.map +0 -1
  305. package/dist/src/lib/components/Showcase/Showcase.d.ts +0 -16
  306. package/dist/src/lib/components/Showcase/Showcase.js +0 -27
  307. package/dist/src/lib/components/Showcase/Showcase.js.map +0 -1
  308. package/dist/src/lib/components/Showcase/style.module.css +0 -186
  309. package/dist/src/lib/components/Showcase/style.module.css.map +0 -1
  310. package/dist/src/lib/components/SideNav/SideNav.d.ts +0 -13
  311. package/dist/src/lib/components/SideNav/SideNav.js +0 -14
  312. package/dist/src/lib/components/SideNav/SideNav.js.map +0 -1
  313. package/dist/src/lib/components/SideNav/style.module.css +0 -93
  314. package/dist/src/lib/components/SideNav/style.module.css.map +0 -1
  315. package/dist/src/lib/components/SocialBlock/SocialBlock.d.ts +0 -15
  316. package/dist/src/lib/components/SocialBlock/SocialBlock.js +0 -17
  317. package/dist/src/lib/components/SocialBlock/SocialBlock.js.map +0 -1
  318. package/dist/src/lib/components/SocialBlock/style.module.css +0 -71
  319. package/dist/src/lib/components/SocialBlock/style.module.css.map +0 -1
  320. package/dist/src/lib/components/SocialButton/SocialButton.d.ts +0 -12
  321. package/dist/src/lib/components/SocialButton/SocialButton.js +0 -24
  322. package/dist/src/lib/components/SocialButton/SocialButton.js.map +0 -1
  323. package/dist/src/lib/components/SocialButton/style.module.css +0 -96
  324. package/dist/src/lib/components/SocialButton/style.module.css.map +0 -1
  325. package/dist/src/lib/components/StarRating/StarRating.d.ts +0 -9
  326. package/dist/src/lib/components/StarRating/StarRating.js +0 -28
  327. package/dist/src/lib/components/StarRating/StarRating.js.map +0 -1
  328. package/dist/src/lib/components/StarRating/style.module.css +0 -11
  329. package/dist/src/lib/components/StarRating/style.module.css.map +0 -1
  330. package/dist/src/lib/components/Testimonial/Testimonial.d.ts +0 -17
  331. package/dist/src/lib/components/Testimonial/Testimonial.js +0 -29
  332. package/dist/src/lib/components/Testimonial/Testimonial.js.map +0 -1
  333. package/dist/src/lib/components/Testimonial/style.module.css +0 -54
  334. package/dist/src/lib/components/Testimonial/style.module.css.map +0 -1
  335. package/dist/src/lib/components/TextAndTitle/TextAndTitle.d.ts +0 -26
  336. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js +0 -41
  337. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js.map +0 -1
  338. package/dist/src/lib/components/TextAndTitle/style.module.css +0 -139
  339. package/dist/src/lib/components/TextAndTitle/style.module.css.map +0 -1
  340. package/dist/src/lib/components/TextArea/TextArea.d.ts +0 -27
  341. package/dist/src/lib/components/TextArea/TextArea.js +0 -31
  342. package/dist/src/lib/components/TextArea/TextArea.js.map +0 -1
  343. package/dist/src/lib/components/TextArea/style.module.css +0 -126
  344. package/dist/src/lib/components/TextArea/style.module.css.map +0 -1
  345. package/dist/src/lib/components/Timeline/Timeline.d.ts +0 -18
  346. package/dist/src/lib/components/Timeline/Timeline.js +0 -123
  347. package/dist/src/lib/components/Timeline/Timeline.js.map +0 -1
  348. package/dist/src/lib/components/Timeline/style.module.css +0 -228
  349. package/dist/src/lib/components/Timeline/style.module.css.map +0 -1
  350. package/dist/src/lib/components/TimelineV2/TimelineV2.d.ts +0 -20
  351. package/dist/src/lib/components/TimelineV2/TimelineV2.js +0 -18
  352. package/dist/src/lib/components/TimelineV2/TimelineV2.js.map +0 -1
  353. package/dist/src/lib/components/TimelineV2/style.module.css +0 -60
  354. package/dist/src/lib/components/TimelineV2/style.module.css.map +0 -1
  355. package/dist/src/lib/components/Tubestops/Tubestops.d.ts +0 -9
  356. package/dist/src/lib/components/Tubestops/Tubestops.js +0 -25
  357. package/dist/src/lib/components/Tubestops/Tubestops.js.map +0 -1
  358. package/dist/src/lib/components/Tubestops/style.module.css +0 -76
  359. package/dist/src/lib/components/Tubestops/style.module.css.map +0 -1
  360. package/dist/src/lib/components/UserIcon/UserIcon.d.ts +0 -11
  361. package/dist/src/lib/components/UserIcon/UserIcon.js +0 -17
  362. package/dist/src/lib/components/UserIcon/UserIcon.js.map +0 -1
  363. package/dist/src/lib/components/UserIcon/style.module.css +0 -45
  364. package/dist/src/lib/components/UserIcon/style.module.css.map +0 -1
  365. package/dist/src/lib/components/Video/Video.d.ts +0 -17
  366. package/dist/src/lib/components/Video/Video.js +0 -9
  367. package/dist/src/lib/components/Video/Video.js.map +0 -1
  368. package/dist/src/lib/index.d.ts +0 -59
  369. package/dist/src/lib/index.js +0 -60
  370. package/dist/src/lib/index.js.map +0 -1
  371. package/dist/src/lib/typography/Colours/Colours.d.ts +0 -3
  372. package/dist/src/lib/typography/Colours/Colours.js +0 -90
  373. package/dist/src/lib/typography/Colours/Colours.js.map +0 -1
  374. package/dist/src/lib/typography/Colours/style.module.css +0 -17
  375. package/dist/src/lib/typography/Colours/style.module.css.map +0 -1
  376. package/dist/src/lib/typography/Fonts/Fonts.d.ts +0 -4
  377. package/dist/src/lib/typography/Fonts/Fonts.js +0 -55
  378. package/dist/src/lib/typography/Fonts/Fonts.js.map +0 -1
  379. package/dist/src/lib/utils/controls.js +0 -21
  380. package/dist/src/lib/utils/controls.js.map +0 -1
  381. package/dist/src/lib/utils/matchMedia.js +0 -8
  382. package/dist/src/lib/utils/matchMedia.js.map +0 -1
  383. package/dist/src/lib/utils/screens.js +0 -8
  384. package/dist/src/lib/utils/screens.js.map +0 -1
  385. package/dist/src/lib/utils/theme.d.ts +0 -3
  386. package/dist/src/lib/utils/theme.js +0 -31
  387. package/dist/src/lib/utils/theme.js.map +0 -1
  388. package/dist/tailwind.config.d.ts +0 -79
  389. package/dist/tailwind.config.js +0 -83
  390. package/dist/tailwind.config.js.map +0 -1
  391. /package/{dist/src/lib → lib/src}/utils/controls.d.ts +0 -0
  392. /package/{dist/src/lib → lib/src}/utils/matchMedia.d.ts +0 -0
  393. /package/{dist/src/lib → lib/src}/utils/screens.d.ts +0 -0
package/README.md CHANGED
@@ -10,7 +10,7 @@ In the project directory, you can run:
10
10
 
11
11
  compile the dist folder made from the lib directory as specified in the build script in package.json
12
12
 
13
- ### `npm adduser`
13
+ ### `npm login`
14
14
 
15
15
  You will need to log into npm if you have not done so already
16
16
 
@@ -0,0 +1,12 @@
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ import d from "classnames";
3
+ const o = ({ id: l, className: m, links: a }) => {
4
+ const r = a != null ? Object.keys(a).length : 0, h = d(m, "flex py-2", "theme-local");
5
+ return /* @__PURE__ */ e("ul", { id: l, className: h, children: a == null ? void 0 : a.map((c, s) => /* @__PURE__ */ t("div", { className: "flex", children: [
6
+ /* @__PURE__ */ e("li", { className: "h-8", children: s + 1 >= r ? /* @__PURE__ */ e("p", { className: "px-1 py-1", children: c.name }) : /* @__PURE__ */ e("p", { className: "px-1 py-1", children: /* @__PURE__ */ e("a", { className: "text-facebook hover:underline", href: c.href, children: c.name }) }) }),
7
+ s + 1 < r && /* @__PURE__ */ e("li", { className: "h-8", children: /* @__PURE__ */ e("p", { className: "py-1", children: "  >  " }) })
8
+ ] }, `breadcrumb_${s + 1}`)) });
9
+ };
10
+ export {
11
+ o as default
12
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import p from "classnames";
3
+ import "react";
4
+ import u from "../BreadcrumbsItem/index.js";
5
+ const x = ({ id: c, className: s, links: e }) => {
6
+ const t = (e == null ? void 0 : e.length) !== void 0 ? e.length : 0, d = p(s, "flex theme-local");
7
+ return /* @__PURE__ */ o("ul", { id: c, className: d, children: e == null ? void 0 : e.map((m, r) => {
8
+ const f = r === 0 ? "mr-3" : "mx-3", n = r === 0;
9
+ let a = "standard";
10
+ return t >= 1 && r + 1 < t && (a = "link"), /* @__PURE__ */ o(
11
+ u,
12
+ {
13
+ className: f,
14
+ name: m.name,
15
+ link: m.link,
16
+ type: a,
17
+ firstItem: n
18
+ },
19
+ `breadcrumb_item_${r + 0}`
20
+ );
21
+ }) });
22
+ };
23
+ export {
24
+ x as default
25
+ };
@@ -0,0 +1,117 @@
1
+ import { jsx as e, jsxs as s, Fragment as f } from "react/jsx-runtime";
2
+ import { useState as N } from "react";
3
+ import p from "classnames";
4
+ const g = ({
5
+ id: m,
6
+ className: u,
7
+ name: t,
8
+ link: v,
9
+ href: o,
10
+ type: n,
11
+ firstItem: l
12
+ }) => {
13
+ const [b, r] = N(!1), h = p(u, "item theme-local"), a = p(
14
+ {
15
+ "hover:underline": n === "link",
16
+ "mb-0": b
17
+ },
18
+ "bc-item relative px-4 h-8"
19
+ ), i = /* @__PURE__ */ e(
20
+ "span",
21
+ {
22
+ style: {
23
+ borderTop: "17px solid transparent",
24
+ borderBottom: "15px solid transparent",
25
+ borderLeft: "16px solid",
26
+ right: "-16px"
27
+ },
28
+ className: "absolute top-0 h-0 w-0 border-t"
29
+ }
30
+ ), x = /* @__PURE__ */ s(f, { children: [
31
+ /* @__PURE__ */ e(
32
+ "span",
33
+ {
34
+ style: {
35
+ borderTop: "17px solid",
36
+ borderBottom: "18px solid transparent",
37
+ borderLeft: "17px solid transparent",
38
+ left: "-17px",
39
+ // '-webkit-transform': 'scaleY(-1)',
40
+ transform: "scaleY(-1)"
41
+ },
42
+ className: "absolute h-0 w-0 border-l-transparent bg-transparent bottom-0"
43
+ }
44
+ ),
45
+ /* @__PURE__ */ e(
46
+ "span",
47
+ {
48
+ style: {
49
+ borderTop: "18px solid",
50
+ borderBottom: "17px solid transparent",
51
+ borderLeft: "17px solid transparent",
52
+ left: "-17px"
53
+ },
54
+ className: "top-0 absolute h-0 w-0 border-l-transparent bg-transparent"
55
+ }
56
+ )
57
+ ] }), c = /* @__PURE__ */ e("div", { className: a, children: /* @__PURE__ */ s("p", { className: "pt-1 text-center", children: [
58
+ t,
59
+ i
60
+ ] }) }), d = /* @__PURE__ */ e("div", { className: a, children: /* @__PURE__ */ s("p", { className: "pt-1 text-center", children: [
61
+ x,
62
+ t,
63
+ i
64
+ ] }) });
65
+ return /* @__PURE__ */ e("div", { id: m, className: h, children: n === "link" ? l !== null ? /* @__PURE__ */ e(
66
+ "a",
67
+ {
68
+ onMouseOver: () => {
69
+ r(!0);
70
+ },
71
+ onMouseOut: () => {
72
+ r(!1);
73
+ },
74
+ href: o,
75
+ children: /* @__PURE__ */ e("li", { className: "list-none", children: c })
76
+ }
77
+ ) : /* @__PURE__ */ e(
78
+ "a",
79
+ {
80
+ onMouseOver: () => {
81
+ r(!0);
82
+ },
83
+ onMouseOut: () => {
84
+ r(!1);
85
+ },
86
+ href: o,
87
+ children: /* @__PURE__ */ e("li", { className: "list-none", children: d })
88
+ }
89
+ ) : l !== null ? /* @__PURE__ */ e(
90
+ "li",
91
+ {
92
+ className: "list-none",
93
+ onMouseOver: () => {
94
+ r(!0);
95
+ },
96
+ onMouseOut: () => {
97
+ r(!1);
98
+ },
99
+ children: c
100
+ }
101
+ ) : /* @__PURE__ */ e(
102
+ "li",
103
+ {
104
+ className: "list-none",
105
+ onMouseOver: () => {
106
+ r(!0);
107
+ },
108
+ onMouseOut: () => {
109
+ r(!1);
110
+ },
111
+ children: d
112
+ }
113
+ ) });
114
+ };
115
+ export {
116
+ g as default
117
+ };
@@ -0,0 +1,15 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import e from "classnames";
3
+ const t = ({
4
+ id: a,
5
+ className: c,
6
+ items: r
7
+ }) => /* @__PURE__ */ o("div", { id: a, className: e(c, "theme-local"), children: r == null ? void 0 : r.map((l, d) => (
8
+ // <Collapsible key={`collapsible_item_${i}`} {...item}>
9
+ // {item.children}
10
+ // </Collapsible>
11
+ /* @__PURE__ */ o("div", {})
12
+ )) });
13
+ export {
14
+ t as default
15
+ };
@@ -0,0 +1,49 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { useState as d } from "react";
3
+ import t from "classnames";
4
+ const x = ({
5
+ id: a,
6
+ className: o,
7
+ type: s = "warning",
8
+ text: i,
9
+ // leftIconProps,
10
+ // rightIconProps,
11
+ textCenter: n = !1,
12
+ isDismissable: l = !1,
13
+ onDismissClick: f
14
+ }) => {
15
+ const [e, g] = d({
16
+ state: "open",
17
+ display: !0
18
+ }), c = t({
19
+ "bg-success": s === "success",
20
+ "bg-warning": s === "warning",
21
+ "bg-error": s === "error",
22
+ "bg-info-light": s === "info"
23
+ }), p = t({
24
+ "opacity-100": e.state === "open",
25
+ "opacity-0": e.state === "closed",
26
+ hidden: !e.display
27
+ }), u = t(
28
+ o,
29
+ c,
30
+ p,
31
+ "flex py-2 text-white duration-700 theme-local w-parent transition-opactiy"
32
+ ), m = t(
33
+ {
34
+ "text-center": n
35
+ // 'pl-20': !textCenter && leftIconProps !== null,
36
+ // 'pl-4': !textCenter && leftIconProps === null,
37
+ },
38
+ "w-full py-3"
39
+ );
40
+ return t(
41
+ {
42
+ "hover:cursor-pointer": l
43
+ },
44
+ "absolute right-0 pr-8 pt-3"
45
+ ), /* @__PURE__ */ r("div", { id: a, className: u, children: /* @__PURE__ */ r("h3", { className: m, children: i }) });
46
+ };
47
+ export {
48
+ x as default
49
+ };
package/lib/index.js ADDED
@@ -0,0 +1,12 @@
1
+ import { default as a } from "./components/Accordion/index.js";
2
+ import { default as t } from "./components/AlertBar/index.js";
3
+ import { default as f } from "./archive/Breadcrumbs/index.js";
4
+ import { default as s } from "./archive/BreadcrumbsBordered/index.js";
5
+ import { default as l } from "./archive/BreadcrumbsItem/index.js";
6
+ export {
7
+ a as Accordion,
8
+ t as AlertBar,
9
+ f as Breadcrumbs,
10
+ s as BreadcrumbsBordered,
11
+ l as BreadcrumbsItem
12
+ };
@@ -0,0 +1,94 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: import('react').FC<import('.').Props>;
6
+ argTypes: {
7
+ items: {
8
+ description: string;
9
+ control: {
10
+ type: string;
11
+ default: undefined;
12
+ };
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ };
23
+ id: {
24
+ description: string;
25
+ control: {
26
+ type: string;
27
+ default: boolean;
28
+ };
29
+ table: {
30
+ category: string;
31
+ type: {
32
+ summary: string;
33
+ };
34
+ defaultValue: {
35
+ summary: string;
36
+ };
37
+ };
38
+ };
39
+ className: {
40
+ description: string;
41
+ control: {
42
+ type: string;
43
+ default: boolean;
44
+ };
45
+ table: {
46
+ category: string;
47
+ type: {
48
+ summary: string;
49
+ };
50
+ defaultValue: {
51
+ summary: string;
52
+ };
53
+ };
54
+ };
55
+ };
56
+ args: {
57
+ items: ({
58
+ preText: string;
59
+ title: string;
60
+ subtitle: string;
61
+ imageProps: {
62
+ src: string;
63
+ };
64
+ children: import("react/jsx-runtime").JSX.Element;
65
+ } | {
66
+ preText: string;
67
+ title: string;
68
+ imageProps: {
69
+ src: string;
70
+ };
71
+ children: import("react/jsx-runtime").JSX.Element;
72
+ subtitle?: undefined;
73
+ } | {
74
+ subtitle: string;
75
+ imageProps: {
76
+ src: string;
77
+ };
78
+ children: import("react/jsx-runtime").JSX.Element;
79
+ preText?: undefined;
80
+ title?: undefined;
81
+ } | {
82
+ imageProps: {
83
+ src: string;
84
+ };
85
+ children: import("react/jsx-runtime").JSX.Element;
86
+ preText?: undefined;
87
+ title?: undefined;
88
+ subtitle?: undefined;
89
+ })[];
90
+ };
91
+ };
92
+ export default meta;
93
+ type Story = StoryObj<typeof meta>;
94
+ export declare const Default: Story;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  export interface Props {
3
4
  id?: string;
4
5
  className?: string;
@@ -0,0 +1,162 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: ({ id, className, type, text, textCenter, isDismissable, onDismissClick, }: import('.').Props) => JSX.Element;
6
+ argTypes: {
7
+ type: {
8
+ type: {
9
+ name: string;
10
+ required: boolean;
11
+ };
12
+ options: string[];
13
+ description: string;
14
+ table: {
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ defaultValue: string;
23
+ control: {
24
+ type: string;
25
+ };
26
+ };
27
+ text: {
28
+ type: {
29
+ name: string;
30
+ required: boolean;
31
+ };
32
+ description: string;
33
+ table: {
34
+ type: {
35
+ summary: string;
36
+ };
37
+ defaultValue: {
38
+ summary: string;
39
+ };
40
+ };
41
+ };
42
+ leftIconProps: {
43
+ description: string;
44
+ table: {
45
+ category: string;
46
+ type: {
47
+ summary: string;
48
+ };
49
+ defaultValue: {
50
+ summary: string;
51
+ };
52
+ };
53
+ };
54
+ rightIconProps: {
55
+ description: string;
56
+ table: {
57
+ category: string;
58
+ type: {
59
+ summary: string;
60
+ };
61
+ defaultValue: {
62
+ summary: string;
63
+ };
64
+ };
65
+ };
66
+ textCenter: {
67
+ type: {
68
+ name: string;
69
+ required: boolean;
70
+ };
71
+ description: string;
72
+ table: {
73
+ type: {
74
+ summary: string;
75
+ };
76
+ defaultValue: {
77
+ summary: string;
78
+ };
79
+ };
80
+ defaultValue: string;
81
+ };
82
+ isDismissable: {
83
+ type: {
84
+ name: string;
85
+ required: boolean;
86
+ };
87
+ description: string;
88
+ table: {
89
+ type: {
90
+ summary: string;
91
+ };
92
+ defaultValue: {
93
+ summary: string;
94
+ };
95
+ };
96
+ defaultValue: string;
97
+ };
98
+ onDismissClick: {
99
+ type: {
100
+ name: string;
101
+ required: boolean;
102
+ };
103
+ description: string;
104
+ action: string;
105
+ table: {
106
+ type: {
107
+ summary: string;
108
+ };
109
+ defaultValue: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ id: {
115
+ description: string;
116
+ control: {
117
+ type: string;
118
+ default: boolean;
119
+ };
120
+ table: {
121
+ category: string;
122
+ type: {
123
+ summary: string;
124
+ };
125
+ defaultValue: {
126
+ summary: string;
127
+ };
128
+ };
129
+ };
130
+ className: {
131
+ description: string;
132
+ control: {
133
+ type: string;
134
+ default: boolean;
135
+ };
136
+ table: {
137
+ category: string;
138
+ type: {
139
+ summary: string;
140
+ };
141
+ defaultValue: {
142
+ summary: string;
143
+ };
144
+ };
145
+ };
146
+ };
147
+ args: {
148
+ text: string;
149
+ leftIconProps: {
150
+ type: string;
151
+ colour: string;
152
+ hollow: boolean;
153
+ };
154
+ rightIconProps: {
155
+ type: string;
156
+ colour: string;
157
+ };
158
+ };
159
+ };
160
+ export default meta;
161
+ type Story = StoryObj<typeof meta>;
162
+ export declare const Default: Story;
@@ -0,0 +1,13 @@
1
+ import { MouseEventHandler } from 'react';
2
+
3
+ export interface Props {
4
+ id?: string;
5
+ className?: string;
6
+ type?: 'success' | 'warning' | 'error' | 'info';
7
+ text?: string;
8
+ textCenter?: boolean;
9
+ isDismissable?: boolean;
10
+ onDismissClick?: MouseEventHandler;
11
+ }
12
+ declare const AlertBar: ({ id, className, type, text, textCenter, isDismissable, onDismissClick, }: Props) => JSX.Element;
13
+ export default AlertBar;
@@ -0,0 +1,44 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: import('react').FC<{}>;
6
+ argTypes: {
7
+ id: {
8
+ description: string;
9
+ control: {
10
+ type: string;
11
+ default: boolean;
12
+ };
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ };
23
+ className: {
24
+ description: string;
25
+ control: {
26
+ type: string;
27
+ default: boolean;
28
+ };
29
+ table: {
30
+ category: string;
31
+ type: {
32
+ summary: string;
33
+ };
34
+ defaultValue: {
35
+ summary: string;
36
+ };
37
+ };
38
+ };
39
+ };
40
+ args: {};
41
+ };
42
+ export default meta;
43
+ type Story = StoryObj<typeof meta>;
44
+ export declare const Default: Story;
@@ -1,3 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  declare const Avatar: React.FC;
3
4
  export default Avatar;
@@ -0,0 +1,7 @@
1
+ import { default as BreadcrumbsItem } from '../../archive/BreadcrumbsItem';
2
+ import { default as BreadcrumbsBordered } from '../../archive/BreadcrumbsBordered';
3
+ import { default as Breadcrumbs } from '../../archive/Breadcrumbs';
4
+ import { default as AlertBar } from './AlertBar';
5
+ import { default as Accordion } from './Accordion';
6
+
7
+ export { Accordion, AlertBar, Breadcrumbs, BreadcrumbsBordered, BreadcrumbsItem, };
@@ -0,0 +1 @@
1
+ export * from './components';