omui-lib 1.0.29 → 1.0.30

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 +16 -16
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,27 +1,27 @@
1
- import {
2
- ThumbnailCard
3
- } from "./chunk-57QJO5RD.mjs";
4
1
  import {
5
2
  ScatterChartCard
6
3
  } from "./chunk-EIMNJRM2.mjs";
7
4
  import {
8
- ProductCard
9
- } from "./chunk-TVYAQSOM.mjs";
5
+ ProfileCard
6
+ } from "./chunk-WFKB25KN.mjs";
7
+ import {
8
+ SliderCard
9
+ } from "./chunk-NJSJATQ6.mjs";
10
+ import {
11
+ StatsCard
12
+ } from "./chunk-472PLVGR.mjs";
10
13
  import {
11
14
  SwipeCard
12
15
  } from "./chunk-XD6E2QQI.mjs";
13
16
  import {
14
17
  TeamMemberCard
15
18
  } from "./chunk-J7V2DYUU.mjs";
16
- import {
17
- StatsCard
18
- } from "./chunk-472PLVGR.mjs";
19
- import {
20
- SliderCard
21
- } from "./chunk-NJSJATQ6.mjs";
22
19
  import {
23
20
  TestimonialCard
24
21
  } from "./chunk-M2MU6Y4N.mjs";
22
+ import {
23
+ ThumbnailCard
24
+ } from "./chunk-57QJO5RD.mjs";
25
25
  import {
26
26
  FeatureCard
27
27
  } from "./chunk-FQO2D4M6.mjs";
@@ -31,21 +31,21 @@ import {
31
31
  import {
32
32
  HoverCard
33
33
  } from "./chunk-MQOZXOBV.mjs";
34
+ import {
35
+ LineChartCard
36
+ } from "./chunk-GGOOL7HS.mjs";
34
37
  import {
35
38
  Loader
36
39
  } from "./chunk-XGVKPI3O.mjs";
37
40
  import {
38
41
  NotificationCard
39
42
  } from "./chunk-QOVSRTLJ.mjs";
40
- import {
41
- LineChartCard
42
- } from "./chunk-GGOOL7HS.mjs";
43
43
  import {
44
44
  PricingCard
45
45
  } from "./chunk-FGTNFYFJ.mjs";
46
46
  import {
47
- ProfileCard
48
- } from "./chunk-WFKB25KN.mjs";
47
+ ProductCard
48
+ } from "./chunk-TVYAQSOM.mjs";
49
49
  import {
50
50
  AnimatedProgressBar
51
51
  } from "./chunk-VA6HDMVP.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",