@zag-js/types 0.78.2 → 0.79.0

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/index.d.mts CHANGED
@@ -1446,7 +1446,7 @@ interface OrientationProperty {
1446
1446
  * The orientation of the element.
1447
1447
  * @default "horizontal"
1448
1448
  */
1449
- orientation?: Orientation | undefined;
1449
+ orientation: Orientation;
1450
1450
  }
1451
1451
  interface DirectionProperty {
1452
1452
  /**
package/dist/index.d.ts CHANGED
@@ -1446,7 +1446,7 @@ interface OrientationProperty {
1446
1446
  * The orientation of the element.
1447
1447
  * @default "horizontal"
1448
1448
  */
1449
- orientation?: Orientation | undefined;
1449
+ orientation: Orientation;
1450
1450
  }
1451
1451
  interface DirectionProperty {
1452
1452
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/types",
3
- "version": "0.78.2",
3
+ "version": "0.79.0",
4
4
  "keywords": [
5
5
  "js",
6
6
  "utils",