@newt-app/templates 0.20.1 → 0.20.2
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/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1279,6 +1279,8 @@ var globals_css_default = {
|
|
|
1279
1279
|
--color-muted: var(--muted);
|
|
1280
1280
|
--color-muted-foreground: var(--muted-foreground);
|
|
1281
1281
|
--color-border: var(--border);
|
|
1282
|
+
--font-sans: var(--font-geist-sans);
|
|
1283
|
+
--font-mono: var(--font-geist-mono);
|
|
1282
1284
|
}
|
|
1283
1285
|
|
|
1284
1286
|
@layer base {
|
|
@@ -1289,6 +1291,7 @@ var globals_css_default = {
|
|
|
1289
1291
|
body {
|
|
1290
1292
|
background-color: var(--background);
|
|
1291
1293
|
color: var(--foreground);
|
|
1294
|
+
font-family: var(--font-geist-sans);
|
|
1292
1295
|
-webkit-font-smoothing: antialiased;
|
|
1293
1296
|
}
|
|
1294
1297
|
* {
|
|
@@ -1503,9 +1506,9 @@ var globals_css_default2 = {
|
|
|
1503
1506
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
1504
1507
|
--color-sidebar-border: var(--sidebar-border);
|
|
1505
1508
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
1506
|
-
--font-sans: var(--font-sans);
|
|
1509
|
+
--font-sans: var(--font-geist-sans);
|
|
1507
1510
|
--font-mono: var(--font-geist-mono);
|
|
1508
|
-
--font-heading: var(--font-sans);
|
|
1511
|
+
--font-heading: var(--font-geist-sans);
|
|
1509
1512
|
--radius-sm: calc(var(--radius) * 0.6);
|
|
1510
1513
|
--radius-md: calc(var(--radius) * 0.8);
|
|
1511
1514
|
--radius-lg: var(--radius);
|
|
@@ -1589,10 +1592,7 @@ var globals_css_default2 = {
|
|
|
1589
1592
|
@apply border-border outline-ring/50;
|
|
1590
1593
|
}
|
|
1591
1594
|
body {
|
|
1592
|
-
@apply bg-background text-foreground;
|
|
1593
|
-
}
|
|
1594
|
-
html {
|
|
1595
|
-
@apply font-sans;
|
|
1595
|
+
@apply bg-background text-foreground font-sans;
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
1598
|
|