pds-dev-kit-web 2.2.132 → 2.2.134

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.
@@ -121,7 +121,7 @@ function MainButton(_a) {
121
121
  return 'usrTextBrandOnPrimary';
122
122
  }
123
123
  if (styleTheme === 'secondary') {
124
- if (colorTheme === 'secondary1' || colorTheme === 'secondary2') {
124
+ if (colorTheme === 'secondary1') {
125
125
  return 'sysTextWhite';
126
126
  }
127
127
  return 'usrTextBrandPrimary';
@@ -138,9 +138,6 @@ function MainButton(_a) {
138
138
  if (styleTheme === 'secondary' && colorTheme === 'secondary1' && state === 'disabled') {
139
139
  return 'ui_cpnt_button_text_secondary_variation_disabled';
140
140
  }
141
- if (styleTheme === 'secondary' && colorTheme === 'secondary2' && state === 'disabled') {
142
- return 'ui_cpnt_button_text_secondary_variation_disabled';
143
- }
144
141
  return undefined;
145
142
  };
146
143
  var iconFillTypeColors = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.132",
3
+ "version": "2.2.134",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.132]
2
+ ## [v2.2.134]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [HOFIX][PDS-1278] Button 계열 컴포넌트에 colorTheme 추가
6
+ * [PDS-1279] 모바일 MainButton 계열 컴포넌트에 colorTheme 수정