pds-dev-kit-web 2.2.140 → 2.2.141

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.
@@ -367,5 +367,6 @@
367
367
  "sys_text_grey_02_hinttext": "darkgrey450",
368
368
  "sys_component_base_48": "darkgrey70",
369
369
  "usr_brand_primary_opacity10": "darkblue500/opacity10",
370
- "sys_component_base_49": "darkgrey70"
370
+ "sys_component_base_49": "darkgrey70",
371
+ "sys_widget_grey_06": "grey900"
371
372
  }
@@ -367,5 +367,6 @@
367
367
  "sys_text_grey_02_hinttext": "grey450",
368
368
  "sys_component_base_48": "grey70",
369
369
  "usr_brand_primary_opacity10": "blue500/opacity10",
370
- "sys_component_base_49": "white"
370
+ "sys_component_base_49": "white",
371
+ "sys_widget_grey_06": "darkgrey900"
371
372
  }
@@ -882,5 +882,10 @@
882
882
  "ui_130": "sys_component_on_base_02",
883
883
  "ui_cpnt_button_fill_base_on_sheet": "sys_component_base_49",
884
884
  "ui_cpnt_sheet_base_28": "sys_component_base_04",
885
- "ui_131": "usr_brand_primary_opacity10"
885
+ "ui_131": "usr_brand_primary_opacity10",
886
+ "ui_132": "sys_component_base_06",
887
+ "ui_133": "sys_widget_grey_06",
888
+ "ui_134": "sys_widget_grey_01",
889
+ "ui_135": "sys_widget_grey_01",
890
+ "ui_136": "sys_component_base_18"
886
891
  }
@@ -123,7 +123,7 @@ declare const colorSet: {
123
123
  grey450: string;
124
124
  darkgrey450: string;
125
125
  };
126
- readonly PaletteColor_Dark: {
126
+ readonly PaletteColor_light: {
127
127
  sys_container_background_01: string;
128
128
  sys_container_background_02: string;
129
129
  sys_container_background_03: string;
@@ -493,8 +493,9 @@ declare const colorSet: {
493
493
  sys_component_base_48: string;
494
494
  usr_brand_primary_opacity10: string;
495
495
  sys_component_base_49: string;
496
+ sys_widget_grey_06: string;
496
497
  };
497
- readonly PaletteColor_light: {
498
+ readonly PaletteColor_Dark: {
498
499
  sys_container_background_01: string;
499
500
  sys_container_background_02: string;
500
501
  sys_container_background_03: string;
@@ -864,6 +865,7 @@ declare const colorSet: {
864
865
  sys_component_base_48: string;
865
866
  usr_brand_primary_opacity10: string;
866
867
  sys_component_base_49: string;
868
+ sys_widget_grey_06: string;
867
869
  };
868
870
  readonly UIColor: {
869
871
  ui_cpnt_button_fill_base_primary: string;
@@ -1750,6 +1752,11 @@ declare const colorSet: {
1750
1752
  ui_cpnt_button_fill_base_on_sheet: string;
1751
1753
  ui_cpnt_sheet_base_28: string;
1752
1754
  ui_131: string;
1755
+ ui_132: string;
1756
+ ui_133: string;
1757
+ ui_134: string;
1758
+ ui_135: string;
1759
+ ui_136: string;
1753
1760
  };
1754
1761
  };
1755
1762
  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;
@@ -883,4 +883,9 @@ export interface UITheme {
883
883
  ui_cpnt_button_fill_base_on_sheet: string;
884
884
  ui_cpnt_sheet_base_28: string;
885
885
  ui_131: string;
886
+ ui_132: string;
887
+ ui_133: string;
888
+ ui_134: string;
889
+ ui_135: string;
890
+ ui_136: string;
886
891
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.140",
3
+ "version": "2.2.141",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.140]
2
+ ## [v2.2.141]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1290] 데스크탑 MainButton, UploadMainButton 호버 색상 변경
6
+ * 컬러키 싱크