uplord-ui 0.0.37 → 0.0.38
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.
- package/dist/{Modal-BMWPLhyQ.js → Modal-BBuYpCbZ.js} +1 -2
- package/dist/{Modal-D9Tli6MW.cjs → Modal-CA4mMHq4.cjs} +1568 -1568
- package/dist/components/index.d.ts +0 -1
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +12 -13
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +12 -13
- package/package.json +1 -1
package/dist/components.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Modal-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Modal-CA4mMHq4.cjs");exports.Banner=e.Banner;exports.Button=e.Button;exports.Checkbox=e.Checkbox;exports.Example=e.Example;exports.Footer=e.Footer;exports.FormikInput=e.FormikInput;exports.Header=e.Header;exports.Icon=e.Icon;exports.Input=e.Input;exports.Modal=e.Modal;exports.Navbar=e.Navbar;exports.Pagination=e.Pagination;exports.Projects=e.Projects;exports.Radio=e.Radio;exports.Section=e.Section;exports.Select=e.Select;exports.Stack=e.Stack;exports.Textarea=e.Textarea;exports.Timeline=e.Timeline;
|
package/dist/components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as e, c as o, C as t, E as n, F as r, d as c, H as i, g as
|
|
1
|
+
import { B as e, c as o, C as t, E as n, F as r, d as c, H as i, g as d, I as l, M as m, N as p, b as x, P as I, R as S, S as b, e as k, a as u, f as B, T as F } from "./Modal-BBuYpCbZ.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Banner,
|
|
4
4
|
o as Button,
|
|
@@ -7,17 +7,16 @@ export {
|
|
|
7
7
|
r as Footer,
|
|
8
8
|
c as FormikInput,
|
|
9
9
|
i as Header,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
d as Icon,
|
|
11
|
+
l as Input,
|
|
12
|
+
m as Modal,
|
|
13
|
+
p as Navbar,
|
|
14
|
+
x as Pagination,
|
|
15
|
+
I as Projects,
|
|
16
|
+
S as Radio,
|
|
17
|
+
b as Section,
|
|
18
|
+
k as Select,
|
|
19
|
+
u as Stack,
|
|
20
20
|
B as Textarea,
|
|
21
|
-
F as Timeline
|
|
22
|
-
P as useScroll
|
|
21
|
+
F as Timeline
|
|
23
22
|
};
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Modal-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Modal-CA4mMHq4.cjs");exports.Banner=e.Banner;exports.Button=e.Button;exports.Checkbox=e.Checkbox;exports.Example=e.Example;exports.Footer=e.Footer;exports.FormikInput=e.FormikInput;exports.Header=e.Header;exports.Icon=e.Icon;exports.Input=e.Input;exports.Modal=e.Modal;exports.Navbar=e.Navbar;exports.Pagination=e.Pagination;exports.Projects=e.Projects;exports.Radio=e.Radio;exports.Section=e.Section;exports.Select=e.Select;exports.Stack=e.Stack;exports.Textarea=e.Textarea;exports.Timeline=e.Timeline;
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as e, c as o, C as t, E as n, F as r, d as c, H as i, g as
|
|
1
|
+
import { B as e, c as o, C as t, E as n, F as r, d as c, H as i, g as d, I as l, M as m, N as p, b as x, P as I, R as S, S as b, e as k, a as u, f as B, T as F } from "./Modal-BBuYpCbZ.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Banner,
|
|
4
4
|
o as Button,
|
|
@@ -7,17 +7,16 @@ export {
|
|
|
7
7
|
r as Footer,
|
|
8
8
|
c as FormikInput,
|
|
9
9
|
i as Header,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
d as Icon,
|
|
11
|
+
l as Input,
|
|
12
|
+
m as Modal,
|
|
13
|
+
p as Navbar,
|
|
14
|
+
x as Pagination,
|
|
15
|
+
I as Projects,
|
|
16
|
+
S as Radio,
|
|
17
|
+
b as Section,
|
|
18
|
+
k as Select,
|
|
19
|
+
u as Stack,
|
|
20
20
|
B as Textarea,
|
|
21
|
-
F as Timeline
|
|
22
|
-
P as useScroll
|
|
21
|
+
F as Timeline
|
|
23
22
|
};
|