pds-dev-kit-web 2.2.99 → 2.2.100

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.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostPost: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostPost;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var PostPost = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("rect", { width: "17", height: "19", x: "3.5", y: "2.5", stroke: color, strokeWidth: "2", rx: "4" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M7.3102,7.999 L16.6892,7.999 M7.3102,11.9956 L16.6892,11.9956 M7.3102,15.9922 L12.8362,15.9922" })] })) })));
29
+ };
30
+ exports.default = PostPost;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostSeries: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostSeries;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var PostSeries = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.464,4.5658 L4.795,4.5658 C2.92,4.5658 1.4,6.0858 1.4,7.9608 L1.4,19.5998 C1.4,21.4748 2.92,22.9948 4.795,22.9948 L15.464,22.9948 C17.339,22.9948 18.859,21.4748 18.859,19.5998 L18.859,7.9608 C18.859,6.0858 17.339,4.5658 15.464,4.5658 L15.464,4.5658 Z M15.464,6.5658 C16.233,6.5658 16.859,7.1918 16.859,7.9608 L16.859,19.5998 C16.859,20.3688 16.233,20.9948 15.464,20.9948 L4.795,20.9948 C4.026,20.9948 3.4,20.3688 3.4,19.5998 L3.4,7.9608 C3.4,7.1918 4.026,6.5658 4.795,6.5658 L15.464,6.5658 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M6.0355,10.2915 L14.2235,10.2915 M6.0355,13.7804 L14.2235,13.7804 M6.0355,17.2692 L10.8595,17.2692" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinejoin: "round", strokeWidth: "2", d: "M5.6243,5.592 L5.6243,4.929 C5.6243,3.201 7.0253,1.8 8.7523,1.8 L18.5843,1.8 C20.3123,1.8 21.7133,3.201 21.7133,4.929 L21.7133,15.654 C21.7133,17.382 20.3123,18.783 18.5843,18.783 L17.7783,18.783" })] })) })));
29
+ };
30
+ exports.default = PostSeries;
@@ -140,5 +140,7 @@ declare const fillIcons: {
140
140
  readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
141
141
  readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
142
142
  readonly ic_xmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
143
+ readonly ic_post_post: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
144
+ readonly ic_post_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
143
145
  };
144
146
  export default fillIcons;
@@ -92,6 +92,8 @@ var PlusRound_1 = __importDefault(require("./PlusRound"));
92
92
  var PostFree_1 = __importDefault(require("./PostFree"));
93
93
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
94
94
  var PostNotice_1 = __importDefault(require("./PostNotice"));
95
+ var PostPost_1 = __importDefault(require("./PostPost"));
96
+ var PostSeries_1 = __importDefault(require("./PostSeries"));
95
97
  var PostSocial_1 = __importDefault(require("./PostSocial"));
96
98
  var Question_1 = __importDefault(require("./Question"));
97
99
  var Reply_1 = __importDefault(require("./Reply"));
@@ -283,6 +285,8 @@ var fillIcons = {
283
285
  ic_video_subtitle: VideoSubtitle_1.default,
284
286
  ic_video_type: VideoType_1.default,
285
287
  ic_vodplus: Vodplus_1.default,
286
- ic_xmark: Xmark_1.default
288
+ ic_xmark: Xmark_1.default,
289
+ ic_post_post: PostPost_1.default,
290
+ ic_post_series: PostSeries_1.default
287
291
  };
288
292
  exports.default = fillIcons;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Heart: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Heart;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var Heart = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeWidth: "1.8", d: "M16.981,3 C15.701,3 14.41,3.519 13.377,4.576 C12.807,5.161 12.454,5.672 12.248,6.022 C12.192,6.118 12.097,6.165 12.002,6.165 C11.905,6.165 11.806,6.115 11.749,6.017 C11.543,5.667 11.19,5.158 10.623,4.576 C9.59,3.519 8.299,3 7.019,3 C5.629,3 4.253,3.612 3.235,4.81 C1.404,6.966 1.672,10.216 3.629,12.259 L11.278,20.246 C11.671,20.657 12.329,20.657 12.722,20.246 L20.371,12.259 C22.326,10.218 22.596,6.972 20.769,4.815 C19.752,3.613 18.373,3 16.981,3" }) })));
