@fonixtree/magic-design 1.0.192 → 1.0.193
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/es/composite-comp/dito/components/FlashDeal/pc/index.js +2 -5
- package/es/composite-comp/dito/components/FlashDeal/pc/index.less +6 -6
- package/es/locale/en/en.json +2 -0
- package/es/locale/es/es.json +2 -0
- package/es/locale/id/id.json +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +2 -5
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +6 -6
- package/lib/locale/en/en.json +2 -0
- package/lib/locale/es/es.json +2 -0
- package/lib/locale/id/id.json +2 -0
- package/package.json +1 -1
|
@@ -497,12 +497,9 @@ function (_super) {
|
|
|
497
497
|
}, ((_a = panelProps.title.image) === null || _a === void 0 ? void 0 : _a.open) && /*#__PURE__*/_react["default"].createElement(_components.MetaImage, {
|
|
498
498
|
className: "icon",
|
|
499
499
|
data: panelProps.title.image
|
|
500
|
-
}),
|
|
501
|
-
className: "title",
|
|
502
|
-
data: panelProps.title.headline
|
|
503
|
-
}), !(0, _coreUtil.isPc)() && isWill && /*#__PURE__*/_react["default"].createElement("span", {
|
|
500
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
504
501
|
className: "sub-title"
|
|
505
|
-
}, (0, _locale.i18n)('
|
|
502
|
+
}, isWill ? (0, _locale.i18n)('STARTS_IN') : (0, _locale.i18n)('ENDS_IN')), ((_b = panelProps.title.countDown) === null || _b === void 0 ? void 0 : _b.open) && /*#__PURE__*/_react["default"].createElement(_CountDown["default"], {
|
|
506
503
|
effDate: effDate,
|
|
507
504
|
expDate: expDate,
|
|
508
505
|
now: now,
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sub-title {
|
|
31
|
-
font-
|
|
32
|
-
font-weight:
|
|
33
|
-
font-size:
|
|
34
|
-
line-height:
|
|
31
|
+
font-family: Avenir Next;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-size: 20px;
|
|
34
|
+
line-height: 48px;
|
|
35
|
+
letter-spacing: 0%;
|
|
35
36
|
color: #2C2C2C;
|
|
36
|
-
margin-right:
|
|
37
|
-
align-self: end;
|
|
37
|
+
margin-right: 8px;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
package/es/locale/en/en.json
CHANGED
package/es/locale/es/es.json
CHANGED
package/es/locale/id/id.json
CHANGED
|
@@ -497,12 +497,9 @@ function (_super) {
|
|
|
497
497
|
}, ((_a = panelProps.title.image) === null || _a === void 0 ? void 0 : _a.open) && /*#__PURE__*/_react["default"].createElement(_components.MetaImage, {
|
|
498
498
|
className: "icon",
|
|
499
499
|
data: panelProps.title.image
|
|
500
|
-
}),
|
|
501
|
-
className: "title",
|
|
502
|
-
data: panelProps.title.headline
|
|
503
|
-
}), !(0, _coreUtil.isPc)() && isWill && /*#__PURE__*/_react["default"].createElement("span", {
|
|
500
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
504
501
|
className: "sub-title"
|
|
505
|
-
}, (0, _locale.i18n)('
|
|
502
|
+
}, isWill ? (0, _locale.i18n)('STARTS_IN') : (0, _locale.i18n)('ENDS_IN')), ((_b = panelProps.title.countDown) === null || _b === void 0 ? void 0 : _b.open) && /*#__PURE__*/_react["default"].createElement(_CountDown["default"], {
|
|
506
503
|
effDate: effDate,
|
|
507
504
|
expDate: expDate,
|
|
508
505
|
now: now,
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sub-title {
|
|
31
|
-
font-
|
|
32
|
-
font-weight:
|
|
33
|
-
font-size:
|
|
34
|
-
line-height:
|
|
31
|
+
font-family: Avenir Next;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-size: 20px;
|
|
34
|
+
line-height: 48px;
|
|
35
|
+
letter-spacing: 0%;
|
|
35
36
|
color: #2C2C2C;
|
|
36
|
-
margin-right:
|
|
37
|
-
align-self: end;
|
|
37
|
+
margin-right: 8px;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
package/lib/locale/en/en.json
CHANGED
package/lib/locale/es/es.json
CHANGED
package/lib/locale/id/id.json
CHANGED