pds-dev-kit-web-test 2.5.45 → 2.5.47

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.
Files changed (61) hide show
  1. package/dist/src/common/assets/icons/fill/CheckboxIndeterminate.js +1 -1
  2. package/dist/src/common/assets/icons/fill/CheckboxOn.js +1 -1
  3. package/dist/src/common/assets/icons/fill/CloudDownload.js +1 -1
  4. package/dist/src/common/assets/icons/fill/Downloaded.js +1 -1
  5. package/dist/src/common/assets/icons/fill/ToggleDown.js +1 -1
  6. package/dist/src/common/assets/icons/fill/ToggleUp.js +1 -1
  7. package/dist/src/common/assets/icons/fill/index.d.ts +0 -5
  8. package/dist/src/common/assets/icons/fill/index.js +1 -11
  9. package/dist/src/common/assets/icons/line/BookingCompleted.js +1 -1
  10. package/dist/src/common/assets/icons/line/index.d.ts +0 -6
  11. package/dist/src/common/assets/icons/line/index.js +1 -13
  12. package/dist/src/common/styles/colorSet/UIColor.json +1 -1
  13. package/dist/src/common/styles/colorSet/index.d.ts +2 -2
  14. package/dist/src/common/styles/colorSet/index.js +2 -2
  15. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +0 -1
  16. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +1 -1
  17. package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.d.ts +0 -1
  18. package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.js +2 -2
  19. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +5 -2
  20. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CheckboxIndeterminate.js +1 -1
  21. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CheckboxOn.js +1 -1
  22. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/CloudDownload.js +1 -1
  23. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/fill/Downloaded.js +1 -1
  24. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/BookingCompleted.js +1 -1
  25. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +2 -2
  26. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +3 -0
  27. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +53 -31
  28. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
  29. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +2 -1
  30. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +4 -1
  31. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Group/GroupedCB.d.ts +7 -0
  32. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Group/GroupedCB.js +63 -0
  33. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_Backdrop.d.ts +1 -0
  34. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_Backdrop.js +13 -0
  35. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +9 -2
  36. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
  37. package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
  38. package/package.json +2 -2
  39. package/release-note.md +2 -2
  40. package/dist/src/common/assets/icons/fill/MenuHome.d.ts +0 -4
  41. package/dist/src/common/assets/icons/fill/MenuHome.js +0 -30
  42. package/dist/src/common/assets/icons/fill/PostPost.d.ts +0 -4
  43. package/dist/src/common/assets/icons/fill/PostPost.js +0 -30
  44. package/dist/src/common/assets/icons/fill/PostSeries.d.ts +0 -4
  45. package/dist/src/common/assets/icons/fill/PostSeries.js +0 -30
  46. package/dist/src/common/assets/icons/fill/VideoEpisode.d.ts +0 -4
  47. package/dist/src/common/assets/icons/fill/VideoEpisode.js +0 -30
  48. package/dist/src/common/assets/icons/fill/VideoSeries.d.ts +0 -4
  49. package/dist/src/common/assets/icons/fill/VideoSeries.js +0 -30
  50. package/dist/src/common/assets/icons/line/Heart.d.ts +0 -4
  51. package/dist/src/common/assets/icons/line/Heart.js +0 -30
  52. package/dist/src/common/assets/icons/line/MenuHome.d.ts +0 -4
  53. package/dist/src/common/assets/icons/line/MenuHome.js +0 -30
  54. package/dist/src/common/assets/icons/line/PostPost.d.ts +0 -4
  55. package/dist/src/common/assets/icons/line/PostPost.js +0 -30
  56. package/dist/src/common/assets/icons/line/PostSeries.d.ts +0 -4
  57. package/dist/src/common/assets/icons/line/PostSeries.js +0 -31
  58. package/dist/src/common/assets/icons/line/VideoEpisode.d.ts +0 -4
  59. package/dist/src/common/assets/icons/line/VideoEpisode.js +0 -30
  60. package/dist/src/common/assets/icons/line/VideoSeries.d.ts +0 -4
  61. package/dist/src/common/assets/icons/line/VideoSeries.js +0 -30
@@ -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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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 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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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;
@@ -71,7 +71,6 @@ 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;
75
74
  readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
76
75
  readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
