@pdfme/ui 5.4.6-dev.3 → 5.4.6-dev.30
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/index.es.js +21415 -22002
- package/dist/index.umd.js +138 -450
- package/dist/types/src/class.d.ts +41 -258
- package/dist/types/src/contexts.d.ts +1 -1
- package/dist/types/src/helper.d.ts +6 -6
- package/dist/types/src/hooks.d.ts +1 -1
- package/package.json +9 -9
- package/src/components/Root.tsx +1 -1
|
@@ -12,280 +12,63 @@ export declare abstract class BaseUIClass {
|
|
|
12
12
|
constructor(props: UIProps);
|
|
13
13
|
protected getLang(): "en" | "zh" | "ja" | "ko" | "ar" | "th" | "pl" | "it" | "de" | "es" | "fr";
|
|
14
14
|
protected getFont(): Record<string, {
|
|
15
|
-
data: string | ArrayBuffer | Uint8Array<
|
|
15
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer>;
|
|
16
16
|
fallback?: boolean | undefined;
|
|
17
17
|
subset?: boolean | undefined;
|
|
18
18
|
}>;
|
|
19
19
|
protected getPluginsRegistry(): PluginRegistry;
|
|
20
20
|
getOptions(): UIOptions;
|
|
21
|
-
getTemplate():
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
y: import("zod").ZodNumber;
|
|
29
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
21
|
+
getTemplate(): {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
schemas: {
|
|
24
|
+
[x: string]: unknown;
|
|
25
|
+
name: string;
|
|
26
|
+
type: string;
|
|
27
|
+
position: {
|
|
30
28
|
x: number;
|
|
31
29
|
y: number;
|
|
32
|
-
}
|
|
33
|
-
x: number;
|
|
34
|
-
y: number;
|
|
35
|
-
}>;
|
|
36
|
-
width: import("zod").ZodNumber;
|
|
37
|
-
height: import("zod").ZodNumber;
|
|
38
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
39
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
40
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
41
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
42
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
43
|
-
start: import("zod").ZodNumber;
|
|
44
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
45
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
46
|
-
start: number;
|
|
47
|
-
end?: number | undefined;
|
|
48
|
-
}, {
|
|
49
|
-
start: number;
|
|
50
|
-
end?: number | undefined;
|
|
51
|
-
}>>;
|
|
52
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
53
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
54
|
-
name: import("zod").ZodString;
|
|
55
|
-
type: import("zod").ZodString;
|
|
56
|
-
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
57
|
-
position: import("zod").ZodObject<{
|
|
58
|
-
x: import("zod").ZodNumber;
|
|
59
|
-
y: import("zod").ZodNumber;
|
|
60
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
61
|
-
x: number;
|
|
62
|
-
y: number;
|
|
63
|
-
}, {
|
|
64
|
-
x: number;
|
|
65
|
-
y: number;
|
|
66
|
-
}>;
|
|
67
|
-
width: import("zod").ZodNumber;
|
|
68
|
-
height: import("zod").ZodNumber;
|
|
69
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
70
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
71
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
72
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
73
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
74
|
-
start: import("zod").ZodNumber;
|
|
75
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
76
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
77
|
-
start: number;
|
|
78
|
-
end?: number | undefined;
|
|
79
|
-
}, {
|
|
80
|
-
start: number;
|
|
81
|
-
end?: number | undefined;
|
|
82
|
-
}>>;
|
|
83
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
84
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
85
|
-
name: import("zod").ZodString;
|
|
86
|
-
type: import("zod").ZodString;
|
|
87
|
-
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
88
|
-
position: import("zod").ZodObject<{
|
|
89
|
-
x: import("zod").ZodNumber;
|
|
90
|
-
y: import("zod").ZodNumber;
|
|
91
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
92
|
-
x: number;
|
|
93
|
-
y: number;
|
|
94
|
-
}, {
|
|
95
|
-
x: number;
|
|
96
|
-
y: number;
|
|
97
|
-
}>;
|
|
98
|
-
width: import("zod").ZodNumber;
|
|
99
|
-
height: import("zod").ZodNumber;
|
|
100
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
101
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
102
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
103
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
104
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
105
|
-
start: import("zod").ZodNumber;
|
|
106
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
107
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
108
|
-
start: number;
|
|
109
|
-
end?: number | undefined;
|
|
110
|
-
}, {
|
|
111
|
-
start: number;
|
|
112
|
-
end?: number | undefined;
|
|
113
|
-
}>>;
|
|
114
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
115
|
-
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
|
116
|
-
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array<ArrayBufferLike>, import("zod").ZodTypeDef, Uint8Array<ArrayBufferLike>>]>, import("zod").ZodObject<{
|
|
117
|
-
width: import("zod").ZodNumber;
|
|
118
|
-
height: import("zod").ZodNumber;
|
|
119
|
-
padding: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>;
|
|
120
|
-
staticSchema: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
121
|
-
name: import("zod").ZodString;
|
|
122
|
-
type: import("zod").ZodString;
|
|
123
|
-
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
124
|
-
position: import("zod").ZodObject<{
|
|
125
|
-
x: import("zod").ZodNumber;
|
|
126
|
-
y: import("zod").ZodNumber;
|
|
127
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
128
|
-
x: number;
|
|
129
|
-
y: number;
|
|
130
|
-
}, {
|
|
131
|
-
x: number;
|
|
132
|
-
y: number;
|
|
133
|
-
}>;
|
|
134
|
-
width: import("zod").ZodNumber;
|
|
135
|
-
height: import("zod").ZodNumber;
|
|
136
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
137
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
138
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
139
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
140
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
141
|
-
start: import("zod").ZodNumber;
|
|
142
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
143
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
144
|
-
start: number;
|
|
145
|
-
end?: number | undefined;
|
|
146
|
-
}, {
|
|
147
|
-
start: number;
|
|
148
|
-
end?: number | undefined;
|
|
149
|
-
}>>;
|
|
150
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
151
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
152
|
-
name: import("zod").ZodString;
|
|
153
|
-
type: import("zod").ZodString;
|
|
154
|
-
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
|
-
position: import("zod").ZodObject<{
|
|
156
|
-
x: import("zod").ZodNumber;
|
|
157
|
-
y: import("zod").ZodNumber;
|
|
158
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
159
|
-
x: number;
|
|
160
|
-
y: number;
|
|
161
|
-
}, {
|
|
162
|
-
x: number;
|
|
163
|
-
y: number;
|
|
164
|
-
}>;
|
|
165
|
-
width: import("zod").ZodNumber;
|
|
166
|
-
height: import("zod").ZodNumber;
|
|
167
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
168
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
169
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
170
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
171
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
172
|
-
start: import("zod").ZodNumber;
|
|
173
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
174
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
175
|
-
start: number;
|
|
176
|
-
end?: number | undefined;
|
|
177
|
-
}, {
|
|
178
|
-
start: number;
|
|
179
|
-
end?: number | undefined;
|
|
180
|
-
}>>;
|
|
181
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
182
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
183
|
-
name: import("zod").ZodString;
|
|
184
|
-
type: import("zod").ZodString;
|
|
185
|
-
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
186
|
-
position: import("zod").ZodObject<{
|
|
187
|
-
x: import("zod").ZodNumber;
|
|
188
|
-
y: import("zod").ZodNumber;
|
|
189
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
190
|
-
x: number;
|
|
191
|
-
y: number;
|
|
192
|
-
}, {
|
|
193
|
-
x: number;
|
|
194
|
-
y: number;
|
|
195
|
-
}>;
|
|
196
|
-
width: import("zod").ZodNumber;
|
|
197
|
-
height: import("zod").ZodNumber;
|
|
198
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
199
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
200
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
201
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
202
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
203
|
-
start: import("zod").ZodNumber;
|
|
204
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
205
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
206
|
-
start: number;
|
|
207
|
-
end?: number | undefined;
|
|
208
|
-
}, {
|
|
209
|
-
start: number;
|
|
210
|
-
end?: number | undefined;
|
|
211
|
-
}>>;
|
|
212
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
213
|
-
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
214
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
30
|
+
};
|
|
215
31
|
width: number;
|
|
216
32
|
height: number;
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
x: number;
|
|
230
|
-
y: number;
|
|
231
|
-
}>;
|
|
232
|
-
width: import("zod").ZodNumber;
|
|
233
|
-
height: import("zod").ZodNumber;
|
|
234
|
-
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
235
|
-
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
236
|
-
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
237
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
238
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
239
|
-
start: import("zod").ZodNumber;
|
|
240
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
241
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
242
|
-
start: number;
|
|
243
|
-
end?: number | undefined;
|
|
244
|
-
}, {
|
|
245
|
-
start: number;
|
|
246
|
-
end?: number | undefined;
|
|
247
|
-
}>>;
|
|
248
|
-
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
249
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
250
|
-
}, {
|
|
33
|
+
content?: string | undefined;
|
|
34
|
+
rotate?: number | undefined;
|
|
35
|
+
opacity?: number | undefined;
|
|
36
|
+
readOnly?: boolean | undefined;
|
|
37
|
+
required?: boolean | undefined;
|
|
38
|
+
__bodyRange?: {
|
|
39
|
+
start: number;
|
|
40
|
+
end?: number | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
__isSplit?: boolean | undefined;
|
|
43
|
+
}[][];
|
|
44
|
+
basePdf: string | ArrayBuffer | Uint8Array<ArrayBuffer> | {
|
|
251
45
|
width: number;
|
|
252
46
|
height: number;
|
|
253
47
|
padding: [number, number, number, number];
|
|
254
|
-
staticSchema?:
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
position:
|
|
259
|
-
x: import("zod").ZodNumber;
|
|
260
|
-
y: import("zod").ZodNumber;
|
|
261
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
48
|
+
staticSchema?: {
|
|
49
|
+
[x: string]: unknown;
|
|
50
|
+
name: string;
|
|
51
|
+
type: string;
|
|
52
|
+
position: {
|
|
262
53
|
x: number;
|
|
263
54
|
y: number;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
274
|
-
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
275
|
-
start: import("zod").ZodNumber;
|
|
276
|
-
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
277
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
278
|
-
start: number;
|
|
279
|
-
end?: number | undefined;
|
|
280
|
-
}, {
|
|
55
|
+
};
|
|
56
|
+
width: number;
|
|
57
|
+
height: number;
|
|
58
|
+
content?: string | undefined;
|
|
59
|
+
rotate?: number | undefined;
|
|
60
|
+
opacity?: number | undefined;
|
|
61
|
+
readOnly?: boolean | undefined;
|
|
62
|
+
required?: boolean | undefined;
|
|
63
|
+
__bodyRange?: {
|
|
281
64
|
start: number;
|
|
282
65
|
end?: number | undefined;
|
|
283
|
-
}
|
|
284
|
-
__isSplit
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
pdfmeVersion
|
|
288
|
-
}
|
|
66
|
+
} | undefined;
|
|
67
|
+
__isSplit?: boolean | undefined;
|
|
68
|
+
}[] | undefined;
|
|
69
|
+
};
|
|
70
|
+
pdfmeVersion?: string | undefined;
|
|
71
|
+
};
|
|
289
72
|
updateTemplate(template: Template): void;
|
|
290
73
|
updateOptions(options: UIOptions): void;
|
|
291
74
|
destroy(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PluginRegistry, UIOptions } from '@pdfme/common';
|
|
2
2
|
export declare const I18nContext: import("react").Context<(key: keyof import("@pdfme/common").Dict, dict?: import("@pdfme/common").Dict) => string>;
|
|
3
3
|
export declare const FontContext: import("react").Context<Record<string, {
|
|
4
|
-
data: string | ArrayBuffer | Uint8Array<
|
|
4
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer>;
|
|
5
5
|
fallback?: boolean | undefined;
|
|
6
6
|
subset?: boolean | undefined;
|
|
7
7
|
}>>;
|
|
@@ -17,20 +17,20 @@ export declare const initShortCuts: (arg: {
|
|
|
17
17
|
export declare const destroyShortCuts: () => void;
|
|
18
18
|
export declare const arrayBufferToBase64: (arrayBuffer: ArrayBuffer) => string;
|
|
19
19
|
export declare const template2SchemasList: (_template: Template) => Promise<{
|
|
20
|
-
width: number;
|
|
21
|
-
height: number;
|
|
22
|
-
type: string;
|
|
23
20
|
name: string;
|
|
21
|
+
type: string;
|
|
24
22
|
position: {
|
|
25
23
|
x: number;
|
|
26
24
|
y: number;
|
|
27
25
|
};
|
|
26
|
+
width: number;
|
|
27
|
+
height: number;
|
|
28
28
|
id: string;
|
|
29
|
-
opacity?: number | undefined;
|
|
30
|
-
rotate?: number | undefined;
|
|
31
|
-
required?: boolean | undefined;
|
|
32
29
|
content?: string | undefined;
|
|
30
|
+
rotate?: number | undefined;
|
|
31
|
+
opacity?: number | undefined;
|
|
33
32
|
readOnly?: boolean | undefined;
|
|
33
|
+
required?: boolean | undefined;
|
|
34
34
|
__bodyRange?: {
|
|
35
35
|
start: number;
|
|
36
36
|
end?: number | undefined;
|
|
@@ -10,8 +10,8 @@ type UIPreProcessorProps = {
|
|
|
10
10
|
export declare const useUIPreProcessor: ({ template, size, zoomLevel, maxZoom }: UIPreProcessorProps) => {
|
|
11
11
|
backgrounds: string[];
|
|
12
12
|
pageSizes: {
|
|
13
|
-
width: number;
|
|
14
13
|
height: number;
|
|
14
|
+
width: number;
|
|
15
15
|
}[];
|
|
16
16
|
scale: number;
|
|
17
17
|
error: Error | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfme/ui",
|
|
3
|
-
"version": "5.4.6-dev.
|
|
3
|
+
"version": "5.4.6-dev.30",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"author": "hand-dot",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@dnd-kit/sortable": "^10.0.0",
|
|
41
41
|
"@pdfme/converter": "*",
|
|
42
42
|
"@scena/react-guides": "^0.28.2",
|
|
43
|
-
"antd": "^5.
|
|
44
|
-
"dompurify": "^3.2.
|
|
43
|
+
"antd": "^5.27.4",
|
|
44
|
+
"dompurify": "^3.2.7",
|
|
45
45
|
"form-render": "^2.5.5",
|
|
46
46
|
"globrex": "^0.1.2",
|
|
47
|
-
"hotkeys-js": "^3.13.
|
|
48
|
-
"lucide-react": "^0.
|
|
47
|
+
"hotkeys-js": "^3.13.15",
|
|
48
|
+
"lucide-react": "^0.552.0",
|
|
49
49
|
"react": "^16.14.0",
|
|
50
50
|
"react-dom": "^16.14.0",
|
|
51
51
|
"react-moveable": "^0.56.0",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"@pdfme/schemas": "*",
|
|
58
58
|
"@testing-library/jest-dom": "^6.8.0",
|
|
59
59
|
"@testing-library/react": "^12.1.2",
|
|
60
|
-
"@types/dompurify": "^3.0
|
|
60
|
+
"@types/dompurify": "^3.2.0",
|
|
61
61
|
"@types/jest": "^30.0.0",
|
|
62
62
|
"@types/react": "^17.0.52",
|
|
63
63
|
"@types/react-dom": "^17.0.18",
|
|
64
64
|
"@ungap/structured-clone": "^1.3.0",
|
|
65
|
-
"@vitejs/plugin-react": "^
|
|
65
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
66
66
|
"csstype": "^3.1.2",
|
|
67
|
-
"esbuild": "^0.25.
|
|
67
|
+
"esbuild": "^0.25.10",
|
|
68
68
|
"eslint-plugin-react": "^7.37.5",
|
|
69
69
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
70
70
|
"is-path-inside": "^4.0.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"postcss": "^8.5.6",
|
|
74
74
|
"process": "^0.11.10",
|
|
75
75
|
"rollup": "^4.44.1",
|
|
76
|
-
"vite": "^7.1.
|
|
76
|
+
"vite": "^7.1.7",
|
|
77
77
|
"vite-plugin-css-injected-by-js": "^3.3.0",
|
|
78
78
|
"vite-tsconfig-paths": "^5.1.4"
|
|
79
79
|
},
|
package/src/components/Root.tsx
CHANGED
|
@@ -13,7 +13,7 @@ const Root = ({ size, scale, children }: Props, ref: Ref<HTMLDivElement>) => {
|
|
|
13
13
|
if (!document || !document.fonts) return;
|
|
14
14
|
const fontFaces = Object.entries(font).map(
|
|
15
15
|
([key, { data }]) =>
|
|
16
|
-
new FontFace(key, typeof data === 'string' ? `url(${data})` : data, {
|
|
16
|
+
new FontFace(key, typeof data === 'string' ? `url(${data})` : (data as BufferSource), {
|
|
17
17
|
display: 'swap',
|
|
18
18
|
}),
|
|
19
19
|
);
|