@quicktvui/quicktvui3 3.0.5 → 3.0.6

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.
@@ -149,4 +149,5 @@ export { QTLongImageOrientation } from './long-image/QTLongImageOrientation';
149
149
  export { CanvasGradient } from './canvas/CanvasGradient';
150
150
  export type { GradientInput, RadialGradient, LinearGradient, GradientStop, Position2DWithRadius, Position2D, GradientType, } from './canvas/CanvasGradient';
151
151
  export type { Size } from './pro/types/ProTypes';
152
- export type { SeriesStyleType, SeriesItem } from './pro/types/Series';
152
+ export type { SeriesItem } from './pro/types/Series';
153
+ export { SeriesStyleType } from './pro/types/Series';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Quick TV framework",
5
5
  "author": "Quick TV Team",
6
6
  "homepage": "https://quicktvui.com",