@useblu/ocean-core 1.54.1 → 1.55.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,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.55.0](https://github.com/ocean-ds/ocean-web/compare/v1.54.1...v1.55.0) (2024-03-27)
7
+
8
+ ### Features
9
+
10
+ - selected value at chips ([#1094](https://github.com/ocean-ds/ocean-web/issues/1094)) ([07c6c58](https://github.com/ocean-ds/ocean-web/commit/07c6c58a1492489c1b83e357d96139a68cb24d05))
11
+
6
12
  ## [1.54.1](https://github.com/ocean-ds/ocean-web/compare/v1.54.0...v1.54.1) (2024-03-26)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -4487,6 +4487,12 @@
4487
4487
  text-wrap: nowrap;
4488
4488
  width: 100%;
4489
4489
  }
4490
+ .ods-chips__options--option--selected {
4491
+ background-color: #f7f9ff;
4492
+ border-radius: 4px;
4493
+ color: #0025e0;
4494
+ font-weight: 700;
4495
+ }
4490
4496
  .ods-chips__options--option:hover {
4491
4497
  background-color: #f7f9ff;
4492
4498
  border-radius: 4px;