pds-dev-kit-web 2.1.8 → 2.1.9
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.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Accordion.js +30 -0
- package/dist/src/common/assets/icons/fill/Download.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Download.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
- package/dist/src/common/assets/icons/fill/index.js +4 -0
- package/dist/src/common/assets/icons/line/Accordion.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Accordion.js +30 -0
- package/dist/src/common/assets/icons/line/Download.js +1 -1
- package/dist/src/common/assets/icons/line/PostStorage.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostStorage.js +30 -0
- package/dist/src/common/assets/icons/line/SectionCustom32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionCustom32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionCustom40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionCustom40.js +30 -0
- package/dist/src/common/assets/icons/line/Target.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Target.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +5 -0
- package/dist/src/common/assets/icons/line/index.js +10 -0
- package/package.json +1 -1
- package/release-note.md +8 -28
|
@@ -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 Accordion = 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.0651,11.3697 L16.5101,13.5007 C16.2651,13.8367 15.7641,13.8397 15.5151,13.5057 L13.9221,11.3757 C13.6171,10.9677 13.9091,10.3867 14.4181,10.3867 L17.5651,10.3867 C18.0711,10.3867 18.3631,10.9607 18.0651,11.3697 M11.0141,12.7497 L6.7871,12.7497 C6.3731,12.7497 6.0371,12.4137 6.0371,11.9997 C6.0371,11.5857 6.3731,11.2497 6.7871,11.2497 L11.0141,11.2497 C11.4281,11.2497 11.7641,11.5857 11.7641,11.9997 C11.7641,12.4137 11.4281,12.7497 11.0141,12.7497 M18.1691,6.4917 L5.8311,6.4917 C3.9941,6.4917 2.5001,7.9857 2.5001,9.8227 L2.5001,14.1777 C2.5001,16.0147 3.9941,17.5087 5.8311,17.5087 L18.1691,17.5087 C20.0051,17.5087 21.5001,16.0147 21.5001,14.1777 L21.5001,9.8227 C21.5001,7.9857 20.0051,6.4917 18.1691,6.4917" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Accordion;
|
|
@@ -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 Download = 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: "1.5", d: "M20.1835,14.7857 L20.1835,17.5527 C20.1835,18.6567 19.2875,19.5527 18.1825,19.5527 L5.8175,19.5527 C4.7125,19.5527 3.8165,18.6567 3.8165,17.5527 L3.8165,14.7857 M7.928,10.4674 L12,14.5224 L16.072,10.4674 M12,14.5221 L12,3.5801" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Download;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const fillIcons: {
|
|
3
|
+
readonly ic_accordion: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
3
4
|
readonly ic_align_bottom: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
4
5
|
readonly ic_align_center: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
5
6
|
readonly ic_align_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -30,6 +31,7 @@ declare const fillIcons: {
|
|
|
30
31
|
readonly ic_device_desktop: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
31
32
|
readonly ic_device_mobile: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
32
33
|
readonly ic_divider: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
34
|
+
readonly ic_download: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
33
35
|
readonly ic_downloaded: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
34
36
|
readonly ic_edit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
35
37
|
readonly ic_editor_left_side: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var Accordion_1 = __importDefault(require("./Accordion"));
|
|
6
7
|
var AlignBottom_1 = __importDefault(require("./AlignBottom"));
|
|
7
8
|
var AlignCenter_1 = __importDefault(require("./AlignCenter"));
|
|
8
9
|
var AlignLeft_1 = __importDefault(require("./AlignLeft"));
|
|
@@ -33,6 +34,7 @@ var DeviceApp_1 = __importDefault(require("./DeviceApp"));
|
|
|
33
34
|
var DeviceDesktop_1 = __importDefault(require("./DeviceDesktop"));
|
|
34
35
|
var DeviceMobile_1 = __importDefault(require("./DeviceMobile"));
|
|
35
36
|
var Divider_1 = __importDefault(require("./Divider"));
|
|
37
|
+
var Download_1 = __importDefault(require("./Download"));
|
|
36
38
|
var Downloaded_1 = __importDefault(require("./Downloaded"));
|
|
37
39
|
var Edit_1 = __importDefault(require("./Edit"));
|
|
38
40
|
var EditorLeftSide_1 = __importDefault(require("./EditorLeftSide"));
|
|
@@ -99,6 +101,7 @@ var VideoResolution_1 = __importDefault(require("./VideoResolution"));
|
|
|
99
101
|
var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
|
|
100
102
|
var Vodplus_1 = __importDefault(require("./Vodplus"));
|
|
101
103
|
var fillIcons = {
|
|
104
|
+
ic_accordion: Accordion_1.default,
|
|
102
105
|
ic_align_bottom: AlignBottom_1.default,
|
|
103
106
|
ic_align_center: AlignCenter_1.default,
|
|
104
107
|
ic_align_left: AlignLeft_1.default,
|
|
@@ -129,6 +132,7 @@ var fillIcons = {
|
|
|
129
132
|
ic_device_desktop: DeviceDesktop_1.default,
|
|
130
133
|
ic_device_mobile: DeviceMobile_1.default,
|
|
131
134
|
ic_divider: Divider_1.default,
|
|
135
|
+
ic_download: Download_1.default,
|
|
132
136
|
ic_downloaded: Downloaded_1.default,
|
|
133
137
|
ic_edit: Edit_1.default,
|
|
134
138
|
ic_editor_left_side: EditorLeftSide_1.default,
|
|
@@ -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 Accordion = 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", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M3.25,14.1775 L3.25,9.8225 C3.25,8.3965 4.406,7.2415 5.831,7.2415 L18.169,7.2415 C19.594,7.2415 20.75,8.3965 20.75,9.8225 L20.75,14.1775 C20.75,15.6035 19.594,16.7585 18.169,16.7585 L5.831,16.7585 C4.406,16.7585 3.25,15.6035 3.25,14.1775 Z M6.7871,12 L11.0141,12" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.0652,11.3698 L16.5102,13.5008 C16.2652,13.8368 15.7642,13.8398 15.5152,13.5058 L13.9222,11.3758 C13.6172,10.9678 13.9082,10.3868 14.4182,10.3868 L17.5652,10.3868 C18.0712,10.3868 18.3632,10.9608 18.0652,11.3698" }, void 0)] }), void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Accordion;
|
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
26
|
var Download = 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: "1.5", d: "
|
|
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: "M20.1835,14.7857 L20.1835,17.5527 C20.1835,18.6567 19.2875,19.5527 18.1825,19.5527 L5.8175,19.5527 C4.7125,19.5527 3.8165,18.6567 3.8165,17.5527 L3.8165,14.7857 M7.928,10.4674 L12,14.5224 L16.072,10.4674 M12,14.5221 L12,3.5801" }, void 0) }), void 0));
|
|
29
29
|
};
|
|
30
30
|
exports.default = Download;
|
|
@@ -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 PostStorage = 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: "M20.9453,11.4447707 L15.5683,11.4447707 C15.0833,11.4447707 14.6933,11.7857707 14.5473,12.2477707 C14.2063,13.3297707 13.1953,14.1147707 12.0003,14.1147707 C10.8053,14.1147707 9.7933,13.3297707 9.4523,12.2477707 C9.3073,11.7857707 8.9173,11.4447707 8.4323,11.4447707 L3.0543,11.4447707 C2.4653,11.4447707 1.9863,11.9227707 1.9863,12.5127707 L1.9863,18.9097707 C1.9863,20.9747707 3.6603,22.6477707 5.7243,22.6477707 L18.2753,22.6477707 C20.3403,22.6477707 22.0133,20.9747707 22.0133,18.9097707 L22.0133,12.5127707 C22.0133,11.9227707 21.5353,11.4447707 20.9453,11.4447707 L20.9453,11.4447707 Z M20.5133,12.9447707 L20.5133,18.9097707 C20.5133,20.1437707 19.5093,21.1477707 18.2753,21.1477707 L5.7243,21.1477707 C4.4903,21.1477707 3.4863,20.1437707 3.4863,18.9097707 L3.4863,12.9447707 L8.1083,12.9447707 C8.7243,14.5517707 10.2573,15.6147707 12.0003,15.6147707 C13.7423,15.6147707 15.2753,14.5527707 15.8923,12.9447707 L20.5133,12.9447707 L20.5133,12.9447707 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.8996,12.1301707 L8.3526,2.97417073 C8.5406,2.27317073 9.2606,1.85717073 9.9616,2.04517073 L20.5706,4.88817073 C21.2716,5.07617073 21.6876,5.79617073 21.4996,6.49717073 L20.0506,11.9041707 M4.0251,11.6411707 L2.8651,7.25317073 C2.6731,6.52617073 3.1031,5.77917073 3.8291,5.58117073 L7.6431,4.53817073 M10.9278,6.56757073 L17.4728,8.32157073 M10.138,9.51507073 L14.264,10.6210707" }, void 0)] }), void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = PostStorage;
|
|
@@ -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 SectionCustom32 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 2.84217094e-14,30.439 2.84217094e-14,28.513 L2.84217094e-14,3.487 C2.84217094e-14,1.561 1.561,0 3.487,0 Z M50.513,1.494 L3.487,1.494 C2.388,1.494 1.494,2.388 1.494,3.487 L1.494,28.513 C1.494,29.612 2.388,30.506 3.487,30.506 L50.513,30.506 C51.612,30.506 52.505,29.612 52.505,28.513 L52.505,3.487 C52.505,2.388 51.612,1.494 50.513,1.494 Z M21.5965,18.5042 C22.9055,17.0542 24.9085,16.6062 26.6445,17.2052 C26.8925,17.9602 27.3135,18.6682 27.9455,19.2392 C28.4325,19.6792 28.9855,19.9982 29.5695,20.1992 C30.0805,21.7572 29.7855,23.5332 28.6065,24.8372 C28.1462094,25.3467041 27.6001744,25.7326477 27.0101179,25.9928983 C22.305429,28.2496036 17.3808395,24.143984 18.097,19.2098 C18.133,18.9618 18.449,18.8808 18.625,19.0588 C20.021,20.4618 21.143,19.0918 21.143,19.0918 C21.276535,18.8877669 21.4276649,18.6910866 21.5965,18.5042 Z M39.741,7.6287 L32.549,18.1537 C31.6367857,19.4882714 29.7919349,19.7516592 28.5459056,18.7609491 L28.41,18.6457 C27.167,17.5227 27.2,15.5597 28.481,14.4787 L38.224,6.2587 C39.142,5.4847 40.418,6.6377 39.741,7.6287 Z M22.9469,5.6449 C23.2039,5.3559 23.6289,5.2879 23.9649,5.4809 L25.1079,6.1409 C25.4429,6.3349 25.5969,6.7369 25.4749,7.1049 L25.1159,8.1919 C25.3029,8.4449 25.4639,8.7169 25.5909,9.0089 L26.7079,9.2399 C27.0869,9.3189 27.3589,9.6529 27.3589,10.0399 L27.3589,11.3599 C27.3589,11.7469 27.0869,12.0809 26.7079,12.1599 L25.5909,12.3909 C25.4639,12.6829 25.3029,12.9549 25.1159,13.2079 L25.4749,14.2949 C25.5969,14.6629 25.4429,15.0649 25.1079,15.2589 L23.9649,15.9189 C23.6289,16.1119 23.2039,16.0439 22.9469,15.7549 L22.1869,14.9029 C22.0319,14.9199 21.8739,14.9309 21.7139,14.9309 C21.5539,14.9309 21.3959,14.9199 21.2399,14.9029 L20.4809,15.7549 C20.2229,16.0439 19.7979,16.1119 19.4629,15.9189 L18.3199,15.2589 C17.9849,15.0649 17.8309,14.6629 17.9529,14.2949 L18.3119,13.2079 C18.1249,12.9549 17.9639,12.6829 17.8369,12.3909 L16.7199,12.1599 C16.3409,12.0809 16.0689,11.7469 16.0689,11.3599 L16.0689,10.0399 C16.0689,9.6529 16.3409,9.3189 16.7199,9.2399 L17.8369,9.0089 C17.9639,8.7169 18.1249,8.4449 18.3119,8.1919 L17.9529,7.1049 C17.8309,6.7369 17.9849,6.3349 18.3199,6.1409 L19.4629,5.4809 C19.7979,5.2879 20.2229,5.3559 20.4809,5.6449 L21.2399,6.4969 C21.3959,6.4799 21.5539,6.4689 21.7139,6.4689 C21.8739,6.4689 22.0319,6.4799 22.1869,6.4969 Z M21.7139,8.9789 C20.7629,8.9789 19.9929,9.7499 19.9929,10.6999 C19.9929,11.6499 20.7629,12.4209 21.7139,12.4209 C22.6639,12.4209 23.4349,11.6499 23.4349,10.6999 C23.4349,9.7499 22.6639,8.9789 21.7139,8.9789 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionCustom32;
|
|
@@ -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 SectionCustom40 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.621 1.5,4 L1.5,36 C1.5,37.379 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.379 66.5,36 L66.5,4 C66.5,2.621 65.378,1.5 64,1.5 Z M26.995,23.13 C28.632,21.318 31.135,20.758 33.305,21.507 C33.615,22.45 34.142,23.336 34.932,24.049 C35.54,24.599 36.232,24.997 36.962,25.249 C37.601,27.197 37.232,29.416 35.759,31.047 C35.1746058,31.6936548 34.4798231,32.1810103 33.7292007,32.506319 C27.8580977,35.2918581 21.7275629,30.1686371 22.6208,24.0128 C22.6658,23.7028 23.0608,23.6008 23.2818,23.8228 C25.0258,25.5778 26.4288,23.8648 26.4288,23.8648 C26.5953407,23.6091495 26.784114,23.3634603 26.995,23.13 Z M49.6753,9.5364 L40.6863,22.6924 C39.542429,24.3665935 37.2232199,24.6921919 35.6663718,23.4380849 L35.5133,23.3074 C33.9583,21.9024 34.0003,19.4494 35.6013,18.0984 L47.7803,7.8234 C48.9273,6.8554 50.5223,8.2974 49.6753,9.5364 Z M28.6831,7.0559 C29.0051,6.6949 29.5371,6.6099 29.9561,6.8519 L31.3851,7.6769 C31.8041,7.9189 31.9951,8.4219 31.8441,8.8809 L31.3951,10.2399 C31.6281,10.5559 31.8301,10.8959 31.9891,11.2609 L33.3851,11.5499 C33.8581,11.6489 34.1981,12.0659 34.1981,12.5499 L34.1981,14.1999 C34.1981,14.6839 33.8581,15.1009 33.3851,15.1999 L31.9891,15.4889 C31.8301,15.8539 31.6281,16.1939 31.3951,16.5099 L31.8441,17.8689 C31.9951,18.3279 31.8041,18.8309 31.3851,19.0729 L29.9561,19.8979 C29.5371,20.1399 29.0051,20.0549 28.6831,19.6939 L27.7341,18.6289 C27.5401,18.6509 27.3421,18.6639 27.1421,18.6639 C26.9421,18.6639 26.7451,18.6509 26.5501,18.6289 L25.6011,19.6939 C25.2791,20.0549 24.7481,20.1399 24.3291,19.8979 L22.9001,19.0729 C22.4801,18.8309 22.2891,18.3279 22.4411,17.8689 L22.8901,16.5099 C22.6561,16.1939 22.4551,15.8539 22.2961,15.4889 L20.9001,15.1999 C20.4261,15.1009 20.0861,14.6839 20.0861,14.1999 L20.0861,12.5499 C20.0861,12.0659 20.4261,11.6489 20.9001,11.5499 L22.2961,11.2609 C22.4551,10.8969 22.6561,10.5559 22.8901,10.2399 L22.4411,8.8809 C22.2891,8.4219 22.4801,7.9189 22.9001,7.6769 L24.3291,6.8519 C24.7481,6.6099 25.2791,6.6949 25.6011,7.0559 L26.5501,8.1209 C26.7451,8.0989 26.9421,8.0859 27.1421,8.0859 C27.3421,8.0859 27.5401,8.0989 27.7341,8.1209 Z M27.1421,11.2239 C25.9541,11.2239 24.9911,12.1869 24.9911,13.3749 C24.9911,14.5629 25.9541,15.5259 27.1421,15.5259 C28.3301,15.5259 29.2931,14.5629 29.2931,13.3749 C29.2931,12.1869 28.3301,11.2239 27.1421,11.2239 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionCustom40;
|
|
@@ -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)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M13.7087,12.7353 C13.7087,11.3153 12.5577,10.1653 11.1387,10.1653 C9.7187,10.1653 8.5677,11.3153 8.5677,12.7353 C8.5677,14.1553 9.7187,15.3053 11.1387,15.3053 C12.5577,15.3053 13.7087,14.1553 13.7087,12.7353" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.4655,4.4594 C12.0315,4.3904 11.5915,4.3444 11.1385,4.3444 C6.5045,4.3444 2.7475,8.1014 2.7475,12.7354 C2.7475,17.3694 6.5045,21.1264 11.1385,21.1264 C15.7725,21.1264 19.5295,17.3694 19.5295,12.7354 C19.5295,12.2824 19.4835,11.8414 19.4145,11.4084 M21.98,4.4241 L19.529,4.3441 L15.853,8.0201 L19.48,8.1381 L22.324,5.2941 C22.639,4.9781 22.426,4.4381 21.98,4.4241 Z M19.4495,1.8937 L19.5295,4.3447 L15.8535,8.0207 L15.7355,4.3937 L18.5795,1.5497 C18.8955,1.2347 19.4355,1.4477 19.4495,1.8937 Z M11.1384,12.7353 L19.5294,4.3443 M11.9796,7.4884 C11.7036,7.4444 11.4266,7.4034 11.1386,7.4034 C8.1936,7.4034 5.8066,9.7904 5.8066,12.7354 C5.8066,15.6794 8.1936,18.0674 11.1386,18.0674 C14.0826,18.0674 16.4696,15.6794 16.4696,12.7354 C16.4696,12.4474 16.4296,12.1694 16.3856,11.8944" }, void 0)] }), void 0) }), void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Target;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const lineIcons: {
|
|
3
|
+
readonly ic_accordion: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
3
4
|
readonly ic_align_bottom: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
4
5
|
readonly ic_align_center: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
5
6
|
readonly ic_align_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -137,6 +138,7 @@ declare const lineIcons: {
|
|
|
137
138
|
readonly ic_post_promotion: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
138
139
|
readonly ic_post_promotion_p: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
139
140
|
readonly ic_post_social: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
141
|
+
readonly ic_post_storage: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
140
142
|
readonly ic_post_vote: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
141
143
|
readonly ic_post_welcome: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
142
144
|
readonly ic_profit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -155,6 +157,8 @@ declare const lineIcons: {
|
|
|
155
157
|
readonly ic_section_content_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
156
158
|
readonly ic_section_contents_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
157
159
|
readonly ic_section_contents_carousel_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
160
|
+
readonly ic_section_custom_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
161
|
+
readonly ic_section_custom_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
158
162
|
readonly ic_section_divider_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
159
163
|
readonly ic_section_divider_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
160
164
|
readonly ic_section_footer_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -198,6 +202,7 @@ declare const lineIcons: {
|
|
|
198
202
|
readonly ic_standard_banner: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
199
203
|
readonly ic_subscribers: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
200
204
|
readonly ic_success: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
205
|
+
readonly ic_target: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
201
206
|
readonly ic_ten_sec_back: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
202
207
|
readonly ic_ten_sec_back_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
203
208
|
readonly ic_ten_sec_forward: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var Accordion_1 = __importDefault(require("./Accordion"));
|
|
6
7
|
var AlignBottom_1 = __importDefault(require("./AlignBottom"));
|
|
7
8
|
var AlignCenter_1 = __importDefault(require("./AlignCenter"));
|
|
8
9
|
var AlignLeft_1 = __importDefault(require("./AlignLeft"));
|
|
@@ -140,6 +141,7 @@ var PostPhotobook_1 = __importDefault(require("./PostPhotobook"));
|
|
|
140
141
|
var PostPromotion_1 = __importDefault(require("./PostPromotion"));
|
|
141
142
|
var PostPromotionP_1 = __importDefault(require("./PostPromotionP"));
|
|
142
143
|
var PostSocial_1 = __importDefault(require("./PostSocial"));
|
|
144
|
+
var PostStorage_1 = __importDefault(require("./PostStorage"));
|
|
143
145
|
var PostVote_1 = __importDefault(require("./PostVote"));
|
|
144
146
|
var PostWelcome_1 = __importDefault(require("./PostWelcome"));
|
|
145
147
|
var Profit_1 = __importDefault(require("./Profit"));
|
|
@@ -158,6 +160,8 @@ var SectionContent32_1 = __importDefault(require("./SectionContent32"));
|
|
|
158
160
|
var SectionContent40_1 = __importDefault(require("./SectionContent40"));
|
|
159
161
|
var SectionContentsCarousel32_1 = __importDefault(require("./SectionContentsCarousel32"));
|
|
160
162
|
var SectionContentsCarousel40_1 = __importDefault(require("./SectionContentsCarousel40"));
|
|
163
|
+
var SectionCustom32_1 = __importDefault(require("./SectionCustom32"));
|
|
164
|
+
var SectionCustom40_1 = __importDefault(require("./SectionCustom40"));
|
|
161
165
|
var SectionDivider32_1 = __importDefault(require("./SectionDivider32"));
|
|
162
166
|
var SectionDivider40_1 = __importDefault(require("./SectionDivider40"));
|
|
163
167
|
var SectionFooter32_1 = __importDefault(require("./SectionFooter32"));
|
|
@@ -201,6 +205,7 @@ var SpeakerWave2_1 = __importDefault(require("./SpeakerWave2"));
|
|
|
201
205
|
var StandardBanner_1 = __importDefault(require("./StandardBanner"));
|
|
202
206
|
var Subscribers_1 = __importDefault(require("./Subscribers"));
|
|
203
207
|
var Success_1 = __importDefault(require("./Success"));
|
|
208
|
+
var Target_1 = __importDefault(require("./Target"));
|
|
204
209
|
var TenSecBack_1 = __importDefault(require("./TenSecBack"));
|
|
205
210
|
var TenSecBackArrow_1 = __importDefault(require("./TenSecBackArrow"));
|
|
206
211
|
var TenSecForward_1 = __importDefault(require("./TenSecForward"));
|
|
@@ -232,6 +237,7 @@ var Warning_1 = __importDefault(require("./Warning"));
|
|
|
232
237
|
var Weblink_1 = __importDefault(require("./Weblink"));
|
|
233
238
|
var Xmark_1 = __importDefault(require("./Xmark"));
|
|
234
239
|
var lineIcons = {
|
|
240
|
+
ic_accordion: Accordion_1.default,
|
|
235
241
|
ic_align_bottom: AlignBottom_1.default,
|
|
236
242
|
ic_align_center: AlignCenter_1.default,
|
|
237
243
|
ic_align_left: AlignLeft_1.default,
|
|
@@ -369,6 +375,7 @@ var lineIcons = {
|
|
|
369
375
|
ic_post_promotion: PostPromotion_1.default,
|
|
370
376
|
ic_post_promotion_p: PostPromotionP_1.default,
|
|
371
377
|
ic_post_social: PostSocial_1.default,
|
|
378
|
+
ic_post_storage: PostStorage_1.default,
|
|
372
379
|
ic_post_vote: PostVote_1.default,
|
|
373
380
|
ic_post_welcome: PostWelcome_1.default,
|
|
374
381
|
ic_profit: Profit_1.default,
|
|
@@ -387,6 +394,8 @@ var lineIcons = {
|
|
|
387
394
|
ic_section_content_40: SectionContent40_1.default,
|
|
388
395
|
ic_section_contents_carousel_32: SectionContentsCarousel32_1.default,
|
|
389
396
|
ic_section_contents_carousel_40: SectionContentsCarousel40_1.default,
|
|
397
|
+
ic_section_custom_32: SectionCustom32_1.default,
|
|
398
|
+
ic_section_custom_40: SectionCustom40_1.default,
|
|
390
399
|
ic_section_divider_32: SectionDivider32_1.default,
|
|
391
400
|
ic_section_divider_40: SectionDivider40_1.default,
|
|
392
401
|
ic_section_footer_32: SectionFooter32_1.default,
|
|
@@ -430,6 +439,7 @@ var lineIcons = {
|
|
|
430
439
|
ic_standard_banner: StandardBanner_1.default,
|
|
431
440
|
ic_subscribers: Subscribers_1.default,
|
|
432
441
|
ic_success: Success_1.default,
|
|
442
|
+
ic_target: Target_1.default,
|
|
433
443
|
ic_ten_sec_back: TenSecBack_1.default,
|
|
434
444
|
ic_ten_sec_back_arrow: TenSecBackArrow_1.default,
|
|
435
445
|
ic_ten_sec_forward: TenSecForward_1.default,
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,32 +1,12 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.1.
|
|
2
|
+
## [v2.1.9]
|
|
3
3
|
## daily|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
### Package
|
|
6
|
-
* type
|
|
7
|
-
* SegmentedButtonGroupValueOption export 처리
|
|
8
5
|
### Components
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* fontWeight prop 추가
|
|
17
|
-
* displayType 조건에 따른 내부 간격 수정
|
|
18
|
-
* Icon
|
|
19
|
-
* 기존 아이콘 개선 및 추가
|
|
20
|
-
* IconButton
|
|
21
|
-
* 툴팁 텍스트가 있는 경우, disabled여도 툴팁 텍스트가 뜨도록 변경
|
|
22
|
-
* SegmentedButtonGroup
|
|
23
|
-
* selectedType prop명 selectionType으로 변경
|
|
24
|
-
* selectionType의 형태가 반대로 구현되었던 부분 수정
|
|
25
|
-
* tooltipText prop 추가
|
|
26
|
-
* tooltipPosition prop 추가
|
|
27
|
-
* UploadIconButton
|
|
28
|
-
* 툴팁 텍스트가 있는 경우, disabled여도 툴팁 텍스트가 뜨도록 변경
|
|
29
|
-
* TextField
|
|
30
|
-
* fontWeight prop 추가
|
|
31
|
-
* TextLabel
|
|
32
|
-
* styleTheme prop에 form1Bold, form2Bold 추가
|
|
6
|
+
* Icon 수정 및 추가
|
|
7
|
+
* ic_accordion
|
|
8
|
+
* ic_download
|
|
9
|
+
* ic_post_storage
|
|
10
|
+
* ic_section_custom_32
|
|
11
|
+
* ic_section_custom_40
|
|
12
|
+
* ic_target
|