rc-lib-ui 1.1.23 → 1.1.24

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.
@@ -3,7 +3,7 @@ export interface ListButtonStyledProps {
3
3
  }
4
4
  export declare const ListButtonStyled: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
6
- }, "className" | "style" | "classes" | "alignItems" | "children" | "sx" | "autoFocus" | "tabIndex" | "dense" | "disabled" | "action" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListButtonStyledProps, {}, {}>;
6
+ }, "className" | "style" | "classes" | "alignItems" | "children" | "sx" | "autoFocus" | "tabIndex" | "dense" | "action" | "disabled" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListButtonStyledProps, {}, {}>;
7
7
  export declare const defaultState: {
8
8
  minHeight: number;
9
9
  height: number;
@@ -1,6 +1,10 @@
1
1
  import { default as React } from 'react';
2
- export interface SocketConnectDetectionProps {
2
+ import { CollapseProps } from '@mui/material';
3
+ interface StyledSocketDirectionProps extends CollapseProps {
4
+ }
5
+ export interface SocketConnectDetectionProps extends Omit<StyledSocketDirectionProps, 'children'> {
3
6
  text?: string;
4
7
  className?: string;
5
8
  }
6
9
  export declare const ConnectDetection: React.NamedExoticComponent<SocketConnectDetectionProps>;
10
+ export {};
@@ -1,12 +1,13 @@
1
- import { SxProps } from '@mui/material';
1
+ import { CollapseProps } from '@mui/material';
2
2
  import { default as React } from 'react';
3
+ interface StyledOfflineCollapseProps extends CollapseProps {
4
+ }
3
5
  export interface SocketOfflineDetectionPayloadProps {
4
6
  isDisableConnectSocket: boolean;
5
7
  }
6
- export interface SocketOfflineDetectionProps {
7
- sx?: SxProps;
8
- className?: string;
8
+ export interface SocketOfflineDetectionProps extends Omit<StyledOfflineCollapseProps, 'children'> {
9
9
  children?: (payload: SocketOfflineDetectionPayloadProps) => React.ReactNode;
10
10
  isNetwork: boolean;
11
11
  }
12
12
  export declare const OfflineDetection: React.NamedExoticComponent<SocketOfflineDetectionProps>;
13
+ export {};
@@ -1,10 +1,3 @@
1
- import { default as React } from 'react';
2
- import { CollapseProps, SxProps } from '@mui/material';
1
+ import { CollapseProps } from '@mui/material';
3
2
  import { Theme } from '@mui/material/styles';
4
- type SocketSpanProps = Omit<React.HTMLAttributes<HTMLSpanElement>, 'children'> & {
5
- sx?: SxProps<Theme>;
6
- };
7
- export declare const SocketCollapse: import('@emotion/styled').StyledComponent<CollapseProps & {
8
- itemSpan?: SocketSpanProps;
9
- } & import('@mui/system').MUIStyledCommonProps<Theme>, {}, {}>;
10
- export {};
3
+ export declare const SocketCollapse: import('@emotion/styled').StyledComponent<CollapseProps & import('@mui/system').MUIStyledCommonProps<Theme>, {}, {}>;
package/dist/socket.js CHANGED
@@ -1,37 +1,37 @@
1
1
  import './socket.css';var U = Object.defineProperty;
2
- var H = (o) => {
2
+ var P = (o) => {
3
3
  throw TypeError(o);
4
4
  };
5
- var P = (o, t, e) => t in o ? U(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e;
6
- var r = (o, t, e) => P(o, typeof t != "symbol" ? t + "" : t, e);
7
- var N = (o, t, e) => t.has(o) ? H("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(o) : t.set(o, e);
5
+ var F = (o, t, e) => t in o ? U(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e;
6
+ var r = (o, t, e) => F(o, typeof t != "symbol" ? t + "" : t, e);
7
+ var q = (o, t, e) => t.has(o) ? P("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(o) : t.set(o, e);
8
8
  import { jsx as R } from "react/jsx-runtime";
9
- import w, { useEffect as I, useCallback as M } from "react";
10
- import { styled as x, Collapse as j } from "@mui/material";
9
+ import b, { useEffect as I, useCallback as x } from "react";
10
+ import { styled as y, Collapse as H } from "@mui/material";
11
11
  import T from "classnames";
12
- const q = (o) => {
12
+ const D = (o) => {
13
13
  let t;
14
14
  const e = /* @__PURE__ */ new Set(), n = (u, h) => {
15
15
  const f = typeof u == "function" ? u(t) : u;
16
16
  if (!Object.is(f, t)) {
17
- const v = t;
18
- t = h ?? (typeof f != "object" || f === null) ? f : Object.assign({}, t, f), e.forEach((p) => p(t, v));
17
+ const d = t;
18
+ t = h ?? (typeof f != "object" || f === null) ? f : Object.assign({}, t, f), e.forEach((p) => p(t, d));
19
19
  }
20
20
  }, i = () => t, a = { setState: n, getState: i, getInitialState: () => S, subscribe: (u) => (e.add(u), () => e.delete(u)) }, S = t = o(n, i, a);
21
21
  return a;
22
- }, F = (o) => o ? q(o) : q, J = (o) => o;
22
+ }, j = (o) => o ? D(o) : D, J = (o) => o;
23
23
  function z(o, t = J) {
24
- const e = w.useSyncExternalStore(
24
+ const e = b.useSyncExternalStore(
25
25
  o.subscribe,
26
- w.useCallback(() => t(o.getState()), [o, t]),
27
- w.useCallback(() => t(o.getInitialState()), [o, t])
26
+ b.useCallback(() => t(o.getState()), [o, t]),
27
+ b.useCallback(() => t(o.getInitialState()), [o, t])
28
28
  );
29
- return w.useDebugValue(e), e;
29
+ return b.useDebugValue(e), e;
30
30
  }
31
- const D = (o) => {
32
- const t = F(o), e = (n) => z(t, n);
31
+ const M = (o) => {
32
+ const t = j(o), e = (n) => z(t, n);
33
33
  return Object.assign(e, t), e;
34
- }, $ = (o) => o ? D(o) : D, B = {
34
+ }, G = (o) => o ? M(o) : M, B = {
35
35
  statusConnect: "disconnect",
36
36
  isOfflineSocket: !1,
37
37
  //Текущее состояние сокета. Зависит от события timeOffReConnect и если задаёться isDisableConnectSocket: true
@@ -42,8 +42,8 @@ const D = (o) => {
42
42
  isSelectOffline: !1
43
43
  //Для того что бы 2й раз окно не показывать
44
44
  }
45
- }, G = JSON.parse(JSON.stringify(B)), C = $(() => B), b = {
46
- resetState: () => C.setState(G),
45
+ }, $ = JSON.parse(JSON.stringify(B)), C = G(() => B), w = {
46
+ resetState: () => C.setState($),
47
47
  setStatusConnectSocket: ({ statusConnect: o }) => C.setState({ statusConnect: o }),
48
48
  setStatusIsReConnectSocket: ({ isReConnectSocket: o }) => C.setState({ isReConnectSocket: o }),
49
49
  setIsOfflineSocket: ({ isOfflineSocket: o }) => C.setState({ isOfflineSocket: o }),
@@ -55,15 +55,15 @@ const D = (o) => {
55
55
  getIsOfflineSocket: (o) => o.isOfflineSocket,
56
56
  getInfoNoConnectServer: (o) => o.infoNoConnectServer,
57
57
  getIsDisableConnectSocket: (o) => o.isDisableConnectSocket
58
- }, k = (o) => C(o), V = x("span")({
58
+ }, k = (o) => C(o), V = y("span")({
59
59
  backgroundColor: "rgba(0,0,0,0.3)",
60
60
  color: "#fff",
61
61
  display: "flex",
62
62
  alignItems: "center",
63
63
  padding: "1px 10px",
64
64
  borderRadius: "3px 3px 3px 3px"
65
- }), L = x(
66
- ({ children: o, itemSpan: t, ...e }) => /* @__PURE__ */ R(j, { ...e, unmountOnExit: !0, children: /* @__PURE__ */ R(V, { ...t, children: o }) })
65
+ }), L = y(
66
+ ({ children: o, ...t }) => /* @__PURE__ */ R(H, { ...t, unmountOnExit: !0, children: /* @__PURE__ */ R(V, { children: o }) })
67
67
  )(({ theme: o }) => ({
68
68
  fontSize: 10,
69
69
  position: "absolute",
@@ -85,36 +85,38 @@ const D = (o) => {
85
85
  connectServerAnim: K,
86
86
  "loading-stripes": "_loading-stripes_1lp7f_1",
87
87
  loadingStripes: Q
88
- }, Y = {
89
- callapse: {
90
- top: "100%",
91
- "& .MuiCollapse-wrapper": {
92
- height: 10
93
- }
88
+ }, Y = y(L, {
89
+ shouldForwardProp: (o) => ![""].includes(o)
90
+ })(({ theme: o }) => ({
91
+ top: "100%",
92
+ "& .MuiCollapse-wrapper": {
93
+ height: 10
94
+ },
95
+ "& span": {
96
+ height: "100%"
94
97
  }
95
- }, Z = ({ text: o = "Происходит подключение к серверу", className: t }) => {
96
- const n = k(m.getStatusConnectSocket) === "pending";
98
+ })), Z = ({ text: o = "Происходит подключение к серверу", className: t, ...e }) => {
99
+ const i = k(m.getStatusConnectSocket) === "pending";
97
100
  return /* @__PURE__ */ R(
98
- L,
101
+ Y,
99
102
  {
100
- in: n,
101
- sx: Y.callapse,
103
+ in: i,
102
104
  collapsedSize: "1px",
103
105
  className: T(X["connect-server-anim"], t),
104
106
  unmountOnExit: !0,
105
- itemSpan: { sx: { height: "100%" } },
107
+ ...e,
106
108
  children: o
107
109
  }
108
110
  );
109
- }, _ = w.memo(Z), tt = /^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
111
+ }, _ = b.memo(Z), tt = /^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
110
112
  function et(o) {
111
113
  return tt.test(o);
112
114
  }
113
- function y() {
115
+ function O() {
114
116
  var o = URL.createObjectURL(new Blob()), t = o.toString();
115
117
  return URL.revokeObjectURL(o), t.split(/[:\/]/g).pop().toLowerCase();
116
118
  }
117
- y.valid = et;
119
+ O.valid = et;
118
120
  class st {
119
121
  constructor() {
120
122
  r(this, "defaultProps", {
@@ -128,17 +130,17 @@ class st {
128
130
  };
129
131
  let c = !0, l, a, S;
130
132
  const u = (f = !0) => {
131
- const v = "Ручное завершение startActionEvery";
132
- c = !1, clearInterval(l), n(null), f ? a && a({ status: f, msg: v + ": (true)" }) : S && S({ status: f, msg: v + ": (false)" });
133
+ const d = "Ручное завершение startActionEvery";
134
+ c = !1, clearInterval(l), n(null), f ? a && a({ status: f, msg: d + ": (true)" }) : S && S({ status: f, msg: d + ": (false)" });
133
135
  };
134
136
  return {
135
- promise: new Promise((f, v) => {
136
- a = f, S = v;
137
+ promise: new Promise((f, d) => {
138
+ a = f, S = d;
137
139
  let p = 0, g = 0;
138
140
  l = setInterval(
139
141
  () => {
140
142
  if (p += e.interval, g += 1, e != null && e.cutoffTime && p > e.cutoffTime || e != null && e.countAction && (e == null ? void 0 : e.countAction) < g) {
141
- c = !1, clearInterval(l), n(null), v({ status: !1, msg: Error("Время загрузки истекло") });
143
+ c = !1, clearInterval(l), n(null), d({ status: !1, msg: Error("Время загрузки истекло") });
142
144
  return;
143
145
  }
144
146
  t() && (c = !1, clearInterval(l), n(null), f({ status: !0, msg: "cb вернул true" }));
@@ -290,7 +292,7 @@ class nt {
290
292
  }, { signal: (a = n.online) == null ? void 0 : a.signal }), window.addEventListener("offline", () => {
291
293
  this.updateState(!1, t);
292
294
  }, { signal: (S = n.offline) == null ? void 0 : S.signal }), (u = this.getConnection()) != null && u.addEventListener && this.getConnection().addEventListener("change", () => {
293
- const f = this.getConnection(), v = this.getTypeNetwork(f, null), p = this.getIsNetwork(v);
295
+ const f = this.getConnection(), d = this.getTypeNetwork(f, null), p = this.getIsNetwork(d);
294
296
  this.updateState(p, t);
295
297
  }, { signal: (h = n.change) == null ? void 0 : h.signal });
296
298
  }
@@ -488,7 +490,7 @@ class ot {
488
490
  });
489
491
  }
490
492
  }
491
- var O, it;
493
+ var E, it;
492
494
  const s = class s {
493
495
  static copyState(t) {
494
496
  return JSON.parse(JSON.stringify(t));
@@ -512,7 +514,7 @@ const s = class s {
512
514
  s.state.isDisconnect || (s.setState({ isDisconnect: !0 }), console.log("DISCONNECT WS"), s.wsApi.disconnect(), s.resetState(), s.events.resetSubscribers());
513
515
  }
514
516
  static send(t, e) {
515
- const { action: n, ...i } = t, c = y(), l = Date.now();
517
+ const { action: n, ...i } = t, c = O(), l = Date.now();
516
518
  s.wsApi.setRequestSave({
517
519
  requestAction: n,
518
520
  reqId: c,
@@ -532,12 +534,12 @@ const s = class s {
532
534
  }
533
535
  static async request(t, e, n = {}) {
534
536
  return new Promise((i, c) => {
535
- var v, p;
536
- if ((v = n == null ? void 0 : n.signal) != null && v.aborted) {
537
+ var d, p;
538
+ if ((d = n == null ? void 0 : n.signal) != null && d.aborted) {
537
539
  c(new DOMException("Aborted", "AbortError"));
538
540
  return;
539
541
  }
540
- const l = y(), a = Date.now();
542
+ const l = O(), a = Date.now();
541
543
  s.wsApi.setRequestSave({
542
544
  requestAction: t,
543
545
  reqId: l,
@@ -552,9 +554,9 @@ const s = class s {
552
554
  const u = (g) => {
553
555
  s.off("msg", h), s.off("error", u), c(g);
554
556
  }, h = (g) => {
555
- var A;
556
- const E = this.wsApi.findDataRequestByAction(t);
557
- ((A = g == null ? void 0 : g.request) == null ? void 0 : A.requestAction) === E.requestAction && (s.off("msg", h), s.off("error", u), i({ ...g }));
557
+ var N;
558
+ const A = this.wsApi.findDataRequestByAction(t);
559
+ ((N = g == null ? void 0 : g.request) == null ? void 0 : N.requestAction) === A.requestAction && (s.off("msg", h), s.off("error", u), i({ ...g }));
558
560
  };
559
561
  s.on("msg", h), s.on("error", u), (p = n == null ? void 0 : n.signal) == null || p.addEventListener("abort", () => {
560
562
  debugger;
@@ -569,8 +571,8 @@ const s = class s {
569
571
  });
570
572
  }
571
573
  };
572
- O = new WeakSet(), it = function() {
573
- }, N(s, O), r(s, "state", {
574
+ E = new WeakSet(), it = function() {
575
+ }, q(s, E), r(s, "state", {
574
576
  isDisconnect: !0,
575
577
  isActiveReConnect: !1,
576
578
  isOfflineSocket: !0,
@@ -638,82 +640,75 @@ r(s, "socketReConnect", () => {
638
640
  });
639
641
  }
640
642
  });
641
- let d = s;
643
+ let v = s;
642
644
  const rt = (o) => {
643
645
  const { isNetwork: t, typeNetwork: e } = o, { isModal: n } = k(m.getInfoNoConnectServer), i = k(m.getStatusIsReConnectSocket), c = k(m.getIsDisableConnectSocket), l = k(m.getStatusConnectSocket);
644
- return I(() => (d.init(o.init), typeof o.onMount == "function" && o.onMount(), d.on("status", (a) => {
645
- console.log("status", a), b.setStatusConnectSocket({ statusConnect: a });
646
- }), d.on("error", (a) => {
646
+ return I(() => (v.init(o.init), typeof o.onMount == "function" && o.onMount(), v.on("status", (a) => {
647
+ console.log("status", a), w.setStatusConnectSocket({ statusConnect: a });
648
+ }), v.on("error", (a) => {
647
649
  console.log("error: ", a);
648
- }), d.on("reConnect", (a) => {
650
+ }), v.on("reConnect", (a) => {
649
651
  console.log("reConnect", a);
650
652
  const S = C.getState(), { isReConnectSocket: u, infoNoConnectServer: { isModal: h } } = S;
651
- u !== a && b.setStatusIsReConnectSocket({ isReConnectSocket: a }), h && a && b.setInfoNoConnectServer({ isModal: !1 });
652
- }), d.on("timeOffReConnect", (a) => {
653
- if (console.log("timeOffReConnect: ", a), b.setIsOfflineSocket({ isOfflineSocket: !a.status }), !a.status) {
653
+ u !== a && w.setStatusIsReConnectSocket({ isReConnectSocket: a }), h && a && w.setInfoNoConnectServer({ isModal: !1 });
654
+ }), v.on("timeOffReConnect", (a) => {
655
+ if (console.log("timeOffReConnect: ", a), w.setIsOfflineSocket({ isOfflineSocket: !a.status }), !a.status) {
654
656
  const S = C.getState(), { infoNoConnectServer: { isModal: u, isSelectOffline: h } } = S;
655
657
  let f = !1;
656
- !u && !h && (f = !0), f && b.setInfoNoConnectServer({ isModal: f });
658
+ !u && !h && (f = !0), f && w.setInfoNoConnectServer({ isModal: f });
657
659
  }
658
- }), d.connect(), () => {
659
- typeof o.onUnmount == "function" && o.onUnmount(), console.dir("disconnect"), d.disconnect();
660
+ }), v.connect(), () => {
661
+ typeof o.onUnmount == "function" && o.onUnmount(), console.dir("disconnect"), v.disconnect();
660
662
  }), []), I(() => {
661
- t && !c && !n && !i && ["close"].includes(l) && e !== "none" && (console.log("Запущен socketReConnect"), d.socketReConnect());
663
+ t && !c && !n && !i && ["close"].includes(l) && e !== "none" && (console.log("Запущен socketReConnect"), v.socketReConnect());
662
664
  }, [c, n, i, l, e, t]), I(() => {
663
- i && (!t || l === "ready") && (console.log("Запущен stopReConnect"), d.stopReConnect());
665
+ i && (!t || l === "ready") && (console.log("Запущен stopReConnect"), v.stopReConnect());
664
666
  }, [i, t, l]), I(() => {
665
- c && (console.log("isDisableConnectSocket: ", c), b.setIsOfflineSocket({ isOfflineSocket: !0 }), d.close());
667
+ c && (console.log("isDisableConnectSocket: ", c), w.setIsOfflineSocket({ isOfflineSocket: !0 }), v.close());
666
668
  }, [c]), null;
667
- }, ct = w.memo(rt), at = {
668
- callapse: {
669
- // top: '100%',
670
- bottom: "100%",
671
- bgcolor: "danger.main",
672
- "& .MuiCollapse-wrapper": {}
673
- }
674
- }, lt = ({ children: o, className: t, isNetwork: e }) => {
675
- const n = k(m.getIsOfflineSocket), i = k(m.getIsDisableConnectSocket), c = n || !e, l = "Оффлайн";
669
+ }, ct = b.memo(rt), at = y(L, {
670
+ shouldForwardProp: (o) => ![""].includes(o)
671
+ })(({ theme: o }) => ({
672
+ bottom: "100%",
673
+ bgcolor: "danger.main",
674
+ "& .MuiCollapse-wrapper": {},
675
+ "& span": {
676
+ padding: "1px 10px"
677
+ }
678
+ })), lt = ({ children: o, className: t, isNetwork: e, ...n }) => {
679
+ const i = k(m.getIsOfflineSocket), c = k(m.getIsDisableConnectSocket), l = i || !e, a = "Оффлайн";
676
680
  return /* @__PURE__ */ R(
677
- L,
681
+ at,
678
682
  {
679
- in: c,
680
- sx: { ...at.callapse },
683
+ in: l,
681
684
  className: T("socket-offline bg-gradient bg-danger", t),
682
- itemSpan: {
683
- sx: {
684
- padding: "1px 10px"
685
- // color: '#fff',
686
- // display: 'flex',
687
- // alignItems: 'center',
688
- // borderRadius: '3px 3px 3px 3px'
689
- }
690
- },
691
- children: typeof o == "function" ? o({ isDisableConnectSocket: i }) : i ? `Режим ${l}` : l
685
+ ...n,
686
+ children: typeof o == "function" ? o({ isDisableConnectSocket: c }) : c ? `Режим ${a}` : a
692
687
  }
693
688
  );
694
- }, ut = w.memo(lt), ft = ({ children: o }) => {
695
- const t = M(() => {
696
- b.setInfoNoConnectServer({ isModal: !1, isSelectOffline: !1 });
689
+ }, ut = b.memo(lt), ft = ({ children: o }) => {
690
+ const t = x(() => {
691
+ w.setInfoNoConnectServer({ isModal: !1, isSelectOffline: !1 });
697
692
  }, []);
698
693
  return o({ reConnect: t });
699
- }, St = w.memo(ft), ht = ({ children: o }) => {
700
- const t = M(() => {
701
- b.setInfoNoConnectServer({ isModal: !1, isSelectOffline: !0 }), b.setIsDisableConnectSocket({ isDisableConnectSocket: !0 });
694
+ }, St = b.memo(ft), ht = ({ children: o }) => {
695
+ const t = x(() => {
696
+ w.setInfoNoConnectServer({ isModal: !1, isSelectOffline: !0 }), w.setIsDisableConnectSocket({ isDisableConnectSocket: !0 });
702
697
  }, []);
703
698
  return o({ offlineActive: t });
704
- }, vt = w.memo(ht), wt = {
699
+ }, dt = b.memo(ht), bt = {
705
700
  ConnectDetection: _,
706
701
  OfflineDetection: ut,
707
702
  Buttons: {
708
- OfflineActive: vt,
703
+ OfflineActive: dt,
709
704
  ReConnect: St
710
705
  },
711
706
  Initialization: ct
712
707
  };
713
708
  export {
714
- wt as Socket,
715
- d as SocketApi,
716
- b as socketActions,
709
+ bt as Socket,
710
+ v as SocketApi,
711
+ w as socketActions,
717
712
  m as socketSelectors,
718
713
  C as socketStore,
719
714
  k as useSocketSelector
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rc-lib-ui",
3
3
  "private": false,
4
- "version": "1.1.23",
4
+ "version": "1.1.24",
5
5
  "author": "SinGlEBW",
6
6
  "license": "MIT",
7
7
  "type": "module",