snapshot-labs-theme 0.1.6 → 0.1.8

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.
@@ -3,28 +3,27 @@
3
3
  */
4
4
 
5
5
  :root {
6
- --font-family-heading: 'EB Garamond';
7
- --font-family-default: Gotham;
6
+ --font-family-heading: 'PP Neue Montreal';
7
+ --font-family-default: 'PP Neue Montreal';
8
+ --font-family-mono: 'Berkeley Mono';
8
9
  --font-size-275: 0.69rem;
9
10
  --font-size-300: 0.75rem;
10
11
  --font-size-325: 0.81rem;
11
12
  --font-size-350: 0.88rem;
13
+ --font-size-375: 0.94rem;
12
14
  --font-size-400: 1.00rem;
13
- --font-size-450: 1.13rem;
14
- --font-size-500: 1.25rem;
15
- --font-size-550: 1.38rem;
16
- --font-size-600: 1.50rem;
17
- --font-size-750: 1.88rem;
18
- --font-size-800: 2.00rem;
19
- --font-size-900: 2.25rem;
20
- --font-size-1000: 2.50rem;
21
- --font-size-1200: 3.00rem;
22
- --font-size-1400: 3.50rem;
23
- --font-size-1600: 4.00rem;
24
- --font-size-2000: 5.00rem;
25
- --font-size-2400: 6.00rem;
26
- --font-size-2800: 7.00rem;
27
- --font-size-3200: 8.00rem;
15
+ --font-size-425: 1.06rem;
16
+ --font-size-450: 1.19rem;
17
+ --font-size-500: 1.31rem;
18
+ --font-size-550: 1.44rem;
19
+ --font-size-600: 1.56rem;
20
+ --font-size-750: 1.69rem;
21
+ --font-size-800: 1.81rem;
22
+ --font-size-900: 2.00rem;
23
+ --font-size-1000: 2.13rem;
24
+ --font-size-1200: 2.38rem;
25
+ --font-size-1400: 2.81rem;
26
+ --font-size-1600: 3.38rem;
28
27
  --font-line-height-300: 0.75rem;
29
28
  --font-line-height-400: 1.00rem;
30
29
  --font-line-height-500: 1.25rem;
@@ -3,7 +3,6 @@
3
3
  */
4
4
 
5
5
  :root {
6
- --color-color: #ffffff;
7
6
  --color-text-contrast: var(--color-neutral-900);
8
7
  --color-text-default: var(--color-neutral-700);
9
8
  --color-text-subtle: var(--color-neutral-500);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 13 Sep 2025 10:12:16 GMT
3
+ *
4
4
  */
5
5
 
6
6
  @media (prefers-color-scheme: dark) {
@@ -21,6 +21,5 @@
21
21
  --color-feedback-informative-text: var(--color-blue-600);
22
22
  --color-feedback-informative-icon: var(--color-blue-500);
23
23
  --color-feedback-informative-bg: var(--color-blue-100);
24
- --color-color: var(--#ffffff);
25
24
  }
26
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js",