pds-dev-kit-web 1.6.1 → 1.6.3

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 IconType from '../IconType';
3
+ declare const PostArticle: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostArticle;
@@ -0,0 +1,36 @@
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
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ var react_1 = __importDefault(require("react"));
29
+ var PostArticle = function (_a) {
30
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
31
+ return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
32
+ react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
33
+ react_1.default.createElement("path", { fill: color, d: "M17.5001,2.3207 C19.4331,2.3207 21.0001,3.8877 21.0001,5.8207 L21.0001,18.4617 C21.0001,20.3947 19.4331,21.9617 17.5001,21.9617 L6.5001,21.9617 C4.5671,21.9617 3.0001,20.3947 3.0001,18.4617 L3.0001,5.8207 C3.0001,3.8877 4.5671,2.3207 6.5001,2.3207 Z M11.9991,3.8207 L6.5001,3.8207 C5.3971,3.8207 4.5001,4.7177 4.5001,5.8207 L4.5001,18.4617 C4.5001,19.5647 5.3971,20.4617 6.5001,20.4617 L17.5001,20.4617 C18.6031,20.4617 19.5001,19.5647 19.5001,18.4617 L19.5001,5.8207 C19.5001,4.82432804 18.768145,3.99605278 17.8135845,3.84522386 L17.814,9.1078 C17.814,9.6158 17.222,9.8938 16.832,9.5688 L14.907,7.9678 L12.982,9.5688 C12.592,9.8938 12,9.6158 12,9.1078 L11.9991,3.8207 Z" }),
34
+ react_1.default.createElement("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M8.1673,13.4231 L15.8323,13.4231 M8.1673,16.476 L12.6833,16.476" }))));
35
+ };
36
+ exports.default = PostArticle;
@@ -82,6 +82,7 @@ declare const lineIcons: {
82
82
  readonly ic_plan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
83
83
  readonly ic_plus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
84
84
  readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
85
+ readonly ic_post_article: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
85
86
  readonly ic_post_blog: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
86
87
  readonly ic_post_column: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
87
88
  readonly ic_post_community_p: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -85,6 +85,7 @@ var PhotoMultiple_1 = __importDefault(require("./PhotoMultiple"));
85
85
  var Plan_1 = __importDefault(require("./Plan"));
86
86
  var Plus_1 = __importDefault(require("./Plus"));
87
87
  var PlusCircle_1 = __importDefault(require("./PlusCircle"));
88
+ var PostArticle_1 = __importDefault(require("./PostArticle"));
88
89
  var PostBlog_1 = __importDefault(require("./PostBlog"));
89
90
  var PostColumn_1 = __importDefault(require("./PostColumn"));
90
91
  var PostCommunityP_1 = __importDefault(require("./PostCommunityP"));
@@ -235,6 +236,7 @@ var lineIcons = {
235
236
  ic_plan: Plan_1.default,
236
237
  ic_plus: Plus_1.default,
237
238
  ic_plus_circle: PlusCircle_1.default,
239
+ ic_post_article: PostArticle_1.default,
238
240
  ic_post_blog: PostBlog_1.default,
239
241
  ic_post_column: PostColumn_1.default,
240
242
  ic_post_community_p: PostCommunityP_1.default,
@@ -205,5 +205,6 @@
205
205
  "sys_menu_background_transparent": "white/opacity00",
206
206
  "sys_container_background_04": "white/opacity00",
207
207
  "sys_menu_button_base": "white",
208
- "sys_background_dimmed_03": "black/opacity30"
208
+ "sys_background_dimmed_03": "black/opacity30",
209
+ "sys_cpnt_sheet_base_03": "black/opacity65"
209
210
  }
@@ -205,5 +205,6 @@
205
205
  "sys_menu_background_transparent": "white/opacity00",
206
206
  "sys_container_background_04": "white/opacity00",
207
207
  "sys_menu_button_base": "white",
208
- "sys_background_dimmed_03": "black/opacity30"
208
+ "sys_background_dimmed_03": "black/opacity30",
209
+ "sys_cpnt_sheet_base_03": "white"
209
210
  }
