pds-dev-kit-web 2.1.4 → 2.1.6

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.
Files changed (25) hide show
  1. package/README.md +2 -2
  2. package/dist/index.d.ts +2 -2
  3. package/dist/src/common/index.d.ts +1 -1
  4. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +11 -5
  5. package/dist/src/common/styles/colorSet/PaletteColor_light.json +11 -5
  6. package/dist/src/common/styles/colorSet/SemanticColor.json +4 -2
  7. package/dist/src/common/styles/colorSet/UIColor.json +7 -1
  8. package/dist/src/common/styles/colorSet/index.d.ts +652 -632
  9. package/dist/src/common/styles/colorSet/index.js +3 -3
  10. package/dist/src/common/styles/colorSet/ui-type.d.ts +6 -0
  11. package/dist/src/common/types/components.d.ts +7 -1
  12. package/dist/src/desktop/components/AdminList/AdminList.d.ts +13 -13
  13. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +13 -13
  14. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +4 -4
  15. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +4 -4
  16. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +4 -4
  17. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +4 -4
  18. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -3
  19. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +4 -4
  20. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +4 -4
  21. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +13 -13
  22. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +18 -1
  23. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +18 -1
  24. package/package.json +1 -1
  25. package/release-note.md +15 -3
package/README.md CHANGED
@@ -8,5 +8,5 @@ publ design system 프로젝트
8
8
 
9
9
  ## 참고 문서
10
10
 
11
- 해당 패키지 버전은 PDS 문서 2.0 버전을 따르고 있음
12
- [PDS 2.0 문서 링크](https://design.docs.publ.biz/pds-project/)
11
+ 해당 패키지 버전은 PDS 문서 2.1 버전을 따르고 있음
12
+ [PDS 2.1 문서 링크](https://design.docs.publ.biz/pds-project/)
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, PdsDevKitTheme, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, theme, Form, PDSIconType, ForwardedRefType } from './src/common';
2
- export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, PDSIconType, ForwardedRefType };
1
+ import { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, PdsDevKitTheme, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, theme, Form, PDSIconType, ForwardedRefType } from './src/common';
2
+ export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, PDSIconType, ForwardedRefType };
3
3
  export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme };
4
4
  export { theme };
5
5
  export { dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni } from './src/common/styles';
@@ -1,5 +1,5 @@
1
1
  export { UITheme } from './styles/colorSet/ui-type';
2
- export { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, ForwardedRefType } from './types';
2
+ export { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, ForwardedRefType } from './types';
3
3
  export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing } from './styles/theme';
4
4
  export { uiColors, customTheme } from './styles/ui-colors';
5
5
  export { theme } from './styles';
@@ -301,16 +301,22 @@
301
301
  "sys_component_base_40": "darkorange50",
302
302
  "sys_component_base_41": "darkskyblue100",
303
303
  "sys_cpnt_slider_track": "darkgrey100",
304
- "sys_cpnt_slider_track_active": "darkgrey900",
305
- "sys_cpnt_slider_thumb_normal": "darkgrey900",
304
+ "sys_cpnt_slider_track_active": "darkblue500",
305
+ "sys_cpnt_slider_thumb_normal": "darkblue500",
306
306
  "sys_cpnt_slider_thumb_disabled": "darkgrey400",
307
- "sys_cpnt_slider_thumb_hover_circle": "darkgrey900/opacity10",
308
- "sys_cpnt_slider_thumb_pressed_circle": "darkgrey900/opacity20",
307
+ "sys_cpnt_slider_thumb_hover_circle": "darkblue500/opacity10",
308
+ "sys_cpnt_slider_thumb_pressed_circle": "darkblue500/opacity20",
309
309
  "sys_cpnt_slider_track_disabled": "darkgrey400",
310
310
  "sys_component_base_42": "darkorange30",
311
311
  "sys_component_base_43": "darkblue30",
312
312
  "sys_icon_grey_darktheme_01": "darkgrey900",
313
313
  "sys_icon_grey_darktheme_02": "darkgrey500",
314
314
  "sys_icon_grey_darktheme_03": "darkgrey400",
