@useblu/ocean-core 1.98.0 → 1.110.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.110.0](https://github.com/ocean-ds/ocean-web/compare/v1.109.0...v1.110.0) (2025-08-25)
7
+
8
+ ### Features
9
+
10
+ - ocean docs 3 ([#1188](https://github.com/ocean-ds/ocean-web/issues/1188)) ([d67aec1](https://github.com/ocean-ds/ocean-web/commit/d67aec1ee438b332dabd58c5a0be37b5e74fe3d7))
11
+
12
+ # [1.108.0](https://github.com/ocean-ds/ocean-web/compare/v1.107.0...v1.108.0) (2025-08-20)
13
+
14
+ ### Features
15
+
16
+ - ocean docs ([#1186](https://github.com/ocean-ds/ocean-web/issues/1186)) ([35ee544](https://github.com/ocean-ds/ocean-web/commit/35ee544c4801915d393fb270cb57099c2e2f4b57))
17
+
6
18
  # [1.98.0](https://github.com/ocean-ds/ocean-web/compare/v1.97.0...v1.98.0) (2025-08-04)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -3079,11 +3079,14 @@
3079
3079
  }
3080
3080
  .ods-search--disabled {
3081
3081
  background-color: #e0e2ee;
3082
- border-color: #e0e2ee;
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: #aaadc0;
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 {
@@ -5179,18 +5182,27 @@
5179
5182
  }
5180
5183
  .ods-web-notification__action-text-info {
5181
5184
  color: #b8c3ff;
5185
+ min-width: -webkit-fit-content;
5186
+ min-width: -moz-fit-content;
5187
+ min-width: fit-content;
5182
5188
  }
5183
5189
  .ods-web-notification__action-text-info:hover, .ods-web-notification__action-text-info:focus, .ods-web-notification__action-text-info:active {
5184
5190
  color: #b8c3ff;
5185
5191
  }
5186
5192
  .ods-web-notification__action-text-positive {
5187
5193
  color: #3dcc64;
5194
+ min-width: -webkit-fit-content;
5195
+ min-width: -moz-fit-content;
5196
+ min-width: fit-content;
5188
5197
  }
5189
5198
  .ods-web-notification__action-text-positive:hover, .ods-web-notification__action-text-positive:focus, .ods-web-notification__action-text-positive:active {
5190
5199
  color: #3dcc64;
5191
5200
  }
5192
5201
  .ods-web-notification__action-text-warning {
5193
5202
  color: #ffa347;
5203
+ min-width: -webkit-fit-content;
5204
+ min-width: -moz-fit-content;
5205
+ min-width: fit-content;
5194
5206
  }
5195
5207
  .ods-web-notification__action-text-warning:hover, .ods-web-notification__action-text-warning:focus, .ods-web-notification__action-text-warning:active {
5196
5208
  color: #ffa347;