omui-lib 1.0.21 → 1.0.22

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.mjs +7 -7
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,6 +1,3 @@
1
- import {
2
- SwipeCard
3
- } from "./chunk-XD6E2QQI.mjs";
4
1
  import {
5
2
  TeamMemberCard
6
3
  } from "./chunk-J7V2DYUU.mjs";
@@ -11,11 +8,14 @@ import {
11
8
  ThumbnailCard
12
9
  } from "./chunk-57QJO5RD.mjs";
13
10
  import {
14
- Loader
15
- } from "./chunk-XGVKPI3O.mjs";
11
+ StatsCard
12
+ } from "./chunk-472PLVGR.mjs";
16
13
  import {
17
14
  LineChartCard
18
15
  } from "./chunk-GGOOL7HS.mjs";
16
+ import {
17
+ Loader
18
+ } from "./chunk-XGVKPI3O.mjs";
19
19
  import {
20
20
  NotificationCard
21
21
  } from "./chunk-QOVSRTLJ.mjs";
@@ -32,8 +32,8 @@ import {
32
32
  SliderCard
33
33
  } from "./chunk-NJSJATQ6.mjs";
34
34
  import {
35
- StatsCard
36
- } from "./chunk-472PLVGR.mjs";
35
+ SwipeCard
36
+ } from "./chunk-XD6E2QQI.mjs";
37
37
  import {
38
38
  AnimatedProgressBar
39
39
  } from "./chunk-VA6HDMVP.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",