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
@@ -1,440 +0,0 @@
1
- .wrapperCalsses {
2
-
3
- display: flex;
4
-
5
- min-height: 100vh;
6
-
7
- flex-direction: column
8
- }
9
-
10
- .defaultNavClasses {
11
-
12
- position: fixed;
13
-
14
- top: 0px;
15
-
16
- left: 0px;
17
-
18
- right: 0px;
19
-
20
- bottom: 0px;
21
-
22
- z-index: 50;
23
-
24
- height: 100%;
25
-
26
- width: 100%;
27
-
28
- background-color: var(--color-primary);
29
-
30
- transition-property: opacity;
31
-
32
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
33
-
34
- transition-duration: 700ms
35
- }
36
-
37
- .navOpen {
38
-
39
- visibility: visible;
40
-
41
- opacity: 1
42
- }
43
-
44
- .navClosed {
45
-
46
- visibility: hidden;
47
-
48
- opacity: 0;
49
-
50
- display: none
51
- }
52
-
53
- .desktopNav {
54
-
55
- position: relative;
56
-
57
- z-index: 50;
58
-
59
- display: flex;
60
-
61
- align-items: center;
62
-
63
- justify-content: space-between
64
- }
65
-
66
- .desktopNavDropShadow {
67
-
68
- --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
69
-
70
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
71
- }
72
-
73
- .mobileNav {
74
-
75
- position: relative;
76
-
77
- z-index: 50
78
- }
79
-
80
- .stickyNav {
81
-
82
- position: fixed;
83
-
84
- top: 0px;
85
-
86
- z-index: 40;
87
-
88
- width: 100%;
89
-
90
- overflow: hidden;
91
-
92
- opacity: 0;
93
-
94
- transition-property: all;
95
-
96
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
97
-
98
- transition-duration: 500ms
99
- }
100
-
101
- .stickyNavDropShadow {
102
-
103
- --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
104
-
105
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
106
- }
107
-
108
- .showStickyNav {
109
-
110
- opacity: 1;
111
-
112
- transition-property: all;
113
-
114
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
115
-
116
- transition-duration: 1000ms
117
- }
118
-
119
- .invisible {
120
-
121
- display: none
122
- }
123
-
124
- .primary {
125
-
126
- background-color: var(--color-primary);
127
-
128
- color: var(--color-secondary)
129
- }
130
-
131
- .secondary {
132
-
133
- background-color: var(--color-secondary);
134
-
135
- color: var(--color-primary)
136
- }
137
-
138
- .tertiary {
139
-
140
- background-color: var(--color-tertiary);
141
-
142
- color: var(--color-secondary)
143
- }
144
-
145
- .white {
146
-
147
- background-color: var(--color-white);
148
-
149
- color: var(--color-black)
150
- }
151
-
152
- .black {
153
-
154
- background-color: var(--color-black);
155
-
156
- color: var(--color-white)
157
- }
158
-
159
- .collapseBtnWrapper {
160
-
161
- position: absolute;
162
-
163
- top: 0px;
164
-
165
- bottom: 0px;
166
-
167
- left: 2rem;
168
-
169
- top: 1rem
170
- }
171
-
172
- .collapseBtnWrapper:hover > button {
173
-
174
- color: var(--color-primary)
175
- }
176
-
177
- .navItems {
178
-
179
- display: none;
180
-
181
- width: 24rem;
182
-
183
- justify-content: center;
184
-
185
- padding-top: 1.5rem;
186
-
187
- padding-bottom: 1.5rem
188
- }
189
-
190
- @media (min-width: 744px) {
191
-
192
- .navItems {
193
-
194
- display: flex;
195
-
196
- padding-right: 4rem
197
- }
198
- }
199
-
200
- @media (min-width: 950px) {
201
-
202
- .navItems {
203
-
204
- padding-right: 0px
205
- }
206
- }
207
-
208
- .navItemPadding {
209
-
210
- margin-left: auto;
211
-
212
- margin-right: auto;
213
-
214
- width: 6rem;
215
-
216
- text-align: center
217
- }
218
-
219
- .logoClassList {
220
-
221
- margin-top: 0.5rem;
222
-
223
- margin-bottom: 0.5rem;
224
-
225
- display: none;
226
-
227
- width: 24rem
228
- }
229
-
230
- @media (min-width: 744px) {
231
-
232
- .logoClassList {
233
-
234
- display: flex
235
- }
236
- }
237
-
238
- .textClassList {
239
-
240
- display: none;
241
-
242
- width: 24rem;
243
-
244
- flex-direction: row-reverse
245
- }
246
-
247
- @media (min-width: 950px) {
248
-
249
- .textClassList {
250
-
251
- display: flex
252
- }
253
- }
254
-
255
- .profileClassList {
256
-
257
- display: none;
258
-
259
- width: 24rem;
260
-
261
- flex-direction: row-reverse
262
- }
263
-
264
- @media (min-width: 744px) {
265
-
266
- .profileClassList {
267
-
268
- display: flex
269
- }
270
- }
271
-
272
- .desktopLogo:focus {
273
-
274
- border-width: 2px;
275
-
276
- border-color: var(--color-white)
277
- }
278
-
279
- .mobileLogo {
280
-
281
- margin-left: auto;
282
-
283
- margin-right: auto;
284
-
285
- margin-top: 0.5rem;
286
-
287
- margin-bottom: 0.5rem
288
- }
289
-
290
- .mobileLogo:focus {
291
-
292
- border-width: 2px;
293
-
294
- border-color: var(--color-white)
295
- }
296
-
297
- .mobileContainer {
298
-
299
- display: flex;
300
-
301
- align-items: center
302
- }
303
-
304
- @media (min-width: 744px) {
305
-
306
- .mobileContainer {
307
-
308
- display: none
309
- }
310
- }
311
-
312
- .mobileDropDownMenu > :not([hidden]) ~ :not([hidden]) {
313
-
314
- --tw-space-y-reverse: 0;
315
-
316
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
317
-
318
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
319
- }
320
-
321
- .mobileDropDownMenu {
322
-
323
- padding-top: 0.5rem;
324
-
325
- padding-bottom: 0.75rem
326
- }
327
-
328
- .dropDownNavClassList {
329
-
330
- z-index: 50;
331
-
332
- overflow: hidden
333
- }
334
-
335
- @media (min-width: 744px) {
336
-
337
- .dropDownNavClassList {
338
-
339
- display: none
340
- }
341
- }
342
-
343
- .mobileDropDownMenuNavItems {
344
-
345
- padding-left: 2rem;
346
-
347
- padding-top: 0.5rem
348
- }
349
-
350
- .dropDownCollapsed {
351
-
352
- height: 0px
353
- }
354
-
355
- .sideNavClassList {
356
-
357
- position: fixed;
358
-
359
- z-index: 50;
360
-
361
- height: 100%;
362
-
363
- overflow: hidden;
364
-
365
- transition-duration: 700ms
366
- }
367
-
368
- @media (min-width: 744px) {
369
-
370
- .sideNavClassList {
371
-
372
- display: none
373
- }
374
- }
375
-
376
- .mobileSideBarMenu > :not([hidden]) ~ :not([hidden]) {
377
-
378
- --tw-space-y-reverse: 0;
379
-
380
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
381
-
382
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
383
- }
384
-
385
- .mobileSideBarMenu {
386
-
387
- padding-top: 0.5rem;
388
-
389
- padding-bottom: 0.75rem
390
- }
391
-
392
- .mobileSideBarMenuNavItems {
393
-
394
- padding-left: 0.5rem;
395
-
396
- padding-top: 1rem
397
- }
398
-
399
- .mobileSideBarMenuNavItems:focus {
400
-
401
- border-width: 2px;
402
-
403
- border-color: var(--color-white)
404
- }
405
-
406
- .sideBarCollapsed {
407
-
408
- width: 0px
409
- }
410
-
411
- .sideBarExpanded {
412
-
413
- height: 100vh;
414
-
415
- width: 100%
416
- }
417
-
418
- @media (min-width: 550px) {
419
-
420
- .sideBarExpanded {
421
-
422
- width: 33.333333%
423
- }
424
- }
425
-
426
- .dark {
427
-
428
- background-color: var(--color-primary);
429
-
430
- color: var(--color-white)
431
- }
432
-
433
- .light {
434
-
435
- background-color: var(--color-white);
436
-
437
- color: var(--color-primary)
438
- }
439
-
440
- /*# sourceMappingURL=style.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/NavOld/style.module.css"],"names":[],"mappings":"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","file":"style.module.css","sourcesContent":[".wrapperCalsses {\n @apply flex flex-col min-h-screen;\n}\n\n.defaultNavClasses {\n @apply fixed w-full h-full top-0 left-0 right-0 bottom-0 z-50 bg-primary transition-opacity duration-700;\n}\n\n.navOpen {\n @apply opacity-100 visible;\n}\n\n.navClosed {\n @apply opacity-0 invisible;\n}\n\n.desktopNav {\n @apply z-50 relative;\n @apply flex items-center justify-between;\n}\n\n.desktopNavDropShadow {\n @apply drop-shadow-lg;\n}\n\n.mobileNav {\n @apply z-50 relative;\n}\n\n.stickyNav {\n @apply fixed z-40 top-0 overflow-hidden w-full opacity-0 transition-all duration-500;\n}\n\n.stickyNavDropShadow {\n @apply drop-shadow-lg;\n}\n\n.showStickyNav {\n @apply opacity-100 transition-all duration-1000;\n}\n\n.invisible {\n @apply hidden;\n}\n\n.primary {\n @apply bg-primary text-secondary;\n}\n\n.secondary {\n @apply bg-secondary text-primary;\n}\n\n.tertiary {\n @apply bg-tertiary text-secondary;\n}\n\n.white {\n @apply bg-white text-black;\n}\n\n.black {\n @apply bg-black text-white;\n}\n\n.collapseBtnWrapper {\n @apply absolute inset-y-0 left-8 top-4;\n}\n\n.collapseBtnWrapper:hover > button {\n @apply text-primary;\n}\n\n.navItems {\n @apply hidden md:flex justify-center py-6 md:pr-16 lg:pr-0 w-96;\n}\n\n.navItemPadding {\n @apply w-24 mx-auto text-center;\n}\n\n.logoClassList {\n @apply hidden md:flex w-96 my-2;\n}\n\n.textClassList {\n @apply hidden lg:flex w-96 flex-row-reverse;\n}\n\n.profileClassList {\n @apply hidden md:flex w-96 flex-row-reverse;\n}\n\n.desktopLogo:focus {\n @apply border-2 border-white;\n}\n\n.mobileLogo {\n @apply mx-auto my-2;\n}\n\n.mobileLogo:focus {\n @apply border-2 border-white;\n}\n\n.mobileContainer {\n @apply flex items-center md:hidden;\n}\n\n.mobileDropDownMenu {\n @apply pt-2 pb-3 space-y-1;\n}\n\n.dropDownNavClassList {\n @apply z-50 md:hidden overflow-hidden;\n}\n\n.mobileDropDownMenuNavItems {\n @apply pl-8 pt-2;\n}\n\n.dropDownCollapsed {\n @apply h-0;\n}\n\n.sideNavClassList {\n @apply z-50 md:hidden fixed overflow-hidden h-full duration-700;\n}\n\n.mobileSideBarMenu {\n @apply pt-2 pb-3 space-y-1;\n}\n\n.mobileSideBarMenuNavItems {\n @apply pl-2 pt-4;\n}\n\n.mobileSideBarMenuNavItems:focus {\n @apply border-2 border-white;\n}\n\n.sideBarCollapsed {\n @apply w-0;\n}\n\n.sideBarExpanded {\n @apply w-full sm:w-1/3 h-screen;\n}\n\n.dark {\n @apply bg-primary text-white;\n}\n\n.light {\n @apply bg-white text-primary;\n}\n"]}
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface Props {
3
- id?: string;
4
- className?: string;
5
- children: any;
6
- visible?: boolean;
7
- }
8
- export declare const Dropdown: ({ id, className, children, visible }: Props) => JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import classNames from 'classnames';
3
- import style from './style.module.css';
4
- export const Dropdown = ({ id, className, children, visible = false }) => {
5
- const dropdownNavClasses = classNames({
6
- [style.dropDownCollapsed]: !visible,
7
- [style.dropDownExpanded]: visible,
8
- [`h-auto`]: visible
9
- }, style.dropDownNavClassList, className);
10
- return (React.createElement("div", { id: id, className: dropdownNavClasses },
11
- React.createElement("div", { className: style.mobileDropDownMenu }, children)));
12
- };
13
- //# sourceMappingURL=Dropdown.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dropdown.js","sourceRoot":"","sources":["../../../../../src/lib/components/NavTwo/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,oBAAoB,CAAA;AAStC,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EACvB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,OAAO,GAAG,KAAK,EACT,EAAe,EAAE;IACvB,MAAM,kBAAkB,GAAG,UAAU,CACnC;QACE,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,CAAC,OAAO;QACnC,CAAC,KAAK,CAAC,gBAAgB,CAAC,EAAE,OAAO;QACjC,CAAC,QAAQ,CAAC,EAAE,OAAO;KACpB,EACD,KAAK,CAAC,oBAAoB,EAC1B,SAAS,CACV,CAAA;IAED,OAAO,CACL,6BAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,kBAAkB;QACxC,6BAAK,SAAS,EAAE,KAAK,CAAC,kBAAkB,IAAG,QAAQ,CAAO,CACtD,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- export interface Props {
3
- id?: string;
4
- className?: string;
5
- children: any;
6
- mobileNavExpanded?: boolean;
7
- }
8
- declare const Nav: {
9
- ({ id, className, children, mobileNavExpanded }: Props): JSX.Element;
10
- Dropdown: ({ id, className, children, visible }: import("./Dropdown").Props) => JSX.Element;
11
- Sidebar: ({ id, className, children, visible }: import("./Sidebar").Props) => JSX.Element;
12
- Sticky: ({ id, className, children, visible }: import("./StickyNav").Props) => JSX.Element;
13
- };
14
- export default Nav;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import classNames from 'classnames';
3
- import style from './style.module.css';
4
- import { Dropdown } from './Dropdown';
5
- import { Sidebar } from './Sidebar';
6
- import { StickyNav } from './StickyNav';
7
- const Nav = ({ id, className, children, mobileNavExpanded }) => {
8
- const classList = classNames(className, style.nav, 'theme-local');
9
- return (React.createElement("div", null,
10
- React.createElement("div", { className: classNames(style.defaultNavClasses, [mobileNavExpanded] && style.navOpen, [!mobileNavExpanded] && style.navClosed) }),
11
- React.createElement("header", { id: id, className: classList }, children)));
12
- };
13
- export default Nav;
14
- Nav.Dropdown = Dropdown;
15
- Nav.Sidebar = Sidebar;
16
- Nav.Sticky = StickyNav;
17
- //# sourceMappingURL=Nav.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Nav.js","sourceRoot":"","sources":["../../../../../src/lib/components/NavTwo/Nav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,oBAAoB,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AASvC,MAAM,GAAG,GAAG,CAAC,EACX,EAAE,EACF,SAAS,EACT,QAAQ,EACR,iBAAiB,EACX,EAAe,EAAE;IACvB,MAAM,SAAS,GAAG,UAAU,CAAC,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,aAAa,CAAC,CAAA;IAEjE,OAAO,CACL;QACE,6BACE,SAAS,EAAE,UAAU,CACnB,KAAK,CAAC,iBAAiB,EACvB,CAAC,iBAAiB,CAAC,IAAI,KAAK,CAAC,OAAO,EACpC,CAAC,CAAC,iBAAiB,CAAC,IAAI,KAAK,CAAC,SAAS,CACxC,GACD;QACF,gCAAQ,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,SAAS,IACjC,QAAQ,CACF,CACL,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,GAAG,CAAA;AAElB,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAA;AACvB,GAAG,CAAC,OAAO,GAAG,OAAO,CAAA;AACrB,GAAG,CAAC,MAAM,GAAG,SAAS,CAAA"}
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface Props {
3
- id?: string;
4
- className?: string;
5
- children: any;
6
- visible?: boolean;
7
- }
8
- export declare const Sidebar: ({ id, className, children, visible }: Props) => JSX.Element;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import classNames from 'classnames';
3
- import style from './style.module.css';
4
- export const Sidebar = ({ id, className, children, visible = false }) => {
5
- const sideNavClasses = classNames({
6
- [style.sideBarCollapsed]: !visible,
7
- [style.sideBarExpanded]: visible
8
- }, style.sideNavClassList, className);
9
- return (React.createElement("div", { id: id, className: sideNavClasses }, children));
10
- };
11
- //# sourceMappingURL=Sidebar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sidebar.js","sourceRoot":"","sources":["../../../../../src/lib/components/NavTwo/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,oBAAoB,CAAA;AAStC,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,EACtB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,OAAO,GAAG,KAAK,EACT,EAAe,EAAE;IACvB,MAAM,cAAc,GAAG,UAAU,CAC/B;QACE,CAAC,KAAK,CAAC,gBAAgB,CAAC,EAAE,CAAC,OAAO;QAClC,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,OAAO;KACjC,EACD,KAAK,CAAC,gBAAgB,EACtB,SAAS,CACV,CAAA;IAED,OAAO,CACL,6BAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,cAAc,IACnC,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface Props {
3
- id?: string;
4
- className?: string;
5
- children: any;
6
- visible?: boolean;
7
- }
8
- export declare const StickyNav: ({ id, className, children, visible }: Props) => JSX.Element;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import classNames from 'classnames';
3
- import style from './style.module.css';
4
- export const StickyNav = ({ id, className, children, visible = false }) => {
5
- const classList = classNames({
6
- [style.showStickyNav]: visible
7
- }, className, style.stickyNav, 'theme-local');
8
- return (React.createElement("div", { id: `sticky_${id !== null && id !== void 0 ? id : 'nav'}`, className: classList }, children));
9
- };
10
- //# sourceMappingURL=StickyNav.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StickyNav.js","sourceRoot":"","sources":["../../../../../src/lib/components/NavTwo/StickyNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,oBAAoB,CAAA;AAStC,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,EACxB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,OAAO,GAAG,KAAK,EACT,EAAe,EAAE;IACvB,MAAM,SAAS,GAAG,UAAU,CAC1B;QACE,CAAC,KAAK,CAAC,aAAa,CAAC,EAAE,OAAO;KAC/B,EACD,SAAS,EACT,KAAK,CAAC,SAAS,EACf,aAAa,CACd,CAAA;IAED,OAAO,CACL,6BAAK,EAAE,EAAE,UAAU,EAAE,aAAF,EAAE,cAAF,EAAE,GAAI,KAAK,EAAE,EAAE,SAAS,EAAE,SAAS,IACnD,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -1,122 +0,0 @@
1
- .defaultNavClasses {
2
-
3
- position: fixed;
4
-
5
- top: 0px;
6
-
7
- left: 0px;
8
-
9
- right: 0px;
10
-
11
- bottom: 0px;
12
-
13
- z-index: 50;
14
-
15
- height: 100%;
16
-
17
- width: 100%;
18
-
19
- background-color: var(--color-primary);
20
-
21
- transition-property: opacity;
22
-
23
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24
-
25
- transition-duration: 700ms
26
- }
27
-
28
- .navOpen {
29
-
30
- visibility: visible;
31
-
32
- opacity: 1
33
- }
34
-
35
- .navClosed {
36
-
37
- visibility: hidden;
38
-
39
- opacity: 0
40
- }
41
-
42
- .stickyNav {
43
-
44
- position: fixed;
45
-
46
- top: 0px;
47
-
48
- z-index: 40;
49
-
50
- width: 100%;
51
-
52
- overflow: hidden;
53
-
54
- opacity: 0;
55
-
56
- transition-property: all;
57
-
58
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
59
-
60
- transition-duration: 500ms
61
- }
62
-
63
- .showStickyNav {
64
-
65
- opacity: 1;
66
-
67
- transition-property: all;
68
-
69
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
70
-
71
- transition-duration: 1000ms
72
- }
73
-
74
- .dropDownCollapsed {
75
-
76
- display: none;
77
-
78
- height: 0px
79
- }
80
-
81
- .sideNavClassList {
82
-
83
- position: fixed;
84
-
85
- z-index: 50;
86
-
87
- height: 100%;
88
-
89
- overflow: hidden;
90
-
91
- transition-duration: 700ms
92
- }
93
-
94
- @media (min-width: 744px) {
95
-
96
- .sideNavClassList {
97
-
98
- display: none
99
- }
100
- }
101
-
102
- .sideBarCollapsed {
103
-
104
- width: 0px
105
- }
106
-
107
- .sideBarExpanded {
108
-
109
- height: 100vh;
110
-
111
- width: 100%
112
- }
113
-
114
- @media (min-width: 550px) {
115
-
116
- .sideBarExpanded {
117
-
118
- width: 33.333333%
119
- }
120
- }
121
-
122
- /*# sourceMappingURL=style.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/NavTwo/style.module.css"],"names":[],"mappings":"AACE;;IAAA,eAAwG;;IAAxG,QAAwG;;IAAxG,SAAwG;;IAAxG,UAAwG;;IAAxG,WAAwG;;IAAxG,WAAwG;;IAAxG,YAAwG;;IAAxG,WAAwG;;IAAxG,sCAAwG;;IAAxG,4BAAwG;;IAAxG,wDAAwG;;IAAxG;AAAwG;;AAIxG;;IAAA,mBAA0B;;IAA1B;AAA0B;;AAI1B;;IAAA,kBAA0B;;IAA1B;AAA0B;;AAI1B;;IAAA,eAAoF;;IAApF,QAAoF;;IAApF,WAAoF;;IAApF,WAAoF;;IAApF,gBAAoF;;IAApF,UAAoF;;IAApF,wBAAoF;;IAApF,wDAAoF;;IAApF;AAAoF;;AAIpF;;IAAA,UAA+C;;IAA/C,wBAA+C;;IAA/C,wDAA+C;;IAA/C;AAA+C;;AAI/C;;IAAA,aAAiB;;IAAjB;AAAiB;;AAIjB;;IAAA,eAA+D;;IAA/D,WAA+D;;IAA/D,YAA+D;;IAA/D,gBAA+D;;IAA/D;AAA+D;;AAA/D;;IAAA;;QAAA;IAA+D;AAAA;;AAI/D;;IAAA;AAAU;;AAIV;;IAAA,aAA+B;;IAA/B;AAA+B;;AAA/B;;IAAA;;QAAA;IAA+B;AAAA","file":"style.module.css","sourcesContent":[".defaultNavClasses {\n @apply fixed w-full h-full top-0 left-0 right-0 bottom-0 z-50 bg-primary transition-opacity duration-700;\n}\n\n.navOpen {\n @apply opacity-100 visible;\n}\n\n.navClosed {\n @apply opacity-0 invisible;\n}\n\n.stickyNav {\n @apply fixed z-40 top-0 overflow-hidden w-full opacity-0 transition-all duration-500;\n}\n\n.showStickyNav {\n @apply opacity-100 transition-all duration-1000;\n}\n\n.dropDownCollapsed {\n @apply h-0 hidden;\n}\n\n.sideNavClassList {\n @apply z-50 md:hidden fixed overflow-hidden h-full duration-700;\n}\n\n.sideBarCollapsed {\n @apply w-0;\n}\n\n.sideBarExpanded {\n @apply w-full sm:w-1/3 h-screen;\n}\n"]}
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { type Props as buttonProps } from '../Button/Button';
3
- import { type Props as imageProps } from '../Image/Image';
4
- export interface Props {
5
- id?: string;
6
- className?: string;
7
- title?: string;
8
- content?: string;
9
- imageProps?: imageProps;
10
- buttonProps?: buttonProps;
11
- rounded?: boolean;
12
- }
13
- declare const NewsCard: ({ id, className, title, content, imageProps, buttonProps, rounded }: Props) => JSX.Element;
14
- export default NewsCard;