@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/ui.d.ts
CHANGED
|
@@ -807,6 +807,8 @@ export declare const iconAccountPlus: string;
|
|
|
807
807
|
|
|
808
808
|
export declare const iconAccountSecure: string;
|
|
809
809
|
|
|
810
|
+
export declare const iconAI: string;
|
|
811
|
+
|
|
810
812
|
export declare const iconAlert: string;
|
|
811
813
|
|
|
812
814
|
export declare const iconAPI: string;
|
|
@@ -935,6 +937,8 @@ export declare const iconDatabase: string;
|
|
|
935
937
|
|
|
936
938
|
export declare const iconDatabaseSecure: string;
|
|
937
939
|
|
|
940
|
+
export declare const iconDataSilo: string;
|
|
941
|
+
|
|
938
942
|
export declare const iconDataTable: string;
|
|
939
943
|
|
|
940
944
|
export declare const iconDelete: string;
|
|
@@ -1153,6 +1157,8 @@ export declare const iconStarPlus: string;
|
|
|
1153
1157
|
|
|
1154
1158
|
export declare const iconStop: string;
|
|
1155
1159
|
|
|
1160
|
+
export declare const iconStudio: string;
|
|
1161
|
+
|
|
1156
1162
|
export declare const iconSun: string;
|
|
1157
1163
|
|
|
1158
1164
|
export declare const iconSurreal: string;
|