@surrealdb/ui 1.0.100 → 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/yoopta.d.ts CHANGED
@@ -1,5 +1,12 @@
1
1
  export { }
2
2
 
3
+ declare module "@mantine/core" {
4
+ type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
5
+ interface MantineThemeSizesOverride {
6
+ spacing: Record<ExtendedCustomSizes, string>;
7
+ }
8
+ }
9
+
3
10
  declare module "@mantine/core" {
4
11
  type SurrealVariant = "surreal";
5
12
  type SurrealInputVariant = SurrealVariant | "gradient";
@@ -125,10 +132,3 @@ declare module "@mantine/core" {
125
132
  colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
126
133
  }
127
134
  }
128
-
129
- declare module "@mantine/core" {
130
- type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
131
- interface MantineThemeSizesOverride {
132
- spacing: Record<ExtendedCustomSizes, string>;
133
- }
134
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surrealdb/ui",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {