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.
- package/README.md +8 -0
- package/dist/src/lib/components/Accordion/Accordion.js.map +1 -1
- package/dist/src/lib/components/AlertBar/AlertBar.d.ts +5 -5
- package/dist/src/lib/components/AlertBar/AlertBar.js +29 -25
- package/dist/src/lib/components/AlertBar/AlertBar.js.map +1 -1
- package/dist/src/lib/components/AlertBar/style.module.css +1 -0
- package/dist/src/lib/components/AlertBar/style.module.css.map +1 -1
- package/dist/src/lib/components/Avatar/Avatar.d.ts +1 -1
- package/dist/src/lib/components/Avatar/Avatar.js +108 -92
- package/dist/src/lib/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js +5 -10
- package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/src/lib/components/Breadcrumbs/style.module.css +1 -0
- package/dist/src/lib/components/Breadcrumbs/style.module.css.map +1 -1
- package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js.map +1 -1
- package/dist/src/lib/components/BreadcrumbsBordered/style.module.css +1 -0
- package/dist/src/lib/components/BreadcrumbsBordered/style.module.css.map +1 -1
- package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js +19 -9
- package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js.map +1 -1
- package/dist/src/lib/components/BreadcrumbsItem/style.module.css +1 -0
- package/dist/src/lib/components/BreadcrumbsItem/style.module.css.map +1 -1
- package/dist/src/lib/components/Button/Button.d.ts +1 -1
- package/dist/src/lib/components/Button/Button.js +4 -5
- package/dist/src/lib/components/Button/Button.js.map +1 -1
- package/dist/src/lib/components/Button/style.module.css +1 -0
- package/dist/src/lib/components/Button/style.module.css.map +1 -1
- package/dist/src/lib/components/Calendar/Calendar.d.ts +1 -1
- package/dist/src/lib/components/Calendar/Calendar.js +3 -2
- package/dist/src/lib/components/Calendar/Calendar.js.map +1 -1
- package/dist/src/lib/components/Calendar/style.css +109 -108
- package/dist/src/lib/components/Calendar/style.css.map +1 -1
- package/dist/src/lib/components/Card/Card.js +9 -12
- package/dist/src/lib/components/Card/Card.js.map +1 -1
- package/dist/src/lib/components/Card/style.module.css +69 -68
- package/dist/src/lib/components/Card/style.module.css.map +1 -1
- package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js.map +1 -1
- package/dist/src/lib/components/CardWithTopImage/style.module.css +19 -18
- package/dist/src/lib/components/CardWithTopImage/style.module.css.map +1 -1
- package/dist/src/lib/components/Carousel/Carousel.d.ts +8 -10
- package/dist/src/lib/components/Carousel/Carousel.js +30 -30
- package/dist/src/lib/components/Carousel/Carousel.js.map +1 -1
- package/dist/src/lib/components/Carousel/style.module.css +1 -0
- package/dist/src/lib/components/Carousel/style.module.css.map +1 -1
- package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.d.ts +1 -3
- package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js +6 -14
- package/dist/src/lib/components/CarouselThumbnail/CarouselThumbnail.js.map +1 -1
- package/dist/src/lib/components/CarouselThumbnail/style.module.css +1 -0
- package/dist/src/lib/components/CarouselThumbnail/style.module.css.map +1 -1
- package/dist/src/lib/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/src/lib/components/Checkbox/Checkbox.js +7 -3
- package/dist/src/lib/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/src/lib/components/Checkbox/style.module.css +1 -0
- package/dist/src/lib/components/Checkbox/style.module.css.map +1 -1
- package/dist/src/lib/components/Collapsible/Collapsible.d.ts +3 -3
- package/dist/src/lib/components/Collapsible/Collapsible.js +20 -18
- package/dist/src/lib/components/Collapsible/Collapsible.js.map +1 -1
- package/dist/src/lib/components/Collapsible/style.module.css +5 -4
- package/dist/src/lib/components/Collapsible/style.module.css.map +1 -1
- package/dist/src/lib/components/Column/Column.js.map +1 -1
- package/dist/src/lib/components/Column/style.module.css +3 -3
- package/dist/src/lib/components/Column/style.module.css.map +1 -1
- package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js +1 -1
- package/dist/src/lib/components/ComponentWrapper/ComponentWrapper.js.map +1 -1
- package/dist/src/lib/components/ComponentWrapper/style.module.css +23 -23
- package/dist/src/lib/components/ComponentWrapper/style.module.css.map +1 -1
- package/dist/src/lib/components/Container/Container.d.ts +1 -1
- package/dist/src/lib/components/Container/Container.js +2 -4
- package/dist/src/lib/components/Container/Container.js.map +1 -1
- package/dist/src/lib/components/Container/style.module.css +12 -21
- package/dist/src/lib/components/Container/style.module.css.map +1 -1
- package/dist/src/lib/components/Counter/Counter.d.ts +10 -0
- package/dist/src/lib/components/Counter/Counter.js +35 -0
- package/dist/src/lib/components/Counter/Counter.js.map +1 -0
- package/dist/src/lib/components/Counter/style.module.css +48 -0
- package/dist/src/lib/components/Counter/style.module.css.map +1 -0
- package/dist/src/lib/components/DetailUpdater/DetailUpdater.d.ts +4 -2
- package/dist/src/lib/components/DetailUpdater/DetailUpdater.js +30 -27
- package/dist/src/lib/components/DetailUpdater/DetailUpdater.js.map +1 -1
- package/dist/src/lib/components/DetailUpdater/style.module.css +3 -2
- package/dist/src/lib/components/DetailUpdater/style.module.css.map +1 -1
- package/dist/src/lib/components/Dialog/Dialog.js +10 -13
- package/dist/src/lib/components/Dialog/Dialog.js.map +1 -1
- package/dist/src/lib/components/Dialog/style.module.css +5 -4
- package/dist/src/lib/components/Dialog/style.module.css.map +1 -1
- package/dist/src/lib/components/DropdownMenu/style.module.css +36 -35
- package/dist/src/lib/components/DropdownMenu/style.module.css.map +1 -1
- package/dist/src/lib/components/FileUploader/FilePreview.js +3 -1
- package/dist/src/lib/components/FileUploader/FilePreview.js.map +1 -1
- package/dist/src/lib/components/FileUploader/FileUploader.d.ts +2 -2
- package/dist/src/lib/components/FileUploader/FileUploader.js +24 -12
- package/dist/src/lib/components/FileUploader/FileUploader.js.map +1 -1
- package/dist/src/lib/components/FileUploader/style.module.css +4 -4
- package/dist/src/lib/components/FileUploader/style.module.css.map +1 -1
- package/dist/src/lib/components/FilterItem/FilterItem.js +3 -1
- package/dist/src/lib/components/FilterItem/FilterItem.js.map +1 -1
- package/dist/src/lib/components/FilterItem/style.module.css +1 -0
- package/dist/src/lib/components/FilterItem/style.module.css.map +1 -1
- package/dist/src/lib/components/Footer/Footer.js +3 -2
- package/dist/src/lib/components/Footer/Footer.js.map +1 -1
- package/dist/src/lib/components/Footer/style.module.css +4 -3
- package/dist/src/lib/components/Footer/style.module.css.map +1 -1
- package/dist/src/lib/components/FooterNav/FooterNav.js.map +1 -1
- package/dist/src/lib/components/FooterNav/style.module.css.map +1 -1
- package/dist/src/lib/components/FooterNavItem/FooterNavItem.js +8 -5
- package/dist/src/lib/components/FooterNavItem/FooterNavItem.js.map +1 -1
- package/dist/src/lib/components/FooterNavItem/style.module.css.map +1 -1
- package/dist/src/lib/components/Form/Form.d.ts +4 -4
- package/dist/src/lib/components/Form/Form.js +8 -8
- package/dist/src/lib/components/Form/Form.js.map +1 -1
- package/dist/src/lib/components/FyreCard/FyreCard.js.map +1 -1
- package/dist/src/lib/components/FyreCard/style.module.css +1 -0
- package/dist/src/lib/components/FyreCard/style.module.css.map +1 -1
- package/dist/src/lib/components/Greeting/Greeting.d.ts +1 -1
- package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js +3 -1
- package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js.map +1 -1
- package/dist/src/lib/components/HamburgerIcon/style.module.css +1 -0
- package/dist/src/lib/components/HamburgerIcon/style.module.css.map +1 -1
- package/dist/src/lib/components/HorizontalLine/HorizontalLine.js +1 -1
- package/dist/src/lib/components/HorizontalLine/HorizontalLine.js.map +1 -1
- package/dist/src/lib/components/HorizontalLine/style.module.css.map +1 -1
- package/dist/src/lib/components/Icon/Icon.d.ts +4 -4
- package/dist/src/lib/components/Icon/Icon.js +19 -19
- package/dist/src/lib/components/Icon/Icon.js.map +1 -1
- package/dist/src/lib/components/Icon/style.module.css +1 -0
- package/dist/src/lib/components/Icon/style.module.css.map +1 -1
- package/dist/src/lib/components/IconCard/IconCard.js.map +1 -1
- package/dist/src/lib/components/IconCard/style.module.css +1 -0
- package/dist/src/lib/components/IconCard/style.module.css.map +1 -1
- package/dist/src/lib/components/Image/Image.js +12 -7
- package/dist/src/lib/components/Image/Image.js.map +1 -1
- package/dist/src/lib/components/Image/style.module.css +1 -0
- package/dist/src/lib/components/Image/style.module.css.map +1 -1
- package/dist/src/lib/components/ImageInfo/ImageInfo.d.ts +2 -2
- package/dist/src/lib/components/ImageInfo/ImageInfo.js +11 -11
- package/dist/src/lib/components/ImageInfo/ImageInfo.js.map +1 -1
- package/dist/src/lib/components/ImageInfo/style.module.css +36 -35
- package/dist/src/lib/components/ImageInfo/style.module.css.map +1 -1
- package/dist/src/lib/components/ImageLink/ImageLink.js +3 -5
- package/dist/src/lib/components/ImageLink/ImageLink.js.map +1 -1
- package/dist/src/lib/components/ImageLink/style.module.css +3 -2
- package/dist/src/lib/components/ImageLink/style.module.css.map +1 -1
- package/dist/src/lib/components/ImageLinkList/style.module.css +3 -2
- package/dist/src/lib/components/ImageLinkList/style.module.css.map +1 -1
- package/dist/src/lib/components/InformationIcon/InformationIcon.d.ts +3 -3
- package/dist/src/lib/components/InformationIcon/InformationIcon.js +14 -15
- package/dist/src/lib/components/InformationIcon/InformationIcon.js.map +1 -1
- package/dist/src/lib/components/InformationIcon/style.module.css +9 -8
- package/dist/src/lib/components/InformationIcon/style.module.css.map +1 -1
- package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.d.ts +3 -3
- package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js +12 -12
- package/dist/src/lib/components/InformationIconBlock/InformationIconBlock.js.map +1 -1
- package/dist/src/lib/components/InformationIconBlock/style.module.css +2 -1
- package/dist/src/lib/components/InformationIconBlock/style.module.css.map +1 -1
- package/dist/src/lib/components/Input/Input.d.ts +2 -2
- package/dist/src/lib/components/Input/Input.js +11 -9
- package/dist/src/lib/components/Input/Input.js.map +1 -1
- package/dist/src/lib/components/Input/style.module.css +3 -1
- package/dist/src/lib/components/Input/style.module.css.map +1 -1
- package/dist/src/lib/components/Jumbotron/style.module.css +1 -0
- package/dist/src/lib/components/Jumbotron/style.module.css.map +1 -1
- package/dist/src/lib/components/MenuButton/MenuButton.d.ts +3 -3
- package/dist/src/lib/components/MenuButton/MenuButton.js +14 -12
- package/dist/src/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/dist/src/lib/components/MenuButton/style.module.css +47 -46
- package/dist/src/lib/components/MenuButton/style.module.css.map +1 -1
- package/dist/src/lib/components/Modal/Modal.js.map +1 -1
- package/dist/src/lib/components/Modal/style.module.css +3 -2
- package/dist/src/lib/components/Modal/style.module.css.map +1 -1
- package/dist/src/lib/components/Nav/Nav.d.ts +5 -5
- package/dist/src/lib/components/Nav/Nav.js +28 -28
- package/dist/src/lib/components/Nav/Nav.js.map +1 -1
- package/dist/src/lib/components/Nav/StickyNav.js +7 -9
- package/dist/src/lib/components/Nav/StickyNav.js.map +1 -1
- package/dist/src/lib/components/Nav/style.module.css +11 -10
- package/dist/src/lib/components/Nav/style.module.css.map +1 -1
- package/dist/src/lib/components/NavItem/NavItem.d.ts +4 -4
- package/dist/src/lib/components/NavItem/NavItem.js +6 -6
- package/dist/src/lib/components/NavItem/NavItem.js.map +1 -1
- package/dist/src/lib/components/NavItem/style.module.css +0 -1
- package/dist/src/lib/components/NavItem/style.module.css.map +1 -1
- package/dist/src/lib/components/NewsCard/NewsCard.js +2 -3
- package/dist/src/lib/components/NewsCard/NewsCard.js.map +1 -1
- package/dist/src/lib/components/NewsCard/style.module.css +1 -0
- package/dist/src/lib/components/NewsCard/style.module.css.map +1 -1
- package/dist/src/lib/components/Pill/Pill.js +4 -7
- package/dist/src/lib/components/Pill/Pill.js.map +1 -1
- package/dist/src/lib/components/Pill/style.module.css +1 -0
- package/dist/src/lib/components/Pill/style.module.css.map +1 -1
- package/dist/src/lib/components/ProductCard/ProductCard.d.ts +4 -0
- package/dist/src/lib/components/ProductCard/ProductCard.js +25 -19
- package/dist/src/lib/components/ProductCard/ProductCard.js.map +1 -1
- package/dist/src/lib/components/ProductCard/style.module.css +54 -47
- package/dist/src/lib/components/ProductCard/style.module.css.map +1 -1
- package/dist/src/lib/components/ProductCardV2/ProductCardV2.d.ts +24 -0
- package/dist/src/lib/components/ProductCardV2/ProductCardV2.js +27 -0
- package/dist/src/lib/components/ProductCardV2/ProductCardV2.js.map +1 -0
- package/dist/src/lib/components/ProductCardV2/style.module.css +93 -0
- package/dist/src/lib/components/ProductCardV2/style.module.css.map +1 -0
- package/dist/src/lib/components/Proficiencies/style.module.css +2 -1
- package/dist/src/lib/components/Proficiencies/style.module.css.map +1 -1
- package/dist/src/lib/components/Profile/Profile.js +11 -10
- package/dist/src/lib/components/Profile/Profile.js.map +1 -1
- package/dist/src/lib/components/Profile/style.module.css +3 -2
- package/dist/src/lib/components/Profile/style.module.css.map +1 -1
- package/dist/src/lib/components/Row/style.module.css +1 -0
- package/dist/src/lib/components/Row/style.module.css.map +1 -1
- package/dist/src/lib/components/Search/Search.js +8 -7
- package/dist/src/lib/components/Search/Search.js.map +1 -1
- package/dist/src/lib/components/Search/style.module.css +1 -0
- package/dist/src/lib/components/Search/style.module.css.map +1 -1
- package/dist/src/lib/components/Select/Select.d.ts +1 -0
- package/dist/src/lib/components/Select/Select.js +11 -8
- package/dist/src/lib/components/Select/Select.js.map +1 -1
- package/dist/src/lib/components/Select/style.module.css +1 -1
- package/dist/src/lib/components/Select/style.module.css.map +1 -1
- package/dist/src/lib/components/Showcase/style.module.css +10 -9
- package/dist/src/lib/components/Showcase/style.module.css.map +1 -1
- package/dist/src/lib/components/SideNav/SideNav.js.map +1 -1
- package/dist/src/lib/components/SideNav/style.module.css +2 -1
- package/dist/src/lib/components/SideNav/style.module.css.map +1 -1
- package/dist/src/lib/components/SocialBlock/SocialBlock.d.ts +3 -3
- package/dist/src/lib/components/SocialBlock/SocialBlock.js +7 -7
- package/dist/src/lib/components/SocialBlock/SocialBlock.js.map +1 -1
- package/dist/src/lib/components/SocialBlock/style.module.css +29 -28
- package/dist/src/lib/components/SocialBlock/style.module.css.map +1 -1
- package/dist/src/lib/components/SocialButton/SocialButton.d.ts +3 -3
- package/dist/src/lib/components/SocialButton/SocialButton.js +11 -11
- package/dist/src/lib/components/SocialButton/SocialButton.js.map +1 -1
- package/dist/src/lib/components/SocialButton/style.module.css +66 -15
- package/dist/src/lib/components/SocialButton/style.module.css.map +1 -1
- package/dist/src/lib/components/StarRating/StarRating.js.map +1 -1
- package/dist/src/lib/components/StarRating/style.module.css +1 -0
- package/dist/src/lib/components/StarRating/style.module.css.map +1 -1
- package/dist/src/lib/components/Testimonial/Testimonial.js.map +1 -1
- package/dist/src/lib/components/Testimonial/style.module.css +1 -0
- package/dist/src/lib/components/Testimonial/style.module.css.map +1 -1
- package/dist/src/lib/components/TextAndTitle/TextAndTitle.d.ts +6 -9
- package/dist/src/lib/components/TextAndTitle/TextAndTitle.js +14 -54
- package/dist/src/lib/components/TextAndTitle/TextAndTitle.js.map +1 -1
- package/dist/src/lib/components/TextAndTitle/style.module.css +3 -2
- package/dist/src/lib/components/TextAndTitle/style.module.css.map +1 -1
- package/dist/src/lib/components/TextArea/TextArea.d.ts +2 -2
- package/dist/src/lib/components/TextArea/TextArea.js +11 -9
- package/dist/src/lib/components/TextArea/TextArea.js.map +1 -1
- package/dist/src/lib/components/TextArea/style.module.css +1 -1
- package/dist/src/lib/components/TextArea/style.module.css.map +1 -1
- package/dist/src/lib/components/Timeline/Timeline.js +15 -20
- package/dist/src/lib/components/Timeline/Timeline.js.map +1 -1
- package/dist/src/lib/components/Timeline/style.module.css +13 -12
- package/dist/src/lib/components/Timeline/style.module.css.map +1 -1
- package/dist/src/lib/components/TimelineV2/TimelineV2.d.ts +3 -3
- package/dist/src/lib/components/TimelineV2/TimelineV2.js +6 -6
- package/dist/src/lib/components/TimelineV2/TimelineV2.js.map +1 -1
- package/dist/src/lib/components/TimelineV2/style.module.css +4 -3
- package/dist/src/lib/components/TimelineV2/style.module.css.map +1 -1
- package/dist/src/lib/components/Tubestops/Tubestops.d.ts +4 -8
- package/dist/src/lib/components/Tubestops/Tubestops.js +19 -32
- package/dist/src/lib/components/Tubestops/Tubestops.js.map +1 -1
- package/dist/src/lib/components/Tubestops/style.module.css +49 -923
- package/dist/src/lib/components/Tubestops/style.module.css.map +1 -1
- package/dist/src/lib/components/UserIcon/UserIcon.js.map +1 -1
- package/dist/src/lib/components/UserIcon/style.module.css +3 -2
- package/dist/src/lib/components/UserIcon/style.module.css.map +1 -1
- package/dist/src/lib/index.d.ts +4 -1
- package/dist/src/lib/index.js +4 -1
- package/dist/src/lib/index.js.map +1 -1
- package/dist/src/lib/typography/Colours/Colours.d.ts +7 -0
- package/dist/src/lib/typography/Colours/Colours.js +90 -0
- package/dist/src/lib/typography/Colours/Colours.js.map +1 -0
- package/dist/src/lib/typography/Colours/style.module.css +24 -0
- package/dist/src/lib/typography/Colours/style.module.css.map +1 -0
- package/dist/src/lib/typography/{index.d.ts → Fonts/Fonts.d.ts} +1 -1
- package/dist/src/lib/typography/{index.js → Fonts/Fonts.js} +3 -3
- package/dist/src/lib/typography/Fonts/Fonts.js.map +1 -0
- package/dist/src/lib/utils/controls.d.ts +3 -3
- package/dist/src/lib/utils/controls.js.map +1 -1
- package/dist/src/lib/utils/screens.d.ts +1 -2
- package/dist/src/lib/utils/screens.js +1 -1
- package/dist/src/lib/utils/screens.js.map +1 -1
- package/dist/src/lib/utils/theme.js +4 -1
- package/dist/src/lib/utils/theme.js.map +1 -1
- package/dist/tailwind.config.d.ts +14 -7
- package/dist/tailwind.config.js +63 -69
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +35 -39
- package/dist/src/lib/snapWrapper.d.ts +0 -2
- package/dist/src/lib/snapWrapper.js +0 -7
- package/dist/src/lib/snapWrapper.js.map +0 -1
- package/dist/src/lib/typography/index.js.map +0 -1
|
@@ -1,234 +1,235 @@
|
|
|
1
|
-
.react-calendar {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
14
|
-
|
|
13
|
+
display: flex;
|
|
14
|
+
margin: -0.5em;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.react-calendar--doubleView .react-calendar__viewContainer > * {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
width: 50%;
|
|
19
|
+
margin: 0.5em;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.react-calendar button:enabled:hover {
|
|
23
|
-
|
|
23
|
+
cursor: pointer;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.react-calendar__navigation {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
display: flex;
|
|
28
|
+
height: 50px;
|
|
29
|
+
margin-bottom: 1em;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.react-calendar__month-view__weekdays__weekday {
|
|
33
|
-
|
|
33
|
+
padding: 0.5em;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.react-calendar__month-view__weekdays {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
text-align: center;
|
|
38
|
+
text-transform: uppercase;
|
|
39
|
+
font-size: 0.75em;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.react-calendar--doubleView {
|
|
43
|
-
|
|
43
|
+
width: 800px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.react-calendar__month-view{
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
.react-calendar__month-view {
|
|
47
|
+
padding-left: 20px;
|
|
48
|
+
padding-right: 20px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.react-calendar__tile {
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
height: 50px;
|
|
53
|
+
width: 50px;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.react-calendar__tile:disabled {
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
background-color: #fff;
|
|
58
|
+
color: #bebebe;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.react-calendar__month-view__days__day--weekend {
|
|
62
|
-
|
|
62
|
+
color: #000;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.react-calendar__month-view__days__day {
|
|
66
|
-
|
|
66
|
+
color: #000;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.react-calendar__month-view__days__day--neighboringMonth {
|
|
70
|
-
|
|
70
|
+
visibility: hidden;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.react-calendar__tile:enabled:hover,
|
|
74
74
|
.react-calendar__tile:enabled:focus {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
-
|
|
84
|
-
|
|
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
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
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
|
-
|
|
98
|
+
background: #f8f8fa;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.react-calendar__tile--active {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
134
|
+
background-color: #dfdfe1;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.react-calendar--selectRange .react-calendar__tile--rangeStart {
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
background-color: #000000;
|
|
139
|
+
color: #fff;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.react-calendar__tile--range {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
background: #dfdfe1;
|
|
144
|
+
color: #000;
|
|
145
|
+
border-radius: 0;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.react-calendar__tile--rangeStart {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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
|
-
|
|
167
|
+
background: #fff;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.react-calendar__navigation__next-button {
|
|
171
|
-
|
|
171
|
+
background: #fff;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.react-calendar__navigation__prev2-button {
|
|
175
|
-
|
|
175
|
+
display: none;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.react-calendar__navigation__next2-button {
|
|
179
|
-
|
|
179
|
+
display: none;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.react-calendar__navigation__label__labelText {
|
|
183
|
-
|
|
183
|
+
color: #000000;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.react-calendar__navigation
|
|
187
|
-
|
|
186
|
+
.react-calendar__navigation {
|
|
187
|
+
height: 50px;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.react-calendar__navigation button {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
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
|
-
|
|
199
|
-
|
|
200
|
-
|
|
198
|
+
background-color: #bebebe;
|
|
199
|
+
color: black;
|
|
200
|
+
border-radius: 50%;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.react-calendar__navigation button:disabled {
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
background: #fff;
|
|
205
|
+
color: #bebebe;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
abbr[title] {
|
|
209
|
-
|
|
209
|
+
text-decoration: none;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.react-calendar__navigation__label__divider {
|
|
213
|
-
|
|
213
|
+
display: none;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.react-calendar__navigation__label {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
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
|
-
|
|
224
|
+
margin-left: 80px;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.react-calendar__navigation__label__labelText--to {
|
|
228
|
-
|
|
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
|
-
|
|
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;
|
|
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 ||
|
|
24
|
-
?
|
|
25
|
-
: (imageProps !== undefined &&
|
|
26
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,MAAgC,MAAM,2BAA2B,CAAA;AACxE,OAAO,KAA8B,MAAM,yBAAyB,CAAA;AAEpE,OAAO,KAAK,MAAM,oBAAoB,CAAA;
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
11
|
+
cursor: pointer
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.classList:hover .movingContent {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
border-width: 2px;
|
|
30
|
+
border-color: var(--color-primary);
|
|
31
|
+
border-radius: 10px
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.classList:focus .movingContent {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|
|
94
|
-
|
|
93
|
+
font-size: 22px;
|
|
94
|
+
font-weight: 400
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.subtitle {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
font-size: 16px;
|
|
99
|
+
font-weight: 400;
|
|
100
|
+
color: var(--color-ink)
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.description {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
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
|
-
|
|
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":"
|
|
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,
|
|
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"}
|