oziko-ui-kit 0.0.107 → 0.0.109

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3064,12 +3064,14 @@ input:checked + .Switch-module_slider__sHGGR::before {
3064
3064
  .Array-module_itemButtonWrapper__zYbaj {
3065
3065
  position: relative;
3066
3066
  display: inline-block;
3067
+ height: 100% !important;
3067
3068
  }
3068
3069
 
3069
3070
  .Array-module_itemButton__IvXJ4 {
3070
3071
  background: var(--oziko-color-border) !important;
3071
3072
  color: var(--oziko-color-font-primary) !important;
3072
3073
  border-radius: var(--oziko-border-radius-md) !important;
3074
+ height: 100% !important;
3073
3075
  }
3074
3076
 
3075
3077
  .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.109",
4
4
  "private": false,
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.mjs",