@useblu/ocean-core 1.86.0 → 1.89.1
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 +12 -0
- package/ocean.css +5 -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,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.89.1](https://github.com/ocean-ds/ocean-web/compare/v1.89.0...v1.89.1) (2025-07-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- adjust line-height in Shortcut component styles for improved layout ([#1159](https://github.com/ocean-ds/ocean-web/issues/1159)) ([b1cb5e8](https://github.com/ocean-ds/ocean-web/commit/b1cb5e8feded1b182a85150350ca083bd0783d28))
|
|
11
|
+
|
|
12
|
+
# [1.89.0](https://github.com/ocean-ds/ocean-web/compare/v1.88.0...v1.89.0) (2025-07-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- enhance Shortcut component with tag support ([#1157](https://github.com/ocean-ds/ocean-web/issues/1157)) ([7eb29fe](https://github.com/ocean-ds/ocean-web/commit/7eb29fe87f142e596fc09d8ce5461f4987df6b02))
|
|
17
|
+
|
|
6
18
|
# [1.86.0](https://github.com/ocean-ds/ocean-web/compare/v1.85.0...v1.86.0) (2025-07-21)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/ocean.css
CHANGED
|
@@ -4727,7 +4727,11 @@
|
|
|
4727
4727
|
flex-direction: row;
|
|
4728
4728
|
}
|
|
4729
4729
|
.ods-shortcut__label {
|
|
4730
|
-
|
|
4730
|
+
align-items: center;
|
|
4731
|
+
display: flex;
|
|
4732
|
+
height: 24px;
|
|
4733
|
+
line-height: normal;
|
|
4734
|
+
margin: 0;
|
|
4731
4735
|
}
|
|
4732
4736
|
.ods-shortcut__description {
|
|
4733
4737
|
font-size: 12px;
|