meticulous-ui 2.6.2 → 2.8.0

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.
@@ -1,18 +1,18 @@
1
1
  import { jsxs as i, jsx as e, Fragment as B } from "react/jsx-runtime";
2
- import { useState as n, useRef as ae, useEffect as F } from "react";
3
- import se from "../Glass/Glass.js";
4
- import oe from "./components/TimerRing/TimerRing.js";
2
+ import { useState as n, useRef as se, useEffect as F } from "react";
3
+ import oe from "../Glass/Glass.js";
4
+ import le from "./components/TimerRing/TimerRing.js";
5
5
  import u from "../../colors/white.js";
6
- import { Wrapper as le, Dimmer as ce, Time as N, TimeTxt as E, HourHand as de, MinuteHand as ue, SecondHand as me, AllDots as he, Dots as pe, AlarmRing as ge, BulletRing as fe, Bullet as Se, LeftActions as be, ActionBtn as m, MediaStopFilledWrapper as Te, MediaPauseFilledWrapper as we, MediaPlayFilledWrapper as Ae, RightActions as $e, AddWrapper as Re } from "./styles.js";
6
+ import { Wrapper as ce, Dimmer as de, Time as N, TimeTxt as E, HourHand as ue, MinuteHand as me, SecondHand as he, AllDots as pe, Dots as ge, AlarmRing as fe, BulletRing as Se, Bullet as be, LeftActions as Te, ActionBtn as m, MediaStopFilledWrapper as we, MediaPauseFilledWrapper as Ae, MediaPlayFilledWrapper as $e, RightActions as Re, AddWrapper as Pe } from "./styles.js";
7
7
  const l = () => {
8
- }, Pe = (h) => () => {
8
+ }, De = (h) => () => {
9
9
  const a = (/* @__PURE__ */ new Date()).toLocaleString("en-Us", { hour12: !0, timeZone: h }).split(", ")[1].split(" ")[0], [g, r, c] = a.split(":").map(Number);
10
10
  return {
11
11
  second: c * 6,
12
12
  minute: r * 6 + c * 0.1,
13
13
  hour: g % 12 * 30 + r * 0.5
14
14
  };
15
- }, We = ({
15
+ }, je = ({
16
16
  color: h = "green",
17
17
  showTime: H = !0,
18
18
  showTimeWithSec: p = !0,
@@ -23,66 +23,67 @@ const l = () => {
23
23
  onTimerComplete: U = l,
24
24
  onTimerRemove: O = l,
25
25
  onTimerPause: G = l,
26
- onTimerPlay: K = l
26
+ onTimerPlay: K = l,
27
+ ..._
27
28
  }) => {
28
- const [f, _] = n(/* @__PURE__ */ new Date()), [s, S] = n(0), [d, b] = n(!1), [T, q] = n(Pe(a)), [J, w] = n(0), [A, $] = n(!1), k = ae(d);
29
+ const [f, q] = n(/* @__PURE__ */ new Date()), [s, S] = n(0), [d, b] = n(!1), [T, J] = n(De(a)), [Q, w] = n(0), [A, $] = n(!1), k = se(d);
29
30
  F(() => {
30
31
  k.current = d;
31
32
  }, [d]);
32
- const Q = () => {
33
+ const X = () => {
33
34
  S(r), w(r % 60 * 6), b(!1), c();
34
- }, X = () => {
35
- $(!0), O();
36
35
  }, Y = () => {
37
- S(0), w(0), $(!1);
36
+ $(!0), O();
38
37
  }, V = () => {
39
- b(!0), G();
38
+ S(0), w(0), $(!1);
40
39
  }, Z = () => {
40
+ b(!0), G();
41
+ }, ee = () => {
41
42
  b(!1), K();
42
43
  };
43
44
  F(() => {
44
45
  const L = setInterval(() => {
45
46
  const o = /* @__PURE__ */ new Date();
46
- _(o), q((t) => {
47
- const ee = o.toLocaleString("en-Us", { hour12: !0, timeZone: a }).split(", ")[1].split(" ")[0], [te, W, j] = ee.split(":").map(Number), re = j * 6, ie = W * 6 + j * 0.1, ne = te % 12 * 30 + W * 0.5, D = (v, x) => {
47
+ q(o), J((t) => {
48
+ const te = o.toLocaleString("en-Us", { hour12: !0, timeZone: a }).split(", ")[1].split(" ")[0], [re, W, j] = te.split(":").map(Number), ie = j * 6, ne = W * 6 + j * 0.1, ae = re % 12 * 30 + W * 0.5, D = (v, x) => {
48
49
  const z = v % 360;
49
50
  return v - z + x + (x < z ? 360 : 0);
50
51
  };
51
52
  return {
52
- second: D(t.second, re),
53
- minute: D(t.minute, ie),
54
- hour: D(t.hour, ne)
53
+ second: D(t.second, ie),
54
+ minute: D(t.minute, ne),
55
+ hour: D(t.hour, ae)
55
56
  };
56
57
  }), k.current || (S((t) => (t - 1 === 0 && (U(), $(!0)), t - 1)), w((t) => t - 6));
57
58
  }, 1e3);
58
59
  return () => clearInterval(L);
59
60
  }, []);
60
61
  const R = f.toLocaleString("en-Us", { hour12: !0, timeZone: a }).split(", ")[1], I = R.split(" ")[0], M = R.split(" ")[1], y = R.split(":").slice(0, 2).join(":"), P = !(Number.isInteger(s) && s > 0), C = `${p ? I : y} ${M}`;
61
- return /* @__PURE__ */ i(le, { $color: h, role: "region", "aria-label": "Clock", children: [
62
- /* @__PURE__ */ e(se, { borderRadius: "1.2rem", "aria-hidden": "true" }),
62
+ return /* @__PURE__ */ i(ce, { $color: h, role: "region", "aria-label": "Clock", ..._, children: [
63
+ /* @__PURE__ */ e(oe, { borderRadius: "1.2rem", "aria-hidden": "true" }),
63
64
  H && /* @__PURE__ */ i(B, { children: [
64
- /* @__PURE__ */ e(ce, { "aria-hidden": "true" }),
65
+ /* @__PURE__ */ e(de, { "aria-hidden": "true" }),
65
66
  g ? /* @__PURE__ */ i(N, { as: "time", dateTime: f.toISOString(), "aria-label": C, children: [
66
67
  /* @__PURE__ */ e(E, { "aria-hidden": "true", children: p ? I : y }),
67
68
  /* @__PURE__ */ e(E, { "aria-hidden": "true", children: M })
68
69
  ] }) : /* @__PURE__ */ i(N, { as: "time", dateTime: f.toISOString(), "aria-label": C, children: [
69
- /* @__PURE__ */ e(de, { $rotate: T.hour, "aria-hidden": "true" }),
70
- /* @__PURE__ */ e(ue, { $rotate: T.minute, "aria-hidden": "true" }),
71
- /* @__PURE__ */ e(me, { $rotate: T.second, "aria-hidden": "true" })
70
+ /* @__PURE__ */ e(ue, { $rotate: T.hour, "aria-hidden": "true" }),
71
+ /* @__PURE__ */ e(me, { $rotate: T.minute, "aria-hidden": "true" }),
72
+ /* @__PURE__ */ e(he, { $rotate: T.second, "aria-hidden": "true" })
72
73
  ] })
73
74
  ] }),
74
- /* @__PURE__ */ e(he, { "aria-hidden": "true", children: [...Array(60)].map((L, o) => /* @__PURE__ */ e(pe, { style: { rotate: `${o * 6}deg` } }, o)) }),
75
+ /* @__PURE__ */ e(pe, { "aria-hidden": "true", children: [...Array(60)].map((L, o) => /* @__PURE__ */ e(ge, { style: { rotate: `${o * 6}deg` } }, o)) }),
75
76
  (!P || A) && /* @__PURE__ */ i(B, { children: [
76
77
  /* @__PURE__ */ e(
77
- ge,
78
+ fe,
78
79
  {
79
80
  $dismissing: A,
80
- onAnimationEnd: Y,
81
+ onAnimationEnd: V,
81
82
  "aria-hidden": "true",
82
- children: /* @__PURE__ */ e(oe, { progress: s >= 60 ? 1 : s % 60 / 60 })
83
+ children: /* @__PURE__ */ e(le, { progress: s >= 60 ? 1 : s % 60 / 60 })
83
84
  }
84
85
  ),
85
- /* @__PURE__ */ e(fe, { $angle: J, $dismissing: A, "aria-hidden": "true", children: /* @__PURE__ */ e(Se, {}) }),
86
+ /* @__PURE__ */ e(Se, { $angle: Q, $dismissing: A, "aria-hidden": "true", children: /* @__PURE__ */ e(be, {}) }),
86
87
  /* @__PURE__ */ e(
87
88
  "span",
88
89
  {
@@ -100,13 +101,13 @@ const l = () => {
100
101
  }
101
102
  )
102
103
  ] }),
103
- /* @__PURE__ */ i(be, { $noActions: P, children: [
104
- /* @__PURE__ */ e(m, { onClick: X, "aria-label": "Stop timer", children: /* @__PURE__ */ e(Te, { color: u, size: 14, "aria-hidden": "true" }) }),
105
- P || !d ? /* @__PURE__ */ e(m, { onClick: V, "aria-label": "Pause timer", children: /* @__PURE__ */ e(we, { color: u, size: 14, "aria-hidden": "true" }) }) : /* @__PURE__ */ e(m, { onClick: Z, "aria-label": "Resume timer", children: /* @__PURE__ */ e(Ae, { color: u, size: 14, "aria-hidden": "true" }) })
104
+ /* @__PURE__ */ i(Te, { $noActions: P, children: [
105
+ /* @__PURE__ */ e(m, { onClick: Y, "aria-label": "Stop timer", children: /* @__PURE__ */ e(we, { color: u, size: 14, "aria-hidden": "true" }) }),
106
+ P || !d ? /* @__PURE__ */ e(m, { onClick: Z, "aria-label": "Pause timer", children: /* @__PURE__ */ e(Ae, { color: u, size: 14, "aria-hidden": "true" }) }) : /* @__PURE__ */ e(m, { onClick: ee, "aria-label": "Resume timer", children: /* @__PURE__ */ e($e, { color: u, size: 14, "aria-hidden": "true" }) })
106
107
  ] }),
107
- /* @__PURE__ */ e($e, { children: /* @__PURE__ */ e(m, { onClick: Q, "aria-label": `Start ${r} second timer`, children: /* @__PURE__ */ e(Re, { color: u, size: 20, "aria-hidden": "true" }) }) })
108
+ /* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(m, { onClick: X, "aria-label": `Start ${r} second timer`, children: /* @__PURE__ */ e(Pe, { color: u, size: 20, "aria-hidden": "true" }) }) })
108
109
  ] });
109
110
  };
110
111
  export {
111
- We as default
112
+ je as default
112
113
  };
@@ -1,35 +1,43 @@
1
1
  import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as f, useEffect as u } from "react";
3
- import { Logo as C } from "./helpers.js";
4
- import S from "../../colors/grey.js";
5
- import { COLOR_MAP as $, INFO as F, INFO_COLORS as L } from "./constants.js";
6
- import { ToastWrapper as N, Message as j, Title as w, Subtitle as x, CloseWrapper as I } from "./styles.js";
7
- const M = () => {
3
+ import { Logo as S } from "./helpers.js";
4
+ import $ from "../../colors/grey.js";
5
+ import { COLOR_MAP as F, INFO as L, INFO_COLORS as N } from "./constants.js";
6
+ import { ToastWrapper as j, Message as w, Title as x, Subtitle as I, CloseWrapper as M } from "./styles.js";
7
+ const R = () => {
8
8
  }, m = (o, e, t) => () => {
9
9
  o(!0), setTimeout(() => {
10
10
  e(!1), t();
11
11
  }, 500);
12
- }, P = ({ type: o = F, visible: e = !0, duration: t = 5, onExpire: a = M, title: l, subtitle: i }) => {
13
- const [d, s] = f(e), [p, c] = f(!1);
12
+ }, b = ({
13
+ type: o = L,
14
+ visible: e = !0,
15
+ duration: t = 5,
16
+ onExpire: a = R,
17
+ title: l,
18
+ subtitle: i,
19
+ ...d
20
+ }) => {
21
+ const [p, s] = f(e), [O, c] = f(!1);
14
22
  u(() => {
15
23
  s(e);
16
24
  }, [e]), u(() => {
17
- const g = setTimeout(m(c, s, a), t * 1e3 - 500);
25
+ const C = setTimeout(m(c, s, a), t * 1e3 - 500);
18
26
  return () => {
19
- clearTimeout(g);
27
+ clearTimeout(C);
20
28
  };
21
29
  }, [t, m]);
22
- const { main: O, side: T, bg: h } = $[o] ?? L;
23
- if (d)
24
- return /* @__PURE__ */ n(N, { $bg: h, className: `${p ? "fade-out" : "fade-in"}`, children: [
25
- /* @__PURE__ */ r(C, { type: o, $main: O, $side: T }),
26
- /* @__PURE__ */ n(j, { children: [
27
- /* @__PURE__ */ r(w, { children: l }),
28
- i && /* @__PURE__ */ r(x, { children: i })
30
+ const { main: T, side: h, bg: g } = F[o] ?? N;
31
+ if (p)
32
+ return /* @__PURE__ */ n(j, { $bg: g, className: `${O ? "fade-out" : "fade-in"}`, ...d, children: [
33
+ /* @__PURE__ */ r(S, { type: o, $main: T, $side: h }),
34
+ /* @__PURE__ */ n(w, { children: [
35
+ /* @__PURE__ */ r(x, { children: l }),
36
+ i && /* @__PURE__ */ r(I, { children: i })
29
37
  ] }),
30
- /* @__PURE__ */ r(I, { size: 20, color: S.m600, onClick: m(c, s, a) })
38
+ /* @__PURE__ */ r(M, { size: 20, color: $.m600, onClick: m(c, s, a) })
31
39
  ] });
32
40
  };
33
41
  export {
34
- P as default
42
+ b as default
35
43
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h1`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h1`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 3.6rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h2`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h2`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 3rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h3`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h3`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 2.4rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h4`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h4`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 1.8rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h5`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h5`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 1.4rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import e from "styled-components";
3
- const s = e.h6`
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import s from "styled-components";
3
+ const m = s.h6`
4
4
  color: ${({ $color: o }) => o};
5
5
  font-size: 1.2rem;
6
- `, c = ({ color: o, children: r }) => /* @__PURE__ */ t(s, { $color: o, children: r });
6
+ `, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
7
7
  export {
8
- c as default
8
+ f as default
9
9
  };
@@ -1,16 +1,23 @@
1
- import { jsxs as d, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as r } from "react/jsx-runtime";
2
2
  import { useRef as t } from "react";
3
- import { VideoContainer as f, Video as p } from "./styles.js";
4
- import { useSpacebarToggle as c } from "./useSpacebarToggle.js";
5
- import h from "./components/Volumebar/Volumebar.js";
6
- import { useVolumeOverlay as V } from "./useVolumeOverlay.js";
7
- const $ = ({ link: s, thumbnail: i, width: m = "600", borderRadius: u = 8, height: l = "auto" }) => {
8
- const o = t(null), e = t(null), { volume: n, showVolume: a } = V();
9
- return c(o, e, a), /* @__PURE__ */ d(f, { ref: e, $width: m, $height: l, children: [
10
- /* @__PURE__ */ r(p, { $borderRadius: u, ref: o, src: s, poster: i, controls: !0, children: "Your browser does not support the video tag." }),
11
- /* @__PURE__ */ r(h, { volume: n })
3
+ import { VideoContainer as p, Video as c } from "./styles.js";
4
+ import { useSpacebarToggle as h } from "./useSpacebarToggle.js";
5
+ import V from "./components/Volumebar/Volumebar.js";
6
+ import { useVolumeOverlay as g } from "./useVolumeOverlay.js";
7
+ const j = ({
8
+ link: s,
9
+ thumbnail: i,
10
+ width: m = "600",
11
+ borderRadius: u = 8,
12
+ height: l = "auto",
13
+ ...n
14
+ }) => {
15
+ const o = t(null), e = t(null), { volume: a, showVolume: d } = g();
16
+ return h(o, e, d), /* @__PURE__ */ f(p, { ref: e, $width: m, $height: l, ...n, children: [
17
+ /* @__PURE__ */ r(c, { $borderRadius: u, ref: o, src: s, poster: i, controls: !0, children: "Your browser does not support the video tag." }),
18
+ /* @__PURE__ */ r(V, { volume: a })
12
19
  ] });
13
20
  };
14
21
  export {
15
- $ as default
22
+ j as default
16
23
  };
package/index.js CHANGED
@@ -2,55 +2,57 @@ import { default as a } from "./components/Pagination/Pagination.js";
2
2
  import { default as t } from "./components/Toast/Toast.js";
3
3
  import { default as p } from "./components/Spinner/Spinner.js";
4
4
  import { default as l } from "./components/Loader/Loader.js";
5
- import { default as s } from "./components/PageLoader/PageLoader.js";
5
+ import { default as m } from "./components/PageLoader/PageLoader.js";
6
6
  import { default as x } from "./components/OtpInput/OtpInput.js";
7
7
  import { default as n } from "./components/Dropdown/Dropdown.js";
8
8
  import { default as c } from "./components/Selectbox/Selectbox.js";
9
- import { default as S } from "./components/Button/Button.js";
10
- import { default as b } from "./components/Timer/Timer.js";
11
- import { default as h } from "./components/Shimmer/Shimmer.js";
9
+ import { default as g } from "./components/Button/Button.js";
10
+ import { default as S } from "./components/Timer/Timer.js";
11
+ import { default as b } from "./components/Shimmer/Shimmer.js";
12
12
  import { default as L } from "./components/VideoPlayer/VideoPlayer.js";
13
- import { default as w } from "./components/Typography/P/P.js";
14
- import { default as B } from "./components/Input/Input/Input.js";
15
- import { default as D } from "./components/Input/Textarea/Textarea.js";
16
- import { default as G } from "./components/Input/Checkbox/Checkbox.js";
17
- import { default as R } from "./components/Input/RadioGroup/RadioGroup.js";
18
- import { default as V } from "./components/Input/FileUploader/FileUploader.js";
19
- import { default as q } from "./colors/index.js";
20
- import { default as z } from "./utils/index.js";
21
- import { default as E } from "./components/Icons/index.js";
22
- import { default as K } from "./components/Typography/Headings/H1.js";
23
- import { default as N } from "./components/Typography/Headings/H2.js";
24
- import { default as W } from "./components/Typography/Headings/H3.js";
25
- import { default as Y } from "./components/Typography/Headings/H4.js";
26
- import { default as _ } from "./components/Typography/Headings/H5.js";
27
- import { default as oo } from "./components/Typography/Headings/H6.js";
13
+ import { default as w } from "./components/Image/Image.js";
14
+ import { default as B } from "./components/Typography/P/P.js";
15
+ import { default as D } from "./components/Input/Input/Input.js";
16
+ import { default as G } from "./components/Input/Textarea/Textarea.js";
17
+ import { default as R } from "./components/Input/Checkbox/Checkbox.js";
18
+ import { default as V } from "./components/Input/RadioGroup/RadioGroup.js";
19
+ import { default as q } from "./components/Input/FileUploader/FileUploader.js";
20
+ import { default as z } from "./colors/index.js";
21
+ import { default as E } from "./utils/index.js";
22
+ import { default as K } from "./components/Icons/index.js";
23
+ import { default as N } from "./components/Typography/Headings/H1.js";
24
+ import { default as W } from "./components/Typography/Headings/H2.js";
25
+ import { default as Y } from "./components/Typography/Headings/H3.js";
26
+ import { default as _ } from "./components/Typography/Headings/H4.js";
27
+ import { default as ee } from "./components/Typography/Headings/H5.js";
28
+ import { default as ae } from "./components/Typography/Headings/H6.js";
28
29
  export {
29
- S as Button,
30
- G as Checkbox,
30
+ g as Button,
31
+ R as Checkbox,
31
32
  n as Dropdown,
32
- V as FileUploader,
33
- K as H1,
34
- N as H2,
35
- W as H3,
36
- Y as H4,
37
- _ as H5,
38
- oo as H6,
39
- B as Input,
33
+ q as FileUploader,
34
+ N as H1,
35
+ W as H2,
36
+ Y as H3,
37
+ _ as H4,
38
+ ee as H5,
39
+ ae as H6,
40
+ w as Image,
41
+ D as Input,
40
42
  l as Loader,
41
43
  x as OtpInput,
42
- w as P,
43
- s as PageLoader,
44
+ B as P,
45
+ m as PageLoader,
44
46
  a as Pagination,
45
- R as RadioGroup,
47
+ V as RadioGroup,
46
48
  c as Selectbox,
47
- h as Shimmer,
49
+ b as Shimmer,
48
50
  p as Spinner,
49
- D as Textarea,
50
- b as Timer,
51
+ G as Textarea,
52
+ S as Timer,
51
53
  t as Toast,
52
54
  L as VideoPlayer,
53
- q as colors,
54
- E as icons,
55
- z as utils
55
+ z as colors,
56
+ K as icons,
57
+ E as utils
56
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "2.6.2",
3
+ "version": "2.8.0",
4
4
  "license": "MIT",
5
5
  "description": "A comprehensive React UI component library with a wide range of customizable components, icons, colors, and utilities for building modern web applications.",
6
6
  "main": "./index.js",
@@ -43,6 +43,8 @@
43
43
  "textarea",
44
44
  "checkbox",
45
45
  "radio",
46
+ "image",
47
+ "video-player",
46
48
  "file-uploader",
47
49
  "notification",
48
50
  "dropdown",