trepur_components 1.0.61 → 2.1.1

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 (289) hide show
  1. package/README.md +8 -0
  2. package/dist/src/lib/components/Accordion/Accordion.js.map +1 -1
  3. package/dist/src/lib/components/AlertBar/AlertBar.d.ts +5 -5
  4. package/dist/src/lib/components/AlertBar/AlertBar.js +29 -25
  5. package/dist/src/lib/components/AlertBar/AlertBar.js.map +1 -1
  6. package/dist/src/lib/components/AlertBar/style.module.css +1 -0
  7. package/dist/src/lib/components/AlertBar/style.module.css.map +1 -1
  8. package/dist/src/lib/components/Avatar/Avatar.d.ts +1 -1
  9. package/dist/src/lib/components/Avatar/Avatar.js +108 -92
  10. package/dist/src/lib/components/Avatar/Avatar.js.map +1 -1
  11. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js +5 -10
  12. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  13. package/dist/src/lib/components/Breadcrumbs/style.module.css +1 -0
  14. package/dist/src/lib/components/Breadcrumbs/style.module.css.map +1 -1
  15. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js.map +1 -1
  16. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css +1 -0
  17. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css.map +1 -1
  18. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js +19 -9
  19. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js.map +1 -1
  20. package/dist/src/lib/components/BreadcrumbsItem/style.module.css +1 -0
  21. package/dist/src/lib/components/BreadcrumbsItem/style.module.css.map +1 -1
  22. package/dist/src/lib/components/Button/Button.d.ts +1 -1
  23. package/dist/src/lib/components/Button/Button.js +4 -5
  24. package/dist/src/lib/components/Button/Button.js.map +1 -1
  25. package/dist/src/lib/components/Button/style.module.css +1 -0
  26. package/dist/src/lib/components/Button/style.module.css.map +1 -1
  27. package/dist/src/lib/components/Calendar/Calendar.d.ts +1 -1
  28. package/dist/src/lib/components/Calendar/Calendar.js +3 -2
  29. package/dist/src/lib/components/Calendar/Calendar.js.map +1 -1
  30. package/dist/src/lib/components/Calendar/style.css +109 -108
  31. package/dist/src/lib/components/Calendar/style.css.map +1 -1
  32. package/dist/src/lib/components/Card/Card.js +9 -12
  33. package/dist/src/lib/components/Card/Card.js.map +1 -1
  34. package/dist/src/lib/components/Card/style.module.css +69 -68
  35. package/dist/src/lib/components/Card/style.module.css.map +1 -1
  36. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js.map +1 -1
  37. package/dist/src/lib/components/CardWithTopImage/style.module.css +19 -18
  38. package/dist/src/lib/components/CardWithTopImage/style.module.css.map +1 -1
  39. package/dist/src/lib/components/Carousel/Carousel.d.ts +8 -10
  40. package/dist/src/lib/components/Carousel/Carousel.js +30 -30
  41. package/dist/src/lib/components/Carousel/Carousel.js.map +1 -1
  42. package/dist/src/lib/components/Carousel/style.module.css +1 -0
  43. package/dist/src/lib/components/Carousel/style.module.css.map +1 -1
  44. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.d.ts +1 -3
  45. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js +6 -14
  46. package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js.map +1 -1
  47. package/dist/src/lib/components/CarouselThumbnail/style.module.css +1 -0
  48. package/dist/src/lib/components/CarouselThumbnail/style.module.css.map +1 -1
  49. package/dist/src/lib/components/Checkbox/Checkbox.d.ts +1 -0
  50. package/dist/src/lib/components/Checkbox/Checkbox.js +7 -3
  51. package/dist/src/lib/components/Checkbox/Checkbox.js.map +1 -1
  52. package/dist/src/lib/components/Checkbox/style.module.css +1 -0
  53. package/dist/src/lib/components/Checkbox/style.module.css.map +1 -1
  54. package/dist/src/lib/components/Collapsible/Collapsible.d.ts +3 -3
  55. package/dist/src/lib/components/Collapsible/Collapsible.js +20 -18
  56. package/dist/src/lib/components/Collapsible/Collapsible.js.map +1 -1
  57. package/dist/src/lib/components/Collapsible/style.module.css +5 -4
  58. package/dist/src/lib/components/Collapsible/style.module.css.map +1 -1
  59. package/dist/src/lib/components/Column/Column.js.map +1 -1
  60. package/dist/src/lib/components/Column/style.module.css +3 -3
  61. package/dist/src/lib/components/Column/style.module.css.map +1 -1
  62. package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js +1 -1
  63. package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js.map +1 -1
  64. package/dist/src/lib/components/ComponentWrapper/style.module.css +23 -23
  65. package/dist/src/lib/components/ComponentWrapper/style.module.css.map +1 -1
  66. package/dist/src/lib/components/Container/Container.d.ts +1 -1
  67. package/dist/src/lib/components/Container/Container.js +2 -4
  68. package/dist/src/lib/components/Container/Container.js.map +1 -1
  69. package/dist/src/lib/components/Container/style.module.css +12 -21
  70. package/dist/src/lib/components/Container/style.module.css.map +1 -1
  71. package/dist/src/lib/components/Counter/Counter.d.ts +10 -0
  72. package/dist/src/lib/components/Counter/Counter.js +35 -0
  73. package/dist/src/lib/components/Counter/Counter.js.map +1 -0
  74. package/dist/src/lib/components/Counter/style.module.css +48 -0
  75. package/dist/src/lib/components/Counter/style.module.css.map +1 -0
  76. package/dist/src/lib/components/DetailUpdater/DetailUpdater.d.ts +4 -2
  77. package/dist/src/lib/components/DetailUpdater/DetailUpdater.js +30 -27
  78. package/dist/src/lib/components/DetailUpdater/DetailUpdater.js.map +1 -1
  79. package/dist/src/lib/components/DetailUpdater/style.module.css +3 -2
  80. package/dist/src/lib/components/DetailUpdater/style.module.css.map +1 -1
  81. package/dist/src/lib/components/Dialog/Dialog.js +10 -13
  82. package/dist/src/lib/components/Dialog/Dialog.js.map +1 -1
  83. package/dist/src/lib/components/Dialog/style.module.css +5 -4
  84. package/dist/src/lib/components/Dialog/style.module.css.map +1 -1
  85. package/dist/src/lib/components/DropdownMenu/style.module.css +36 -35
  86. package/dist/src/lib/components/DropdownMenu/style.module.css.map +1 -1
  87. package/dist/src/lib/components/FileUploader/FilePreview.js +3 -1
  88. package/dist/src/lib/components/FileUploader/FilePreview.js.map +1 -1
  89. package/dist/src/lib/components/FileUploader/FileUploader.d.ts +2 -2
  90. package/dist/src/lib/components/FileUploader/FileUploader.js +24 -12
  91. package/dist/src/lib/components/FileUploader/FileUploader.js.map +1 -1
  92. package/dist/src/lib/components/FileUploader/style.module.css +4 -4
  93. package/dist/src/lib/components/FileUploader/style.module.css.map +1 -1
  94. package/dist/src/lib/components/FilterItem/FilterItem.js +3 -1
  95. package/dist/src/lib/components/FilterItem/FilterItem.js.map +1 -1
  96. package/dist/src/lib/components/FilterItem/style.module.css +1 -0
  97. package/dist/src/lib/components/FilterItem/style.module.css.map +1 -1
  98. package/dist/src/lib/components/Footer/Footer.js +3 -2
  99. package/dist/src/lib/components/Footer/Footer.js.map +1 -1
  100. package/dist/src/lib/components/Footer/style.module.css +4 -3
  101. package/dist/src/lib/components/Footer/style.module.css.map +1 -1
  102. package/dist/src/lib/components/FooterNav/FooterNav.js.map +1 -1
  103. package/dist/src/lib/components/FooterNav/style.module.css.map +1 -1
  104. package/dist/src/lib/components/FooterNavItem/FooterNavItem.js +8 -5
  105. package/dist/src/lib/components/FooterNavItem/FooterNavItem.js.map +1 -1
  106. package/dist/src/lib/components/FooterNavItem/style.module.css.map +1 -1
  107. package/dist/src/lib/components/Form/Form.d.ts +4 -4
  108. package/dist/src/lib/components/Form/Form.js +8 -8
  109. package/dist/src/lib/components/Form/Form.js.map +1 -1
  110. package/dist/src/lib/components/FyreCard/FyreCard.js.map +1 -1
  111. package/dist/src/lib/components/FyreCard/style.module.css +1 -0
  112. package/dist/src/lib/components/FyreCard/style.module.css.map +1 -1
  113. package/dist/src/lib/components/Greeting/Greeting.d.ts +1 -1
  114. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js +3 -1
  115. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js.map +1 -1
  116. package/dist/src/lib/components/HamburgerIcon/style.module.css +1 -0
  117. package/dist/src/lib/components/HamburgerIcon/style.module.css.map +1 -1
  118. package/dist/src/lib/components/HorizontalLine/HorizontalLine.js +1 -1
  119. package/dist/src/lib/components/HorizontalLine/HorizontalLine.js.map +1 -1
  120. package/dist/src/lib/components/HorizontalLine/style.module.css.map +1 -1
  121. package/dist/src/lib/components/Icon/Icon.d.ts +4 -4
  122. package/dist/src/lib/components/Icon/Icon.js +19 -19
  123. package/dist/src/lib/components/Icon/Icon.js.map +1 -1
  124. package/dist/src/lib/components/Icon/style.module.css +1 -0
  125. package/dist/src/lib/components/Icon/style.module.css.map +1 -1
  126. package/dist/src/lib/components/IconCard/IconCard.js.map +1 -1
  127. package/dist/src/lib/components/IconCard/style.module.css +1 -0
  128. package/dist/src/lib/components/IconCard/style.module.css.map +1 -1
  129. package/dist/src/lib/components/Image/Image.js +12 -7
  130. package/dist/src/lib/components/Image/Image.js.map +1 -1
  131. package/dist/src/lib/components/Image/style.module.css +1 -0
  132. package/dist/src/lib/components/Image/style.module.css.map +1 -1
  133. package/dist/src/lib/components/ImageInfo/ImageInfo.d.ts +2 -2
  134. package/dist/src/lib/components/ImageInfo/ImageInfo.js +11 -11
  135. package/dist/src/lib/components/ImageInfo/ImageInfo.js.map +1 -1
  136. package/dist/src/lib/components/ImageInfo/style.module.css +36 -35
  137. package/dist/src/lib/components/ImageInfo/style.module.css.map +1 -1
  138. package/dist/src/lib/components/ImageLink/ImageLink.js +3 -5
  139. package/dist/src/lib/components/ImageLink/ImageLink.js.map +1 -1
  140. package/dist/src/lib/components/ImageLink/style.module.css +3 -2
  141. package/dist/src/lib/components/ImageLink/style.module.css.map +1 -1
  142. package/dist/src/lib/components/ImageLinkList/style.module.css +3 -2
  143. package/dist/src/lib/components/ImageLinkList/style.module.css.map +1 -1
  144. package/dist/src/lib/components/InformationIcon/InformationIcon.d.ts +3 -3
  145. package/dist/src/lib/components/InformationIcon/InformationIcon.js +14 -15
  146. package/dist/src/lib/components/InformationIcon/InformationIcon.js.map +1 -1
  147. package/dist/src/lib/components/InformationIcon/style.module.css +9 -8
  148. package/dist/src/lib/components/InformationIcon/style.module.css.map +1 -1
  149. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.d.ts +3 -3
  150. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js +12 -12
  151. package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js.map +1 -1
  152. package/dist/src/lib/components/InformationIconBlock/style.module.css +2 -1
  153. package/dist/src/lib/components/InformationIconBlock/style.module.css.map +1 -1
  154. package/dist/src/lib/components/Input/Input.d.ts +2 -2
  155. package/dist/src/lib/components/Input/Input.js +11 -9
  156. package/dist/src/lib/components/Input/Input.js.map +1 -1
  157. package/dist/src/lib/components/Input/style.module.css +3 -1
  158. package/dist/src/lib/components/Input/style.module.css.map +1 -1
  159. package/dist/src/lib/components/Jumbotron/style.module.css +1 -0
  160. package/dist/src/lib/components/Jumbotron/style.module.css.map +1 -1
  161. package/dist/src/lib/components/MenuButton/MenuButton.d.ts +3 -3
  162. package/dist/src/lib/components/MenuButton/MenuButton.js +14 -12
  163. package/dist/src/lib/components/MenuButton/MenuButton.js.map +1 -1
  164. package/dist/src/lib/components/MenuButton/style.module.css +47 -46
  165. package/dist/src/lib/components/MenuButton/style.module.css.map +1 -1
  166. package/dist/src/lib/components/Modal/Modal.js.map +1 -1
  167. package/dist/src/lib/components/Modal/style.module.css +3 -2
  168. package/dist/src/lib/components/Modal/style.module.css.map +1 -1
  169. package/dist/src/lib/components/Nav/Nav.d.ts +5 -5
  170. package/dist/src/lib/components/Nav/Nav.js +28 -28
  171. package/dist/src/lib/components/Nav/Nav.js.map +1 -1
  172. package/dist/src/lib/components/Nav/StickyNav.js +7 -9
  173. package/dist/src/lib/components/Nav/StickyNav.js.map +1 -1
  174. package/dist/src/lib/components/Nav/style.module.css +11 -10
  175. package/dist/src/lib/components/Nav/style.module.css.map +1 -1
  176. package/dist/src/lib/components/NavItem/NavItem.d.ts +4 -4
  177. package/dist/src/lib/components/NavItem/NavItem.js +6 -6
  178. package/dist/src/lib/components/NavItem/NavItem.js.map +1 -1
  179. package/dist/src/lib/components/NavItem/style.module.css +0 -1
  180. package/dist/src/lib/components/NavItem/style.module.css.map +1 -1
  181. package/dist/src/lib/components/NewsCard/NewsCard.js +2 -3
  182. package/dist/src/lib/components/NewsCard/NewsCard.js.map +1 -1
  183. package/dist/src/lib/components/NewsCard/style.module.css +1 -0
  184. package/dist/src/lib/components/NewsCard/style.module.css.map +1 -1
  185. package/dist/src/lib/components/Pill/Pill.js +4 -7
  186. package/dist/src/lib/components/Pill/Pill.js.map +1 -1
  187. package/dist/src/lib/components/Pill/style.module.css +1 -0
  188. package/dist/src/lib/components/Pill/style.module.css.map +1 -1
  189. package/dist/src/lib/components/ProductCard/ProductCard.d.ts +4 -0
  190. package/dist/src/lib/components/ProductCard/ProductCard.js +25 -19
  191. package/dist/src/lib/components/ProductCard/ProductCard.js.map +1 -1
  192. package/dist/src/lib/components/ProductCard/style.module.css +54 -47
  193. package/dist/src/lib/components/ProductCard/style.module.css.map +1 -1
  194. package/dist/src/lib/components/ProductCardV2/ProductCardV2.d.ts +24 -0
  195. package/dist/src/lib/components/ProductCardV2/ProductCardV2.js +27 -0
  196. package/dist/src/lib/components/ProductCardV2/ProductCardV2.js.map +1 -0
  197. package/dist/src/lib/components/ProductCardV2/style.module.css +93 -0
  198. package/dist/src/lib/components/ProductCardV2/style.module.css.map +1 -0
  199. package/dist/src/lib/components/Proficiencies/style.module.css +2 -1
  200. package/dist/src/lib/components/Proficiencies/style.module.css.map +1 -1
  201. package/dist/src/lib/components/Profile/Profile.js +11 -10
  202. package/dist/src/lib/components/Profile/Profile.js.map +1 -1
  203. package/dist/src/lib/components/Profile/style.module.css +3 -2
  204. package/dist/src/lib/components/Profile/style.module.css.map +1 -1
  205. package/dist/src/lib/components/Row/style.module.css +1 -0
  206. package/dist/src/lib/components/Row/style.module.css.map +1 -1
  207. package/dist/src/lib/components/Search/Search.js +8 -7
  208. package/dist/src/lib/components/Search/Search.js.map +1 -1
  209. package/dist/src/lib/components/Search/style.module.css +1 -0
  210. package/dist/src/lib/components/Search/style.module.css.map +1 -1
  211. package/dist/src/lib/components/Select/Select.d.ts +1 -0
  212. package/dist/src/lib/components/Select/Select.js +11 -8
  213. package/dist/src/lib/components/Select/Select.js.map +1 -1
  214. package/dist/src/lib/components/Select/style.module.css +1 -1
  215. package/dist/src/lib/components/Select/style.module.css.map +1 -1
  216. package/dist/src/lib/components/Showcase/style.module.css +10 -9
  217. package/dist/src/lib/components/Showcase/style.module.css.map +1 -1
  218. package/dist/src/lib/components/SideNav/SideNav.js.map +1 -1
  219. package/dist/src/lib/components/SideNav/style.module.css +2 -1
  220. package/dist/src/lib/components/SideNav/style.module.css.map +1 -1
  221. package/dist/src/lib/components/SocialBlock/SocialBlock.d.ts +3 -3
  222. package/dist/src/lib/components/SocialBlock/SocialBlock.js +7 -7
  223. package/dist/src/lib/components/SocialBlock/SocialBlock.js.map +1 -1
  224. package/dist/src/lib/components/SocialBlock/style.module.css +29 -28
  225. package/dist/src/lib/components/SocialBlock/style.module.css.map +1 -1
  226. package/dist/src/lib/components/SocialButton/SocialButton.d.ts +3 -3
  227. package/dist/src/lib/components/SocialButton/SocialButton.js +11 -11
  228. package/dist/src/lib/components/SocialButton/SocialButton.js.map +1 -1
  229. package/dist/src/lib/components/SocialButton/style.module.css +66 -15
  230. package/dist/src/lib/components/SocialButton/style.module.css.map +1 -1
  231. package/dist/src/lib/components/StarRating/StarRating.js.map +1 -1
  232. package/dist/src/lib/components/StarRating/style.module.css +1 -0
  233. package/dist/src/lib/components/StarRating/style.module.css.map +1 -1
  234. package/dist/src/lib/components/Testimonial/Testimonial.js.map +1 -1
  235. package/dist/src/lib/components/Testimonial/style.module.css +1 -0
  236. package/dist/src/lib/components/Testimonial/style.module.css.map +1 -1
  237. package/dist/src/lib/components/TextAndTitle/TextAndTitle.d.ts +6 -9
  238. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js +14 -54
  239. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js.map +1 -1
  240. package/dist/src/lib/components/TextAndTitle/style.module.css +3 -2
  241. package/dist/src/lib/components/TextAndTitle/style.module.css.map +1 -1
  242. package/dist/src/lib/components/TextArea/TextArea.d.ts +2 -2
  243. package/dist/src/lib/components/TextArea/TextArea.js +11 -9
  244. package/dist/src/lib/components/TextArea/TextArea.js.map +1 -1
  245. package/dist/src/lib/components/TextArea/style.module.css +1 -1
  246. package/dist/src/lib/components/TextArea/style.module.css.map +1 -1
  247. package/dist/src/lib/components/Timeline/Timeline.js +15 -20
  248. package/dist/src/lib/components/Timeline/Timeline.js.map +1 -1
  249. package/dist/src/lib/components/Timeline/style.module.css +13 -12
  250. package/dist/src/lib/components/Timeline/style.module.css.map +1 -1
  251. package/dist/src/lib/components/TimelineV2/TimelineV2.d.ts +3 -3
  252. package/dist/src/lib/components/TimelineV2/TimelineV2.js +6 -6
  253. package/dist/src/lib/components/TimelineV2/TimelineV2.js.map +1 -1
  254. package/dist/src/lib/components/TimelineV2/style.module.css +4 -3
  255. package/dist/src/lib/components/TimelineV2/style.module.css.map +1 -1
  256. package/dist/src/lib/components/Tubestops/Tubestops.d.ts +4 -8
  257. package/dist/src/lib/components/Tubestops/Tubestops.js +19 -32
  258. package/dist/src/lib/components/Tubestops/Tubestops.js.map +1 -1
  259. package/dist/src/lib/components/Tubestops/style.module.css +49 -923
  260. package/dist/src/lib/components/Tubestops/style.module.css.map +1 -1
  261. package/dist/src/lib/components/UserIcon/UserIcon.js.map +1 -1
  262. package/dist/src/lib/components/UserIcon/style.module.css +3 -2
  263. package/dist/src/lib/components/UserIcon/style.module.css.map +1 -1
  264. package/dist/src/lib/index.d.ts +4 -1
  265. package/dist/src/lib/index.js +4 -1
  266. package/dist/src/lib/index.js.map +1 -1
  267. package/dist/src/lib/typography/Colours/Colours.d.ts +7 -0
  268. package/dist/src/lib/typography/Colours/Colours.js +90 -0
  269. package/dist/src/lib/typography/Colours/Colours.js.map +1 -0
  270. package/dist/src/lib/typography/Colours/style.module.css +24 -0
  271. package/dist/src/lib/typography/Colours/style.module.css.map +1 -0
  272. package/dist/src/lib/typography/{index.d.ts → Fonts/Fonts.d.ts} +1 -1
  273. package/dist/src/lib/typography/{index.js → Fonts/Fonts.js} +3 -3
  274. package/dist/src/lib/typography/Fonts/Fonts.js.map +1 -0
  275. package/dist/src/lib/utils/controls.d.ts +3 -3
  276. package/dist/src/lib/utils/controls.js.map +1 -1
  277. package/dist/src/lib/utils/screens.d.ts +1 -2
  278. package/dist/src/lib/utils/screens.js +1 -1
  279. package/dist/src/lib/utils/screens.js.map +1 -1
  280. package/dist/src/lib/utils/theme.js +4 -1
  281. package/dist/src/lib/utils/theme.js.map +1 -1
  282. package/dist/tailwind.config.d.ts +14 -7
  283. package/dist/tailwind.config.js +63 -69
  284. package/dist/tailwind.config.js.map +1 -1
  285. package/package.json +35 -39
  286. package/dist/src/lib/snapWrapper.d.ts +0 -2
  287. package/dist/src/lib/snapWrapper.js +0 -7
  288. package/dist/src/lib/snapWrapper.js.map +0 -1
  289. package/dist/src/lib/typography/index.js.map +0 -1
