pds-dev-kit-web 2.2.153 → 2.2.154

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.
@@ -370,5 +370,8 @@
370
370
  "sys_component_base_49": "darkgrey70",
371
371
  "sys_widget_grey_06": "grey900",
372
372
  "sys_component_base_50": "black/opacity50",
373
- "sys_dimmed_01": "black/opacity60"
373
+ "sys_dimmed_01": "black/opacity60",
374
+ "sys_cpnt_sheet_base_51": "black",
375
+ "sys_cpnt_sheet_base_52": "darkgrey50",
376
+ "sys_cpnt_sheet_base_53": "darkgrey80"
374
377
  }
@@ -370,5 +370,8 @@
370
370
  "sys_component_base_49": "white",
371
371
  "sys_widget_grey_06": "darkgrey900",
372
372
  "sys_component_base_50": "white/opacity50",
373
- "sys_dimmed_01": "black/opacity60"
373
+ "sys_dimmed_01": "black/opacity60",
374
+ "sys_cpnt_sheet_base_51": "white",
375
+ "sys_cpnt_sheet_base_52": "grey30",
376
+ "sys_cpnt_sheet_base_53": "white"
374
377
  }
@@ -890,5 +890,8 @@
890
890
  "ui_137": "sys_component_base_50",
891
891
  "ui_cpnt_modal_gradient_1": "sys_component_base_black_opacity00",
892
892
  "ui_138": "sys_cpnt_sheet_base_12",
893
- "ui_139": "sys_dimmed_01"
893
+ "ui_139": "sys_dimmed_01",
894
+ "ui_cpnt_sheet_base_29": "sys_cpnt_sheet_base_51",
895
+ "ui_cpnt_sheet_base_30": "sys_cpnt_sheet_base_52",
896
+ "ui_cpnt_sheet_base_31": "sys_cpnt_sheet_base_53"
894
897
  }
@@ -496,6 +496,9 @@ declare const colorSet: {
496
496
  sys_widget_grey_06: string;
497
497
  sys_component_base_50: string;
498
498
  sys_dimmed_01: string;
499
+ sys_cpnt_sheet_base_51: string;
500
+ sys_cpnt_sheet_base_52: string;
501
+ sys_cpnt_sheet_base_53: string;
499
502
  };
500
503
  readonly PaletteColor_light: {
501
504
  sys_container_background_01: string;
@@ -870,6 +873,9 @@ declare const colorSet: {
870
873
  sys_widget_grey_06: string;
871
874
  sys_component_base_50: string;
872
875
  sys_dimmed_01: string;
876
+ sys_cpnt_sheet_base_51: string;
877
+ sys_cpnt_sheet_base_52: string;
878
+ sys_cpnt_sheet_base_53: string;
873
879
  };
874
880
  readonly UIColor: {
875
881
  ui_cpnt_button_fill_base_primary: string;
@@ -1764,6 +1770,9 @@ declare const colorSet: {
1764
1770
  ui_cpnt_modal_gradient_1: string;
1765
1771
  ui_138: string;
1766
1772
  ui_139: string;
1773
+ ui_cpnt_sheet_base_29: string;
1774
+ ui_cpnt_sheet_base_30: string;
1775
+ ui_cpnt_sheet_base_31: string;
1767
1776
  };
1768
1777
  };
1769
1778
  export default colorSet;
@@ -308,6 +308,7 @@ export interface UITheme {
308
308
  ui_cpnt_card_icon_background_03: string;
309
309
  ui_cpnt_bannerslide_gradient_1: string;
310
310
  ui_cpnt_bannerslide_gradient_2: string;
311
+ ui_cpnt_videoplayer_gradient_1: string;
311
312
  ui_cpnt_modal_gradient_2: string;
312
313
  ui_cpnt_list_icon_04: string;
313
314
  ui_cpnt_list_thumbnail_border: string;
@@ -315,7 +316,6 @@ export interface UITheme {
315
316
  ui_cpnt_list_thumbnail_gradient_2: string;
316
317
  ui_cpnt_list_base_area_active: string;
317
318
  ui_cpnt_contextmenu_base: string;
318
- ui_cpnt_videoplayer_gradient_1: string;
319
319
  ui_cpnt_videoplayer_gradient_2: string;
320
320
  ui_cpnt_videoplayer_overlay: string;
321
321
  ui_globalmenucontainer_background: string;
@@ -891,4 +891,7 @@ export interface UITheme {
891
891
  ui_cpnt_modal_gradient_1: string;
892
892
  ui_138: string;
893
893
  ui_139: string;
894
+ ui_cpnt_sheet_base_29: string;
895
+ ui_cpnt_sheet_base_30: string;
896
+ ui_cpnt_sheet_base_31: string;
894
897
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.153",
3
+ "version": "2.2.154",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.153]
2
+ ## [v2.2.154]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항