@useblu/ocean-core 1.29.0 → 1.29.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.29.1](https://github.com/ocean-ds/ocean-web/compare/v1.29.0...v1.29.1) (2022-02-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **button:** add hover transition to icon button variant. ([#923](https://github.com/ocean-ds/ocean-web/issues/923)) ([c3b94d6](https://github.com/ocean-ds/ocean-web/commit/c3b94d66f278a286c76731c5114562da0a671b30))
11
+
6
12
  # [1.29.0](https://github.com/ocean-ds/ocean-web/compare/v1.28.0...v1.29.0) (2022-02-24)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1986,6 +1986,7 @@
1986
1986
  justify-content: center;
1987
1987
  line-height: 1;
1988
1988
  outline: none;
1989
+ transition: background-color 0.1s ease-out;
1989
1990
  width: 48px;
1990
1991
  }
1991
1992
  .ods-icon-btn:hover, .ods-icon-btn:focus {