dn-react-router-toolkit 0.7.7 → 0.7.8
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/api/create_api_handler.d.mts +5 -5
- package/dist/api/create_api_handler.d.ts +5 -5
- package/dist/client/env_loader.d.mts +2 -2
- package/dist/client/env_loader.d.ts +2 -2
- package/dist/client/env_loader.js +2 -12
- package/dist/client/env_loader.mjs +2 -2
- package/dist/client/file_input.d.mts +3 -2
- package/dist/client/file_input.d.ts +3 -2
- package/dist/client/file_input.js +30 -37
- package/dist/client/file_input.mjs +33 -28
- package/dist/client/index.d.mts +1 -0
- package/dist/client/index.d.ts +1 -0
- package/dist/client/index.js +38 -44
- package/dist/client/index.mjs +39 -33
- package/dist/client/store_text_editor.d.mts +2 -2
- package/dist/client/store_text_editor.d.ts +2 -2
- package/dist/client/store_text_editor.js +3 -12
- package/dist/client/store_text_editor.mjs +3 -2
- package/dist/crud/crud_form.d.mts +5 -4
- package/dist/crud/crud_form.d.ts +5 -4
- package/dist/crud/crud_form.js +74 -72
- package/dist/crud/crud_form.mjs +79 -62
- package/dist/crud/crud_form_provider.d.mts +9 -7
- package/dist/crud/crud_form_provider.d.ts +9 -7
- package/dist/crud/crud_form_provider.js +2 -12
- package/dist/crud/crud_form_provider.mjs +6 -3
- package/dist/crud/crud_page.d.mts +10 -6
- package/dist/crud/crud_page.d.ts +10 -6
- package/dist/crud/crud_page.js +272 -409
- package/dist/crud/crud_page.mjs +277 -399
- package/dist/crud/generate_pages.d.mts +10 -2
- package/dist/crud/generate_pages.d.ts +10 -2
- package/dist/crud/generate_pages.js +17 -14
- package/dist/crud/generate_pages.mjs +17 -4
- package/dist/crud/index.d.mts +2 -1
- package/dist/crud/index.d.ts +2 -1
- package/dist/crud/index.js +290 -404
- package/dist/crud/index.mjs +295 -404
- package/dist/form/create_form_component.d.mts +3 -2
- package/dist/form/create_form_component.d.ts +3 -2
- package/dist/form/create_form_component.js +3 -12
- package/dist/form/create_form_component.mjs +3 -2
- package/dist/form/form_components.d.mts +5 -4
- package/dist/form/form_components.d.ts +5 -4
- package/dist/form/form_components.js +3 -12
- package/dist/form/form_components.mjs +3 -2
- package/dist/form/index.d.mts +1 -0
- package/dist/form/index.d.ts +1 -0
- package/dist/form/index.js +3 -12
- package/dist/form/index.mjs +3 -2
- package/dist/post/editor_toolbar.d.mts +4 -3
- package/dist/post/editor_toolbar.d.ts +4 -3
- package/dist/post/editor_toolbar.js +116 -273
- package/dist/post/editor_toolbar.mjs +123 -263
- package/dist/post/index.d.mts +1 -0
- package/dist/post/index.d.ts +1 -0
- package/dist/post/index.js +329 -411
- package/dist/post/index.mjs +337 -409
- package/dist/post/post_form_page.d.mts +5 -4
- package/dist/post/post_form_page.d.ts +5 -4
- package/dist/post/post_form_page.js +331 -413
- package/dist/post/post_form_page.mjs +337 -409
- package/dist/post/thumbnail_picker.d.mts +3 -2
- package/dist/post/thumbnail_picker.d.ts +3 -2
- package/dist/post/thumbnail_picker.js +14 -23
- package/dist/post/thumbnail_picker.mjs +14 -13
- package/dist/seo/index.d.mts +1 -1
- package/dist/seo/index.d.ts +1 -1
- package/dist/seo/index.js +2 -2
- package/dist/seo/index.mjs +2 -2
- package/dist/seo/seo.d.mts +2 -2
- package/dist/seo/seo.d.ts +2 -2
- package/dist/seo/seo.js +2 -2
- package/dist/seo/seo.mjs +2 -2
- package/dist/table/buttons.d.mts +2 -2
- package/dist/table/buttons.d.ts +2 -2
- package/dist/table/buttons.js +42 -57
- package/dist/table/buttons.mjs +42 -47
- package/dist/table/index.d.mts +1 -0
- package/dist/table/index.d.ts +1 -0
- package/dist/table/index.js +185 -338
- package/dist/table/index.mjs +185 -328
- package/dist/table/page.d.mts +5 -4
- package/dist/table/page.d.ts +5 -4
- package/dist/table/page.js +185 -338
- package/dist/table/page.mjs +185 -328
- package/dist/table/table.d.mts +5 -4
- package/dist/table/table.d.ts +5 -4
- package/dist/table/table.js +77 -237
- package/dist/table/table.mjs +77 -227
- package/package.json +7 -5
package/dist/table/table.mjs
CHANGED
|
@@ -1,155 +1,8 @@
|
|
|
1
1
|
// src/table/table.tsx
|
|
2
2
|
import { cn } from "dn-react-toolkit/utils";
|
|
3
|
-
|
|
4
|
-
// node_modules/react-icons/lib/iconBase.mjs
|
|
5
|
-
import React2 from "react";
|
|
6
|
-
|
|
7
|
-
// node_modules/react-icons/lib/iconContext.mjs
|
|
8
|
-
import React from "react";
|
|
9
|
-
var DefaultContext = {
|
|
10
|
-
color: void 0,
|
|
11
|
-
size: void 0,
|
|
12
|
-
className: void 0,
|
|
13
|
-
style: void 0,
|
|
14
|
-
attr: void 0
|
|
15
|
-
};
|
|
16
|
-
var IconContext = React.createContext && /* @__PURE__ */ React.createContext(DefaultContext);
|
|
17
|
-
|
|
18
|
-
// node_modules/react-icons/lib/iconBase.mjs
|
|
19
|
-
var _excluded = ["attr", "size", "title"];
|
|
20
|
-
function _objectWithoutProperties(source, excluded) {
|
|
21
|
-
if (source == null) return {};
|
|
22
|
-
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
23
|
-
var key, i;
|
|
24
|
-
if (Object.getOwnPropertySymbols) {
|
|
25
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
26
|
-
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
27
|
-
key = sourceSymbolKeys[i];
|
|
28
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
29
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
30
|
-
target[key] = source[key];
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
return target;
|
|
34
|
-
}
|
|
35
|
-
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
36
|
-
if (source == null) return {};
|
|
37
|
-
var target = {};
|
|
38
|
-
for (var key in source) {
|
|
39
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
40
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
41
|
-
target[key] = source[key];
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
return target;
|
|
45
|
-
}
|
|
46
|
-
function _extends() {
|
|
47
|
-
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
48
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
49
|
-
var source = arguments[i];
|
|
50
|
-
for (var key in source) {
|
|
51
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
52
|
-
target[key] = source[key];
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
return target;
|
|
57
|
-
};
|
|
58
|
-
return _extends.apply(this, arguments);
|
|
59
|
-
}
|
|
60
|
-
function ownKeys(e, r) {
|
|
61
|
-
var t = Object.keys(e);
|
|
62
|
-
if (Object.getOwnPropertySymbols) {
|
|
63
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
64
|
-
r && (o = o.filter(function(r2) {
|
|
65
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
66
|
-
})), t.push.apply(t, o);
|
|
67
|
-
}
|
|
68
|
-
return t;
|
|
69
|
-
}
|
|
70
|
-
function _objectSpread(e) {
|
|
71
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
72
|
-
var t = null != arguments[r] ? arguments[r] : {};
|
|
73
|
-
r % 2 ? ownKeys(Object(t), true).forEach(function(r2) {
|
|
74
|
-
_defineProperty(e, r2, t[r2]);
|
|
75
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
|
|
76
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
return e;
|
|
80
|
-
}
|
|
81
|
-
function _defineProperty(obj, key, value) {
|
|
82
|
-
key = _toPropertyKey(key);
|
|
83
|
-
if (key in obj) {
|
|
84
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
85
|
-
} else {
|
|
86
|
-
obj[key] = value;
|
|
87
|
-
}
|
|
88
|
-
return obj;
|
|
89
|
-
}
|
|
90
|
-
function _toPropertyKey(t) {
|
|
91
|
-
var i = _toPrimitive(t, "string");
|
|
92
|
-
return "symbol" == typeof i ? i : i + "";
|
|
93
|
-
}
|
|
94
|
-
function _toPrimitive(t, r) {
|
|
95
|
-
if ("object" != typeof t || !t) return t;
|
|
96
|
-
var e = t[Symbol.toPrimitive];
|
|
97
|
-
if (void 0 !== e) {
|
|
98
|
-
var i = e.call(t, r || "default");
|
|
99
|
-
if ("object" != typeof i) return i;
|
|
100
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
101
|
-
}
|
|
102
|
-
return ("string" === r ? String : Number)(t);
|
|
103
|
-
}
|
|
104
|
-
function Tree2Element(tree) {
|
|
105
|
-
return tree && tree.map((node, i) => /* @__PURE__ */ React2.createElement(node.tag, _objectSpread({
|
|
106
|
-
key: i
|
|
107
|
-
}, node.attr), Tree2Element(node.child)));
|
|
108
|
-
}
|
|
109
|
-
function GenIcon(data) {
|
|
110
|
-
return (props) => /* @__PURE__ */ React2.createElement(IconBase, _extends({
|
|
111
|
-
attr: _objectSpread({}, data.attr)
|
|
112
|
-
}, props), Tree2Element(data.child));
|
|
113
|
-
}
|
|
114
|
-
function IconBase(props) {
|
|
115
|
-
var elem = (conf) => {
|
|
116
|
-
var {
|
|
117
|
-
attr,
|
|
118
|
-
size,
|
|
119
|
-
title
|
|
120
|
-
} = props, svgProps = _objectWithoutProperties(props, _excluded);
|
|
121
|
-
var computedSize = size || conf.size || "1em";
|
|
122
|
-
var className;
|
|
123
|
-
if (conf.className) className = conf.className;
|
|
124
|
-
if (props.className) className = (className ? className + " " : "") + props.className;
|
|
125
|
-
return /* @__PURE__ */ React2.createElement("svg", _extends({
|
|
126
|
-
stroke: "currentColor",
|
|
127
|
-
fill: "currentColor",
|
|
128
|
-
strokeWidth: "0"
|
|
129
|
-
}, conf.attr, attr, svgProps, {
|
|
130
|
-
className,
|
|
131
|
-
style: _objectSpread(_objectSpread({
|
|
132
|
-
color: props.color || conf.color
|
|
133
|
-
}, conf.style), props.style),
|
|
134
|
-
height: computedSize,
|
|
135
|
-
width: computedSize,
|
|
136
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
137
|
-
}), title && /* @__PURE__ */ React2.createElement("title", null, title), props.children);
|
|
138
|
-
};
|
|
139
|
-
return IconContext !== void 0 ? /* @__PURE__ */ React2.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// node_modules/react-icons/go/index.mjs
|
|
143
|
-
function GoArrowDown(props) {
|
|
144
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M4.97 13.22a.75.75 0 0 1 1.06 0L11 18.19V3.75a.75.75 0 0 1 1.5 0v14.44l4.97-4.97a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734l-6.25 6.25a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06Z" }, "child": [] }] })(props);
|
|
145
|
-
}
|
|
146
|
-
function GoArrowUp(props) {
|
|
147
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "d": "M18.655 10.405a.75.75 0 0 1-1.06 0l-4.97-4.97v14.44a.75.75 0 0 1-1.5 0V5.435l-4.97 4.97a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l6.25-6.25a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06Z" }, "child": [] }] })(props);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// src/table/table.tsx
|
|
3
|
+
import { GoArrowDown, GoArrowUp } from "react-icons/go";
|
|
151
4
|
import { Link, useSearchParams } from "react-router";
|
|
152
|
-
import
|
|
5
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
153
6
|
function Table({
|
|
154
7
|
className = "min-w-full whitespace-nowrap",
|
|
155
8
|
data,
|
|
@@ -164,90 +17,87 @@ function Table({
|
|
|
164
17
|
const keys = Object.entries(columns).filter((entry) => entry[1]).map(([key]) => key);
|
|
165
18
|
const sortedArray = [...data];
|
|
166
19
|
const [_, setSearchParams] = useSearchParams();
|
|
167
|
-
return /* @__PURE__ */
|
|
20
|
+
return /* @__PURE__ */ jsxs(
|
|
168
21
|
"table",
|
|
169
22
|
{
|
|
170
|
-
className: cn(
|
|
171
|
-
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
23
|
+
className: cn(className, "text-[15px] border-separate border-spacing-0"),
|
|
24
|
+
children: [
|
|
25
|
+
/* @__PURE__ */ jsx("thead", { children: /* @__PURE__ */ jsx("tr", { children: keys.map((key) => {
|
|
26
|
+
const value = columns[key];
|
|
27
|
+
function getReactNode() {
|
|
28
|
+
if (value && typeof value === "object" && "label" in value) {
|
|
29
|
+
return value.label;
|
|
30
|
+
}
|
|
31
|
+
return value;
|
|
32
|
+
}
|
|
33
|
+
function Head() {
|
|
34
|
+
const reactNode = getReactNode();
|
|
35
|
+
if (typeof reactNode === "string") {
|
|
36
|
+
return /* @__PURE__ */ jsxs(
|
|
37
|
+
"button",
|
|
38
|
+
{
|
|
39
|
+
className: cn(
|
|
40
|
+
orderBy === key ? "text-neutral-900 font-medium" : "text-neutral-500",
|
|
41
|
+
"px-4 h-14 flex items-center w-full"
|
|
42
|
+
),
|
|
43
|
+
onClick: () => {
|
|
44
|
+
let newDirection = "asc";
|
|
45
|
+
if (orderBy === key) {
|
|
46
|
+
newDirection = direction === "asc" ? "desc" : "asc";
|
|
47
|
+
}
|
|
48
|
+
setSearchParams({
|
|
49
|
+
orderBy: key,
|
|
50
|
+
direction: newDirection
|
|
51
|
+
});
|
|
52
|
+
},
|
|
53
|
+
children: [
|
|
54
|
+
reactNode,
|
|
55
|
+
orderBy === key && /* @__PURE__ */ jsx("div", { className: "ml-0.5", children: direction === "asc" ? /* @__PURE__ */ jsx(GoArrowUp, {}) : /* @__PURE__ */ jsx(GoArrowDown, {}) })
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
return /* @__PURE__ */ jsx(Fragment, { children: reactNode });
|
|
61
|
+
}
|
|
62
|
+
return /* @__PURE__ */ jsx("th", { className: cn("border-y font-normal"), children: /* @__PURE__ */ jsx(Head, {}) }, key);
|
|
63
|
+
}) }) }),
|
|
64
|
+
/* @__PURE__ */ jsxs("tbody", { children: [
|
|
65
|
+
sortedArray.length === 0 && /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx(
|
|
66
|
+
"td",
|
|
188
67
|
{
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
68
|
+
colSpan: keys.length,
|
|
69
|
+
className: "px-4 h-14 text-neutral-400 text-center",
|
|
70
|
+
children: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."
|
|
71
|
+
}
|
|
72
|
+
) }),
|
|
73
|
+
sortedArray.map((item, i) => /* @__PURE__ */ jsx("tr", { className: "hover:bg-gray-50 transition-colors", children: keys.map((key, i2) => {
|
|
74
|
+
const value = item[key];
|
|
75
|
+
function Content() {
|
|
76
|
+
if (key in columns) {
|
|
77
|
+
const column = columns[key];
|
|
78
|
+
if (column && typeof column === "object" && "mapper" in column) {
|
|
79
|
+
const mapper = column.mapper;
|
|
80
|
+
if (mapper) {
|
|
81
|
+
return /* @__PURE__ */ jsx(Fragment, { children: mapper(item) });
|
|
82
|
+
}
|
|
197
83
|
}
|
|
198
|
-
setSearchParams({
|
|
199
|
-
orderBy: key,
|
|
200
|
-
direction: newDirection
|
|
201
|
-
});
|
|
202
84
|
}
|
|
203
|
-
|
|
204
|
-
reactNode,
|
|
205
|
-
orderBy === key && /* @__PURE__ */ React3.createElement("div", { className: "ml-0.5" }, direction === "asc" ? /* @__PURE__ */ React3.createElement(GoArrowUp, null) : /* @__PURE__ */ React3.createElement(GoArrowDown, null))
|
|
206
|
-
);
|
|
207
|
-
}
|
|
208
|
-
return /* @__PURE__ */ React3.createElement(React3.Fragment, null, reactNode);
|
|
209
|
-
}
|
|
210
|
-
return /* @__PURE__ */ React3.createElement(
|
|
211
|
-
"th",
|
|
212
|
-
{
|
|
213
|
-
key,
|
|
214
|
-
className: cn("border-y font-normal")
|
|
215
|
-
},
|
|
216
|
-
/* @__PURE__ */ React3.createElement(Head, null)
|
|
217
|
-
);
|
|
218
|
-
}))),
|
|
219
|
-
/* @__PURE__ */ React3.createElement("tbody", null, sortedArray.length === 0 && /* @__PURE__ */ React3.createElement("tr", null, /* @__PURE__ */ React3.createElement(
|
|
220
|
-
"td",
|
|
221
|
-
{
|
|
222
|
-
colSpan: keys.length,
|
|
223
|
-
className: "px-4 h-14 text-neutral-400 text-center"
|
|
224
|
-
},
|
|
225
|
-
"\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."
|
|
226
|
-
)), sortedArray.map((item, i) => /* @__PURE__ */ React3.createElement("tr", { key: i, className: "hover:bg-gray-50 transition-colors" }, keys.map((key, i2) => {
|
|
227
|
-
const value = item[key];
|
|
228
|
-
function Content() {
|
|
229
|
-
if (key in columns) {
|
|
230
|
-
const column = columns[key];
|
|
231
|
-
if (column && typeof column === "object" && "mapper" in column) {
|
|
232
|
-
const mapper = column.mapper;
|
|
233
|
-
if (mapper) {
|
|
234
|
-
return /* @__PURE__ */ React3.createElement(React3.Fragment, null, mapper(item));
|
|
85
|
+
return /* @__PURE__ */ jsx(Fragment, { children: String(value) });
|
|
235
86
|
}
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}))))
|
|
87
|
+
const linkedContent = getLink ? /* @__PURE__ */ jsx(
|
|
88
|
+
Link,
|
|
89
|
+
{
|
|
90
|
+
to: getLink(item),
|
|
91
|
+
className: "block content-center px-4 w-full h-full",
|
|
92
|
+
children: /* @__PURE__ */ jsx(Content, {})
|
|
93
|
+
}
|
|
94
|
+
) : /* @__PURE__ */ jsx(Content, {});
|
|
95
|
+
const cell = Mapper ? /* @__PURE__ */ jsx(Mapper, { item, index: i2, children: linkedContent }) : linkedContent;
|
|
96
|
+
return /* @__PURE__ */ jsx("td", { className: "px-0 h-14 border-b", children: cell }, key);
|
|
97
|
+
}) }, i))
|
|
98
|
+
] })
|
|
99
|
+
]
|
|
100
|
+
}
|
|
251
101
|
);
|
|
252
102
|
}
|
|
253
103
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dn-react-router-toolkit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.mjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -77,19 +77,21 @@
|
|
|
77
77
|
"homepage": "https://github.com/dndnsoft/dn-react-router-toolkit#readme",
|
|
78
78
|
"description": "",
|
|
79
79
|
"devDependencies": {
|
|
80
|
+
"@react-router/dev": "^7.12.0",
|
|
80
81
|
"@types/node": "^24.10.1",
|
|
81
82
|
"@types/react": "^19",
|
|
82
83
|
"@types/react-dom": "^19",
|
|
83
84
|
"schema-dts": "^1.1.5",
|
|
84
85
|
"tsup": "^8.5.1",
|
|
85
|
-
"@react-router/dev": "^7.12.0",
|
|
86
86
|
"typescript": "^5.7.3"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"
|
|
90
|
-
"dn-react-
|
|
89
|
+
"cookie": "^1.1.1",
|
|
90
|
+
"dn-react-text-editor": "^0.3.7",
|
|
91
|
+
"dn-react-toolkit": "^0.2.52",
|
|
91
92
|
"pg": "^8.16.3",
|
|
92
|
-
"react-
|
|
93
|
+
"react-icons": "^5.5.0",
|
|
94
|
+
"react-store-input": "^0.2.1",
|
|
93
95
|
"uuid": "^13.0.0"
|
|
94
96
|
},
|
|
95
97
|
"peerDependencies": {
|