@oneplatformdev/ui 0.0.1-beta.72 → 0.0.1-beta.73

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,2 +1,2 @@
1
- export * from './Checkbox.tsx';
1
+ export * from './Checkbox';
2
2
  export type * from './Checkbox.types.ts';
@@ -9,7 +9,7 @@ import "../Command/Command.mjs";
9
9
  import "@oneplatformdev/utils";
10
10
  import "@oneplatformdev/hooks";
11
11
  import "lucide-react";
12
- import { C as c } from "../Combobox-CxJOBiHk.js";
12
+ import { C as c } from "../Combobox-B16Ne2a8.js";
13
13
  export {
14
14
  c as Combobox
15
15
  };
@@ -11,17 +11,15 @@ export interface ComboboxPropsOnMountParams {
11
11
  open: boolean;
12
12
  setOpen: Dispatch<SetStateAction<boolean>>;
13
13
  }
14
- export interface IComboboxOptionsProps {
15
- value?: string;
16
- options?: ComboboxOption[];
17
- onChangeOption?: (option: ComboboxOption) => void;
18
- deep?: number;
19
- }
20
14
  export interface IComboboxOptionsNodeProps {
21
15
  value?: string;
22
16
  option: ComboboxOption;
23
17
  onChangeOption?: (option: ComboboxOption) => void;
24
18
  deep?: number;
19
+ setOpen: Dispatch<SetStateAction<boolean>>;
20
+ }
21
+ export interface IComboboxOptionsProps extends Omit<IComboboxOptionsNodeProps, 'option'> {
22
+ options?: ComboboxOption[];
25
23
  }
