pds-dev-kit-web 2.2.45 → 2.2.46

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.
@@ -346,5 +346,6 @@
346
346
  "sys_component_base_45": "darkgreen300",
347
347
  "sys_component_base_46": "black/opacity90",
348
348
  "sys_cpnt_list_chatbubble_download_button_base": "white/opacity20",
349
- "sys_cpnt_sheet_base_11": "darkgrey10"
349
+ "sys_cpnt_sheet_base_11": "darkgrey10",
350
+ "sys_cpnt_sheet_base_12": "white/opacity20"
350
351
  }
@@ -346,5 +346,6 @@
346
346
  "sys_component_base_45": "green300",
347
347
  "sys_component_base_46": "black/opacity90",
348
348
  "sys_cpnt_list_chatbubble_download_button_base": "black/opacity40",
349
- "sys_cpnt_sheet_base_11": "grey10"
349
+ "sys_cpnt_sheet_base_11": "grey10",
350
+ "sys_cpnt_sheet_base_12": "white/opacity20"
350
351
  }
@@ -843,5 +843,6 @@
843
843
  "ui_contents_dimmed": "sys_component_base_46",
844
844
  "ui_cpnt_list_chatbubble_base_transparent": "sys_component_base_white_opacity00",
845
845
  "ui_cpnt_list_chatbubble_download_button_base": "sys_cpnt_list_chatbubble_download_button_base",
846
- "ui_111": "sys_cpnt_sheet_base_11"
846
+ "ui_111": "sys_cpnt_sheet_base_11",
847
+ "ui_112": "sys_cpnt_sheet_base_12"
847
848
  }
@@ -119,7 +119,7 @@ declare const colorSet: {
119
119
  grey300: string;
120
120
  darkgrey300: string;
121
121
  };
122
- readonly PaletteColor_Dark: {
122
+ readonly PaletteColor_light: {
123
123
  sys_container_background_01: string;
124
124
  sys_container_background_02: string;
125
125
  sys_container_background_03: string;
@@ -468,8 +468,9 @@ declare const colorSet: {
468
468
  sys_component_base_46: string;
469
469
  sys_cpnt_list_chatbubble_download_button_base: string;
470
470
  sys_cpnt_sheet_base_11: string;
471
+ sys_cpnt_sheet_base_12: string;
471
472
  };
472
- readonly PaletteColor_light: {
473
+ readonly PaletteColor_Dark: {
473
474
  sys_container_background_01: string;
474
475
  sys_container_background_02: string;
475
476
  sys_container_background_03: string;
@@ -818,6 +819,7 @@ declare const colorSet: {
818
819
  sys_component_base_46: string;
819
820
  sys_cpnt_list_chatbubble_download_button_base: string;
820
821
  sys_cpnt_sheet_base_11: string;
822
+ sys_cpnt_sheet_base_12: string;
821
823
  };
822
824
  readonly UIColor: {
823
825
  ui_cpnt_button_fill_base_primary: string;
@@ -1665,6 +1667,7 @@ declare const colorSet: {
1665
1667
  ui_cpnt_list_chatbubble_base_transparent: string;
1666
1668
  ui_cpnt_list_chatbubble_download_button_base: string;
1667
1669
  ui_111: string;
1670
+ ui_112: string;
1668
1671
  };
1669
1672
  };
1670
1673
  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 SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
8
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
12
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
13
  PaletteColor_light: PaletteColor_light_json_1.default,
14
+ PaletteColor_Dark: PaletteColor_Dark_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -844,4 +844,5 @@ export interface UITheme {
844
844
  ui_cpnt_list_chatbubble_base_transparent: string;
845
845
  ui_cpnt_list_chatbubble_download_button_base: string;
846
846
  ui_111: string;
847
+ ui_112: string;
847
848
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.45",
3
+ "version": "2.2.46",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,12 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.45]
2
+ ## [v2.2.46]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
- ### component
6
- * ChatList
7
- * headerIBtn2IconName prop 추가
8
- * headerIBtn3IconName prop 추가
9
- * headerIBtn2IconFillType prop 추가
10
- * headerIBtn3IconFillType prop 추가
11
- * onClickHeaderIBtn2 prop 추가
12
- * onClickHeaderIBtn3 prop 추가
5
+ ### Color
6
+ * 컬러 키 값 24.01.29 15시 35분 기준 싱크