pds-dev-kit-web 2.2.289 → 2.2.290

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 PostDetail: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostDetail;
@@ -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 PostDetail = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1 L5.889,1 C3.741,1 2,2.741 2,4.889 L2,18.222 C2,20.37 3.741,22.111 5.889,22.111 L18.111,22.111 C20.259,22.111 22,20.37 22,18.222 L22,4.889 C22,2.741 20.259,1 18.111,1 L18.111,1 Z M18.111,3 C19.153,3 20,3.847 20,4.889 L20,18.222 C20,19.264 19.153,20.111 18.111,20.111 L5.889,20.111 C4.847,20.111 4,19.264 4,18.222 L4,4.889 C4,3.847 4.847,3 5.889,3 L18.111,3 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M6.5289,6.3123 L11.7809,6.3123 M6.5289,12.9668 L15.9079,12.9668 M6.5289,16.5522 L15.8369,16.5522" })] })));
29
+ };
30
+ exports.default = PostDetail;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Widget: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Widget;
@@ -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 Widget = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1 C20.259,1 22,2.741 22,4.889 L22,18.222 C22,20.37 20.259,22.111 18.111,22.111 L5.889,22.111 C3.741,22.111 2,20.37 2,18.222 L2,4.889 C2,2.741 3.741,1 5.889,1 Z M18.111,3 L5.889,3 C4.847,3 4,3.847 4,4.889 L4,18.222 C4,19.264 4.847,20.111 5.889,20.111 L18.111,20.111 C19.153,20.111 20,19.264 20,18.222 L20,4.889 C20,3.847 19.153,3 18.111,3 Z M8.9138,15.052 C9.4068,15.052 9.8068,15.451 9.8068,15.945 L9.8068,17.33 C9.8068,17.823 9.4068,18.223 8.9138,18.223 L7.3018,18.223 C6.8088,18.223 6.4088,17.823 6.4088,17.33 L6.4088,15.945 C6.4088,15.451 6.8088,15.052 7.3018,15.052 L8.9138,15.052 Z M8.9138,9.9703 C9.4068,9.9703 9.8068,10.3693 9.8068,10.8633 L9.8068,12.2483 C9.8068,12.7413 9.4068,13.1413 8.9138,13.1413 L7.3018,13.1413 C6.8088,13.1413 6.4088,12.7413 6.4088,12.2483 L6.4088,10.8633 C6.4088,10.3693 6.8088,9.9703 7.3018,9.9703 L8.9138,9.9703 Z M8.9138,4.8887 C9.4068,4.8887 9.8068,5.2877 9.8068,5.7817 L9.8068,7.1667 C9.8068,7.6597 9.4068,8.0597 8.9138,8.0597 L7.3018,8.0597 C6.8088,8.0597 6.4088,7.6597 6.4088,7.1667 L6.4088,5.7817 C6.4088,5.2877 6.8088,4.8887 7.3018,4.8887 L8.9138,4.8887 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M12.3874,6.4739 L16.6674,6.4739 M12.3874,11.5556 L16.6674,11.5556 M12.3874,16.6373 L16.6674,16.6373" })] })));
29
+ };
30
+ exports.default = Widget;
@@ -172,5 +172,7 @@ declare const fillIcons: {
172
172
  readonly ic_cam_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
173
173
  readonly ic_gift: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
174
174
  readonly ic_variable_preview: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
175
+ readonly ic_post_detail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
176
+ readonly ic_widget: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
175
177
  };
176
178
  export default fillIcons;
@@ -110,6 +110,7 @@ var Plan_1 = __importDefault(require("./Plan"));
110
110
  var Plugin_1 = __importDefault(require("./Plugin"));
111
111
  var PlusCircle_1 = __importDefault(require("./PlusCircle"));
112
112
  var PlusRound_1 = __importDefault(require("./PlusRound"));
113
+ var PostDetail_1 = __importDefault(require("./PostDetail"));
113
114
  var PostFree_1 = __importDefault(require("./PostFree"));
114
115
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
115
116
  var PostNotice_1 = __importDefault(require("./PostNotice"));
@@ -174,6 +175,7 @@ var VideoStop_1 = __importDefault(require("./VideoStop"));
174
175
  var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
175
176
  var VideoType_1 = __importDefault(require("./VideoType"));
176
177
  var Vodplus_1 = __importDefault(require("./Vodplus"));
178
+ var Widget_1 = __importDefault(require("./Widget"));
177
179
  var Xmark_1 = __importDefault(require("./Xmark"));