@@ -1,234 +1,235 @@
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;
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
10
  }
11
11
 
12
12
  .react-calendar--doubleView .react-calendar__viewContainer {
13
- display: flex;
14
- margin: -0.5em;
13
+ display: flex;
14
+ margin: -0.5em;
15
15
  }
16
16
 
17
17
  .react-calendar--doubleView .react-calendar__viewContainer > * {
18
- width: 50%;
19
- margin: 0.5em;
18
+ width: 50%;
19
+ margin: 0.5em;
20
20
  }
21
21
 
22
22
  .react-calendar button:enabled:hover {
23
- cursor: pointer;
23
+ cursor: pointer;
24
24
  }
25
25
 
26
26
  .react-calendar__navigation {
27
- display: flex;
28
- height: 50px;
29
- margin-bottom: 1em;
27
+ display: flex;
28
+ height: 50px;
29
+ margin-bottom: 1em;
30
30
  }
31
31
 
32
32
  .react-calendar__month-view__weekdays__weekday {
33
- padding: 0.5em;
33
+ padding: 0.5em;
34
34
  }
35
35
 
36
36
  .react-calendar__month-view__weekdays {
37
- text-align: center;
38
- text-transform: uppercase;
39
- font-size: 0.75em;
37
+ text-align: center;
38
+ text-transform: uppercase;
39
+ font-size: 0.75em;
40
40
  }
