oziko-ui-kit 0.0.53 → 0.0.54

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -969,6 +969,7 @@ code {
969
969
  }
970
970
  .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8.Checkbox-module_indeterminate__GxPm3 label::after {
971
971
  content: "-";
972
+ margin-bottom: 2px;
972
973
  }
973
974
  .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox] {
974
975
  display: none;
@@ -991,11 +992,11 @@ code {
991
992
  opacity: 0;
992
993
  transition: opacity var(--oziko-transition-duration) ease;
993
994
  }
994
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label {
995
+ .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label, .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8.Checkbox-module_indeterminate__GxPm3 input[type=checkbox] + label {
995
996
  background-color: var(--oziko-color-primary);
996
997
  border-color: var(--oziko-color-primary);
997
998
  }
998
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label::after {
999
+ .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label::after, .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8.Checkbox-module_indeterminate__GxPm3 input[type=checkbox] + label::after {
999
1000
  opacity: 1;
1000
1001
  }
1001
1002
  .Chip-module_chip__DLgqh {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oziko-ui-kit",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "private": false,
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.mjs",