@stfrigerio/sito-template 0.1.57 → 0.1.58

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.
@@ -1,4 +1,19 @@
1
- /* Dao Theme — Monochrome White */
1
+ /* Dao Theme — Monochrome White, brutalist shape */
2
+ @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
3
+
4
+ /* Shape + typography — shared across light & dark */
5
+ :root[data-theme^="dao"],
6
+ [data-theme^="dao"] {
7
+ --radius-sm: 0;
8
+ --radius-md: 0;
9
+ --radius-lg: 0;
10
+ --radius-xl: 0;
11
+ --radius-2xl: 0;
12
+ --radius-full: 0;
13
+
14
+ --font-family-primary: 'Space Grotesk', 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
15
+ --font-family-mono: 'Share Tech Mono', 'JetBrains Mono', 'SF Mono', Consolas, monospace;
16
+ }
2
17
 
3
18
  :root[data-theme="dao"],
4
19
  [data-theme="dao"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stfrigerio/sito-template",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "description": "A library of React components with animations for quick website development",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",