@konstructio/ui 0.1.2-alpha.25 → 0.1.2-alpha.27
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,40 +1,72 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Button as
|
|
3
|
-
import { cn as
|
|
4
|
-
import { E as
|
|
5
|
-
const
|
|
6
|
-
actions:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Button as t } from "../../../Button/Button.js";
|
|
3
|
+
import { cn as r } from "../../../../utils/index.js";
|
|
4
|
+
import { E as u } from "../../../../ellipsis-vertical-BVPtjl5f.js";
|
|
5
|
+
const w = ({
|
|
6
|
+
actions: a,
|
|
7
|
+
wrapperClassName: l,
|
|
8
|
+
triggerButtonClassName: s,
|
|
9
|
+
iconTriggerButtonClassName: n,
|
|
10
|
+
wrapperActionsClassName: c,
|
|
11
|
+
wrapperContentActionsClassName: d,
|
|
12
|
+
...h
|
|
13
|
+
}) => a ? /* @__PURE__ */ i("div", { className: r("relative group", l), children: [
|
|
14
|
+
/* @__PURE__ */ i(
|
|
15
|
+
t,
|
|
11
16
|
{
|
|
12
17
|
variant: "text",
|
|
13
18
|
shape: "circle",
|
|
14
19
|
size: "large",
|
|
15
|
-
className:
|
|
20
|
+
className: r(
|
|
21
|
+
"text-slate-400 group-hover:text-slate-800 group-hover:bg-aurora-50",
|
|
22
|
+
s
|
|
23
|
+
),
|
|
16
24
|
role: "presentation",
|
|
17
25
|
children: [
|
|
18
|
-
/* @__PURE__ */ e(
|
|
26
|
+
/* @__PURE__ */ e(
|
|
27
|
+
u,
|
|
28
|
+
{
|
|
29
|
+
"aria-hidden": "true",
|
|
30
|
+
className: r("w-7 h-7", n)
|
|
31
|
+
}
|
|
32
|
+
),
|
|
19
33
|
/* @__PURE__ */ e("span", { className: "sr-only", children: "Show Actions" })
|
|
20
34
|
]
|
|
21
35
|
}
|
|
22
36
|
),
|
|
23
|
-
/* @__PURE__ */ e(
|
|
24
|
-
|
|
37
|
+
/* @__PURE__ */ e(
|
|
38
|
+
"div",
|
|
25
39
|
{
|
|
26
|
-
className:
|
|
27
|
-
"
|
|
28
|
-
|
|
40
|
+
className: r(
|
|
41
|
+
"absolute top-full right-0 w-[215px] hidden group-hover:block z-10",
|
|
42
|
+
c
|
|
29
43
|
),
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
children: /* @__PURE__ */ e(
|
|
45
|
+
"div",
|
|
46
|
+
{
|
|
47
|
+
className: r(
|
|
48
|
+
"bg-white mt-0.5 py-2 rounded-lg shadow-lg border border-zinc-100 animate-in fade-in-0",
|
|
49
|
+
d
|
|
50
|
+
),
|
|
51
|
+
children: a.map(({ label: o, className: p, onClick: m }) => /* @__PURE__ */ e(
|
|
52
|
+
t,
|
|
53
|
+
{
|
|
54
|
+
className: r(
|
|
55
|
+
"w-full text-slate-800 cursor-pointer p-0 h-9 flex gap-2 text-sm font-normal justify-start hover:bg-gray-50 hover:text-slate-800 rounded-none px-6",
|
|
56
|
+
p
|
|
57
|
+
),
|
|
58
|
+
variant: "text",
|
|
59
|
+
asChild: !0,
|
|
60
|
+
role: "presentation",
|
|
61
|
+
children: /* @__PURE__ */ e(t, { onClick: () => m(h.row.original), children: o })
|
|
62
|
+
},
|
|
63
|
+
o
|
|
64
|
+
))
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
}
|
|
68
|
+
)
|
|
37
69
|
] }) : null;
|
|
38
70
|
export {
|
|
39
|
-
|
|
71
|
+
w as Actions
|
|
40
72
|
};
|
|
@@ -1,48 +1,51 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { f as
|
|
3
|
-
import { Skeleton as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { f as y } from "../../../../index-CSWGJT-v.js";
|
|
3
|
+
import { Skeleton as x } from "../Skeleton/Skeleton.js";
|
|
4
4
|
import { cn as b } from "../../../../utils/index.js";
|
|
5
|
-
import { useTableContext as
|
|
6
|
-
const
|
|
5
|
+
import { useTableContext as D } from "../../contexts/table.hook.js";
|
|
6
|
+
const _ = ({
|
|
7
7
|
isLoading: d,
|
|
8
8
|
showPagination: a
|
|
9
9
|
}) => {
|
|
10
|
-
const { table:
|
|
11
|
-
if (d ||
|
|
12
|
-
return /* @__PURE__ */
|
|
13
|
-
const
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
const { meta: n = {} } =
|
|
16
|
-
return /* @__PURE__ */
|
|
10
|
+
const { table: s, pageSize: i, tableFetching: p } = D();
|
|
11
|
+
if (d || p)
|
|
12
|
+
return /* @__PURE__ */ e(x, { numberOfRows: i, table: s });
|
|
13
|
+
const r = s.getRowModel().rows ?? [];
|
|
14
|
+
return /* @__PURE__ */ e("tbody", { className: "text-slate-800 text-sm font-normal relative", children: r.map(({ id: o, original: l, getVisibleCells: u }, m) => {
|
|
15
|
+
const { meta: n = {} } = l, c = u();
|
|
16
|
+
return /* @__PURE__ */ e(
|
|
17
17
|
"tr",
|
|
18
18
|
{
|
|
19
19
|
className: b(
|
|
20
20
|
"border-b border-b-gray-200 last:border-b-transparent bg-transparent",
|
|
21
21
|
n.className
|
|
22
22
|
),
|
|
23
|
-
"data-row-id":
|
|
23
|
+
"data-row-id": o,
|
|
24
24
|
...n.attributes ?? {},
|
|
25
|
-
children:
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
25
|
+
children: c.map(({ id: g, column: t, getContext: h }, f) => {
|
|
26
|
+
const N = typeof t.columnDef.meta?.className == "function" ? t.columnDef.meta?.className(l) : t.columnDef.meta?.className;
|
|
27
|
+
return /* @__PURE__ */ e(
|
|
28
|
+
"td",
|
|
29
|
+
{
|
|
30
|
+
className: b(
|
|
31
|
+
"px-4 py-1 text-sm bg-white",
|
|
32
|
+
N,
|
|
33
|
+
{
|
|
34
|
+
"[tr:last-child_&:first-of-type]:rounded-bl-lg": m === r.length - 1 && f === 0 || !a,
|
|
35
|
+
"[tr:last-child_&:last-of-type]:rounded-br-lg": m === r.length - 1 && f === c.length - 1 || !a
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
...t.columnDef.meta?.attributes ?? {},
|
|
39
|
+
children: y(t.columnDef.cell, h())
|
|
40
|
+
},
|
|
41
|
+
g
|
|
42
|
+
);
|
|
43
|
+
})
|
|
41
44
|
},
|
|
42
|
-
|
|
45
|
+
o
|
|
43
46
|
);
|
|
44
47
|
}) });
|
|
45
48
|
};
|
|
46
49
|
export {
|
|
47
|
-
|
|
50
|
+
_ as Body
|
|
48
51
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { ButtonHTMLAttributes } from 'react';
|
|
|
3
3
|
import { CellContext } from '@tanstack/react-table';
|
|
4
4
|
import { CheckboxProps as CheckboxProps_2 } from '@radix-ui/react-checkbox';
|
|
5
5
|
import { ClassProp } from 'class-variance-authority/types';
|
|
6
|
+
import { ClassValue } from 'clsx';
|
|
6
7
|
import { ColumnDef as ColumnDef_2 } from '@tanstack/react-table';
|
|
7
8
|
import { ComponentRef } from 'react';
|
|
8
9
|
import { Context } from 'react';
|
|
@@ -183,6 +184,8 @@ declare const checkboxVariants: (props?: ({
|
|
|
183
184
|
checked?: boolean | null | undefined;
|
|
184
185
|
} & ClassProp) | undefined) => string;
|
|
185
186
|
|
|
187
|
+
export declare const cn: (...inputs: ClassValue[]) => string;
|
|
188
|
+
|
|
186
189
|
export declare type ColumnDef<TData extends RowData> = ColumnDef_2<TData, string>;
|
|
187
190
|
|
|
188
191
|
export declare const Content: FC<TabsContentProps>;
|
|
@@ -645,6 +648,11 @@ declare type Props_4<TData extends RowData_2> = VariantProps<typeof virtualizeTa
|
|
|
645
648
|
|
|
646
649
|
declare type Props_5<TData extends RowData> = CellContext<TData, unknown> & {
|
|
647
650
|
actions: Action<TData>[];
|
|
651
|
+
iconTriggerButtonClassName?: string;
|
|
652
|
+
triggerButtonClassName?: string;
|
|
653
|
+
wrapperActionsClassName?: string;
|
|
654
|
+
wrapperClassName?: string;
|
|
655
|
+
wrapperContentActionsClassName?: string;
|
|
648
656
|
};
|
|
649
657
|
|
|
650
658
|
export declare const Radio: FC<RadioProps>;
|
|
@@ -980,7 +988,7 @@ export { }
|
|
|
980
988
|
|
|
981
989
|
declare module '@tanstack/react-table' {
|
|
982
990
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
983
|
-
className?: string;
|
|
991
|
+
className?: string | ((row: TData) => string);
|
|
984
992
|
attributes?: Record<string, string | number | boolean>;
|
|
985
993
|
headerClassName?: string;
|
|
986
994
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,108 +1,110 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
1
|
+
import { cn as e } from "./utils/index.js";
|
|
2
|
+
import { Alert as p } from "./components/Alert/Alert.js";
|
|
3
|
+
import { AlertDialog as x } from "./components/AlertDialog/AlertDialog.js";
|
|
4
|
+
import { Autocomplete as a } from "./components/Autocomplete/Autocomplete.js";
|
|
5
|
+
import { Badge as d } from "./components/Badge/Badge.js";
|
|
6
|
+
import { Breadcrumb as g } from "./components/Breadcrumb/Breadcrumb.js";
|
|
7
|
+
import { Button as l } from "./components/Button/Button.js";
|
|
8
|
+
import { Card as c } from "./components/Card/Card.js";
|
|
9
|
+
import { Checkbox as b } from "./components/Checkbox/Checkbox.js";
|
|
10
|
+
import { DatePicker as C } from "./components/Datepicker/DatePicker.js";
|
|
11
|
+
import { Divider as v } from "./components/Divider/Divider.js";
|
|
12
|
+
import { Dropdown as S } from "./components/Dropdown/Dropdown.js";
|
|
13
|
+
import { DropdownButton as P } from "./components/DropdownButton/DropdownButton.js";
|
|
14
|
+
import { Filter as w } from "./components/Filter/Filter.js";
|
|
15
|
+
import { BadgeMultiSelect as k } from "./components/Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
16
|
+
import { DateFilterDropdown as G } from "./components/Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
17
|
+
import { Input as M } from "./components/Input/Input.js";
|
|
18
|
+
import { Loading as I } from "./components/Loading/Loading.js";
|
|
19
|
+
import { M as O } from "./Modal-Dpk-1N9W.js";
|
|
20
|
+
import { NumberInput as j } from "./components/NumberInput/NumberInput.js";
|
|
21
|
+
import { PieChart as E } from "./components/PieChart/PieChart.js";
|
|
22
|
+
import { ProgressBar as J } from "./components/ProgressBar/ProgressBar.js";
|
|
23
|
+
import { Radio as Q } from "./components/Radio/Radio.js";
|
|
24
|
+
import { RadioCard as W } from "./components/RadioCard/RadioCard.js";
|
|
25
|
+
import { RadioCardGroup as Y } from "./components/RadioCardGroup/RadioCardGroup.js";
|
|
26
|
+
import { RadioGroup as _ } from "./components/RadioGroup/RadioGroup.js";
|
|
27
|
+
import { Range as oo } from "./components/Range/Range.js";
|
|
28
|
+
import { Footer as eo } from "./components/Sidebar/components/Footer/Footer.js";
|
|
29
|
+
import { Logo as po } from "./components/Sidebar/components/Logo/Logo.js";
|
|
30
|
+
import { Navigation as xo } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
31
|
+
import { NavigationGroup as ao } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
32
|
+
import { NavigationOption as no } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
|
|
33
|
+
import { NavigationSeparator as To } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
34
|
+
import { Sidebar as uo } from "./components/Sidebar/Sidebar.js";
|
|
35
|
+
import { Slider as so } from "./components/Slider/Slider.js";
|
|
36
|
+
import { Switch as ho } from "./components/Switch/Switch.js";
|
|
37
|
+
import { Table as Do } from "./components/Table/Table.js";
|
|
38
|
+
import { Content as Bo } from "./components/Tabs/components/Content.js";
|
|
39
|
+
import { List as No } from "./components/Tabs/components/List.js";
|
|
40
|
+
import { Tabs as Ro } from "./components/Tabs/Tabs.js";
|
|
41
|
+
import { Trigger as Ao } from "./components/Tabs/components/Trigger.js";
|
|
42
|
+
import { Tag as Fo } from "./components/Tag/Tag.js";
|
|
43
|
+
import { TagSelect as Lo } from "./components/TagSelect/TagSelect.js";
|
|
44
|
+
import { TextArea as yo } from "./components/TextArea/TextArea.js";
|
|
45
|
+
import { TimePicker as zo } from "./components/TimePicker/TimePicker.js";
|
|
46
|
+
import { Toast as Vo } from "./components/Toast/Toast.js";
|
|
47
|
+
import { Tooltip as qo } from "./components/Tooltip/Tooltip.js";
|
|
48
|
+
import { Typography as Ho } from "./components/Typography/Typography.js";
|
|
49
|
+
import { TruncateText as Ko } from "./components/VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
50
|
+
import { VirtualizedTable as Uo } from "./components/VirtualizedTable/VirtualizedTable.js";
|
|
51
|
+
import { ThemeContext as Xo } from "./contexts/theme.context.js";
|
|
52
|
+
import { useTheme as Zo } from "./contexts/theme.hook.js";
|
|
53
|
+
import { ThemeProvider as $o } from "./contexts/theme.provider.js";
|
|
54
|
+
import { useToggle as rr } from "./hooks/useToggle.js";
|
|
54
55
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
56
|
+
p as Alert,
|
|
57
|
+
x as AlertDialog,
|
|
58
|
+
a as Autocomplete,
|
|
59
|
+
d as Badge,
|
|
60
|
+
k as BadgeMultiSelect,
|
|
61
|
+
g as Breadcrumb,
|
|
62
|
+
l as Button,
|
|
63
|
+
c as Card,
|
|
64
|
+
b as Checkbox,
|
|
65
|
+
Bo as Content,
|
|
66
|
+
G as DateFilterDropdown,
|
|
67
|
+
C as DatePicker,
|
|
68
|
+
v as Divider,
|
|
69
|
+
S as Dropdown,
|
|
70
|
+
P as DropdownButton,
|
|
71
|
+
w as Filter,
|
|
72
|
+
eo as Footer,
|
|
73
|
+
M as Input,
|
|
74
|
+
No as List,
|
|
75
|
+
I as Loading,
|
|
76
|
+
po as Logo,
|
|
77
|
+
O as Modal,
|
|
78
|
+
xo as Navigation,
|
|
79
|
+
ao as NavigationGroup,
|
|
80
|
+
no as NavigationOption,
|
|
81
|
+
To as NavigationSeparator,
|
|
82
|
+
j as NumberInput,
|
|
83
|
+
E as PieChart,
|
|
84
|
+
J as ProgressBar,
|
|
85
|
+
Q as Radio,
|
|
86
|
+
W as RadioCard,
|
|
87
|
+
Y as RadioCardGroup,
|
|
88
|
+
_ as RadioGroup,
|
|
89
|
+
oo as Range,
|
|
90
|
+
uo as Sidebar,
|
|
91
|
+
so as Slider,
|
|
92
|
+
ho as Switch,
|
|
93
|
+
Do as Table,
|
|
94
|
+
Ro as Tabs,
|
|
95
|
+
Fo as Tag,
|
|
96
|
+
Lo as TagSelect,
|
|
97
|
+
yo as TextArea,
|
|
98
|
+
Xo as ThemeContext,
|
|
99
|
+
$o as ThemeProvider,
|
|
100
|
+
zo as TimePicker,
|
|
101
|
+
Vo as Toast,
|
|
102
|
+
qo as Tooltip,
|
|
103
|
+
Ao as Trigger,
|
|
104
|
+
Ko as TruncateText,
|
|
105
|
+
Ho as Typography,
|
|
106
|
+
Uo as VirtualizedTable,
|
|
107
|
+
e as cn,
|
|
108
|
+
Zo as useTheme,
|
|
109
|
+
rr as useToggle
|
|
108
110
|
};
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.26",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
"lodash": "^4.17.21",
|
|
147
147
|
"postcss": "^8.5.6",
|
|
148
148
|
"prettier": "^3.6.2",
|
|
149
|
-
"rimraf": "^6.1.
|
|
149
|
+
"rimraf": "^6.1.2",
|
|
150
150
|
"storybook": "^10.0.8",
|
|
151
151
|
"tailwindcss": "^4.1.17",
|
|
152
152
|
"ts-node": "^10.9.2",
|
|
153
153
|
"typescript": "^5.9.3",
|
|
154
|
-
"vite": "^7.2.
|
|
154
|
+
"vite": "^7.2.4",
|
|
155
155
|
"vite-plugin-dts": "^4.5.4",
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vite-plugin-svgr": "^4.5.0",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.27",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
"lodash": "^4.17.21",
|
|
147
147
|
"postcss": "^8.5.6",
|
|
148
148
|
"prettier": "^3.6.2",
|
|
149
|
-
"rimraf": "^6.1.
|
|
149
|
+
"rimraf": "^6.1.2",
|
|
150
150
|
"storybook": "^10.0.8",
|
|
151
151
|
"tailwindcss": "^4.1.17",
|
|
152
152
|
"ts-node": "^10.9.2",
|
|
153
153
|
"typescript": "^5.9.3",
|
|
154
|
-
"vite": "^7.2.
|
|
154
|
+
"vite": "^7.2.4",
|
|
155
155
|
"vite-plugin-dts": "^4.5.4",
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vite-plugin-svgr": "^4.5.0",
|