@surrealdb/ui 1.0.86 → 1.0.87
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 +5 -5
- package/dist/ui.js +3299 -3268
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.d.ts
CHANGED
|
@@ -396,7 +396,7 @@ export declare interface CommonAttrs {
|
|
|
396
396
|
export declare const commonExtensions: () => Extension;
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
|
-
*
|
|
399
|
+
* Get a cached style highlighter for the given color scheme
|
|
400
400
|
*/
|
|
401
401
|
export declare function createHighlighter(colorScheme: MantineColorScheme): Highlighter;
|
|
402
402
|
|
|
@@ -565,6 +565,8 @@ export declare const iconAccountPlus: string;
|
|
|
565
565
|
|
|
566
566
|
export declare const iconAccountSecure: string;
|
|
567
567
|
|
|
568
|
+
export declare const iconAlert: string;
|
|
569
|
+
|
|
568
570
|
export declare const iconAPI: string;
|
|
569
571
|
|
|
570
572
|
export declare const iconArrowDownFat: string;
|
|
@@ -625,8 +627,6 @@ export declare const iconChart: string;
|
|
|
625
627
|
|
|
626
628
|
export declare const iconChat: string;
|
|
627
629
|
|
|
628
|
-
export declare const iconChatGPT: string;
|
|
629
|
-
|
|
630
630
|
export declare const iconCheck: string;
|
|
631
631
|
|
|
632
632
|
export declare const iconCheckCircle: string;
|
|
@@ -645,8 +645,6 @@ export declare const iconCircle: string;
|
|
|
645
645
|
|
|
646
646
|
export declare const iconCircleFilled: string;
|
|
647
647
|
|
|
648
|
-
export declare const iconClaude: string;
|
|
649
|
-
|
|
650
648
|
export declare const iconClock: string;
|
|
651
649
|
|
|
652
650
|
export declare const iconClose: string;
|
|
@@ -879,6 +877,8 @@ export declare const iconTextBoxPlus: string;
|
|
|
879
877
|
|
|
880
878
|
export declare const iconTransfer: string;
|
|
881
879
|
|
|
880
|
+
export declare const iconTrash: string;
|
|
881
|
+
|
|
882
882
|
export declare const iconTune: string;
|
|
883
883
|
|
|
884
884
|
export declare const iconUniversity: string;
|