oziko-ui-kit 0.0.94 → 0.0.95

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2728,7 +2728,6 @@ input:checked + .Switch-module_slider__sHGGR::before {
2728
2728
 
2729
2729
  .Table-module_cell__K--55 {
2730
2730
  padding: 0 var(--oziko-padding-md);
2731
- min-height: 48px;
2732
2731
  display: flex;
2733
2732
  align-items: center;
2734
2733
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oziko-ui-kit",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "private": false,
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.mjs",