77
76
  readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -131,19 +130,15 @@ declare const fillIcons: {
131
130
  readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
132
131
  readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
133
132
  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;
135
133
  readonly ic_video_episodes: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
136
134
  readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
137
135
  readonly ic_video_pause: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
138
136
  readonly ic_video_play: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
139
137
  readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
140
138
  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;
142
139
  readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
143
140
  readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
144
141
  readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
145
142
  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;
148
143
  };
149
144
  export default fillIcons;
@@ -74,7 +74,6 @@ 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"));
78
77
  var MicOff_1 = __importDefault(require("./MicOff"));
79
78
  var MicOn_1 = __importDefault(require("./MicOn"));
80
79
  var MinusCircle_1 = __importDefault(require("./MinusCircle"));
@@ -93,8 +92,6 @@ var PlusRound_1 = __importDefault(require("./PlusRound"));
93
92
  var PostFree_1 = __importDefault(require("./PostFree"));
94
93
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
95
94
  var PostNotice_1 = __importDefault(require("./PostNotice"));
96
- var PostPost_1 = __importDefault(require("./PostPost"));
97
- var PostSeries_1 = __importDefault(require("./PostSeries"));
98
95
  var PostSocial_1 = __importDefault(require("./PostSocial"));
99
96
  var Question_1 = __importDefault(require("./Question"));
100
97
  var Reply_1 = __importDefault(require("./Reply"));
@@ -136,14 +133,12 @@ var Verified_1 = __importDefault(require("./Verified"));
136
133
  var Video_1 = __importDefault(require("./Video"));
137
134
  var Videocall_1 = __importDefault(require("./Videocall"));
138
135
  var VideocallPro_1 = __importDefault(require("./VideocallPro"));
139
- var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
140
136
  var VideoEpisodes_1 = __importDefault(require("./VideoEpisodes"));
141
137
  var VideoOff_1 = __importDefault(require("./VideoOff"));
142
138
  var VideoPause_1 = __importDefault(require("./VideoPause"));
143
139
  var VideoPlay_1 = __importDefault(require("./VideoPlay"));
144
140
  var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
145
141
  var VideoResolution_1 = __importDefault(require("./VideoResolution"));
146
- var VideoSeries_1 = __importDefault(require("./VideoSeries"));
147
142
  var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
148
143
  var VideoType_1 = __importDefault(require("./VideoType"));
149
144
  var Vodplus_1 = __importDefault(require("./Vodplus"));
