@useblu/ocean-core 1.73.0 → 1.75.0
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 -1
- 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.75.0](https://github.com/ocean-ds/ocean-web/compare/v1.74.0...v1.75.0) (2025-01-28)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- update button ([#1128](https://github.com/ocean-ds/ocean-web/issues/1128)) ([cade258](https://github.com/ocean-ds/ocean-web/commit/cade258f64c4a9a3dcaec1b6e80e5af3c027d6e4))
|
|
11
|
+
|
|
6
12
|
# [1.73.0](https://github.com/ocean-ds/ocean-web/compare/v1.72.0...v1.73.0) (2024-12-26)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -2300,10 +2300,13 @@
|
|
|
2300
2300
|
visibility: hidden;
|
|
2301
2301
|
}
|
|
2302
2302
|
.ods-btn:disabled, .ods-btn:disabled .ods-btn:hover {
|
|
2303
|
-
background-color: #
|
|
2303
|
+
background-color: #f3f5fe;
|
|
2304
2304
|
color: #aaadc0;
|
|
2305
2305
|
cursor: not-allowed;
|
|
2306
2306
|
}
|
|
2307
|
+
.ods-btn--text:disabled, .ods-btn--text-critical:disabled, .ods-btn--text-tertiary:disabled, .ods-btn--text-tertiary-critical:disabled {
|
|
2308
|
+
background-color: transparent;
|
|
2309
|
+
}
|
|
2307
2310
|
|
|
2308
2311
|
.ods-carousel.columns-5, .ods-carousel.columns-4, .ods-carousel.columns-3, .ods-carousel.columns-2 {
|
|
2309
2312
|
overflow: hidden;
|