pds-dev-kit-web 2.2.73 → 2.2.75

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.
@@ -352,5 +352,6 @@
352
352
  "sys_sw_sidebar_item_icon_emphasis": "darkgreen500",
353
353
  "sys_sw_sidebar_divider_vertical": "darkgrey100",
354
354
  "sys_cpnt_sheet_base_13": "grey50",
355
- "sys_cpnt_sheet_base_14": "grey900"
355
+ "sys_cpnt_sheet_base_14": "grey900",
356
+ "sys_cpnt_white_opacity60": "white/opacity60"
356
357
  }
@@ -352,5 +352,6 @@
352
352
  "sys_sw_sidebar_item_icon_emphasis": "darkgreen500",
353
353
  "sys_sw_sidebar_divider_vertical": "darkgrey100",
354
354
  "sys_cpnt_sheet_base_13": "grey50",
355
- "sys_cpnt_sheet_base_14": "grey900"
355
+ "sys_cpnt_sheet_base_14": "grey900",
356
+ "sys_cpnt_white_opacity60": "white/opacity60"
356
357
  }
@@ -854,5 +854,7 @@
854
854
  "ui_116": "sys_kakao",
855
855
  "ui_117": "sys_text_black_02",
856
856
  "ui_118": "sys_component_base_24",
857
- "ui_119": "sys_component_base_36"
857
+ "ui_119": "sys_component_base_36",
858
+ "ui_120": "sys_cpnt_white_opacity60",
859
+ "ui_121": "sys_component_base_03"
858
860
  }
@@ -119,7 +119,7 @@ declare const colorSet: {
119
119
  grey300: string;
120
120
  darkgrey300: string;
121
121
  };
122
- readonly PaletteColor_light: {
122
+ readonly PaletteColor_Dark: {
123
123
  sys_container_background_01: string;
124
124
  sys_container_background_02: string;
125
125
  sys_container_background_03: string;
@@ -474,8 +474,9 @@ declare const colorSet: {
474
474
  sys_sw_sidebar_divider_vertical: string;
475
475
  sys_cpnt_sheet_base_13: string;
476
476
  sys_cpnt_sheet_base_14: string;
477
+ sys_cpnt_white_opacity60: string;
477
478
  };
478
- readonly PaletteColor_Dark: {
479
+ readonly PaletteColor_light: {
479
480
  sys_container_background_01: string;
480
481
  sys_container_background_02: string;
481
482
  sys_container_background_03: string;
@@ -830,6 +831,7 @@ declare const colorSet: {
830
831
  sys_sw_sidebar_divider_vertical: string;
831
832
  sys_cpnt_sheet_base_13: string;
832
833
  sys_cpnt_sheet_base_14: string;
834
+ sys_cpnt_white_opacity60: string;
833
835
  };
834
836
  readonly UIColor: {
835
837
  ui_cpnt_button_fill_base_primary: string;
@@ -1688,6 +1690,8 @@ declare const colorSet: {
1688
1690
  ui_117: string;
1689
1691
  ui_118: string;
1690
1692
  ui_119: string;
1693
+ ui_120: string;
1694
+ ui_121: string;
1691
1695
  };
1692
1696
  };
1693
1697
  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_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
8
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.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
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_light: PaletteColor_light_json_1.default,
14
13
  PaletteColor_Dark: PaletteColor_Dark_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;
@@ -855,4 +855,6 @@ export interface UITheme {
855
855
  ui_117: string;
856
856
  ui_118: string;
857
857
  ui_119: string;
858
+ ui_120: string;
859
+ ui_121: string;
858
860
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.73",
3
+ "version": "2.2.75",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.73]
2
+ ## [v2.2.75]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
- ### sub
6
- * sub > SandollFontKit
7
- * [PDS-1230] 구글폰트 최초 한국어만 필터
5
+ ### 업데이트 사항
6
+ * sync color