@useblu/ocean-core 1.98.0 → 1.108.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 +5 -2
- 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.108.0](https://github.com/ocean-ds/ocean-web/compare/v1.107.0...v1.108.0) (2025-08-20)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- ocean docs ([#1186](https://github.com/ocean-ds/ocean-web/issues/1186)) ([35ee544](https://github.com/ocean-ds/ocean-web/commit/35ee544c4801915d393fb270cb57099c2e2f4b57))
|
|
11
|
+
|
|
6
12
|
# [1.98.0](https://github.com/ocean-ds/ocean-web/compare/v1.97.0...v1.98.0) (2025-08-04)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3079,11 +3079,14 @@
|
|
|
3079
3079
|
}
|
|
3080
3080
|
.ods-search--disabled {
|
|
3081
3081
|
background-color: #e0e2ee;
|
|
3082
|
-
|
|
3082
|
+
background-color: #f3f5fe;
|
|
3083
|
+
border: 1px solid #f3f5fe;
|
|
3084
|
+
color: #ced1e1;
|
|
3083
3085
|
cursor: not-allowed;
|
|
3084
3086
|
}
|
|
3085
3087
|
.ods-search--disabled input {
|
|
3086
|
-
color: #
|
|
3088
|
+
background-color: #f3f5fe;
|
|
3089
|
+
color: #ced1e1;
|
|
3087
3090
|
cursor: not-allowed;
|
|
3088
3091
|
}
|
|
3089
3092
|
.ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
|