@sylwellsoftware/fray 1.3.0 → 1.3.1

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "name": "@sylwellsoftware/fray",
4
4
  "private": false,
5
- "version": "1.3.0",
5
+ "version": "1.3.1",
6
6
  "description": "Browser-only TypeScript component runtime, JSX controls, and semantic themes.",
7
7
  "license": "Apache-2.0",
8
8
  "author": {
@@ -54,6 +54,7 @@
54
54
  "styles",
55
55
  "themes",
56
56
  "colors",
57
+ "CHANGELOG.md",
57
58
  "LICENSE",
58
59
  "NOTICE"
59
60
  ],
@@ -73,10 +74,10 @@
73
74
  "dev": "vite"
74
75
  },
75
76
  "peerDependencies": {
76
- "@sylwellsoftware/glue": "^0.9.0"
77
+ "@sylwellsoftware/glue": "^0.9.1"
77
78
  },
78
79
  "devDependencies": {
79
- "@sylwellsoftware/glue": "^0.9.0",
80
+ "@sylwellsoftware/glue": "^0.9.1",
80
81
  "vite": "^6.3.5"
81
82
  },
82
83
  "engines": {
@@ -110,7 +110,6 @@ fray-quadcheckbox,
110
110
  fray-tricheckbox {
111
111
  display: inline-flex;
112
112
  line-height: 1;
113
- height: 1.4em;
114
113
  }
115
114
 
116
115
  fray-checkbox > label,