pds-dev-kit-web 2.2.22 → 2.2.24
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/line/Chapter.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Chapter.js +30 -0
- package/dist/src/common/assets/icons/line/Hourglass.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Hourglass.js +30 -0
- package/dist/src/common/assets/icons/line/UploadList.d.ts +4 -0
- package/dist/src/common/assets/icons/line/UploadList.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +3 -0
- package/dist/src/common/assets/icons/line/index.js +6 -0
- package/dist/src/common/styles/colorSet/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +121 -120
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +3 -1
- package/package.json +1 -1
- package/release-note.md +9 -10
|
@@ -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 Chapter = 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: "M5.6613,11.4557 L5.6613,9.2747 C5.6613,8.6267 6.3613,8.2227 6.9223,8.5467 L8.8113,9.6367 L10.7003,10.7277 C11.2613,11.0517 11.2613,11.8597 10.7003,12.1837 L8.8113,13.2747 L6.9223,14.3647 C6.3613,14.6887 5.6613,14.2847 5.6613,13.6367 L5.6613,11.4557 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M11.6363,5.9619 C9.6583,4.1809 5.8493,3.5079 3.4303,4.4109 C2.8643,4.6219 2.3983,5.2749 2.3983,5.8789 L2.3993,18.1849 C2.3993,18.7149 2.9373,19.0399 3.4293,18.8419 C5.9343,17.8349 9.7133,18.3309 11.6713,19.8739 C11.8653,20.0269 12.1213,20.0269 12.3163,19.8729 C14.3223,18.2839 18.0623,17.8379 20.5753,18.8439 C21.0653,19.0399 21.6013,18.7129 21.6013,18.1849 L21.6013,5.8789 C21.6013,5.2749 21.1363,4.6219 20.5703,4.4109 C18.1513,3.5079 14.3423,4.1809 12.3643,5.9619 C12.1523,6.1529 11.8483,6.1529 11.6363,5.9619 Z M14.1962,8.9646 L18.2602,8.9646 M14.1962,11.765 L18.2602,11.765 M14.1962,14.5653 L18.2602,14.5653" })] })) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Chapter;
|
|
@@ -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 Hourglass = 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: "M11.9999,13.0536 L16.0379,17.0346 C16.1029,17.0986 16.1369,17.1746 16.1869,17.2456 C13.4629,16.3636 10.5369,16.3636 7.8129,17.2456 C7.8629,17.1746 7.8979,17.0986 7.9619,17.0346 L11.9999,13.0536 Z M7.5669,6.0926 L7.5669,3.9456 L16.4329,3.9456 L16.4329,6.0926 C16.4329,6.4036 16.2919,6.7136 16.0379,6.9656 L14.5069,8.4756 L14.5069,8.4626 C12.8869,7.8756 11.1129,7.8756 9.4939,8.4626 L9.4939,8.4756 L7.9629,6.9656 C7.7079,6.7136 7.5669,6.4036 7.5669,6.0926 L7.5669,6.0926 Z M19.1679,20.0546 L17.9329,20.0546 L17.9329,17.9076 C17.9329,17.1916 17.6339,16.5026 17.0909,15.9666 L13.0679,12.0006 L17.0909,8.0336 C17.6339,7.4976 17.9329,6.8086 17.9329,6.0926 L17.9329,3.9456 L19.1679,3.9456 C19.5829,3.9456 19.9179,3.6096 19.9179,3.1956 C19.9179,2.7816 19.5829,2.4456 19.1679,2.4456 L4.8319,2.4456 C4.4169,2.4456 4.0819,2.7816 4.0819,3.1956 C4.0819,3.6096 4.4169,3.9456 4.8319,3.9456 L6.0669,3.9456 L6.0669,6.0926 C6.0669,6.8086 6.3659,7.4976 6.9099,8.0336 L10.9319,12.0006 L6.9099,15.9666 C6.3669,16.5016 6.0669,17.1916 6.0669,17.9076 L6.0669,20.0546 L4.8319,20.0546 C4.4169,20.0546 4.0819,20.3906 4.0819,20.8046 C4.0819,21.2186 4.4169,21.5546 4.8319,21.5546 L19.1679,21.5546 C19.5829,21.5546 19.9179,21.2186 19.9179,20.8046 C19.9179,20.3906 19.5829,20.0546 19.1679,20.0546 L19.1679,20.0546 Z" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = Hourglass;
|
|
@@ -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 UploadList = 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: "M19.3167,20.2713 L4.6837,20.2713 M19.3167,16.2918 L4.6837,16.2918 M15.9346,7.2156 L11.9996,3.2976 L8.0656,7.2156 M12,3.2977 L12,12.0197" }) })));
|
|
29
|
+
};
|
|
30
|
+
exports.default = UploadList;
|
|
@@ -43,6 +43,7 @@ declare const lineIcons: {
|
|
|
43
43
|
readonly ic_cart: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
44
44
|
readonly ic_channel: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
45
45
|
readonly ic_channel_setting: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
46
|
+
readonly ic_chapter: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
46
47
|
readonly ic_chat: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
47
48
|
readonly ic_chat_counseling: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
48
49
|
readonly ic_chat_crm: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -87,6 +88,7 @@ declare const lineIcons: {
|
|
|
87
88
|
readonly ic_ghost: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
88
89
|
readonly ic_heart_care: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
89
90
|
readonly ic_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
91
|
+
readonly ic_hourglass: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
90
92
|
readonly ic_icon: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
91
93
|
readonly ic_image: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
92
94
|
readonly ic_information: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -244,6 +246,7 @@ declare const lineIcons: {
|
|
|
244
246
|
readonly ic_unavailable: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
245
247
|
readonly ic_unlock: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
246
248
|
readonly ic_upload: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
249
|
+
readonly ic_upload_list: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
247
250
|
readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
248
251
|
readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
249
252
|
readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -46,6 +46,7 @@ var Carousel_1 = __importDefault(require("./Carousel"));
|
|
|
46
46
|
var Cart_1 = __importDefault(require("./Cart"));
|
|
47
47
|
var Channel_1 = __importDefault(require("./Channel"));
|
|
48
48
|
var ChannelSetting_1 = __importDefault(require("./ChannelSetting"));
|
|
49
|
+
var Chapter_1 = __importDefault(require("./Chapter"));
|
|
49
50
|
var Chat_1 = __importDefault(require("./Chat"));
|
|
50
51
|
var ChatCounseling_1 = __importDefault(require("./ChatCounseling"));
|
|
51
52
|
var ChatCrm_1 = __importDefault(require("./ChatCrm"));
|
|
@@ -90,6 +91,7 @@ var Folder_1 = __importDefault(require("./Folder"));
|
|
|
90
91
|
var Ghost_1 = __importDefault(require("./Ghost"));
|
|
91
92
|
var HeartCare_1 = __importDefault(require("./HeartCare"));
|
|
92
93
|
var Home_1 = __importDefault(require("./Home"));
|
|
94
|
+
var Hourglass_1 = __importDefault(require("./Hourglass"));
|
|
93
95
|
var Icon_1 = __importDefault(require("./Icon"));
|
|
94
96
|
var Image_1 = __importDefault(require("./Image"));
|
|
95
97
|
var Information_1 = __importDefault(require("./Information"));
|
|
@@ -247,6 +249,7 @@ var TypefaceSystem_1 = __importDefault(require("./TypefaceSystem"));
|
|
|
247
249
|
var Unavailable_1 = __importDefault(require("./Unavailable"));
|
|
248
250
|
var Unlock_1 = __importDefault(require("./Unlock"));
|
|
249
251
|
var Upload_1 = __importDefault(require("./Upload"));
|
|
252
|
+
var UploadList_1 = __importDefault(require("./UploadList"));
|
|
250
253
|
var Video_1 = __importDefault(require("./Video"));
|
|
251
254
|
var Videocall_1 = __importDefault(require("./Videocall"));
|
|
252
255
|
var VideocallPro_1 = __importDefault(require("./VideocallPro"));
|
|
@@ -310,6 +313,7 @@ var lineIcons = {
|
|
|
310
313
|
ic_cart: Cart_1.default,
|
|
311
314
|
ic_channel: Channel_1.default,
|
|
312
315
|
ic_channel_setting: ChannelSetting_1.default,
|
|
316
|
+
ic_chapter: Chapter_1.default,
|
|
313
317
|
ic_chat: Chat_1.default,
|
|
314
318
|
ic_chat_counseling: ChatCounseling_1.default,
|
|
315
319
|
ic_chat_crm: ChatCrm_1.default,
|
|
@@ -354,6 +358,7 @@ var lineIcons = {
|
|
|
354
358
|
ic_ghost: Ghost_1.default,
|
|
355
359
|
ic_heart_care: HeartCare_1.default,
|
|
356
360
|
ic_home: Home_1.default,
|
|
361
|
+
ic_hourglass: Hourglass_1.default,
|
|
357
362
|
ic_icon: Icon_1.default,
|
|
358
363
|
ic_image: Image_1.default,
|
|
359
364
|
ic_information: Information_1.default,
|
|
@@ -511,6 +516,7 @@ var lineIcons = {
|
|
|
511
516
|
ic_unavailable: Unavailable_1.default,
|
|
512
517
|
ic_unlock: Unlock_1.default,
|
|
513
518
|
ic_upload: Upload_1.default,
|
|
519
|
+
ic_upload_list: UploadList_1.default,
|
|
514
520
|
ic_video: Video_1.default,
|
|
515
521
|
ic_videocall: Videocall_1.default,
|
|
516
522
|
ic_videocall_pro: VideocallPro_1.default,
|
|
@@ -837,5 +837,6 @@
|
|
|
837
837
|
"ui_107": "sys_component_border_white_opacity20",
|
|
838
838
|
"ui_cpnt_textlabel_sys_white_02": "sys_text_white_02",
|
|
839
839
|
"ui_cpnt_headerbar_base_area_transparent": "sys_container_background_04",
|
|
840
|
-
"ui_108": "sys_widget_error_01"
|
|
840
|
+
"ui_108": "sys_widget_error_01",
|
|
841
|
+
"ui_110": "sys_component_base_black_opacity50"
|
|
841
842
|
}
|
|
@@ -1,4 +1,124 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
+
readonly SemanticColor: {
|
|
3
|
+
blue500: string;
|
|
4
|
+
blue700: string;
|
|
5
|
+
blue300: string;
|
|
6
|
+
green700: string;
|
|
7
|
+
green500: string;
|
|
8
|
+
green300: string;
|
|
9
|
+
red500: string;
|
|
10
|
+
grey900: string;
|
|
11
|
+
grey500: string;
|
|
12
|
+
grey400: string;
|
|
13
|
+
grey100: string;
|
|
14
|
+
grey50: string;
|
|
15
|
+
white: string;
|
|
16
|
+
black: string;
|
|
17
|
+
darkblue500: string;
|
|
18
|
+
grey950: string;
|
|
19
|
+
darkgrey900: string;
|
|
20
|
+
darkgrey500: string;
|
|
21
|
+
darkgrey400: string;
|
|
22
|
+
darkgrey100: string;
|
|
23
|
+
darkgrey50: string;
|
|
24
|
+
darkred500: string;
|
|
25
|
+
darkgreen700: string;
|
|
26
|
+
orange500: string;
|
|
27
|
+
darkorange500: string;
|
|
28
|
+
opacity00: string;
|
|
29
|
+
opacity20: string;
|
|
30
|
+
opacity30: string;
|
|
31
|
+
opacity65: string;
|
|
32
|
+
darkgreen500: string;
|
|
33
|
+
grey70: string;
|
|
34
|
+
navy500: string;
|
|
35
|
+
lightgreen500: string;
|
|
36
|
+
pink500: string;
|
|
37
|
+
darkgrey70: string;
|
|
38
|
+
darknavy500: string;
|
|
39
|
+
darkpink500: string;
|
|
40
|
+
darklightgreen500: string;
|
|
41
|
+
opacity10: string;
|
|
42
|
+
grey600: string;
|
|
43
|
+
darkgrey600: string;
|
|
44
|
+
skyblue500: string;
|
|
45
|
+
skyblue300: string;
|
|
46
|
+
pink300: string;
|
|
47
|
+
lightpink500: string;
|
|
48
|
+
darkblue300: string;
|
|
49
|
+
darkblue700: string;
|
|
50
|
+
darkgreen300: string;
|
|
51
|
+
darkskyblue500: string;
|
|
52
|
+
navy100: string;
|
|
53
|
+
darknavy100: string;
|
|
54
|
+
opacity80: string;
|
|
55
|
+
opacity50: string;
|
|
56
|
+
grey30: string;
|
|
57
|
+
opacity95: string;
|
|
58
|
+
darkgrey30: string;
|
|
59
|
+
opacity40: string;
|
|
60
|
+
kakaoyellow: string;
|
|
61
|
+
pastelblue500: string;
|
|
62
|
+
pastelpink500: string;
|
|
63
|
+
pastelorange500: string;
|
|
64
|
+
pastelgreen500: string;
|
|
65
|
+
pastelpurple500: string;
|
|
66
|
+
darkpastelblue500: string;
|
|
67
|
+
darkpastelpink500: string;
|
|
68
|
+
darkpastelorange500: string;
|
|
69
|
+
darkpastelgreen500: string;
|
|
70
|
+
darkpastelpurple500: string;
|
|
71
|
+
green30: string;
|
|
72
|
+
darkgreen30: string;
|
|
73
|
+
orange50: string;
|
|
74
|
+
darkorange50: string;
|
|
75
|
+
orange30: string;
|
|
76
|
+
darkorange30: string;
|
|
77
|
+
green50: string;
|
|
78
|
+
darkgreen50: string;
|
|
79
|
+
opacity90: string;
|
|
80
|
+
facebookblue: string;
|
|
81
|
+
opacity05: string;
|
|
82
|
+
opacity15: string;
|
|
83
|
+
grey80: string;
|
|
84
|
+
grey200: string;
|
|
85
|
+
darkgrey80: string;
|
|
86
|
+
darkgrey200: string;
|
|
87
|
+
opacity70: string;
|
|
88
|
+
opacity60: string;
|
|
89
|
+
skyblue100: string;
|
|
90
|
+
green100: string;
|
|
91
|
+
darkgreen100: string;
|
|
92
|
+
darkskyblue100: string;
|
|
93
|
+
opacity25: string;
|
|
94
|
+
opacity35: string;
|
|
95
|
+
grey10: string;
|
|
96
|
+
darkgrey10: string;
|
|
97
|
+
blue50: string;
|
|
98
|
+
darkblue50: string;
|
|
99
|
+
blue10: string;
|
|
100
|
+
red10: string;
|
|
101
|
+
green10: string;
|
|
102
|
+
blue30: string;
|
|
103
|
+
red30: string;
|
|
104
|
+
orange300: string;
|
|
105
|
+
darkorange300: string;
|
|
106
|
+
darkpink300: string;
|
|
107
|
+
pastelblue300: string;
|
|
108
|
+
darkpastelblue300: string;
|
|
109
|
+
softpurple500: string;
|
|
110
|
+
darksoftpurple500: string;
|
|
111
|
+
coolpink500: string;
|
|
112
|
+
darkcoolpink500: string;
|
|
113
|
+
brown500: string;
|
|
114
|
+
darkbrown500: string;
|
|
115
|
+
yellow300: string;
|
|
116
|
+
darkyellow300: string;
|
|
117
|
+
grey20: string;
|
|
118
|
+
darkgrey20: string;
|
|
119
|
+
grey300: string;
|
|
120
|
+
darkgrey300: string;
|
|
121
|
+
};
|
|
2
122
|
readonly PaletteColor_light: {
|
|
3
123
|
sys_container_background_01: string;
|
|
4
124
|
sys_container_background_02: string;
|
|
@@ -693,126 +813,6 @@ declare const colorSet: {
|
|
|
693
813
|
sys_text_white_02: string;
|
|
694
814
|
sys_component_base_45: string;
|
|
695
815
|
};
|
|
696
|
-
readonly SemanticColor: {
|
|
697
|
-
blue500: string;
|
|
698
|
-
blue700: string;
|
|
699
|
-
blue300: string;
|
|
700
|
-
green700: string;
|
|
701
|
-
green500: string;
|
|
702
|
-
green300: string;
|
|
703
|
-
red500: string;
|
|
704
|
-
grey900: string;
|
|
705
|
-
grey500: string;
|
|
706
|
-
grey400: string;
|
|
707
|
-
grey100: string;
|
|
708
|
-
grey50: string;
|
|
709
|
-
white: string;
|
|
710
|
-
black: string;
|
|
711
|
-
darkblue500: string;
|
|
712
|
-
grey950: string;
|
|
713
|
-
darkgrey900: string;
|
|
714
|
-
darkgrey500: string;
|
|
715
|
-
darkgrey400: string;
|
|
716
|
-
darkgrey100: string;
|
|
717
|
-
darkgrey50: string;
|
|
718
|
-
darkred500: string;
|
|
719
|
-
darkgreen700: string;
|
|
720
|
-
orange500: string;
|
|
721
|
-
darkorange500: string;
|
|
722
|
-
opacity00: string;
|
|
723
|
-
opacity20: string;
|
|
724
|
-
opacity30: string;
|
|
725
|
-
opacity65: string;
|
|
726
|
-
darkgreen500: string;
|
|
727
|
-
grey70: string;
|
|
728
|
-
navy500: string;
|
|
729
|
-
lightgreen500: string;
|
|
730
|
-
pink500: string;
|
|
731
|
-
darkgrey70: string;
|
|
732
|
-
darknavy500: string;
|
|
733
|
-
darkpink500: string;
|
|
734
|
-
darklightgreen500: string;
|
|
735
|
-
opacity10: string;
|
|
736
|
-
grey600: string;
|
|
737
|
-
darkgrey600: string;
|
|
738
|
-
skyblue500: string;
|
|
739
|
-
skyblue300: string;
|
|
740
|
-
pink300: string;
|
|
741
|
-
lightpink500: string;
|
|
742
|
-
darkblue300: string;
|
|
743
|
-
darkblue700: string;
|
|
744
|
-
darkgreen300: string;
|
|
745
|
-
darkskyblue500: string;
|
|
746
|
-
navy100: string;
|
|
747
|
-
darknavy100: string;
|
|
748
|
-
opacity80: string;
|
|
749
|
-
opacity50: string;
|
|
750
|
-
grey30: string;
|
|
751
|
-
opacity95: string;
|
|
752
|
-
darkgrey30: string;
|
|
753
|
-
opacity40: string;
|
|
754
|
-
kakaoyellow: string;
|
|
755
|
-
pastelblue500: string;
|
|
756
|
-
pastelpink500: string;
|
|
757
|
-
pastelorange500: string;
|
|
758
|
-
pastelgreen500: string;
|
|
759
|
-
pastelpurple500: string;
|
|
760
|
-
darkpastelblue500: string;
|
|
761
|
-
darkpastelpink500: string;
|
|
762
|
-
darkpastelorange500: string;
|
|
763
|
-
darkpastelgreen500: string;
|
|
764
|
-
darkpastelpurple500: string;
|
|
765
|
-
green30: string;
|
|
766
|
-
darkgreen30: string;
|
|
767
|
-
orange50: string;
|
|
768
|
-
darkorange50: string;
|
|
769
|
-
orange30: string;
|
|
770
|
-
darkorange30: string;
|
|
771
|
-
green50: string;
|
|
772
|
-
darkgreen50: string;
|
|
773
|
-
opacity90: string;
|
|
774
|
-
facebookblue: string;
|
|
775
|
-
opacity05: string;
|
|
776
|
-
opacity15: string;
|
|
777
|
-
grey80: string;
|
|
778
|
-
grey200: string;
|
|
779
|
-
darkgrey80: string;
|
|
780
|
-
darkgrey200: string;
|
|
781
|
-
opacity70: string;
|
|
782
|
-
opacity60: string;
|
|
783
|
-
skyblue100: string;
|
|
784
|
-
green100: string;
|
|
785
|
-
darkgreen100: string;
|
|
786
|
-
darkskyblue100: string;
|
|
787
|
-
opacity25: string;
|
|
788
|
-
opacity35: string;
|
|
789
|
-
grey10: string;
|
|
790
|
-
darkgrey10: string;
|
|
791
|
-
blue50: string;
|
|
792
|
-
darkblue50: string;
|
|
793
|
-
blue10: string;
|
|
794
|
-
red10: string;
|
|
795
|
-
green10: string;
|
|
796
|
-
blue30: string;
|
|
797
|
-
red30: string;
|
|
798
|
-
orange300: string;
|
|
799
|
-
darkorange300: string;
|
|
800
|
-
darkpink300: string;
|
|
801
|
-
pastelblue300: string;
|
|
802
|
-
darkpastelblue300: string;
|
|
803
|
-
softpurple500: string;
|
|
804
|
-
darksoftpurple500: string;
|
|
805
|
-
coolpink500: string;
|
|
806
|
-
darkcoolpink500: string;
|
|
807
|
-
brown500: string;
|
|
808
|
-
darkbrown500: string;
|
|
809
|
-
yellow300: string;
|
|
810
|
-
darkyellow300: string;
|
|
811
|
-
grey20: string;
|
|
812
|
-
darkgrey20: string;
|
|
813
|
-
grey300: string;
|
|
814
|
-
darkgrey300: string;
|
|
815
|
-
};
|
|
816
816
|
readonly UIColor: {
|
|
817
817
|
ui_cpnt_button_fill_base_primary: string;
|
|
818
818
|
ui_cpnt_button_fill_base_default: string;
|
|
@@ -1653,6 +1653,7 @@ declare const colorSet: {
|
|
|
1653
1653
|
ui_cpnt_textlabel_sys_white_02: string;
|
|
1654
1654
|
ui_cpnt_headerbar_base_area_transparent: string;
|
|
1655
1655
|
ui_108: string;
|
|
1656
|
+
ui_110: string;
|
|
1656
1657
|
};
|
|
1657
1658
|
};
|
|
1658
1659
|
export default colorSet;
|
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
7
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
8
9
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
12
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
13
14
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -90,7 +90,8 @@ function CustomSection(props) {
|
|
|
90
90
|
}), rows = _g.rows, width = _g.width, minHeight = _g.minHeight, isFullWidth = _g.isFullWidth;
|
|
91
91
|
var customSectionStyles = {
|
|
92
92
|
minHeight: "".concat(minHeight, "vh"),
|
|
93
|
-
width:
|
|
93
|
+
width: '100%',
|
|
94
|
+
maxWidth: isFullWidth ? '' : "".concat(width, "px")
|
|
94
95
|
};
|
|
95
96
|
var breakpoint = device === 'MOBILE' ? 'sm' : 'lg';
|
|
96
97
|
var onClickCB = function (id) {
|
|
@@ -204,6 +205,7 @@ function CustomSection(props) {
|
|
|
204
205
|
paddingLeft: padding.left
|
|
205
206
|
} }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ allowOverlap: true, layouts: { lg: layouts.lg, sm: layouts.sm }, resizeHandles: ['nw', 'e', 'n', 'ne', 's', 'se', 'sw', 'w'], breakpoints: breakpoints, breakpoint: breakpoint, cols: { lg: 24, sm: 8 }, rowHeight: rowHeight, margin: [10, 10], style: {
|
|
206
207
|
width: customSectionStyles.width,
|
|
208
|
+
maxWidth: customSectionStyles.maxWidth,
|
|
207
209
|
minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
|
|
208
210
|
fontSize: "".concat(baseFontSize, "px")
|
|
209
211
|
}, onLayoutChange: onLayoutChange, onDragStop: onDragStop, onResizeStop: onResizeStop, onWidthChange: onWidthChange, minNbRow: rows, isDraggable: isEditMode, isResizable: isEditMode }, { children: (componentBlocks === null || componentBlocks === void 0 ? void 0 : componentBlocks.length) ? (componentBlocks.map(function (each) { return ((0, jsx_runtime_1.jsx)("div", __assign({ className: selectedCB === each.id ? 'react-grid-item-selected' : '' }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ style: {
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.2.
|
|
2
|
+
## [v2.2.24]
|
|
3
3
|
## daily|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
5
|
### Component
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* subscriber_transparent -> white_transparent
|
|
6
|
+
* Icon
|
|
7
|
+
* ic_upload_list line 추가
|
|
8
|
+
* ic_hourglass line 추가
|
|
9
|
+
### sub
|
|
10
|
+
* DynamicLayout
|
|
11
|
+
* custom section
|
|
12
|
+
* width값으로 들어가던 것을 max-width로 들어가도록 수정
|
|
13
|
+
* width는 100%로 고정
|