@useblu/ocean-core 1.79.0 → 1.89.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.89.0](https://github.com/ocean-ds/ocean-web/compare/v1.88.0...v1.89.0) (2025-07-22)
7
+
8
+ ### Features
9
+
10
+ - 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))
11
+
12
+ # [1.86.0](https://github.com/ocean-ds/ocean-web/compare/v1.85.0...v1.86.0) (2025-07-21)
13
+
14
+ ### Features
15
+
16
+ - add ocean docs docusaurus ([#1153](https://github.com/ocean-ds/ocean-web/issues/1153)) ([1de3ca1](https://github.com/ocean-ds/ocean-web/commit/1de3ca136705d14cea29a35c78dc01f397fd46f3))
17
+
6
18
  # [1.79.0](https://github.com/ocean-ds/ocean-web/compare/v1.78.0...v1.79.0) (2025-07-03)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -4727,7 +4727,10 @@
4727
4727
  flex-direction: row;
4728
4728
  }
4729
4729
  .ods-shortcut__label {
4730
- height: 16px;
4730
+ align-items: center;
4731
+ display: flex;
4732
+ height: 24px;
4733
+ margin: 0;
4731
4734
  }
4732
4735
  .ods-shortcut__description {
4733
4736
  font-size: 12px;