@useblu/ocean-core 1.108.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 +6 -0
- package/ocean.css +9 -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.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
|
+
|
|
6
12
|
# [1.108.0](https://github.com/ocean-ds/ocean-web/compare/v1.107.0...v1.108.0) (2025-08-20)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -5182,18 +5182,27 @@
|
|
|
5182
5182
|
}
|
|
5183
5183
|
.ods-web-notification__action-text-info {
|
|
5184
5184
|
color: #b8c3ff;
|
|
5185
|
+
min-width: -webkit-fit-content;
|
|
5186
|
+
min-width: -moz-fit-content;
|
|
5187
|
+
min-width: fit-content;
|
|
5185
5188
|
}
|
|
5186
5189
|
.ods-web-notification__action-text-info:hover, .ods-web-notification__action-text-info:focus, .ods-web-notification__action-text-info:active {
|
|
5187
5190
|
color: #b8c3ff;
|
|
5188
5191
|
}
|
|
5189
5192
|
.ods-web-notification__action-text-positive {
|
|
5190
5193
|
color: #3dcc64;
|
|
5194
|
+
min-width: -webkit-fit-content;
|
|
5195
|
+
min-width: -moz-fit-content;
|
|
5196
|
+
min-width: fit-content;
|
|
5191
5197
|
}
|
|
5192
5198
|
.ods-web-notification__action-text-positive:hover, .ods-web-notification__action-text-positive:focus, .ods-web-notification__action-text-positive:active {
|
|
5193
5199
|
color: #3dcc64;
|
|
5194
5200
|
}
|
|
5195
5201
|
.ods-web-notification__action-text-warning {
|
|
5196
5202
|
color: #ffa347;
|
|
5203
|
+
min-width: -webkit-fit-content;
|
|
5204
|
+
min-width: -moz-fit-content;
|
|
5205
|
+
min-width: fit-content;
|
|
5197
5206
|
}
|
|
5198
5207
|
.ods-web-notification__action-text-warning:hover, .ods-web-notification__action-text-warning:focus, .ods-web-notification__action-text-warning:active {
|
|
5199
5208
|
color: #ffa347;
|