@useblu/ocean-core 1.128.0 → 1.128.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.128.1](https://github.com/ocean-ds/ocean-web/compare/v1.128.0...v1.128.1) (2026-02-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove `cursor: not-allowed` from disabled list item styles ([#1224](https://github.com/ocean-ds/ocean-web/issues/1224)) ([4ac64b3](https://github.com/ocean-ds/ocean-web/commit/4ac64b3065534e0a16d726e24b729575b27565a1))
11
+
6
12
  # [1.128.0](https://github.com/ocean-ds/ocean-web/compare/v1.127.0...v1.128.0) (2026-02-04)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -6323,7 +6323,6 @@
6323
6323
  pointer-events: none;
6324
6324
  }
6325
6325
  .ods-list-readonly--disabled {
6326
- cursor: not-allowed;
6327
6326
  opacity: 0.6;
6328
6327
  }
6329
6328