xtreme-ui 0.0.105 → 0.0.107

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 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Select/Select.tsx"],"names":[],"mappings":"AAeA,OAAO,eAAe,CAAC;AACvB,OAAO,EAAU,YAAY,EAAE,MAAM,SAAS,CAAC;AAE/C,wBAAgB,MAAM,CAAC,CAAC,EAAG,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,2CA2EhD"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Select/Select.tsx"],"names":[],"mappings":"AAeA,OAAO,eAAe,CAAC;AACvB,OAAO,EAAU,YAAY,EAAE,MAAM,SAAS,CAAC;AAE/C,wBAAgB,MAAM,CAAC,CAAC,EAAG,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,2CA6EhD"}
@@ -1,61 +1,62 @@
1
1
  "use client";
2
- import { jsxs as I, jsx as c } from "react/jsx-runtime";
3
- import { useState as O, useMemo as j } from "react";
4
- import y from "clsx";
5
- import z from "react-select";
6
- import { isEqual as d } from "../../../utils/function/common.js";
7
- import { Icon as H } from "../Icon/Icon.js";
2
+ import { jsxs as O, jsx as c } from "react/jsx-runtime";
3
+ import { useId as j, useState as y, useMemo as z } from "react";
4
+ import H from "clsx";
5
+ import q from "react-select";
6
+ import { isEqual as h } from "../../../utils/function/common.js";
7
+ import { Icon as D } from "../Icon/Icon.js";
8
8
  /* empty css */
