pds-dev-kit-web 0.3.21 → 0.3.22
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/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +2 -2
- package/dist/src/common/styles/colorSet/index.d.ts +2 -0
- package/dist/src/common/styles/ui-colors.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +3 -2
- package/package.json +1 -1
|
@@ -93,5 +93,6 @@
|
|
|
93
93
|
"sys_background_dimmed_65": "black/opacity65",
|
|
94
94
|
"sys_temp_grey_06": "darkgrey70",
|
|
95
95
|
"sys_on_base_white_opacity10": "white/opacity10",
|
|
96
|
-
"sys_on_base_black_opacity10": "black/opacity10"
|
|
96
|
+
"sys_on_base_black_opacity10": "black/opacity10",
|
|
97
|
+
"sys_component_base_05_opacity00": "grey950/opacity00"
|
|
97
98
|
}
|
|
@@ -93,5 +93,6 @@
|
|
|
93
93
|
"sys_background_dimmed_65": "black/opacity65",
|
|
94
94
|
"sys_temp_grey_06": "grey70",
|
|
95
95
|
"sys_on_base_white_opacity10": "white/opacity10",
|
|
96
|
-
"sys_on_base_black_opacity10": "black/opacity10"
|
|
96
|
+
"sys_on_base_black_opacity10": "black/opacity10",
|
|
97
|
+
"sys_component_base_05_opacity00": "grey950/opacity00"
|
|
97
98
|
}
|
|
@@ -306,8 +306,8 @@
|
|
|
306
306
|
"ui_cpnt_card_icon_background_01": "sys_widget_primary_01",
|
|
307
307
|
"ui_cpnt_card_icon_background_02": "sys_widget_pink",
|
|
308
308
|
"ui_cpnt_card_icon_background_03": "sys_widget_success_01",
|
|
309
|
-
"ui_cpnt_bannerslide_gradient_1": "
|
|
310
|
-
"ui_cpnt_bannerslide_gradient_2": "
|
|
309
|
+
"ui_cpnt_bannerslide_gradient_1": "sys_component_base_05",
|
|
310
|
+
"ui_cpnt_bannerslide_gradient_2": "sys_component_base_05_opacity00",
|
|
311
311
|
"ui_cpnt_modal_gradient_1": "sys_component_base_black_opacity00",
|
|
312
312
|
"ui_cpnt_modal_gradient_2": "sys_component_base_black",
|
|
313
313
|
"ui_cpnt_list_icon_04": "sys_widget_white",
|
|
@@ -95,6 +95,7 @@ declare const colorSet: {
|
|
|
95
95
|
sys_temp_grey_06: string;
|
|
96
96
|
sys_on_base_white_opacity10: string;
|
|
97
97
|
sys_on_base_black_opacity10: string;
|
|
98
|
+
sys_component_base_05_opacity00: string;
|
|
98
99
|
};
|
|
99
100
|
readonly PaletteColor_Dark: {
|
|
100
101
|
sys_container_background_01: string;
|
|
@@ -192,6 +193,7 @@ declare const colorSet: {
|
|
|
192
193
|
sys_temp_grey_06: string;
|
|
193
194
|
sys_on_base_white_opacity10: string;
|
|
194
195
|
sys_on_base_black_opacity10: string;
|
|
196
|
+
sys_component_base_05_opacity00: string;
|
|
195
197
|
};
|
|
196
198
|
readonly SemanticColor: {
|
|
197
199
|
blue500: string;
|
|
@@ -70,8 +70,9 @@ var ContainersBox = function (_a) {
|
|
|
70
70
|
};
|
|
71
71
|
var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
|
|
72
72
|
var S_TopWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
73
|
-
|
|
73
|
+
// TODO: 실제화면에서 이상 없는 것 확인 후 주석 처리부분 제거 예정
|
|
74
|
+
var S_BottomBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex: 1;\n /* height: 100%; */\n overflow: hidden;\n align-items: flex-start;\n display: flex;\n"], ["\n flex: 1;\n /* height: 100%; */\n overflow: hidden;\n align-items: flex-start;\n display: flex;\n"])));
|
|
74
75
|
var S_RightBox = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __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"])));
|
|
75
|
-
var S_ContentsWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n flex: 1;\n"], ["\n flex: 1;\n"])));
|
|
76
|
+
var S_ContentsWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n overflow: hidden;\n"], ["\n flex: 1;\n height: 100%;\n overflow: hidden;\n"])));
|
|
76
77
|
exports.default = ContainersBox;
|
|
77
78
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|