@digipair/skill-web-spectrum 0.81.0 → 0.81.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-spectrum",
3
- "version": "0.81.0",
3
+ "version": "0.81.1",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web",
package/schema.fr.json CHANGED
@@ -1401,6 +1401,14 @@
1401
1401
  "schema": {
1402
1402
  "type": "string"
1403
1403
  }
1404
+ },
1405
+ {
1406
+ "name": "size",
1407
+ "summary": "Size",
1408
+ "description": "",
1409
+ "schema": {
1410
+ "type": "string"
1411
+ }
1404
1412
  }
1405
1413
  ],
1406
1414
  "x-events": []
package/schema.json CHANGED
@@ -1401,6 +1401,14 @@
1401
1401
  "schema": {
1402
1402
  "type": "string"
1403
1403
  }
1404
+ },
1405
+ {
1406
+ "name": "size",
1407
+ "summary": "Size",
1408
+ "description": "",
1409
+ "schema": {
1410
+ "type": "string"
1411
+ }
1404
1412
  }
1405
1413
  ],
1406
1414
  "x-events": []