41
41
 
42
42
  .react-calendar--doubleView {
43
- width: 800px;
43
+ width: 800px;
44
44
  }
45
45
 
46
- .react-calendar__month-view{
47
- padding-left: 20px;
48
- padding-right: 20px;
46
+ .react-calendar__month-view {
47
+ padding-left: 20px;
48
+ padding-right: 20px;
49
49
  }
50
50
 
51
51
  .react-calendar__tile {
52
- height: 50px;
53
- width: 50px;
52
+ height: 50px;
53
+ width: 50px;
54
54
  }
55
55
 
56
56
  .react-calendar__tile:disabled {
57
- background-color: #fff;
58
- color: #bebebe;
57
+ background-color: #fff;
58
+ color: #bebebe;
59
59
  }
60
60
 
61
61
  .react-calendar__month-view__days__day--weekend {
62
- color: #000;
62
+ color: #000;
63
63
  }
64
64
 
65
65
  .react-calendar__month-view__days__day {
66
- color: #000;
66
+ color: #000;
67
67
  }
68
68
 
69
69
  .react-calendar__month-view__days__day--neighboringMonth {
70
- visibility: hidden;
70
+ visibility: hidden;
71
71
  }
72
72
 
73
73
  .react-calendar__tile:enabled:hover,
74
74
  .react-calendar__tile:enabled:focus {
75
- border-radius: 50%;
76
- border: 1px solid;
77
- border-color: #000;
78
- background: #fff;
79
- color: #000;
75
+ border-radius: 50%;
76
+ border: 1px solid;
77
+ border-color: #000;
78
+ background: #fff;
79
+ color: #000;
80
80
  }
81
81
 
82
82
  .react-calendar__tile--now {
83
- background: #fff;
84
- color: #000;
83
+ background: #fff;
84
+ color: #000;
85
85
  }
86
86
 
87
87
  .react-calendar__tile--now:enabled:hover,
88
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;
89
+ border-radius: 50%;
90
+ border: 1px solid;
91
+ border-color: #000;
92
+ background: #fff;
93
+ color: #000;
94
94
  }