@@ -596,5 +596,7 @@
596
596
  "ui_toppagemenucontainer_background_wt_m_transparent": "sys_container_background_04",
597
597
  "ui_contentscontainer_background_wt_m_transparent": "sys_container_background_04",
598
598
  "ui_menu_button_base_transparent": "sys_menu_button_base",
599
- "ui_dimmed_02": "sys_background_dimmed_03"
599
+ "ui_dimmed_02": "sys_background_dimmed_03",
600
+ "ui_cpnt_sheet_base_05": "sys_cpnt_sheet_base_03",
601
+ "ui_62": "sys_widget_black"
600
602
  }
@@ -279,6 +279,7 @@ declare const colorSet: {
279
279
  sys_container_background_04: string;
280
280
  sys_menu_button_base: string;
281
281
  sys_background_dimmed_03: string;
282
+ sys_cpnt_sheet_base_03: string;
282
283
  };
283
284
  readonly PaletteColor_Dark: {
284
285
  sys_container_background_01: string;
@@ -488,6 +489,7 @@ declare const colorSet: {
488
489
  sys_container_background_04: string;
489
490
  sys_menu_button_base: string;
490
491
  sys_background_dimmed_03: string;
492
+ sys_cpnt_sheet_base_03: string;
491
493
  };
492
494
  readonly UIColor: {
493
495
  ui_cpnt_button_fill_base_primary: string;
@@ -1088,6 +1090,8 @@ declare const colorSet: {
1088
1090
  ui_contentscontainer_background_wt_m_transparent: string;
1089
1091
  ui_menu_button_base_transparent: string;
1090
1092
  ui_dimmed_02: string;
1093
+ ui_cpnt_sheet_base_05: string;
1094
+ ui_62: string;
1091
1095
  };
1092
1096
  };
1093
1097
  export default colorSet;
@@ -597,4 +597,6 @@ export interface UITheme {
597
597
  ui_contentscontainer_background_wt_m_transparent: string;
598
598
  ui_menu_button_base_transparent: string;
599
599
  ui_dimmed_02: string;
600
+ ui_cpnt_sheet_base_05: string;
601
+ ui_62: string;
600
602
  }
@@ -2,7 +2,7 @@
2
2
  export declare type ContentsContainerProps = {
3
3
  content1?: JSX.Element;
4
4
  content2?: JSX.Element;
5
- layoutType: 'WSA_1' | 'WSB_1' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5';
5
+ layoutType: 'WSA_1' | 'WSB_1' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
8
  isLoadingContainer1?: boolean;
@@ -24,7 +24,8 @@ var ContentsContainer = function (_a) {
24
24
  WSG_2: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
25
25
  WSG_3: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
26
26
  WSG_4: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
27
- WSG_5: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))
27
+ WSG_5: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
28
+ WSH_1: (react_1.default.createElement(variation_1.WSH, { layoutType: "WSH_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))
28
29
  }[layoutType]));
29
30
  };
