@code0-tech/pictor 0.0.0-mvp.44 → 0.0.0-mvp.45
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
|
-
.menu__content,.menu__sub-content{padding:.35rem;position:relative;box-sizing:border-box;z-index:999}.menu__content,.menu__sub-content{border-radius:1rem}.menu__label{text-transform:uppercase;font-size:.7rem;display:flex;gap:.35rem;align-items:center;padding:.35rem .7rem;color:#ffffff80}.menu__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px}.menu__item,.menu__sub-trigger,.menu__checkbox-item{border-radius:.65rem;padding:.35rem .7rem;gap:.7rem;cursor:pointer;width:100%;display:flex;align-items:center;font-size:.8rem}.menu__item,.menu__sub-trigger,.menu__checkbox-item{background:#070514;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box}.menu__item:focus,.menu__sub-trigger:focus,.menu__checkbox-item:focus{outline:none}.menu__item,.menu__sub-trigger,.menu__checkbox-item{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px}.menu__item:disabled,.menu__item[data-disabled],.menu__item[aria-disabled=true],.menu__item--disabled,.menu__sub-trigger:disabled,.menu__sub-trigger[data-disabled],.menu__sub-trigger[aria-disabled=true],.menu__sub-trigger--disabled,.menu__checkbox-item:disabled,.menu__checkbox-item[data-disabled],.menu__checkbox-item[aria-disabled=true],.menu__checkbox-item--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.menu__item,.menu__sub-trigger,.menu__checkbox-item{box-shadow:none}.menu__item:focus,.menu__item[data-focus=true],.menu__sub-trigger:focus,.menu__sub-trigger[data-focus=true],.menu__checkbox-item:focus,.menu__checkbox-item[data-focus=true]{background:#
|
|
1
|
+
.menu__content,.menu__sub-content{padding:.35rem;position:relative;box-sizing:border-box;z-index:999}.menu__content,.menu__sub-content{border-radius:1rem}.menu__label{text-transform:uppercase;font-size:.7rem;display:flex;gap:.35rem;align-items:center;padding:.35rem .7rem;color:#ffffff80}.menu__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px}.menu__item,.menu__sub-trigger,.menu__checkbox-item{border-radius:.65rem;padding:.35rem .7rem;gap:.7rem;cursor:pointer;width:100%;display:flex;align-items:center;font-size:.8rem}.menu__item,.menu__sub-trigger,.menu__checkbox-item{background:#070514;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box}.menu__item:focus,.menu__sub-trigger:focus,.menu__checkbox-item:focus{outline:none}.menu__item,.menu__sub-trigger,.menu__checkbox-item{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px}.menu__item:disabled,.menu__item[data-disabled],.menu__item[aria-disabled=true],.menu__item--disabled,.menu__sub-trigger:disabled,.menu__sub-trigger[data-disabled],.menu__sub-trigger[aria-disabled=true],.menu__sub-trigger--disabled,.menu__checkbox-item:disabled,.menu__checkbox-item[data-disabled],.menu__checkbox-item[aria-disabled=true],.menu__checkbox-item--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.menu__item,.menu__sub-trigger,.menu__checkbox-item{box-shadow:none}.menu__item:focus,.menu__item[data-focus=true],.menu__sub-trigger:focus,.menu__sub-trigger[data-focus=true],.menu__checkbox-item:focus,.menu__checkbox-item[data-focus=true]{background:#191825;box-shadow:inset 0 1px 1px #ffffff1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none;width:100%}.menu__separator{border:none;margin:.35rem 0;color:#ffffff1a;height:1px;background-color:#ffffff1a}.menu__content--primary,.menu__sub-content--primary{background:#070514;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--secondary,.menu__sub-content--secondary{background:#191825;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--tertiary,.menu__sub-content--tertiary{background:#201e2c;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--success,.menu__sub-content--success{background:#0a1814;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--warning,.menu__sub-content--warning{background:#201813;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--error,.menu__sub-content--error{background:#1c0516;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}.menu__content--info,.menu__sub-content--info{background:#121e24;box-shadow:inset 0 1px 1px #bfbfbf1a;border:none;color:#ffffffbf;position:relative;box-sizing:border-box;border:rgb(25.4,23.6,37.1) 2px solid}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useService as
|
|
3
|
-
import
|
|
1
|
+
import { jsx as i, Fragment as q, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { useService as u, useStore as f } from "../../utils/contextStore.js";
|
|
3
|
+
import o from "react";
|
|
4
4
|
import "merge-props";
|
|
5
5
|
import "js-md5";
|
|
6
6
|
import { FileTabsService as S } from "../file-tabs/FileTabs.service.js";
|
|
7
|
-
import { FileTabs as
|
|
8
|
-
import { Menu as
|
|
7
|
+
import { FileTabs as N, FileTabsContent as O, FileTabsList as W, FileTabsTrigger as G } from "../file-tabs/FileTabs.js";
|
|
8
|
+
import { Menu as b, MenuTrigger as y, MenuPortal as C, MenuContent as w, MenuLabel as h, MenuItem as r, MenuSeparator as p } from "../menu/Menu.js";
|
|
9
9
|
import { Button as M } from "../button/Button.js";
|
|
10
|
-
import { IconPlus as
|
|
11
|
-
import { DLayout as
|
|
12
|
-
import { ButtonGroup as
|
|
10
|
+
import { IconPlus as P, IconDotsVertical as V } from "@tabler/icons-react";
|
|
11
|
+
import { DLayout as E } from "../d-layout/DLayout.js";
|
|
12
|
+
import { ButtonGroup as H } from "../button-group/ButtonGroup.js";
|
|
13
13
|
import "../d-flow/DFlow.js";
|
|
14
|
-
import { DFlowReactiveService as
|
|
14
|
+
import { DFlowReactiveService as I } from "../d-flow/DFlow.service.js";
|
|
15
15
|
import "../d-flow-data-type/rules/DFlowDataTypeRegexRule.js";
|
|
16
16
|
import "../d-flow-data-type/rules/DFlowDataTypeNumberRangeRule.js";
|
|
17
17
|
import "../d-flow-data-type/rules/DFlowDataTypeItemOfCollectionRule.js";
|
|
@@ -19,114 +19,66 @@ import "../d-flow-data-type/rules/DFlowDataTypeContainsTypeRule.js";
|
|
|
19
19
|
import "../d-flow-data-type/rules/DFlowDataTypeContainsKeyRule.js";
|
|
20
20
|
import "../d-flow-data-type/rules/DFlowDataTypeReturnTypeRule.js";
|
|
21
21
|
import "../d-flow-data-type/variants/DFlowDataTypeNodeVariant.js";
|
|
22
|
-
import { DFlowTypeReactiveService as
|
|
23
|
-
|
|
24
|
-
import { Flex as n } from "../flex/Flex.js";
|
|
25
|
-
import { Badge as s } from "../badge/Badge.js";
|
|
26
|
-
import { Spacing as k } from "../spacing/Spacing.js";
|
|
27
|
-
const Ie = (R) => {
|
|
22
|
+
import { DFlowTypeReactiveService as F } from "../d-flow-type/DFlowType.service.js";
|
|
23
|
+
const he = (x) => {
|
|
28
24
|
const {
|
|
29
|
-
flowId:
|
|
30
|
-
namespaceId:
|
|
31
|
-
projectId:
|
|
32
|
-
} =
|
|
33
|
-
namespaceId:
|
|
34
|
-
projectId:
|
|
35
|
-
}), [
|
|
36
|
-
if (
|
|
37
|
-
return
|
|
38
|
-
}, [
|
|
39
|
-
return
|
|
25
|
+
flowId: L,
|
|
26
|
+
namespaceId: B,
|
|
27
|
+
projectId: A
|
|
28
|
+
} = x, t = u(S), c = f(S), D = u(I), k = f(I), z = u(F), R = f(F), a = o.useId(), v = o.useMemo(() => D.getById(L, {
|
|
29
|
+
namespaceId: B,
|
|
30
|
+
projectId: A
|
|
31
|
+
}), [k]), d = o.useMemo(() => z.getById(v?.type?.id), [R, v]), T = o.useMemo(() => c.find((e) => e.active)?.id ?? t.getActiveTab()?.id, [c, t]), n = o.useMemo(() => {
|
|
32
|
+
if (d?.id)
|
|
33
|
+
return t.values().find((e) => e.id === d.id);
|
|
34
|
+
}, [c, d]), g = o.useMemo(() => t.values().filter((e) => e.show), [c, n]), $ = o.useMemo(() => t.values().filter((e) => !e.show && e.id !== n?.id), [c, n]);
|
|
35
|
+
return o.useEffect(() => {
|
|
40
36
|
setTimeout(() => {
|
|
41
|
-
const
|
|
42
|
-
if (
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
left:
|
|
37
|
+
const l = document.querySelector('[data-id="' + a + '"]').querySelector(".file-tabs__list-content"), m = l.querySelector('[data-value="' + t.getActiveTab()?.id + '"]');
|
|
38
|
+
if (l && m) {
|
|
39
|
+
const j = m.offsetLeft + m.offsetWidth / 2 - l.offsetWidth / 2;
|
|
40
|
+
l.scrollLeft = 0, l.scrollBy({
|
|
41
|
+
left: j,
|
|
46
42
|
behavior: "smooth"
|
|
47
43
|
});
|
|
48
44
|
}
|
|
49
45
|
}, 0);
|
|
50
|
-
}, [
|
|
51
|
-
|
|
52
|
-
}, children: /* @__PURE__ */
|
|
46
|
+
}, [T, a]), /* @__PURE__ */ i(N, { "data-id": a, value: T, onValueChange: (e) => {
|
|
47
|
+
t.activateTab(e);
|
|
48
|
+
}, children: /* @__PURE__ */ i(E, { layoutGap: "0", topContent: /* @__PURE__ */ i(W, { controls: /* @__PURE__ */ s(H, { color: "primary", p: 0, style: {
|
|
53
49
|
boxShadow: "none"
|
|
54
50
|
}, children: [
|
|
55
|
-
/* @__PURE__ */
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}, children: r.children }, `menu-${r.id}`))
|
|
71
|
-
] }),
|
|
72
|
-
/* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(n, { style: {
|
|
73
|
-
gap: ".35rem"
|
|
74
|
-
}, children: [
|
|
75
|
-
/* @__PURE__ */ o(n, { align: "center", style: {
|
|
76
|
-
gap: "0.35rem"
|
|
77
|
-
}, children: [
|
|
78
|
-
/* @__PURE__ */ o(n, { children: [
|
|
79
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(z, { size: 12 }) }),
|
|
80
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(F, { size: 12 }) })
|
|
81
|
-
] }),
|
|
82
|
-
"move"
|
|
83
|
-
] }),
|
|
84
|
-
/* @__PURE__ */ e(k, { spacing: "xxs" }),
|
|
85
|
-
/* @__PURE__ */ o(n, { align: "center", style: {
|
|
86
|
-
gap: ".35rem"
|
|
87
|
-
}, children: [
|
|
88
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(L, { size: 12 }) }),
|
|
89
|
-
"select"
|
|
90
|
-
] })
|
|
91
|
-
] }) })
|
|
51
|
+
/* @__PURE__ */ s(b, { children: [
|
|
52
|
+
/* @__PURE__ */ i(y, { asChild: !0, children: /* @__PURE__ */ i(M, { variant: "none", paddingSize: "xxs", color: "primary", children: /* @__PURE__ */ i(P, { size: 12 }) }) }),
|
|
53
|
+
/* @__PURE__ */ i(C, { children: /* @__PURE__ */ s(w, { align: "start", sideOffset: 8, children: [
|
|
54
|
+
/* @__PURE__ */ i(h, { children: "Starting Node" }),
|
|
55
|
+
n && /* @__PURE__ */ i(r, { onSelect: () => t.activateTab(n.id), children: n.children }),
|
|
56
|
+
/* @__PURE__ */ i(p, {}),
|
|
57
|
+
/* @__PURE__ */ i(h, { children: "Opened Nodes" }),
|
|
58
|
+
g.map((e) => /* @__PURE__ */ i(r, { onSelect: () => {
|
|
59
|
+
t.activateTab(e.id);
|
|
60
|
+
}, children: e.children }, `menu-${e.id}`)),
|
|
61
|
+
/* @__PURE__ */ i(p, {}),
|
|
62
|
+
/* @__PURE__ */ i(h, { children: "Available Node" }),
|
|
63
|
+
$.map((e) => /* @__PURE__ */ i(r, { onSelect: () => {
|
|
64
|
+
t.activateTab(e.id);
|
|
65
|
+
}, children: e.children }, `menu-${e.id}`))
|
|
92
66
|
] }) })
|
|
93
67
|
] }),
|
|
94
|
-
/* @__PURE__ */
|
|
95
|
-
/* @__PURE__ */
|
|
96
|
-
/* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
/* @__PURE__ */ e(l, { onClick: () => i.clearRight(), children: "Close all tabs to right" })
|
|
103
|
-
] }),
|
|
104
|
-
/* @__PURE__ */ e(m, { children: /* @__PURE__ */ o(n, { style: {
|
|
105
|
-
gap: ".35rem"
|
|
106
|
-
}, children: [
|
|
107
|
-
/* @__PURE__ */ o(n, { align: "center", style: {
|
|
108
|
-
gap: "0.35rem"
|
|
109
|
-
}, children: [
|
|
110
|
-
/* @__PURE__ */ o(n, { children: [
|
|
111
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(z, { size: 12 }) }),
|
|
112
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(F, { size: 12 }) })
|
|
113
|
-
] }),
|
|
114
|
-
"move"
|
|
115
|
-
] }),
|
|
116
|
-
/* @__PURE__ */ e(k, { spacing: "xxs" }),
|
|
117
|
-
/* @__PURE__ */ o(n, { align: "center", style: {
|
|
118
|
-
gap: ".35rem"
|
|
119
|
-
}, children: [
|
|
120
|
-
/* @__PURE__ */ e(s, { border: !0, children: /* @__PURE__ */ e(L, { size: 12 }) }),
|
|
121
|
-
"select"
|
|
122
|
-
] })
|
|
123
|
-
] }) })
|
|
68
|
+
/* @__PURE__ */ s(b, { children: [
|
|
69
|
+
/* @__PURE__ */ i(y, { asChild: !0, children: /* @__PURE__ */ i(M, { variant: "none", paddingSize: "xxs", color: "primary", children: /* @__PURE__ */ i(V, { size: 12 }) }) }),
|
|
70
|
+
/* @__PURE__ */ i(C, { children: /* @__PURE__ */ s(w, { align: "end", sideOffset: 8, children: [
|
|
71
|
+
/* @__PURE__ */ i(r, { onClick: () => t.clearAll(), children: "Close all tabs" }),
|
|
72
|
+
/* @__PURE__ */ i(r, { onClick: () => t.clearWithoutActive(), children: "Close other tabs" }),
|
|
73
|
+
/* @__PURE__ */ i(p, {}),
|
|
74
|
+
/* @__PURE__ */ i(r, { onClick: () => t.clearLeft(), children: "Close all tabs to left" }),
|
|
75
|
+
/* @__PURE__ */ i(r, { onClick: () => t.clearRight(), children: "Close all tabs to right" })
|
|
124
76
|
] }) })
|
|
125
77
|
] })
|
|
126
|
-
] }), children:
|
|
127
|
-
|
|
128
|
-
}, children:
|
|
78
|
+
] }), children: g.map((e, l) => e.show && /* @__PURE__ */ i(G, { closable: e.closeable, value: e.id, onClose: () => {
|
|
79
|
+
t.removeTabById(e.id);
|
|
80
|
+
}, children: e.children }, `trigger-${e.id}`)) }), children: /* @__PURE__ */ i(q, { children: t.values().map((e) => /* @__PURE__ */ i(O, { value: e.id, children: e.content }, `content-${e.id}`)) }) }) });
|
|
129
81
|
};
|
|
130
82
|
export {
|
|
131
|
-
|
|
83
|
+
he as DFlowTabs
|
|
132
84
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Flow, FlowConnection, Maybe, Namespace, NamespaceProject, NamespaceProjectUserAbilities, Runtime, RuntimeConnection, Scalars } from '@code0-tech/sagittarius-graphql-types';
|
|
1
|
+
import { Flow, FlowConnection, Maybe, Namespace, NamespaceProject, NamespaceProjectUserAbilities, NamespaceRoleConnection, Runtime, RuntimeConnection, Scalars } from '@code0-tech/sagittarius-graphql-types';
|
|
2
2
|
export declare class DNamespaceProjectView {
|
|
3
3
|
/** Time when this NamespaceProject was created */
|
|
4
4
|
private readonly _createdAt?;
|
|
@@ -16,8 +16,12 @@ export declare class DNamespaceProjectView {
|
|
|
16
16
|
private readonly _namespace?;
|
|
17
17
|
/** The primary runtime for the project */
|
|
18
18
|
private readonly _primaryRuntime?;
|
|
19
|
+
/** Roles assigned to this project */
|
|
20
|
+
private readonly _roles?;
|
|
19
21
|
/** Runtimes assigned to this project */
|
|
20
22
|
private readonly _runtimes?;
|
|
23
|
+
/** Slug of the project used in URLs to identify flows */
|
|
24
|
+
private readonly _slug?;
|
|
21
25
|
/** Time when this NamespaceProject was last updated */
|
|
22
26
|
private readonly _updatedAt?;
|
|
23
27
|
/** Abilities for the current user on this NamespaceProject */
|
|
@@ -31,7 +35,9 @@ export declare class DNamespaceProjectView {
|
|
|
31
35
|
get name(): Maybe<Scalars["String"]["output"]> | undefined;
|
|
32
36
|
get namespace(): Maybe<Namespace> | undefined;
|
|
33
37
|
get primaryRuntime(): Maybe<Runtime> | undefined;
|
|
38
|
+
get roles(): Maybe<NamespaceRoleConnection> | undefined;
|
|
34
39
|
get runtimes(): Maybe<RuntimeConnection> | undefined;
|
|
40
|
+
get slug(): Maybe<Scalars["String"]["output"]> | undefined;
|
|
35
41
|
get updatedAt(): Maybe<Scalars["Time"]["output"]> | undefined;
|
|
36
42
|
get userAbilities(): Maybe<NamespaceProjectUserAbilities> | undefined;
|
|
37
43
|
json(): NamespaceProject;
|
|
@@ -17,7 +17,7 @@ function u(i, t) {
|
|
|
17
17
|
}
|
|
18
18
|
class o {
|
|
19
19
|
constructor(t) {
|
|
20
|
-
e(this, "_createdAt", void 0), e(this, "_description", void 0), e(this, "_flow", void 0), e(this, "_flows", void 0), e(this, "_id", void 0), e(this, "_name", void 0), e(this, "_namespace", void 0), e(this, "_primaryRuntime", void 0), e(this, "_runtimes", void 0), e(this, "_updatedAt", void 0), e(this, "_userAbilities", void 0), this._createdAt = t.createdAt, this._description = t.description, this._flow = t.flow, this._flows = t.flows, this._id = t.id, this._name = t.name, this._namespace = t.namespace, this._primaryRuntime = t.primaryRuntime, this._runtimes = t.runtimes, this._updatedAt = t.updatedAt, this._userAbilities = t.userAbilities;
|
|
20
|
+
e(this, "_createdAt", void 0), e(this, "_description", void 0), e(this, "_flow", void 0), e(this, "_flows", void 0), e(this, "_id", void 0), e(this, "_name", void 0), e(this, "_namespace", void 0), e(this, "_primaryRuntime", void 0), e(this, "_roles", void 0), e(this, "_runtimes", void 0), e(this, "_slug", void 0), e(this, "_updatedAt", void 0), e(this, "_userAbilities", void 0), this._createdAt = t.createdAt, this._description = t.description, this._flow = t.flow, this._flows = t.flows, this._id = t.id, this._name = t.name, this._namespace = t.namespace, this._primaryRuntime = t.primaryRuntime, this._roles = t.roles, this._runtimes = t.runtimes, this._slug = t.slug, this._updatedAt = t.updatedAt, this._userAbilities = t.userAbilities;
|
|
21
21
|
}
|
|
22
22
|
get createdAt() {
|
|
23
23
|
return this._createdAt;
|
|
@@ -43,9 +43,15 @@ class o {
|
|
|
43
43
|
get primaryRuntime() {
|
|
44
44
|
return this._primaryRuntime;
|
|
45
45
|
}
|
|
46
|
+
get roles() {
|
|
47
|
+
return this._roles;
|
|
48
|
+
}
|
|
46
49
|
get runtimes() {
|
|
47
50
|
return this._runtimes;
|
|
48
51
|
}
|
|
52
|
+
get slug() {
|
|
53
|
+
return this._slug;
|
|
54
|
+
}
|
|
49
55
|
get updatedAt() {
|
|
50
56
|
return this._updatedAt;
|
|
51
57
|
}
|
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.45",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A simple template for a custom React component library",
|
|
6
6
|
"scripts": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@storybook/react-vite": "^10.1.11",
|
|
57
57
|
"@tabler/icons-react": "3.36.1",
|
|
58
58
|
"@types/jest-image-snapshot": "^6.4.1",
|
|
59
|
-
"@types/react": "^19.2.
|
|
59
|
+
"@types/react": "^19.2.14",
|
|
60
60
|
"@types/react-dom": "^19.2.3",
|
|
61
61
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
62
62
|
"@uiw/codemirror-themes": "^4.25.4",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"merge-props": "^6.0.0",
|
|
80
80
|
"overlap-area": "^1.1.0",
|
|
81
81
|
"playwright": "1.58.1",
|
|
82
|
-
"react": "^19.2.
|
|
82
|
+
"react": "^19.2.4",
|
|
83
83
|
"react-contenteditable": "^3.3.7",
|
|
84
|
-
"react-dom": "^19.2.
|
|
84
|
+
"react-dom": "^19.2.4",
|
|
85
85
|
"react-resizable-panels": "^4.6.2",
|
|
86
86
|
"react-syntax-highlighter": "^16.1.0",
|
|
87
87
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
88
88
|
"rimraf": "^6.1.2",
|
|
89
|
-
"sass": "^1.97.
|
|
89
|
+
"sass": "^1.97.3",
|
|
90
90
|
"sass-loader": "^16.0.6",
|
|
91
91
|
"sonner": "^2.0.7",
|
|
92
92
|
"storybook": "^10.1.11",
|