95
95
 
96
96
  .react-calendar__tile--hasActive:enabled:hover,
97
97
  .react-calendar__tile--hasActive:enabled:focus {
98
- background: #f8f8fa;
98
+ background: #f8f8fa;
99
99
  }
100
100
 
101
101
  .react-calendar__tile--active {
102
- background: #000;
103
- border-radius: 50%;
104
- color: #fff;
102
+ background: #000;
103
+ border-radius: 50%;
104
+ color: #fff;
105
105
  }
106
106
 
107
107
  .react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:hover,
108
108
  .react-calendar__tile--rangeEnd.react-calendar__tile--active:enabled:focus,
109
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;
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
118
  }
119
119
 
120
120
  .react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:hover,
121
121
  .react-calendar__tile--rangeStart.react-calendar__tile--active:enabled:focus,
122
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;
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
131
  }
132
132
 
133
133
  .react-calendar--selectRange .react-calendar__tile--hover {
134
- background-color: #dfdfe1;
134
+ background-color: #dfdfe1;
135
135
  }
136
136
 
137
137
  .react-calendar--selectRange .react-calendar__tile--rangeStart {
138
- background-color: #000000;
139
- color: #fff;
138
+ background-color: #000000;
139
+ color: #fff;
140
140
  }
141
141
 