@@ -220,7 +215,6 @@ var fillIcons = {
220
215
  ic_logo_twitter: LogoTwitter_1.default,
221
216
  ic_logo_yt: LogoYt_1.default,
222
217
  ic_menu_design: MenuDesign_1.default,
223
- ic_menu_home: MenuHome_1.default,
224
218
  ic_mic_off: MicOff_1.default,
225
219
  ic_mic_on: MicOn_1.default,
226
220
  ic_minus_circle: MinusCircle_1.default,
@@ -280,19 +274,15 @@ var fillIcons = {
280
274
  ic_video: Video_1.default,
281
275
  ic_videocall: Videocall_1.default,
282
276
  ic_videocall_pro: VideocallPro_1.default,
283
- ic_video_episode: VideoEpisode_1.default,
284
277
  ic_video_episodes: VideoEpisodes_1.default,
285
278
  ic_video_off: VideoOff_1.default,
286
279
  ic_video_pause: VideoPause_1.default,
287
280
  ic_video_play: VideoPlay_1.default,
288
281
  ic_video_play_circle: VideoPlayCircle_1.default,
289
282
  ic_video_resolution: VideoResolution_1.default,
290
- ic_video_series: VideoSeries_1.default,
291
283
  ic_video_subtitle: VideoSubtitle_1.default,
292
284
  ic_video_type: VideoType_1.default,
293
285
  ic_vodplus: Vodplus_1.default,
294
- ic_xmark: Xmark_1.default,
295
- ic_post_post: PostPost_1.default,
296
- ic_post_series: PostSeries_1.default
286
+ ic_xmark: Xmark_1.default
297
287
  };
298
288
  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: 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" })] })));
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: "#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;
@@ -118,7 +118,6 @@ 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;
122
121
  readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
123
122
  readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
124
123
  readonly ic_minus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -267,7 +266,6 @@ declare const lineIcons: {
267
266
  readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
268
267
  readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
269
268
  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;
271
269
  readonly ic_video_guide: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
272
270
  readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
273
271
  readonly ic_video_pip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -275,7 +273,6 @@ declare const lineIcons: {
275
273
  readonly ic_video_playback_speed: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
276
274
  readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
277
275
  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;
279
276
  readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
280
277
  readonly ic_vod: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
281
278
  readonly ic_vodclass: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -293,8 +290,5 @@ declare const lineIcons: {
293
290
  readonly ic_section_feed_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
294
291
  readonly ic_section_contents_operator_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
295
292
  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;
299
293
  };
300
294
  export default lineIcons;
@@ -93,7 +93,6 @@ 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"));
97
96
  var HeartCare_1 = __importDefault(require("./HeartCare"));
98
97
  var Home_1 = __importDefault(require("./Home"));
99
98
  var Hourglass_1 = __importDefault(require("./Hourglass"));
@@ -122,7 +121,6 @@ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
122
121
  var Mail_1 = __importDefault(require("./Mail"));
123
122
  var Menu_1 = __importDefault(require("./Menu"));
124
123
  var MenuDesign_1 = __importDefault(require("./MenuDesign"));
125
- var MenuHome_1 = __importDefault(require("./MenuHome"));
126
124
  var MicOff_1 = __importDefault(require("./MicOff"));
127
125
  var MicOn_1 = __importDefault(require("./MicOn"));
128
126
  var Minus_1 = __importDefault(require("./Minus"));
@@ -162,10 +160,8 @@ var PostMagazine_1 = __importDefault(require("./PostMagazine"));
162
160
  var PostNotice_1 = __importDefault(require("./PostNotice"));
163
161
  var PostPaperPlane_1 = __importDefault(require("./PostPaperPlane"));
164
162
  var PostPhotobook_1 = __importDefault(require("./PostPhotobook"));
165
- var PostPost_1 = __importDefault(require("./PostPost"));
166
163
  var PostPromotion_1 = __importDefault(require("./PostPromotion"));
167
164
  var PostPromotionP_1 = __importDefault(require("./PostPromotionP"));
168
- var PostSeries_1 = __importDefault(require("./PostSeries"));
169
165
  var PostSocial_1 = __importDefault(require("./PostSocial"));
170
166
  var PostStorage_1 = __importDefault(require("./PostStorage"));
171
167
  var PostVote_1 = __importDefault(require("./PostVote"));
@@ -281,7 +277,6 @@ var User_1 = __importDefault(require("./User"));
281
277
  var Video_1 = __importDefault(require("./Video"));
282
278
  var Videocall_1 = __importDefault(require("./Videocall"));
283
279
  var VideocallPro_1 = __importDefault(require("./VideocallPro"));
284
- var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
285
280
  var VideoGuide_1 = __importDefault(require("./VideoGuide"));
286
281
  var VideoOff_1 = __importDefault(require("./VideoOff"));
287
282
  var VideoPip_1 = __importDefault(require("./VideoPip"));
@@ -289,7 +284,6 @@ var VideoPlay_1 = __importDefault(require("./VideoPlay"));
289
284
  var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
290
285
  var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
291
286
  var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
292
- var VideoSeries_1 = __importDefault(require("./VideoSeries"));
293
287
  var VideoType_1 = __importDefault(require("./VideoType"));
294
288
  var Vod_1 = __importDefault(require("./Vod"));
295
289
  var VodClass_1 = __importDefault(require("./VodClass"));
@@ -418,7 +412,6 @@ var lineIcons = {
418
412
  ic_mail: Mail_1.default,
419
413
  ic_menu: Menu_1.default,
420
414
  ic_menu_design: MenuDesign_1.default,
421
- ic_menu_home: MenuHome_1.default,
422
415
  ic_mic_off: MicOff_1.default,
423
416
  ic_mic_on: MicOn_1.default,
424
417
  ic_minus: Minus_1.default,
@@ -567,7 +560,6 @@ var lineIcons = {
567
560
  ic_video: Video_1.default,
568
561
  ic_videocall: Videocall_1.default,
569
562
  ic_videocall_pro: VideocallPro_1.default,
570
- ic_video_episode: VideoEpisode_1.default,
571
563
  ic_video_guide: VideoGuide_1.default,
572
564
  ic_video_off: VideoOff_1.default,
573
565
  ic_video_pip: VideoPip_1.default,
@@ -575,7 +567,6 @@ var lineIcons = {
575
567
  ic_video_playback_speed: VideoPlaybackSpeed_1.default,
576
568
  ic_video_play_circle: VideoPlayCircle_1.default,
577
569
  ic_video_playlist: VideoPlaylist_1.default,
578
- ic_video_series: VideoSeries_1.default,
579
570
  ic_video_type: VideoType_1.default,
580
571
  ic_vod: Vod_1.default,
581
572
  ic_vodclass: VodClass_1.default,
@@ -592,9 +583,6 @@ var lineIcons = {
592
583
  ic_section_feed_32: SectionFeed32_1.default,
593
584
  ic_section_feed_40: SectionFeed40_1.default,
594
585
  ic_section_contents_operator_32: SectionContentsOperator32_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
586
+ ic_section_contents_operator_40: SectionContentsOperator40_1.default
599
587
  };
600
588
  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": "sys_component_base_black_opacity50",
319
+ "ui_cpnt_videoplayer_gradient_1": "sys_component_base_black",
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 PaletteColor_light: {
122
+ readonly PaletteColor_Dark: {
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 PaletteColor_Dark: {
484
+ readonly PaletteColor_light: {
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_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
8
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
+ var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
12
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_light: PaletteColor_light_json_1.default,
14
13
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
+ PaletteColor_light: PaletteColor_light_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -12,7 +12,6 @@ type UserProfile = {
12
12
  src: string;
13
13
  href: string;
14
14
  leftIconButton?: React.ReactNode;
15
- leftIconButton2?: React.ReactNode;
16
15
  overrideUserProfile?: React.ReactNode;
17
16
  };
18
17
  export type Props = {
@@ -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, 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 })] })) }))) })));
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 })] })) }))) })));
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;
@@ -4,7 +4,6 @@ type Props = {
4
4
  src: string;
5
5
  to: string;
6
6
  leftIconButton?: React.ReactNode;
7
- leftIconButton2?: React.ReactNode;
8
7
  overrideUserProfile?: React.ReactNode;
9
8
  style?: CSSProperties;
10
9
  };
