@surrealdb/ui 1.0.49 → 1.0.50
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/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
|
@@ -92,15 +92,15 @@ declare module "@mantine/core" {
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
declare module "@mantine/core" {
|
|
95
|
-
type
|
|
96
|
-
interface
|
|
97
|
-
|
|
95
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
96
|
+
interface MantineThemeColorsOverride {
|
|
97
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
declare module "@mantine/core" {
|
|
102
|
-
type
|
|
103
|
-
interface
|
|
104
|
-
|
|
102
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
103
|
+
interface MantineThemeSizesOverride {
|
|
104
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
105
105
|
}
|
|
106
106
|
}
|
package/dist/ui.d.ts
CHANGED
|
@@ -1747,15 +1747,15 @@ declare module "@mantine/core" {
|
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
1749
1749
|
declare module "@mantine/core" {
|
|
1750
|
-
type
|
|
1751
|
-
interface
|
|
1752
|
-
|
|
1750
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
1751
|
+
interface MantineThemeColorsOverride {
|
|
1752
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
1753
1753
|
}
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
1756
|
declare module "@mantine/core" {
|
|
1757
|
-
type
|
|
1758
|
-
interface
|
|
1759
|
-
|
|
1757
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
1758
|
+
interface MantineThemeSizesOverride {
|
|
1759
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
1760
1760
|
}
|
|
1761
1761
|
}
|
package/dist/ui.js
CHANGED
|
@@ -3529,7 +3529,7 @@ function y5(e) {
|
|
|
3529
3529
|
if (P === e.currentIndex) {
|
|
3530
3530
|
const R = TQ(y, c);
|
|
3531
3531
|
l.push(R), P++;
|
|
3532
|
-
} else if (m.length - m.trimStart().length >= 2
|
|
3532
|
+
} else if (m.length - m.trimStart().length >= 2)
|
|
3533
3533
|
l.push(m), P++;
|
|
3534
3534
|
else
|
|
3535
3535
|
break;
|