142
142
  .react-calendar__tile--range {
143
- background: #dfdfe1;
144
- color: #000;
145
- border-radius: 0;
143
+ background: #dfdfe1;
144
+ color: #000;
145
+ border-radius: 0;
146
146
  }
147
147
 
148
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;
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
155
  }
156
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;
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
164
  }
165
165
 
166
166
  .react-calendar__navigation__prev-button {
167
- background: #fff;
167
+ background: #fff;
168
168
  }
169
169
 
170
170
  .react-calendar__navigation__next-button {
171
- background: #fff;
171
+ background: #fff;
172
172
  }
173
173
 
174
174
  .react-calendar__navigation__prev2-button {
175
- display: none;
175
+ display: none;
176
176
  }
177
177
 
178
178
  .react-calendar__navigation__next2-button {
179
- display: none;
179
+ display: none;
180
180
  }
181
181
 
182
182
  .react-calendar__navigation__label__labelText {
183
- color: #000000;
183
+ color: #000000;
184
184
  }
185
185
 
186
- .react-calendar__navigation {
187
- height: 50px;
186
+ .react-calendar__navigation {
187
+ height: 50px;
188
188
  }
189
189
 
190
190
  .react-calendar__navigation button {
191
- color: #000;
192
- width: 50px;
193
- background: none;
194
- font-size: 16px;
191
+ color: #000;
192
+ width: 50px;
193
+ background: none;
194
+ font-size: 16px;
195
195
  }
196
196
  .react-calendar__navigation button:enabled:hover,
197
197
  .react-calendar__navigation button:enabled:focus {
198
- background-color: #bebebe;
199
- color: black;
200
- border-radius: 50%;
198
+ background-color: #bebebe;
199
+ color: black;
200
+ border-radius: 50%;
201
201
  }
202
202
 
203
203
  .react-calendar__navigation button:disabled {
204
- background: #fff;
205
- color: #bebebe;
204
+ background: #fff;
205
+ color: #bebebe;
206
206
  }
207
207
 
208
208
  abbr[title] {
209
- text-decoration: none;
209
+ text-decoration: none;
210
210
  }
211
211
 
212
212
  .react-calendar__navigation__label__divider {
213
- display: none;
213
+ display: none;
214
214
  }
215
215
 
216
216
  .react-calendar__navigation__label {
217
- padding-top: 20px;
218
- display: flex;
219
- flex-grow: 1;
220
- justify-content: space-between;
217
+ padding-top: 20px;
218
+ display: flex;
219
+ flex-grow: 1;
220
+ justify-content: space-between;
221
221
  }
222
222
 
223
223
  .react-calendar__navigation__label__labelText--from {
224
- margin-left: 80px;
224
+ margin-left: 80px;
225
225
  }
226
226
 
227
227
  .react-calendar__navigation__label__labelText--to {
228
- margin-right: 100px;
228
+ margin-right: 100px;
229
229
  }
230
230
 
231
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;
232
+ background-color: #000;
233
233
  }
