pds-dev-kit-web 2.1.0-alpha.2 → 2.1.0-alpha.3

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.
@@ -311,5 +311,6 @@
311
311
  "sys_component_base_43": "darkblue30",
312
312
  "sys_icon_grey_darktheme_01": "darkgrey900",
313
313
  "sys_icon_grey_darktheme_02": "darkgrey500",
314
- "sys_icon_grey_darktheme_03": "darkgrey400"
314
+ "sys_icon_grey_darktheme_03": "darkgrey400",
315
+ "sys_widget_grey_01_opacity_50": "darkgrey900/opacity50"
315
316
  }
@@ -311,5 +311,6 @@
311
311
  "sys_component_base_43": "blue30",
312
312
  "sys_icon_grey_darktheme_01": "darkgrey900",
313
313
  "sys_icon_grey_darktheme_02": "darkgrey500",
314
- "sys_icon_grey_darktheme_03": "darkgrey400"
314
+ "sys_icon_grey_darktheme_03": "darkgrey400",
315
+ "sys_widget_grey_01_opacity_50": "grey900/opacity50"
315
316
  }
@@ -794,5 +794,10 @@
794
794
  "ui_cpnt_dropdown_display_icon_darktheme_enabled": "sys_icon_grey_darktheme_01",
795
795
  "ui_cpnt_dropdown_display_icon_darktheme_disabled": "sys_icon_grey_darktheme_03",
796
796
  "ui_cpnt_dropdown_display_icon_white_enabled": "sys_widget_white",
797
- "ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03"
797
+ "ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03",
798
+ "ui_98": "sys_widget_grey_03",
799
+ "ui_99": "sys_component_base_white_opacity50",
800
+ "ui_100": "sys_widget_grey_01_opacity_50",
801
+ "ui_101": "sys_component_base_25",
802
+ "ui_102": "sys_component_base_black_opacity50"
798
803
  }
@@ -431,6 +431,7 @@ declare const colorSet: {
431
431
  sys_icon_grey_darktheme_01: string;
432
432
  sys_icon_grey_darktheme_02: string;
433
433
  sys_icon_grey_darktheme_03: string;
434
+ sys_widget_grey_01_opacity_50: string;
434
435
  };
435
436
  readonly PaletteColor_Dark: {
436
437
  sys_container_background_01: string;
@@ -746,6 +747,7 @@ declare const colorSet: {
746
747
  sys_icon_grey_darktheme_01: string;
747
748
  sys_icon_grey_darktheme_02: string;
748
749
  sys_icon_grey_darktheme_03: string;
750
+ sys_widget_grey_01_opacity_50: string;
749
751
  };
750
752
  readonly UIColor: {
751
753
  ui_cpnt_button_fill_base_primary: string;
@@ -1544,6 +1546,11 @@ declare const colorSet: {
1544
1546
  ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
1545
1547
  ui_cpnt_dropdown_display_icon_white_enabled: string;
1546
1548
  ui_cpnt_dropdown_display_icon_white_disabled: string;
1549
+ ui_98: string;
1550
+ ui_99: string;
1551
+ ui_100: string;
1552
+ ui_101: string;
1553
+ ui_102: string;
1547
1554
  };
1548
1555
  };
1549
1556
  export default colorSet;
@@ -795,4 +795,9 @@ export interface UITheme {
795
795
  ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
796
796
  ui_cpnt_dropdown_display_icon_white_enabled: string;
797
797
  ui_cpnt_dropdown_display_icon_white_disabled: string;
798
+ ui_98: string;
799
+ ui_99: string;
800
+ ui_100: string;
801
+ ui_101: string;
802
+ ui_102: string;
798
803
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.1.0-alpha.2",
3
+ "version": "2.1.0-alpha.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.1.0-alpha.2]
2
+ ## [v2.1.0-alpha.3]
3
3
  ## alpha|https://design.storybook.publ.biz/
4
4
 
5
- ### sub
6
- * DynamicLayout
7
- * Iframe Section
8
- * 캐싱된 파일이 아닌 항상 새로운 주소를 불러올 수 있도록 변경
5
+ ### Color
6
+ * 컬러 키 값 23.07.06 15시 25분 기준 싱크