react-jupiter 6.2.0 → 6.2.2
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/card/event-card/index.js
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
+
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
finishedClockLabelUrl="https://static.evand.net/assets/images/other/finished-clock-label.svg",
|
|
@@ -74,7 +75,7 @@ maxWidth:270},
|
|
|
74
75
|
s),
|
|
75
76
|
|
|
76
77
|
e(q||/*#__PURE__*/_react.default.createElement(_index.VerticalCover,{className:"aspect-[16/9]","data-test":"vertical-cover",src:h||defaultCoverUrl,loading:"lazy",onError:(a)=>{a.target.onerror=null,a.target.src=defaultCoverUrl}})),
|
|
77
|
-
r&&/*#__PURE__*/_react.default.createElement(
|
|
78
|
+
r&&/*#__PURE__*/_react.default.createElement(_index.FileBadge,null,"\u062D\u0627\u0648\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0636\u0628\u0637\u200C \u0634\u062F\u0647 \u0631\u0648\u06CC\u062F\u0627\u062F"),/*#__PURE__*/
|
|
78
79
|
_react.default.createElement(_index.VerticalContentContainer,{
|
|
79
80
|
"data-test":"vertical-content",
|
|
80
81
|
background:k?finishedClockLabelUrl:null},/*#__PURE__*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.VerticalTitle=exports.VerticalPlacePrice=exports.VerticalCover=exports.VerticalContentContainer=exports.VerticalCardContainer=exports.PartnershipBox=exports.Link=exports.HorizontalTitle=exports.HorizontalPlacePrice=exports.HorizontalMobileCover=exports.HorizontalMobileContentContainer=exports.HorizontalCover=exports.HorizontalContentContainer=exports.HorizontalCardContainer=exports.DateLabelContainer=exports.DateBookmarkContainer=exports.BookmarkIcon=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_templateObject8,_templateObject9,_templateObject0,_templateObject1,_templateObject10,_templateObject11,_templateObject12,_templateObject13,_templateObject14,_templateObject15,_styledComponents=_interopRequireDefault(require("styled-components")),_cardTemplate=_interopRequireDefault(require("../card-template")),_typography=require("../../typography"),_productProperties=_interopRequireDefault(require("../../product-properties")),_icon=_interopRequireDefault(require("../../icon")),_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)}}))}
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.VerticalTitle=exports.VerticalPlacePrice=exports.VerticalCover=exports.VerticalContentContainer=exports.VerticalCardContainer=exports.PartnershipBox=exports.Link=exports.HorizontalTitle=exports.HorizontalPlacePrice=exports.HorizontalMobileCover=exports.HorizontalMobileContentContainer=exports.HorizontalCover=exports.HorizontalContentContainer=exports.HorizontalCardContainer=exports.FileBadge=exports.DateLabelContainer=exports.DateBookmarkContainer=exports.BookmarkIcon=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_templateObject8,_templateObject9,_templateObject0,_templateObject1,_templateObject10,_templateObject11,_templateObject12,_templateObject13,_templateObject14,_templateObject15,_templateObject16,_styledComponents=_interopRequireDefault(require("styled-components")),_cardTemplate=_interopRequireDefault(require("../card-template")),_typography=require("../../typography"),_productProperties=_interopRequireDefault(require("../../product-properties")),_icon=_interopRequireDefault(require("../../icon")),_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)}}))}
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
@@ -117,4 +117,16 @@ HorizontalTitle=exports.HorizontalTitle=(0,_styledComponents.default)(_typograph
|
|
|
117
117
|
|
|
118
118
|
HorizontalPlacePrice=exports.HorizontalPlacePrice=(0,_styledComponents.default)(_productProperties.default)(_templateObject14||(_templateObject14=_taggedTemplateLiteral([""]))),
|
|
119
119
|
|
|
120
|
-
PartnershipBox=exports.PartnershipBox=_styledComponents.default.div(_templateObject15||(_templateObject15=_taggedTemplateLiteral(["\n background: #FFC72724;\n border-radius: 5px;\n margin-left: 5px;\n color: #FFD324;\n display: inline-flex;\n align-items: center;\n min-width: 60px;\n height: 25px;\n justify-content: center;\n"])))
|
|
120
|
+
PartnershipBox=exports.PartnershipBox=_styledComponents.default.div(_templateObject15||(_templateObject15=_taggedTemplateLiteral(["\n background: #FFC72724;\n border-radius: 5px;\n margin-left: 5px;\n color: #FFD324;\n display: inline-flex;\n align-items: center;\n min-width: 60px;\n height: 25px;\n justify-content: center;\n"]))),
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
FileBadge=exports.FileBadge=_styledComponents.default.span(_templateObject16||(_templateObject16=_taggedTemplateLiteral(["\n position: absolute;\n top: 125px;\n left: 0;\n background: #800080;\n width: fit-content;\n color: #fff;\n padding: 4px 8px;\n border-radius: 4px;\n font-size: 12px;\n"])));/* Vertical event card styles *//* Horizontal event card styles */
|