@useblu/ocean-core 1.39.0 → 1.39.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.39.2](https://github.com/ocean-ds/ocean-web/compare/v1.39.1...v1.39.2) (2022-12-21)
7
+
8
+ ### Bug Fixes
9
+
10
+ - position component checkbox ([#1040](https://github.com/ocean-ds/ocean-web/issues/1040)) ([34a36cd](https://github.com/ocean-ds/ocean-web/commit/34a36cdfd4a7f2cbd70d25ae01212927195c3ef8))
11
+
6
12
  # [1.39.0](https://github.com/ocean-ds/ocean-web/compare/v1.38.3...v1.39.0) (2022-12-13)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1537,6 +1537,7 @@
1537
1537
  }
1538
1538
  .ods-checkbox:checked ~ .ods-checkbox__checkmark::after {
1539
1539
  display: block;
1540
+ position: relative;
1540
1541
  }
1541
1542
  .ods-checkbox:checked:not(:disabled) ~ .ods-checkbox__checkmark {
1542
1543
  background-color: #13bdbd;