@surrealdb/ui 1.2.5 → 1.2.7

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 CHANGED
@@ -792,6 +792,28 @@ export declare const iconKeyboardOption: string;
792
792
 
793
793
  export declare const iconKeyboardShift: string;
794
794
 
795
+ export declare const iconLangC: string;
796
+
797
+ export declare const iconLangDotNet: string;
798
+
799
+ export declare const iconLangGo: string;
800
+
801
+ export declare const iconLangJava: string;
802
+
803
+ export declare const iconLangJavaScript: string;
804
+
805
+ export declare const iconLangKotlin: string;
806
+
807
+ export declare const iconLangMojo: string;
808
+
809
+ export declare const iconLangPHP: string;
810
+
811
+ export declare const iconLangPython: string;
812
+
813
+ export declare const iconLangRust: string;
814
+
815
+ export declare const iconLangSwift: string;
816
+
795
817
  export declare const iconList: string;
796
818
 
797
819
  export declare const iconLive: string;
@@ -3001,15 +3023,15 @@ declare module "@mantine/core" {
3001
3023
  }
3002
3024
 
3003
3025
  declare module "@mantine/core" {
3004
- type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
3005
- interface MantineThemeColorsOverride {
3006
- colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
3026
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
3027
+ interface MantineThemeSizesOverride {
3028
+ spacing: Record<ExtendedCustomSizes, string>;
3007
3029
  }
3008
3030
  }
3009
3031
 
3010
3032
  declare module "@mantine/core" {
3011
- type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
3012
- interface MantineThemeSizesOverride {
3013
- spacing: Record<ExtendedCustomSizes, string>;
3033
+ type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
3034
+ interface MantineThemeColorsOverride {
3035
+ colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
3014
3036
  }
3015
3037
  }