@seatsio/seatsio-types 6.2.0 → 6.3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -666,7 +666,7 @@ export type StyleOverride = {
666
666
  /**
667
667
  * @deprecated
668
668
  */
669
- buttonFace: 'fillEnabled' | 'fillHighlightedOption';
669
+ buttonFace?: 'fillEnabled' | 'fillHighlightedOption';
670
670
  };
671
671
  export type ExtraConfig = Dict<any>;
672
672
  export type SelectionLimiter = number | (TotalLimiter | TicketTypeLimiter | CategoryLimiter | CategoryAndTicketLimiter)[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seatsio/seatsio-types",
3
3
  "description": "Type definitions for Seats.io",
4
- "version": "6.2.0",
4
+ "version": "6.3.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",