@useblu/ocean-core 1.113.0 → 1.113.2

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.113.2](https://github.com/ocean-ds/ocean-web/compare/v1.113.1...v1.113.2) (2025-12-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - chip multi select ([#1203](https://github.com/ocean-ds/ocean-web/issues/1203)) ([9943a81](https://github.com/ocean-ds/ocean-web/commit/9943a8160f8ab40eb8d325475c080d3ad7e32ffb))
11
+
6
12
  # [1.113.0](https://github.com/ocean-ds/ocean-web/compare/v1.112.1...v1.113.0) (2025-10-22)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -5074,6 +5074,19 @@
5074
5074
  padding: 16px 16px 16px 8px;
5075
5075
  }
5076
5076
 
5077
+ .ods-chips__options--option-container {
5078
+ min-height: 0;
5079
+ padding: 0;
5080
+ width: 100%;
5081
+ }
5082
+ .ods-chips__options--option-container .ods-checkbox__root-container {
5083
+ width: 100%;
5084
+ }
5085
+ .ods-chips__options--option-container .ods-checkbox__root {
5086
+ padding: 16px;
5087
+ width: 100%;
5088
+ }
5089
+
5077
5090
  .ods-unordered-list-item {
5078
5091
  align-items: flex-start;
5079
5092
  display: flex;