react-jupiter 5.9.42 → 5.9.43
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _templateObject,_styledComponents=_interopRequireDefault(require("styled-components")),_themes=_interopRequireDefault(require("../../themes"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}function _taggedTemplateLiteral(a,b){return b||(b=a.slice(0)),Object.freeze(Object.defineProperties(a,{raw:{value:Object.freeze(b)}}))}var
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
TemplateContainer=_styledComponents.default.section(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n display: flex;\n flex-direction: ",";\n border-radius: ",";\n overflow: hidden;\n ",";\n box-shadow: ",";\n text-decoration: none;\n transition: ",";\n ",";\n\n @media only screen and (min-width: ","px) {\n
|
|
4
|
+
TemplateContainer=_styledComponents.default.section(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n display: flex;\n flex-direction: ",";\n border-radius: ",";\n overflow: hidden;\n ",";\n box-shadow: ",";\n text-decoration: none;\n transition: ",";\n ",";\n\n // @media only screen and (min-width: ","px) {\n // min-height: 358px;\n // }\n\n &:hover {\n ",";\n }\n"])),
|
|
5
5
|
|
|
6
6
|
function(a){var b=a.direction;return"vertical"===b?"column":"row"},
|
|
7
7
|
function(a){var b=a.theme;return"".concat(b.borderRadius.low,"px")},
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
/* Common event card styles */
|
|
9
8
|
|
|
10
9
|
var Link=_styledComponents.default.a(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n text-decoration: none;\n"])));exports.Link=Link;
|
|
@@ -17,7 +16,6 @@ var DateBookmarkContainer=_styledComponents.default.div(_templateObject2||(_temp
|
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
|
|
21
19
|
var DateLabelContainer=_styledComponents.default.div(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n display: inline-block;\n & > * {\n vertical-align:middle;\n }\n"])));exports.DateLabelContainer=DateLabelContainer;
|
|
22
20
|
|
|
23
21
|
|
|
@@ -32,7 +30,6 @@ var BookmarkIcon=(0,_styledComponents.default)(_icon.default)(_templateObject4||
|
|
|
32
30
|
|
|
33
31
|
|
|
34
32
|
|
|
35
|
-
|
|
36
33
|
/* Vertical event card styles */exports.BookmarkIcon=BookmarkIcon;
|
|
37
34
|
var VerticalCardContainer=(0,_styledComponents.default)(_cardTemplate.default)(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["\n background: white;\n a {\n text-decoration: none;\n }\n"])));exports.VerticalCardContainer=VerticalCardContainer;
|
|
38
35
|
|
|
@@ -71,7 +68,6 @@ var VerticalPlacePrice=(0,_styledComponents.default)(_productProperties.default)
|
|
|
71
68
|
|
|
72
69
|
|
|
73
70
|
|
|
74
|
-
|
|
75
71
|
/* Horizontal event card styles */exports.VerticalPlacePrice=VerticalPlacePrice;
|
|
76
72
|
|
|
77
73
|
var HorizontalCardContainer=(0,_styledComponents.default)(VerticalCardContainer)(_templateObject10||(_templateObject10=_taggedTemplateLiteral(["\n height: 116px;\n"])));exports.HorizontalCardContainer=HorizontalCardContainer;
|