@useblu/ocean-core 1.125.0 → 1.125.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 +6 -0
- package/ocean.css +4 -0
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
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.125.1](https://github.com/ocean-ds/ocean-web/compare/v1.125.0...v1.125.1) (2026-01-13)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- adjust styles of card list item disabled ([#1219](https://github.com/ocean-ds/ocean-web/issues/1219)) ([0507e8e](https://github.com/ocean-ds/ocean-web/commit/0507e8ee03060df31843d14e6e2598d2490d98de))
|
|
11
|
+
|
|
6
12
|
# [1.125.0](https://github.com/ocean-ds/ocean-web/compare/v1.124.0...v1.125.0) (2026-01-13)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -5274,6 +5274,10 @@
|
|
|
5274
5274
|
.ods-card-list-item--disabled .ods-card-list-item__action {
|
|
5275
5275
|
color: #ced1e1;
|
|
5276
5276
|
}
|
|
5277
|
+
.ods-card-list-item--disabled .ods-card-list-item__leading-icon svg,
|
|
5278
|
+
.ods-card-list-item--disabled .ods-card-list-item__action svg {
|
|
5279
|
+
color: #ced1e1;
|
|
5280
|
+
}
|
|
5277
5281
|
.ods-card-list-item--size-small .ods-card-list-item__content__title {
|
|
5278
5282
|
font-size: 14px;
|
|
5279
5283
|
}
|