@surrealdb/ui 1.0.17 → 1.0.19

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/fonts.d.ts CHANGED
@@ -85,15 +85,15 @@ declare module "@mantine/core" {
85
85
  }
86
86
  }
87
87
 
88
-
89
88
  declare module "@mantine/core" {
89
+ type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
90
90
  interface MantineThemeColorsOverride {
91
- colors: Record<ExtendedCustomColors, MantineColorsTuple>;
91
+ colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
92
92
  }
93
93
  }
94
94
 
95
-
96
95
  declare module "@mantine/core" {
96
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
97
97
  interface MantineThemeSizesOverride {
98
98
  spacing: Record<ExtendedCustomSizes, string>;
99
99
  }
package/dist/ui.d.ts CHANGED
@@ -400,6 +400,8 @@ export declare const iconHelp: string;
400
400
 
401
401
  export declare const iconHistory: string;
402
402
 
403
+ export declare const iconHome: string;
404
+
403
405
  export declare const iconHomePlus: string;
404
406
 
405
407
  export declare const iconImage: string;
@@ -1234,15 +1236,15 @@ declare module "@mantine/core" {
1234
1236
  }
1235
1237
  }
1236
1238
 
1237
-
1238
1239
  declare module "@mantine/core" {
1240
+ type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
1239
1241
  interface MantineThemeColorsOverride {
1240
- colors: Record<ExtendedCustomColors, MantineColorsTuple>;
1242
+ colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
1241
1243
  }
1242
1244
  }
1243
1245
 
1244
-
1245
1246
  declare module "@mantine/core" {
1247
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
1246
1248
  interface MantineThemeSizesOverride {
1247
1249
  spacing: Record<ExtendedCustomSizes, string>;
1248
1250
  }