@useblu/ocean-core 1.45.0 → 1.46.2

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.46.2](https://github.com/ocean-ds/ocean-web/compare/v1.46.1...v1.46.2) (2023-06-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update CrossSellCad click event to be in button ([#1072](https://github.com/ocean-ds/ocean-web/issues/1072)) ([3e84280](https://github.com/ocean-ds/ocean-web/commit/3e842804981d95fa5821a0cdd07c123e4e63f956))
11
+
6
12
  # [1.45.0](https://github.com/ocean-ds/ocean-web/compare/v1.44.0...v1.45.0) (2023-06-02)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -3206,7 +3206,6 @@
3206
3206
 
3207
3207
  .ods-cross-sell-card {
3208
3208
  border-radius: 8px;
3209
- cursor: pointer;
3210
3209
  min-height: 156px;
3211
3210
  width: 100%;
3212
3211
  }