pds-dev-kit-web-test 2.5.44 → 2.5.46
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/dist/src/common/assets/icons/fill/CheckboxIndeterminate.js +1 -1
- package/dist/src/common/assets/icons/fill/CheckboxOn.js +1 -1
- package/dist/src/common/assets/icons/fill/CloudDownload.js +1 -1
- package/dist/src/common/assets/icons/fill/Downloaded.js +1 -1
- package/dist/src/common/assets/icons/fill/MenuHome.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/MenuHome.js +30 -0
- package/dist/src/common/assets/icons/fill/PostPost.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PostPost.js +30 -0
- package/dist/src/common/assets/icons/fill/PostSeries.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PostSeries.js +30 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.js +1 -1
- package/dist/src/common/assets/icons/fill/ToggleUp.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoEpisode.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoEpisode.js +30 -0
- package/dist/src/common/assets/icons/fill/VideoSeries.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoSeries.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +5 -0
- package/dist/src/common/assets/icons/fill/index.js +11 -1
- package/dist/src/common/assets/icons/line/BookingCompleted.js +1 -1
- package/dist/src/common/assets/icons/line/Heart.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Heart.js +30 -0
- package/dist/src/common/assets/icons/line/MenuHome.d.ts +4 -0
- package/dist/src/common/assets/icons/line/MenuHome.js +30 -0
- package/dist/src/common/assets/icons/line/PostPost.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostPost.js +30 -0
- package/dist/src/common/assets/icons/line/PostSeries.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostSeries.js +31 -0
- package/dist/src/common/assets/icons/line/VideoEpisode.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoEpisode.js +30 -0
- package/dist/src/common/assets/icons/line/VideoSeries.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoSeries.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +6 -0
- package/dist/src/common/assets/icons/line/index.js +13 -1
- package/dist/src/common/styles/colorSet/UIColor.json +1 -1
- package/dist/src/common/styles/colorSet/index.d.ts +2 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +1 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.d.ts +1 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.js +2 -2
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +3 -2
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +2 -5
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CheckboxIndeterminate.js +1 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CheckboxOn.js +1 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CloudDownload.js +1 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/Downloaded.js +1 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/BookingCompleted.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +25 -23
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -0
- package/package.json +2 -2
- package/release-note.md +2 -2
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CheckboxIndeterminate = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4618,-1.0125234e-13 L5.5388,-1.0125234e-13 C2.4798,-1.0125234e-13 -0.0002,2.479 -0.0002,5.538 L-0.0002,18.461 C-0.0002,21.52 2.4798,24 5.5388,24 L18.4618,24 C21.5208,24 23.9998,21.52 23.9998,18.461 L23.9998,5.538 C23.9998,2.479 21.5208,-1.0125234e-13 18.4618,-1.0125234e-13" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4618,-1.0125234e-13 L5.5388,-1.0125234e-13 C2.4798,-1.0125234e-13 -0.0002,2.479 -0.0002,5.538 L-0.0002,18.461 C-0.0002,21.52 2.4798,24 5.5388,24 L18.4618,24 C21.5208,24 23.9998,21.52 23.9998,18.461 L23.9998,5.538 C23.9998,2.479 21.5208,-1.0125234e-13 18.4618,-1.0125234e-13" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M17.9998,12.9 L5.9998,12.9 C5.5028,12.9 5.0998,12.497 5.0998,12 C5.0998,11.503 5.5028,11.1 5.9998,11.1 L17.9998,11.1 C18.4968,11.1 18.8998,11.503 18.8998,12 C18.8998,12.497 18.4968,12.9 17.9998,12.9" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CheckboxIndeterminate;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CheckboxOn = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.461,-0.0003 L5.538,-0.0003 C2.479,-0.0003 -1.77635684e-14,2.4797 -1.77635684e-14,5.5387 L-1.77635684e-14,18.4617 C-1.77635684e-14,21.5207 2.479,23.9997 5.538,23.9997 L18.461,23.9997 C21.52,23.9997 24,21.5207 24,18.4617 L24,5.5387 C24,2.4797 21.52,-0.0003 18.461,-0.0003" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.461,-0.0003 L5.538,-0.0003 C2.479,-0.0003 -1.77635684e-14,2.4797 -1.77635684e-14,5.5387 L-1.77635684e-14,18.4617 C-1.77635684e-14,21.5207 2.479,23.9997 5.538,23.9997 L18.461,23.9997 C21.52,23.9997 24,21.5207 24,18.4617 L24,5.5387 C24,2.4797 21.52,-0.0003 18.461,-0.0003" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M19.624,7.6977 L11.173,18.7717 C11.009,18.9877 10.756,19.1167 10.485,19.1247 C10.476,19.1257 10.467,19.1257 10.458,19.1257 C10.197,19.1257 9.948,19.0117 9.776,18.8137 L4.409,12.5877 C4.084,12.2117 4.126,11.6427 4.503,11.3187 C4.881,10.9937 5.448,11.0367 5.772,11.4117 L10.416,16.7977 L18.193,6.6057 C18.494,6.2107 19.06,6.1347 19.455,6.4367 C19.85,6.7377 19.926,7.3027 19.624,7.6977" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CheckboxOn;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CloudDownload = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4192,10.6092 C17.8542,7.5742 15.1952,5.2742 11.9962,5.2742 C9.5222,5.2742 7.3712,6.6492 6.2602,8.6752 C3.8462,9.0592 2.0002,11.1442 2.0002,13.6652 C2.0002,16.4602 4.2652,18.7252 7.0602,18.7252 C7.0612,18.7252 7.0612,18.7252 7.0622,18.7252 L7.0622,18.7252 L17.9162,18.7252 L17.9162,18.7252 C20.1712,18.7252 22.0002,16.8972 22.0002,14.6422 C22.0002,12.5592 20.4342,10.8592 18.4192,10.6092" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4192,10.6092 C17.8542,7.5742 15.1952,5.2742 11.9962,5.2742 C9.5222,5.2742 7.3712,6.6492 6.2602,8.6752 C3.8462,9.0592 2.0002,11.1442 2.0002,13.6652 C2.0002,16.4602 4.2652,18.7252 7.0602,18.7252 C7.0612,18.7252 7.0612,18.7252 7.0622,18.7252 L7.0622,18.7252 L17.9162,18.7252 L17.9162,18.7252 C20.1712,18.7252 22.0002,16.8972 22.0002,14.6422 C22.0002,12.5592 20.4342,10.8592 18.4192,10.6092" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M15.0642,13.6132 L12.5222,16.1552 C12.4532,16.2242 12.3712,16.2792 12.2802,16.3172 C12.1902,16.3552 12.0922,16.3752 11.9922,16.3752 C11.8922,16.3752 11.7942,16.3552 11.7032,16.3172 C11.6122,16.2792 11.5302,16.2242 11.4612,16.1552 L8.9362,13.6302 C8.6432,13.3372 8.6432,12.8622 8.9362,12.5692 C9.2292,12.2762 9.7032,12.2762 9.9962,12.5692 L11.2422,13.8152 L11.2422,9.4942 C11.2422,9.0802 11.5782,8.7442 11.9922,8.7442 C12.4062,8.7442 12.7422,9.0802 12.7422,9.4942 L12.7422,13.8142 L14.0032,12.5522 C14.2962,12.2592 14.7712,12.2592 15.0642,12.5522 C15.3572,12.8452 15.3572,13.3202 15.0642,13.6132" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CloudDownload;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var Downloaded = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M11.9997,2.9996 C7.0297,2.9996 2.9997,7.0296 2.9997,11.9996 C2.9997,16.9706 7.0297,20.9996 11.9997,20.9996 C16.9707,20.9996 20.9997,16.9706 20.9997,11.9996 C20.9997,7.0296 16.9707,2.9996 11.9997,2.9996" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M11.9997,2.9996 C7.0297,2.9996 2.9997,7.0296 2.9997,11.9996 C2.9997,16.9706 7.0297,20.9996 11.9997,20.9996 C16.9707,20.9996 20.9997,16.9706 20.9997,11.9996 C20.9997,7.0296 16.9707,2.9996 11.9997,2.9996" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M16.8357,9.5366 L11.6497,16.3316 C11.5127,16.5116 11.3017,16.6196 11.0767,16.6266 C11.0687,16.6266 11.0617,16.6266 11.0537,16.6266 C10.8357,16.6266 10.6287,16.5326 10.4857,16.3666 L7.1927,12.5466 C6.9217,12.2326 6.9577,11.7596 7.2707,11.4886 C7.5847,11.2176 8.0587,11.2536 8.3287,11.5666 L11.0187,14.6866 L15.6437,8.6266 C15.8947,8.2966 16.3657,8.2336 16.6947,8.4856 C17.0237,8.7366 17.0867,9.2066 16.8357,9.5366" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = Downloaded;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var MenuHome = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M19.2298,8.4646 L19.2298,8.4646 L13.3638,3.5996 C12.5728,2.9446 11.4278,2.9446 10.6368,3.5996 L4.7708,8.4626 C4.2298,8.9116 3.9158,9.5786 3.9158,10.2826 L3.9158,18.3446 C3.9158,19.2296 4.6328,19.9466 5.5178,19.9466 L9.2618,19.9466 C9.5988,19.9466 9.8718,19.6726 9.8718,19.3356 L9.8718,16.0496 C9.8718,15.5876 10.2468,15.2136 10.7078,15.2136 L13.2928,15.2136 C13.7538,15.2136 14.1278,15.5876 14.1278,16.0496 L14.1278,19.3356 C14.1278,19.6726 14.4018,19.9466 14.7388,19.9466 L18.4818,19.9466 C19.3668,19.9466 20.0838,19.2296 20.0838,18.3446 L20.0838,10.2826 C20.0838,9.5776 19.7728,8.9146 19.2298,8.4646" }) })));
|
29
|
+
};
|
30
|
+
exports.default = MenuHome;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var PostPost = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("rect", { width: "17", height: "19", x: "3.5", y: "2.5", stroke: color, strokeWidth: "2", rx: "4" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M7.3102,7.999 L16.6892,7.999 M7.3102,11.9956 L16.6892,11.9956 M7.3102,15.9922 L12.8362,15.9922" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = PostPost;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var PostSeries = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.464,4.5658 L4.795,4.5658 C2.92,4.5658 1.4,6.0858 1.4,7.9608 L1.4,19.5998 C1.4,21.4748 2.92,22.9948 4.795,22.9948 L15.464,22.9948 C17.339,22.9948 18.859,21.4748 18.859,19.5998 L18.859,7.9608 C18.859,6.0858 17.339,4.5658 15.464,4.5658 L15.464,4.5658 Z M15.464,6.5658 C16.233,6.5658 16.859,7.1918 16.859,7.9608 L16.859,19.5998 C16.859,20.3688 16.233,20.9948 15.464,20.9948 L4.795,20.9948 C4.026,20.9948 3.4,20.3688 3.4,19.5998 L3.4,7.9608 C3.4,7.1918 4.026,6.5658 4.795,6.5658 L15.464,6.5658 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M6.0355,10.2915 L14.2235,10.2915 M6.0355,13.7804 L14.2235,13.7804 M6.0355,17.2692 L10.8595,17.2692" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinejoin: "round", strokeWidth: "2", d: "M5.6243,5.592 L5.6243,4.929 C5.6243,3.201 7.0253,1.8 8.7523,1.8 L18.5843,1.8 C20.3123,1.8 21.7133,3.201 21.7133,4.929 L21.7133,15.654 C21.7133,17.382 20.3123,18.783 18.5843,18.783 L17.7783,18.783" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = PostSeries;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var ToggleDown = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12,2.2693 C6.634,2.2693 2.269,6.6343 2.269,11.9993 C2.269,17.3663 6.634,21.7313 12,21.7313 C17.366,21.7313 21.731,17.3663 21.731,11.9993 C21.731,6.6343 17.366,2.2693 12,2.2693" }), (0, jsx_runtime_1.jsx)("path", { stroke:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12,2.2693 C6.634,2.2693 2.269,6.6343 2.269,11.9993 C2.269,17.3663 6.634,21.7313 12,21.7313 C17.366,21.7313 21.731,17.3663 21.731,11.9993 C21.731,6.6343 17.366,2.2693 12,2.2693" }), (0, jsx_runtime_1.jsx)("path", { stroke: color === '#fdfdfd' ? '#000' : '#FFF', strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M16.3518,10.1904 L12.3968,14.1454 C12.1778,14.3644 11.8228,14.3644 11.6028,14.1454 L7.6478,10.1904" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = ToggleDown;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var ToggleUp = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12,21.7312 C17.366,21.7312 21.731,17.3662 21.731,12.0002 C21.731,6.6342 17.366,2.2692 12,2.2692 C6.634,2.2692 2.269,6.6342 2.269,12.0002 C2.269,17.3662 6.634,21.7312 12,21.7312" }), (0, jsx_runtime_1.jsx)("path", { stroke:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12,21.7312 C17.366,21.7312 21.731,17.3662 21.731,12.0002 C21.731,6.6342 17.366,2.2692 12,2.2692 C6.634,2.2692 2.269,6.6342 2.269,12.0002 C2.269,17.3662 6.634,21.7312 12,21.7312" }), (0, jsx_runtime_1.jsx)("path", { stroke: color === '#fdfdfd' ? '#000' : '#FFF', strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.6482,13.8096 L11.6032,9.8546 C11.8222,9.6356 12.1772,9.6356 12.3972,9.8546 L16.3522,13.8096" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = ToggleUp;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var VideoEpisode = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M14.6682,12.6872 L12.8852,13.7172 L11.1012,14.7462 C10.5722,15.0522 9.9112,14.6702 9.9112,14.0592 L9.9112,12.0002 L9.9112,9.9402 C9.9112,9.3302 10.5722,8.9482 11.1012,9.2532 L12.8852,10.2832 L14.6682,11.3132 C15.1972,11.6182 15.1972,12.3822 14.6682,12.6872 M18.1152,4.5712 L5.8842,4.5712 C4.2272,4.5712 2.8842,5.9142 2.8842,7.5712 L2.8842,16.4292 C2.8842,18.0862 4.2272,19.4292 5.8842,19.4292 L18.1152,19.4292 C19.7722,19.4292 21.1152,18.0862 21.1152,16.4292 L21.1152,7.5712 C21.1152,5.9142 19.7722,4.5712 18.1152,4.5712" }) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoEpisode;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var VideoSeries = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M13.9309,13.1571 L12.2319,14.1381 L10.5329,15.1191 C10.0289,15.4101 9.3999,15.0461 9.3999,14.4641 L9.3999,12.5021 L9.3999,10.5411 C9.3999,9.9591 10.0289,9.5951 10.5329,9.8861 L12.2319,10.8671 L13.9309,11.8481 C14.4349,12.1391 14.4349,12.8661 13.9309,13.1571 M16.9779,5.4261 L5.8009,5.4261 C4.0919,5.4261 2.7059,6.8111 2.7059,8.5201 L2.7059,16.4851 C2.7059,18.1941 4.0919,19.5791 5.8009,19.5791 L16.9779,19.5791 C18.6869,19.5791 20.0729,18.1941 20.0729,16.4851 L20.0729,8.5201 C20.0729,6.8111 18.6869,5.4261 16.9779,5.4261" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.4", d: "M6.3538,6.3685 L6.3538,6.3685 C6.3538,5.1335 7.3548,4.1325 8.5898,4.1325 L19.0578,4.1325 C20.2928,4.1325 21.2938,5.1335 21.2938,6.3685 L21.2938,14.0725 C21.2938,15.3075 20.2928,16.3085 19.0578,16.3085" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoSeries;
|
@@ -71,6 +71,7 @@ declare const fillIcons: {
|
|
71
71
|
readonly ic_logo_twitter: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
72
72
|
readonly ic_logo_yt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
73
73
|
readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
74
|
+
readonly ic_menu_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
74
75
|
readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
75
76
|
readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
76
77
|
readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -130,15 +131,19 @@ declare const fillIcons: {
|
|
130
131
|
readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
131
132
|
readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
132
133
|
readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
134
|
+
readonly ic_video_episode: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
133
135
|
readonly ic_video_episodes: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
134
136
|
readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
135
137
|
readonly ic_video_pause: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
136
138
|
readonly ic_video_play: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
137
139
|
readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
138
140
|
readonly ic_video_resolution: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
141
|
+
readonly ic_video_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
139
142
|
readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
140
143
|
readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
141
144
|
readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
142
145
|
readonly ic_xmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
146
|
+
readonly ic_post_post: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
147
|
+
readonly ic_post_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
143
148
|
};
|
144
149
|
export default fillIcons;
|
@@ -74,6 +74,7 @@ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
|
|
74
74
|
var LogoTwitter_1 = __importDefault(require("./LogoTwitter"));
|
75
75
|
var LogoYt_1 = __importDefault(require("./LogoYt"));
|
76
76
|
var MenuDesign_1 = __importDefault(require("./MenuDesign"));
|
77
|
+
var MenuHome_1 = __importDefault(require("./MenuHome"));
|
77
78
|
var MicOff_1 = __importDefault(require("./MicOff"));
|
78
79
|
var MicOn_1 = __importDefault(require("./MicOn"));
|
79
80
|
var MinusCircle_1 = __importDefault(require("./MinusCircle"));
|
@@ -92,6 +93,8 @@ var PlusRound_1 = __importDefault(require("./PlusRound"));
|
|
92
93
|
var PostFree_1 = __importDefault(require("./PostFree"));
|
93
94
|
var PostInquiry_1 = __importDefault(require("./PostInquiry"));
|
94
95
|
var PostNotice_1 = __importDefault(require("./PostNotice"));
|
96
|
+
var PostPost_1 = __importDefault(require("./PostPost"));
|
97
|
+
var PostSeries_1 = __importDefault(require("./PostSeries"));
|
95
98
|
var PostSocial_1 = __importDefault(require("./PostSocial"));
|
96
99
|
var Question_1 = __importDefault(require("./Question"));
|
97
100
|
var Reply_1 = __importDefault(require("./Reply"));
|
@@ -133,12 +136,14 @@ var Verified_1 = __importDefault(require("./Verified"));
|
|
133
136
|
var Video_1 = __importDefault(require("./Video"));
|
134
137
|
var Videocall_1 = __importDefault(require("./Videocall"));
|
135
138
|
var VideocallPro_1 = __importDefault(require("./VideocallPro"));
|
139
|
+
var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
|
136
140
|
var VideoEpisodes_1 = __importDefault(require("./VideoEpisodes"));
|
137
141
|
var VideoOff_1 = __importDefault(require("./VideoOff"));
|
138
142
|
var VideoPause_1 = __importDefault(require("./VideoPause"));
|
139
143
|
var VideoPlay_1 = __importDefault(require("./VideoPlay"));
|
140
144
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
141
145
|
var VideoResolution_1 = __importDefault(require("./VideoResolution"));
|
146
|
+
var VideoSeries_1 = __importDefault(require("./VideoSeries"));
|
142
147
|
var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
|
143
148
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
144
149
|
var Vodplus_1 = __importDefault(require("./Vodplus"));
|
@@ -215,6 +220,7 @@ var fillIcons = {
|
|
215
220
|
ic_logo_twitter: LogoTwitter_1.default,
|
216
221
|
ic_logo_yt: LogoYt_1.default,
|
217
222
|
ic_menu_design: MenuDesign_1.default,
|
223
|
+
ic_menu_home: MenuHome_1.default,
|
218
224
|
ic_mic_off: MicOff_1.default,
|
219
225
|
ic_mic_on: MicOn_1.default,
|
220
226
|
ic_minus_circle: MinusCircle_1.default,
|
@@ -274,15 +280,19 @@ var fillIcons = {
|
|
274
280
|
ic_video: Video_1.default,
|
275
281
|
ic_videocall: Videocall_1.default,
|
276
282
|
ic_videocall_pro: VideocallPro_1.default,
|
283
|
+
ic_video_episode: VideoEpisode_1.default,
|
277
284
|
ic_video_episodes: VideoEpisodes_1.default,
|
278
285
|
ic_video_off: VideoOff_1.default,
|
279
286
|
ic_video_pause: VideoPause_1.default,
|
280
287
|
ic_video_play: VideoPlay_1.default,
|
281
288
|
ic_video_play_circle: VideoPlayCircle_1.default,
|
282
289
|
ic_video_resolution: VideoResolution_1.default,
|
290
|
+
ic_video_series: VideoSeries_1.default,
|
283
291
|
ic_video_subtitle: VideoSubtitle_1.default,
|
284
292
|
ic_video_type: VideoType_1.default,
|
285
293
|
ic_vodplus: Vodplus_1.default,
|
286
|
-
ic_xmark: Xmark_1.default
|
294
|
+
ic_xmark: Xmark_1.default,
|
295
|
+
ic_post_post: PostPost_1.default,
|
296
|
+
ic_post_series: PostSeries_1.default
|
287
297
|
};
|
288
298
|
exports.default = fillIcons;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var BookingCompleted = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.59,3 C19.53,3 21.09,4.57 21.09,6.5 L21.09,6.5 L21.09,13.39 C21.86,14.23 22.33,15.33 22.33,16.56 C22.33,19.18 20.21,21.31 17.58,21.31 C16.33,21.31 15.2,20.81 14.35,20.02 L14.35,20.02 L5.5,20.02 C3.57,20.02 2,18.45 2,16.52 L2,16.52 L2,6.5 C2,4.57 3.57,3 5.5,3 L5.5,3 Z M19.59,7.9 L3.5,7.9 L3.5,16.52 C3.5,17.62 4.4,18.52 5.5,18.52 L5.5,18.52 L13.27,18.52 C12.99,17.92 12.83,17.26 12.83,16.56 C12.83,15.7 13.08,14.9 13.48,14.21 C13.45,14.21 13.42,14.22 13.39,14.22 C12.81,14.22 12.34,13.75 12.34,13.18 C12.34,12.6 12.81,12.13 13.39,12.13 C13.92,12.13 14.34,12.53 14.41,13.05 C15.25,12.29 16.36,11.81 17.58,11.81 C18.3,11.81 18.98,11.98 19.59,12.27 L19.59,12.27 L19.59,7.9 Z M6.0037,15.4037 C6.5827,15.4037 7.0517,15.8727 7.0517,16.4517 C7.0517,17.0297 6.5827,17.4997 6.0037,17.4997 C5.4247,17.4997 4.9557,17.0297 4.9557,16.4517 C4.9557,15.8727 5.4247,15.4037 6.0037,15.4037 Z M9.6951,15.4037 C10.2741,15.4037 10.7431,15.8727 10.7431,16.4517 C10.7431,17.0297 10.2741,17.4997 9.6951,17.4997 C9.1161,17.4997 8.6471,17.0297 8.6471,16.4517 C8.6471,15.8727 9.1161,15.4037 9.6951,15.4037 Z M6.0037,12.1288 C6.5827,12.1288 7.0517,12.5978 7.0517,13.1768 C7.0517,13.7548 6.5827,14.2248 6.0037,14.2248 C5.4247,14.2248 4.9557,13.7548 4.9557,13.1768 C4.9557,12.5978 5.4247,12.1288 6.0037,12.1288 Z M9.6951,12.1288 C10.2741,12.1288 10.7431,12.5978 10.7431,13.1768 C10.7431,13.7548 10.2741,14.2248 9.6951,14.2248 C9.1161,14.2248 8.6471,13.7548 8.6471,13.1768 C8.6471,12.5978 9.1161,12.1288 9.6951,12.1288 Z M9.6951,8.8539 C10.2741,8.8539 10.7431,9.3229 10.7431,9.9019 C10.7431,10.4799 10.2741,10.9499 9.6951,10.9499 C9.1161,10.9499 8.6471,10.4799 8.6471,9.9019 C8.6471,9.3229 9.1161,8.8539 9.6951,8.8539 Z M13.3865,8.8534 C13.9655,8.8534 14.4345,9.3234 14.4345,9.9014 C14.4345,10.4804 13.9655,10.9494 13.3865,10.9494 C12.8075,10.9494 12.3385,10.4804 12.3385,9.9014 C12.3385,9.3234 12.8075,8.8534 13.3865,8.8534 Z M17.0779,8.8534 C17.6569,8.8534 18.1259,9.3234 18.1259,9.9014 C18.1259,10.4804 17.6569,10.9494 17.0779,10.9494 C16.4989,10.9494 16.0299,10.4804 16.0299,9.9014 C16.0299,9.3234 16.4989,8.8534 17.0779,8.8534 Z" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.59,3 C19.53,3 21.09,4.57 21.09,6.5 L21.09,6.5 L21.09,13.39 C21.86,14.23 22.33,15.33 22.33,16.56 C22.33,19.18 20.21,21.31 17.58,21.31 C16.33,21.31 15.2,20.81 14.35,20.02 L14.35,20.02 L5.5,20.02 C3.57,20.02 2,18.45 2,16.52 L2,16.52 L2,6.5 C2,4.57 3.57,3 5.5,3 L5.5,3 Z M19.59,7.9 L3.5,7.9 L3.5,16.52 C3.5,17.62 4.4,18.52 5.5,18.52 L5.5,18.52 L13.27,18.52 C12.99,17.92 12.83,17.26 12.83,16.56 C12.83,15.7 13.08,14.9 13.48,14.21 C13.45,14.21 13.42,14.22 13.39,14.22 C12.81,14.22 12.34,13.75 12.34,13.18 C12.34,12.6 12.81,12.13 13.39,12.13 C13.92,12.13 14.34,12.53 14.41,13.05 C15.25,12.29 16.36,11.81 17.58,11.81 C18.3,11.81 18.98,11.98 19.59,12.27 L19.59,12.27 L19.59,7.9 Z M6.0037,15.4037 C6.5827,15.4037 7.0517,15.8727 7.0517,16.4517 C7.0517,17.0297 6.5827,17.4997 6.0037,17.4997 C5.4247,17.4997 4.9557,17.0297 4.9557,16.4517 C4.9557,15.8727 5.4247,15.4037 6.0037,15.4037 Z M9.6951,15.4037 C10.2741,15.4037 10.7431,15.8727 10.7431,16.4517 C10.7431,17.0297 10.2741,17.4997 9.6951,17.4997 C9.1161,17.4997 8.6471,17.0297 8.6471,16.4517 C8.6471,15.8727 9.1161,15.4037 9.6951,15.4037 Z M6.0037,12.1288 C6.5827,12.1288 7.0517,12.5978 7.0517,13.1768 C7.0517,13.7548 6.5827,14.2248 6.0037,14.2248 C5.4247,14.2248 4.9557,13.7548 4.9557,13.1768 C4.9557,12.5978 5.4247,12.1288 6.0037,12.1288 Z M9.6951,12.1288 C10.2741,12.1288 10.7431,12.5978 10.7431,13.1768 C10.7431,13.7548 10.2741,14.2248 9.6951,14.2248 C9.1161,14.2248 8.6471,13.7548 8.6471,13.1768 C8.6471,12.5978 9.1161,12.1288 9.6951,12.1288 Z M9.6951,8.8539 C10.2741,8.8539 10.7431,9.3229 10.7431,9.9019 C10.7431,10.4799 10.2741,10.9499 9.6951,10.9499 C9.1161,10.9499 8.6471,10.4799 8.6471,9.9019 C8.6471,9.3229 9.1161,8.8539 9.6951,8.8539 Z M13.3865,8.8534 C13.9655,8.8534 14.4345,9.3234 14.4345,9.9014 C14.4345,10.4804 13.9655,10.9494 13.3865,10.9494 C12.8075,10.9494 12.3385,10.4804 12.3385,9.9014 C12.3385,9.3234 12.8075,8.8534 13.3865,8.8534 Z M17.0779,8.8534 C17.6569,8.8534 18.1259,9.3234 18.1259,9.9014 C18.1259,10.4804 17.6569,10.9494 17.0779,10.9494 C16.4989,10.9494 16.0299,10.4804 16.0299,9.9014 C16.0299,9.3234 16.4989,8.8534 17.0779,8.8534 Z" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M20.168,15.341 L17.392,18.979 C17.282,19.122 17.114,19.209 16.933,19.214 L16.915,19.214 C16.741,19.214 16.575,19.139 16.46,19.006 L14.697,16.961 C14.481,16.71 14.509,16.331 14.76,16.115 C15.011,15.898 15.39,15.927 15.606,16.178 L16.887,17.662 L19.214,14.612 C19.415,14.35 19.792,14.299 20.055,14.5 C20.318,14.7 20.369,15.077 20.168,15.341" })] })));
|
29
29
|
};
|
30
30
|
exports.default = BookingCompleted;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var Heart = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeWidth: "1.8", d: "M16.981,3 C15.701,3 14.41,3.519 13.377,4.576 C12.807,5.161 12.454,5.672 12.248,6.022 C12.192,6.118 12.097,6.165 12.002,6.165 C11.905,6.165 11.806,6.115 11.749,6.017 C11.543,5.667 11.19,5.158 10.623,4.576 C9.59,3.519 8.299,3 7.019,3 C5.629,3 4.253,3.612 3.235,4.81 C1.404,6.966 1.672,10.216 3.629,12.259 L11.278,20.246 C11.671,20.657 12.329,20.657 12.722,20.246 L20.371,12.259 C22.326,10.218 22.596,6.972 20.769,4.815 C19.752,3.613 18.373,3 16.981,3" }) })));
|
29
|
+
};
|
30
|
+
exports.default = Heart;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var MenuHome = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeWidth: "1.5", d: "M18.8611,9.0934 L18.8611,9.0934 L13.2941,4.4774 C12.5441,3.8544 11.4571,3.8544 10.7071,4.4764 L5.1391,9.0914 C4.6261,9.5184 4.3281,10.1504 4.3281,10.8184 L4.3281,18.4694 C4.3281,19.3094 5.0091,19.9894 5.8481,19.9894 L9.4011,19.9894 C9.7211,19.9894 9.9801,19.7304 9.9801,19.4104 L9.9801,16.2914 C9.9801,15.8534 10.3361,15.4984 10.7741,15.4984 L13.2261,15.4984 C13.6641,15.4984 14.0201,15.8534 14.0201,16.2914 L14.0201,19.4104 C14.0201,19.7304 14.2791,19.9894 14.5991,19.9894 L18.1511,19.9894 C18.9911,19.9894 19.6721,19.3094 19.6721,18.4694 L19.6721,10.8194 C19.6721,10.1494 19.3761,9.5204 18.8611,9.0934 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = MenuHome;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var PostPost = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("rect", { width: "17.5", height: "19.5", x: "3.25", y: "2.25", stroke: color, strokeWidth: "1.5", rx: "4" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M7.3102,7.999 L16.6892,7.999 M7.3102,11.9956 L16.6892,11.9956 M7.3102,15.9923 L12.8362,15.9923" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = PostPost;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
require("react");
|
27
|
+
var PostSeries = function (_a) {
|
28
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
29
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.464,4.5658 L4.795,4.5658 C2.92,4.5658 1.4,6.0858 1.4,7.9608 L1.4,19.5998 C1.4,21.4748 2.92,22.9948 4.795,22.9948 L15.464,22.9948 C17.339,22.9948 18.859,21.4748 18.859,19.5998 L18.859,7.9608 C18.859,6.0858 17.339,4.5658 15.464,4.5658 L15.464,4.5658 Z M15.464,6.0658 C16.509,6.0658 17.359,6.9158 17.359,7.9608 L17.359,19.5998 C17.359,20.6448 16.509,21.4948 15.464,21.4948 L4.795,21.4948 C3.75,21.4948 2.9,20.6448 2.9,19.5998 L2.9,7.9608 C2.9,6.9158 3.75,6.0658 4.795,6.0658 L15.464,6.0658 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M6.0354,10.2914 L14.2234,10.2914 M6.0354,13.7803 L14.2234,13.7803 M6.0354,17.2692 L10.8594,17.2692" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.6243,5.592 L5.6243,4.929 C5.6243,3.201 7.0253,1.8 8.7523,1.8 L18.5843,1.8 C20.3123,1.8 21.7133,3.201 21.7133,4.929 L21.7133,15.654 C21.7133,17.382 20.3123,18.783 18.5843,18.783 L17.7783,18.783" })] })) })));
|
30
|
+
};
|
31
|
+
exports.default = PostSeries;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var VideoEpisode = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.7813,4.5707 C19.6233,4.5707 21.1153,6.0637 21.1153,7.9047 L21.1153,16.0947 C21.1153,17.9367 19.6233,19.4297 17.7813,19.4297 L6.2183,19.4297 C4.3773,19.4297 2.8843,17.9367 2.8843,16.0947 L2.8843,7.9047 C2.8843,6.0637 4.3773,4.5707 6.2183,4.5707 Z M17.7813,6.0707 L6.2183,6.0707 C5.2073,6.0707 4.3843,6.8937 4.3843,7.9047 L4.3843,16.0947 C4.3843,17.1067 5.2073,17.9297 6.2183,17.9297 L17.7813,17.9297 C18.7923,17.9297 19.6153,17.1067 19.6153,16.0947 L19.6153,7.9047 C19.6153,6.8937 18.7923,6.0707 17.7813,6.0707 Z M11.0682,9.254 L12.8522,10.283 L14.6352,11.313 C15.1642,11.618 15.1642,12.382 14.6352,12.687 L12.8522,13.717 L11.0682,14.746 C10.5392,15.052 9.8782,14.67 9.8782,14.059 L9.8782,9.941 C9.8782,9.33 10.5392,8.948 11.0682,9.254 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoEpisode;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var VideoSeries = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.4", d: "M19.5022,16.4563 C20.4362,16.1683 21.1152,15.2983 21.1152,14.2693 L21.1152,6.3833 C21.1152,5.1193 20.0912,4.0953 18.8272,4.0953 L8.1132,4.0953 C7.0072,4.0953 6.0842,4.8793 5.8712,5.9223" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M16.6276,5.4785 C18.3756,5.4785 19.7916,6.8955 19.7916,8.6425 L19.7916,16.4145 C19.7916,18.1625 18.3756,19.5795 16.6276,19.5795 L5.6546,19.5795 C3.9066,19.5795 2.4906,18.1625 2.4906,16.4145 L2.4906,8.6425 C2.4906,6.8955 3.9066,5.4785 5.6546,5.4785 Z M16.6276,6.9785 L5.6546,6.9785 C4.7366,6.9785 3.9906,7.7255 3.9906,8.6425 L3.9906,16.4145 C3.9906,17.3325 4.7366,18.0795 5.6546,18.0795 L16.6276,18.0795 C17.5456,18.0795 18.2916,17.3325 18.2916,16.4145 L18.2916,8.6425 C18.2916,7.7255 17.5456,6.9785 16.6276,6.9785 Z M10.1526,9.9065 L11.8386,10.8795 L13.5236,11.8535 C14.0236,12.1415 14.0236,12.8635 13.5236,13.1515 L11.8386,14.1255 L10.1526,15.0985 C9.6526,15.3875 9.0276,15.0265 9.0276,14.4485 L9.0276,10.5565 C9.0276,9.9785 9.6526,9.6185 10.1526,9.9065 Z" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoSeries;
|
@@ -118,6 +118,7 @@ declare const lineIcons: {
|
|
118
118
|
readonly ic_mail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
119
119
|
readonly ic_menu: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
120
120
|
readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
121
|
+
readonly ic_menu_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
121
122
|
readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
122
123
|
readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
123
124
|
readonly ic_minus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -266,6 +267,7 @@ declare const lineIcons: {
|
|
266
267
|
readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
267
268
|
readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
268
269
|
readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
270
|
+
readonly ic_video_episode: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
269
271
|
readonly ic_video_guide: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
270
272
|
readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
271
273
|
readonly ic_video_pip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -273,6 +275,7 @@ declare const lineIcons: {
|
|
273
275
|
readonly ic_video_playback_speed: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
274
276
|
readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
275
277
|
readonly ic_video_playlist: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
278
|
+
readonly ic_video_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
276
279
|
readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
277
280
|
readonly ic_vod: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
278
281
|
readonly ic_vodclass: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -290,5 +293,8 @@ declare const lineIcons: {
|
|
290
293
|
readonly ic_section_feed_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
291
294
|
readonly ic_section_contents_operator_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
292
295
|
readonly ic_section_contents_operator_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
296
|
+
readonly ic_post_post: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
297
|
+
readonly ic_post_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
298
|
+
readonly ic_heart: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
293
299
|
};
|
294
300
|
export default lineIcons;
|
@@ -93,6 +93,7 @@ var Face_1 = __importDefault(require("./Face"));
|
|
93
93
|
var Filter_1 = __importDefault(require("./Filter"));
|
94
94
|
var Folder_1 = __importDefault(require("./Folder"));
|
95
95
|
var Ghost_1 = __importDefault(require("./Ghost"));
|
96
|
+
var Heart_1 = __importDefault(require("./Heart"));
|
96
97
|
var HeartCare_1 = __importDefault(require("./HeartCare"));
|
97
98
|
var Home_1 = __importDefault(require("./Home"));
|
98
99
|
var Hourglass_1 = __importDefault(require("./Hourglass"));
|
@@ -121,6 +122,7 @@ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
|
|
121
122
|
var Mail_1 = __importDefault(require("./Mail"));
|
122
123
|
var Menu_1 = __importDefault(require("./Menu"));
|
123
124
|
var MenuDesign_1 = __importDefault(require("./MenuDesign"));
|
125
|
+
var MenuHome_1 = __importDefault(require("./MenuHome"));
|
124
126
|
var MicOff_1 = __importDefault(require("./MicOff"));
|
125
127
|
var MicOn_1 = __importDefault(require("./MicOn"));
|
126
128
|
var Minus_1 = __importDefault(require("./Minus"));
|
@@ -160,8 +162,10 @@ var PostMagazine_1 = __importDefault(require("./PostMagazine"));
|
|
160
162
|
var PostNotice_1 = __importDefault(require("./PostNotice"));
|
161
163
|
var PostPaperPlane_1 = __importDefault(require("./PostPaperPlane"));
|
162
164
|
var PostPhotobook_1 = __importDefault(require("./PostPhotobook"));
|
165
|
+
var PostPost_1 = __importDefault(require("./PostPost"));
|
163
166
|
var PostPromotion_1 = __importDefault(require("./PostPromotion"));
|
164
167
|
var PostPromotionP_1 = __importDefault(require("./PostPromotionP"));
|
168
|
+
var PostSeries_1 = __importDefault(require("./PostSeries"));
|
165
169
|
var PostSocial_1 = __importDefault(require("./PostSocial"));
|
166
170
|
var PostStorage_1 = __importDefault(require("./PostStorage"));
|
167
171
|
var PostVote_1 = __importDefault(require("./PostVote"));
|
@@ -277,6 +281,7 @@ var User_1 = __importDefault(require("./User"));
|
|
277
281
|
var Video_1 = __importDefault(require("./Video"));
|
278
282
|
var Videocall_1 = __importDefault(require("./Videocall"));
|
279
283
|
var VideocallPro_1 = __importDefault(require("./VideocallPro"));
|
284
|
+
var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
|
280
285
|
var VideoGuide_1 = __importDefault(require("./VideoGuide"));
|
281
286
|
var VideoOff_1 = __importDefault(require("./VideoOff"));
|
282
287
|
var VideoPip_1 = __importDefault(require("./VideoPip"));
|
@@ -284,6 +289,7 @@ var VideoPlay_1 = __importDefault(require("./VideoPlay"));
|
|
284
289
|
var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
|
285
290
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
286
291
|
var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
|
292
|
+
var VideoSeries_1 = __importDefault(require("./VideoSeries"));
|
287
293
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
288
294
|
var Vod_1 = __importDefault(require("./Vod"));
|
289
295
|
var VodClass_1 = __importDefault(require("./VodClass"));
|
@@ -412,6 +418,7 @@ var lineIcons = {
|
|
412
418
|
ic_mail: Mail_1.default,
|
413
419
|
ic_menu: Menu_1.default,
|
414
420
|
ic_menu_design: MenuDesign_1.default,
|
421
|
+
ic_menu_home: MenuHome_1.default,
|
415
422
|
ic_mic_off: MicOff_1.default,
|
416
423
|
ic_mic_on: MicOn_1.default,
|
417
424
|
ic_minus: Minus_1.default,
|
@@ -560,6 +567,7 @@ var lineIcons = {
|
|
560
567
|
ic_video: Video_1.default,
|
561
568
|
ic_videocall: Videocall_1.default,
|
562
569
|
ic_videocall_pro: VideocallPro_1.default,
|
570
|
+
ic_video_episode: VideoEpisode_1.default,
|
563
571
|
ic_video_guide: VideoGuide_1.default,
|
564
572
|
ic_video_off: VideoOff_1.default,
|
565
573
|
ic_video_pip: VideoPip_1.default,
|
@@ -567,6 +575,7 @@ var lineIcons = {
|
|
567
575
|
ic_video_playback_speed: VideoPlaybackSpeed_1.default,
|
568
576
|
ic_video_play_circle: VideoPlayCircle_1.default,
|
569
577
|
ic_video_playlist: VideoPlaylist_1.default,
|
578
|
+
ic_video_series: VideoSeries_1.default,
|
570
579
|
ic_video_type: VideoType_1.default,
|
571
580
|
ic_vod: Vod_1.default,
|
572
581
|
ic_vodclass: VodClass_1.default,
|
@@ -583,6 +592,9 @@ var lineIcons = {
|
|
583
592
|
ic_section_feed_32: SectionFeed32_1.default,
|
584
593
|
ic_section_feed_40: SectionFeed40_1.default,
|
585
594
|
ic_section_contents_operator_32: SectionContentsOperator32_1.default,
|
586
|
-
ic_section_contents_operator_40: SectionContentsOperator40_1.default
|
595
|
+
ic_section_contents_operator_40: SectionContentsOperator40_1.default,
|
596
|
+
ic_post_post: PostPost_1.default,
|
597
|
+
ic_post_series: PostSeries_1.default,
|
598
|
+
ic_heart: Heart_1.default
|
587
599
|
};
|
588
600
|
exports.default = lineIcons;
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"ui_cpnt_list_thumbnail_gradient_2": "sys_component_base_black_opacity00",
|
317
317
|
"ui_cpnt_list_base_area_active": "sys_component_base_01",
|
318
318
|
"ui_cpnt_contextmenu_base": "sys_component_base_02",
|
319
|
-
"ui_cpnt_videoplayer_gradient_1": "
|
319
|
+
"ui_cpnt_videoplayer_gradient_1": "sys_component_base_black_opacity50",
|
320
320
|
"ui_cpnt_videoplayer_gradient_2": "sys_component_base_black_opacity00",
|
321
321
|
"ui_cpnt_videoplayer_overlay": "sys_component_base_black_opacity50",
|
322
322
|
"ui_globalmenucontainer_background": "sys_container_background_01",
|
@@ -119,7 +119,7 @@ declare const colorSet: {
|
|
119
119
|
grey300: string;
|
120
120
|
darkgrey300: string;
|
121
121
|
};
|
122
|
-
readonly
|
122
|
+
readonly PaletteColor_light: {
|
123
123
|
sys_container_background_01: string;
|
124
124
|
sys_container_background_02: string;
|
125
125
|
sys_container_background_03: string;
|
@@ -481,7 +481,7 @@ declare const colorSet: {
|
|
481
481
|
sys_cpnt_sheet_base_16: string;
|
482
482
|
sys_cpnt_sheet_base_17: string;
|
483
483
|
};
|
484
|
-
readonly
|
484
|
+
readonly PaletteColor_Dark: {
|
485
485
|
sys_container_background_01: string;
|
486
486
|
sys_container_background_02: string;
|
487
487
|
sys_container_background_03: string;
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
/* eslint-disable import/order */
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
8
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
9
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
11
11
|
var colorSet = {
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
13
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
14
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
15
15
|
UIColor: UIColor_json_1.default
|
16
16
|
};
|
17
17
|
exports.default = colorSet;
|
@@ -93,7 +93,7 @@ function DynamicDesktopNavBar(_a) {
|
|
93
93
|
function handleClickInternalMenuItemNav(url) {
|
94
94
|
dispatch({ type: 'INTERNAL_CLICKED', payload: { clickedURL: url } });
|
95
95
|
}
|
96
|
-
return ((0, jsx_runtime_1.jsx)(exports.BasePathContext.Provider, __assign({ value: { basePath: basePath, activeMode: state.mode, handleClickInternalMenuItemNav: handleClickInternalMenuItemNav } }, { children: colorTheme === 'transparent' ? ((0, jsx_runtime_1.jsx)(styled_components_1.ThemeProvider, __assign({ theme: __assign(__assign(__assign({}, theme), (0, theme_1.themeByGivenTone)('DARK')), { ui_menu_background: theme.ui_menu_background_transparent, ui_menu_button_base: theme.ui_menu_button_base_transparent }) }, { children: (0, jsx_runtime_1.jsx)(S_DynamicDesktopNavBar, __assign({ "x-pds-name": "DynamicDesktopNavBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", isFixedWidth: isFixedWidth, isPreview: isPreview, navBarHeight: navBarHeight }, { children: (0, jsx_runtime_1.jsxs)(S_Grid, __assign({ className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: style }, { children: [(0, jsx_runtime_1.jsx)(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text, isCenteredLogo: isCenteredLogo }), (0, jsx_runtime_1.jsx)(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }), showSecondaryMenu && ((0, jsx_runtime_1.jsx)(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })), (0, jsx_runtime_1.jsx)(blocks_1.UserProfile, { ref: profileArea, src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style })] })) })) }))) : ((0, jsx_runtime_1.jsx)(S_DynamicDesktopNavBar, __assign({ "x-pds-name": "DynamicDesktopNavBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", isPreview: isPreview, isFixedWidth: isFixedWidth, navBarHeight: navBarHeight }, { children: (0, jsx_runtime_1.jsxs)(S_Grid, __assign({ className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: style }, { children: [(0, jsx_runtime_1.jsx)(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text, isCenteredLogo: isCenteredLogo }), (0, jsx_runtime_1.jsx)(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }), showSecondaryMenu && ((0, jsx_runtime_1.jsx)(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })), (0, jsx_runtime_1.jsx)(blocks_1.UserProfile, { ref: profileArea, src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style })] })) }))) })));
|
96
|
+
return ((0, jsx_runtime_1.jsx)(exports.BasePathContext.Provider, __assign({ value: { basePath: basePath, activeMode: state.mode, handleClickInternalMenuItemNav: handleClickInternalMenuItemNav } }, { children: colorTheme === 'transparent' ? ((0, jsx_runtime_1.jsx)(styled_components_1.ThemeProvider, __assign({ theme: __assign(__assign(__assign({}, theme), (0, theme_1.themeByGivenTone)('DARK')), { ui_menu_background: theme.ui_menu_background_transparent, ui_menu_button_base: theme.ui_menu_button_base_transparent }) }, { children: (0, jsx_runtime_1.jsx)(S_DynamicDesktopNavBar, __assign({ "x-pds-name": "DynamicDesktopNavBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", isFixedWidth: isFixedWidth, isPreview: isPreview, navBarHeight: navBarHeight }, { children: (0, jsx_runtime_1.jsxs)(S_Grid, __assign({ className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: style }, { children: [(0, jsx_runtime_1.jsx)(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text, isCenteredLogo: isCenteredLogo }), (0, jsx_runtime_1.jsx)(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }), showSecondaryMenu && ((0, jsx_runtime_1.jsx)(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })), (0, jsx_runtime_1.jsx)(blocks_1.UserProfile, { ref: profileArea, src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, leftIconButton2: userProfile.leftIconButton2, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style })] })) })) }))) : ((0, jsx_runtime_1.jsx)(S_DynamicDesktopNavBar, __assign({ "x-pds-name": "DynamicDesktopNavBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", isPreview: isPreview, isFixedWidth: isFixedWidth, navBarHeight: navBarHeight }, { children: (0, jsx_runtime_1.jsxs)(S_Grid, __assign({ className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: style }, { children: [(0, jsx_runtime_1.jsx)(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text, isCenteredLogo: isCenteredLogo }), (0, jsx_runtime_1.jsx)(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }), showSecondaryMenu && ((0, jsx_runtime_1.jsx)(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })), (0, jsx_runtime_1.jsx)(blocks_1.UserProfile, { ref: profileArea, src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, leftIconButton2: userProfile.leftIconButton2, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style })] })) }))) })));
|
97
97
|
}
|
98
98
|
var S_Grid = (0, styled_components_1.default)(BoxLayout_1.Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n grid-column-gap: 24px;\n justify-items: center;\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n align-items: center;\n grid-column-gap: 24px;\n justify-items: center;\n padding-left: ", ";\n padding-right: ", ";\n"])), function (_a) {
|
99
99
|
var theme = _a.theme;
|
@@ -24,8 +24,8 @@ var styled_components_1 = __importDefault(require("styled-components"));
|
|
24
24
|
var Navigations_1 = require("../../../../common/components/Navigations");
|
25
25
|
var hybrid_1 = require("../../../../hybrid");
|
26
26
|
function UserProfile(_a, ref) {
|
27
|
-
var src = _a.src, to = _a.to, overrideUserProfile = _a.overrideUserProfile, leftIconButton = _a.leftIconButton, style = _a.style;
|
28
|
-
return ((0, jsx_runtime_1.jsx)(S_UserProfile, __assign({ style: style, ref: ref }, { children: overrideUserProfile ? ((0, jsx_runtime_1.jsx)(S_OverrideUserProfile, { children: overrideUserProfile })) : ((0, jsx_runtime_1.jsxs)(S_ImageViewWrapper, { children: [leftIconButton && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [leftIconButton, (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" })] })), (0, jsx_runtime_1.jsx)(Navigations_1.NavLink, __assign({ to: to }, { children: (0, jsx_runtime_1.jsx)(hybrid_1.ImageView, { width: 32, ratio: "1_1", scaleType: "cover", shapeType: "circular", src: src, borderMode: "use" }) }))] })) })));
|
27
|
+
var src = _a.src, to = _a.to, overrideUserProfile = _a.overrideUserProfile, leftIconButton = _a.leftIconButton, leftIconButton2 = _a.leftIconButton2, style = _a.style;
|
28
|
+
return ((0, jsx_runtime_1.jsx)(S_UserProfile, __assign({ style: style, ref: ref }, { children: overrideUserProfile ? ((0, jsx_runtime_1.jsx)(S_OverrideUserProfile, { children: overrideUserProfile })) : ((0, jsx_runtime_1.jsxs)(S_ImageViewWrapper, { children: [leftIconButton2 && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [leftIconButton2, (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" })] })), leftIconButton && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [leftIconButton, (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" })] })), (0, jsx_runtime_1.jsx)(Navigations_1.NavLink, __assign({ to: to }, { children: (0, jsx_runtime_1.jsx)(hybrid_1.ImageView, { width: 32, ratio: "1_1", scaleType: "cover", shapeType: "circular", src: src, borderMode: "use" }) }))] })) })));
|
29
29
|
}
|
30
30
|
var S_UserProfile = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n grid-area: USER_PROFILE;\n justify-content: flex-end;\n"], ["\n display: flex;\n grid-area: USER_PROFILE;\n justify-content: flex-end;\n"])));
|
31
31
|
var S_OverrideUserProfile = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: max-content;\n"], ["\n width: max-content;\n"])));
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type { DynamicLayoutProps } from './types';
|
3
|
-
declare function DynamicLayout({ device, mode, isPreview, sections, scrollDownTargetSectionId, editingSectionId, navigationHandler, sectionActionHandler, onClickEditSection, programmedSectionComponents, shortcutKeyMode, dynamicLayoutRef }: DynamicLayoutProps): JSX.Element;
|
3
|
+
declare function DynamicLayout({ device, mode, isPreview, sections, scrollDownTargetSectionId, editingSectionId, navigationHandler, sectionActionHandler, onClickEditSection, programmedSectionComponents, shortcutKeyMode, dynamicLayoutRef, zoomScale }: DynamicLayoutProps): JSX.Element;
|
4
4
|
export default DynamicLayout;
|
@@ -25,7 +25,7 @@ var EditModeSectionMatcher_1 = require("./components/EditModeSectionMatcher");
|
|
25
25
|
var SectionMatcher_1 = require("./components/SectionMatcher");
|
26
26
|
var dynamicLayoutContext_1 = require("./dynamicLayoutContext");
|
27
27
|
function DynamicLayout(_a) {
|
28
|
-
var device = _a.device, _b = _a.mode, mode = _b === void 0 ? 'NORMAL' : _b, isPreview = _a.isPreview, sections = _a.sections, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, navigationHandler = _a.navigationHandler, sectionActionHandler = _a.sectionActionHandler, onClickEditSection = _a.onClickEditSection, programmedSectionComponents = _a.programmedSectionComponents, shortcutKeyMode = _a.shortcutKeyMode, dynamicLayoutRef = _a.dynamicLayoutRef;
|
28
|
+
var device = _a.device, _b = _a.mode, mode = _b === void 0 ? 'NORMAL' : _b, isPreview = _a.isPreview, sections = _a.sections, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, navigationHandler = _a.navigationHandler, sectionActionHandler = _a.sectionActionHandler, onClickEditSection = _a.onClickEditSection, programmedSectionComponents = _a.programmedSectionComponents, shortcutKeyMode = _a.shortcutKeyMode, dynamicLayoutRef = _a.dynamicLayoutRef, zoomScale = _a.zoomScale;
|
29
29
|
var filteredSortedSection = __spreadArray([], sections, true).filter(function (section) {
|
30
30
|
var _a;
|
31
31
|
if (!section.display) {
|
@@ -50,7 +50,8 @@ function DynamicLayout(_a) {
|
|
50
50
|
sectionActionHandler: sectionActionHandler,
|
51
51
|
editingSectionId: editingSectionId,
|
52
52
|
programmedSectionComponents: programmedSectionComponents,
|
53
|
-
shortcutKeyMode: shortcutKeyMode
|
53
|
+
shortcutKeyMode: shortcutKeyMode,
|
54
|
+
zoomScale: zoomScale
|
54
55
|
} }, { children: [mode === 'EDIT' && onClickEditSection && ((0, jsx_runtime_1.jsx)(EditModeSectionMatcher_1.EditModeSectionMatcher, { dynamicLayoutRef: dynamicLayoutRef, editingSectionId: editingSectionId, scrollDownTargetSectionId: scrollDownTargetSectionId, filteredSortedSection: filteredSortedSection, onClickEditSection: onClickEditSection })), mode !== 'EDIT' &&
|
55
56
|
(iframeSection ? ((0, jsx_runtime_1.jsx)(SectionMatcher_1.SectionMatcher, __assign({}, iframeSection), iframeSection.id)) : (filteredSortedSection.map(function (section) { return (0, jsx_runtime_1.jsx)(SectionMatcher_1.SectionMatcher, __assign({}, section), section.id); })))] })));
|
56
57
|
}
|
@@ -21,18 +21,15 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
21
21
|
}
|
22
22
|
return t;
|
23
23
|
};
|
24
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
25
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
26
|
-
};
|
27
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
28
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
29
26
|
// import FlexGridCustomSection from '../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection';
|
30
|
-
var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection"));
|
31
27
|
var sections_1 = require("../../sections");
|
32
28
|
function SectionMatcher(_a) {
|
33
29
|
var props = __rest(_a, []);
|
34
30
|
if (props.type === 'CUSTOM') {
|
35
|
-
return
|
31
|
+
// return <FlexGridCustomSection {...props} />;
|
32
|
+
return (0, jsx_runtime_1.jsx)(sections_1.CustomSection, __assign({}, props));
|
36
33
|
}
|
37
34
|
var schema = props.manifest.schema;
|
38
35
|
switch (schema) {
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CheckboxIndeterminate = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4618,-1.0125234e-13 L5.5388,-1.0125234e-13 C2.4798,-1.0125234e-13 -0.0002,2.479 -0.0002,5.538 L-0.0002,18.461 C-0.0002,21.52 2.4798,24 5.5388,24 L18.4618,24 C21.5208,24 23.9998,21.52 23.9998,18.461 L23.9998,5.538 C23.9998,2.479 21.5208,-1.0125234e-13 18.4618,-1.0125234e-13" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4618,-1.0125234e-13 L5.5388,-1.0125234e-13 C2.4798,-1.0125234e-13 -0.0002,2.479 -0.0002,5.538 L-0.0002,18.461 C-0.0002,21.52 2.4798,24 5.5388,24 L18.4618,24 C21.5208,24 23.9998,21.52 23.9998,18.461 L23.9998,5.538 C23.9998,2.479 21.5208,-1.0125234e-13 18.4618,-1.0125234e-13" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M17.9998,12.9 L5.9998,12.9 C5.5028,12.9 5.0998,12.497 5.0998,12 C5.0998,11.503 5.5028,11.1 5.9998,11.1 L17.9998,11.1 C18.4968,11.1 18.8998,11.503 18.8998,12 C18.8998,12.497 18.4968,12.9 17.9998,12.9" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CheckboxIndeterminate;
|
package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CheckboxOn.js
CHANGED
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CheckboxOn = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.461,-0.0003 L5.538,-0.0003 C2.479,-0.0003 -1.77635684e-14,2.4797 -1.77635684e-14,5.5387 L-1.77635684e-14,18.4617 C-1.77635684e-14,21.5207 2.479,23.9997 5.538,23.9997 L18.461,23.9997 C21.52,23.9997 24,21.5207 24,18.4617 L24,5.5387 C24,2.4797 21.52,-0.0003 18.461,-0.0003" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.461,-0.0003 L5.538,-0.0003 C2.479,-0.0003 -1.77635684e-14,2.4797 -1.77635684e-14,5.5387 L-1.77635684e-14,18.4617 C-1.77635684e-14,21.5207 2.479,23.9997 5.538,23.9997 L18.461,23.9997 C21.52,23.9997 24,21.5207 24,18.4617 L24,5.5387 C24,2.4797 21.52,-0.0003 18.461,-0.0003" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M19.624,7.6977 L11.173,18.7717 C11.009,18.9877 10.756,19.1167 10.485,19.1247 C10.476,19.1257 10.467,19.1257 10.458,19.1257 C10.197,19.1257 9.948,19.0117 9.776,18.8137 L4.409,12.5877 C4.084,12.2117 4.126,11.6427 4.503,11.3187 C4.881,10.9937 5.448,11.0367 5.772,11.4117 L10.416,16.7977 L18.193,6.6057 C18.494,6.2107 19.06,6.1347 19.455,6.4367 C19.85,6.7377 19.926,7.3027 19.624,7.6977" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CheckboxOn;
|
package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CloudDownload.js
CHANGED
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var CloudDownload = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4192,10.6092 C17.8542,7.5742 15.1952,5.2742 11.9962,5.2742 C9.5222,5.2742 7.3712,6.6492 6.2602,8.6752 C3.8462,9.0592 2.0002,11.1442 2.0002,13.6652 C2.0002,16.4602 4.2652,18.7252 7.0602,18.7252 C7.0612,18.7252 7.0612,18.7252 7.0622,18.7252 L7.0622,18.7252 L17.9162,18.7252 L17.9162,18.7252 C20.1712,18.7252 22.0002,16.8972 22.0002,14.6422 C22.0002,12.5592 20.4342,10.8592 18.4192,10.6092" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.4192,10.6092 C17.8542,7.5742 15.1952,5.2742 11.9962,5.2742 C9.5222,5.2742 7.3712,6.6492 6.2602,8.6752 C3.8462,9.0592 2.0002,11.1442 2.0002,13.6652 C2.0002,16.4602 4.2652,18.7252 7.0602,18.7252 C7.0612,18.7252 7.0612,18.7252 7.0622,18.7252 L7.0622,18.7252 L17.9162,18.7252 L17.9162,18.7252 C20.1712,18.7252 22.0002,16.8972 22.0002,14.6422 C22.0002,12.5592 20.4342,10.8592 18.4192,10.6092" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M15.0642,13.6132 L12.5222,16.1552 C12.4532,16.2242 12.3712,16.2792 12.2802,16.3172 C12.1902,16.3552 12.0922,16.3752 11.9922,16.3752 C11.8922,16.3752 11.7942,16.3552 11.7032,16.3172 C11.6122,16.2792 11.5302,16.2242 11.4612,16.1552 L8.9362,13.6302 C8.6432,13.3372 8.6432,12.8622 8.9362,12.5692 C9.2292,12.2762 9.7032,12.2762 9.9962,12.5692 L11.2422,13.8152 L11.2422,9.4942 C11.2422,9.0802 11.5782,8.7442 11.9922,8.7442 C12.4062,8.7442 12.7422,9.0802 12.7422,9.4942 L12.7422,13.8142 L14.0032,12.5522 C14.2962,12.2592 14.7712,12.2592 15.0642,12.5522 C15.3572,12.8452 15.3572,13.3202 15.0642,13.6132" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = CloudDownload;
|
package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/Downloaded.js
CHANGED
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var Downloaded = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M11.9997,2.9996 C7.0297,2.9996 2.9997,7.0296 2.9997,11.9996 C2.9997,16.9706 7.0297,20.9996 11.9997,20.9996 C16.9707,20.9996 20.9997,16.9706 20.9997,11.9996 C20.9997,7.0296 16.9707,2.9996 11.9997,2.9996" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M11.9997,2.9996 C7.0297,2.9996 2.9997,7.0296 2.9997,11.9996 C2.9997,16.9706 7.0297,20.9996 11.9997,20.9996 C16.9707,20.9996 20.9997,16.9706 20.9997,11.9996 C20.9997,7.0296 16.9707,2.9996 11.9997,2.9996" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M16.8357,9.5366 L11.6497,16.3316 C11.5127,16.5116 11.3017,16.6196 11.0767,16.6266 C11.0687,16.6266 11.0617,16.6266 11.0537,16.6266 C10.8357,16.6266 10.6287,16.5326 10.4857,16.3666 L7.1927,12.5466 C6.9217,12.2326 6.9577,11.7596 7.2707,11.4886 C7.5847,11.2176 8.0587,11.2536 8.3287,11.5666 L11.0187,14.6866 L15.6437,8.6266 C15.8947,8.2966 16.3657,8.2336 16.6947,8.4856 C17.0237,8.7366 17.0867,9.2066 16.8357,9.5366" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = Downloaded;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var BookingCompleted = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.59,3 C19.53,3 21.09,4.57 21.09,6.5 L21.09,6.5 L21.09,13.39 C21.86,14.23 22.33,15.33 22.33,16.56 C22.33,19.18 20.21,21.31 17.58,21.31 C16.33,21.31 15.2,20.81 14.35,20.02 L14.35,20.02 L5.5,20.02 C3.57,20.02 2,18.45 2,16.52 L2,16.52 L2,6.5 C2,4.57 3.57,3 5.5,3 L5.5,3 Z M19.59,7.9 L3.5,7.9 L3.5,16.52 C3.5,17.62 4.4,18.52 5.5,18.52 L5.5,18.52 L13.27,18.52 C12.99,17.92 12.83,17.26 12.83,16.56 C12.83,15.7 13.08,14.9 13.48,14.21 C13.45,14.21 13.42,14.22 13.39,14.22 C12.81,14.22 12.34,13.75 12.34,13.18 C12.34,12.6 12.81,12.13 13.39,12.13 C13.92,12.13 14.34,12.53 14.41,13.05 C15.25,12.29 16.36,11.81 17.58,11.81 C18.3,11.81 18.98,11.98 19.59,12.27 L19.59,12.27 L19.59,7.9 Z M6.0037,15.4037 C6.5827,15.4037 7.0517,15.8727 7.0517,16.4517 C7.0517,17.0297 6.5827,17.4997 6.0037,17.4997 C5.4247,17.4997 4.9557,17.0297 4.9557,16.4517 C4.9557,15.8727 5.4247,15.4037 6.0037,15.4037 Z M9.6951,15.4037 C10.2741,15.4037 10.7431,15.8727 10.7431,16.4517 C10.7431,17.0297 10.2741,17.4997 9.6951,17.4997 C9.1161,17.4997 8.6471,17.0297 8.6471,16.4517 C8.6471,15.8727 9.1161,15.4037 9.6951,15.4037 Z M6.0037,12.1288 C6.5827,12.1288 7.0517,12.5978 7.0517,13.1768 C7.0517,13.7548 6.5827,14.2248 6.0037,14.2248 C5.4247,14.2248 4.9557,13.7548 4.9557,13.1768 C4.9557,12.5978 5.4247,12.1288 6.0037,12.1288 Z M9.6951,12.1288 C10.2741,12.1288 10.7431,12.5978 10.7431,13.1768 C10.7431,13.7548 10.2741,14.2248 9.6951,14.2248 C9.1161,14.2248 8.6471,13.7548 8.6471,13.1768 C8.6471,12.5978 9.1161,12.1288 9.6951,12.1288 Z M9.6951,8.8539 C10.2741,8.8539 10.7431,9.3229 10.7431,9.9019 C10.7431,10.4799 10.2741,10.9499 9.6951,10.9499 C9.1161,10.9499 8.6471,10.4799 8.6471,9.9019 C8.6471,9.3229 9.1161,8.8539 9.6951,8.8539 Z M13.3865,8.8534 C13.9655,8.8534 14.4345,9.3234 14.4345,9.9014 C14.4345,10.4804 13.9655,10.9494 13.3865,10.9494 C12.8075,10.9494 12.3385,10.4804 12.3385,9.9014 C12.3385,9.3234 12.8075,8.8534 13.3865,8.8534 Z M17.0779,8.8534 C17.6569,8.8534 18.1259,9.3234 18.1259,9.9014 C18.1259,10.4804 17.6569,10.9494 17.0779,10.9494 C16.4989,10.9494 16.0299,10.4804 16.0299,9.9014 C16.0299,9.3234 16.4989,8.8534 17.0779,8.8534 Z" }), (0, jsx_runtime_1.jsx)("path", { fill:
|
28
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.59,3 C19.53,3 21.09,4.57 21.09,6.5 L21.09,6.5 L21.09,13.39 C21.86,14.23 22.33,15.33 22.33,16.56 C22.33,19.18 20.21,21.31 17.58,21.31 C16.33,21.31 15.2,20.81 14.35,20.02 L14.35,20.02 L5.5,20.02 C3.57,20.02 2,18.45 2,16.52 L2,16.52 L2,6.5 C2,4.57 3.57,3 5.5,3 L5.5,3 Z M19.59,7.9 L3.5,7.9 L3.5,16.52 C3.5,17.62 4.4,18.52 5.5,18.52 L5.5,18.52 L13.27,18.52 C12.99,17.92 12.83,17.26 12.83,16.56 C12.83,15.7 13.08,14.9 13.48,14.21 C13.45,14.21 13.42,14.22 13.39,14.22 C12.81,14.22 12.34,13.75 12.34,13.18 C12.34,12.6 12.81,12.13 13.39,12.13 C13.92,12.13 14.34,12.53 14.41,13.05 C15.25,12.29 16.36,11.81 17.58,11.81 C18.3,11.81 18.98,11.98 19.59,12.27 L19.59,12.27 L19.59,7.9 Z M6.0037,15.4037 C6.5827,15.4037 7.0517,15.8727 7.0517,16.4517 C7.0517,17.0297 6.5827,17.4997 6.0037,17.4997 C5.4247,17.4997 4.9557,17.0297 4.9557,16.4517 C4.9557,15.8727 5.4247,15.4037 6.0037,15.4037 Z M9.6951,15.4037 C10.2741,15.4037 10.7431,15.8727 10.7431,16.4517 C10.7431,17.0297 10.2741,17.4997 9.6951,17.4997 C9.1161,17.4997 8.6471,17.0297 8.6471,16.4517 C8.6471,15.8727 9.1161,15.4037 9.6951,15.4037 Z M6.0037,12.1288 C6.5827,12.1288 7.0517,12.5978 7.0517,13.1768 C7.0517,13.7548 6.5827,14.2248 6.0037,14.2248 C5.4247,14.2248 4.9557,13.7548 4.9557,13.1768 C4.9557,12.5978 5.4247,12.1288 6.0037,12.1288 Z M9.6951,12.1288 C10.2741,12.1288 10.7431,12.5978 10.7431,13.1768 C10.7431,13.7548 10.2741,14.2248 9.6951,14.2248 C9.1161,14.2248 8.6471,13.7548 8.6471,13.1768 C8.6471,12.5978 9.1161,12.1288 9.6951,12.1288 Z M9.6951,8.8539 C10.2741,8.8539 10.7431,9.3229 10.7431,9.9019 C10.7431,10.4799 10.2741,10.9499 9.6951,10.9499 C9.1161,10.9499 8.6471,10.4799 8.6471,9.9019 C8.6471,9.3229 9.1161,8.8539 9.6951,8.8539 Z M13.3865,8.8534 C13.9655,8.8534 14.4345,9.3234 14.4345,9.9014 C14.4345,10.4804 13.9655,10.9494 13.3865,10.9494 C12.8075,10.9494 12.3385,10.4804 12.3385,9.9014 C12.3385,9.3234 12.8075,8.8534 13.3865,8.8534 Z M17.0779,8.8534 C17.6569,8.8534 18.1259,9.3234 18.1259,9.9014 C18.1259,10.4804 17.6569,10.9494 17.0779,10.9494 C16.4989,10.9494 16.0299,10.4804 16.0299,9.9014 C16.0299,9.3234 16.4989,8.8534 17.0779,8.8534 Z" }), (0, jsx_runtime_1.jsx)("path", { fill: color === '#fdfdfd' ? '#000' : '#FFF', d: "M20.168,15.341 L17.392,18.979 C17.282,19.122 17.114,19.209 16.933,19.214 L16.915,19.214 C16.741,19.214 16.575,19.139 16.46,19.006 L14.697,16.961 C14.481,16.71 14.509,16.331 14.76,16.115 C15.011,15.898 15.39,15.927 15.606,16.178 L16.887,17.662 L19.214,14.612 C19.415,14.35 19.792,14.299 20.055,14.5 C20.318,14.7 20.369,15.077 20.168,15.341" })] })));
|
29
29
|
};
|
30
30
|
exports.default = BookingCompleted;
|
@@ -75,7 +75,7 @@ var MOBILE_GRID_COLS = 8;
|
|
75
75
|
var GLE_MIN_WIDTH_DESKTOP_PX = "".concat(GRID_CELL_MIN * DESKTOP_GRID_COLS, "px");
|
76
76
|
var GLE_MIN_WIDTH_MOBILE_PX = "".concat(GRID_CELL_MIN * MOBILE_GRID_COLS, "px");
|
77
77
|
var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
78
|
-
var _a = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext), device = _a.device, editingSectionId = _a.editingSectionId, mode = _a.mode, shortcutKeyMode = _a.shortcutKeyMode, sectionActionHandler = _a.sectionActionHandler;
|
78
|
+
var _a = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext), device = _a.device, editingSectionId = _a.editingSectionId, mode = _a.mode, shortcutKeyMode = _a.shortcutKeyMode, sectionActionHandler = _a.sectionActionHandler, zoomScale = _a.zoomScale;
|
79
79
|
var componentBlocks = props.componentBlocks, jsonProperties = props.jsonProperties;
|
80
80
|
var _b = jsonProperties.data, CB_PLACEMENT_PROP_SECTION = _b.CB_PLACEMENT_PROP_SECTION, CB_LAYOUT_PROP_PADDING = _b.CB_LAYOUT_PROP_PADDING, CB_CONTENT_PROP_SECTION = _b.CB_CONTENT_PROP_SECTION;
|
81
81
|
var _c = (0, react_1.useState)(null), selectedCB = _c[0], setSelectedCB = _c[1];
|
@@ -346,26 +346,26 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
346
346
|
});
|
347
347
|
}
|
348
348
|
};
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
};
|
349
|
+
// const onAutoFitContent: OnFitContentCallBack = (props) => {
|
350
|
+
// const { prev, item } = props;
|
351
|
+
// if (!isEditMode || !item) {
|
352
|
+
// return;
|
353
|
+
// }
|
354
|
+
// const numberId = Number(item.i);
|
355
|
+
// const isIdNumber = !Number.isNaN(numberId);
|
356
|
+
// if (isLayoutPlacementSame(item, prev)) {
|
357
|
+
// return;
|
358
|
+
// }
|
359
|
+
// if (isIdNumber) {
|
360
|
+
// setSelectedCB(numberId);
|
361
|
+
// }
|
362
|
+
// if (sectionActionHandler && isIdNumber) {
|
363
|
+
// sectionActionHandler({
|
364
|
+
// type: '@CUSTOMSECTION/CB_AUTO_FIT_CONTENT',
|
365
|
+
// payload: { ...props, details: { hadPaddingChanged: props.hasPaddingChanged } }
|
366
|
+
// });
|
367
|
+
// }
|
368
|
+
// };
|
369
369
|
var onClickSection = function () {
|
370
370
|
if (!isEditMode) {
|
371
371
|
return;
|
@@ -456,7 +456,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
456
456
|
maxWidth: customSectionStyles.maxWidth,
|
457
457
|
minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
|
458
458
|
fontSize: "".concat(baseFontSize, "px")
|
459
|
-
}, onLayoutChange: onLayoutChange, onDragStart: onDragStart, onDragStop: onDragStop, onResizeStop: onResizeStop,
|
459
|
+
}, onLayoutChange: onLayoutChange, onDragStart: onDragStart, onDragStop: onDragStop, onResizeStop: onResizeStop,
|
460
|
+
// onFitToContent={onAutoFitContent}
|
461
|
+
onWidthChange: onWidthChange, minNbRow: rows, isDraggable: isEditMode, isResizable: isEditMode, transformScale: zoomScale }, { children: keepSimilarOrderToPreventRerender(layouts[layoutByDevice]).map(function (each, index) {
|
460
462
|
var _a;
|
461
463
|
if (each === null) {
|
462
464
|
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
|
@@ -470,7 +472,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
470
472
|
e.stopPropagation();
|
471
473
|
e.preventDefault();
|
472
474
|
onContextMenuCB('group', e);
|
473
|
-
} }, { children: (0, jsx_runtime_1.jsx)(WidthProvidedRGL, __assign({ cols: each.w, allowOverlap: true, layout: each.groupLayouts, rowHeight: rowHeight, containerPadding: [0, 0], margin: [10, 10], isDraggable: false, isResizable: false, style: {
|
475
|
+
} }, { children: (0, jsx_runtime_1.jsx)(WidthProvidedRGL, __assign({ cols: each.w, allowOverlap: true, layout: each.groupLayouts, rowHeight: rowHeight, containerPadding: [0, 0], margin: [10, 10], isDraggable: false, isResizable: false, transformScale: zoomScale, style: {
|
474
476
|
width: '100%'
|
475
477
|
} }, { children: (_a = each.groupLayouts) === null || _a === void 0 ? void 0 : _a.map(function (layoutItem, index, array) {
|
476
478
|
var matchedCB = componentBlocks === null || componentBlocks === void 0 ? void 0 : componentBlocks.find(function (cb) { return cb.id.toString() === layoutItem.i; });
|
@@ -228,6 +228,7 @@ export type DynamicLayoutProps = {
|
|
228
228
|
width?: number;
|
229
229
|
shortcutKeyMode?: CustomSectionShortcutKeysType;
|
230
230
|
dynamicLayoutRef?: Ref<CustomSectionImperativeHandleRef>;
|
231
|
+
zoomScale?: number;
|
231
232
|
};
|
232
233
|
export type NavHandlerAction = {
|
233
234
|
openNewTab: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "pds-dev-kit-web-test",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.46",
|
4
4
|
"license": "MIT",
|
5
5
|
"private": false,
|
6
6
|
"main": "dist/index.js",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"i18next-intervalplural-postprocessor": "^3.0.0",
|
23
23
|
"lottie-react": "^2.3.1",
|
24
24
|
"nuka-carousel": "^4.8.4",
|
25
|
-
"publ-echo": "^0.0.
|
25
|
+
"publ-echo": "^0.0.104",
|
26
26
|
"react-hook-form": "^7.28.1",
|
27
27
|
"react-i18next": "^11.12.0",
|
28
28
|
"react-router-dom": "^5.2.0",
|
package/release-note.md
CHANGED