@infonomic/uikit 5.15.0 → 5.16.0

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.
@@ -27,6 +27,10 @@
27
27
  display: flex;
28
28
  align-items: center;
29
29
  justify-content: center;
30
+ min-width: 24px;
31
+ min-height: 24px;
32
+ width: 24px;
33
+ height: 24px;
30
34
  }
31
35
 
32
36
  .close {
@@ -26,6 +26,10 @@
26
26
  .icon-RcHAGq {
27
27
  justify-content: center;
28
28
  align-items: center;
29
+ width: 24px;
30
+ min-width: 24px;
31
+ height: 24px;
32
+ min-height: 24px;
29
33
  display: flex;
30
34
  }
31
35
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@infonomic/uikit",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "5.15.0",
5
+ "version": "5.16.0",
6
6
  "type": "module",
7
7
  "description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
8
8
  "keywords": [
@@ -27,6 +27,10 @@
27
27
  display: flex;
28
28
  align-items: center;
29
29
  justify-content: center;
30
+ min-width: 24px;
31
+ min-height: 24px;
32
+ width: 24px;
33
+ height: 24px;
30
34
  }
31
35
 
32
36
  .close {