@surrealdb/ui 1.2.6 → 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/fonts.d.ts +6 -6
- package/dist/icons.d.ts +6 -6
- package/dist/ui.d.ts +6 -6
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/fonts.d.ts
CHANGED
|
@@ -120,15 +120,15 @@ declare module "@mantine/core" {
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
declare module "@mantine/core" {
|
|
123
|
-
type
|
|
124
|
-
interface
|
|
125
|
-
|
|
123
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
124
|
+
interface MantineThemeSizesOverride {
|
|
125
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
declare module "@mantine/core" {
|
|
130
|
-
type
|
|
131
|
-
interface
|
|
132
|
-
|
|
130
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
131
|
+
interface MantineThemeColorsOverride {
|
|
132
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
133
133
|
}
|
|
134
134
|
}
|
package/dist/icons.d.ts
CHANGED
|
@@ -519,15 +519,15 @@ declare module "@mantine/core" {
|
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
declare module "@mantine/core" {
|
|
522
|
-
type
|
|
523
|
-
interface
|
|
524
|
-
|
|
522
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
523
|
+
interface MantineThemeSizesOverride {
|
|
524
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
declare module "@mantine/core" {
|
|
529
|
-
type
|
|
530
|
-
interface
|
|
531
|
-
|
|
529
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
530
|
+
interface MantineThemeColorsOverride {
|
|
531
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
532
532
|
}
|
|
533
533
|
}
|
package/dist/ui.d.ts
CHANGED
|
@@ -3023,15 +3023,15 @@ declare module "@mantine/core" {
|
|
|
3023
3023
|
}
|
|
3024
3024
|
|
|
3025
3025
|
declare module "@mantine/core" {
|
|
3026
|
-
type
|
|
3027
|
-
interface
|
|
3028
|
-
|
|
3026
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
3027
|
+
interface MantineThemeSizesOverride {
|
|
3028
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
3029
3029
|
}
|
|
3030
3030
|
}
|
|
3031
3031
|
|
|
3032
3032
|
declare module "@mantine/core" {
|
|
3033
|
-
type
|
|
3034
|
-
interface
|
|
3035
|
-
|
|
3033
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
3034
|
+
interface MantineThemeColorsOverride {
|
|
3035
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
3036
3036
|
}
|
|
3037
3037
|
}
|
package/dist/ui.js
CHANGED
|
@@ -19702,7 +19702,7 @@ function uY({
|
|
|
19702
19702
|
{
|
|
19703
19703
|
fz: "sm",
|
|
19704
19704
|
fw: 600,
|
|
19705
|
-
c: "var(--surreal-
|
|
19705
|
+
c: "var(--surreal-passion)",
|
|
19706
19706
|
ff: "monospace",
|
|
19707
19707
|
tt: "uppercase",
|
|
19708
19708
|
lts: "5%",
|