@surrealdb/ui 1.0.101 → 1.0.102

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 CHANGED
@@ -350,6 +350,13 @@ export declare const Xml: string;
350
350
 
351
351
  export { }
352
352
 
353
+ declare module "@mantine/core" {
354
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
355
+ interface MantineThemeSizesOverride {
356
+ spacing: Record<ExtendedCustomSizes, string>;
357
+ }
358
+ }
359
+
353
360
  declare module "@mantine/core" {
354
361
  type SurrealVariant = "surreal";
355
362
  type SurrealInputVariant = SurrealVariant | "gradient";
@@ -475,10 +482,3 @@ declare module "@mantine/core" {
475
482
  colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
476
483
  }
477
484
  }
478
-
479
- declare module "@mantine/core" {
480
- type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
481
- interface MantineThemeSizesOverride {
482
- spacing: Record<ExtendedCustomSizes, string>;
483
- }
484
- }
package/dist/ui.d.ts CHANGED
@@ -2117,6 +2117,13 @@ declare interface ZeroOrMoreNode {
2117
2117
 
2118
2118
  export { }
2119
2119
 
2120
+ declare module "@mantine/core" {
2121
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
2122
+ interface MantineThemeSizesOverride {
2123
+ spacing: Record<ExtendedCustomSizes, string>;
2124
+ }
2125
+ }
2126
+
2120
2127
  declare module "@mantine/core" {
2121
2128
  type SurrealVariant = "surreal";
2122
2129
  type SurrealInputVariant = SurrealVariant | "gradient";
@@ -2242,10 +2249,3 @@ declare module "@mantine/core" {
2242
2249
  colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
2243
2250
  }
2244
2251
  }
2245
-
2246
- declare module "@mantine/core" {
2247
- type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
2248
- interface MantineThemeSizesOverride {
2249
- spacing: Record<ExtendedCustomSizes, string>;
2250
- }
2251
- }