@intechstudio/grid-uikit 1.20260807.1203 → 1.20260825.1204

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.
@@ -102,8 +102,11 @@
102
102
 
103
103
  .checkbox-inner {
104
104
  position: absolute;
105
+ top: 50%;
106
+ left: 50%;
105
107
  width: 0.75em;
106
108
  height: 0.75em;
109
+ transform: translate(-50%, -50%);
107
110
  background-color: var(--foreground);
108
111
  border-radius: var(--radius);
109
112
  }
@@ -166,10 +166,13 @@
166
166
  }
167
167
  div.style-radio-inside {
168
168
  position: absolute;
169
+ top: 50%;
170
+ left: 50%;
169
171
  border-radius: 9999px;
170
172
  background-color: var(--foreground);
171
173
  width: 0.75em;
172
174
  height: 0.75em;
175
+ transform: translate(-50%, -50%);
173
176
  }
174
177
  button {
175
178
  font-family: inherit; /* 1 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20260807.1203",
3
+ "version": "1.20260825.1204",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/intechstudio/grid-uikit.git"