pds-dev-kit-web-test 2.2.48 → 2.2.61
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/Home.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Home.js +30 -0
- package/dist/src/common/assets/icons/fill/PappType.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PappType.js +30 -0
- package/dist/src/common/assets/icons/fill/Plan.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Plan.js +30 -0
- package/dist/src/common/assets/icons/fill/Sales.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Sales.js +30 -0
- package/dist/src/common/assets/icons/fill/SellerIntro.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/SellerIntro.js +30 -0
- package/dist/src/common/assets/icons/fill/Shoppingbag.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Shoppingbag.js +30 -0
- package/dist/src/common/assets/icons/fill/Site.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Site.js +30 -0
- package/dist/src/common/assets/icons/fill/StarShaped.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/StarShaped.js +30 -0
- package/dist/src/common/assets/icons/fill/Target.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Target.js +30 -0
- package/dist/src/common/assets/icons/fill/User.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/User.js +30 -0
- package/dist/src/common/assets/icons/fill/Xmark.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Xmark.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +11 -0
- package/dist/src/common/assets/icons/fill/index.js +23 -1
- package/dist/src/common/assets/icons/line/Site.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Site.js +30 -0
- package/dist/src/common/assets/icons/line/StarShaped.d.ts +4 -0
- package/dist/src/common/assets/icons/line/StarShaped.js +30 -0
- package/dist/src/common/assets/icons/line/Ticket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Ticket.js +30 -0
- package/dist/src/common/assets/icons/line/User.d.ts +4 -0
- package/dist/src/common/assets/icons/line/User.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +4 -0
- package/dist/src/common/assets/icons/line/index.js +8 -0
- package/dist/src/common/services/i18n/resources/en.json +2 -1
- package/dist/src/common/services/i18n/resources/es.json +2 -1
- package/dist/src/common/services/i18n/resources/fil.json +2 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +7 -0
- package/dist/src/common/services/i18n/resources/ja.json +2 -1
- package/dist/src/common/services/i18n/resources/ko.json +2 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +2 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +7 -2
- package/dist/src/common/styles/colorSet/UIColor.json +8 -1
- package/dist/src/common/styles/colorSet/index.d.ts +19 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +7 -0
- package/dist/src/common/types/components.d.ts +1 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.js +1 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +17 -5
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +6 -1
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/SecondaryMenu.js +68 -3
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/DynamicDesktopNavBarTemplates.d.ts +0 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/constants.d.ts +0 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/constants.js +5 -6
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +3 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +15 -2
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +2 -1
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +20 -9
- package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.js +1 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +15 -3
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -3
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +3 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +18 -6
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +3 -2
- package/dist/src/sub/DynamicLayout/hooks/useCustomSectionShortcut/useCustomSectionShortcut.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/hooks/useCustomSectionShortcut/useCustomSectionShortcut.js +50 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +2467 -2
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +4321 -15
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +23 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +10 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +292 -26
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlock.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlock.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +14 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +48 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/EmbedIframe.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/EmbedIframe.js +45 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +21 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/constant.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/constant.js +9 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +6 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +5 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.d.ts +22 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.js +273 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/utils.d.ts +13 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/utils.js +127 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIntersectionObserver.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIntersectionObserver.js +21 -9
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +40 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +14 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +25 -19
- package/dist/src/sub/DynamicLayout/utils/deepCopy.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/utils/deepCopy.js +15 -0
- package/package.json +2 -2
- package/release-note.md +6 -7
- package/dist/src/sub/DynamicLayout/mock_customSection.d.ts +0 -2
- package/dist/src/sub/DynamicLayout/mock_customSection.js +0 -840
- package/dist/src/sub/DynamicLayout/nakedMocks.json +0 -847
- package/webhook/node_modules/esrecurse/.babelrc +0 -3
|
@@ -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 Home = 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: color, fillRule: "evenodd", d: "M20.8773,8.1882 L20.8773,8.1882 L13.8933,2.3962 C12.7963,1.4862 11.2043,1.4862 10.1073,2.3962 L3.1233,8.1862 C2.4563,8.7392 2.0733,9.5532 2.0733,10.4202 L2.0733,19.3222 C2.0733,20.9572 3.4033,22.2872 5.0383,22.2872 L8.6373,22.2872 C9.0513,22.2872 9.3873,21.9512 9.3873,21.5372 L9.3873,16.1902 C9.3873,15.6242 9.8473,15.1642 10.4133,15.1642 L13.5863,15.1642 C14.1523,15.1642 14.6133,15.6242 14.6133,16.1902 L14.6133,21.5372 C14.6133,21.9512 14.9493,22.2872 15.3633,22.2872 L18.9613,22.2872 C20.5963,22.2872 21.9263,20.9572 21.9263,19.3222 L21.9263,10.4212 C21.9263,9.5552 21.5443,8.7412 20.8773,8.1882" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Home;
|
|
@@ -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 PappType = 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: color, fillRule: "evenodd", d: "M9.6906,4.0861 C10.3286,4.0861 10.8456,4.6031 10.8456,5.2411 L10.8448,7.0011 L13.1538,7.0011 L13.1541,5.2411 C13.1541,4.6031 13.6711,4.0861 14.3091,4.0861 L16.9921,4.0861 C17.6301,4.0861 18.1471,4.6031 18.1471,5.2411 L18.1468,7.0011 L19.2878,7.002 C20.6688,7.002 21.7878,8.121 21.7878,9.502 L21.7878,17.303 C21.7878,18.684 20.6688,19.803 19.2878,19.803 L4.7118,19.803 C3.3318,19.803 2.2118,18.684 2.2118,17.303 L2.2118,9.502 C2.2118,8.121 3.3318,7.002 4.7118,7.002 L5.8518,7.0011 L5.8526,5.2411 C5.8526,4.6031 6.3696,4.0861 7.0076,4.0861 L9.6906,4.0861 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = PappType;
|
|
@@ -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 Plan = 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.3972,12.2073 C15.1892,12.6263 14.9212,12.9613 14.5932,13.2083 C13.9292,13.7213 13.2412,13.9773 12.5292,13.9773 L11.0292,13.9773 L11.0292,16.1833 C11.0292,16.3543 10.7392,16.8673 9.9242,16.8673 C9.2292,16.8673 8.9052,16.4643 8.9052,16.1833 L8.9052,8.6603 C8.9052,8.4773 8.9112,8.3383 8.9232,8.2463 C8.9352,8.1543 8.9622,8.0283 9.0582,7.9003 C9.2102,7.6853 9.4612,7.6043 9.9732,7.6043 L12.5412,7.6043 C13.2452,7.6043 13.9292,7.8603 14.5932,8.3723 C14.9212,8.6203 15.1892,8.9563 15.3972,9.3803 C15.6052,9.8053 15.7092,10.2763 15.7092,10.7963 C15.7092,11.3163 15.6052,11.7873 15.3972,12.2073 M18.7002,3.4503 L5.3002,3.4503 C3.3672,3.4503 1.8002,5.0173 1.8002,6.9503 L1.8002,17.0503 C1.8002,18.9833 3.3672,20.5503 5.3002,20.5503 L18.7002,20.5503 C20.6332,20.5503 22.2002,18.9833 22.2002,17.0503 L22.2002,6.9503 C22.2002,5.0173 20.6332,3.4503 18.7002,3.4503" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12.5295,9.7288 L11.0295,9.7288 L11.0295,11.8528 L12.5415,11.8528 C12.7815,11.8528 13.0175,11.7648 13.2495,11.5878 C13.4815,11.4128 13.5975,11.1488 13.5975,10.7958 C13.5975,10.4448 13.4815,10.1778 13.2495,9.9988 C13.0175,9.8188 12.7775,9.7288 12.5295,9.7288" })] })) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Plan;
|
|
@@ -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 Sales = 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: color, fillRule: "evenodd", d: "M18.6797,17.7361 C18.6797,18.2881 18.2317,18.7361 17.6797,18.7361 C17.1277,18.7361 16.6797,18.2881 16.6797,17.7361 L16.6797,11.7651 C16.6797,11.2131 17.1277,10.7651 17.6797,10.7651 C18.2317,10.7651 18.6797,11.2131 18.6797,11.7651 L18.6797,17.7361 Z M14.8927,17.7361 C14.8927,18.2881 14.4457,18.7361 13.8927,18.7361 C13.3407,18.7361 12.8927,18.2881 12.8927,17.7361 L12.8927,14.9951 C12.8927,14.4431 13.3407,13.9951 13.8927,13.9951 C14.4457,13.9951 14.8927,14.4431 14.8927,14.9951 L14.8927,17.7361 Z M11.1067,17.7361 C11.1067,18.2881 10.6587,18.7361 10.1067,18.7361 C9.5547,18.7361 9.1067,18.2881 9.1067,17.7361 L9.1067,13.9651 C9.1067,13.4131 9.5547,12.9651 10.1067,12.9651 C10.6587,12.9651 11.1067,13.4131 11.1067,13.9651 L11.1067,17.7361 Z M7.3207,17.7361 C7.3207,18.2881 6.8727,18.7361 6.3207,18.7361 C5.7677,18.7361 5.3207,18.2881 5.3207,17.7361 L5.3207,16.0751 C5.3207,15.5231 5.7677,15.0751 6.3207,15.0751 C6.8727,15.0751 7.3207,15.5231 7.3207,16.0751 L7.3207,17.7361 Z M5.6337,11.5651 L9.4537,7.7281 C9.7517,7.4291 10.2087,7.3591 10.5827,7.5501 L13.6617,9.1341 L16.9727,5.6021 C17.3397,5.2111 17.9517,5.1921 18.3417,5.5571 C18.7317,5.9231 18.7517,6.5361 18.3867,6.9261 L14.5757,10.9911 C14.2787,11.3071 13.8097,11.3881 13.4257,11.1911 L10.3267,9.5961 L7.0067,12.9311 C6.8177,13.1211 6.5687,13.2161 6.3207,13.2161 C6.0737,13.2161 5.8257,13.1221 5.6367,12.9341 C5.2577,12.5571 5.2567,11.9441 5.6337,11.5651 L5.6337,11.5651 Z M18.6337,2.7501 L5.3667,2.7501 C3.5067,2.7501 1.9997,4.2571 1.9997,6.1161 L1.9997,17.8841 C1.9997,19.7431 3.5067,21.2501 5.3667,21.2501 L18.6337,21.2501 C20.4927,21.2501 21.9997,19.7431 21.9997,17.8841 L21.9997,6.1161 C21.9997,4.2571 20.4927,2.7501 18.6337,2.7501 L18.6337,2.7501 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Sales;
|
|
@@ -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 SellerIntro = 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: color, fillRule: "evenodd", d: "M15.6793,16.4198 C15.3273,16.7498 14.8943,16.9148 14.3773,16.9148 C13.8133,16.9148 13.3553,16.7158 13.0043,16.3158 C12.6533,15.9168 12.4773,15.4228 12.4773,14.8348 C12.4773,14.2818 12.5723,13.8018 12.7613,13.3938 C12.9503,12.9848 13.1873,12.6478 13.4723,12.3808 C13.7583,12.1128 14.0493,11.9138 14.3463,11.7818 C14.6433,11.6488 14.9033,11.5828 15.1253,11.5828 C15.2513,11.5828 15.3533,11.6218 15.4313,11.7008 C15.5093,11.7788 15.5483,11.8718 15.5483,11.9798 C15.5483,12.0878 15.5203,12.1778 15.4633,12.2498 C15.4063,12.3218 15.2963,12.3788 15.1343,12.4208 C14.9423,12.4688 14.7473,12.5518 14.5493,12.6688 C14.3503,12.7858 14.1673,12.9328 13.9993,13.1098 C13.8313,13.2868 13.6933,13.4958 13.5853,13.7358 L13.6573,13.7358 C13.7713,13.5978 13.9123,13.5058 14.0803,13.4608 C14.2483,13.4158 14.4233,13.3938 14.6033,13.3938 C15.0953,13.3938 15.4853,13.5628 15.7743,13.9028 C16.0623,14.2418 16.2063,14.6578 16.2063,15.1498 C16.2063,15.6658 16.0303,16.0898 15.6793,16.4198 L15.6793,16.4198 Z M10.9953,16.4198 C10.6443,16.7498 10.2103,16.9148 9.6943,16.9148 C9.1303,16.9148 8.6723,16.7158 8.3213,16.3158 C7.9693,15.9168 7.7943,15.4228 7.7943,14.8348 C7.7943,14.2818 7.8883,13.8018 8.0773,13.3938 C8.2663,12.9848 8.5043,12.6478 8.7893,12.3808 C9.0743,12.1128 9.3663,11.9138 9.6623,11.7818 C9.9603,11.6488 10.2203,11.5828 10.4423,11.5828 C10.5623,11.5828 10.6623,11.6218 10.7433,11.7008 C10.8253,11.7788 10.8653,11.8718 10.8653,11.9798 C10.8653,12.0878 10.8363,12.1778 10.7803,12.2498 C10.7223,12.3218 10.6133,12.3788 10.4503,12.4208 C10.2593,12.4688 10.0633,12.5518 9.8653,12.6688 C9.6673,12.7858 9.4843,12.9328 9.3163,13.1098 C9.1483,13.2868 9.0103,13.4958 8.9023,13.7358 L8.9733,13.7358 C9.0883,13.5978 9.2293,13.5058 9.3973,13.4608 C9.5653,13.4158 9.7393,13.3938 9.9193,13.3938 C10.4113,13.3938 10.8023,13.5628 11.0903,13.9028 C11.3783,14.2418 11.5223,14.6578 11.5223,15.1498 C11.5223,15.6658 11.3473,16.0898 10.9953,16.4198 L10.9953,16.4198 Z M2.4553,9.0318 L2.4553,17.0098 C2.4553,18.9428 4.0223,20.5098 5.9553,20.5098 L18.0443,20.5098 C19.9773,20.5098 21.5443,18.9428 21.5443,17.0098 L21.5443,9.0318 L2.4553,9.0318 Z M21.5445,7.7497 L21.5445,6.9907 C21.5445,5.0567 19.9775,3.4907 18.0445,3.4907 L5.9555,3.4907 C4.0225,3.4907 2.4555,5.0567 2.4555,6.9907 L2.4555,7.7497 L21.5445,7.7497 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SellerIntro;
|
|
@@ -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 Shoppingbag = 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: color, fillRule: "evenodd", d: "M8.1495,7.0244 C8.1495,4.8654 9.9055,3.1084 12.0645,3.1084 C14.2235,3.1084 15.9805,4.8654 15.9805,7.0244 L15.9805,7.7374 L8.1495,7.7374 L8.1495,7.0244 Z M21.3125,8.5594 C20.9015,8.0374 20.2845,7.7374 19.6205,7.7374 L17.4805,7.7374 L17.4805,7.0244 C17.4805,4.0384 15.0505,1.6084 12.0645,1.6084 C9.0785,1.6084 6.6495,4.0384 6.6495,7.0244 L6.6495,7.7374 L4.3795,7.7374 C3.7145,7.7374 3.0985,8.0374 2.6875,8.5594 C2.2775,9.0814 2.1315,9.7514 2.2885,10.3974 L4.6615,20.1584 C4.8975,21.1254 5.7565,21.8014 6.7525,21.8014 L17.2475,21.8014 C18.2435,21.8014 19.1025,21.1254 19.3375,20.1584 L21.7115,10.3974 C21.8685,9.7514 21.7225,9.0814 21.3125,8.5594 L21.3125,8.5594 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Shoppingbag;
|
|
@@ -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 Site = 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: color, fillRule: "evenodd", d: "M21.5446,9.032 L21.5446,17.01 C21.5446,18.943 19.9776,20.51 18.0446,20.51 L5.9556,20.51 C4.0226,20.51 2.4556,18.943 2.4556,17.01 L2.4556,9.032 L21.5446,9.032 Z M9.0446,11.3584 L5.4656,11.3584 C5.3186,11.3584 5.1986,11.4784 5.1986,11.6264 L5.1986,16.5104 C5.1986,17.1514 5.7176,17.6704 6.3586,17.6704 L9.0446,17.6704 C9.1926,17.6704 9.3126,17.5504 9.3126,17.4024 L9.3126,11.6264 C9.3126,11.4784 9.1926,11.3584 9.0446,11.3584 Z M18.5336,11.3584 L11.2736,11.3584 C11.1256,11.3584 11.0066,11.4784 11.0066,11.6264 L11.0066,17.4024 C11.0066,17.5504 11.1256,17.6704 11.2736,17.6704 L17.6416,17.6704 C18.2826,17.6704 18.8016,17.1514 18.8016,16.5104 L18.8016,11.6264 C18.8016,11.4784 18.6816,11.3584 18.5336,11.3584 Z M21.5444,7.7497 L21.5444,6.9907 C21.5444,5.0567 19.9774,3.4907 18.0444,3.4907 L5.9554,3.4907 C4.0224,3.4907 2.4554,5.0567 2.4554,6.9907 L2.4554,7.7497 L21.5444,7.7497 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Site;
|
|
@@ -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 StarShaped = 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: color, fillRule: "evenodd", d: "M16.3459,21.1607 C16.0679,21.1607 15.7869,21.1137 15.5169,21.0177 L12.1589,19.8237 C12.0559,19.7857 11.9449,19.7867 11.8419,19.8227 L8.4829,21.0177 C7.7159,21.2897 6.8609,21.1677 6.1999,20.6877 C5.5399,20.2077 5.1589,19.4347 5.1819,18.6187 L5.2799,15.0557 C5.2829,14.9477 5.2479,14.8397 5.1819,14.7537 L3.0079,11.9287 C2.5109,11.2827 2.3639,10.4327 2.6159,9.6567 C2.8679,8.8797 3.4859,8.2787 4.2689,8.0487 L7.6879,7.0407 C7.7919,7.0097 7.8839,6.9427 7.9449,6.8537 L9.9599,3.9127 C10.4209,3.2407 11.1829,2.8387 11.9999,2.8377 L11.9999,2.8377 C12.8159,2.8377 13.5789,3.2397 14.0399,3.9127 L16.0549,6.8537 C16.1169,6.9437 16.2079,7.0097 16.3129,7.0407 L19.7309,8.0487 C20.5139,8.2787 21.1319,8.8797 21.3839,9.6557 C21.6369,10.4317 21.4899,11.2817 20.9919,11.9287 L18.8189,14.7537 C18.7519,14.8397 18.7179,14.9467 18.7209,15.0557 L18.8179,18.6187 C18.8409,19.4337 18.4599,20.2077 17.8009,20.6877 C17.3719,20.9987 16.8619,21.1607 16.3459,21.1607" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = StarShaped;
|
|
@@ -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 Target = 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: color, fillRule: "evenodd", d: "M11.1384,3.8672 C11.5734,3.8672 12.0324,3.9072 12.5394,3.9872 C13.1884,4.0902 13.6304,4.7002 13.5274,5.3482 C13.4244,5.9972 12.8164,6.4432 12.1664,6.3372 C11.7834,6.2762 11.4474,6.2462 11.1384,6.2462 C7.5604,6.2462 4.6504,9.1582 4.6504,12.7352 C4.6504,16.3132 7.5604,19.2242 11.1384,19.2242 C14.7164,19.2242 17.6274,16.3132 17.6274,12.7352 C17.6274,12.4242 17.5974,12.0882 17.5364,11.7092 C17.4324,11.0602 17.8744,10.4502 18.5234,10.3462 C19.1704,10.2392 19.7824,10.6842 19.8864,11.3332 C19.9674,11.8382 20.0064,12.2972 20.0064,12.7352 C20.0064,17.6252 16.0284,21.6032 11.1384,21.6032 C6.2484,21.6032 2.2704,17.6252 2.2704,12.7352 C2.2704,7.8462 6.2484,3.8672 11.1384,3.8672 Z M18.58,1.5503 C18.895,1.2343 19.435,1.4473 19.449,1.8933 L19.529,4.3443 L21.98,4.4243 C22.426,4.4383 22.639,4.9783 22.324,5.2943 L19.48,8.1383 L17.223,8.0653 L15.421,9.8663 C15.972,10.6873 16.294,11.6733 16.294,12.7353 C16.294,15.5823 13.986,17.8913 11.138,17.8913 C8.291,17.8913 5.983,15.5823 5.983,12.7353 C5.983,9.8883 8.291,7.5793 11.138,7.5793 C12.2,7.5793 13.187,7.9023 14.007,8.4523 L15.809,6.6513 L15.735,4.3943 Z M11.138,10.7433 C10.038,10.7433 9.146,11.6353 9.146,12.7353 C9.146,13.8353 10.038,14.7273 11.138,14.7273 C12.239,14.7273 13.131,13.8353 13.131,12.7353 C13.131,12.5593 13.101,12.3923 13.058,12.2293 L12.195,13.0923 C12,13.2873 11.744,13.3853 11.488,13.3853 C11.233,13.3853 10.976,13.2873 10.781,13.0923 C10.391,12.7013 10.391,12.0693 10.781,11.6783 L11.644,10.8153 C11.482,10.7723 11.314,10.7433 11.138,10.7433 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Target;
|
|
@@ -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 User = 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: color, fillRule: "evenodd", d: "M12.0001,12.0918 C7.6531,12.0918 4.0271,15.1768 3.1921,19.2778 C3.0031,20.2078 3.7191,21.0808 4.6691,21.0808 L19.3311,21.0808 C20.2811,21.0808 20.9971,20.2078 20.8081,19.2778 C19.9731,15.1768 16.3471,12.0918 12.0001,12.0918 M11.9739,2.9196 C9.6999,2.9196 7.8569,4.7626 7.8569,7.0366 C7.8569,9.3106 9.6999,11.1536 11.9739,11.1536 C14.2479,11.1536 16.0909,9.3106 16.0909,7.0366 C16.0909,4.7626 14.2479,2.9196 11.9739,2.9196" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = User;
|
|
@@ -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 Xmark = 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, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "3", d: "M5.5,5.5 L18.5,18.5 M18.5,5.5 L5.5,18.5" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Xmark;
|
|
@@ -49,6 +49,7 @@ declare const fillIcons: {
|
|
|
49
49
|
readonly ic_face: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
50
50
|
readonly ic_heart: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
51
51
|
readonly ic_help_window: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
52
|
+
readonly ic_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
52
53
|
readonly ic_icon: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
53
54
|
readonly ic_image: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
54
55
|
readonly ic_information: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -76,8 +77,10 @@ declare const fillIcons: {
|
|
|
76
77
|
readonly ic_paint: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
77
78
|
readonly ic_palette: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
78
79
|
readonly ic_paper_plane: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
80
|
+
readonly ic_papp_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
79
81
|
readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
80
82
|
readonly ic_pin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
83
|
+
readonly ic_plan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
81
84
|
readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
82
85
|
readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
83
86
|
readonly ic_post_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -87,17 +90,23 @@ declare const fillIcons: {
|
|
|
87
90
|
readonly ic_question: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
88
91
|
readonly ic_reply: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
89
92
|
readonly ic_richtext: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
93
|
+
readonly ic_sales: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
90
94
|
readonly ic_scrolling_text: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
95
|
+
readonly ic_seller_intro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
91
96
|
readonly ic_seller_page: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
92
97
|
readonly ic_setting: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
93
98
|
readonly ic_shape: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
99
|
+
readonly ic_shoppingbag: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
100
|
+
readonly ic_site: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
94
101
|
readonly ic_slider: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
95
102
|
readonly ic_speaker_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
96
103
|
readonly ic_speaker_wave_1: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
97
104
|
readonly ic_speaker_wave_2: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
98
105
|
readonly ic_split_screen: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
99
106
|
readonly ic_star: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
107
|
+
readonly ic_star_shaped: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
100
108
|
readonly ic_subscribers: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
109
|
+
readonly ic_target: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
101
110
|
readonly ic_text: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
102
111
|
readonly ic_text_align_bottom: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
103
112
|
readonly ic_text_align_center: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -113,6 +122,7 @@ declare const fillIcons: {
|
|
|
113
122
|
readonly ic_typeface_system: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
114
123
|
readonly ic_unavailable: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
115
124
|
readonly ic_upload: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
125
|
+
readonly ic_user: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
116
126
|
readonly ic_verified: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
117
127
|
readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
118
128
|
readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -126,5 +136,6 @@ declare const fillIcons: {
|
|
|
126
136
|
readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
127
137
|
readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
128
138
|
readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
139
|
+
readonly ic_xmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
129
140
|
};
|
|
130
141
|
export default fillIcons;
|
|
@@ -52,6 +52,7 @@ var EyeClose_1 = __importDefault(require("./EyeClose"));
|
|
|
52
52
|
var Face_1 = __importDefault(require("./Face"));
|
|
53
53
|
var Heart_1 = __importDefault(require("./Heart"));
|
|
54
54
|
var HelpWindow_1 = __importDefault(require("./HelpWindow"));
|
|
55
|
+
var Home_1 = __importDefault(require("./Home"));
|
|
55
56
|
var Icon_1 = __importDefault(require("./Icon"));
|
|
56
57
|
var Image_1 = __importDefault(require("./Image"));
|
|
57
58
|
var Information_1 = __importDefault(require("./Information"));
|
|
@@ -79,8 +80,10 @@ var PageSetting_1 = __importDefault(require("./PageSetting"));
|
|
|
79
80
|
var Paint_1 = __importDefault(require("./Paint"));
|
|
80
81
|
var Palette_1 = __importDefault(require("./Palette"));
|
|
81
82
|
var PaperPlane_1 = __importDefault(require("./PaperPlane"));
|
|
83
|
+
var PappType_1 = __importDefault(require("./PappType"));
|
|
82
84
|
var Photo_1 = __importDefault(require("./Photo"));
|
|
83
85
|
var Pin_1 = __importDefault(require("./Pin"));
|
|
86
|
+
var Plan_1 = __importDefault(require("./Plan"));
|
|
84
87
|
var PlusCircle_1 = __importDefault(require("./PlusCircle"));
|
|
85
88
|
var PlusRound_1 = __importDefault(require("./PlusRound"));
|
|
86
89
|
var PostFree_1 = __importDefault(require("./PostFree"));
|
|
@@ -90,17 +93,23 @@ var PostSocial_1 = __importDefault(require("./PostSocial"));
|
|
|
90
93
|
var Question_1 = __importDefault(require("./Question"));
|
|
91
94
|
var Reply_1 = __importDefault(require("./Reply"));
|
|
92
95
|
var Richtext_1 = __importDefault(require("./Richtext"));
|
|
96
|
+
var Sales_1 = __importDefault(require("./Sales"));
|
|
93
97
|
var ScrollingText_1 = __importDefault(require("./ScrollingText"));
|
|
98
|
+
var SellerIntro_1 = __importDefault(require("./SellerIntro"));
|
|
94
99
|
var SellerPage_1 = __importDefault(require("./SellerPage"));
|
|
95
100
|
var Setting_1 = __importDefault(require("./Setting"));
|
|
96
101
|
var Shape_1 = __importDefault(require("./Shape"));
|
|
102
|
+
var Shoppingbag_1 = __importDefault(require("./Shoppingbag"));
|
|
103
|
+
var Site_1 = __importDefault(require("./Site"));
|
|
97
104
|
var Slider_1 = __importDefault(require("./Slider"));
|
|
98
105
|
var SpeakerOff_1 = __importDefault(require("./SpeakerOff"));
|
|
99
106
|
var SpeakerWave1_1 = __importDefault(require("./SpeakerWave1"));
|
|
100
107
|
var SpeakerWave2_1 = __importDefault(require("./SpeakerWave2"));
|
|
101
108
|
var SplitScreen_1 = __importDefault(require("./SplitScreen"));
|
|
102
109
|
var Star_1 = __importDefault(require("./Star"));
|
|
110
|
+
var StarShaped_1 = __importDefault(require("./StarShaped"));
|
|
103
111
|
var Subscribers_1 = __importDefault(require("./Subscribers"));
|
|
112
|
+
var Target_1 = __importDefault(require("./Target"));
|
|
104
113
|
var Text_1 = __importDefault(require("./Text"));
|
|
105
114
|
var TextAlignBottom_1 = __importDefault(require("./TextAlignBottom"));
|
|
106
115
|
var TextAlignCenter_1 = __importDefault(require("./TextAlignCenter"));
|
|
@@ -116,6 +125,7 @@ var Trashcan_1 = __importDefault(require("./Trashcan"));
|
|
|
116
125
|
var TypefaceSystem_1 = __importDefault(require("./TypefaceSystem"));
|
|
117
126
|
var Unavailable_1 = __importDefault(require("./Unavailable"));
|
|
118
127
|
var Upload_1 = __importDefault(require("./Upload"));
|
|
128
|
+
var User_1 = __importDefault(require("./User"));
|
|
119
129
|
var Verified_1 = __importDefault(require("./Verified"));
|
|
120
130
|
var Video_1 = __importDefault(require("./Video"));
|
|
121
131
|
var Videocall_1 = __importDefault(require("./Videocall"));
|
|
@@ -129,6 +139,7 @@ var VideoResolution_1 = __importDefault(require("./VideoResolution"));
|
|
|
129
139
|
var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
|
|
130
140
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
|
131
141
|
var Vodplus_1 = __importDefault(require("./Vodplus"));
|
|
142
|
+
var Xmark_1 = __importDefault(require("./Xmark"));
|
|
132
143
|
var fillIcons = {
|
|
133
144
|
ic_accordion: Accordion_1.default,
|
|
134
145
|
ic_align_bottom: AlignBottom_1.default,
|
|
@@ -179,6 +190,7 @@ var fillIcons = {
|
|
|
179
190
|
ic_face: Face_1.default,
|
|
180
191
|
ic_heart: Heart_1.default,
|
|
181
192
|
ic_help_window: HelpWindow_1.default,
|
|
193
|
+
ic_home: Home_1.default,
|
|
182
194
|
ic_icon: Icon_1.default,
|
|
183
195
|
ic_image: Image_1.default,
|
|
184
196
|
ic_information: Information_1.default,
|
|
@@ -206,8 +218,10 @@ var fillIcons = {
|
|
|
206
218
|
ic_paint: Paint_1.default,
|
|
207
219
|
ic_palette: Palette_1.default,
|
|
208
220
|
ic_paper_plane: PaperPlane_1.default,
|
|
221
|
+
ic_papp_type: PappType_1.default,
|
|
209
222
|
ic_photo: Photo_1.default,
|
|
210
223
|
ic_pin: Pin_1.default,
|
|
224
|
+
ic_plan: Plan_1.default,
|
|
211
225
|
ic_plus_circle: PlusCircle_1.default,
|
|
212
226
|
ic_plus_round: PlusRound_1.default,
|
|
213
227
|
ic_post_free: PostFree_1.default,
|
|
@@ -217,17 +231,23 @@ var fillIcons = {
|
|
|
217
231
|
ic_question: Question_1.default,
|
|
218
232
|
ic_reply: Reply_1.default,
|
|
219
233
|
ic_richtext: Richtext_1.default,
|
|
234
|
+
ic_sales: Sales_1.default,
|
|
220
235
|
ic_scrolling_text: ScrollingText_1.default,
|
|
236
|
+
ic_seller_intro: SellerIntro_1.default,
|
|
221
237
|
ic_seller_page: SellerPage_1.default,
|
|
222
238
|
ic_setting: Setting_1.default,
|
|
223
239
|
ic_shape: Shape_1.default,
|
|
240
|
+
ic_shoppingbag: Shoppingbag_1.default,
|
|
241
|
+
ic_site: Site_1.default,
|
|
224
242
|
ic_slider: Slider_1.default,
|
|
225
243
|
ic_speaker_off: SpeakerOff_1.default,
|
|
226
244
|
ic_speaker_wave_1: SpeakerWave1_1.default,
|
|
227
245
|
ic_speaker_wave_2: SpeakerWave2_1.default,
|
|
228
246
|
ic_split_screen: SplitScreen_1.default,
|
|
229
247
|
ic_star: Star_1.default,
|
|
248
|
+
ic_star_shaped: StarShaped_1.default,
|
|
230
249
|
ic_subscribers: Subscribers_1.default,
|
|
250
|
+
ic_target: Target_1.default,
|
|
231
251
|
ic_text: Text_1.default,
|
|
232
252
|
ic_text_align_bottom: TextAlignBottom_1.default,
|
|
233
253
|
ic_text_align_center: TextAlignCenter_1.default,
|
|
@@ -243,6 +263,7 @@ var fillIcons = {
|
|
|
243
263
|
ic_typeface_system: TypefaceSystem_1.default,
|
|
244
264
|
ic_unavailable: Unavailable_1.default,
|
|
245
265
|
ic_upload: Upload_1.default,
|
|
266
|
+
ic_user: User_1.default,
|
|
246
267
|
ic_verified: Verified_1.default,
|
|
247
268
|
ic_video: Video_1.default,
|
|
248
269
|
ic_videocall: Videocall_1.default,
|
|
@@ -255,6 +276,7 @@ var fillIcons = {
|
|
|
255
276
|
ic_video_resolution: VideoResolution_1.default,
|
|
256
277
|
ic_video_subtitle: VideoSubtitle_1.default,
|
|
257
278
|
ic_video_type: VideoType_1.default,
|
|
258
|
-
ic_vodplus: Vodplus_1.default
|
|
279
|
+
ic_vodplus: Vodplus_1.default,
|
|
280
|
+
ic_xmark: Xmark_1.default
|
|
259
281
|
};
|
|
260
282
|
exports.default = fillIcons;
|