@vtx-ui/react 0.0.1-beta.14 → 0.0.1-beta.15

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.
@@ -38,7 +38,6 @@ export declare const LoadingState: Story;
38
38
  export declare const DashboardGrid: Story;
39
39
  export declare const EcommerceDashboard: Story;
40
40
  export declare const HRMSDashboard: Story;
41
- export declare const AnalyticsDashboard: Story;
42
41
  export declare const SystemMonitoringDashboard: Story;
43
42
  export declare const FilledStatCards: Story;
44
43
  export declare const FilledActivityCard: Story;
@@ -56,3 +55,5 @@ export declare const MetricCardNoChart: Story;
56
55
  export declare const FilledMetricCardPrimary: Story;
57
56
  export declare const FilledMetricCardSuccess: Story;
58
57
  export declare const FilledMetricCardDanger: Story;
58
+ export declare const AnalyticsDashboard: Story;
59
+ export declare const FilledMetricsDashboard: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx-ui/react",
3
- "version": "0.0.1-beta.14",
3
+ "version": "0.0.1-beta.15",
4
4
  "description": "A production-ready React + TypeScript UI library with enterprise-grade components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",