9
- function $(h) {
9
+ function k(S) {
10
10
  const {
11
- className: S,
11
+ className: v,
12
12
  multi: l = !1,
13
13
  placeholder: a = "Select an option",
14
- noOptionsMessage: v,
14
+ noOptionsMessage: x,
15
15
  icon: n,
16
16
  size: i = "default",
17
- iconType: x = "regular",
18
- clearable: g = !0,
17
+ iconType: g = "regular",
18
+ clearable: b = !0,
19
19
  searchable: m = !0,
20
20
  disabled: C = !1,
21
- loading: b = !1,
21
+ loading: N = !1,
22
22
  options: o,
23
23
  value: t,
24
24
  onChange: p
25
- } = h, [u, f] = O(!1), N = j(() => {
25
+ } = S, u = j(), [f, d] = y(!1), I = z(() => {
26
26
  if (l) {
27
27
  const e = t ?? [];
28
- return o.filter((s) => e.some((r) => d(s.value, r)));
28
+ return o.filter((s) => e.some((r) => h(s.value, r)));
29
29
  } else
30
- return o.find((e) => d(e.value, t)) || null;
31
- }, [l, o, t]), M = y(
30
+ return o.find((e) => h(e.value, t)) || null;
31
+ }, [l, o, t]), M = H(
32
32
  "xtrSelectWrapper",
33
33
  i && `${i}Size`,
34
34
  l ? "multi" : "single",
35
35
  n && "withIcon",
36
36
  !!t && "withValue",
37
- u && "open",
37
+ f && "open",
38
38
  !m && "noSearch",
39
- S
39
+ v
40
40
  );
41
- return /* @__PURE__ */ I("div", { className: M, children: [
41
+ return /* @__PURE__ */ O("div", { className: M, children: [
42
42
  /* @__PURE__ */ c(
43
- z,
43
+ q,
44
44
  {
45
45
  className: "xtrSelect",
46
46
  classNamePrefix: "xtrSelect",
47
+ id: u,
47
48
  isMulti: l,
48
- menuIsOpen: u,
49
- onMenuOpen: () => f(!0),
50
- onMenuClose: () => f(!1),
51
- noOptionsMessage: v,
49
+ menuIsOpen: f,
50
+ onMenuOpen: () => d(!0),
51
+ onMenuClose: () => d(!1),
52
+ noOptionsMessage: x,
52
53
  placeholder: a,
53
- isClearable: g,
54
+ isClearable: b,
54
55
  isSearchable: m,
55
56
  isDisabled: C,
56
- isLoading: b,
57
+ isLoading: N,
57
58
  options: o,
58
- value: N,
59
+ value: I,
59
60
  onChange: (e) => {
60
61
  if (l) {
61
62
  const s = (e == null ? void 0 : e.map((r) => r.value)) ?? [];
@@ -67,10 +68,10 @@ function $(h) {
67
68
  }
68
69
  }
69
70
  ),
70
- a && !l && /* @__PURE__ */ c("p", { className: "placeholder", children: a }),
71
- n && /* @__PURE__ */ c(H, { className: "xtrSelectIcon", code: n, type: x })
71
+ a && !l && /* @__PURE__ */ c("label", { className: "placeholder", htmlFor: u, children: a }),
72
+ n && /* @__PURE__ */ c(D, { className: "xtrSelectIcon", code: n, type: g })
72
73
  ] });
73
74
  }
74
75
  export {
75
- $ as Select
76
+ k as Select
76
77
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Textfield.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/Textfield.tsx"],"names":[],"mappings":"AAMA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,SAAS,8GAwGpB,CAAC"}
1
+ {"version":3,"file":"Textfield.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/Textfield.tsx"],"names":[],"mappings":"AAMA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,SAAS,8GA4GpB,CAAC"}
@@ -1,63 +1,63 @@
1
1
  "use client";
2
- import { jsxs as N, jsx as r } from "react/jsx-runtime";
3
- import { forwardRef as k, useMemo as p } from "react";
4
- import D from "clsx";
5
- import { Icon as F } from "../Icon/Icon.js";
2
+ import { jsxs as w, jsx as r } from "react/jsx-runtime";
3
+ import { forwardRef as k, useId as D, useMemo as f } from "react";
4
+ import L from "clsx";
5
+ import { Icon as U } from "../Icon/Icon.js";
6
6
  /* empty css */
7
- const L = k((w, g) => {
7
+ const B = k((g, T) => {
8
8
  const {
9
- className: T,
9
+ className: I,
10
10
  style: v,
11
11
  type: e = "text",
12
12
  textarea: o,
13
13
  placeholder: n,
14
- autoComplete: f = "off",
14
+ autoComplete: m = "off",
15
15
  active: C,
16
- autoFocus: m,
16
+ autoFocus: d,
17
17
  icon: a,
18
- iconType: I = "regular",
18
+ iconType: E = "regular",
19
19
  value: l,
20
- onChange: d,
21
- onFocus: h,
22
- onBlur: x,
23
- onKeyUp: c,
24
- onKeyDown: s,
20
+ onChange: h,
21
+ onFocus: x,
22
+ onBlur: y,
23
+ onKeyUp: s,
24
+ onKeyDown: c,
25
25
  onEnterKey: i
26
- } = w, u = p(() => {
26
+ } = g, u = D(), p = f(() => {
27
27
  if (o === !0) return null;
28
28
  if (a) return a;
29
29
  if (e === "number") return "23";
30
30
  if (e === "search") return "f002";
31
31
  if (e === "password") return "f30d";
32
- }, [o, a, e]), E = p(() => {
32
+ }, [o, a, e]), F = f(() => {
33
33
  if (n) return n;
34
34
  if (e === "number") return "Enter a number";
35
35
  if (e === "search") return "Search";
36
36
  if (e === "password") return "Enter password";
37
37
  if (e === "phone") return "Enter phone number";
38
- }, [n, e]), K = p(() => e === "phone" ? "number" : e, [e]), y = (t) => {
39
- c == null || c(t);
40
- }, b = (t) => {
41
- t.key === "Enter" && (i == null || i(t)), s == null || s(t);
42
- }, j = D(
38
+ }, [n, e]), K = f(() => e === "phone" ? "number" : e, [e]), b = (t) => {
39
+ s == null || s(t);
40
+ }, N = (t) => {
41
+ t.key === "Enter" && (i == null || i(t)), c == null || c(t);
42
+ }, j = L(
43
43
  "xtrTextfield",
44
- u && "withIcon",
44
+ p && "withIcon",
45
45
  o && "textarea",
46
46
  l && "hasValue",
47
47
  e === "phone" && "phone",
48
48
  C && "active",
49
- T
49
+ I
50
50
  );
51
- return /* @__PURE__ */ N(
51
+ return /* @__PURE__ */ w(
52
52
  "div",
53
53
  {
54
- ref: g,
54
+ ref: T,
55
55
  className: j,
56
56
  role: "textbox",
57
57
  style: v,
58
58
  children: [
59
- u && !o && /* @__PURE__ */ r(F, { code: u, type: I }),
60
- e === "phone" && /* @__PURE__ */ N("div", { className: "dialCode", children: [
59
+ p && !o && /* @__PURE__ */ r(U, { code: p, type: E }),
60
+ e === "phone" && /* @__PURE__ */ w("div", { className: "dialCode", children: [
61
61
  /* @__PURE__ */ r("span", { style: { backgroundImage: "url(https://flagcdn.com/in.svg)" } }),
62
62
  /* @__PURE__ */ r("p", { children: "+91" })
63
63
  ] }),
@@ -65,36 +65,38 @@ const L = k((w, g) => {
65
65
  "textarea",
66
66
  {
67
67
  className: "input",
68
- autoFocus: m,
69
- autoComplete: f,
68
+ id: u,
69
+ autoFocus: d,
70
+ autoComplete: m,
70
71
  value: l,
71
- onChange: d,
72
- onFocus: h,
73
- onBlur: x,
74
- onKeyUp: y,
75
- onKeyDown: b
72
+ onChange: h,
73
+ onFocus: x,
74
+ onBlur: y,
75
+ onKeyUp: b,
76
+ onKeyDown: N
76
77
  }
77
78
  ) : /* @__PURE__ */ r(
78
79
  "input",
79
80
  {
80
81
  className: "input",
82
+ id: u,
81
83
  type: K,
82
- autoFocus: m,
83
- autoComplete: f,
84
+ autoFocus: d,
85
+ autoComplete: m,
84
86
  value: l,
85
- onChange: d,
86
- onFocus: h,
87
- onBlur: x,
88
- onKeyUp: y,
89
- onKeyDown: b
87
+ onChange: h,
88
+ onFocus: x,
89
+ onBlur: y,
90
+ onKeyUp: b,
91
+ onKeyDown: N
90
92
  }
91
93
  ),
92
- /* @__PURE__ */ r("label", { className: "placeholder", children: E })
94
+ /* @__PURE__ */ r("label", { className: "placeholder", htmlFor: u, children: F })
93
95
  ]
94
96
  }
95
97
  );
96
98
  });
97
- L.displayName = "Textfield";
99
+ B.displayName = "Textfield";
98
100
  export {
99
- L as Textfield
101
+ B as Textfield
100
102
  };
@@ -19,14 +19,14 @@ export type TTextfieldProps = {
19
19
  onKeyUp?: (event: KeyboardEvent) => void;
20
20
  onEnterKey?: (event: KeyboardEvent) => void;
21
21
  };
22
- declare enum ETextfieldType {
22
+ export declare enum ETextfieldType {
23
23
  text = "text",
24
24
  number = "number",
25
25
  phone = "phone",
26
26
  password = "password",
27
27
  search = "search"
28
28
  }
29
- declare enum ETextfieldAutoComplete {
29
+ export declare enum ETextfieldAutoComplete {
30
30
  'off' = "off",
31
31
  'on' = "on",
32
32
  'name' = "name",
@@ -78,5 +78,4 @@ declare enum ETextfieldAutoComplete {
78
78
  'tel-local' = "tel-local",
79
79
  'tel-extension' = "tel-extension"
80
80
  }
81
- export {};
82
81
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,OAAO,sBAAsB,CAAC;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAChF,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC9E,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC7E,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC3C,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC5C,CAAA;AACD,aAAK,cAAc;IAClB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,MAAM,WAAW;CACjB;AAED,aAAK,sBAAsB;IAC1B,KAAK,QAAQ;IACb,IAAI,OAAO;IACX,MAAM,SAAS;IACf,kBAAkB,qBAAqB;IACvC,YAAY,eAAe;IAC3B,iBAAiB,oBAAoB;IACrC,aAAa,gBAAgB;IAC7B,kBAAkB,qBAAqB;IACvC,UAAU,aAAa;IACvB,OAAO,UAAU;IACjB,UAAU,aAAa;IACvB,cAAc,iBAAiB;IAC/B,kBAAkB,qBAAqB;IACvC,eAAe,kBAAkB;IACjC,oBAAoB,uBAAuB;IAC3C,cAAc,iBAAiB;IAC/B,gBAAgB,mBAAmB;IACnC,eAAe,kBAAkB;IACjC,eAAe,kBAAkB;IACjC,eAAe,kBAAkB;IACjC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,SAAS,YAAY;IACrB,cAAc,iBAAiB;IAC/B,aAAa,gBAAgB;IAC7B,SAAS,YAAY;IACrB,eAAe,kBAAkB;IACjC,oBAAoB,uBAAuB;IAC3C,gBAAgB,mBAAmB;IACnC,WAAW,cAAc;IACzB,QAAQ,WAAW;IACnB,cAAc,iBAAiB;IAC/B,aAAa,gBAAgB;IAC7B,QAAQ,WAAW;IACnB,SAAS,YAAY;IACrB,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,UAAU,aAAa;IACvB,MAAM,SAAS;IACf,UAAU,aAAa;IACvB,YAAY,eAAe;IAC3B,WAAW,cAAc;IACzB,KAAK,QAAQ;IACb,kBAAkB,qBAAqB;IACvC,cAAc,iBAAiB;IAC/B,eAAe,kBAAkB;IACjC,WAAW,cAAc;IACzB,eAAe,kBAAkB;CACjC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,OAAO,sBAAsB,CAAC;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAChF,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC9E,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC7E,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC3C,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC5C,CAAA;AACD,oBAAY,cAAc;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,MAAM,WAAW;CACjB;AAED,oBAAY,sBAAsB;IACjC,KAAK,QAAQ;IACb,IAAI,OAAO;IACX,MAAM,SAAS;IACf,kBAAkB,qBAAqB;IACvC,YAAY,eAAe;IAC3B,iBAAiB,oBAAoB;IACrC,aAAa,gBAAgB;IAC7B,kBAAkB,qBAAqB;IACvC,UAAU,aAAa;IACvB,OAAO,UAAU;IACjB,UAAU,aAAa;IACvB,cAAc,iBAAiB;IAC/B,kBAAkB,qBAAqB;IACvC,eAAe,kBAAkB;IACjC,oBAAoB,uBAAuB;IAC3C,cAAc,iBAAiB;IAC/B,gBAAgB,mBAAmB;IACnC,eAAe,kBAAkB;IACjC,eAAe,kBAAkB;IACjC,eAAe,kBAAkB;IACjC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,gBAAgB,mBAAmB;IACnC,SAAS,YAAY;IACrB,cAAc,iBAAiB;IAC/B,aAAa,gBAAgB;IAC7B,SAAS,YAAY;IACrB,eAAe,kBAAkB;IACjC,oBAAoB,uBAAuB;IAC3C,gBAAgB,mBAAmB;IACnC,WAAW,cAAc;IACzB,QAAQ,WAAW;IACnB,cAAc,iBAAiB;IAC/B,aAAa,gBAAgB;IAC7B,QAAQ,WAAW;IACnB,SAAS,YAAY;IACrB,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,UAAU,aAAa;IACvB,MAAM,SAAS;IACf,UAAU,aAAa;IACvB,YAAY,eAAe;IAC3B,WAAW,cAAc;IACzB,KAAK,QAAQ;IACb,kBAAkB,qBAAqB;IACvC,cAAc,iBAAiB;IAC/B,eAAe,kBAAkB;IACjC,WAAW,cAAc;IACzB,eAAe,kBAAkB;CACjC"}
@@ -1,3 +1,10 @@
1
1
  import { TThemeColor } from '../../components/context/Theme/types';
2
- export declare const themeController: (preferredScheme?: string | null, preferredColor?: TThemeColor | null, defaultScheme?: string, defaultColorPreset?: TThemeColor) => string;
2
+ type ThemeConfig = {
3
+ scheme?: string;
4
+ color?: TThemeColor;
5
+ defScheme?: string;
6
+ defColor?: TThemeColor;
7
+ };
8
+ export declare const themeController: ({ scheme, color, defScheme, defColor, }?: ThemeConfig) => string;
9
+ export {};
3
10
  //# sourceMappingURL=themeController.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"themeController.d.ts","sourceRoot":"","sources":["../../../src/utils/helper/themeController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG/F,eAAO,MAAM,eAAe,GAC3B,kBAAkB,MAAM,GAAG,IAAI,EAC/B,iBAAiB,WAAW,GAAG,IAAI,EACnC,gBAAe,MAAuB,EACtC,qBAAoB,WAAiC,WAoCrD,CAAC"}
1
+ {"version":3,"file":"themeController.d.ts","sourceRoot":"","sources":["../../../src/utils/helper/themeController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG7E,KAAK,WAAW,GAAG;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,0CAK7B,WAAgB,WAmClB,CAAC"}
@@ -1,6 +1,11 @@
1
1
  import { defaultScheme as n } from "../../components/context/Theme/types.js";
2
2
  import { defaultColorPreset as h, STORAGE as e } from "../constants/theme.js";
3
- const d = (t, r, o = n, l = h) => {
3
+ const d = ({
4
+ scheme: t,
5
+ color: r,
6
+ defScheme: o = n,
7
+ defColor: l = h
8
+ } = {}) => {
4
9
  const m = t != null ? `'${t}'` : "null", s = r ? JSON.stringify(r) : "null", c = JSON.stringify(l);
5
10
  return `(function() {
6
11
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtreme-ui",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "type": "module",
5
5
  "description": "Collection of reusable components that can be used in web projects",
6
6
  "main": "dist/index.js",