234
+
234
235
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/Calendar/style.css"],"names":[],"mappings":"AAAA;IACI,YAAY;IACZ,gBAAgB;IAChB,YAAY;IACZ,mBAAmB;IACnB,sBAAsB;IACtB,0CAA0C;IAC1C,YAAY;IACZ,oBAAoB;AACxB;;AAEA;IACI,aAAa;IACb,cAAc;AAClB;;AAEA;IACI,UAAU;IACV,aAAa;AACjB;;AAEA;IACI,eAAe;AACnB;;AAEA;IACI,aAAa;IACb,YAAY;IACZ,kBAAkB;AACtB;;AAEA;IACI,cAAc;AAClB;;AAEA;IACI,kBAAkB;IAClB,yBAAyB;IACzB,iBAAiB;AACrB;;AAEA;IACI,YAAY;AAChB;;AAEA;IACI,kBAAkB;IAClB,mBAAmB;AACvB;;AAEA;IACI,YAAY;IACZ,WAAW;AACf;;AAEA;IACI,sBAAsB;IACtB,cAAc;AAClB;;AAEA;IACI,WAAW;AACf;;AAEA;IACI,WAAW;AACf;;AAEA;IACI,kBAAkB;AACtB;;AAEA;;IAEI,kBAAkB;IAClB,iBAAiB;IACjB,kBAAkB;IAClB,gBAAgB;IAChB,WAAW;AACf;;AAEA;IACI,gBAAgB;IAChB,WAAW;AACf;;AAEA;;IAEI,kBAAkB;IAClB,iBAAiB;IACjB,kBAAkB;IAClB,gBAAgB;IAChB,WAAW;AACf;;AAEA;;IAEI,mBAAmB;AACvB;;AAEA;IACI,gBAAgB;IAChB,kBAAkB;IAClB,WAAW;AACf;;AAEA;;;IAGI,4BAA4B;IAC5B,+BAA+B;IAC/B,yBAAyB;IACzB,4BAA4B;IAC5B,iBAAiB;IACjB,kBAAkB;IAClB,gBAAgB;IAChB,WAAW;AACf;;AAEA;;;IAGI,0BAA0B;IAC1B,6BAA6B;IAC7B,2BAA2B;IAC3B,8BAA8B;IAC9B,iBAAiB;IACjB,kBAAkB;IAClB,gBAAgB;IAChB,WAAW;AACf;;AAEA;IACI,yBAAyB;AAC7B;;AAEA;IACI,yBAAyB;IACzB,WAAW;AACf;;AAEA;IACI,mBAAmB;IACnB,WAAW;IACX,gBAAgB;AACpB;;AAEA;IACI,0BAA0B;IAC1B,6BAA6B;IAC7B,2BAA2B;IAC3B,8BAA8B;IAC9B,gBAAgB;IAChB,WAAW;AACf;;AAEA;IACI,4BAA4B;IAC5B,+BAA+B;IAC/B,yBAAyB;IACzB,4BAA4B;IAC5B,gBAAgB;IAChB,WAAW;AACf;;AAEA;IACI,gBAAgB;AACpB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;IACI,aAAa;AACjB;;AAEA;IACI,aAAa;AACjB;;AAEA;IACI,cAAc;AAClB;;AAEA;IACI,YAAY;AAChB;;AAEA;IACI,WAAW;IACX,WAAW;IACX,gBAAgB;IAChB,eAAe;AACnB;AACA;;IAEI,yBAAyB;IACzB,YAAY;IACZ,kBAAkB;AACtB;;AAEA;IACI,gBAAgB;IAChB,cAAc;AAClB;;AAEA;IACI,qBAAqB;AACzB;;AAEA;IACI,aAAa;AACjB;;AAEA;IACI,iBAAiB;IACjB,aAAa;IACb,YAAY;IACZ,8BAA8B;AAClC;;AAEA;IACI,iBAAiB;AACrB;;AAEA;IACI,mBAAmB;AACvB;;AAEA;IACI,sBAAsB;AAC1B","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}"]}
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"]}
@@ -20,21 +20,18 @@ const Card = ({ id, className, imageProps, videoProps, title, subTitle, descript
20
20
  (buttonProps.href !== undefined || buttonProps.onClick !== undefined) &&
21
21
  Tag === 'div';
22
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 || (videoProps === null || videoProps === void 0 ? void 0 : videoProps.webmFile) !== undefined || (videoProps === null || videoProps === void 0 ? void 0 : videoProps.ogvFile) !== undefined
24
- ? (React.createElement(Video, Object.assign({}, videoProps)))
25
- : (imageProps !== undefined &&
26
- 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 ? `${title === null || title === void 0 ? void 0 : title.replace(/\s/g, '-')}-image` : 'image' }, imageProps)))),
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))))),
27
28
  React.createElement("div", { className: style.contentWrapper },
28
29
  React.createElement("div", { className: style.movingContent },
29
- title !== undefined &&
30
- React.createElement("h3", { className: cardTitleClasses }, title),
31
- subTitle !== undefined &&
32
- React.createElement("h4", { className: cardSubTitleClassList }, subTitle)),
30
+ title !== undefined && React.createElement("h3", { className: cardTitleClasses }, title),
31
+ subTitle !== undefined && (React.createElement("h4", { className: cardSubTitleClassList }, subTitle))),
33
32
  React.createElement("div", { className: style.staticContent },
34
- description !== undefined &&
35
- React.createElement("p", { className: cardDescriptionClassList }, description),
36
- shouldDisplayButton &&
37
- React.createElement(Button, Object.assign({ className: style.buttonClassList }, buttonProps), buttonProps === null || buttonProps === void 0 ? void 0 : buttonProps.children)))));
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))))));
38
35
  };
39
36
  export default Card;
40
37
  //# sourceMappingURL=Card.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/lib/components/Card/Card.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/lib/components/Card/Card.tsx"],"names":[],"mappings":"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"}
@@ -1,113 +1,114 @@
1
1
  .classList {
2
- display: flex;
3
- flex-direction: column;
4
- border-radius: 0.5rem;
5
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
6
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
7
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
2
+ display: flex;
3
+ flex-direction: column;
4
+ border-radius: 0.5rem;
5
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
6
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
7
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
8
8
  }
9
9
 
10
10
  a .classList:hover {
11
- cursor: pointer
11
+ cursor: pointer
12
12
  }
13
13
 
14
14
  .classList:hover .movingContent {
15
- margin-top: -2rem;
16
- transition-property: all;
17
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18
- transition-duration: 300ms
15
+ margin-top: -2rem;
16
+ transition-property: all;
17
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18
+ transition-duration: 300ms
19
19
  }
20
20
 
21
21
  .classList:hover .staticContent {
22
- margin-top: 2rem;
23
- transition-property: all;
24
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25
- transition-duration: 300ms
22
+ margin-top: 2rem;
23
+ transition-property: all;
24
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25
+ transition-duration: 300ms
26
26
  }
27
27
 
28
28
  .classList:focus {
29
- border-width: 2px;
30
- border-color: var(--color-primary);
31
- border-radius: 10px
29
+ border-width: 2px;
30
+ border-color: var(--color-primary);
31
+ border-radius: 10px
32
32
  }
33
33
 
34
34
  .classList:focus .movingContent {
35
- margin-top: -2rem;
36
- transition-property: all;
37
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
- transition-duration: 300ms
35
+ margin-top: -2rem;
36
+ transition-property: all;
37
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
+ transition-duration: 300ms
39
39
  }
40
40
 
41
41
  .classList:focus .staticContent {
42
- margin-top: 2rem;
43
- transition-property: all;
44
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
45
- transition-duration: 300ms
42
+ margin-top: 2rem;
43
+ transition-property: all;
44
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
45
+ transition-duration: 300ms
46
46
  }
47
47
 
48
48
  .imageClassList {
49
- height: 100%;
50
- width: 100%;
51
- height: 16rem;
52
- overflow: hidden;
53
- object-fit: cover;
54
- border-top-left-radius: 0.5rem;
55
- border-top-right-radius: 0.5rem;
56
- height: 256px
49
+ height: 100%;
50
+ width: 100%;
51
+ height: 16rem;
52
+ overflow: hidden;
53
+ object-fit: cover;
54
+ border-top-left-radius: 0.5rem;
55
+ border-top-right-radius: 0.5rem;
56
+ height: 256px
57
57
  }