29
+ };
30
+ exports.default = Heart;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostPost: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostPost;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var PostPost = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("rect", { width: "17.5", height: "19.5", x: "3.25", y: "2.25", stroke: color, strokeWidth: "1.5", rx: "4" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M7.3102,7.999 L16.6892,7.999 M7.3102,11.9956 L16.6892,11.9956 M7.3102,15.9923 L12.8362,15.9923" })] })) })));
29
+ };
30
+ exports.default = PostPost;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostSeries: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostSeries;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ require("react");
27
+ var PostSeries = function (_a) {
28
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
29
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.464,4.5658 L4.795,4.5658 C2.92,4.5658 1.4,6.0858 1.4,7.9608 L1.4,19.5998 C1.4,21.4748 2.92,22.9948 4.795,22.9948 L15.464,22.9948 C17.339,22.9948 18.859,21.4748 18.859,19.5998 L18.859,7.9608 C18.859,6.0858 17.339,4.5658 15.464,4.5658 L15.464,4.5658 Z M15.464,6.0658 C16.509,6.0658 17.359,6.9158 17.359,7.9608 L17.359,19.5998 C17.359,20.6448 16.509,21.4948 15.464,21.4948 L4.795,21.4948 C3.75,21.4948 2.9,20.6448 2.9,19.5998 L2.9,7.9608 C2.9,6.9158 3.75,6.0658 4.795,6.0658 L15.464,6.0658 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M6.0354,10.2914 L14.2234,10.2914 M6.0354,13.7803 L14.2234,13.7803 M6.0354,17.2692 L10.8594,17.2692" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.6243,5.592 L5.6243,4.929 C5.6243,3.201 7.0253,1.8 8.7523,1.8 L18.5843,1.8 C20.3123,1.8 21.7133,3.201 21.7133,4.929 L21.7133,15.654 C21.7133,17.382 20.3123,18.783 18.5843,18.783 L17.7783,18.783" })] })) })));
30
+ };
31
+ exports.default = PostSeries;
@@ -290,5 +290,8 @@ declare const lineIcons: {
290
290
  readonly ic_section_feed_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
291
291
  readonly ic_section_contents_operator_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
292
292
  readonly ic_section_contents_operator_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
293
+ readonly ic_post_post: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
294
+ readonly ic_post_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
295
+ readonly ic_heart: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
293
296
  };
294
297
  export default lineIcons;
@@ -93,6 +93,7 @@ var Face_1 = __importDefault(require("./Face"));
93
93
  var Filter_1 = __importDefault(require("./Filter"));
94
94
  var Folder_1 = __importDefault(require("./Folder"));
95
95
  var Ghost_1 = __importDefault(require("./Ghost"));
96
+ var Heart_1 = __importDefault(require("./Heart"));
96
97
  var HeartCare_1 = __importDefault(require("./HeartCare"));
97
98
  var Home_1 = __importDefault(require("./Home"));
98
99
  var Hourglass_1 = __importDefault(require("./Hourglass"));
@@ -160,8 +161,10 @@ var PostMagazine_1 = __importDefault(require("./PostMagazine"));
160
161
  var PostNotice_1 = __importDefault(require("./PostNotice"));
161
162
  var PostPaperPlane_1 = __importDefault(require("./PostPaperPlane"));
162
163
  var PostPhotobook_1 = __importDefault(require("./PostPhotobook"));
164
+ var PostPost_1 = __importDefault(require("./PostPost"));
163
165
  var PostPromotion_1 = __importDefault(require("./PostPromotion"));
164
166
  var PostPromotionP_1 = __importDefault(require("./PostPromotionP"));
167
+ var PostSeries_1 = __importDefault(require("./PostSeries"));
165
168
  var PostSocial_1 = __importDefault(require("./PostSocial"));
166
169
  var PostStorage_1 = __importDefault(require("./PostStorage"));
167
170
  var PostVote_1 = __importDefault(require("./PostVote"));
@@ -583,6 +586,9 @@ var lineIcons = {
583
586
  ic_section_feed_32: SectionFeed32_1.default,
584
587
  ic_section_feed_40: SectionFeed40_1.default,
585
588
  ic_section_contents_operator_32: SectionContentsOperator32_1.default,
586
- ic_section_contents_operator_40: SectionContentsOperator40_1.default
589
+ ic_section_contents_operator_40: SectionContentsOperator40_1.default,
590
+ ic_post_post: PostPost_1.default,
591
+ ic_post_series: PostSeries_1.default,
592
+ ic_heart: Heart_1.default
587
593
  };
588
594
  exports.default = lineIcons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.99",
3
+ "version": "2.2.100",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.99]
2
+ ## [v2.2.100]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * Echo를 0045 버전으로 롤백
6
+ * [PDS-1248] 아이콘 추가