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.
@@ -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": "sys_component_base_black",
310
- "ui_cpnt_bannerslide_gradient_2": "sys_component_base_black_opacity00",
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;
@@ -27,7 +27,7 @@ function buildCascadedColors(lowLevel, highLevel, override) {
27
27
  // 서버로부터 해당 채널에서 커스텀으로 설정한 팔레트 가져오기
28
28
  // from server (원래는 비동기)
29
29
  var channelSettings = {
30
- tone: 'dark',
30
+ tone: 'light',
31
31
  customPalette: {
32
32
  usr_good_job: '#999999'
33
33
  }
@@ -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
- var S_BottomBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex: 1;\n align-items: flex-start;\n display: flex;\n"], ["\n flex: 1;\n align-items: flex-start;\n display: flex;\n"])));
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",