omui-lib 1.0.27 → 1.0.28

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 +12 -12
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,24 +1,24 @@
1
- import {
2
- SliderCard
3
- } from "./chunk-NJSJATQ6.mjs";
4
- import {
5
- ProfileCard
6
- } from "./chunk-WFKB25KN.mjs";
7
1
  import {
8
2
  StatsCard
9
3
  } from "./chunk-472PLVGR.mjs";
4
+ import {
5
+ PricingCard
6
+ } from "./chunk-FGTNFYFJ.mjs";
7
+ import {
8
+ SliderCard
9
+ } from "./chunk-NJSJATQ6.mjs";
10
10
  import {
11
11
  SwipeCard
12
12
  } from "./chunk-XD6E2QQI.mjs";
13
13
  import {
14
- TeamMemberCard
15
- } from "./chunk-J7V2DYUU.mjs";
14
+ ThumbnailCard
15
+ } from "./chunk-57QJO5RD.mjs";
16
16
  import {
17
17
  TestimonialCard
18
18
  } from "./chunk-M2MU6Y4N.mjs";
19
19
  import {
20
- ThumbnailCard
21
- } from "./chunk-57QJO5RD.mjs";
20
+ TeamMemberCard
21
+ } from "./chunk-J7V2DYUU.mjs";
22
22
  import {
23
23
  FeatureCard
24
24
  } from "./chunk-FQO2D4M6.mjs";
@@ -38,8 +38,8 @@ import {
38
38
  NotificationCard
39
39
  } from "./chunk-QOVSRTLJ.mjs";
40
40
  import {
41
- PricingCard
42
- } from "./chunk-FGTNFYFJ.mjs";
41
+ ProfileCard
42
+ } from "./chunk-WFKB25KN.mjs";
43
43
  import {
44
44
  ProductCard
45
45
  } from "./chunk-TVYAQSOM.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",