omui-lib 1.0.11 → 1.0.12

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,30 +1,27 @@
1
- import {
2
- TestimonialCard
3
- } from "./chunk-M2MU6Y4N.mjs";
4
1
  import {
5
2
  PricingCard
6
3
  } from "./chunk-FGTNFYFJ.mjs";
7
- import {
8
- ProductCard
9
- } from "./chunk-TVYAQSOM.mjs";
10
- import {
11
- ProfileCard
12
- } from "./chunk-WFKB25KN.mjs";
13
4
  import {
14
5
  SliderCard
15
6
  } from "./chunk-NJSJATQ6.mjs";
16
7
  import {
17
8
  SwipeCard
18
9
  } from "./chunk-XD6E2QQI.mjs";
10
+ import {
11
+ TestimonialCard
12
+ } from "./chunk-M2MU6Y4N.mjs";
13
+ import {
14
+ ProductCard
15
+ } from "./chunk-TVYAQSOM.mjs";
16
+ import {
17
+ ProfileCard
18
+ } from "./chunk-WFKB25KN.mjs";
19
19
  import {
20
20
  ThumbnailCard
21
21
  } from "./chunk-57QJO5RD.mjs";
22
22
  import {
23
23
  AnimatedProgressBar
24
24
  } from "./chunk-VA6HDMVP.mjs";
25
- import {
26
- BlogCard
27
- } from "./chunk-KIF4X4NE.mjs";
28
25
  import {
29
26
  Button
30
27
  } from "./chunk-5LA6VVEY.mjs";
@@ -40,6 +37,9 @@ import {
40
37
  import {
41
38
  Loader
42
39
  } from "./chunk-XGVKPI3O.mjs";
40
+ import {
41
+ BlogCard
42
+ } from "./chunk-KIF4X4NE.mjs";
43
43
  export {
44
44
  AnimatedProgressBar,
45
45
  BlogCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",