30
31
  exports.default = ContentsContainer;
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ export declare type WSHProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'WSH_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ isLoadingContainer1?: boolean;
9
+ isLoadingContainer2?: boolean;
10
+ };
11
+ declare const WSH: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: WSHProps) => JSX.Element;
12
+ export default WSH;
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
13
+ var WSH = function (_a) {
14
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
15
+ return (react_1.default.createElement(S_Box, null,
16
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
19
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2))))));
20
+ };
21
+ var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
22
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n"])), function (_a) {
23
+ var theme = _a.theme;
24
+ return theme.ui_contentscontainer01_background;
25
+ }, function (_a) {
26
+ var layoutType = _a.layoutType;
27
+ return ({
28
+ WSH_1: 'height: 100%;'
29
+ }[layoutType]);
30
+ }, function (_a) {
31
+ var containerColor = _a.containerColor;
32
+ return "background-color: " + containerColor;
33
+ });
34
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
35
+ var theme = _a.theme;
36
+ return theme.ui_contentscontainer02_background;
37
+ }, function (_a) {
38
+ var theme = _a.theme;
39
+ return theme.ui_container_divider;
40
+ }, function (_a) {
41
+ var layoutType = _a.layoutType;
42
+ return ({
43
+ WSH_1: 'max-width: 480px;height: 100%;'
44
+ }[layoutType]);
45
+ }, function (_a) {
46
+ var containerColor = _a.containerColor;
47
+ return "background-color: " + containerColor;
48
+ });
49
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
50
+ var layoutType = _a.layoutType;
51
+ return ({
52
+ WSH_1: 'height: 100%;padding-left: 24px;padding-right: 24px;'
53
+ }[layoutType]);
54
+ }, function (_a) {
55
+ var areaColor = _a.areaColor;
56
+ return "background-color: " + areaColor;
57
+ });
58
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
59
+ var layoutType = _a.layoutType;
60
+ return ({
61
+ WSH_1: 'height: 100%;'
62
+ }[layoutType]);
63
+ }, function (_a) {
64
+ var areaColor = _a.areaColor;
65
+ return "background-color: " + areaColor;
66
+ });
67
+ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
68
+ var layoutType = _a.layoutType;
69
+ return ({
70
+ WSH_1: 'height: 100%;overflow: hidden;'
71
+ }[layoutType]);
72
+ });
73
+ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
74
+ var layoutType = _a.layoutType;
75
+ return ({
76
+ WSH_1: 'height: 100%;overflow: hidden;'
77
+ }[layoutType]);
78
+ });
79
+ exports.default = WSH;
80
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
@@ -5,3 +5,4 @@ export { default as WSD } from './WSD';
5
5
  export { default as WSE } from './WSE';
6
6
  export { default as WSF } from './WSF';
7
7
  export { default as WSG } from './WSG';
8
+ export { default as WSH } from './WSH';
@@ -3,7 +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
- exports.WSG = exports.WSF = exports.WSE = exports.WSD = exports.WSC = exports.WSB = exports.WSA = void 0;
6
+ exports.WSH = exports.WSG = exports.WSF = exports.WSE = exports.WSD = exports.WSC = exports.WSB = exports.WSA = void 0;
7
7
  var WSA_1 = require("./WSA");
8
8
  Object.defineProperty(exports, "WSA", { enumerable: true, get: function () { return __importDefault(WSA_1).default; } });
9
9
  var WSB_1 = require("./WSB");
@@ -18,3 +18,5 @@ var WSF_1 = require("./WSF");
18
18
  Object.defineProperty(exports, "WSF", { enumerable: true, get: function () { return __importDefault(WSF_1).default; } });
19
19
  var WSG_1 = require("./WSG");
20
20
  Object.defineProperty(exports, "WSG", { enumerable: true, get: function () { return __importDefault(WSG_1).default; } });
21
+ var WSH_1 = require("./WSH");
22
+ Object.defineProperty(exports, "WSH", { enumerable: true, get: function () { return __importDefault(WSH_1).default; } });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare type ContainersBoxProps = {
3
- layoutType: 'WSA_1' | 'WSB_1' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5';
3
+ layoutType: 'WSA_1' | 'WSB_1' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1';
4
4
  pageMenuContent?: JSX.Element;
5
5
  tabMenuContent?: JSX.Element;
6
6
  content1?: JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,9 +1,4 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.6.1]
3
-
4
- ### Component
5
- * DynamicDesktopNavBar
6
- * colorTheme prop 추가 (transparent)
7
-
2
+ ## [v1.6.3]
8
3
  ### Color
9
- * 컬러 키 값 22.11.14 1247분 기준 싱크
4
+ * 컬러 키 값 22.11.17 1750분 기준 싱크