@surrealdb/ui 1.2.17 → 1.2.18
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 +6 -0
- package/dist/icons.js +198 -195
- package/dist/icons.js.map +1 -1
- package/dist/ui.d.ts +6 -0
- package/dist/ui.js +1441 -1438
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export declare const AccountPlus: string;
|
|
|
4
4
|
|
|
5
5
|
export declare const AccountSecure: string;
|
|
6
6
|
|
|
7
|
+
export declare const AI: string;
|
|
8
|
+
|
|
7
9
|
export declare const Alert: string;
|
|
8
10
|
|
|
9
11
|
export declare const API: string;
|
|
@@ -134,6 +136,8 @@ export declare const Database: string;
|
|
|
134
136
|
|
|
135
137
|
export declare const DatabaseSecure: string;
|
|
136
138
|
|
|
139
|
+
export declare const DataSilo: string;
|
|
140
|
+
|
|
137
141
|
export declare const DataTable: string;
|
|
138
142
|
|
|
139
143
|
export declare const Delete: string;
|
|
@@ -350,6 +354,8 @@ export declare const StarPlus: string;
|
|
|
350
354
|
|
|
351
355
|
export declare const Stop: string;
|
|
352
356
|
|
|
357
|
+
export declare const Studio: string;
|
|
358
|
+
|
|
353
359
|
export declare const Sun: string;
|
|
354
360
|
|
|
355
361
|
export declare const Surreal: string;
|