pds-dev-kit-web 1.3.24 → 1.3.25
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/styles/colorSet/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +59 -58
- 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/desktop/components/Card/Card.js +5 -6
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +4 -6
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/components/Card/Card.js +5 -6
- package/package.json +1 -1
- package/release-note.md +10 -3
|
@@ -489,5 +489,6 @@
|
|
|
489
489
|
"ui_cpnt_dropdown_base_white_normal": "sys_component_base_white_opacity00",
|
|
490
490
|
"ui_profile_image_border_brandprimary": "usr_brand_primary",
|
|
491
491
|
"ui_cpnt_dropdown_base_white_disabled": "sys_component_base_white_opacity10",
|
|
492
|
-
"ui_cpnt_dropdown_border_white_disabled": "sys_border_line_white_opacity50"
|
|
492
|
+
"ui_cpnt_dropdown_border_white_disabled": "sys_border_line_white_opacity50",
|
|
493
|
+
"ui_cpnt_sheet_base_white_opacity00": "sys_component_base_white_opacity00"
|
|
493
494
|
}
|
|
@@ -159,6 +159,64 @@ declare const colorSet: {
|
|
|
159
159
|
sys_border_line_07: string;
|
|
160
160
|
sys_border_line_white_opacity50: string;
|
|
161
161
|
};
|
|
162
|
+
readonly SemanticColor: {
|
|
163
|
+
blue500: string;
|
|
164
|
+
blue700: string;
|
|
165
|
+
blue300: string;
|
|
166
|
+
green700: string;
|
|
167
|
+
green500: string;
|
|
168
|
+
green300: string;
|
|
169
|
+
red500: string;
|
|
170
|
+
grey900: string;
|
|
171
|
+
grey500: string;
|
|
172
|
+
grey400: string;
|
|
173
|
+
grey100: string;
|
|
174
|
+
grey50: string;
|
|
175
|
+
white: string;
|
|
176
|
+
black: string;
|
|
177
|
+
darkblue500: string;
|
|
178
|
+
grey950: string;
|
|
179
|
+
darkgrey900: string;
|
|
180
|
+
darkgrey500: string;
|
|
181
|
+
darkgrey400: string;
|
|
182
|
+
darkgrey100: string;
|
|
183
|
+
darkgrey50: string;
|
|
184
|
+
darkred500: string;
|
|
185
|
+
darkgreen700: string;
|
|
186
|
+
orange500: string;
|
|
187
|
+
darkorange500: string;
|
|
188
|
+
opacity00: string;
|
|
189
|
+
opacity20: string;
|
|
190
|
+
opacity30: string;
|
|
191
|
+
opacity65: string;
|
|
192
|
+
darkgreen500: string;
|
|
193
|
+
grey70: string;
|
|
194
|
+
navy500: string;
|
|
195
|
+
lightgreen500: string;
|
|
196
|
+
pink500: string;
|
|
197
|
+
darkgrey70: string;
|
|
198
|
+
darknavy500: string;
|
|
199
|
+
darkpink500: string;
|
|
200
|
+
darklightgreen500: string;
|
|
201
|
+
opacity10: string;
|
|
202
|
+
grey600: string;
|
|
203
|
+
darkgrey600: string;
|
|
204
|
+
skyblue500: string;
|
|
205
|
+
skyblue300: string;
|
|
206
|
+
pink300: string;
|
|
207
|
+
lightpink500: string;
|
|
208
|
+
darkblue300: string;
|
|
209
|
+
darkblue700: string;
|
|
210
|
+
darkgreen300: string;
|
|
211
|
+
darkskyblue500: string;
|
|
212
|
+
navy100: string;
|
|
213
|
+
darknavy100: string;
|
|
214
|
+
opacity80: string;
|
|
215
|
+
opacity50: string;
|
|
216
|
+
grey30: string;
|
|
217
|
+
opacity95: string;
|
|
218
|
+
darkgrey30: string;
|
|
219
|
+
};
|
|
162
220
|
readonly PaletteColor_light: {
|
|
163
221
|
sys_container_background_01: string;
|
|
164
222
|
sys_container_background_02: string;
|
|
@@ -319,64 +377,6 @@ declare const colorSet: {
|
|
|
319
377
|
sys_border_line_07: string;
|
|
320
378
|
sys_border_line_white_opacity50: string;
|
|
321
379
|
};
|
|
322
|
-
readonly SemanticColor: {
|
|
323
|
-
blue500: string;
|
|
324
|
-
blue700: string;
|
|
325
|
-
blue300: string;
|
|
326
|
-
green700: string;
|
|
327
|
-
green500: string;
|
|
328
|
-
green300: string;
|
|
329
|
-
red500: string;
|
|
330
|
-
grey900: string;
|
|
331
|
-
grey500: string;
|
|
332
|
-
grey400: string;
|
|
333
|
-
grey100: string;
|
|
334
|
-
grey50: string;
|
|
335
|
-
white: string;
|
|
336
|
-
black: string;
|
|
337
|
-
darkblue500: string;
|
|
338
|
-
grey950: string;
|
|
339
|
-
darkgrey900: string;
|
|
340
|
-
darkgrey500: string;
|
|
341
|
-
darkgrey400: string;
|
|
342
|
-
darkgrey100: string;
|
|
343
|
-
darkgrey50: string;
|
|
344
|
-
darkred500: string;
|
|
345
|
-
darkgreen700: string;
|
|
346
|
-
orange500: string;
|
|
347
|
-
darkorange500: string;
|
|
348
|
-
opacity00: string;
|
|
349
|
-
opacity20: string;
|
|
350
|
-
opacity30: string;
|
|
351
|
-
opacity65: string;
|
|
352
|
-
darkgreen500: string;
|
|
353
|
-
grey70: string;
|
|
354
|
-
navy500: string;
|
|
355
|
-
lightgreen500: string;
|
|
356
|
-
pink500: string;
|
|
357
|
-
darkgrey70: string;
|
|
358
|
-
darknavy500: string;
|
|
359
|
-
darkpink500: string;
|
|
360
|
-
darklightgreen500: string;
|
|
361
|
-
opacity10: string;
|
|
362
|
-
grey600: string;
|
|
363
|
-
darkgrey600: string;
|
|
364
|
-
skyblue500: string;
|
|
365
|
-
skyblue300: string;
|
|
366
|
-
pink300: string;
|
|
367
|
-
lightpink500: string;
|
|
368
|
-
darkblue300: string;
|
|
369
|
-
darkblue700: string;
|
|
370
|
-
darkgreen300: string;
|
|
371
|
-
darkskyblue500: string;
|
|
372
|
-
navy100: string;
|
|
373
|
-
darknavy100: string;
|
|
374
|
-
opacity80: string;
|
|
375
|
-
opacity50: string;
|
|
376
|
-
grey30: string;
|
|
377
|
-
opacity95: string;
|
|
378
|
-
darkgrey30: string;
|
|
379
|
-
};
|
|
380
380
|
readonly UIColor: {
|
|
381
381
|
ui_cpnt_button_fill_base_primary: string;
|
|
382
382
|
ui_cpnt_button_fill_base_default: string;
|
|
@@ -869,6 +869,7 @@ declare const colorSet: {
|
|
|
869
869
|
ui_profile_image_border_brandprimary: string;
|
|
870
870
|
ui_cpnt_dropdown_base_white_disabled: string;
|
|
871
871
|
ui_cpnt_dropdown_border_white_disabled: string;
|
|
872
|
+
ui_cpnt_sheet_base_white_opacity00: string;
|
|
872
873
|
};
|
|
873
874
|
};
|
|
874
875
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
SemanticColor: SemanticColor_json_1.default,
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -25,15 +25,14 @@ function Card(_a) {
|
|
|
25
25
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_c" }),
|
|
26
26
|
descText && (react_1.default.createElement(TextLabel_1.TextLabel, { text: descText, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" })))));
|
|
27
27
|
}
|
|
28
|
-
var S_CardGroups = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-
|
|
28
|
+
var S_CardGroups = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n cursor: pointer;\n min-width: 144px;\n position: relative;\n\n &::after {\n box-sizing: border-box;\n border-radius: 16px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n position: absolute;\n top: 0;\n width: 100%;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n cursor: pointer;\n min-width: 144px;\n position: relative;\n\n &::after {\n box-sizing: border-box;\n border-radius: 16px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n position: absolute;\n top: 0;\n width: 100%;\n }\n"])), function (_a) {
|
|
29
29
|
var theme = _a.theme;
|
|
30
30
|
return theme.ui_cpnt_card_base;
|
|
31
31
|
}, function (_a) {
|
|
32
|
-
var theme = _a.theme;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
return selectState === 'selected' ? "border: 2px solid " + theme.ui_cpnt_card_selected_border : '';
|
|
32
|
+
var theme = _a.theme, selectState = _a.selectState;
|
|
33
|
+
if (selectState === 'unselected')
|
|
34
|
+
return theme.boxShadow.elevation2;
|
|
35
|
+
return theme.boxShadow.elevation2 + ", 0 0 0 2px " + theme.ui_cpnt_card_selected_border + " inset";
|
|
37
36
|
});
|
|
38
37
|
var S_ImageIconModeBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n div {\n border-radius: 16px 16px 0 0;\n }\n"], ["\n div {\n border-radius: 16px 16px 0 0;\n }\n"])));
|
|
39
38
|
var S_Content = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n padding: ", "; ;\n"], ["\n display: flex;\n flex-direction: column;\n padding: ", "; ;\n"])), function (_a) {
|
package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { MutableRefObject } from 'react';
|
|
2
2
|
export declare type ContentsContainerProps = {
|
|
3
3
|
content1?: JSX.Element;
|
|
4
4
|
content2?: JSX.Element;
|
|
5
5
|
layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTQ_1' | 'WTS_1';
|
|
6
6
|
containerColor?: string;
|
|
7
7
|
areaColor?: string;
|
|
8
|
+
container1Ref?: MutableRefObject<HTMLDivElement | null>;
|
|
8
9
|
};
|
|
9
|
-
declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor }: ContentsContainerProps) => JSX.Element;
|
|
10
|
+
declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, container1Ref }: ContentsContainerProps) => JSX.Element;
|
|
10
11
|
export default ContentsContainer;
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
var react_1 = __importDefault(require("react"));
|
|
7
7
|
var variation_1 = require("./variation");
|
|
8
8
|
var ContentsContainer = function (_a) {
|
|
9
|
-
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
9
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, container1Ref = _a.container1Ref;
|
|
10
10
|
return (react_1.default.createElement(react_1.default.Fragment, null, {
|
|
11
11
|
WTA_1: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
12
12
|
WTA_2: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
@@ -45,7 +45,7 @@ var ContentsContainer = function (_a) {
|
|
|
45
45
|
WTO_1: (react_1.default.createElement(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
46
46
|
WTP_1: (react_1.default.createElement(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
47
47
|
WTQ_1: (react_1.default.createElement(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
48
|
-
WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
|
|
48
|
+
WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref }))
|
|
49
49
|
}[layoutType]));
|
|
50
50
|
};
|
|
51
51
|
exports.default = ContentsContainer;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { MutableRefObject } from 'react';
|
|
2
2
|
export declare type WTSProps = {
|
|
3
3
|
content1?: JSX.Element;
|
|
4
4
|
content2?: JSX.Element;
|
|
5
5
|
layoutType: 'WTS_1';
|
|
6
6
|
containerColor?: string;
|
|
7
7
|
areaColor?: string;
|
|
8
|
+
container1Ref?: MutableRefObject<HTMLDivElement | null>;
|
|
8
9
|
};
|
|
9
|
-
declare const WTS: ({ content1, content2, containerColor, areaColor, layoutType }: WTSProps) => JSX.Element;
|
|
10
|
+
declare const WTS: ({ content1, content2, containerColor, areaColor, layoutType, container1Ref }: WTSProps) => JSX.Element;
|
|
10
11
|
export default WTS;
|
|
@@ -11,8 +11,8 @@ var react_1 = __importDefault(require("react"));
|
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var hybrid_1 = require("../../../../../../hybrid");
|
|
13
13
|
var WTS = function (_a) {
|
|
14
|
-
var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType;
|
|
15
|
-
return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
|
|
14
|
+
var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType, container1Ref = _a.container1Ref;
|
|
15
|
+
return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor, ref: container1Ref },
|
|
16
16
|
react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
|
|
17
17
|
react_1.default.createElement(S_Content1, null, content1)),
|
|
18
18
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_e" }),
|
|
@@ -30,14 +30,12 @@ var S_ContentsArea1 = styled_components_1.default.div(templateObject_2 || (templ
|
|
|
30
30
|
var areaColor = _a.areaColor;
|
|
31
31
|
return "background-color: " + areaColor;
|
|
32
32
|
});
|
|
33
|
-
|
|
34
|
-
var S_ContentsArea2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n box-sizing: border-box;\n /* padding-bottom: 88px; */\n padding-left: 24px;\n padding-right: 24px;\n padding-top: 24px;\n max-width: 1400px;\n min-width: 1200px;\n width: 100%;\n\n height: 100%;\n overflow: auto;\n ", ";\n"], ["\n box-sizing: border-box;\n /* padding-bottom: 88px; */\n padding-left: 24px;\n padding-right: 24px;\n padding-top: 24px;\n max-width: 1400px;\n min-width: 1200px;\n width: 100%;\n\n height: 100%;\n overflow: auto;\n ", ";\n"])), function (_a) {
|
|
33
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-left: 24px;\n padding-right: 24px;\n padding-top: 24px;\n max-width: 1400px;\n min-width: 1200px;\n width: 100%;\n ", ";\n"], ["\n box-sizing: border-box;\n padding-left: 24px;\n padding-right: 24px;\n padding-top: 24px;\n max-width: 1400px;\n min-width: 1200px;\n width: 100%;\n ", ";\n"])), function (_a) {
|
|
35
34
|
var areaColor = _a.areaColor;
|
|
36
35
|
return "background-color: " + areaColor;
|
|
37
36
|
});
|
|
38
37
|
// TODO: 철학에 위배되지만, 히어로 배너를 쓰지 않을 경우를 위해 임시로 제거 상태. 추후 조치 필요
|
|
39
38
|
var S_Content1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n /* min-height: 480px; */\n"], ["\n /* min-height: 480px; */\n"])));
|
|
40
|
-
|
|
41
|
-
var S_Content2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
39
|
+
var S_Content2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
42
40
|
exports.default = WTS;
|
|
43
41
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { MutableRefObject } from 'react';
|
|
2
2
|
export declare type ContainersBoxProps = {
|
|
3
3
|
layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTQ_1' | 'WTS_1';
|
|
4
4
|
pageMenuContent?: JSX.Element;
|
|
@@ -9,6 +9,7 @@ export declare type ContainersBoxProps = {
|
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
containerColor?: string;
|
|
11
11
|
areaColor?: string;
|
|
12
|
+
container1Ref?: MutableRefObject<HTMLDivElement | null>;
|
|
12
13
|
};
|
|
13
|
-
declare const ContainersBox: ({ layoutType, pageMenuContent, tabMenuContent, subMenuContent, content1, content2, containerColor, areaColor }: ContainersBoxProps) => JSX.Element;
|
|
14
|
+
declare const ContainersBox: ({ layoutType, pageMenuContent, tabMenuContent, subMenuContent, content1, content2, containerColor, areaColor, container1Ref }: ContainersBoxProps) => JSX.Element;
|
|
14
15
|
export default ContainersBox;
|
|
@@ -30,7 +30,7 @@ var react_1 = __importDefault(require("react"));
|
|
|
30
30
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
31
31
|
var Containers_1 = require("../Containers");
|
|
32
32
|
var ContainersBox = function (_a) {
|
|
33
|
-
var layoutType = _a.layoutType, pageMenuContent = _a.pageMenuContent, tabMenuContent = _a.tabMenuContent, subMenuContent = _a.subMenuContent, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
33
|
+
var layoutType = _a.layoutType, pageMenuContent = _a.pageMenuContent, tabMenuContent = _a.tabMenuContent, subMenuContent = _a.subMenuContent, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, container1Ref = _a.container1Ref;
|
|
34
34
|
return (react_1.default.createElement(S_ContainersBox, null,
|
|
35
35
|
{
|
|
36
36
|
WTA_1: react_1.default.createElement(react_1.default.Fragment, null),
|
|
@@ -194,7 +194,7 @@ var ContainersBox = function (_a) {
|
|
|
194
194
|
WTQ_1: '',
|
|
195
195
|
WTS_1: ''
|
|
196
196
|
}[layoutType],
|
|
197
|
-
react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })))));
|
|
197
|
+
react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })))));
|
|
198
198
|
};
|
|
199
199
|
var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"])));
|
|
200
200
|
var S_RightBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex: 1;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex: 1;\n flex-direction: column;\n height: 100%;\n"])));
|
|
@@ -25,15 +25,14 @@ function Card(_a) {
|
|
|
25
25
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_c" }),
|
|
26
26
|
descText && (react_1.default.createElement(TextLabel_1.TextLabel, { text: descText, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" })))));
|
|
27
27
|
}
|
|
28
|
-
var S_CardGroups = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-
|
|
28
|
+
var S_CardGroups = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n min-width: 144px;\n position: relative;\n\n &::after {\n border-radius: 16px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n position: absolute;\n top: 0;\n width: 100%;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n min-width: 144px;\n position: relative;\n\n &::after {\n border-radius: 16px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n position: absolute;\n top: 0;\n width: 100%;\n }\n"])), function (_a) {
|
|
29
29
|
var theme = _a.theme;
|
|
30
30
|
return theme.ui_cpnt_card_base;
|
|
31
31
|
}, function (_a) {
|
|
32
|
-
var theme = _a.theme;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
return selectState === 'selected' ? "border: 2px solid " + theme.ui_cpnt_card_selected_border : '';
|
|
32
|
+
var theme = _a.theme, selectState = _a.selectState;
|
|
33
|
+
if (selectState === 'unselected')
|
|
34
|
+
return theme.boxShadow.elevation2;
|
|
35
|
+
return theme.boxShadow.elevation2 + ", 0 0 0 2px " + theme.ui_cpnt_card_selected_border + " inset";
|
|
37
36
|
});
|
|
38
37
|
var S_ImageIconModeBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n div {\n border-radius: 16px 16px 0 0;\n }\n"], ["\n div {\n border-radius: 16px 16px 0 0;\n }\n"])));
|
|
39
38
|
var S_Content = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n padding: ", "; ;\n"], ["\n display: flex;\n flex-direction: column;\n padding: ", "; ;\n"])), function (_a) {
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.3.
|
|
2
|
+
## [v1.3.25]
|
|
3
3
|
|
|
4
4
|
### Layout
|
|
5
5
|
* WTS_1
|
|
6
|
-
* ContentArea2에 height: 100%; overflow: auto;
|
|
7
|
-
* Content2에 height: 100%;
|
|
6
|
+
* ContentArea2에 height: 100%; overflow: auto; 추가했던 것 제거
|
|
7
|
+
* Content2에 height: 100%; 추가했던 것 제거
|
|
8
|
+
* Container에 container1Ref 추가
|
|
9
|
+
|
|
10
|
+
### Component
|
|
11
|
+
* Card
|
|
12
|
+
* border유무에 따라 움찔거리던 현상 수정
|
|
13
|
+
### Color
|
|
14
|
+
* 컬러 키 값 22.05.30 2시 25분 기준 싱크
|