pds-dev-kit-web 1.6.0 → 1.6.2
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/PostArticle.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostArticle.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +1 -0
- package/dist/src/common/assets/icons/line/index.js +2 -0
- package/dist/src/common/styles/ToneTest/ToneTest.js +12 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +4 -4
- package/dist/src/common/styles/colorSet/UIColor.json +4 -1
- package/dist/src/common/styles/colorSet/index.d.ts +81 -72
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +3 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +24 -9
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +80 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
- package/package.json +1 -1
- package/release-note.md +5 -16
|
@@ -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,
|
|
@@ -380,6 +380,18 @@ function ToneTest() {
|
|
|
380
380
|
src: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSL5qfISvgI8p95f3w5lZN9XNwYh1mRiIqEaQ&usqp=CAU',
|
|
381
381
|
href: '/'
|
|
382
382
|
}, primaryMenus: mocks, secondaryMenus: mocks, template: "W1_0005", basePath: "/channels/invitation" })),
|
|
383
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
384
|
+
react_1.default.createElement(components_1.TextLabel, { text: "\uC774\uACF3\uC740 toggled\uB41C tone\uC758 \uC601\uD5A5\uC744 \uBC1B\uC9C0 \uC54A\uACE0 transparent \uC801\uC6A9 \uB41C \uBD80\uBD84\uC785\uB2C8\uB2E4." }),
|
|
385
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
386
|
+
react_1.default.createElement(styled_components_1.ThemeProvider, { theme: (0, theme_1.themeByGivenTone)(customTone) },
|
|
387
|
+
react_1.default.createElement(desktop_1.D_DynamicDesktopNavBar, { isPreview: true, brandLogo: {
|
|
388
|
+
src: 'http://i.imgur.com/zVKjblJ.png',
|
|
389
|
+
text: 'PEPSI',
|
|
390
|
+
href: '/'
|
|
391
|
+
}, userProfile: {
|
|
392
|
+
src: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSL5qfISvgI8p95f3w5lZN9XNwYh1mRiIqEaQ&usqp=CAU',
|
|
393
|
+
href: '/'
|
|
394
|
+
}, primaryMenus: mocks, secondaryMenus: mocks, template: "W1_0005", basePath: "/channels/invitation", colorTheme: "transparent" })),
|
|
383
395
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_e" }),
|
|
384
396
|
react_1.default.createElement(hybrid_1.Divider, null),
|
|
385
397
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
@@ -203,5 +203,8 @@
|
|
|
203
203
|
"sys_loading_three_bar": "darkgrey400",
|
|
204
204
|
"sys_widget_grey_05": "darkgrey50",
|
|
205
205
|
"sys_menu_background_transparent": "white/opacity00",
|
|
206
|
-
"sys_container_background_04": "white/opacity00"
|
|
206
|
+
"sys_container_background_04": "white/opacity00",
|
|
207
|
+
"sys_menu_button_base": "white",
|
|
208
|
+
"sys_background_dimmed_03": "black/opacity30",
|
|
209
|
+
"sys_cpnt_sheet_base_03": "black/opacity65"
|
|
207
210
|
}
|
|
@@ -203,5 +203,8 @@
|
|
|
203
203
|
"sys_loading_three_bar": "grey400",
|
|
204
204
|
"sys_widget_grey_05": "grey50",
|
|
205
205
|
"sys_menu_background_transparent": "white/opacity00",
|
|
206
|
-
"sys_container_background_04": "white/opacity00"
|
|
206
|
+
"sys_container_background_04": "white/opacity00",
|
|
207
|
+
"sys_menu_button_base": "white",
|
|
208
|
+
"sys_background_dimmed_03": "black/opacity30",
|
|
209
|
+
"sys_cpnt_sheet_base_03": "white"
|
|
207
210
|
}
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"darkgrey30": "#1d1d1e",
|
|
58
58
|
"opacity40": "66",
|
|
59
59
|
"kakaoyellow": "#fee500",
|
|
60
|
-
"pastelblue500": "#
|
|
60
|
+
"pastelblue500": "#77B2EC",
|
|
61
61
|
"pastelpink500": "#ff6399",
|
|
62
62
|
"pastelorange500": "#ffa638",
|
|
63
|
-
"pastelgreen500": "#
|
|
63
|
+
"pastelgreen500": "#64DA73",
|
|
64
64
|
"pastelpurple500": "#b36de9",
|
|
65
|
-
"darkpastelblue500": "#
|
|
65
|
+
"darkpastelblue500": "#6AA4DE",
|
|
66
66
|
"darkpastelpink500": "#f2598e",
|
|
67
67
|
"darkpastelorange500": "#f19829",
|
|
68
|
-
"darkpastelgreen500": "#
|
|
68
|
+
"darkpastelgreen500": "#56CE65",
|
|
69
69
|
"darkpastelpurple500": "#aa61e2",
|
|
70
70
|
"green30": "#E5F9F3",
|
|
71
71
|
"darkgreen30": "#132520"
|
|
@@ -594,5 +594,8 @@
|
|
|
594
594
|
"ui_contentscontainer01_background_transparent": "sys_container_background_04",
|
|
595
595
|
"ui_contentscontainer02_background_transparent": "sys_container_background_04",
|
|
596
596
|
"ui_toppagemenucontainer_background_wt_m_transparent": "sys_container_background_04",
|
|
597
|
-
"ui_contentscontainer_background_wt_m_transparent": "sys_container_background_04"
|
|
597
|
+
"ui_contentscontainer_background_wt_m_transparent": "sys_container_background_04",
|
|
598
|
+
"ui_menu_button_base_transparent": "sys_menu_button_base",
|
|
599
|
+
"ui_dimmed_02": "sys_background_dimmed_03",
|
|
600
|
+
"ui_cpnt_sheet_base_05": "sys_cpnt_sheet_base_03"
|
|
598
601
|
}
|
|
@@ -1,76 +1,4 @@
|
|
|
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
|
-
};
|
|
74
2
|
readonly PaletteColor_Dark: {
|
|
75
3
|
sys_container_background_01: string;
|
|
76
4
|
sys_container_background_02: string;
|
|
@@ -277,6 +205,9 @@ declare const colorSet: {
|
|
|
277
205
|
sys_widget_grey_05: string;
|
|
278
206
|
sys_menu_background_transparent: string;
|
|
279
207
|
sys_container_background_04: string;
|
|
208
|
+
sys_menu_button_base: string;
|
|
209
|
+
sys_background_dimmed_03: string;
|
|
210
|
+
sys_cpnt_sheet_base_03: string;
|
|
280
211
|
};
|
|
281
212
|
readonly PaletteColor_light: {
|
|
282
213
|
sys_container_background_01: string;
|
|
@@ -484,6 +415,81 @@ declare const colorSet: {
|
|
|
484
415
|
sys_widget_grey_05: string;
|
|
485
416
|
sys_menu_background_transparent: string;
|
|
486
417
|
sys_container_background_04: string;
|
|
418
|
+
sys_menu_button_base: string;
|
|
419
|
+
sys_background_dimmed_03: string;
|
|
420
|
+
sys_cpnt_sheet_base_03: string;
|
|
421
|
+
};
|
|
422
|
+
readonly SemanticColor: {
|
|
423
|
+
blue500: string;
|
|
424
|
+
blue700: string;
|
|
425
|
+
blue300: string;
|
|
426
|
+
green700: string;
|
|
427
|
+
green500: string;
|
|
428
|
+
green300: string;
|
|
429
|
+
red500: string;
|
|
430
|
+
grey900: string;
|
|
431
|
+
grey500: string;
|
|
432
|
+
grey400: string;
|
|
433
|
+
grey100: string;
|
|
434
|
+
grey50: string;
|
|
435
|
+
white: string;
|
|
436
|
+
black: string;
|
|
437
|
+
darkblue500: string;
|
|
438
|
+
grey950: string;
|
|
439
|
+
darkgrey900: string;
|
|
440
|
+
darkgrey500: string;
|
|
441
|
+
darkgrey400: string;
|
|
442
|
+
darkgrey100: string;
|
|
443
|
+
darkgrey50: string;
|
|
444
|
+
darkred500: string;
|
|
445
|
+
darkgreen700: string;
|
|
446
|
+
orange500: string;
|
|
447
|
+
darkorange500: string;
|
|
448
|
+
opacity00: string;
|
|
449
|
+
opacity20: string;
|
|
450
|
+
opacity30: string;
|
|
451
|
+
opacity65: string;
|
|
452
|
+
darkgreen500: string;
|
|
453
|
+
grey70: string;
|
|
454
|
+
navy500: string;
|
|
455
|
+
lightgreen500: string;
|
|
456
|
+
pink500: string;
|
|
457
|
+
darkgrey70: string;
|
|
458
|
+
darknavy500: string;
|
|
459
|
+
darkpink500: string;
|
|
460
|
+
darklightgreen500: string;
|
|
461
|
+
opacity10: string;
|
|
462
|
+
grey600: string;
|
|
463
|
+
darkgrey600: string;
|
|
464
|
+
skyblue500: string;
|
|
465
|
+
skyblue300: string;
|
|
466
|
+
pink300: string;
|
|
467
|
+
lightpink500: string;
|
|
468
|
+
darkblue300: string;
|
|
469
|
+
darkblue700: string;
|
|
470
|
+
darkgreen300: string;
|
|
471
|
+
darkskyblue500: string;
|
|
472
|
+
navy100: string;
|
|
473
|
+
darknavy100: string;
|
|
474
|
+
opacity80: string;
|
|
475
|
+
opacity50: string;
|
|
476
|
+
grey30: string;
|
|
477
|
+
opacity95: string;
|
|
478
|
+
darkgrey30: string;
|
|
479
|
+
opacity40: string;
|
|
480
|
+
kakaoyellow: string;
|
|
481
|
+
pastelblue500: string;
|
|
482
|
+
pastelpink500: string;
|
|
483
|
+
pastelorange500: string;
|
|
484
|
+
pastelgreen500: string;
|
|
485
|
+
pastelpurple500: string;
|
|
486
|
+
darkpastelblue500: string;
|
|
487
|
+
darkpastelpink500: string;
|
|
488
|
+
darkpastelorange500: string;
|
|
489
|
+
darkpastelgreen500: string;
|
|
490
|
+
darkpastelpurple500: string;
|
|
491
|
+
green30: string;
|
|
492
|
+
darkgreen30: string;
|
|
487
493
|
};
|
|
488
494
|
readonly UIColor: {
|
|
489
495
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1082,6 +1088,9 @@ declare const colorSet: {
|
|
|
1082
1088
|
ui_contentscontainer02_background_transparent: string;
|
|
1083
1089
|
ui_toppagemenucontainer_background_wt_m_transparent: string;
|
|
1084
1090
|
ui_contentscontainer_background_wt_m_transparent: string;
|
|
1091
|
+
ui_menu_button_base_transparent: string;
|
|
1092
|
+
ui_dimmed_02: string;
|
|
1093
|
+
ui_cpnt_sheet_base_05: string;
|
|
1085
1094
|
};
|
|
1086
1095
|
};
|
|
1087
1096
|
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"));
|
|
8
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.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,
|
|
13
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -595,4 +595,7 @@ export interface UITheme {
|
|
|
595
595
|
ui_contentscontainer02_background_transparent: string;
|
|
596
596
|
ui_toppagemenucontainer_background_wt_m_transparent: string;
|
|
597
597
|
ui_contentscontainer_background_wt_m_transparent: string;
|
|
598
|
+
ui_menu_button_base_transparent: string;
|
|
599
|
+
ui_dimmed_02: string;
|
|
600
|
+
ui_cpnt_sheet_base_05: string;
|
|
598
601
|
}
|
|
@@ -22,6 +22,7 @@ export declare type Props = {
|
|
|
22
22
|
secondaryMenus: ParsedNode[] | null;
|
|
23
23
|
template: TemplateNamesType;
|
|
24
24
|
basePath: string;
|
|
25
|
+
colorTheme?: 'none' | 'transparent';
|
|
25
26
|
};
|
|
26
27
|
declare type ContextProp = {
|
|
27
28
|
basePath: string;
|
|
@@ -29,5 +30,5 @@ declare type ContextProp = {
|
|
|
29
30
|
handleClickInternalMenuItemNav: (url: string) => void;
|
|
30
31
|
};
|
|
31
32
|
export declare const BasePathContext: React.Context<ContextProp>;
|
|
32
|
-
declare function DynamicDesktopNavBar({ isPreview, template, brandLogo, primaryMenus, secondaryMenus, userProfile, basePath }: Props): JSX.Element;
|
|
33
|
+
declare function DynamicDesktopNavBar({ isPreview, template, brandLogo, primaryMenus, secondaryMenus, userProfile, basePath, colorTheme }: Props): JSX.Element;
|
|
33
34
|
export default DynamicDesktopNavBar;
|
|
@@ -3,6 +3,17 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
|
+
var __assign = (this && this.__assign) || function () {
|
|
7
|
+
__assign = Object.assign || function(t) {
|
|
8
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
9
|
+
s = arguments[i];
|
|
10
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
11
|
+
t[p] = s[p];
|
|
12
|
+
}
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
return __assign.apply(this, arguments);
|
|
16
|
+
};
|
|
6
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
18
|
if (k2 === undefined) k2 = k;
|
|
8
19
|
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
@@ -22,16 +33,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
22
33
|
__setModuleDefault(result, mod);
|
|
23
34
|
return result;
|
|
24
35
|
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
37
|
exports.BasePathContext = void 0;
|
|
30
38
|
var react_1 = __importStar(require("react"));
|
|
31
39
|
var react_router_dom_1 = require("react-router-dom");
|
|
32
|
-
var styled_components_1 =
|
|
40
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
33
41
|
var BoxLayout_1 = require("../../../common/components/BoxLayout");
|
|
34
42
|
var hooks_1 = require("../../../common/hooks");
|
|
43
|
+
var theme_1 = require("../../../common/styles/theme");
|
|
35
44
|
var blocks_1 = require("./blocks");
|
|
36
45
|
var reducer_1 = __importStar(require("./reducer"));
|
|
37
46
|
var templates_1 = require("./templates");
|
|
@@ -45,11 +54,12 @@ exports.BasePathContext = (0, react_1.createContext)({
|
|
|
45
54
|
}
|
|
46
55
|
});
|
|
47
56
|
function DynamicDesktopNavBar(_a) {
|
|
48
|
-
var _b = _a.isPreview, isPreview = _b === void 0 ? false : _b, template = _a.template, brandLogo = _a.brandLogo, primaryMenus = _a.primaryMenus, secondaryMenus = _a.secondaryMenus, userProfile = _a.userProfile, basePath = _a.basePath;
|
|
49
|
-
var
|
|
50
|
-
var
|
|
57
|
+
var _b = _a.isPreview, isPreview = _b === void 0 ? false : _b, template = _a.template, brandLogo = _a.brandLogo, primaryMenus = _a.primaryMenus, secondaryMenus = _a.secondaryMenus, userProfile = _a.userProfile, basePath = _a.basePath, _c = _a.colorTheme, colorTheme = _c === void 0 ? 'none' : _c;
|
|
58
|
+
var _d = templates_1.DynamicDesktopNavBarTemplates.getTemplate(template), gridStyle = _d.gridStyle, gridTemplate = _d.gridTemplate, showSecondaryMenu = _d.showSecondaryMenu, primaryMenuOptions = _d.primaryMenuOptions, secondaryMenuOptions = _d.secondaryMenuOptions, userProfileOptions = _d.userProfileOptions;
|
|
59
|
+
var _e = (0, react_1.useReducer)(reducer_1.default, reducer_1.defaultValue), state = _e[0], dispatch = _e[1];
|
|
51
60
|
var location = (0, react_router_dom_1.useLocation)();
|
|
52
61
|
var prevLocation = (0, hooks_1.usePrevious)(location.pathname + location.search);
|
|
62
|
+
var theme = (0, styled_components_1.useTheme)();
|
|
53
63
|
(0, react_1.useEffect)(function () {
|
|
54
64
|
var currentSearch = (0, utils_1.getSearchExceptGivenName)(location.search, 'from');
|
|
55
65
|
var currentLocation = location.pathname + currentSearch;
|
|
@@ -65,13 +75,18 @@ function DynamicDesktopNavBar(_a) {
|
|
|
65
75
|
function handleClickInternalMenuItemNav(url) {
|
|
66
76
|
dispatch({ type: 'INTERNAL_CLICKED', payload: { clickedURL: url } });
|
|
67
77
|
}
|
|
68
|
-
return (react_1.default.createElement(exports.BasePathContext.Provider, { value: { basePath: basePath, activeMode: state.mode, handleClickInternalMenuItemNav: handleClickInternalMenuItemNav } },
|
|
78
|
+
return (react_1.default.createElement(exports.BasePathContext.Provider, { value: { basePath: basePath, activeMode: state.mode, handleClickInternalMenuItemNav: handleClickInternalMenuItemNav } }, colorTheme === 'transparent' ? (react_1.default.createElement(styled_components_1.ThemeProvider, { theme: __assign(__assign(__assign({}, theme), (0, theme_1.themeByGivenTone)('DARK')), { ui_menu_background: theme.ui_menu_background_transparent, ui_menu_button_base: theme.ui_menu_button_base_transparent }) },
|
|
69
79
|
react_1.default.createElement(S_DynamicDesktopNavBar, { isPreview: isPreview },
|
|
70
80
|
react_1.default.createElement(S_Grid, { className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: gridStyle },
|
|
71
81
|
react_1.default.createElement(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text }),
|
|
72
82
|
react_1.default.createElement(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }),
|
|
73
83
|
showSecondaryMenu && (react_1.default.createElement(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })),
|
|
74
|
-
react_1.default.createElement(blocks_1.UserProfile, { src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style })))))
|
|
84
|
+
react_1.default.createElement(blocks_1.UserProfile, { src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style }))))) : (react_1.default.createElement(S_DynamicDesktopNavBar, { isPreview: isPreview },
|
|
85
|
+
react_1.default.createElement(S_Grid, { className: "DynamicDesktopNavBarGrid", gridTemplate: gridTemplate, style: gridStyle },
|
|
86
|
+
react_1.default.createElement(blocks_1.BrandLogo, { to: brandLogo.href, logoSrc: brandLogo.src, fallbackText: brandLogo.text }),
|
|
87
|
+
react_1.default.createElement(blocks_1.PrimaryMenu, { menus: slicedPrimaryMenus, showMenuAsIcon: primaryMenuOptions.showMenuAsIcon, style: primaryMenuOptions.style }),
|
|
88
|
+
showSecondaryMenu && (react_1.default.createElement(blocks_1.SecondaryMenu, { menus: slicedSecondaryMenus, showMenuAsIcon: secondaryMenuOptions.showMenuAsIcon, style: secondaryMenuOptions.style })),
|
|
89
|
+
react_1.default.createElement(blocks_1.UserProfile, { src: userProfile.src, to: userProfile.href, leftIconButton: userProfile.leftIconButton, overrideUserProfile: userProfile.overrideUserProfile, style: userProfileOptions.style }))))));
|
|
75
90
|
}
|
|
76
91
|
var S_Grid = (0, styled_components_1.default)(BoxLayout_1.Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n justify-items: center;\n gap: 24px;\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n align-items: center;\n justify-items: center;\n gap: 24px;\n padding-left: ", ";\n padding-right: ", ";\n"])), function (_a) {
|
|
77
92
|
var theme = _a.theme;
|
package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
package/release-note.md
CHANGED
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.6.
|
|
2
|
+
## [v1.6.2]
|
|
3
3
|
|
|
4
4
|
### Layout
|
|
5
|
-
*
|
|
6
|
-
* 각 ContainersBox에 isLoadingContainer1, isLoadingContainer2 prop 추가
|
|
7
|
-
|
|
5
|
+
* WSH_1 생성
|
|
8
6
|
### Component
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* isLoading과 isSubmitting prop 추가
|
|
12
|
-
* ImageView
|
|
13
|
-
* isLoading prop 추가
|
|
14
|
-
* UploadMainButton
|
|
15
|
-
* isLoading과 isSubmitting prop 추가
|
|
16
|
-
|
|
17
|
-
### Panel
|
|
18
|
-
* ContentSheet
|
|
19
|
-
* isLoading prop 추가
|
|
7
|
+
* Icon
|
|
8
|
+
* ic_post_article line추가
|
|
20
9
|
|
|
21
10
|
### Color
|
|
22
|
-
* 컬러 키 값 22.11.
|
|
11
|
+
* 컬러 키 값 22.11.14 12시 01분 기준 싱크
|