@useblu/ocean-core 1.92.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 CHANGED
@@ -3,6 +3,18 @@
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
+
12
+ # [1.98.0](https://github.com/ocean-ds/ocean-web/compare/v1.97.0...v1.98.0) (2025-08-04)
13
+
14
+ ### Features
15
+
16
+ - select and stepper docs ([#1175](https://github.com/ocean-ds/ocean-web/issues/1175)) ([2f60bad](https://github.com/ocean-ds/ocean-web/commit/2f60bad3255bb1606cdf2cae57230d45ab2d3fac))
17
+
6
18
  # [1.92.0](https://github.com/ocean-ds/ocean-web/compare/v1.91.0...v1.92.0) (2025-07-28)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -1473,7 +1473,6 @@
1473
1473
  font-family: "Nunito Sans";
1474
1474
  font-size: 16px;
1475
1475
  font-weight: 400;
1476
- height: 145px;
1477
1476
  line-height: 1.5;
1478
1477
  outline: none;
1479
1478
  padding: 16px;
@@ -3080,11 +3079,14 @@
3080
3079
  }
3081
3080
  .ods-search--disabled {
3082
3081
  background-color: #e0e2ee;
3083
- border-color: #e0e2ee;
3082
+ background-color: #f3f5fe;
3083
+ border: 1px solid #f3f5fe;
3084
+ color: #ced1e1;
3084
3085
  cursor: not-allowed;
3085
3086
  }
3086
3087
  .ods-search--disabled input {
3087
- color: #aaadc0;
3088
+ background-color: #f3f5fe;
3089
+ color: #ced1e1;
3088
3090
  cursor: not-allowed;
3089
3091
  }
3090
3092
  .ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {