@stack-spot/citric-react 0.20.3 → 0.20.4

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.
Files changed (2) hide show
  1. package/dist/theme.css +7 -7
  2. package/package.json +1 -1
package/dist/theme.css CHANGED
@@ -44,13 +44,13 @@
44
44
  --font-h4: 600 clamp(1.125rem,4vw + 1rem,1.25rem)/1.2 Inter;
45
45
  --font-h5: 600 1rem/1.25 Inter;
46
46
  --font-h6: 600 1rem/1.429 Inter;
47
- --font-microtext1: 400 0.75rem/1.333 Roboto Mono, monospace;
48
- --font-subtitle1: 400 1.5rem/1.333 Roboto Mono, monospace;
49
- --font-subtitle2: 400 1.25rem/1.6 Roboto Mono, monospace;
50
- --font-subtitle3: 400 1rem/1.5 Roboto Mono, monospace;
51
- --font-subtitle4: 400 0.875rem/1.714 Roboto Mono, monospace;
52
- --font-overheader1: 600 0.875rem/1.5 Roboto Mono, monospace;
53
- --font-overheader2: 600 0.75rem/1.5 Roboto Mono, monospace;
47
+ --font-microtext1: 400 0.75rem/1.333 Roboto, sans-serif;
48
+ --font-subtitle1: 400 1.5rem/1.333 Inter;
49
+ --font-subtitle2: 400 1.25rem/1.6 Inter;
50
+ --font-subtitle3: 400 1rem/1.5 Inter;
51
+ --font-subtitle4: 400 0.875rem/1.714 Inter;
52
+ --font-overheader1: 600 0.875rem/1.5 Inter;
53
+ --font-overheader2: 600 0.75rem/1.5 Inter;
54
54
  }
55
55
 
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/citric-react",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "author": "StackSpot",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",