@code0-tech/pictor 0.0.0-mvp.20 → 0.0.0-mvp.22
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.
- package/dist/assets/components/alert/Alert.style.css +1 -1
- package/dist/assets/components/badge/Badge.style.css +1 -1
- package/dist/assets/components/breadcrumb/Breadcrumb.style.css +1 -1
- package/dist/assets/components/card/Card.style.css +1 -1
- package/dist/assets/components/command/Command.style.css +1 -1
- package/dist/assets/components/d-flow/folder/DFlowFolder.style.css +1 -1
- package/dist/assets/components/d-flow/input/DFlowInputDataType.style.css +1 -1
- package/dist/assets/components/d-layout/DLayout.style.css +1 -1
- package/dist/assets/components/dialog/Dialog.style.css +1 -1
- package/dist/assets/components/file-tabs/FileTabs.style.css +1 -1
- package/dist/assets/components/form/Input.style.css +1 -1
- package/dist/assets/components/menu/Menu.style.css +1 -1
- package/dist/assets/components/segmented-control/SegmentedControl.style.css +1 -1
- package/dist/assets/components/toast/Toast.style.css +1 -1
- package/dist/assets/components/tooltip/Tooltip.style.css +1 -1
- package/dist/components/d-member/DNamespaceMember.service.js +6 -4
- package/dist/components/d-organization/DOrganizationCard.d.ts +3 -2
- package/dist/components/d-organization/DOrganizationList.d.ts +3 -4
- package/dist/components/d-organization/DOrganizationList.js +7 -7
- package/dist/components/d-organization/DOrganizatonContent.d.ts +5 -4
- package/dist/components/d-organization/DOrganizatonContent.js +24 -24
- package/dist/components/d-project/DNamespaceProjectCard.d.ts +5 -5
- package/dist/components/d-project/DNamespaceProjectCard.js +13 -11
- package/dist/components/d-project/DNamespaceProjectContent.d.ts +2 -1
- package/dist/components/d-project/DNamespaceProjectContent.js +18 -18
- package/dist/components/d-project/DNamespaceProjectList.d.ts +3 -3
- package/dist/components/d-project/DNamespaceProjectList.js +8 -8
- package/dist/components/d-project/index.js +11 -17
- package/dist/components/d-runtime/DRuntimeCard.d.ts +2 -1
- package/dist/components/d-runtime/DRuntimeContent.d.ts +2 -1
- package/dist/components/d-runtime/DRuntimeContent.js +13 -13
- package/dist/components/d-runtime/DRuntimeList.d.ts +4 -3
- package/dist/components/d-runtime/DRuntimeList.js +16 -13
- package/dist/components/d-user/DUserCard.d.ts +2 -1
- package/dist/components/d-user/DUserContent.d.ts +2 -1
- package/dist/components/d-user/DUserContent.js +24 -24
- package/dist/components/d-user/DUserList.d.ts +2 -3
- package/dist/components/d-user/DUserList.js +4 -4
- package/dist/components/form/useForm.js +58 -33
- package/dist/index.js +119 -117
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import { Breadcrumb as c } from "./components/breadcrumb/Breadcrumb.js";
|
|
|
5
5
|
import { Button as s } from "./components/button/Button.js";
|
|
6
6
|
import { ButtonGroup as g } from "./components/button-group/ButtonGroup.js";
|
|
7
7
|
import { Card as w } from "./components/card/Card.js";
|
|
8
|
-
import { Col as
|
|
9
|
-
import { Command as F, CommandDialog as R, CommandEmpty as T, CommandGroup as I, CommandInput as b, CommandItem as
|
|
8
|
+
import { Col as v } from "./components/col/Col.js";
|
|
9
|
+
import { Command as F, CommandDialog as R, CommandEmpty as T, CommandGroup as I, CommandInput as b, CommandItem as P, CommandList as V, CommandSeparator as M, CommandShortcut as N } from "./components/command/Command.js";
|
|
10
10
|
import { Container as y } from "./components/container/Container.js";
|
|
11
|
-
import { FlowSettingView as O, FlowView as G, NodeFunctionView as U, NodeParameterView as
|
|
12
|
-
import { DFlowReactiveService as
|
|
11
|
+
import { FlowSettingView as O, FlowView as G, NodeFunctionView as U, NodeParameterView as j } from "./components/d-flow/DFlow.view.js";
|
|
12
|
+
import { DFlowReactiveService as E } from "./components/d-flow/DFlow.service.js";
|
|
13
13
|
import { FLOW_EDGE_RAINBOW as B, useFlowEdges as H } from "./components/d-flow/DFlow.edges.hook.js";
|
|
14
14
|
import { useFlowNodes as _ } from "./components/d-flow/DFlow.nodes.hook.js";
|
|
15
15
|
import { DFlow as K } from "./components/d-flow/DFlow.js";
|
|
@@ -24,17 +24,17 @@ import { DFlowReactiveSuggestionService as le } from "./components/d-flow/sugges
|
|
|
24
24
|
import { DFlowSuggestion as ue, DFlowSuggestionType as se } from "./components/d-flow/suggestion/DFlowSuggestion.view.js";
|
|
25
25
|
import { DFlowTypeReactiveService as ge } from "./components/d-flow/type/DFlowType.service.js";
|
|
26
26
|
import { FlowTypeView as we } from "./components/d-flow/type/DFlowType.view.js";
|
|
27
|
-
import { useDFlowValidations as
|
|
27
|
+
import { useDFlowValidations as ve } from "./components/d-flow/validation/DFlowValidation.hook.js";
|
|
28
28
|
import { DFlowValidation as Fe } from "./components/d-flow/validation/DFlowValidation.js";
|
|
29
29
|
import { DFullScreen as Te } from "./components/d-fullscreen/DFullScreen.js";
|
|
30
30
|
import { DLayout as be } from "./components/d-layout/DLayout.js";
|
|
31
|
-
import { DNamespaceLicenseReactiveService as
|
|
31
|
+
import { DNamespaceLicenseReactiveService as Ve } from "./components/d-license/DNamespaceLicense.service.js";
|
|
32
32
|
import { DNamespaceLicenseView as Ne } from "./components/d-license/DNamespaceLicense.view.js";
|
|
33
33
|
import { DNamespaceMemberReactiveService as ye } from "./components/d-member/DNamespaceMember.service.js";
|
|
34
34
|
import { DNamespaceMemberView as Oe } from "./components/d-member/DNamespaceMember.view.js";
|
|
35
35
|
import { DNamespaceReactiveService as Ue } from "./components/d-namespace/DNamespace.service.js";
|
|
36
|
-
import { DNamespaceView as
|
|
37
|
-
import { DOrganizationReactiveService as
|
|
36
|
+
import { DNamespaceView as ze } from "./components/d-namespace/DNamespace.view.js";
|
|
37
|
+
import { DOrganizationReactiveService as he } from "./components/d-organization/DOrganization.service.js";
|
|
38
38
|
import { DOrganizationView as He } from "./components/d-organization/DOrganization.view.js";
|
|
39
39
|
import "react/jsx-runtime";
|
|
40
40
|
import "./_virtual/compiler-runtime.js";
|
|
@@ -52,44 +52,45 @@ import { Flex as wo } from "./components/flex/Flex.js";
|
|
|
52
52
|
import { Spacing as Co } from "./components/spacing/Spacing.js";
|
|
53
53
|
import { DUserReactiveService as Ro } from "./components/d-user/DUser.service.js";
|
|
54
54
|
import { DUserView as Io } from "./components/d-user/DUser.view.js";
|
|
55
|
-
import { Menu as
|
|
56
|
-
import { DUserCard as
|
|
55
|
+
import { Menu as Po, MenuArrow as Vo, MenuContent as Mo, MenuGroup as No, MenuItem as Ao, MenuLabel as yo, MenuPortal as Lo, MenuSeparator as Oo, MenuSub as Go, MenuSubContent as Uo, MenuSubTrigger as jo, MenuTrigger as zo } from "./components/menu/Menu.js";
|
|
56
|
+
import { DUserCard as ho } from "./components/d-user/DUserCard.js";
|
|
57
57
|
import { DUserList as Ho } from "./components/d-user/DUserList.js";
|
|
58
58
|
import { setUserSession as _o, useUserSession as ko } from "./components/d-user/DUser.session.hook.js";
|
|
59
59
|
import { DOrganizationList as Qo } from "./components/d-organization/DOrganizationList.js";
|
|
60
60
|
import { DNamespaceProjectReactiveService as Jo } from "./components/d-project/DNamespaceProject.service.js";
|
|
61
61
|
import { DNamespaceProjectView as Yo } from "./components/d-project/DNamespaceProject.view.js";
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
62
|
+
import { DNamespaceProjectCard as $o } from "./components/d-project/DNamespaceProjectCard.js";
|
|
63
|
+
import { DNamespaceProjectList as or } from "./components/d-project/DNamespaceProjectList.js";
|
|
64
|
+
import { DResizableHandle as tr, DResizablePanel as ir, DResizablePanelGroup as pr } from "./components/d-resizable/DResizable.js";
|
|
65
|
+
import { DNamespaceRoleReactiveService as ar } from "./components/d-role/DNamespaceRole.service.js";
|
|
66
|
+
import { DNamespaceRoleView as xr } from "./components/d-role/DNamespaceRole.view.js";
|
|
67
|
+
import { DRuntimeReactiveService as lr } from "./components/d-runtime/DRuntime.service.js";
|
|
68
|
+
import { DRuntimeView as ur } from "./components/d-runtime/DRuntime.view.js";
|
|
69
|
+
import { DRuntimeCard as Dr } from "./components/d-runtime/DRuntimeCard.js";
|
|
70
|
+
import { DRuntimeList as Sr } from "./components/d-runtime/DRuntimeList.js";
|
|
71
|
+
import { Dialog as dr, DialogClose as vr, DialogContent as Cr, DialogDescription as Fr, DialogFooter as Rr, DialogHeader as Tr, DialogOverlay as Ir, DialogPortal as br, DialogTitle as Pr, DialogTrigger as Vr } from "./components/dialog/Dialog.js";
|
|
72
|
+
import { CheckboxInput as Nr } from "./components/form/CheckboxInput.js";
|
|
73
|
+
import { EmailInput as yr, emailValidation as Lr } from "./components/form/EmailInput.js";
|
|
74
|
+
import { Input as Gr, setElementKey as Ur } from "./components/form/Input.js";
|
|
75
|
+
import { InputDescription as zr } from "./components/form/InputDescription.js";
|
|
76
|
+
import { InputLabel as hr } from "./components/form/InputLabel.js";
|
|
77
|
+
import { InputMessage as Hr } from "./components/form/InputMessage.js";
|
|
78
|
+
import { InputSuggestionMenuContent as _r, InputSuggestionMenuContentItems as kr } from "./components/form/InputSuggestion.js";
|
|
79
|
+
import { NumberInput as Qr } from "./components/form/NumberInput.js";
|
|
80
|
+
import { PasswordInput as Jr } from "./components/form/PasswordInput.js";
|
|
81
|
+
import { PinInput as Yr, PinInputField as Zr, PinInputHiddenField as $r } from "./components/form/PinInput.js";
|
|
82
|
+
import { RadioGroup as ot } from "./components/form/RadioGroup.js";
|
|
83
|
+
import { RadioInput as tt } from "./components/form/RadioInput.js";
|
|
84
|
+
import { SwitchInput as pt } from "./components/form/SwitchInput.js";
|
|
85
|
+
import { TextInput as at } from "./components/form/TextInput.js";
|
|
86
|
+
import { useForm as xt } from "./components/form/useForm.js";
|
|
87
|
+
import { Quote as lt } from "./components/quote/Quote.js";
|
|
88
|
+
import { Row as ut } from "./components/row/Row.js";
|
|
89
|
+
import { ScrollArea as Dt, ScrollAreaCorner as gt, ScrollAreaScrollbar as St, ScrollAreaThumb as wt, ScrollAreaViewport as dt } from "./components/scroll-area/ScrollArea.js";
|
|
90
|
+
import { SegmentedControl as Ct, SegmentedControlItem as Ft } from "./components/segmented-control/SegmentedControl.js";
|
|
91
|
+
import { Tab as Tt, TabContent as It, TabList as bt, TabTrigger as Pt } from "./components/tab/Tab.js";
|
|
92
|
+
import { Toast as Mt, toast as Nt } from "./components/toast/Toast.js";
|
|
93
|
+
import { Tooltip as yt, TooltipArrow as Lt, TooltipContent as Ot, TooltipPortal as Gt, TooltipTrigger as Ut } from "./components/tooltip/Tooltip.js";
|
|
93
94
|
export {
|
|
94
95
|
m as Alert,
|
|
95
96
|
n as Avatar,
|
|
@@ -98,17 +99,17 @@ export {
|
|
|
98
99
|
s as Button,
|
|
99
100
|
g as ButtonGroup,
|
|
100
101
|
w as Card,
|
|
101
|
-
|
|
102
|
-
|
|
102
|
+
Nr as CheckboxInput,
|
|
103
|
+
v as Col,
|
|
103
104
|
mo as Colors,
|
|
104
105
|
F as Command,
|
|
105
106
|
R as CommandDialog,
|
|
106
107
|
T as CommandEmpty,
|
|
107
108
|
I as CommandGroup,
|
|
108
109
|
b as CommandInput,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
P as CommandItem,
|
|
111
|
+
V as CommandList,
|
|
112
|
+
M as CommandSeparator,
|
|
112
113
|
N as CommandShortcut,
|
|
113
114
|
y as Container,
|
|
114
115
|
_e as ContextStore,
|
|
@@ -121,7 +122,7 @@ export {
|
|
|
121
122
|
re as DFlowFolderItem,
|
|
122
123
|
ie as DFlowFunctionReactiveService,
|
|
123
124
|
xe as DFlowMiniMap,
|
|
124
|
-
|
|
125
|
+
E as DFlowReactiveService,
|
|
125
126
|
le as DFlowReactiveSuggestionService,
|
|
126
127
|
ue as DFlowSuggestion,
|
|
127
128
|
se as DFlowSuggestionType,
|
|
@@ -129,59 +130,60 @@ export {
|
|
|
129
130
|
Fe as DFlowValidation,
|
|
130
131
|
Te as DFullScreen,
|
|
131
132
|
be as DLayout,
|
|
132
|
-
|
|
133
|
+
Ve as DNamespaceLicenseReactiveService,
|
|
133
134
|
Ne as DNamespaceLicenseView,
|
|
134
135
|
ye as DNamespaceMemberReactiveService,
|
|
135
136
|
Oe as DNamespaceMemberView,
|
|
136
|
-
|
|
137
|
+
$o as DNamespaceProjectCard,
|
|
138
|
+
or as DNamespaceProjectList,
|
|
137
139
|
Jo as DNamespaceProjectReactiveService,
|
|
138
140
|
Yo as DNamespaceProjectView,
|
|
139
141
|
Ue as DNamespaceReactiveService,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
142
|
+
ar as DNamespaceRoleReactiveService,
|
|
143
|
+
xr as DNamespaceRoleView,
|
|
144
|
+
ze as DNamespaceView,
|
|
143
145
|
Qo as DOrganizationList,
|
|
144
|
-
|
|
146
|
+
he as DOrganizationReactiveService,
|
|
145
147
|
He as DOrganizationView,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
148
|
+
tr as DResizableHandle,
|
|
149
|
+
ir as DResizablePanel,
|
|
150
|
+
pr as DResizablePanelGroup,
|
|
151
|
+
Dr as DRuntimeCard,
|
|
152
|
+
Sr as DRuntimeList,
|
|
153
|
+
lr as DRuntimeReactiveService,
|
|
154
|
+
ur as DRuntimeView,
|
|
155
|
+
ho as DUserCard,
|
|
154
156
|
Ho as DUserList,
|
|
155
157
|
Ro as DUserReactiveService,
|
|
156
158
|
Io as DUserView,
|
|
157
159
|
Z as DataTypeView,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
160
|
+
dr as Dialog,
|
|
161
|
+
vr as DialogClose,
|
|
162
|
+
Cr as DialogContent,
|
|
163
|
+
Fr as DialogDescription,
|
|
164
|
+
Rr as DialogFooter,
|
|
165
|
+
Tr as DialogHeader,
|
|
166
|
+
Ir as DialogOverlay,
|
|
167
|
+
br as DialogPortal,
|
|
168
|
+
Pr as DialogTitle,
|
|
169
|
+
Vr as DialogTrigger,
|
|
170
|
+
yr as EmailInput,
|
|
169
171
|
B as FLOW_EDGE_RAINBOW,
|
|
170
172
|
wo as Flex,
|
|
171
173
|
O as FlowSettingView,
|
|
172
174
|
we as FlowTypeView,
|
|
173
175
|
G as FlowView,
|
|
174
176
|
me as FunctionDefinitionView,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
177
|
+
Gr as Input,
|
|
178
|
+
zr as InputDescription,
|
|
179
|
+
hr as InputLabel,
|
|
180
|
+
Hr as InputMessage,
|
|
181
|
+
_r as InputSuggestionMenuContent,
|
|
182
|
+
kr as InputSuggestionMenuContentItems,
|
|
181
183
|
Je as InspectionSeverity,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
Po as Menu,
|
|
185
|
+
Vo as MenuArrow,
|
|
186
|
+
Mo as MenuContent,
|
|
185
187
|
No as MenuGroup,
|
|
186
188
|
Ao as MenuItem,
|
|
187
189
|
yo as MenuLabel,
|
|
@@ -189,47 +191,47 @@ export {
|
|
|
189
191
|
Oo as MenuSeparator,
|
|
190
192
|
Go as MenuSub,
|
|
191
193
|
Uo as MenuSubContent,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
jo as MenuSubTrigger,
|
|
195
|
+
zo as MenuTrigger,
|
|
194
196
|
U as NodeFunctionView,
|
|
195
|
-
|
|
197
|
+
j as NodeParameterView,
|
|
196
198
|
Ye as NonReactiveArrayService,
|
|
197
|
-
|
|
199
|
+
Qr as NumberInput,
|
|
198
200
|
eo as ObjectService,
|
|
199
201
|
ae as ParameterDefinitionView,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
202
|
+
Jr as PasswordInput,
|
|
203
|
+
Yr as PinInput,
|
|
204
|
+
Zr as PinInputField,
|
|
205
|
+
$r as PinInputHiddenField,
|
|
206
|
+
lt as Quote,
|
|
207
|
+
ot as RadioGroup,
|
|
208
|
+
tt as RadioInput,
|
|
207
209
|
to as ReactiveArrayService,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
210
|
+
ut as Row,
|
|
211
|
+
Dt as ScrollArea,
|
|
212
|
+
gt as ScrollAreaCorner,
|
|
213
|
+
St as ScrollAreaScrollbar,
|
|
214
|
+
wt as ScrollAreaThumb,
|
|
215
|
+
dt as ScrollAreaViewport,
|
|
216
|
+
Ct as SegmentedControl,
|
|
217
|
+
Ft as SegmentedControlItem,
|
|
216
218
|
Co as Spacing,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
219
|
+
pt as SwitchInput,
|
|
220
|
+
Tt as Tab,
|
|
221
|
+
It as TabContent,
|
|
222
|
+
bt as TabList,
|
|
223
|
+
Pt as TabTrigger,
|
|
222
224
|
go as Text,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
225
|
+
at as TextInput,
|
|
226
|
+
Mt as Toast,
|
|
227
|
+
yt as Tooltip,
|
|
228
|
+
Lt as TooltipArrow,
|
|
229
|
+
Ot as TooltipContent,
|
|
230
|
+
Gt as TooltipPortal,
|
|
231
|
+
Ut as TooltipTrigger,
|
|
230
232
|
Ze as createNonReactiveArrayService,
|
|
231
233
|
oo as createObjectService,
|
|
232
|
-
|
|
234
|
+
Lr as emailValidation,
|
|
233
235
|
no as getChild,
|
|
234
236
|
xo as getContent,
|
|
235
237
|
fo as getPositionAroundTarget,
|
|
@@ -237,13 +239,13 @@ export {
|
|
|
237
239
|
co as getWindowPositioning,
|
|
238
240
|
uo as mergeCode0Props,
|
|
239
241
|
so as parseUnit,
|
|
240
|
-
|
|
242
|
+
Ur as setElementKey,
|
|
241
243
|
_o as setUserSession,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
+
Nt as toast,
|
|
245
|
+
ve as useDFlowValidations,
|
|
244
246
|
H as useFlowEdges,
|
|
245
247
|
_ as useFlowNodes,
|
|
246
|
-
|
|
248
|
+
xt as useForm,
|
|
247
249
|
io as useReactiveArrayService,
|
|
248
250
|
Ke as useService,
|
|
249
251
|
Qe as useStore,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code0-tech/pictor",
|
|
3
|
-
"version": "0.0.0-mvp.
|
|
3
|
+
"version": "0.0.0-mvp.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A simple template for a custom React component library",
|
|
6
6
|
"scripts": {
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"@storybook/react-vite": "^10.0.8",
|
|
48
48
|
"@tabler/icons-react": "3.35.0",
|
|
49
49
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
50
|
-
"@types/react": "^19.2.
|
|
50
|
+
"@types/react": "^19.2.7",
|
|
51
51
|
"@vitejs/plugin-react": "^5.1.1",
|
|
52
|
-
"@vitest/browser-playwright": "^4.0.
|
|
53
|
-
"@vitest/coverage-v8": "^4.0.
|
|
52
|
+
"@vitest/browser-playwright": "^4.0.13",
|
|
53
|
+
"@vitest/coverage-v8": "^4.0.13",
|
|
54
54
|
"@xyflow/react": "^12.9.3",
|
|
55
55
|
"axe-playwright": "^2.2.2",
|
|
56
56
|
"babel-loader": "^10.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"vite": "^7.2.4",
|
|
82
82
|
"vite-plugin-dts": "^4.5.4",
|
|
83
83
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
84
|
-
"vitest": "^4.0.
|
|
84
|
+
"vitest": "^4.0.13"
|
|
85
85
|
},
|
|
86
86
|
"main": "dist/index.js",
|
|
87
87
|
"repository": {
|