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 +0,0 @@
1
- {"version":3,"file":"BreadcrumbsItem.js","sourceRoot":"","sources":["../../../../../src/lib/components/BreadcrumbsItem/BreadcrumbsItem.tsx"],"names":[],"mappings":"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"}
@@ -1,49 +0,0 @@
1
- .backArrowClassList {
2
-
3
- position: absolute;
4
-
5
- height: 0px;
6
-
7
- width: 0px;
8
-
9
- border-left-color: var(--color-transparent);
10
-
11
- background-color: var(--color-transparent)
12
- }
13
-
14
- .frontArrowClassList {
15
-
16
- position: absolute;
17
-
18
- top: 0px;
19
-
20
- height: 0px;
21
-
22
- width: 0px;
23
-
24
- border-top-width: 1px
25
- }
26
-
27
- .bottomArrowClassList = {
28
-
29
- bottom: 0px
30
- }
31
-
32
- .topArrowClassList {
33
-
34
- top: 0px
35
- }
36
-
37
- .textClassList {
38
-
39
- padding-top: 0.25rem;
40
-
41
- text-align: center
42
- }
43
-
44
- .liClassList {
45
-
46
- list-style-type: none
47
- }
48
-
49
- /*# sourceMappingURL=style.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/BreadcrumbsItem/style.module.css"],"names":[],"mappings":"AACE;;IAAA,kBAA2D;;IAA3D,WAA2D;;IAA3D,UAA2D;;IAA3D,2CAA2D;;IAA3D;AAA2D;;AAI3D;;IAAA,kBAAsC;;IAAtC,QAAsC;;IAAtC,WAAsC;;IAAtC,UAAsC;;IAAtC;AAAsC;;AAItC;;IAAA;AAAe;;AAIf;;IAAA;AAAY;;AAIZ;;IAAA,oBAAuB;;IAAvB;AAAuB;;AAIvB;;IAAA;AAAgB","file":"style.module.css","sourcesContent":[".backArrowClassList {\n @apply absolute w-0 h-0 bg-transparent border-l-transparent;\n}\n\n.frontArrowClassList {\n @apply absolute top-0 w-0 h-0 border-t;\n}\n\n.bottomArrowClassList = {\n @apply bottom-0;\n}\n\n.topArrowClassList {\n @apply top-0;\n}\n\n.textClassList {\n @apply text-center pt-1;\n}\n\n.liClassList {\n @apply list-none;\n}\n"]}
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- id?: string;
4
- className?: string;
5
- onClick?: React.MouseEventHandler;
6
- hoverText?: string;
7
- variant?: 'primary' | 'secondary' | 'tertiary';
8
- type?: 'social' | 'icon' | 'default';
9
- href?: string;
10
- label?: string;
11
- target?: string;
12
- rounded?: boolean;
13
- disabled?: boolean;
14
- isLoading?: boolean;
15
- openInNewTab?: boolean;
16
- children?: any;
17
- }
18
- declare const Button: ({ id, className, onClick, variant, type, href, target, label, rounded, disabled, isLoading, openInNewTab, children }: Props) => JSX.Element;
19
- export default Button;
@@ -1,35 +0,0 @@
1
- import React from 'react';
2
- import Icon from '../Icon/Icon';
3
- import classNames from 'classnames';
4
- import style from './style.module.css';
5
- const Button = ({ id, className, onClick, variant = 'primary', type = 'default', href, target, label, rounded = true, disabled = false, isLoading = false, openInNewTab = false, children }) => {
6
- const padding = classNames({
7
- [style.social]: type === 'social',
8
- [style.icon]: type === 'icon',
9
- [style.default]: type === 'default'
10
- }, [style.padding]);
11
- const loadingClasses = classNames({
12
- invisible: !isLoading
13
- }, style.loading);
14
- const classList = classNames({
15
- [style.primary]: variant === 'primary',
16
- [style.primaryNotDisabled]: !disabled && variant === 'primary',
17
- [style.secondary]: variant === 'secondary',
18
- [style.secondaryNotDisabled]: !disabled && variant === 'secondary',
19
- [style.disabled]: disabled,
20
- [style.rounded]: rounded,
21
- [style.notRounded]: !rounded
22
- }, style.classList, className, padding, 'theme-local');
23
- const loadingIcon = (React.createElement(Icon, { size: 1, type: 'spinner', animation: 'pulse', colour: 'white', bgColour: 'primary' }));
24
- let Tag = 'button';
25
- let attributes = {};
26
- if (Boolean(href) || Boolean(target)) {
27
- Tag = 'a';
28
- attributes = { href, target };
29
- }
30
- return (React.createElement(Tag, Object.assign({}, attributes, { id: id, className: classList, "aria-busy": isLoading, "aria-label": label }, (onClick != null && { onClick }), (disabled && { disabled })),
31
- React.createElement("div", { className: classNames({ invisible: isLoading }) }, children),
32
- isLoading && React.createElement("div", { className: loadingClasses }, loadingIcon)));
33
- };
34
- export default Button;
35
- //# sourceMappingURL=Button.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../../../src/lib/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,IAAI,MAAM,uBAAuB,CAAA;AACxC,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,oBAAoB,CAAA;AAwBtC,MAAM,MAAM,GAAG,CAAC,EACd,EAAE,EACF,SAAS,EACT,OAAO,EACP,OAAO,GAAG,SAAS,EACnB,IAAI,GAAG,SAAS,EAChB,IAAI,EACJ,MAAM,EACN,KAAK,EACL,OAAO,GAAG,IAAI,EACd,QAAQ,GAAG,KAAK,EAChB,SAAS,GAAG,KAAK,EACjB,YAAY,GAAG,KAAK,EACpB,QAAQ,EACF,EAAe,EAAE;IACvB,MAAM,OAAO,GAAG,UAAU,CACxB;QACE,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,KAAK,QAAQ;QACjC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,MAAM;QAC7B,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,IAAI,KAAK,SAAS;KACpC,EACD,CAAC,KAAK,CAAC,OAAO,CAAC,CAChB,CAAA;IAED,MAAM,cAAc,GAAG,UAAU,CAC/B;QACE,SAAS,EAAE,CAAC,SAAS;KACtB,EACD,KAAK,CAAC,OAAO,CACd,CAAA;IAED,MAAM,SAAS,GAAG,UAAU,CAC1B;QACE,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,SAAS;QACtC,CAAC,KAAK,CAAC,kBAAkB,CAAC,EAAE,CAAC,QAAQ,IAAI,OAAO,KAAK,SAAS;QAC9D,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,OAAO,KAAK,WAAW;QAC1C,CAAC,KAAK,CAAC,oBAAoB,CAAC,EAAE,CAAC,QAAQ,IAAI,OAAO,KAAK,WAAW;QAClE,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,QAAQ;QAC1B,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,OAAO;QACxB,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAC,OAAO;KAC7B,EACD,KAAK,CAAC,SAAS,EACf,SAAS,EACT,OAAO,EACP,aAAa,CACd,CAAA;IAED,MAAM,WAAW,GAAG,CAClB,oBAAC,IAAI,IACH,IAAI,EAAE,CAAC,EACP,IAAI,EAAC,SAAS,EACd,SAAS,EAAC,OAAO,EACjB,MAAM,EAAC,OAAO,EACd,QAAQ,EAAC,SAAS,GAClB,CACH,CAAA;IAED,IAAI,GAAG,GAAsD,QAAQ,CAAA;IACrE,IAAI,UAAU,GAAqB,EAAE,CAAA;IAErC,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE;QACpC,GAAG,GAAG,GAAG,CAAA;QACT,UAAU,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,CAAA;KAC9B;IAED,OAAO,CACL,oBAAC,GAAG,oBACE,UAAU,IACd,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,SAAS,eACT,SAAS,gBACR,KAAK,IACb,CAAC,OAAO,IAAI,IAAI,IAAI,EAAE,OAAO,EAAE,CAAC,EAChC,CAAC,QAAQ,IAAI,EAAE,QAAQ,EAAE,CAAC;QAE9B,6BAAK,SAAS,EAAE,UAAU,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,IAAG,QAAQ,CAAO;QACrE,SAAS,IAAI,6BAAK,SAAS,EAAE,cAAc,IAAG,WAAW,CAAO,CAC7D,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,166 +0,0 @@
1
- .classList {
2
-
3
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4
-
5
- border-width: 2px;
6
-
7
- font-size: 16px;
8
-
9
- transition-duration: 500ms;
10
-
11
- display: inline-block;
12
-
13
- text-align: center
14
- }
15
-
16
- .classList:focus {
17
-
18
- outline-style: solid
19
- }
20
-
21
- .loading {
22
-
23
- position: absolute;
24
-
25
- left: 50%;
26
-
27
- top: 25%;
28
-
29
- margin-left: -0.5rem
30
- }
31
-
32
- .social {
33
-
34
- padding-left: 0.25rem;
35
-
36
- padding-right: 0.25rem;
37
-
38
- padding-top: 0.25rem;
39
-
40
- padding-bottom: 0.25rem
41
- }
42
-
43
- .icon {
44
-
45
- padding-left: 0.75rem;
46
-
47
- padding-right: 0.75rem
48
- }
49
-
50
- .default {
51
-
52
- padding-left: 2rem;
53
-
54
- padding-right: 2rem
55
- }
56
-
57
- .padding {
58
-
59
- padding-top: 0.75rem;
60
-
61
- padding-bottom: 0.75rem
62
- }
63
-
64
- .primary {
65
-
66
- border-color: var(--color-secondary);
67
-
68
- background-color: var(--color-primary);
69
-
70
- color: var(--color-secondary);
71
-
72
- outline-color: var(--color-primary)
73
- }
74
-
75
- .primaryNotDisabled:hover {
76
-
77
- border-color: var(--color-primary);
78
-
79
- background-color: var(--color-secondary);
80
-
81
- color: var(--color-primary)
82
- }
83
-
84
- .primaryNotDisabled:focus:hover {
85
-
86
- border-color: var(--color-primary);
87
-
88
- background-color: var(--color-secondary);
89
-
90
- color: var(--color-primary)
91
- }
92
-
93
- .secondary {
94
-
95
- border-color: var(--color-primary);
96
-
97
- background-color: var(--color-secondary);
98
-
99
- color: var(--color-primary);
100
-
101
- outline-color: var(--color-secondary)
102
- }
103
-
104
- .secondaryNotDisabled:hover {
105
-
106
- border-color: var(--color-secondary);
107
-
108
- background-color: var(--color-primary);
109
-
110
- color: var(--color-secondary)
111
- }
112
-
113
- .secondaryNotDisabled:focus:hover {
114
-
115
- border-color: var(--color-primary);
116
-
117
- background-color: var(--color-primary);
118
-
119
- color: var(--color-secondary)
120
- }
121
-
122
- .tertiary {
123
-
124
- border-color: var(--color-secondary);
125
-
126
- background-color: var(--color-secondary);
127
-
128
- color: var(--color-secondary);
129
-
130
- outline-color: var(--color-tertiary)
131
- }
132
-
133
- .tertiaryNotDisabled:hover {
134
-
135
- border-color: var(--color-tertiary);
136
-
137
- background-color: var(--color-secondary);
138
-
139
- color: var(--color-tertiary)
140
- }
141
-
142
- .tertiaryNotDisabled:focus:hover {
143
-
144
- border-color: var(--color-secondary);
145
-
146
- background-color: var(--color-secondary);
147
-
148
- color: var(--color-tertiary)
149
- }
150
-
151
- .disabled {
152
-
153
- opacity: 0.5
154
- }
155
-
156
- .rounded {
157
-
158
- border-radius: 0.5rem
159
- }
160
-
161
- .notRounded {
162
-
163
- border-radius: 0px
164
- }
165
-
166
- /*# sourceMappingURL=style.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/Button/style.module.css"],"names":[],"mappings":"AACE;;IAAA,+LAA8C;;IAA9C,iBAA8C;;IAA9C,eAA8C;;IAA9C,0BAA8C;;IAC9C,qBAA+B;;IAA/B;AAD8C;;AAK9C;;IAAA;AAAc;;AAId;;IAAA,kBAAsC;;IAAtC,SAAsC;;IAAtC,QAAsC;;IAAtC;AAAsC;;AAItC;;IAAA,qBAAgB;;IAAhB,sBAAgB;;IAAhB,oBAAgB;;IAAhB;AAAgB;;AAIhB;;IAAA,qBAAW;;IAAX;AAAW;;AAIX;;IAAA,kBAAW;;IAAX;AAAW;;AAIX;;IAAA,oBAAW;;IAAX;AAAW;;AAIX;;IAAA,oCAAiE;;IAAjE,sCAAiE;;IAAjE,6BAAiE;;IAAjE;AAAiE;;AAIjE;;IAAA,kCAA+C;;IAA/C,wCAA+C;;IAA/C;AAA+C;;AAI/C;;IAAA,kCAA+C;;IAA/C,wCAA+C;;IAA/C;AAA+C;;AAI/C;;IAAA,kCAAiE;;IAAjE,wCAAiE;;IAAjE,2BAAiE;;IAAjE;AAAiE;;AAIjE;;IAAA,oCAAiD;;IAAjD,sCAAiD;;IAAjD;AAAiD;;AAIjD;;IAAA,kCAA+C;;IAA/C,sCAA+C;;IAA/C;AAA+C;;AAI/C;;IAAA,oCAAoE;;IAApE,wCAAoE;;IAApE,6BAAoE;;IAApE;AAAoE;;AAIpE;;IAAA,mCAAiD;;IAAjD,wCAAiD;;IAAjD;AAAiD;;AAIjD;;IAAA,oCAAkD;;IAAlD,wCAAkD;;IAAlD;AAAkD;;AAIlD;;IAAA;AAAiB;;AAIjB;;IAAA;AAAiB;;AAIjB;;IAAA;AAAmB","file":"style.module.css","sourcesContent":[".classList {\n @apply border-2 duration-500 transform text-sm;\n @apply inline-block text-center;\n}\n\n.classList:focus {\n @apply outline;\n}\n\n.loading {\n @apply absolute left-2/4 top-1/4 -ml-2;\n}\n\n.social {\n @apply px-1 py-1;\n}\n\n.icon {\n @apply px-3;\n}\n\n.default {\n @apply px-8;\n}\n\n.padding {\n @apply py-3;\n}\n\n.primary {\n @apply bg-primary text-secondary border-secondary outline-primary;\n}\n\n.primaryNotDisabled:hover {\n @apply bg-secondary text-primary border-primary;\n}\n\n.primaryNotDisabled:focus:hover {\n @apply bg-secondary text-primary border-primary;\n}\n\n.secondary {\n @apply bg-secondary text-primary border-primary outline-secondary;\n}\n\n.secondaryNotDisabled:hover {\n @apply bg-primary text-secondary border-secondary;\n}\n\n.secondaryNotDisabled:focus:hover {\n @apply bg-primary text-secondary border-primary;\n}\n\n.tertiary {\n @apply bg-secondary text-secondary border-secondary outline-tertiary;\n}\n\n.tertiaryNotDisabled:hover {\n @apply bg-secondary text-tertiary border-tertiary;\n}\n\n.tertiaryNotDisabled:focus:hover {\n @apply bg-secondary text-tertiary border-secondary;\n}\n\n.disabled {\n @apply opacity-50;\n}\n\n.rounded {\n @apply rounded-lg;\n}\n\n.notRounded {\n @apply rounded-none;\n}\n"]}
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import './style.css';
3
- export type Detail = 'month' | 'year' | 'decade' | 'century';
4
- export interface Props {
5
- id?: string;
6
- className?: string;
7
- onChange?: () => void;
8
- useRange?: boolean;
9
- minDetail?: Detail;
10
- minDate?: Date;
11
- maxDate?: Date;
12
- showNavigation?: true;
13
- disabledDates?: string[];
14
- showDoubleView?: boolean;
15
- }
16
- declare const CalendarComponent: React.FC<Props>;
17
- export default CalendarComponent;
@@ -1,27 +0,0 @@
1
- import React, { useState } from 'react';
2
- import './style.css';
3
- import Calendar from 'react-calendar';
4
- import classNames from 'classnames';
5
- const CalendarComponent = ({ id = 'sdfghj', className, onChange, useRange = false, minDetail = 'month', minDate = new Date(), maxDate = new Date(new Date().setFullYear(new Date().getFullYear() + 1)), showNavigation = true, disabledDates = [], showDoubleView = true }) => {
6
- const [today, setToday] = useState(new Date());
7
- const calculateDisabledDates = (date, disabledDates) => {
8
- const formattedDate = new Intl.DateTimeFormat('en-gb', {
9
- year: 'numeric',
10
- month: '2-digit',
11
- day: '2-digit'
12
- }).format(date === null || date === void 0 ? void 0 : date.date);
13
- return disabledDates.includes(formattedDate);
14
- };
15
- return (React.createElement("div", { id: id, className: classNames(className, 'theme-local') },
16
- React.createElement(Calendar, { onActiveStartDateChange: ({ value, activeStartDate, action }) => {
17
- const toFormat = activeStartDate !== null ? activeStartDate : today;
18
- if (action === 'next') {
19
- setToday(new Date(toFormat));
20
- }
21
- if (action === 'prev') {
22
- setToday(new Date(toFormat));
23
- }
24
- }, activeStartDate: today, onChange: onChange, selectRange: useRange, minDetail: minDetail, minDate: minDate, maxDate: maxDate, showNavigation: showNavigation, showDoubleView: showDoubleView, tileDisabled: (date) => calculateDisabledDates(date, disabledDates) })));
25
- };
26
- export default CalendarComponent;
27
- //# sourceMappingURL=Calendar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Calendar.js","sourceRoot":"","sources":["../../../../../src/lib/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,aAAa,CAAA;AAEpB,OAAO,QAAQ,MAAM,gBAAgB,CAAA;AACrC,OAAO,UAAU,MAAM,YAAY,CAAA;AAiBnC,MAAM,iBAAiB,GAAoB,CAAC,EAC1C,EAAE,GAAG,QAAQ,EACb,SAAS,EACT,QAAQ,EAER,QAAQ,GAAG,KAAK,EAChB,SAAS,GAAG,OAAO,EACnB,OAAO,GAAG,IAAI,IAAI,EAAE,EACpB,OAAO,GAAG,IAAI,IAAI,CAAC,IAAI,IAAI,EAAE,CAAC,WAAW,CAAC,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC,EACxE,cAAc,GAAG,IAAI,EACrB,aAAa,GAAG,EAAE,EAClB,cAAc,GAAG,IAAI,EACf,EAAe,EAAE;IACvB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,IAAI,IAAI,EAAE,CAAC,CAAA;IAE9C,MAAM,sBAAsB,GAAG,CAAC,IAAS,EAAE,aAAkB,EAAW,EAAE;QACxE,MAAM,aAAa,GAAG,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE;YACrD,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,GAAG,EAAE,SAAS;SACf,CAAC,CAAC,MAAM,CAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,CAAC,CAAA;QAErB,OAAO,aAAa,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;IAC9C,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,UAAU,CAAC,SAAS,EAAE,aAAa,CAAC;QAC1D,oBAAC,QAAQ,IACP,uBAAuB,EAAE,CAAC,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9D,MAAM,QAAQ,GAAG,eAAe,KAAK,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,KAAK,CAAA;gBACnE,IAAI,MAAM,KAAK,MAAM,EAAE;oBACrB,QAAQ,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAA;iBAC7B;gBACD,IAAI,MAAM,KAAK,MAAM,EAAE;oBACrB,QAAQ,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAA;iBAC7B;YACH,CAAC,EACD,eAAe,EAAE,KAAK,EACtB,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,QAAQ,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,cAAc,EAAE,cAAc,EAC9B,cAAc,EAAE,cAAc,EAC9B,YAAY,EAAE,CAAC,IAAS,EAAE,EAAE,CAC1B,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,GAE7C,CACE,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1,235 +0,0 @@
1
- .react-calendar {
2
- width: 410px;
3
- background: #fff;
4
- border: none;
5
- border-radius: 25px;
6
- border: 1px solid #fff;
7
- box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
8
- padding: 8px;
9
- line-height: 1.125em;
10
- }
11
-
12
- .react-calendar--doubleView .react-calendar__viewContainer {
13
- display: flex;
14
- margin: -0.5em;
15
- }
16
-
17
- .react-calendar--doubleView .react-calendar__viewContainer > * {
18
- width: 50%;
19
- margin: 0.5em;
20
- }
21
-
22
- .react-calendar button:enabled:hover {
23
- cursor: pointer;
24
- }
25
-
26
- .react-calendar__navigation {
27
- display: flex;
28
- height: 50px;
29
- margin-bottom: 1em;
30
- }
31
-
32
- .react-calendar__month-view__weekdays__weekday {
33
- padding: 0.5em;
34
- }
35
-
36
- .react-calendar__month-view__weekdays {
37
- text-align: center;
38
- text-transform: uppercase;
39
- font-size: 0.75em;
40
- }
41
-
42
- .react-calendar--doubleView {
43
- width: 800px;
44
- }
45
-
46
- .react-calendar__month-view {
47
- padding-left: 20px;
48
- padding-right: 20px;
49
- }
50
-
51
- .react-calendar__tile {
52
- height: 50px;
53
- width: 50px;
54
- }
55
-
56
- .react-calendar__tile:disabled {
57
- background-color: #fff;
58
- color: #bebebe;
59
- }
60
-
61
- .react-calendar__month-view__days__day--weekend {
62
- color: #000;
63
- }
64
-
65
- .react-calendar__month-view__days__day {
66
- color: #000;
67
- }
68
-
69
- .react-calendar__month-view__days__day--neighboringMonth {
70
- visibility: hidden;
71
- }
72
-
73
- .react-calendar__tile:enabled:hover,
74
- .react-calendar__tile:enabled:focus {
75
- border-radius: 50%;
76
- border: 1px solid;
77
- border-color: #000;
78
- background: #fff;
79
- color: #000;
80
- }
81
-
82
- .react-calendar__tile--now {
83
- background: #fff;
84
- color: #000;
85
- }
86
-
87
- .react-calendar__tile--now:enabled:hover,
88
- .react-calendar__tile--now:enabled:focus {
89
- border-radius: 50%;
90
- border: 1px solid;
91
- border-color: #000;
92
- background: #fff;
93
- color: #000;
94
- }
95
-
96
- .react-calendar__tile--hasActive:enabled:hover,
97
- .react-calendar__tile--hasActive:enabled:focus {
98
- background: #f8f8fa;
99
- }
100
-
101
- .react-calendar__tile--active {
102
- background: #000;
103
- border-radius: 50%;
104
- color: #fff;
105
- }
106
-
107
- .react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:hover,
108
- .react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:focus,
109
- .react-calendar__tile--rangeEnd:enabled {
110
- border-top-right-radius: 50%;
111
- border-bottom-right-radius: 50%;
112
- border-top-left-radius: 0;
113
- border-bottom-left-radius: 0;
114
- border: 1px solid;
115
- border-color: #000;
116
- background: #000;
117
- color: #fff;
118
- }
119
-
120
- .react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:hover,
121
- .react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:focus,
122
- .react-calendar__tile--rangeStart:enabled {
123
- border-top-right-radius: 0;
124
- border-bottom-right-radius: 0;
125
- border-top-left-radius: 50%;
126
- border-bottom-left-radius: 50%;
127
- border: 1px solid;
128
- border-color: #000;
129
- background: #000;
130
- color: #fff;
131
- }
132
-
133
- .react-calendar--selectRange .react-calendar__tile--hover {
134
- background-color: #dfdfe1;
135
- }
136
-
137
- .react-calendar--selectRange .react-calendar__tile--rangeStart {
138
- background-color: #000000;
139
- color: #fff;
140
- }
141
-
142
- .react-calendar__tile--range {
143
- background: #dfdfe1;
144
- color: #000;
145
- border-radius: 0;
146
- }
147
-
148
- .react-calendar__tile--rangeStart {
149
- border-top-right-radius: 0;
150
- border-bottom-right-radius: 0;
151
- border-top-left-radius: 50%;
152
- border-bottom-left-radius: 50%;
153
- background: #000;
154
- color: #fff;
155
- }
156
-
157
- .react-calendar__tile--rangeEnd {
158
- border-top-right-radius: 50%;
159
- border-bottom-right-radius: 50%;
160
- border-top-left-radius: 0;
161
- border-bottom-left-radius: 0;
162
- background: #000;
163
- color: #fff;
164
- }
165
-
166
- .react-calendar__navigation__prev-button {
167
- background: #fff;
168
- }
169
-
170
- .react-calendar__navigation__next-button {
171
- background: #fff;
172
- }
173
-
174
- .react-calendar__navigation__prev2-button {
175
- display: none;
176
- }
177
-
178
- .react-calendar__navigation__next2-button {
179
- display: none;
180
- }
181
-
182
- .react-calendar__navigation__label__labelText {
183
- color: #000000;
184
- }
185
-
186
- .react-calendar__navigation {
187
- height: 50px;
188
- }
189
-
190
- .react-calendar__navigation button {
191
- color: #000;
192
- width: 50px;
193
- background: none;
194
- font-size: 16px;
195
- }
196
- .react-calendar__navigation button:enabled:hover,
197
- .react-calendar__navigation button:enabled:focus {
198
- background-color: #bebebe;
199
- color: black;
200
- border-radius: 50%;
201
- }
202
-
203
- .react-calendar__navigation button:disabled {
204
- background: #fff;
205
- color: #bebebe;
206
- }
207
-
208
- abbr[title] {
209
- text-decoration: none;
210
- }
211
-
212
- .react-calendar__navigation__label__divider {
213
- display: none;
214
- }
215
-
216
- .react-calendar__navigation__label {
217
- padding-top: 20px;
218
- display: flex;
219
- flex-grow: 1;
220
- justify-content: space-between;
221
- }
222
-
223
- .react-calendar__navigation__label__labelText--from {
224
- margin-left: 80px;
225
- }
226
-
227
- .react-calendar__navigation__label__labelText--to {
228
- margin-right: 100px;
229
- }
230
-
231
- button.react-calendar__tile.react-calendar__tile--active.react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--rangeBothEnds.react-calendar__tile--hover.react-calendar__tile--hoverStart.react-calendar__tile--hoverEnd.react-calendar__tile--hoverBothEnds.react-calendar__month-view__days__day.react-calendar__month-view__days__day--weekend {
232
- background-color: #000;
233
- }
234
-
235
- /*# sourceMappingURL=style.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/Calendar/style.css"],"names":[],"mappings":"AAAA;EACE,YAAY;EACZ,gBAAgB;EAChB,YAAY;EACZ,mBAAmB;EACnB,sBAAsB;EACtB,0CAA0C;EAC1C,YAAY;EACZ,oBAAoB;AACtB;;AAEA;EACE,aAAa;EACb,cAAc;AAChB;;AAEA;EACE,UAAU;EACV,aAAa;AACf;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,aAAa;EACb,YAAY;EACZ,kBAAkB;AACpB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,kBAAkB;EAClB,yBAAyB;EACzB,iBAAiB;AACnB;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,kBAAkB;EAClB,mBAAmB;AACrB;;AAEA;EACE,YAAY;EACZ,WAAW;AACb;;AAEA;EACE,sBAAsB;EACtB,cAAc;AAChB;;AAEA;EACE,WAAW;AACb;;AAEA;EACE,WAAW;AACb;;AAEA;EACE,kBAAkB;AACpB;;AAEA;;EAEE,kBAAkB;EAClB,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,WAAW;AACb;;AAEA;EACE,gBAAgB;EAChB,WAAW;AACb;;AAEA;;EAEE,kBAAkB;EAClB,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,WAAW;AACb;;AAEA;;EAEE,mBAAmB;AACrB;;AAEA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,WAAW;AACb;;AAEA;;;EAGE,4BAA4B;EAC5B,+BAA+B;EAC/B,yBAAyB;EACzB,4BAA4B;EAC5B,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,WAAW;AACb;;AAEA;;;EAGE,0BAA0B;EAC1B,6BAA6B;EAC7B,2BAA2B;EAC3B,8BAA8B;EAC9B,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,WAAW;AACb;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;EACzB,WAAW;AACb;;AAEA;EACE,mBAAmB;EACnB,WAAW;EACX,gBAAgB;AAClB;;AAEA;EACE,0BAA0B;EAC1B,6BAA6B;EAC7B,2BAA2B;EAC3B,8BAA8B;EAC9B,gBAAgB;EAChB,WAAW;AACb;;AAEA;EACE,4BAA4B;EAC5B,+BAA+B;EAC/B,yBAAyB;EACzB,4BAA4B;EAC5B,gBAAgB;EAChB,WAAW;AACb;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,WAAW;EACX,WAAW;EACX,gBAAgB;EAChB,eAAe;AACjB;AACA;;EAEE,yBAAyB;EACzB,YAAY;EACZ,kBAAkB;AACpB;;AAEA;EACE,gBAAgB;EAChB,cAAc;AAChB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,iBAAiB;EACjB,aAAa;EACb,YAAY;EACZ,8BAA8B;AAChC;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,mBAAmB;AACrB;;AAEA;EACE,sBAAsB;AACxB","file":"style.css","sourcesContent":[".react-calendar {\n width: 410px;\n background: #fff;\n border: none;\n border-radius: 25px;\n border: 1px solid #fff;\n box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);\n padding: 8px;\n line-height: 1.125em;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer {\n display: flex;\n margin: -0.5em;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer > * {\n width: 50%;\n margin: 0.5em;\n}\n\n.react-calendar button:enabled:hover {\n cursor: pointer;\n}\n\n.react-calendar__navigation {\n display: flex;\n height: 50px;\n margin-bottom: 1em;\n}\n\n.react-calendar__month-view__weekdays__weekday {\n padding: 0.5em;\n}\n\n.react-calendar__month-view__weekdays {\n text-align: center;\n text-transform: uppercase;\n font-size: 0.75em;\n}\n\n.react-calendar--doubleView {\n width: 800px;\n}\n\n.react-calendar__month-view {\n padding-left: 20px;\n padding-right: 20px;\n}\n\n.react-calendar__tile {\n height: 50px;\n width: 50px;\n}\n\n.react-calendar__tile:disabled {\n background-color: #fff;\n color: #bebebe;\n}\n\n.react-calendar__month-view__days__day--weekend {\n color: #000;\n}\n\n.react-calendar__month-view__days__day {\n color: #000;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth {\n visibility: hidden;\n}\n\n.react-calendar__tile:enabled:hover,\n.react-calendar__tile:enabled:focus {\n border-radius: 50%;\n border: 1px solid;\n border-color: #000;\n background: #fff;\n color: #000;\n}\n\n.react-calendar__tile--now {\n background: #fff;\n color: #000;\n}\n\n.react-calendar__tile--now:enabled:hover,\n.react-calendar__tile--now:enabled:focus {\n border-radius: 50%;\n border: 1px solid;\n border-color: #000;\n background: #fff;\n color: #000;\n}\n\n.react-calendar__tile--hasActive:enabled:hover,\n.react-calendar__tile--hasActive:enabled:focus {\n background: #f8f8fa;\n}\n\n.react-calendar__tile--active {\n background: #000;\n border-radius: 50%;\n color: #fff;\n}\n\n.react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:hover,\n.react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:focus,\n.react-calendar__tile--rangeEnd:enabled {\n border-top-right-radius: 50%;\n border-bottom-right-radius: 50%;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border: 1px solid;\n border-color: #000;\n background: #000;\n color: #fff;\n}\n\n.react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:hover,\n.react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:focus,\n.react-calendar__tile--rangeStart:enabled {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: 50%;\n border-bottom-left-radius: 50%;\n border: 1px solid;\n border-color: #000;\n background: #000;\n color: #fff;\n}\n\n.react-calendar--selectRange .react-calendar__tile--hover {\n background-color: #dfdfe1;\n}\n\n.react-calendar--selectRange .react-calendar__tile--rangeStart {\n background-color: #000000;\n color: #fff;\n}\n\n.react-calendar__tile--range {\n background: #dfdfe1;\n color: #000;\n border-radius: 0;\n}\n\n.react-calendar__tile--rangeStart {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: 50%;\n border-bottom-left-radius: 50%;\n background: #000;\n color: #fff;\n}\n\n.react-calendar__tile--rangeEnd {\n border-top-right-radius: 50%;\n border-bottom-right-radius: 50%;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n background: #000;\n color: #fff;\n}\n\n.react-calendar__navigation__prev-button {\n background: #fff;\n}\n\n.react-calendar__navigation__next-button {\n background: #fff;\n}\n\n.react-calendar__navigation__prev2-button {\n display: none;\n}\n\n.react-calendar__navigation__next2-button {\n display: none;\n}\n\n.react-calendar__navigation__label__labelText {\n color: #000000;\n}\n\n.react-calendar__navigation {\n height: 50px;\n}\n\n.react-calendar__navigation button {\n color: #000;\n width: 50px;\n background: none;\n font-size: 16px;\n}\n.react-calendar__navigation button:enabled:hover,\n.react-calendar__navigation button:enabled:focus {\n background-color: #bebebe;\n color: black;\n border-radius: 50%;\n}\n\n.react-calendar__navigation button:disabled {\n background: #fff;\n color: #bebebe;\n}\n\nabbr[title] {\n text-decoration: none;\n}\n\n.react-calendar__navigation__label__divider {\n display: none;\n}\n\n.react-calendar__navigation__label {\n padding-top: 20px;\n display: flex;\n flex-grow: 1;\n justify-content: space-between;\n}\n\n.react-calendar__navigation__label__labelText--from {\n margin-left: 80px;\n}\n\n.react-calendar__navigation__label__labelText--to {\n margin-right: 100px;\n}\n\nbutton.react-calendar__tile.react-calendar__tile--active.react-calendar__tile--range.react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd.react-calendar__tile--rangeBothEnds.react-calendar__tile--hover.react-calendar__tile--hoverStart.react-calendar__tile--hoverEnd.react-calendar__tile--hoverBothEnds.react-calendar__month-view__days__day.react-calendar__month-view__days__day--weekend {\n background-color: #000;\n}\n"]}
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import { type Props as buttonProps } from '../Button/Button';
3
- import { type Props as videoProps } from '../Video/Video';
4
- import { type Props as imageProps } from '../Image/Image';
5
- export interface Props {
6
- id?: string;
7
- className?: string;
8
- title?: string;
9
- imageProps?: imageProps;
10
- videoProps?: videoProps;
11
- subTitle?: string;
12
- description?: string;
13
- href?: string;
14
- target?: string;
15
- buttonProps?: buttonProps;
16
- }
17
- declare const Card: React.FC<Props>;
18
- export default Card;
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import classNames from 'classnames';
3
- import Button from '../Button/Button';
4
- import Video from '../Video/Video';
5
- import style from './style.module.css';
6
- const Card = ({ id, className, imageProps, videoProps, title, subTitle, description, href, target, buttonProps }) => {
7
- var _a;
8
- const cardTitleClasses = classNames(style.title);
9
- const cardSubTitleClassList = classNames(style.subtitle);
10
- const cardDescriptionClassList = classNames(style.description);
11
- const classList = classNames(className, style.classList, 'theme-local');
12
- const imageClassList = classNames(style.imageClassList);
13
- let Tag = 'div';
14
- let attributes = {};
15
- if (Boolean(href) || Boolean(target)) {
16
- Tag = 'a';
17
- attributes = { href, title, target };
18
- }
19
- const shouldDisplayButton = (buttonProps === null || buttonProps === void 0 ? void 0 : buttonProps.children) !== undefined &&
20
- (buttonProps.href !== undefined || buttonProps.onClick !== undefined) &&
21
- Tag === 'div';
22
- return (React.createElement(Tag, Object.assign({ id: id, className: classList }, attributes),
23
- React.createElement("div", null, (videoProps === null || videoProps === void 0 ? void 0 : videoProps.mp4File) !== undefined ||
24
- (videoProps === null || videoProps === void 0 ? void 0 : videoProps.webmFile) !== undefined ||
25
- (videoProps === null || videoProps === void 0 ? void 0 : videoProps.ogvFile) !== undefined ? (React.createElement(Video, Object.assign({}, videoProps))) : (imageProps !== undefined && (React.createElement("img", Object.assign({ className: imageClassList, title: `${(_a = title === null || title === void 0 ? void 0 : title.replace(/\s/g, '-')) !== null && _a !== void 0 ? _a : 'a'}-logo`, alt: title !== undefined
26
- ? `${title === null || title === void 0 ? void 0 : title.replace(/\s/g, '-')}-image`
27
- : 'image' }, imageProps))))),
28
- React.createElement("div", { className: style.contentWrapper },
29
- React.createElement("div", { className: style.movingContent },
30
- title !== undefined && React.createElement("h3", { className: cardTitleClasses }, title),
31
- subTitle !== undefined && (React.createElement("h4", { className: cardSubTitleClassList }, subTitle))),
32
- React.createElement("div", { className: style.staticContent },
33
- description !== undefined && (React.createElement("p", { className: cardDescriptionClassList }, description)),
34
- shouldDisplayButton && (React.createElement(Button, Object.assign({ className: style.buttonClassList }, buttonProps), buttonProps === null || buttonProps === void 0 ? void 0 : buttonProps.children))))));
35
- };
36
- export default Card;
37
- //# sourceMappingURL=Card.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/lib/components/Card/Card.tsx"],"names":[],"mappings":"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"}