pds-dev-kit-web 2.2.36 → 2.2.38

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.
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
- var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
7
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
- var UIColor_json_1 = __importDefault(require("./UIColor.json"));
10
8
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
+ var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
10
+ var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
- SemanticColor: SemanticColor_json_1.default,
13
12
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
- UIColor: UIColor_json_1.default,
15
- PaletteColor_light: PaletteColor_light_json_1.default
13
+ PaletteColor_light: PaletteColor_light_json_1.default,
14
+ SemanticColor: SemanticColor_json_1.default,
15
+ UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -841,4 +841,5 @@ export interface UITheme {
841
841
  ui_110: string;
842
842
  ui_contentscontainer03_background: string;
843
843
  ui_contents_dimmed: string;
844
+ ui_cpnt_list_chatbubble_base_transparent: string;
844
845
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export type ChatBubbleProps = {
3
- colorTheme?: 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black';
3
+ colorTheme?: 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black' | 'transparent';
4
4
  tailType?: 'none' | 'left_top' | 'right_top';
5
5
  children?: React.ReactNode;
6
6
  };
@@ -44,7 +44,8 @@ var backgroundColorTheme = {
44
44
  grey: 'ui_cpnt_list_chatbubble_base_grey',
45
45
  brand_primary: 'ui_cpnt_list_chatbubble_base_brand_primary',
46
46
  translucent_white: 'ui_cpnt_list_chatbubble_base_translucent_white',
47
- translucent_black: 'ui_cpnt_list_chatbubble_base_translucent_black'
47
+ translucent_black: 'ui_cpnt_list_chatbubble_base_translucent_black',
48
+ transparent: 'ui_cpnt_list_chatbubble_base_transparent'
48
49
  };
49
50
  function ChatBubble(_a) {
50
51
  var _b = _a.colorTheme, colorTheme = _b === void 0 ? 'grey' : _b, _c = _a.tailType, tailType = _c === void 0 ? 'left_top' : _c, children = _a.children;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { PDSTextType, PDSValueOption } from '../../../common';
3
- type ColorThemeType = 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black';
3
+ type ColorThemeType = 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black' | 'transparent';
4
4
  export type ChatBubbleListItemProps = {
5
5
  titleText?: PDSTextType;
6
6
  imageSrc?: string;
@@ -64,7 +64,8 @@ var profileImageBorderColorTheme = {
64
64
  grey: 'ui_avatar_border',
65
65
  brand_primary: 'ui_avatar_border_brandprimary',
66
66
  translucent_white: 'ui_avatar_border_translucent_white',
67
- translucent_black: 'ui_avatar_border_translucent_black'
67
+ translucent_black: 'ui_avatar_border_translucent_black',
68
+ transparent: 'ui_cpnt_list_chatbubble_base_transparent'
68
69
  };
69
70
  function ChatBubbleListItem(_a) {
70
71
  var titleText = _a.titleText, imageSrc = _a.imageSrc, _b = _a.hoverMode, hoverMode = _b === void 0 ? 'use' : _b, styleTheme = _a.styleTheme, _c = _a.colorTheme, colorTheme = _c === void 0 ? 'grey' : _c, _d = _a.timeMode, timeMode = _d === void 0 ? 'use' : _d, timeText = _a.timeText, _e = _a.countMode, countMode = _e === void 0 ? 'none' : _e, countText = _a.countText, contextMenuOptionArray = _a.contextMenuOptionArray, _f = _a.contextMenuState, contextMenuState = _f === void 0 ? 'normal' : _f, children = _a.children, onClickContextMenuItem = _a.onClickContextMenuItem;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export type ChatBubbleProps = {
3
- colorTheme?: 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black';
3
+ colorTheme?: 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black' | 'transparent';
4
4
  tailType?: 'none' | 'left_top' | 'right_top';
5
5
  children?: React.ReactNode;
6
6
  };
@@ -44,7 +44,8 @@ var backgroundColorTheme = {
44
44
  grey: 'ui_cpnt_list_chatbubble_base_grey',
45
45
  brand_primary: 'ui_cpnt_list_chatbubble_base_brand_primary',
46
46
  translucent_white: 'ui_cpnt_list_chatbubble_base_translucent_white',
47
- translucent_black: 'ui_cpnt_list_chatbubble_base_translucent_black'
47
+ translucent_black: 'ui_cpnt_list_chatbubble_base_translucent_black',
48
+ transparent: 'ui_cpnt_list_chatbubble_base_transparent'
48
49
  };
49
50
  function ChatBubble(_a) {
50
51
  var _b = _a.colorTheme, colorTheme = _b === void 0 ? 'grey' : _b, _c = _a.tailType, tailType = _c === void 0 ? 'left_top' : _c, children = _a.children;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { PDSTextType, PDSValueOption } from '../../../common';
3
- type ColorThemeType = 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black';
3
+ type ColorThemeType = 'grey' | 'brand_primary' | 'translucent_white' | 'translucent_black' | 'transparent';
4
4
  export type ChatBubbleListItemProps = {
5
5
  titleText?: PDSTextType;
6
6
  imageSrc?: string;
@@ -64,7 +64,8 @@ var profileImageBorderColorTheme = {
64
64
  grey: 'ui_avatar_border',
65
65
  brand_primary: 'ui_avatar_border_brandprimary',
66
66
  translucent_white: 'ui_avatar_border_translucent_white',
67
- translucent_black: 'ui_avatar_border_translucent_black'
67
+ translucent_black: 'ui_avatar_border_translucent_black',
68
+ transparent: 'ui_cpnt_list_chatbubble_base_transparent'
68
69
  };
69
70
  function ChatBubbleListItem(_a) {
70
71
  var titleText = _a.titleText, imageSrc = _a.imageSrc, _b = _a.hoverMode, hoverMode = _b === void 0 ? 'use' : _b, styleTheme = _a.styleTheme, _c = _a.colorTheme, colorTheme = _c === void 0 ? 'grey' : _c, _d = _a.timeMode, timeMode = _d === void 0 ? 'use' : _d, timeText = _a.timeText, _e = _a.countMode, countMode = _e === void 0 ? 'none' : _e, countText = _a.countText, contextMenuOptionArray = _a.contextMenuOptionArray, _f = _a.contextMenuState, contextMenuState = _f === void 0 ? 'normal' : _f, children = _a.children, onClickContextMenuItem = _a.onClickContextMenuItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.36",
3
+ "version": "2.2.38",
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.36]
3
- ## daily|https://design.storybook.publ.biz/
2
+ ## [v2.2.38]
3
+ ## urgent|https://design.storybook.publ.biz/
4
4
 
5
5
  ### Component
6
- * ChatList
7
- * 새 메세지 보기 버튼이 스크롤이 64px 되었을 때 보여지도록 조정
6
+ * ChatBubbleListItem에서 colorTheme에 transparent value 추가건
@@ -1,3 +0,0 @@
1
- {
2
- "presets": ["es2015"]
3
- }