snapshot-labs-theme 0.1.20 → 0.1.22

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,8 +1,10 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * Do not edit directly
3
+ *
3
4
  */
4
5
 
5
- :root {
6
+ :root,
7
+ [data-theme="light"] {
6
8
  --color-text-contrast: var(--color-neutral-900);
7
9
  --color-text-default: var(--color-neutral-700);
8
10
  --color-text-subtle: var(--color-neutral-500);
@@ -32,4 +34,4 @@
32
34
  --color-feedback-informative-text: var(--color-blue-800);
33
35
  --color-feedback-informative-icon: var(--color-blue-600);
34
36
  --color-feedback-informative-bg: var(--color-blue-100);
35
- }
37
+ }
@@ -3,8 +3,7 @@
3
3
  *
4
4
  */
5
5
 
6
- @media (prefers-color-scheme: dark) {
7
- :root {
6
+ [data-theme="dark"] {
8
7
  --color-text-contrast: var(--color-neutral-00);
9
8
  --color-text-default: var(--color-neutral-200);
10
9
  --color-text-subtle: var(--color-neutral-300);
@@ -34,5 +33,4 @@
34
33
  --color-feedback-informative-text: var(--color-blue-600);
35
34
  --color-feedback-informative-icon: var(--color-blue-500);
36
35
  --color-feedback-informative-bg: var(--color-blue-100);
37
- }
38
36
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  @mixin text-heading-2xl {
23
23
  font-family: 'Roboto Slab';
24
- font-weight: 600;
24
+ font-weight: 500;
25
25
  font-size: 2.38rem;
26
26
  line-height: 3.00rem;
27
27
  letter-spacing: 0em;
@@ -29,7 +29,7 @@
29
29
 
30
30
  @mixin text-heading-xl {
31
31
  font-family: 'Roboto Slab';
32
- font-weight: 600;
32
+ font-weight: 500;
33
33
  font-size: 2.00rem;
34
34
  line-height: 2.50rem;
35
35
  letter-spacing: 0em;
@@ -37,7 +37,7 @@
37
37
 
38
38
  @mixin text-heading-lg {
39
39
  font-family: 'Roboto Slab';
40
- font-weight: 600;
40
+ font-weight: 500;
41
41
  font-size: 1.69rem;
42
42
  line-height: 2.00rem;
43
43
  letter-spacing: 0.013em;
@@ -45,7 +45,7 @@
45
45
 
46
46
  @mixin text-heading-md {
47
47
  font-family: 'Roboto Slab';
48
- font-weight: 600;
48
+ font-weight: 500;
49
49
  font-size: 1.44rem;
50
50
  line-height: 1.75rem;
51
51
  letter-spacing: 0.013em;
@@ -53,7 +53,7 @@
53
53
 
54
54
  @mixin text-heading-sm {
55
55
  font-family: 'Roboto Slab';
56
- font-weight: 600;
56
+ font-weight: 500;
57
57
  font-size: 1.19rem;
58
58
  line-height: 1.50rem;
59
59
  letter-spacing: 0.022em;
@@ -94,7 +94,7 @@
94
94
  @mixin text-ui-primary-lg {
95
95
  font-family: 'Innovator Grotesk';
96
96
  font-weight: 700;
97
- font-size: 1.19rem;
97
+ font-size: 1.06rem;
98
98
  line-height: 1.75rem;
99
99
  letter-spacing: 0em;
100
100
  }
@@ -126,7 +126,7 @@
126
126
  @mixin text-ui-secondary-lg {
127
127
  font-family: 'Innovator Grotesk';
128
128
  font-weight: 600;
129
- font-size: 1.19rem;
129
+ font-size: 1.06rem;
130
130
  line-height: 1.75rem;
131
131
  letter-spacing: 0em;
132
132
  }
@@ -158,7 +158,7 @@
158
158
  @mixin text-ui-tertiary-lg {
159
159
  font-family: 'Innovator Grotesk';
160
160
  font-weight: 400;
161
- font-size: 1.19rem;
161
+ font-size: 1.06rem;
162
162
  line-height: 1.75rem;
163
163
  letter-spacing: 0em;
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js",