pds-dev-kit-web 2.2.27 → 2.2.28

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.
@@ -79,26 +79,26 @@ function ChatBubbleListItem(_a) {
79
79
  styleTheme === 'other_avatar' ||
80
80
  styleTheme === 'other_avatar_sub';
81
81
  var titleTextColorTheme = 'sysTextPrimary';
82
- var countTextColorTheme = 'sysTextBrandPrimary';
82
+ var countTextColorTheme = 'sysTextPrimary';
83
83
  switch (colorTheme) {
84
84
  case 'grey': {
85
85
  titleTextColorTheme = 'sysTextPrimary';
86
- countTextColorTheme = 'sysTextBrandPrimary';
86
+ countTextColorTheme = 'sysTextPrimary';
87
87
  break;
88
88
  }
89
89
  case 'brand_primary': {
90
90
  titleTextColorTheme = 'usrTextBrandPrimary';
91
- countTextColorTheme = 'sysTextBrandPrimary';
91
+ countTextColorTheme = 'sysTextPrimary';
92
92
  break;
93
93
  }
94
94
  case 'translucent_white': {
95
95
  titleTextColorTheme = 'sysTextBlack';
96
- countTextColorTheme = 'sysTextTertiary';
96
+ countTextColorTheme = 'sysTextPrimary';
97
97
  break;
98
98
  }
99
99
  case 'translucent_black': {
100
100
  titleTextColorTheme = 'sysTextWhite';
101
- countTextColorTheme = 'sysTextTertiary';
101
+ countTextColorTheme = 'sysTextPrimary';
102
102
  }
103
103
  }
104
104
  /**
@@ -79,26 +79,26 @@ function ChatBubbleListItem(_a) {
79
79
  styleTheme === 'other_avatar' ||
80
80
  styleTheme === 'other_avatar_sub';
81
81
  var titleTextColorTheme = 'sysTextPrimary';
82
- var countTextColorTheme = 'sysTextBrandPrimary';
82
+ var countTextColorTheme = 'sysTextPrimary';
83
83
  switch (colorTheme) {
84
84
  case 'grey': {
85
85
  titleTextColorTheme = 'sysTextPrimary';
86
- countTextColorTheme = 'sysTextBrandPrimary';
86
+ countTextColorTheme = 'sysTextPrimary';
87
87
  break;
88
88
  }
89
89
  case 'brand_primary': {
90
90
  titleTextColorTheme = 'usrTextBrandPrimary';
91
- countTextColorTheme = 'sysTextBrandPrimary';
91
+ countTextColorTheme = 'sysTextPrimary';
92
92
  break;
93
93
  }
94
94
  case 'translucent_white': {
95
95
  titleTextColorTheme = 'sysTextBlack';
96
- countTextColorTheme = 'sysTextTertiary';
96
+ countTextColorTheme = 'sysTextPrimary';
97
97
  break;
98
98
  }
99
99
  case 'translucent_black': {
100
100
  titleTextColorTheme = 'sysTextWhite';
101
- countTextColorTheme = 'sysTextTertiary';
101
+ countTextColorTheme = 'sysTextPrimary';
102
102
  }
103
103
  }
104
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.27",
3
+ "version": "2.2.28",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.27]
2
+ ## [v2.2.28]
3
3
  ## urgent|https://design.storybook.publ.biz/
4
4
 
5
- ### sub
6
- * DynamicLayout
7
- * 선택된 CB가 가장 위쪽으로 올라오지 않도록 수정
5
+ ### Component
6
+ * ChatBubbleListItem
7
+ * countMode 색상을 모두 sysTextPrimary로 수정