@seatmap.pro/renderer 1.66.10 → 1.67.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/lib/index.d.ts +3 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ interface IShapeMetadata {
|
|
|
118
118
|
left?: number;
|
|
119
119
|
angle?: number;
|
|
120
120
|
order?: number;
|
|
121
|
+
fontScale?: number;
|
|
121
122
|
}
|
|
122
123
|
/**
|
|
123
124
|
* Interface representing the schema data transfer object from the API.
|
|
@@ -709,6 +710,8 @@ interface ISectionLabelInfo {
|
|
|
709
710
|
/** When true, label is centered on shape centroid (no vertical shift above seats) */
|
|
710
711
|
centroid?: boolean;
|
|
711
712
|
hideText?: boolean;
|
|
713
|
+
hasPrice?: boolean;
|
|
714
|
+
fontScale?: number;
|
|
712
715
|
}
|
|
713
716
|
/**
|
|
714
717
|
* @hidden
|