@digipair/skill-web-spectrum 0.75.6 → 0.75.7

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.75.6",
3
+ "version": "0.75.7",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web",
package/schema.fr.json CHANGED
@@ -615,6 +615,15 @@
615
615
  "type": "string"
616
616
  }
617
617
  },
618
+ {
619
+ "name": "dir",
620
+ "summary": "Direction",
621
+ "description": "Direction of the element.",
622
+ "required": false,
623
+ "schema": {
624
+ "type": "string"
625
+ }
626
+ },
618
627
  {
619
628
  "name": "size",
620
629
  "summary": "Size",
package/schema.json CHANGED
@@ -615,6 +615,15 @@
615
615
  "type": "string"
616
616
  }
617
617
  },
618
+ {
619
+ "name": "dir",
620
+ "summary": "Direction",
621
+ "description": "Direction of the element.",
622
+ "required": false,
623
+ "schema": {
624
+ "type": "string"
625
+ }
626
+ },
618
627
  {
619
628
  "name": "size",
620
629
  "summary": "Size",