pds-dev-kit-web 2.2.63 → 2.2.65

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.
@@ -851,5 +851,6 @@
851
851
  "ui_113": "sys_cpnt_sheet_base_13",
852
852
  "ui_114": "sys_component_base_26",
853
853
  "ui_115": "sys_cpnt_sheet_base_14",
854
- "ui_116": "sys_kakao"
854
+ "ui_116": "sys_kakao",
855
+ "ui_117": "sys_text_black_02"
855
856
  }
@@ -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;
@@ -475,7 +475,7 @@ declare const colorSet: {
475
475
  sys_cpnt_sheet_base_13: string;
476
476
  sys_cpnt_sheet_base_14: string;
477
477
  };
478
- readonly PaletteColor_light: {
478
+ readonly PaletteColor_Dark: {
479
479
  sys_container_background_01: string;
480
480
  sys_container_background_02: string;
481
481
  sys_container_background_03: string;
@@ -1685,6 +1685,7 @@ declare const colorSet: {
1685
1685
  ui_114: string;
1686
1686
  ui_115: string;
1687
1687
  ui_116: string;
1688
+ ui_117: string;
1688
1689
  };
1689
1690
  };
1690
1691
  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;
@@ -852,4 +852,5 @@ export interface UITheme {
852
852
  ui_114: string;
853
853
  ui_115: string;
854
854
  ui_116: string;
855
+ ui_117: string;
855
856
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.63",
3
+ "version": "2.2.65",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.63]
2
+ ## [v2.2.64]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### sub
6
- * components
7
- * icon
8
- * ic_envelope, ic_bell_style 추가
6
+ * color
7
+ * ui_117 추가