omui-lib 1.0.25 → 1.0.26

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 +20 -20
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,45 +1,45 @@
1
- import {
2
- SliderCard
3
- } from "./chunk-NJSJATQ6.mjs";
4
1
  import {
5
2
  StatsCard
6
3
  } from "./chunk-472PLVGR.mjs";
4
+ import {
5
+ ProfileCard
6
+ } from "./chunk-WFKB25KN.mjs";
7
7
  import {
8
8
  SwipeCard
9
9
  } from "./chunk-XD6E2QQI.mjs";
10
10
  import {
11
- TeamMemberCard
12
- } from "./chunk-J7V2DYUU.mjs";
11
+ ThumbnailCard
12
+ } from "./chunk-57QJO5RD.mjs";
13
13
  import {
14
14
  TestimonialCard
15
15
  } from "./chunk-M2MU6Y4N.mjs";
16
16
  import {
17
- ThumbnailCard
18
- } from "./chunk-57QJO5RD.mjs";
17
+ TeamMemberCard
18
+ } from "./chunk-J7V2DYUU.mjs";
19
19
  import {
20
- FeatureCard
21
- } from "./chunk-FQO2D4M6.mjs";
20
+ Graph
21
+ } from "./chunk-SJ4MEFAG.mjs";
22
22
  import {
23
23
  HoverCard
24
24
  } from "./chunk-MQOZXOBV.mjs";
25
- import {
26
- LineChartCard
27
- } from "./chunk-GGOOL7HS.mjs";
28
25
  import {
29
26
  Loader
30
27
  } from "./chunk-XGVKPI3O.mjs";
31
28
  import {
32
- NotificationCard
33
- } from "./chunk-QOVSRTLJ.mjs";
29
+ LineChartCard
30
+ } from "./chunk-GGOOL7HS.mjs";
31
+ import {
32
+ ProductCard
33
+ } from "./chunk-TVYAQSOM.mjs";
34
34
  import {
35
35
  PricingCard
36
36
  } from "./chunk-FGTNFYFJ.mjs";
37
37
  import {
38
- ProductCard
39
- } from "./chunk-TVYAQSOM.mjs";
38
+ NotificationCard
39
+ } from "./chunk-QOVSRTLJ.mjs";
40
40
  import {
41
- ProfileCard
42
- } from "./chunk-WFKB25KN.mjs";
41
+ SliderCard
42
+ } from "./chunk-NJSJATQ6.mjs";
43
43
  import {
44
44
  AnimatedProgressBar
45
45
  } from "./chunk-VA6HDMVP.mjs";
@@ -59,8 +59,8 @@ import {
59
59
  DonutChartCard
60
60
  } from "./chunk-XPD33K2L.mjs";
61
61
  import {
62
- Graph
63
- } from "./chunk-SJ4MEFAG.mjs";
62
+ FeatureCard
63
+ } from "./chunk-FQO2D4M6.mjs";
64
64
  export {
65
65
  AnimatedProgressBar,
66
66
  BarChartCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",