@@ -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, 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" }) }))] })) })));
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" }) }))] })) })));
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"])));
@@ -21,15 +21,18 @@ 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
+ };
24
27
  Object.defineProperty(exports, "__esModule", { value: true });
25
28
  var jsx_runtime_1 = require("react/jsx-runtime");
26
29
  // import FlexGridCustomSection from '../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection';
30
+ var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection"));
27
31
  var sections_1 = require("../../sections");
28
32
  function SectionMatcher(_a) {
29
33
  var props = __rest(_a, []);
30
34
  if (props.type === 'CUSTOM') {
31
- // return <FlexGridCustomSection {...props} />;
32
- return (0, jsx_runtime_1.jsx)(sections_1.CustomSection, __assign({}, props));
35
+ return (0, jsx_runtime_1.jsx)(FlexGridCustomSection_1.default, __assign({}, props));
33
36
  }
34
37
  var schema = props.manifest.schema;
35
38
  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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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: 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" })] })) })));
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: "#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: 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" })] })));
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: "#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;
@@ -4899,7 +4899,7 @@ exports.oliverSections = [
4899
4899
  componentBlocks: [
4900
4900
  {
4901
4901
  availablePlugins: [],
4902
- componentBlockCode: 'CB_BTN',
4902
+ componentBlockCode: 'CB_GROUP',
4903
4903
  componentBlockType: 'GENERAL',
4904
4904
  dynamicLayoutSectionId: 721110,
4905
4905
  id: 5091051,
@@ -4957,7 +4957,7 @@ exports.oliverSections = [
4957
4957
  CB_PLACEMENT_PROP_PLACEMENT: {
4958
4958
  CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 12,
4959
4959
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
4960
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 2,
4960
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 10,
4961
4961
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 2,
4962
4962
  CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 6,
4963
4963
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
@@ -66,6 +66,9 @@ type ActionHandlerPayload = {
66
66
  '@CUSTOMSECTION/SECTION_CLICKED': {
67
67
  sectionId: number;
68
68
  };
69
+ '@CUSTOMSECTION/SECTION_RIGHT_CLICKED': {
70
+ sectionId: number;
71
+ };
69
72
  '@CUSTOMSECTION/GROUP_CREATED': {
70
73
  message: string;
71
74
  data: LayoutItem;