@useblu/ocean-core 1.32.0 → 1.33.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.33.0](https://github.com/ocean-ds/ocean-web/compare/v1.32.0...v1.33.0) (2022-07-07)
7
+
8
+ ### Features
9
+
10
+ - add checkbox error state ([#982](https://github.com/ocean-ds/ocean-web/issues/982)) ([e36081e](https://github.com/ocean-ds/ocean-web/commit/e36081ec995356f5f7215d158bfcca66c24e1153))
11
+
6
12
  # [1.32.0](https://github.com/ocean-ds/ocean-web/compare/v1.31.4...v1.32.0) (2022-06-30)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1497,6 +1497,9 @@
1497
1497
  transform: rotate(40deg);
1498
1498
  width: 6px;
1499
1499
  }
1500
+ .ods-checkbox__checkmark--error {
1501
+ border-color: #f5456e;
1502
+ }
1500
1503
  .ods-checkbox__checkmark--indeterminate {
1501
1504
  align-items: center;
1502
1505
  display: flex;