omui-lib 1.0.4 → 1.0.6

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -19,6 +19,9 @@ import {
19
19
  import {
20
20
  CommentCard
21
21
  } from "./chunk-EWRW432G.mjs";
22
+ import {
23
+ Graph
24
+ } from "./chunk-SJ4MEFAG.mjs";
22
25
  import {
23
26
  HoverCard
24
27
  } from "./chunk-MQOZXOBV.mjs";
@@ -28,9 +31,6 @@ import {
28
31
  import {
29
32
  PricingCard
30
33
  } from "./chunk-FGTNFYFJ.mjs";
31
- import {
32
- Graph
33
- } from "./chunk-SJ4MEFAG.mjs";
34
34
  export {
35
35
  AnimatedProgressBar,
36
36
  Button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omui-lib",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "omUI react component library",
5
5
  "license": "ISC",
6
6
  "author": "Om Mohanty",