@mobileaction/action-kit 1.55.11-beta.4 → 1.55.11-beta.5

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.
@@ -17,4 +17,3 @@ export declare const AppRating: Story;
17
17
  export declare const PieChart: Story;
18
18
  export declare const Exporting: Story;
19
19
  export declare const DynamicSeriesUpdate: Story;
20
- export declare const SinglePointMarker: Story;
@@ -1,6 +1,5 @@
1
1
  import type { Ref, UnwrapRef } from 'vue';
2
2
  import type { ChartModuleName, ChartOptions } from './types';
3
- import './highcharts-single-point-marker.plugin';
4
3
  /**
5
4
  * Lazy‑import map for Highcharts modules.
6
5
  */