@surrealdb/ui 1.2.23 → 1.2.24
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 +7 -7
- package/dist/icons.d.ts +7 -7
- package/dist/ui.d.ts +7 -7
- package/dist/ui.js +3345 -3342
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/fonts.d.ts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
export { }
|
|
2
2
|
|
|
3
|
-
declare module "@mantine/core" {
|
|
4
|
-
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
5
|
-
interface MantineThemeColorsOverride {
|
|
6
|
-
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
3
|
declare module "@mantine/core" {
|
|
11
4
|
type SurrealVariant = "surreal";
|
|
12
5
|
type SurrealInputVariant = SurrealVariant | "gradient";
|
|
@@ -126,6 +119,13 @@ declare module "@mantine/core" {
|
|
|
126
119
|
}
|
|
127
120
|
}
|
|
128
121
|
|
|
122
|
+
declare module "@mantine/core" {
|
|
123
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
124
|
+
interface MantineThemeColorsOverride {
|
|
125
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
129
|
declare module "@mantine/core" {
|
|
130
130
|
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
131
131
|
interface MantineThemeSizesOverride {
|
package/dist/icons.d.ts
CHANGED
|
@@ -409,13 +409,6 @@ export declare const Xml: string;
|
|
|
409
409
|
|
|
410
410
|
export { }
|
|
411
411
|
|
|
412
|
-
declare module "@mantine/core" {
|
|
413
|
-
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
414
|
-
interface MantineThemeColorsOverride {
|
|
415
|
-
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
|
|
419
412
|
declare module "@mantine/core" {
|
|
420
413
|
type SurrealVariant = "surreal";
|
|
421
414
|
type SurrealInputVariant = SurrealVariant | "gradient";
|
|
@@ -535,6 +528,13 @@ declare module "@mantine/core" {
|
|
|
535
528
|
}
|
|
536
529
|
}
|
|
537
530
|
|
|
531
|
+
declare module "@mantine/core" {
|
|
532
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
533
|
+
interface MantineThemeColorsOverride {
|
|
534
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
|
|
538
538
|
declare module "@mantine/core" {
|
|
539
539
|
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
540
540
|
interface MantineThemeSizesOverride {
|
package/dist/ui.d.ts
CHANGED
|
@@ -4269,13 +4269,6 @@ declare interface ZeroOrMoreNode {
|
|
|
4269
4269
|
|
|
4270
4270
|
export { }
|
|
4271
4271
|
|
|
4272
|
-
declare module "@mantine/core" {
|
|
4273
|
-
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
4274
|
-
interface MantineThemeColorsOverride {
|
|
4275
|
-
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
4276
|
-
}
|
|
4277
|
-
}
|
|
4278
|
-
|
|
4279
4272
|
declare module "@mantine/core" {
|
|
4280
4273
|
type SurrealVariant = "surreal";
|
|
4281
4274
|
type SurrealInputVariant = SurrealVariant | "gradient";
|
|
@@ -4395,6 +4388,13 @@ declare module "@mantine/core" {
|
|
|
4395
4388
|
}
|
|
4396
4389
|
}
|
|
4397
4390
|
|
|
4391
|
+
declare module "@mantine/core" {
|
|
4392
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
4393
|
+
interface MantineThemeColorsOverride {
|
|
4394
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
4398
|
declare module "@mantine/core" {
|
|
4399
4399
|
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
4400
4400
|
interface MantineThemeSizesOverride {
|