oziko-ui-kit 0.0.107 → 0.0.108

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3070,6 +3070,7 @@ input:checked + .Switch-module_slider__sHGGR::before {
3070
3070
  background: var(--oziko-color-border) !important;
3071
3071
  color: var(--oziko-color-font-primary) !important;
3072
3072
  border-radius: var(--oziko-border-radius-md) !important;
3073
+ height: 100% !important;
3073
3074
  }
3074
3075
 
3075
3076
  .Array-module_removeButton__nj38e {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oziko-ui-kit",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "private": false,
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.mjs",