@surrealdb/ui 1.0.68 → 1.0.69
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/ui.d.ts +4 -0
- package/dist/ui.js +635 -633
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.d.ts
CHANGED
|
@@ -504,6 +504,8 @@ export declare const iconChart: string;
|
|
|
504
504
|
|
|
505
505
|
export declare const iconChat: string;
|
|
506
506
|
|
|
507
|
+
export declare const iconChatGPT: string;
|
|
508
|
+
|
|
507
509
|
export declare const iconCheck: string;
|
|
508
510
|
|
|
509
511
|
export declare const iconCheckCircle: string;
|
|
@@ -522,6 +524,8 @@ export declare const iconCircle: string;
|
|
|
522
524
|
|
|
523
525
|
export declare const iconCircleFilled: string;
|
|
524
526
|
|
|
527
|
+
export declare const iconClaude: string;
|
|
528
|
+
|
|
525
529
|
export declare const iconClock: string;
|
|
526
530
|
|
|
527
531
|
export declare const iconClose: string;
|