@insticc/genericform 2.0.4 → 2.0.5

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/build/index.css +2 -0
  2. package/package.json +1 -1
package/build/index.css CHANGED
@@ -254,6 +254,7 @@
254
254
  height: 18px;
255
255
  cursor: pointer;
256
256
  margin: 0;
257
+ aspect-ratio: 1;
257
258
  }
258
259
 
259
260
  .ufg-checkbox-item label,
@@ -262,6 +263,7 @@
262
263
  font-weight: 400;
263
264
  cursor: pointer;
264
265
  margin: 0;
266
+ aspect-ratio: 1;
265
267
  }
266
268
 
267
269
  /* --------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insticc/genericform",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A generic form with a comprehensive set of field types, validation, and external state management",
5
5
  "main": "build/index.js",
6
6
  "scripts": {