58
58
 
59
59
  .contentWrapper {
60
- display: flex;
61
- flex-direction: column;
62
- align-items: stretch;
63
- justify-content: space-between;
64
- height: calc(100% - 256px)
60
+ display: flex;
61
+ flex-direction: column;
62
+ align-items: stretch;
63
+ justify-content: space-between;
64
+ height: calc(100% - 256px)
65
65
  }
66
66
 
67
67
  .movingContent {
68
- background-color: var(--color-white);
69
- margin-top: 0px;
70
- padding-left: 1.5rem;
71
- padding-right: 1.5rem;
72
- padding-top: 1.5rem;
73
- border-bottom-right-radius: 0.5rem;
74
- border-bottom-left-radius: 0.5rem;
75
- transition-property: all;
76
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
77
- transition-duration: 300ms
68
+ background-color: var(--color-white);
69
+ margin-top: 0px;
70
+ padding-left: 1.5rem;
71
+ padding-right: 1.5rem;
72
+ padding-top: 1.5rem;
73
+ border-bottom-right-radius: 0.5rem;
74
+ border-bottom-left-radius: 0.5rem;
75
+ transition-property: all;
76
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
77
+ transition-duration: 300ms
78
78
  }
79
79
 
80
80
  .staticContent {
81
- height: 100%;
82
- padding: 1.5rem;
83
- transition-property: all;
84
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
85
- transition-duration: 300ms;
86
- display: flex;
87
- flex-direction: column;
88
- align-items: stretch;
89
- justify-content: space-between
81
+ height: 100%;
82
+ padding: 1.5rem;
83
+ transition-property: all;
84
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
85
+ transition-duration: 300ms;
86
+ display: flex;
87
+ flex-direction: column;
88
+ align-items: stretch;
89
+ justify-content: space-between
90
90
  }
91
91
 
92
92
  .title {
93
- font-size: 22px;
94
- font-weight: 400
93
+ font-size: 22px;
94
+ font-weight: 400
95
95
  }
96
96
 
97
97
  .subtitle {
98
- font-size: 16px;
99
- font-weight: 400;
100
- color: var(--color-ink)
98
+ font-size: 16px;
99
+ font-weight: 400;
100
+ color: var(--color-ink)
101
101
  }
102
102
 
103
103
  .description {
104
- flex: 1 1 0%;
105
- padding-bottom: 1.5rem;
106
- font-size: 16px;
107
- font-weight: 300
104
+ flex: 1 1 0%;
105
+ padding-bottom: 1.5rem;
106
+ font-size: 16px;
107
+ font-weight: 300
108
108
  }
109
109
 
110
110
  .buttonClassList {
111
- width: 100%
111
+ width: 100%
112
112
  }
