@jsenv/dom 0.12.2 → 0.12.3

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/dist/jsenv_dom.js CHANGED
@@ -2240,6 +2240,7 @@ const cssSizeUnitSet = new Set([
2240
2240
  "in",
2241
2241
  "pt",
2242
2242
  "pc",
2243
+ "cap",
2243
2244
  ]);
2244
2245
  const cssUnitSet = new Set([
2245
2246
  ...cssSizeUnitSet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/dom",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "type": "module",
5
5
  "description": "DOM utilities for writing frontend code",
6
6
  "repository": {