@useblu/ocean-core 1.112.0 → 1.112.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 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.112.1](https://github.com/ocean-ds/ocean-web/compare/v1.112.0...v1.112.1) (2025-10-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - tag position and limit props to accept only tag or count prop ([#1191](https://github.com/ocean-ds/ocean-web/issues/1191)) ([7d0952f](https://github.com/ocean-ds/ocean-web/commit/7d0952fe23e34c5ebb36ab30303e2a0bbf39028f))
11
+
6
12
  # [1.112.0](https://github.com/ocean-ds/ocean-web/compare/v1.111.0...v1.112.0) (2025-10-07)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -4738,7 +4738,7 @@
4738
4738
  .ods-shortcut__description {
4739
4739
  font-size: 12px;
4740
4740
  }
4741
- .ods-shortcut__badge {
4741
+ .ods-shortcut__badge, .ods-shortcut__tag {
4742
4742
  position: absolute;
4743
4743
  right: 8px;
4744
4744
  top: 8px;