pds-dev-kit-web 2.2.139 → 2.2.140

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.
@@ -385,7 +385,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
385
385
  return theme.ui_cpnt_button_line_base_hover;
386
386
  }, transitionStyle_1.ButtonTransition, function (_a) {
387
387
  var theme = _a.theme;
388
- return theme.ui_cpnt_button_secondary_on_base_hover;
388
+ return theme.ui_cpnt_button_fill_on_base_hover;
389
389
  }, function (_a) {
390
390
  var theme = _a.theme;
391
391
  return theme.ui_cpnt_button_secondary_on_base_pressed;
@@ -355,7 +355,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
355
355
  return theme.ui_cpnt_button_line_base_hover;
356
356
  }, transitionStyle_1.ButtonTransition, function (_a) {
357
357
  var theme = _a.theme, isSubmitting = _a.isSubmitting;
358
- return !isSubmitting && theme.ui_cpnt_button_secondary_on_base_hover;
358
+ return !isSubmitting && theme.ui_cpnt_button_fill_on_base_hover;
359
359
  }, function (_a) {
360
360
  var theme = _a.theme, isSubmitting = _a.isSubmitting;
361
361
  return !isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.139",
3
+ "version": "2.2.140",
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.139]
2
+ ## [v2.2.140]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * reset workdir after selectedSection changed
6
+ * [PDS-1290] 데스크탑 MainButton, UploadMainButton 호버 색상 변경