@surrealdb/ui 1.0.102 → 1.1.1
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/icons.d.ts +34 -7
- package/dist/icons.js +180 -167
- package/dist/icons.js.map +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.d.ts +54 -7
- package/dist/ui.js +2707 -2615
- package/dist/ui.js.map +1 -1
- package/dist/yoopta.d.ts +7 -7
- package/package.json +3 -3
package/dist/icons.d.ts
CHANGED
|
@@ -8,14 +8,24 @@ export declare const Alert: string;
|
|
|
8
8
|
|
|
9
9
|
export declare const API: string;
|
|
10
10
|
|
|
11
|
+
export declare const ArrowDown: string;
|
|
12
|
+
|
|
11
13
|
export declare const ArrowDownFat: string;
|
|
12
14
|
|
|
15
|
+
export declare const ArrowEnter: string;
|
|
16
|
+
|
|
13
17
|
export declare const ArrowLeft: string;
|
|
14
18
|
|
|
15
19
|
export declare const ArrowLeftFat: string;
|
|
16
20
|
|
|
21
|
+
export declare const ArrowRight: string;
|
|
22
|
+
|
|
23
|
+
export declare const ArrowUp: string;
|
|
24
|
+
|
|
17
25
|
export declare const ArrowUpRight: string;
|
|
18
26
|
|
|
27
|
+
export declare const Atom: string;
|
|
28
|
+
|
|
19
29
|
export declare const Auth: string;
|
|
20
30
|
|
|
21
31
|
export declare const AuthKeyhole: string;
|
|
@@ -26,6 +36,8 @@ export declare const Balance: string;
|
|
|
26
36
|
|
|
27
37
|
export declare const Book: string;
|
|
28
38
|
|
|
39
|
+
export declare const Bookmark: string;
|
|
40
|
+
|
|
29
41
|
export declare const Braces: string;
|
|
30
42
|
|
|
31
43
|
export declare const BrandBluesky: string;
|
|
@@ -58,6 +70,8 @@ export declare const Bug: string;
|
|
|
58
70
|
|
|
59
71
|
export declare const Bullhorn: string;
|
|
60
72
|
|
|
73
|
+
export declare const Business: string;
|
|
74
|
+
|
|
61
75
|
export declare const Calculator: string;
|
|
62
76
|
|
|
63
77
|
export declare const Cancel: string;
|
|
@@ -128,6 +142,8 @@ export declare const Designer: string;
|
|
|
128
142
|
|
|
129
143
|
export declare const Discord: string;
|
|
130
144
|
|
|
145
|
+
export declare const DistributedStorage: string;
|
|
146
|
+
|
|
131
147
|
export declare const Dollar: string;
|
|
132
148
|
|
|
133
149
|
export declare const DotsVertical: string;
|
|
@@ -194,6 +210,8 @@ export declare const Index: string;
|
|
|
194
210
|
|
|
195
211
|
export declare const Info: string;
|
|
196
212
|
|
|
213
|
+
export declare const Integration: string;
|
|
214
|
+
|
|
197
215
|
declare const JSON_2: string;
|
|
198
216
|
export { JSON_2 as JSON }
|
|
199
217
|
|
|
@@ -217,6 +235,8 @@ export declare const Marker: string;
|
|
|
217
235
|
|
|
218
236
|
export declare const Maximize: string;
|
|
219
237
|
|
|
238
|
+
export declare const MCP: string;
|
|
239
|
+
|
|
220
240
|
export declare const Memory: string;
|
|
221
241
|
|
|
222
242
|
export declare const Minimize: string;
|
|
@@ -235,6 +255,8 @@ export declare const Namespace: string;
|
|
|
235
255
|
|
|
236
256
|
export declare const Newspaper: string;
|
|
237
257
|
|
|
258
|
+
export declare const Office: string;
|
|
259
|
+
|
|
238
260
|
export declare const Open: string;
|
|
239
261
|
|
|
240
262
|
export declare const OpenFolder: string;
|
|
@@ -253,6 +275,9 @@ export declare const PinOff: string;
|
|
|
253
275
|
|
|
254
276
|
export declare const Play: string;
|
|
255
277
|
|
|
278
|
+
declare const Plugin_2: string;
|
|
279
|
+
export { Plugin_2 as Plugin }
|
|
280
|
+
|
|
256
281
|
export declare const Plus: string;
|
|
257
282
|
|
|
258
283
|
export declare const Power: string;
|
|
@@ -303,6 +328,8 @@ export declare const Sun: string;
|
|
|
303
328
|
|
|
304
329
|
export declare const Surreal: string;
|
|
305
330
|
|
|
331
|
+
export declare const Surrealism: string;
|
|
332
|
+
|
|
306
333
|
export declare const Surrealist: string;
|
|
307
334
|
|
|
308
335
|
export declare const Table: string;
|
|
@@ -350,13 +377,6 @@ export declare const Xml: string;
|
|
|
350
377
|
|
|
351
378
|
export { }
|
|
352
379
|
|
|
353
|
-
declare module "@mantine/core" {
|
|
354
|
-
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
355
|
-
interface MantineThemeSizesOverride {
|
|
356
|
-
spacing: Record<ExtendedCustomSizes, string>;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
|
|
360
380
|
declare module "@mantine/core" {
|
|
361
381
|
type SurrealVariant = "surreal";
|
|
362
382
|
type SurrealInputVariant = SurrealVariant | "gradient";
|
|
@@ -482,3 +502,10 @@ declare module "@mantine/core" {
|
|
|
482
502
|
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
483
503
|
}
|
|
484
504
|
}
|
|
505
|
+
|
|
506
|
+
declare module "@mantine/core" {
|
|
507
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
508
|
+
interface MantineThemeSizesOverride {
|
|
509
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
510
|
+
}
|
|
511
|
+
}
|