113
+
113
114
  /*# sourceMappingURL=style.module.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/Card/style.module.css"],"names":[],"mappings":"AACI;IAAA,aAAoB;IAApB,sBAAoB;IACpB,qBAAiB;IACjB,gFAAgB;IAAhB,oGAAgB;IAAhB;AAFoB;;AAMpB;IAAA;AAAqB;;AAIrB;IAAA,iBAAY;IACZ,wBAAkC;IAAlC,wDAAkC;IAAlC;AADY;;AAKZ;IAAA,gBAAW;IACX,wBAAkC;IAAlC,wDAAkC;IAAlC;AADW;;AAKX;IAAA,iBAA8B;IAA9B,kCAA8B;IAC9B;AAD8B;;AAK9B;IAAA,iBAAY;IACZ,wBAAkC;IAAlC,wDAAkC;IAAlC;AADY;;AAKZ;IAAA,gBAAW;IACX,wBAAkC;IAAlC,wDAAkC;IAAlC;AADW;;AAKX;IAAA,YAAiC;IAAjC,WAAiC;IACjC,aAAwC;IAAxC,gBAAwC;IAAxC,iBAAwC;IACxC,8BAAmB;IAAnB,+BAAmB;IACnB;AAHiC;;AAOjC;IAAA,aAAkD;IAAlD,sBAAkD;IAAlD,oBAAkD;IAAlD,8BAAkD;IAClD;AADkD;;AAKlD;IAAA,oCAAe;IACf,eAAqB;IAArB,oBAAqB;IAArB,qBAAqB;IAArB,mBAAqB;IACrB,kCAAmB;IAAnB,iCAAmB;IACnB,wBAAkC;IAAlC,wDAAkC;IAAlC;AAHe;;AAOf;IAAA,YAAiB;IAAjB,eAAiB;IACjB,wBAAkC;IAAlC,wDAAkC;IAAlC,0BAAkC;IAClC,aAAkD;IAAlD,sBAAkD;IAAlD,oBAAkD;IAAlD;AAFiB;;AAMjB;IAAA,eAA2B;IAA3B;AAA2B;;AAI3B;IAAA,eAAoC;IAApC,gBAAoC;IAApC;AAAoC;;AAIpC;IAAA,YAAqC;IAArC,sBAAqC;IAArC,eAAqC;IAArC;AAAqC;;AAIrC;IAAA;AAAa","file":"style.module.css","sourcesContent":[".classList {\n @apply flex flex-col;\n @apply rounded-lg;\n @apply shadow-xl;\n}\n\na .classList:hover {\n @apply cursor-pointer;\n}\n\n.classList:hover .movingContent {\n @apply -mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:hover .staticContent {\n @apply mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:focus {\n @apply border-2 border-primary;\n border-radius: 10px;\n}\n\n.classList:focus .movingContent {\n @apply -mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:focus .staticContent {\n @apply mt-8;\n @apply transition-all duration-300;\n}\n\n.imageClassList {\n @apply w-full object-cover h-full;\n @apply h-64 overflow-hidden object-cover;\n @apply rounded-t-lg;\n height: 256px;\n}\n\n.contentWrapper {\n @apply flex flex-col justify-between items-stretch;\n height: calc(100% - 256px);\n}\n\n.movingContent {\n @apply bg-white;\n @apply px-6 pt-6 mt-0;\n @apply rounded-b-lg;\n @apply transition-all duration-300;\n}\n\n.staticContent {\n @apply h-full p-6;\n @apply transition-all duration-300;\n @apply flex flex-col justify-between items-stretch;\n}\n\n.title {\n @apply font-regular text-md;\n}\n\n.subtitle {\n @apply font-regular text-sm text-ink;\n}\n\n.description {\n @apply font-light text-sm pb-6 flex-1;\n}\n\n.buttonClassList {\n @apply w-full;\n}"]}
1
+ {"version":3,"sources":["../../../../../src/lib/components/Card/style.module.css"],"names":[],"mappings":"AACE;EAAA,aAAoB;EAApB,sBAAoB;EACpB,qBAAiB;EACjB,gFAAgB;EAAhB,oGAAgB;EAAhB;AAFoB;;AAMpB;EAAA;AAAqB;;AAIrB;EAAA,iBAAY;EACZ,wBAAkC;EAAlC,wDAAkC;EAAlC;AADY;;AAKZ;EAAA,gBAAW;EACX,wBAAkC;EAAlC,wDAAkC;EAAlC;AADW;;AAKX;EAAA,iBAA8B;EAA9B,kCAA8B;EAC9B;AAD8B;;AAK9B;EAAA,iBAAY;EACZ,wBAAkC;EAAlC,wDAAkC;EAAlC;AADY;;AAKZ;EAAA,gBAAW;EACX,wBAAkC;EAAlC,wDAAkC;EAAlC;AADW;;AAKX;EAAA,YAAiC;EAAjC,WAAiC;EACjC,aAAwC;EAAxC,gBAAwC;EAAxC,iBAAwC;EACxC,8BAAmB;EAAnB,+BAAmB;EACnB;AAHiC;;AAOjC;EAAA,aAAkD;EAAlD,sBAAkD;EAAlD,oBAAkD;EAAlD,8BAAkD;EAClD;AADkD;;AAKlD;EAAA,oCAAe;EACf,eAAqB;EAArB,oBAAqB;EAArB,qBAAqB;EAArB,mBAAqB;EACrB,kCAAmB;EAAnB,iCAAmB;EACnB,wBAAkC;EAAlC,wDAAkC;EAAlC;AAHe;;AAOf;EAAA,YAAiB;EAAjB,eAAiB;EACjB,wBAAkC;EAAlC,wDAAkC;EAAlC,0BAAkC;EAClC,aAAkD;EAAlD,sBAAkD;EAAlD,oBAAkD;EAAlD;AAFiB;;AAMjB;EAAA,eAA2B;EAA3B;AAA2B;;AAI3B;EAAA,eAAoC;EAApC,gBAAoC;EAApC;AAAoC;;AAIpC;EAAA,YAAqC;EAArC,sBAAqC;EAArC,eAAqC;EAArC;AAAqC;;AAIrC;EAAA;AAAa","file":"style.module.css","sourcesContent":[".classList {\n @apply flex flex-col;\n @apply rounded-lg;\n @apply shadow-xl;\n}\n\na .classList:hover {\n @apply cursor-pointer;\n}\n\n.classList:hover .movingContent {\n @apply -mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:hover .staticContent {\n @apply mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:focus {\n @apply border-2 border-primary;\n border-radius: 10px;\n}\n\n.classList:focus .movingContent {\n @apply -mt-8;\n @apply transition-all duration-300;\n}\n\n.classList:focus .staticContent {\n @apply mt-8;\n @apply transition-all duration-300;\n}\n\n.imageClassList {\n @apply w-full object-cover h-full;\n @apply h-64 overflow-hidden object-cover;\n @apply rounded-t-lg;\n height: 256px;\n}\n\n.contentWrapper {\n @apply flex flex-col justify-between items-stretch;\n height: calc(100% - 256px);\n}\n\n.movingContent {\n @apply bg-white;\n @apply px-6 pt-6 mt-0;\n @apply rounded-b-lg;\n @apply transition-all duration-300;\n}\n\n.staticContent {\n @apply h-full p-6;\n @apply transition-all duration-300;\n @apply flex flex-col justify-between items-stretch;\n}\n\n.title {\n @apply font-regular text-md;\n}\n\n.subtitle {\n @apply font-regular text-sm text-ink;\n}\n\n.description {\n @apply font-light text-sm pb-6 flex-1;\n}\n\n.buttonClassList {\n @apply w-full;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CardWithTopImage.js","sourceRoot":"","sources":["../../../../../src/lib/components/CardWithTopImage/CardWithTopImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAA8B,MAAM,yBAAyB,CAAA;AACpE,OAAO,KAAK,MAAM,oBAAoB,CAAA;AACtC,OAAO,UAAU,MAAM,YAAY,CAAA;AAWnC,MAAM,gBAAgB,GAAG,CAAC,EACxB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,UAAU,EACV,KAAK,GAAG,qBAAqB,EACvB,EAAe,EAAE;IACvB,MAAM,GAAG,GAAG,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,GAAG,MAAK,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;IAC/D,MAAM,aAAa,GAAG,UAAU,CAAC,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;IACrE,OAAO,CACL,6BACE,KAAK,EAAE;YACL,MAAM,EAAE,2CAA2C;SACpD,EACD,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,aAAa;QAExB,6BAAK,SAAS,EAAE,KAAK,CAAC,gBAAgB;YACpC,oBAAC,KAAK,kBAAC,GAAG,EAAE,GAAG,IAAM,UAAU,EAAI,CAC/B;QACN,6BAAK,SAAS,EAAE,KAAK,CAAC,gBAAgB,IACnC,QAAQ,CACL,CACF,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"CardWithTopImage.js","sourceRoot":"","sources":["../../../../../src/lib/components/CardWithTopImage/CardWithTopImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAA8B,MAAM,yBAAyB,CAAA;AACpE,OAAO,KAAK,MAAM,oBAAoB,CAAA;AACtC,OAAO,UAAU,MAAM,YAAY,CAAA;AAWnC,MAAM,gBAAgB,GAAG,CAAC,EACxB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,UAAU,EACV,KAAK,GAAG,qBAAqB,EACvB,EAAe,EAAE;IACvB,MAAM,GAAG,GAAG,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,GAAG,MAAK,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;IAC/D,MAAM,aAAa,GAAG,UAAU,CAAC,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;IACrE,OAAO,CACL,6BACE,KAAK,EAAE;YACL,MAAM,EAAE,2CAA2C;SACpD,EACD,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,aAAa;QAExB,6BAAK,SAAS,EAAE,KAAK,CAAC,gBAAgB;YACpC,oBAAC,KAAK,kBAAC,GAAG,EAAE,GAAG,IAAM,UAAU,EAAI,CAC/B;QACN,6BAAK,SAAS,EAAE,KAAK,CAAC,gBAAgB,IAAG,QAAQ,CAAO,CACpD,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,gBAAgB,CAAA"}