pds-dev-kit-web 2.1.11 → 2.1.12
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/Accordion.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignBottom.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignCenter.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignLeft.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignMiddle.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignRight.js +1 -1
- package/dist/src/common/assets/icons/fill/AlignTop.js +1 -1
- package/dist/src/common/assets/icons/fill/ArrowDownStepper.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowDownStepper.js +30 -0
- package/dist/src/common/assets/icons/fill/ArrowUpStepper.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowUpStepper.js +30 -0
- package/dist/src/common/assets/icons/fill/Audio.js +1 -1
- package/dist/src/common/assets/icons/fill/Button.js +1 -1
- package/dist/src/common/assets/icons/fill/Calendar.js +1 -1
- package/dist/src/common/assets/icons/fill/Carousel.js +1 -1
- package/dist/src/common/assets/icons/fill/Copy.js +1 -1
- package/dist/src/common/assets/icons/fill/DeviceApp.js +1 -1
- package/dist/src/common/assets/icons/fill/DeviceDesktop.js +1 -1
- package/dist/src/common/assets/icons/fill/DeviceMobile.js +1 -1
- package/dist/src/common/assets/icons/fill/Divider.js +1 -1
- package/dist/src/common/assets/icons/fill/Download.js +1 -1
- package/dist/src/common/assets/icons/fill/EditorLeftSide.js +1 -1
- package/dist/src/common/assets/icons/fill/EditorRightSide.js +1 -1
- package/dist/src/common/assets/icons/fill/Embed.js +1 -1
- package/dist/src/common/assets/icons/fill/Icon.js +1 -1
- package/dist/src/common/assets/icons/fill/Image.js +1 -1
- package/dist/src/common/assets/icons/fill/LayerBackward.js +1 -1
- package/dist/src/common/assets/icons/fill/LayerForward.js +1 -1
- package/dist/src/common/assets/icons/fill/Layout.js +1 -1
- package/dist/src/common/assets/icons/fill/LightBulb.js +1 -1
- package/dist/src/common/assets/icons/fill/Links.js +1 -1
- package/dist/src/common/assets/icons/fill/List.js +1 -1
- package/dist/src/common/assets/icons/fill/LogoInsta.js +1 -1
- package/dist/src/common/assets/icons/fill/LogoTwitter.js +1 -1
- package/dist/src/common/assets/icons/fill/MinusCircle.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/MinusCircle.js +30 -0
- package/dist/src/common/assets/icons/fill/Paint.js +1 -1
- package/dist/src/common/assets/icons/fill/PlusCircle.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PlusCircle.js +30 -0
- package/dist/src/common/assets/icons/fill/PlusRound.js +1 -1
- package/dist/src/common/assets/icons/fill/Richtext.js +1 -1
- package/dist/src/common/assets/icons/fill/ScrollingText.js +1 -1
- package/dist/src/common/assets/icons/fill/Shape.js +1 -1
- package/dist/src/common/assets/icons/fill/Slider.js +1 -1
- package/dist/src/common/assets/icons/fill/Text.js +1 -1
- package/dist/src/common/assets/icons/fill/Trashcan.js +1 -1
- package/dist/src/common/assets/icons/fill/Upload.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoType.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoType.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +5 -0
- package/dist/src/common/assets/icons/fill/index.js +10 -0
- package/dist/src/common/assets/icons/line/Carousel.js +1 -1
- package/dist/src/common/assets/icons/line/LightBulb.js +1 -1
- package/dist/src/common/assets/icons/line/MinusCircle.js +1 -1
- package/dist/src/common/assets/icons/line/PlusCircle.js +1 -1
- package/dist/src/common/assets/icons/line/Richtext.js +1 -1
- package/dist/src/common/assets/icons/line/VideoType.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoType.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +1 -0
- package/dist/src/common/assets/icons/line/index.js +2 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +5 -4
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +5 -4
- package/dist/src/common/styles/colorSet/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +956 -953
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/desktop/components/TextField/TextField.js +3 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +40 -15
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +3 -3
- package/package.json +1 -1
- package/release-note.md +89 -20
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var LightBulb = 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.
|
|
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: "2", d: "M16.2657,17.8286 C16.3927,17.5936 16.4997,16.1496 16.5847,15.8936 C16.8047,15.2276 17.1317,14.5956 17.5697,14.0386 C18.4617,12.9066 18.9907,11.4946 18.9907,9.9636 C18.9907,6.1326 15.6807,3.0476 11.6697,3.2256 C8.0987,3.3836 5.1967,6.1726 5.0177,9.6176 C4.9337,11.2456 5.4487,12.7536 6.3677,13.9576 C6.8127,14.5406 7.1837,15.1756 7.4067,15.8666 C7.4937,16.1366 7.6057,17.5936 7.7407,17.8396 L16.2657,17.8286 Z M12,17.3305 L12,11.5785 M9.5962,11.1775 L14.4042,11.1775 M8.7782,20.7819 L15.2222,20.7819" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = LightBulb;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Links = 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.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "
|
|
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", strokeWidth: "2", d: "M11.2889,6.3843 L12.5019,4.9383 C13.9949,3.1593 16.6729,2.9253 18.4519,4.4183 C20.2319,5.9113 20.4659,8.5893 18.9729,10.3683 L16.5469,13.2593 C15.0539,15.0393 12.3759,15.2733 10.5969,13.7803 C10.1019,13.3643 9.7259,12.8573 9.4739,12.3033 M12.711,17.6158 L11.498,19.0608 C10.005,20.8408 7.327,21.0748 5.548,19.5818 C3.768,18.0888 3.534,15.4108 5.027,13.6318 L7.453,10.7408 C8.946,8.9608 11.624,8.7268 13.403,10.2198 C13.904,10.6398 14.282,11.1538 14.534,11.7148" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Links;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var List = 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.
|
|
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", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M10.7791,7.9453 L15.9761,7.9453 M10.7791,12 L15.9761,12 M10.7791,16.0547 L15.9761,16.0547" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.2498,3.2499 C19.1828,3.2499 20.7498,4.8169 20.7498,6.7499 L20.7498,17.2499 C20.7498,19.1829 19.1828,20.7499 17.2498,20.7499 L6.7498,20.7499 C4.8168,20.7499 3.2498,19.1829 3.2498,17.2499 L3.2498,6.7499 C3.2498,4.8169 4.8168,3.2499 6.7498,3.2499 L17.2498,3.2499 Z M17.2498,5.2499 L6.7498,5.2499 C5.9228,5.2499 5.2498,5.9229 5.2498,6.7499 L5.2498,17.2499 C5.2498,18.0769 5.9228,18.7499 6.7498,18.7499 L17.2498,18.7499 C18.0768,18.7499 18.7498,18.0769 18.7498,17.2499 L18.7498,6.7499 C18.7498,5.9229 18.0768,5.2499 17.2498,5.2499 Z M8.1472,15.1346 C8.2672,15.1736 8.3732,15.2546 8.4672,15.3466 C8.6532,15.5336 8.7602,15.7866 8.7602,16.0536 C8.7602,16.3206 8.6532,16.5746 8.4672,16.7606 C8.3732,16.8546 8.2672,16.9336 8.1472,16.9746 C8.0132,17.0276 7.8932,17.0536 7.7602,17.0536 C7.6272,17.0536 7.4932,17.0276 7.3732,16.9746 C7.2532,16.9336 7.1472,16.8546 7.0532,16.7606 C6.8662,16.5746 6.7602,16.3206 6.7602,16.0536 C6.7602,15.9206 6.7872,15.7866 6.8402,15.6666 C6.8802,15.5466 6.9602,15.4406 7.0532,15.3466 C7.3332,15.0666 7.7732,14.9746 8.1472,15.1346 Z M8.1472,11.0522 C8.2672,11.1062 8.3732,11.1722 8.4672,11.2792 C8.5602,11.3602 8.6272,11.4792 8.6802,11.5992 C8.7332,11.7192 8.7602,11.8532 8.7602,11.9862 C8.7602,12.2402 8.6532,12.4932 8.4672,12.6792 C8.2802,12.8792 8.0272,12.9862 7.7602,12.9862 C7.4932,12.9862 7.2402,12.8792 7.0532,12.6792 C6.8662,12.4932 6.7602,12.2402 6.7602,11.9862 C6.7602,11.7192 6.8662,11.4522 7.0532,11.2792 C7.1472,11.1722 7.2532,11.1062 7.3732,11.0522 C7.6132,10.9602 7.8932,10.9602 8.1472,11.0522 Z M8.1472,6.9931 C8.2672,7.0341 8.3732,7.1131 8.4672,7.2071 C8.5602,7.3011 8.6272,7.4061 8.6802,7.5271 C8.7332,7.6471 8.7602,7.7801 8.7602,7.9141 C8.7602,8.0471 8.7332,8.1801 8.6802,8.3011 C8.6272,8.4211 8.5602,8.5271 8.4672,8.6201 C8.3732,8.7131 8.2672,8.7931 8.1472,8.8331 C8.0132,8.8871 7.8932,8.9141 7.7602,8.9141 C7.4932,8.9141 7.2402,8.8071 7.0532,8.6201 C6.8662,8.4341 6.7602,8.1801 6.7602,7.9141 C6.7602,7.7801 6.7872,7.6471 6.8402,7.5271 C6.8802,7.4061 6.9602,7.3011 7.0532,7.2071 C7.3332,6.9271 7.7732,6.8331 8.1472,6.9931 Z" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = List;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var LogoInsta = 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.jsx)("
|
|
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: "M13.0130736,2.86213901 C14.5430832,2.8655904 14.89968,2.8794 15.7128,2.9172 C16.5948,2.9562 17.2818,3.0882 17.9418,3.3442 C18.5918,3.5972 19.0988,3.9282 19.5858,4.4142 C20.0738,4.9032 20.4048,5.4102 20.6558,6.0582 C20.9108,6.7162 21.0428,7.4032 21.0838,8.2872 C21.09084,8.44096 21.0970096,8.5782848 21.1024071,8.71046298 L21.1099366,8.90628134 C21.127374,9.3932327 21.1346451,9.88718246 21.1369337,10.9834266 L21.1377505,11.7182108 L21.1378,12.0002 C21.1378,12.09752 21.137784,12.1914576 21.1377505,12.2821892 L21.1369337,13.0169734 C21.1346451,14.1132175 21.127374,14.6071673 21.1099366,15.0941187 L21.1024071,15.289937 C21.0970096,15.4221152 21.09084,15.55944 21.0838,15.7132 C21.0428,16.5972 20.9108,17.2842 20.6558,17.9422 C20.4048,18.5902 20.0738,19.0972 19.5858,19.5862 C19.0968,20.0742 18.5898,20.4042 17.9418,20.6552 C17.2858,20.9112 16.5988,21.0432 15.7128,21.0832 C14.89968,21.121 14.5430832,21.1348096 13.0130736,21.138261 L12.2807616,21.1391457 L11.9998,21.1392 C11.90284,21.1392 11.8092464,21.1391824 11.718843,21.1391457 L10.9865909,21.138261 C9.4567856,21.1348096 9.10076,21.121 8.2868,21.0832 C7.4008,21.0432 6.7138,20.9112 6.0578,20.6552 C5.4108,20.4042 4.9038,20.0742 4.4148,19.5862 C3.9268,19.0972 3.5958,18.5902 3.3438,17.9422 C3.0888,17.2832 2.9568,16.5962 2.9158,15.7132 C2.87884,14.90596 2.866576,14.5517152 2.8635977,13.0169734 L2.8635977,10.9834266 C2.866576,9.4486848 2.87884,9.09444 2.9158,8.2872 C2.9568,7.4042 3.0888,6.7172 3.3438,6.0582 C3.5958,5.4102 3.9268,4.9032 4.4138,4.4142 C4.9018,3.9282 5.4078,3.5972 6.0578,3.3442 C6.7178,3.0882 7.4058,2.9562 8.2868,2.9172 C9.10076,2.8794 9.4567856,2.8655904 10.9865909,2.86213901 Z M11.9998,4.7812 C11.90448,4.7812 11.8125168,4.7812144 11.7237331,4.7812448 L11.0057405,4.7819936 C9.5083968,4.7849504 9.17868,4.79708 8.3748,4.8332 C7.5208,4.8722 7.0598,5.0142 6.7528,5.1332 C6.3538,5.2882 6.0698,5.4742 5.7718,5.7712 C5.4728,6.0712 5.2878,6.3552 5.1328,6.7542 C5.0138,7.0602 4.8728,7.5202 4.8338,8.3752 C4.8252,8.5646 4.81792,8.72744 4.811776,8.885928 L4.8049367,9.07544595 C4.79019571,9.51941306 4.78378394,9.99890477 4.78166221,11.0014311 L4.78166221,12.9985657 C4.7848448,14.501784 4.79768,14.82888 4.8338,15.6252 C4.8728,16.4802 5.0138,16.9412 5.1328,17.2462 C5.2878,17.6452 5.4728,17.9292 5.7718,18.2282 C6.0718,18.5272 6.3558,18.7122 6.7538,18.8672 C7.0598,18.9862 7.5208,19.1282 8.3748,19.1672 C9.1644,19.20248 9.4897152,19.2144752 10.99787,19.2174105 L11.7214429,19.2181553 L11.9998,19.2182 C12.09596,19.2182 12.1887248,19.2181856 12.2782723,19.2181553 L13.0021332,19.2174105 C14.5108592,19.2144752 14.83604,19.20248 15.6248,19.1672 C16.4798,19.1282 16.9408,18.9862 17.2458,18.8672 C17.6448,18.7122 17.9288,18.5272 18.2288,18.2282 C18.5278,17.9292 18.7118,17.6452 18.8668,17.2462 C18.9858,16.9402 19.1268,16.4792 19.1658,15.6252 C19.20192,14.83308 19.2147552,14.5059504 19.2179378,13.000243 L19.2187505,12.2779903 L19.2188,12.0002 C19.2188,11.90424 19.218784,11.811664 19.2187505,11.7222945 L19.2179378,10.9997538 C19.2147552,9.4934752 19.20192,9.16648 19.1658,8.3752 C19.1268,7.5212 18.9858,7.0602 18.8668,6.7542 C18.7118,6.3552 18.5278,6.0712 18.2288,5.7722 C17.9308,5.4742 17.6468,5.2882 17.2458,5.1332 C16.9408,5.0142 16.4798,4.8722 15.6248,4.8332 C14.82092,4.79708 14.4912032,4.7849504 12.9938595,4.7819936 L12.2758669,4.7812448 Z M11.9998,7.2342 C14.6278,7.2342 16.7658,9.3722 16.7658,12.0002 C16.7658,14.6282 14.6278,16.7662 11.9998,16.7662 C9.3718,16.7662 7.2348,14.6282 7.2348,12.0002 C7.2348,9.3722 9.3718,7.2342 11.9998,7.2342 Z M11.9998,9.1542 C10.4308,9.1542 9.1538,10.4312 9.1538,12.0002 C9.1538,13.5692 10.4308,14.8462 11.9998,14.8462 C13.5698,14.8462 14.8458,13.5692 14.8458,12.0002 C14.8458,10.4312 13.5698,9.1542 11.9998,9.1542 Z M16.7979,5.9728 C17.4749,5.9728 18.0269,6.5248 18.0269,7.2018 C18.0269,7.8788 17.4749,8.4308 16.7979,8.4308 C16.1199,8.4308 15.5689,7.8788 15.5689,7.2018 C15.5689,6.5248 16.1199,5.9728 16.7979,5.9728 Z" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = LogoInsta;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var LogoTwitter = 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.jsx)("
|
|
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.1696,3.7932 L13.8739,11.2472 L20.6779,20.207 L15.7799,20.207 L11.2939,14.3002 L6.3405,20.168 L3.3235,20.168 L9.8659,12.4192 L3.3219,3.804 L8.2199,3.804 L12.4449,9.3662 L17.1526,3.7932 L20.1696,3.7932 Z M7.4769,5.302 L6.3409,5.302 L16.5229,18.709 L17.6589,18.709 L7.4769,5.302 Z" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = LogoTwitter;
|
|
@@ -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 MinusCircle = 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: "2", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M8.8,12 L15.2,12 L8.8,12 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = MinusCircle;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Paint = 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.jsx)("
|
|
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.9995,1.4096 L15.9955,1.4096 C15.7005,1.4096 15.4335,1.5816 15.3125,1.8496 L14.0545,4.6236 L12.8265,1.8556 C12.7065,1.5846 12.4375,1.4096 12.1405,1.4096 L7.0005,1.4096 C5.4825,1.4096 4.2505,2.6406 4.2505,4.1596 L4.2505,10.8596 L19.7495,10.8596 L19.7495,4.1596 C19.7495,2.6406 18.5185,1.4096 16.9995,1.4096 M19.6849,12.6364 L4.3159,12.6364 C4.3159,15.2824 5.9119,17.0434 8.5009,17.0434 L9.1939,17.0434 L9.1939,20.3344 C9.1939,21.0604 9.5509,21.7494 10.1509,22.1574 C12.3989,23.6864 14.8059,22.0984 14.8059,19.9584 L14.8059,17.0434 L15.4999,17.0434 C18.0889,17.0434 19.6849,15.4084 19.6849,12.6364" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Paint;
|
|
@@ -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 PlusCircle = 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: "2", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M7.9129,12 L16.0869,12 M12,7.9129 L12,16.0869" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = PlusCircle;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var PlusRound = 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.
|
|
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: "M17.2501,3.2501 L6.7501,3.2501 C4.8171,3.2501 3.2501,4.8171 3.2501,6.7501 L3.2501,17.2501 C3.2501,19.1831 4.8171,20.7501 6.7501,20.7501 L17.2501,20.7501 C19.1831,20.7501 20.7501,19.1831 20.7501,17.2501 L20.7501,6.7501 C20.7501,4.8171 19.1831,3.2501 17.2501,3.2501 L17.2501,3.2501 Z M17.2501,5.2501 C18.0771,5.2501 18.7501,5.9231 18.7501,6.7501 L18.7501,17.2501 C18.7501,18.0771 18.0771,18.7501 17.2501,18.7501 L6.7501,18.7501 C5.9231,18.7501 5.2501,18.0771 5.2501,17.2501 L5.2501,6.7501 C5.2501,5.9231 5.9231,5.2501 6.7501,5.2501 L17.2501,5.2501 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.9129,12.0001 L16.0869,12.0001 M12,7.9129 L12,16.0869" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = PlusRound;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Richtext = 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.
|
|
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", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.4838,7.8001 L12.3958,7.8001 M9.9398,7.8001 L9.9398,12.7121 M7.594,16.1999 L16.516,16.1999" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.2502,3.2499 L6.7502,3.2499 C4.8172,3.2499 3.2502,4.8169 3.2502,6.7499 L3.2502,17.2499 C3.2502,19.1829 4.8172,20.7499 6.7502,20.7499 L17.2502,20.7499 C19.1832,20.7499 20.7502,19.1829 20.7502,17.2499 L20.7502,6.7499 C20.7502,4.8169 19.1832,3.2499 17.2502,3.2499 L17.2502,3.2499 Z M17.2502,5.2499 C18.0772,5.2499 18.7502,5.9229 18.7502,6.7499 L18.7502,17.2499 C18.7502,18.0769 18.0772,18.7499 17.2502,18.7499 L6.7502,18.7499 C5.9232,18.7499 5.2502,18.0769 5.2502,17.2499 L5.2502,6.7499 C5.2502,5.9229 5.9232,5.2499 6.7502,5.2499 L17.2502,5.2499 Z" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Richtext;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var ScrollingText = 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.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "
|
|
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", strokeWidth: "2", d: "M4,4.0043 L20,4.0043 M4,20.0048 L20,20.0048 M13.7427,8.9154 L19.8137,8.9154 M16.7782,8.9154 L16.7782,15.9864 M3.9181,8.9154 L9.9891,8.9154 M6.9536,8.9154 L6.9536,15.9864" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = ScrollingText;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Shape = 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.
|
|
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: "2", d: "M20.7186,14.4558 C20.7186,17.9148 17.9146,20.7188 14.4556,20.7188 C10.9966,20.7188 8.1926,17.9148 8.1926,14.4558 C8.1926,10.9968 10.9966,8.1928 14.4556,8.1928 C17.9146,8.1928 20.7186,10.9968 20.7186,14.4558 Z M5.945,14.4558 L5.281,14.4558 C4.177,14.4558 3.281,13.5608 3.281,12.4558 L3.281,5.2818 C3.281,4.1768 4.177,3.2818 5.281,3.2818 L12.456,3.2818 C13.56,3.2818 14.456,4.1768 14.456,5.2818 L14.456,5.9578" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Shape;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Slider = 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.jsx)("path", { fill: color,
|
|
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: "2", d: "M3.0398,10.244 L1.4388,11.979 L3.0788,13.756 M20.9602,10.244 L22.5612,11.979 L20.9212,13.756 M5.7637,14.5294 L5.7637,9.4704 C5.7637,8.4214 6.6147,7.5704 7.6637,7.5704 L16.3367,7.5704 C17.3857,7.5704 18.2367,8.4214 18.2367,9.4704 L18.2367,14.5294 C18.2367,15.5784 17.3857,16.4294 16.3367,16.4294 L7.6637,16.4294 C6.6147,16.4294 5.7637,15.5784 5.7637,14.5294 Z" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Slider;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Text = 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.
|
|
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: "M17.2499,3.2499 L6.7499,3.2499 C4.8169,3.2499 3.2499,4.8169 3.2499,6.7499 L3.2499,17.2499 C3.2499,19.1829 4.8169,20.7499 6.7499,20.7499 L17.2499,20.7499 C19.1829,20.7499 20.7499,19.1829 20.7499,17.2499 L20.7499,6.7499 C20.7499,4.8169 19.1829,3.2499 17.2499,3.2499 L17.2499,3.2499 Z M17.2499,5.2499 C18.0769,5.2499 18.7499,5.9229 18.7499,6.7499 L18.7499,17.2499 C18.7499,18.0769 18.0769,18.7499 17.2499,18.7499 L6.7499,18.7499 C5.9229,18.7499 5.2499,18.0769 5.2499,17.2499 L5.2499,6.7499 C5.2499,5.9229 5.9229,5.2499 6.7499,5.2499 L17.2499,5.2499 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8.4645,8.7795 L15.5355,8.7795 M12,8.7795 L12,15.8505" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Text;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Trashcan = 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.jsx)("
|
|
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: "2", d: "M18.5601,6.7819 L17.7591,18.2769 C17.6611,19.6919 16.4841,20.7889 15.0661,20.7889 L8.9341,20.7889 C7.5161,20.7889 6.3391,19.6919 6.2411,18.2769 L5.4401,6.7819 M10.0716,10.9444 L10.0596,16.6264 M13.9401,10.9444 L13.9281,16.6264 M3.7756,6.6266 L20.2246,6.6266 M9.4644,6.2332 L9.4644,4.8502 C9.4644,3.9452 10.1984,3.2112 11.1034,3.2112 L12.8964,3.2112 C13.8014,3.2112 14.5354,3.9452 14.5354,4.8502 L14.5354,6.2332" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Trashcan;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Upload = 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.jsx)("
|
|
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: "2", d: "M19.7102,14.7857 L19.7102,17.5527 C19.7102,18.6567 18.8152,19.5527 17.7102,19.5527 L6.2902,19.5527 C5.1852,19.5527 4.2902,18.6567 4.2902,17.5527 L4.2902,14.7857 M15.6013,7.6027 L12.0003,4.0167 L8.3983,7.6027 M12,4.0167 L12,14.9587" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Upload;
|
|
@@ -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 VideoType = 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: "M14.5464,4 L4.6254,4 C2.9464,4 1.5864,5.361 1.5864,7.04 L1.5864,16.96 C1.5864,18.639 2.9464,20 4.6254,20 L14.5464,20 C16.2254,20 17.5864,18.639 17.5864,16.96 L17.5864,7.04 C17.5864,5.361 16.2254,4 14.5464,4 L14.5464,4 Z M14.5464,6 C15.1194,6 15.5864,6.466 15.5864,7.04 L15.5864,16.96 C15.5864,17.534 15.1194,18 14.5464,18 L4.6254,18 C4.0524,18 3.5864,17.534 3.5864,16.96 L3.5864,7.04 C3.5864,6.466 4.0524,6 4.6254,6 L14.5464,6 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M17.489,10.2218 L20.804,7.6688 C21.464,7.1598 22.42,7.6348 22.4140281,8.4678 L22.362,15.7308 C22.356,16.5628 21.395,17.0238 20.742,16.5078 L17.448,13.9018" }, void 0)] }), void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = VideoType;
|
|
@@ -8,7 +8,9 @@ declare const fillIcons: {
|
|
|
8
8
|
readonly ic_align_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
9
9
|
readonly ic_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
10
10
|
readonly ic_arrow_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
11
|
+
readonly ic_arrow_down_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
11
12
|
readonly ic_arrow_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
13
|
+
readonly ic_arrow_up_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
12
14
|
readonly ic_audio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
13
15
|
readonly ic_bell: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
14
16
|
readonly ic_bell_notification: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -63,6 +65,7 @@ declare const fillIcons: {
|
|
|
63
65
|
readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
64
66
|
readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
65
67
|
readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
68
|
+
readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
66
69
|
readonly ic_moon: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
67
70
|
readonly ic_more: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
68
71
|
readonly ic_paint: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -70,6 +73,7 @@ declare const fillIcons: {
|
|
|
70
73
|
readonly ic_paper_plane: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
71
74
|
readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
72
75
|
readonly ic_pin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
76
|
+
readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
73
77
|
readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
74
78
|
readonly ic_post_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
75
79
|
readonly ic_post_inquiry: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -108,6 +112,7 @@ declare const fillIcons: {
|
|
|
108
112
|
readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
109
113
|
readonly ic_video_resolution: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
110
114
|
readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
115
|
+
readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
111
116
|
readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
112
117
|
};
|
|
113
118
|
export default fillIcons;
|
|
@@ -11,7 +11,9 @@ var AlignMiddle_1 = __importDefault(require("./AlignMiddle"));
|
|
|
11
11
|
var AlignRight_1 = __importDefault(require("./AlignRight"));
|
|
12
12
|
var AlignTop_1 = __importDefault(require("./AlignTop"));
|
|
13
13
|
var ArrowDown_1 = __importDefault(require("./ArrowDown"));
|
|
14
|
+
var ArrowDownStepper_1 = __importDefault(require("./ArrowDownStepper"));
|
|
14
15
|
var ArrowUp_1 = __importDefault(require("./ArrowUp"));
|
|
16
|
+
var ArrowUpStepper_1 = __importDefault(require("./ArrowUpStepper"));
|
|
15
17
|
var Audio_1 = __importDefault(require("./Audio"));
|
|
16
18
|
var Bell_1 = __importDefault(require("./Bell"));
|
|
17
19
|
var BellNotification_1 = __importDefault(require("./BellNotification"));
|
|
@@ -66,6 +68,7 @@ var LogoYt_1 = __importDefault(require("./LogoYt"));
|
|
|
66
68
|
var MenuDesign_1 = __importDefault(require("./MenuDesign"));
|
|
67
69
|
var MicOff_1 = __importDefault(require("./MicOff"));
|
|
68
70
|
var MicOn_1 = __importDefault(require("./MicOn"));
|
|
71
|
+
var MinusCircle_1 = __importDefault(require("./MinusCircle"));
|
|
69
72
|
var Moon_1 = __importDefault(require("./Moon"));
|
|
70
73
|
var More_1 = __importDefault(require("./More"));
|
|
71
74
|
var Paint_1 = __importDefault(require("./Paint"));
|
|
@@ -73,6 +76,7 @@ var Palette_1 = __importDefault(require("./Palette"));
|
|
|
73
76
|
var PaperPlane_1 = __importDefault(require("./PaperPlane"));
|
|
74
77
|
var Photo_1 = __importDefault(require("./Photo"));
|
|
75
78
|
var Pin_1 = __importDefault(require("./Pin"));
|
|
79
|
+
var PlusCircle_1 = __importDefault(require("./PlusCircle"));
|
|
76
80
|
var PlusRound_1 = __importDefault(require("./PlusRound"));
|
|
77
81
|
var PostFree_1 = __importDefault(require("./PostFree"));
|
|
78
82
|
var PostInquiry_1 = __importDefault(require("./PostInquiry"));
|
|
@@ -111,6 +115,7 @@ var VideoPlay_1 = __importDefault(require("./VideoPlay"));
|
|
|
111
115
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
|
112
116
|
var VideoResolution_1 = __importDefault(require("./VideoResolution"));
|
|
113
117
|
var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
|
|
118
|
+
var VideoType_1 = __importDefault(require("./VideoType"));
|
|
114
119
|
var Vodplus_1 = __importDefault(require("./Vodplus"));
|
|
115
120
|
var fillIcons = {
|
|
116
121
|
ic_accordion: Accordion_1.default,
|
|
@@ -121,7 +126,9 @@ var fillIcons = {
|
|
|
121
126
|
ic_align_right: AlignRight_1.default,
|
|
122
127
|
ic_align_top: AlignTop_1.default,
|
|
123
128
|
ic_arrow_down: ArrowDown_1.default,
|
|
129
|
+
ic_arrow_down_stepper: ArrowDownStepper_1.default,
|
|
124
130
|
ic_arrow_up: ArrowUp_1.default,
|
|
131
|
+
ic_arrow_up_stepper: ArrowUpStepper_1.default,
|
|
125
132
|
ic_audio: Audio_1.default,
|
|
126
133
|
ic_bell: Bell_1.default,
|
|
127
134
|
ic_bell_notification: BellNotification_1.default,
|
|
@@ -176,6 +183,7 @@ var fillIcons = {
|
|
|
176
183
|
ic_menu_design: MenuDesign_1.default,
|
|
177
184
|
ic_mic_off: MicOff_1.default,
|
|
178
185
|
ic_mic_on: MicOn_1.default,
|
|
186
|
+
ic_minus_circle: MinusCircle_1.default,
|
|
179
187
|
ic_moon: Moon_1.default,
|
|
180
188
|
ic_more: More_1.default,
|
|
181
189
|
ic_paint: Paint_1.default,
|
|
@@ -183,6 +191,7 @@ var fillIcons = {
|
|
|
183
191
|
ic_paper_plane: PaperPlane_1.default,
|
|
184
192
|
ic_photo: Photo_1.default,
|
|
185
193
|
ic_pin: Pin_1.default,
|
|
194
|
+
ic_plus_circle: PlusCircle_1.default,
|
|
186
195
|
ic_plus_round: PlusRound_1.default,
|
|
187
196
|
ic_post_free: PostFree_1.default,
|
|
188
197
|
ic_post_inquiry: PostInquiry_1.default,
|
|
@@ -221,6 +230,7 @@ var fillIcons = {
|
|
|
221
230
|
ic_video_play_circle: VideoPlayCircle_1.default,
|
|
222
231
|
ic_video_resolution: VideoResolution_1.default,
|
|
223
232
|
ic_video_subtitle: VideoSubtitle_1.default,
|
|
233
|
+
ic_video_type: VideoType_1.default,
|
|
224
234
|
ic_vodplus: Vodplus_1.default
|
|
225
235
|
};
|
|
226
236
|
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 Carousel = 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.
|
|
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", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M3.0398,10.244 L1.4388,11.979 L3.0788,13.756 M20.9602,10.244 L22.5612,11.979 L20.9212,13.756 M5.3231,16.6642 L5.3231,7.3362 C5.3231,5.9552 6.4421,4.8362 7.8231,4.8362 L16.1771,4.8362 C17.5571,4.8362 18.6771,5.9552 18.6771,7.3362 L18.6771,16.6642 C18.6771,18.0452 17.5571,19.1642 16.1771,19.1642 L7.8231,19.1642 C6.4421,19.1642 5.3231,18.0452 5.3231,16.6642 Z M8.5389,15.6993 L15.4609,15.6993" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.4565,13.1128 L8.5435,13.1128 C7.9915,13.1128 7.5435,12.6648 7.5435,12.1128 L7.5435,8.7298 C7.5435,8.1778 7.9915,7.7298 8.5435,7.7298 L15.4565,7.7298 C16.0085,7.7298 16.4565,8.1778 16.4565,8.7298 L16.4565,12.1128 C16.4565,12.6648 16.0085,13.1128 15.4565,13.1128" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Carousel;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var LightBulb = 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.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M16.2657,
|
|
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: "1.5", d: "M16.2657,17.8286 C16.3927,17.5936 16.4997,16.1496 16.5847,15.8936 C16.8047,15.2276 17.1317,14.5956 17.5697,14.0386 C18.4617,12.9066 18.9907,11.4946 18.9907,9.9636 C18.9907,6.1326 15.6807,3.0476 11.6697,3.2256 C8.0987,3.3836 5.1967,6.1726 5.0177,9.6176 C4.9337,11.2456 5.4487,12.7536 6.3677,13.9576 C6.8127,14.5406 7.1837,15.1756 7.4067,15.8666 C7.4937,16.1366 7.6057,17.5936 7.7407,17.8396 L16.2657,17.8286 Z M12,17.3305 L12,11.5785 M9.5962,11.1775 L14.4042,11.1775 M8.7782,20.7819 L15.2222,20.7819" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = LightBulb;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var MinusCircle = 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.
|
|
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: "1.5", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M8.8,12 L15.2,12 L8.8,12 Z" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = MinusCircle;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var PlusCircle = 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.
|
|
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: "1.5", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M7.9129,12 L16.0869,12 M12,7.9129 L12,16.0869" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = PlusCircle;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Richtext = 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.
|
|
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", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.4838,7.8001 L12.3958,7.8001 M9.9398,7.8001 L9.9398,12.7121 M7.594,16.1999 L16.516,16.1999" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.25,3.2501 L6.75,3.2501 C4.817,3.2501 3.25,4.8171 3.25,6.7501 L3.25,17.2501 C3.25,19.1831 4.817,20.7501 6.75,20.7501 L17.25,20.7501 C19.183,20.7501 20.75,19.1831 20.75,17.2501 L20.75,6.7501 C20.75,4.8171 19.183,3.2501 17.25,3.2501 L17.25,3.2501 Z M17.25,4.7501 C18.353,4.7501 19.25,5.6471 19.25,6.7501 L19.25,17.2501 C19.25,18.3531 18.353,19.2501 17.25,19.2501 L6.75,19.2501 C5.647,19.2501 4.75,18.3531 4.75,17.2501 L4.75,6.7501 C4.75,5.6471 5.647,4.7501 6.75,4.7501 L17.25,4.7501 Z" }, void 0)] }), void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Richtext;
|