@luomus/laji-form 15.1.78 → 15.1.79

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/styles.css +2 -2
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -4243,8 +4243,8 @@ body .laji-form {
4243
4243
 
4244
4244
  .laji-form .checkbox-container {
4245
4245
  display: table;
4246
- border: 1px solid #00000038;
4247
- border-radius: 2px;
4246
+ outline: 1px solid #00000038;
4247
+ border-radius: 1px;
4248
4248
  }
4249
4249
  .laji-form .checkbox-container label {
4250
4250
  font-weight: initial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-form",
3
- "version": "15.1.78",
3
+ "version": "15.1.79",
4
4
  "description": "React module capable of building dynamic forms from Laji form json schemas",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",