315
- "sys_widget_grey_01_opacity_50": "darkgrey900/opacity50"
315
+ "sys_widget_grey_01_opacity_50": "darkgrey900/opacity50",
316
+ "sys_editor_layout_header": "darkgrey70",
317
+ "sys_editor_layout_navigation_panel": "darkgrey80",
318
+ "sys_editor_layout_canvas_area": "darkgrey30",
319
+ "sys_editor_layout_control_panel": "darkgrey70",
320
+ "sys_editor_layout_property_panel": "darkgrey70",
321
+ "sys_editor_layout_navigation_panel_section_item_area_normal": "darkgrey300"
316
322
  }
@@ -301,16 +301,22 @@
301
301
  "sys_component_base_40": "orange50",
302
302
  "sys_component_base_41": "skyblue100",
303
303
  "sys_cpnt_slider_track": "grey100",
304
- "sys_cpnt_slider_track_active": "grey900",
305
- "sys_cpnt_slider_thumb_normal": "grey900",
304
+ "sys_cpnt_slider_track_active": "blue500",
305
+ "sys_cpnt_slider_thumb_normal": "blue500",
306
306
  "sys_cpnt_slider_thumb_disabled": "grey400",
307
- "sys_cpnt_slider_thumb_hover_circle": "grey900/opacity10",
308
- "sys_cpnt_slider_thumb_pressed_circle": "grey900/opacity20",
307
+ "sys_cpnt_slider_thumb_hover_circle": "blue500/opacity10",
308
+ "sys_cpnt_slider_thumb_pressed_circle": "blue500/opacity20",
309
309
  "sys_cpnt_slider_track_disabled": "grey400",
310
310
  "sys_component_base_42": "orange30",
311
311
  "sys_component_base_43": "blue30",
312
312
  "sys_icon_grey_darktheme_01": "darkgrey900",
313
313
  "sys_icon_grey_darktheme_02": "darkgrey500",
314
314
  "sys_icon_grey_darktheme_03": "darkgrey400",
315
- "sys_widget_grey_01_opacity_50": "grey900/opacity50"
315
+ "sys_widget_grey_01_opacity_50": "grey900/opacity50",
316
+ "sys_editor_layout_header": "white",
317
+ "sys_editor_layout_navigation_panel": "grey50",
318
+ "sys_editor_layout_canvas_area": "grey30",
319
+ "sys_editor_layout_control_panel": "white",
320
+ "sys_editor_layout_property_panel": "white",
321
+ "sys_editor_layout_navigation_panel_section_item_area_normal": "white"
316
322
  }
@@ -81,7 +81,7 @@
81
81
  "opacity15": "26",
82
82
  "grey80": "#E9E9EC",
83
83
  "grey200": "#D3D3D6",
84
- "darkgrey80": "#282829",
84
+ "darkgrey80": "#3A3A3D",
85
85
  "darkgrey200": "#3E3E3F",
86
86
  "opacity70": "B3",
87
87
  "opacity60": "99",
@@ -114,5 +114,7 @@
114
114
  "yellow300": "#FFFAE6",
115
115
  "darkyellow300": "#FFF3C1",
116
116
  "grey20": "#f8f8fb",
117
- "darkgrey20": "#1a1a1b"
117
+ "darkgrey20": "#1a1a1b",
118
+ "grey300": "#BDBDC2",
119
+ "darkgrey300": "#555557"
118
120
  }
@@ -799,5 +799,11 @@
799
799
  "ui_99": "sys_component_base_white_opacity50",
800
800
  "ui_100": "sys_widget_grey_01_opacity_50",
801
801
  "ui_101": "sys_component_base_25",
802
- "ui_102": "sys_component_base_black_opacity50"
802
+ "ui_102": "sys_component_base_black_opacity50",
803
+ "ui_editor_layout_header": "sys_editor_layout_header",
804
+ "ui_editor_layout_navigation_panel": "sys_editor_layout_navigation_panel",
805
+ "ui_editor_layout_canvas_area": "sys_editor_layout_canvas_area",
806
+ "ui_editor_layout_control_panel": "sys_editor_layout_control_panel",
807
+ "ui_editor_layout_property_panel": "sys_editor_layout_property_panel",
808
+ "ui_editor_layout_navigation_panel_section_item_area_normal": "sys_editor_layout_navigation_panel_section_item_area_normal"
803
809
  }