178
180
  var fillIcons = {
179
181
  ic_accordion: Accordion_1.default,
@@ -347,6 +349,8 @@ var fillIcons = {
347
349
  ic_cam: Cam_1.default,
348
350
  ic_cam_off: CamOff_1.default,
349
351
  ic_gift: Gift_1.default,
350
- ic_variable_preview: VariablePreview_1.default
352
+ ic_variable_preview: VariablePreview_1.default,
353
+ ic_post_detail: PostDetail_1.default,
354
+ ic_widget: Widget_1.default
351
355
  };
352
356
  exports.default = fillIcons;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostDetail: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostDetail;
@@ -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 PostDetail = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1.5 L5.889,1.5 C3.741,1.5 2,3.241 2,5.389 L2,18.722 C2,20.87 3.741,22.611 5.889,22.611 L18.111,22.611 C20.259,22.611 22,20.87 22,18.722 L22,5.389 C22,3.241 20.259,1.5 18.111,1.5 L18.111,1.5 Z M18.111,3 C19.428,3 20.5,4.072 20.5,5.389 L20.5,18.722 C20.5,20.039 19.428,21.111 18.111,21.111 L5.889,21.111 C4.572,21.111 3.5,20.039 3.5,18.722 L3.5,5.389 C3.5,4.072 4.572,3 5.889,3 L18.111,3 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M6.5289,6.8123 L11.7809,6.8123 M6.5289,13.4668 L15.9079,13.4668 M6.5289,17.0522 L15.8369,17.0522" })] })));
29
+ };
30
+ exports.default = PostDetail;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Widget: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Widget;
@@ -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 Widget = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1.5 C20.259,1.5 22,3.241 22,5.389 L22,18.722 C22,20.87 20.259,22.611 18.111,22.611 L5.889,22.611 C3.741,22.611 2,20.87 2,18.722 L2,5.389 C2,3.241 3.741,1.5 5.889,1.5 Z M18.111,3 L5.889,3 C4.572,3 3.5,4.072 3.5,5.389 L3.5,18.722 C3.5,20.039 4.572,21.111 5.889,21.111 L18.111,21.111 C19.428,21.111 20.5,20.039 20.5,18.722 L20.5,5.389 C20.5,4.072 19.428,3 18.111,3 Z M8.9001,15.552 C9.3661,15.552 9.7431,15.929 9.7431,16.395 L9.7431,17.88 C9.7431,18.345 9.3661,18.723 8.9001,18.723 L7.1891,18.723 C6.7231,18.723 6.3451,18.345 6.3451,17.88 L6.3451,16.395 C6.3451,15.929 6.7231,15.552 7.1891,15.552 L8.9001,15.552 Z M8.9001,10.4703 C9.3661,10.4703 9.7431,10.8473 9.7431,11.3133 L9.7431,12.7983 C9.7431,13.2633 9.3661,13.6413 8.9001,13.6413 L7.1891,13.6413 C6.7231,13.6413 6.3451,13.2633 6.3451,12.7983 L6.3451,11.3133 C6.3451,10.8473 6.7231,10.4703 7.1891,10.4703 L8.9001,10.4703 Z M8.9001,5.3887 C9.3661,5.3887 9.7431,5.7657 9.7431,6.2317 L9.7431,7.7167 C9.7431,8.1817 9.3661,8.5597 8.9001,8.5597 L7.1891,8.5597 C6.7231,8.5597 6.3451,8.1817 6.3451,7.7167 L6.3451,6.2317 C6.3451,5.7657 6.7231,5.3887 7.1891,5.3887 L8.9001,5.3887 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M12.1916,6.9739 L16.4716,6.9739 M12.1916,12.0556 L16.4716,12.0556 M12.1916,17.1373 L16.4716,17.1373" })] })));
29
+ };
30
+ exports.default = Widget;
@@ -333,5 +333,7 @@ declare const lineIcons: {
333
333
  readonly ic_cam_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
334
334
  readonly ic_gift: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
335
335
  readonly ic_variable_preview: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
336
+ readonly ic_post_detail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
337
+ readonly ic_widget: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
336
338
  };
337
339
  export default lineIcons;
@@ -178,6 +178,7 @@ var PostArticle_1 = __importDefault(require("./PostArticle"));
178
178
  var PostBlog_1 = __importDefault(require("./PostBlog"));
179
179
  var PostColumn_1 = __importDefault(require("./PostColumn"));
180
180
  var PostCommunityP_1 = __importDefault(require("./PostCommunityP"));
181
+ var PostDetail_1 = __importDefault(require("./PostDetail"));
181
182
  var PostFree_1 = __importDefault(require("./PostFree"));
182
183
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
183
184
  var PostMagazine_1 = __importDefault(require("./PostMagazine"));
@@ -335,6 +336,7 @@ var Vods_1 = __importDefault(require("./Vods"));
335
336
  var VodShorts_1 = __importDefault(require("./VodShorts"));
336
337
  var Warning_1 = __importDefault(require("./Warning"));
337
338
  var Weblink_1 = __importDefault(require("./Weblink"));
339
+ var Widget_1 = __importDefault(require("./Widget"));
338
340
  var Xmark_1 = __importDefault(require("./Xmark"));
339
341
  var lineIcons = {
340
342
  ic_accordion: Accordion_1.default,
@@ -669,6 +671,8 @@ var lineIcons = {
669
671
  ic_cam: Cam_1.default,
670
672
  ic_cam_off: CamOff_1.default,
671
673
  ic_gift: Gift_1.default,
672
- ic_variable_preview: VariablePreview_1.default
674
+ ic_variable_preview: VariablePreview_1.default,
675
+ ic_post_detail: PostDetail_1.default,
676
+ ic_widget: Widget_1.default
673
677
  };
674
678
  exports.default = lineIcons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.289",
3
+ "version": "2.2.290",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.289]
2
+ ## [v2.2.290]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
6
 
7
- * [PDS-1405] ImageView altText prop 추가
7
+ * [PDS-1404] 신규 Icon 제작: ic_post_detail, ic_widget