26
24
  export interface ComboboxProps {
27
25
  value: string;
@@ -20,7 +20,7 @@ import "../Card/Card.mjs";
20
20
  import "../Carousel/Carousel.mjs";
21
21
  import "../Checkbox/Checkbox.mjs";
22
22
  import "@radix-ui/react-collapsible";
23
- import { a as fo } from "../Combobox-CxJOBiHk.js";
23
+ import { a as fo } from "../Combobox-B16Ne2a8.js";
24
24
  import "../Command/Command.mjs";
25
25
  import "../DropdownMenu/DropdownMenu.mjs";
26
26
  import "../Table/Table.mjs";
@@ -1,4 +1,4 @@
1
- import { IComboboxOptionsNodeProps, IComboboxOptionsProps } from '..';
1
+ import { IComboboxOptionsNodeProps, IComboboxOptionsProps } from './Combobox.types';
2
2
 
3
3
  export declare const ComboboxOptionsNode: import('react').ForwardRefExoticComponent<IComboboxOptionsNodeProps & import('react').RefAttributes<HTMLDivElement>>;
4
4
  export declare const ComboboxOptions: import('react').ForwardRefExoticComponent<IComboboxOptionsProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,67 +1,12 @@
1
1
  import "react/jsx-runtime";
2
- import "../Accordion/Accordion.mjs";
3
- import "../Alert/Alert.mjs";
4
- import "../AlertDialog/AlertDialogRoot.mjs";
5
- import "react";
6
- import "@oneplatformdev/utils";
7
- import "recharts";
8
- import "../Chart/Chart.mjs";
9
- import "../Sidebar/Sidebar.mjs";
10
- import "@radix-ui/react-aspect-ratio";
11
- import "../Avatar/Avatar.mjs";
12
- import "../Badge/badgeVariants.mjs";
13
- import "../Breadcrumb/Breadcrumb.mjs";
14
2
  import "../Button/Button.mjs";
15
3
  import "../Button/buttonVariants.mjs";
16
- import "../ButtonIcon/ButtonIcon.mjs";
17
- import "../ButtonIcon/buttonIconVariants.mjs";
18
- import "../Calendar/Calendar.mjs";
19
- import "../Card/Card.mjs";
20
- import "../Carousel/Carousel.mjs";
21
- import "../Checkbox/Checkbox.mjs";
4
+ import "react";
22
5
  import "../Collapsible/Collapsible.mjs";
23
- import { c as eo, b as no } from "../Combobox-CxJOBiHk.js";
24
- import "../Command/Command.mjs";
25
- import "../DropdownMenu/DropdownMenu.mjs";
26
- import "../Table/Table.mjs";
27
- import "@tanstack/react-table";
6
+ import { c as a, b as e } from "../Combobox-B16Ne2a8.js";
28
7
  import "lucide-react";
29
- import "../DatePicker/DatePicker.mjs";
30
- import "../Dialog/Dialog.mjs";
31
- import "../Drawer/Drawer.mjs";
32
- import "../Form/Form.mjs";
33
- import "../Input/Input.mjs";
34
- import "../Select/SelectRoot.mjs";
35
- import "../Textarea/Textarea.mjs";
36
- import "../Separator/Separator.mjs";
37
- import "../HoverCard/HoverCard.mjs";
38
- import "../InputOTP/InputOTP.mjs";
39
- import "../Label/Label.mjs";
40
- import "../Label/labelVariants.mjs";
41
- import "../LoadingMask/RenderLoadingMask.mjs";
42
- import "../LoadingProgress/loadingProgressVariants.mjs";
43
- import "../Menubar/Menubar.mjs";
44
- import "../NavigationMenu/NavigationMenu.mjs";
45
- import "../NavigationMenu/navigationMenuVariants.mjs";
46
- import "../Pagination/Pagination.mjs";
47
- import "../Popover/Popover.mjs";
48
- import "../Progress/Progress.mjs";
49
- import "../RadioGroup/RadioGroup.mjs";
50
- import "react-resizable-panels";
51
- import "../ScrollArea/ScrollArea.mjs";
52
- import "@oneplatformdev/hooks";
53
- import "../Sheet/Sheet.mjs";
54
- import "../Slider/Slider.mjs";
55
- import "next-themes";
56
- import "sonner";
57
- import "../Switch/Switch.mjs";
58
- import "../Tabs/TabsRoot.mjs";
59
- import "../Toast/Toast.mjs";
60
- import "../Toggle/Toggle.mjs";
61
- import "../ToggleGroup/ToggleGroup.mjs";
62
- import "../Tooltip/TooltipRoot.mjs";
63
- import "../Dropzone/Dropzone.mjs";
8
+ import "@oneplatformdev/utils";
64
9
  export {
65
- eo as ComboboxOptions,
66
- no as ComboboxOptionsNode
10
+ a as ComboboxOptions,
11
+ e as ComboboxOptionsNode
67
12
  };
@@ -1,4 +1,4 @@
1
- import { C as m } from "../Combobox-CxJOBiHk.js";
1
+ import { C as m } from "../Combobox-B16Ne2a8.js";
2
2
  export {
3
3
  m as Combobox
4
4
  };
@@ -1,14 +1,15 @@
1
- import { jsxs as p, jsx as e, Fragment as A } from "react/jsx-runtime";
2
- import g, { forwardRef as y, useState as V, useRef as W, useEffect as X, useCallback as b, useLayoutEffect as H } from "react";
1
+ import { jsxs as m, jsx as e, Fragment as A } from "react/jsx-runtime";
2
+ import g, { forwardRef as w, useState as V, useRef as W, useEffect as X, useCallback as v, useLayoutEffect as H } from "react";
3
3
  import { LoadingMask as J } from "./LoadingMask/LoadingMask.mjs";
4
4
  import "./LoadingMask/RenderLoadingMask.mjs";
5
5
  import { Popover as K, PopoverTrigger as Q, PopoverContent as Y } from "./Popover/Popover.mjs";
6
6
  import { Button as _ } from "./Button/Button.mjs";
7
7
  import "./Button/buttonVariants.mjs";
8
8
  import { CommandItem as Z, Command as $, CommandInput as ee, CommandList as te, CommandGroup as oe, CommandEmpty as F } from "./Command/Command.mjs";
9
- import { cn as m } from "@oneplatformdev/utils";
9
+ import { cn as c } from "@oneplatformdev/utils";
10
10
  import { useDebounceCallback as re } from "@oneplatformdev/hooks";
11
- import { Check as ae, ChevronDownIcon as ne, X as ie, ChevronsUpDown as le } from "lucide-react";
11
+ import { Check as ae, ChevronDownIcon as ie, X as ne, ChevronsUpDown as le } from "lucide-react";
12
+ import { Collapsible as se, CollapsibleTrigger as pe, CollapsibleContent as me } from "./Collapsible/Collapsible.mjs";
12
13
  import "./Accordion/Accordion.mjs";
13
14
  import "./Alert/Alert.mjs";
14
15
  import "./AlertDialog/AlertDialogRoot.mjs";
@@ -25,7 +26,7 @@ import "./Calendar/Calendar.mjs";
25
26
  import "./Card/Card.mjs";
26
27
  import "./Carousel/Carousel.mjs";
27
28
  import "./Checkbox/Checkbox.mjs";
28
- import { Collapsible as se, CollapsibleTrigger as pe, CollapsibleContent as me } from "./Collapsible/Collapsible.mjs";
29
+ import "@radix-ui/react-collapsible";
29
30
  import "./DropdownMenu/DropdownMenu.mjs";
30
31
  import "./Table/Table.mjs";
31
32
  import "@tanstack/react-table";
@@ -61,26 +62,25 @@ import "./Toggle/Toggle.mjs";
61
62
  import "./ToggleGroup/ToggleGroup.mjs";
62
63
  import "./Tooltip/TooltipRoot.mjs";
63
64
  import "./Dropzone/Dropzone.mjs";
64
- import "@radix-ui/react-collapsible";
65
- const ce = 8, I = y((n, i) => {
66
- const { children: t, option: r, onChangeOption: l, value: d = "", deep: c = 0 } = n;
67
- return /* @__PURE__ */ p(
65
+ const ce = 8, I = w((i, l) => {
66
+ const { children: t, setOpen: d, option: r, onChangeOption: n, value: s = "", deep: u = 0 } = i;
67
+ return /* @__PURE__ */ m(
68
68
  Z,
69
69
  {
70
- ref: i,
70
+ ref: l,
71
71
  value: r.value,
72
72
  onSelect: () => {
73
- d === r.value ? l({ value: "", label: "" }) : l(r), setOpen(!1);
73
+ s === r.value ? n == null || n({ value: "", label: "" }) : n == null || n(r), d(!1);
74
74
  },
75
75
  style: {
76
- paddingLeft: (c + 1) * ce
76
+ paddingLeft: (u + 1) * ce
77
77
  },
78
78
  children: [
79
79
  t,
80
80
  /* @__PURE__ */ e(
81
81
  "span",
82
82
  {
83
- className: m(
83
+ className: c(
84
84
  "overflow-hidden whitespace-wrap text-ellipsis line-clamp-2"
85
85
  ),
86
86
  children: r.label
@@ -89,9 +89,9 @@ const ce = 8, I = y((n, i) => {
89
89
  /* @__PURE__ */ e(
90
90
  ae,
91
91
  {
92
- className: m(
92
+ className: c(
93
93
  "ml-auto",
94
- d === r.value ? "opacity-100" : "opacity-0"
94
+ s === r.value ? "opacity-100" : "opacity-0"
95
95
  )
96
96
  }
97
97
  )
@@ -99,36 +99,36 @@ const ce = 8, I = y((n, i) => {
99
99
  },
100
100
  r.value
101
101
  );
102
- }), M = y((n, i) => {
103
- var s;
104
- const { option: t, onChangeOption: r, value: l = "", deep: d = 0 } = n, [c, C] = V(!0);
105
- return (s = t == null ? void 0 : t.items) != null && s.length ? /* @__PURE__ */ p(
102
+ }), M = w((i, l) => {
103
+ var p;
104
+ const { option: t, onChangeOption: d, value: r = "", deep: n = 0 } = i, [s, u] = V(!0);
105
+ return (p = t == null ? void 0 : t.items) != null && p.length ? /* @__PURE__ */ m(
106
106
  se,
107
107
  {
108
- ref: i,
109
- open: c,
110
- onOpenChange: C,
111
- "data-opened": c,
112
- className: m("group/collapsible"),
108
+ ref: l,
109
+ open: s,
110
+ onOpenChange: u,
111
+ "data-opened": s,
112
+ className: c("group/collapsible"),
113
113
  children: [
114
- /* @__PURE__ */ e(I, { ...n, children: /* @__PURE__ */ e(pe, { asChild: !0, children: /* @__PURE__ */ p(
114
+ /* @__PURE__ */ e(I, { ...i, children: /* @__PURE__ */ e(pe, { asChild: !0, children: /* @__PURE__ */ m(
115
115
  _,
116
116
  {
117
117
  onClick: (a) => {
118
- a == null || a.preventDefault(), a == null || a.stopPropagation(), C((u) => !u);
118
+ a == null || a.preventDefault(), a == null || a.stopPropagation(), u((h) => !h);
119
119
  },
120
120
  type: "button",
121
121
  variant: "ghost",
122
122
  size: "sm",
123
- className: m("aspect-square size-6", "transition-transform"),
123
+ className: c("aspect-square size-6", "transition-transform"),
124
124
  children: [
125
125
  /* @__PURE__ */ e(
126
- ne,
126
+ ie,
127
127
  {
128
- className: m(
128
+ className: c(
129
129
  "!size-5",
130
130
  "transition-transform",
131
- c && "rotate-180"
131
+ s && "rotate-180"
132
132
  )
133
133
  }
134
134
  ),
@@ -136,98 +136,91 @@ const ce = 8, I = y((n, i) => {
136
136
  ]
137
137
  }
138
138
  ) }) }),
139
- /* @__PURE__ */ e(me, { children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-0", children: t == null ? void 0 : t.items.map((a) => /* @__PURE__ */ e(M, { ...n, deep: d + 1, option: a })) }) })
139
+ /* @__PURE__ */ e(me, { children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-0", children: t == null ? void 0 : t.items.map((a) => /* @__PURE__ */ e(M, { ...i, deep: n + 1, option: a })) }) })
140
140
  ]
141
141
  }
142
- ) : /* @__PURE__ */ e(I, { ...n, ref: i });
143
- }), de = y((n, i) => {
144
- const { options: t = [], ...r } = n;
145
- return /* @__PURE__ */ e(
146
- "div",
147
- {
148
- ref: i,
149
- className: "flex flex-col gap-0",
150
- children: t.map((l) => /* @__PURE__ */ e(M, { ...r, option: l }, l.value))
151
- }
152
- );
153
- }), Nt = y(
154
- (n, i) => {
142
+ ) : /* @__PURE__ */ e(I, { ...i, ref: l });
143
+ }), de = w((i, l) => {
144
+ const { options: t = [], ...d } = i;
145
+ return /* @__PURE__ */ e("div", { ref: l, className: "flex flex-col gap-0", children: t.map((r) => /* @__PURE__ */ e(M, { ...d, option: r }, r.value)) });
146
+ }), Nt = w(
147
+ (i, l) => {
155
148
  var j;
156
149
  const {
157
150
  value: t,
158
- onChange: r,
159
- placeholder: l,
160
- disabled: d,
161
- searchLabel: c = "Type to search...",
162
- fetchOptions: C,
163
- options: s,
151
+ onChange: d,
152
+ placeholder: r,
153
+ disabled: n,
154
+ searchLabel: s = "Type to search...",
155
+ fetchOptions: u,
156
+ options: p,
164
157
  emptyLabel: a = "No options",
165
- emptyAction: u,
158
+ emptyAction: h,
166
159
  onMount: P
167
- } = n, w = W(!1), [h, N] = g.useState(!1), [v, T] = g.useState(""), [O, x] = g.useState([]), [S, k] = g.useState(), [D, f] = g.useState(!1);
160
+ } = i, N = W(!1), [f, C] = g.useState(!1), [x, T] = g.useState(""), [S, y] = g.useState([]), [O, k] = g.useState(), [D, b] = g.useState(!1);
168
161
  X(() => {
169
- s != null && s.length && x(s);
170
- }, [s]);
162
+ p != null && p.length && y(p);
163
+ }, [p]);
171
164
  const R = async () => {
172
- h || (E(), T(""));
173
- }, E = b(async (o) => {
174
- f(!0);
165
+ f || (E(), T(""));
166
+ }, E = v(async (o) => {
167
+ b(!0);
175
168
  try {
176
- const L = await C(o);
177
- x(L);
169
+ const L = await u(o);
170
+ y(L);
178
171
  } catch (L) {
179
172
  console.error("Unexpected error while get option:", L);
180
173
  } finally {
181
- f(!1);
174
+ b(!1);
182
175
  }
183
176
  }, []), q = re(E, 1e3, {
184
177
  leading: !1,
185
178
  trailing: !0
186
- }), B = b((o) => {
187
- f(!0), T(o), q(o);
188
- }, []), z = b((o) => {
189
- r(o.value), k(o), f(!1);
190
- }, []), G = b(() => {
191
- z({ value: "", label: "" }), k(void 0), f(!1);
192
- }, []), U = b(() => {
179
+ }), B = v((o) => {
180
+ b(!0), T(o), q(o);
181
+ }, []), z = v((o) => {
182
+ d(o.value), k(o), b(!1);
183
+ }, []), G = v(() => {
184
+ z({ value: "", label: "" }), k(void 0), b(!1);
185
+ }, []), U = v(() => {
193
186
  if (!P) {
194
- w.current = !0;
187
+ N.current = !0;
195
188
  return;
196
189
  }
197
- P({ setOptions: x, search: v || "", open: h, setOpen: N }).finally(
190
+ P({ setOptions: y, search: x || "", open: f, setOpen: C }).finally(
198
191
  () => {
199
- w.current = !0;
192
+ N.current = !0;
200
193
  }
201
194
  );
202
195
  }, []);
203
196
  return H(() => (U(), () => {
204
- w.current = !1;
205
- }), []), /* @__PURE__ */ e("div", { className: "w-full", ref: i, children: /* @__PURE__ */ p(
197
+ N.current = !1;
198
+ }), []), /* @__PURE__ */ e("div", { className: "w-full", ref: l, children: /* @__PURE__ */ m(
206
199
  K,
207
200
  {
208
- open: h,
201
+ open: f,
209
202
  onOpenChange: (o) => {
210
- N(o), o && R();
203
+ C(o), o && R();
211
204
  },
212
205
  children: [
213
- /* @__PURE__ */ e(Q, { asChild: !0, className: "border-input", children: /* @__PURE__ */ p(
206
+ /* @__PURE__ */ e(Q, { asChild: !0, className: "border-input", children: /* @__PURE__ */ m(
214
207
  _,
215
208
  {
216
209
  variant: "outline",
217
210
  role: "combobox",
218
211
  size: "lg",
219
- "aria-expanded": h,
220
- className: m(
212
+ "aria-expanded": f,
213
+ className: c(
221
214
  "w-full justify-between font-normal text-sm border bg-transparent relative p-3",
222
- h ? "border-2 border-sidebar-accent" : "border-border"
215
+ f ? "border-2 border-sidebar-accent" : "border-border"
223
216
  ),
224
- disabled: d,
217
+ disabled: n,
225
218
  children: [
226
- /* @__PURE__ */ e("span", { className: "truncate max-w-[calc(100%-1.5rem)] overflow-hidden whitespace-nowrap", children: t ? ((j = O.find((o) => o.value === t)) == null ? void 0 : j.label) || (S == null ? void 0 : S.label) : /* @__PURE__ */ e("span", { className: "text-gray-400", children: l }) }),
219
+ /* @__PURE__ */ e("span", { className: "truncate max-w-[calc(100%-1.5rem)] overflow-hidden whitespace-nowrap", children: t ? ((j = S.find((o) => o.value === t)) == null ? void 0 : j.label) || (O == null ? void 0 : O.label) : /* @__PURE__ */ e("span", { className: "text-gray-400", children: r }) }),
227
220
  t ? /* @__PURE__ */ e(
228
221
  "div",
229
222
  {
230
- className: m(
223
+ className: c(
231
224
  "absolute top-0 right-1",
232
225
  "flex items-center justify-center",
233
226
  "w-9 aspect-square [&_svg]:size-5",
@@ -236,7 +229,7 @@ const ce = 8, I = y((n, i) => {
236
229
  onClick: (o) => {
237
230
  o.stopPropagation(), G();
238
231
  },
239
- children: /* @__PURE__ */ e(ie, {})
232
+ children: /* @__PURE__ */ e(ne, {})
240
233
  }
241
234
  ) : /* @__PURE__ */ e(le, { className: "opacity-50 w-4 h-4" })
242
235
  ]
@@ -247,36 +240,37 @@ const ce = 8, I = y((n, i) => {
247
240
  {
248
241
  className: "w-[var(--radix-popper-anchor-width)] max-w-none p-0",
249
242
  align: "start",
250
- children: /* @__PURE__ */ p($, { shouldFilter: !1, children: [
243
+ children: /* @__PURE__ */ m($, { shouldFilter: !1, children: [
251
244
  /* @__PURE__ */ e(
252
245
  ee,
253
246
  {
254
- placeholder: c,
255
- value: v,
247
+ placeholder: s,
248
+ value: x,
256
249
  onValueChange: B
257
250
  }
258
251
  ),
259
- /* @__PURE__ */ e(te, { children: /* @__PURE__ */ p(
252
+ /* @__PURE__ */ e(te, { children: /* @__PURE__ */ m(
260
253
  oe,
261
254
  {
262
- className: m(!O.length && "p-0 shadow-none"),
255
+ className: c(!S.length && "p-0 shadow-none"),
263
256
  children: [
264
257
  D && /* @__PURE__ */ e(J, { fullWidth: !0 }),
265
- !D && !!v && /* @__PURE__ */ e(A, { children: u ? /* @__PURE__ */ p(F, { className: "flex flex-col gap-3 py-5 px-3 items-center", children: [
258
+ !D && !!x && /* @__PURE__ */ e(A, { children: h ? /* @__PURE__ */ m(F, { className: "flex flex-col gap-3 py-5 px-3 items-center", children: [
266
259
  /* @__PURE__ */ e("span", { children: a }),
267
- typeof u == "function" ? u({
268
- setOptions: x,
269
- search: v || "",
270
- open: h,
271
- setOpen: N
272
- }) : u
260
+ typeof h == "function" ? h({
261
+ setOptions: y,
262
+ search: x || "",
263
+ open: f,
264
+ setOpen: C
265
+ }) : h
273
266
  ] }) : /* @__PURE__ */ e(F, { children: a }) }),
274
267
  !D && /* @__PURE__ */ e(
275
268
  de,
276
269
  {
277
270
  value: t,
278
- options: O,
279
- onChangeOption: z
271
+ options: S,
272
+ onChangeOption: z,
273
+ setOpen: C
280
274
  }
281
275
  )
282
276
  ]
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { FormControl as a } from "../Form/Form.mjs";
3
3
  import { FormRenderControl as b } from "../Form/FormRenderControl.mjs";
4
- import { C as p } from "../Combobox-CxJOBiHk.js";
4
+ import { C as p } from "../Combobox-B16Ne2a8.js";
5
5
  const x = (m) => {
6
6
  const { form: n, label: e, name: t, ...C } = m;
7
7
  return /* @__PURE__ */ o(
package/index.mjs CHANGED
@@ -20,7 +20,7 @@ import { Carousel as go, CarouselContent as xo, CarouselItem as fo, CarouselNext
20
20
  import { ChartContainer as To, ChartLegend as Do, ChartLegendContent as co, ChartStyle as Mo, ChartTooltip as Po, ChartTooltipContent as Ao } from "./Chart/Chart.mjs";
21
21
  import { Checkbox as wo, CheckboxLabel as ho } from "./Checkbox/Checkbox.mjs";
22
22
  import { Collapsible as Fo, CollapsibleContent as Lo, CollapsibleTrigger as Ro } from "./Collapsible/Collapsible.mjs";
23
- import { C as Go } from "./Combobox-CxJOBiHk.js";
23
+ import { C as Go } from "./Combobox-B16Ne2a8.js";
24
24
  import { Command as Ho, CommandDialog as No, CommandEmpty as Vo, CommandGroup as yo, CommandInput as Eo, CommandItem as Oo, CommandList as zo, CommandSeparator as _o, CommandShortcut as Uo } from "./Command/Command.mjs";
25
25
  import { DataTable as jo } from "./DataTable/DataTable.mjs";
26
26
  import { DatePicker as Jo } from "./DatePicker/DatePicker.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.0.1-beta.72",
3
+ "version": "0.0.1-beta.73",
4
4
  "description": "UI React Components.",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [