@texturehq/edges 1.23.0 → 1.23.3

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.
@@ -132,19 +132,6 @@
132
132
  --font-family-brand: 'TT Firs Neue', 'Helvetica Neue', Arial, system-ui, sans-serif;
133
133
  --font-family-serif: Merriweather, serif;
134
134
  --font-family-mono: 'Fira Code', monospace;
135
- --font-size-xs: 0.75rem;
136
- --font-size-sm: 0.875rem;
137
- --font-size-base: 1rem;
138
- --font-size-lg: 1.125rem;
139
- --font-size-xl: 1.25rem;
140
- --font-size-2xl: 1.5rem;
141
- --font-size-3xl: 1.875rem;
142
- --font-size-4xl: 2.25rem;
143
- --font-size-5xl: 3rem;
144
- --font-size-6xl: 3.75rem;
145
- --font-size-7xl: 4.5rem;
146
- --font-size-8xl: 6rem;
147
- --font-size-9xl: 8rem;
148
135
  --font-weight-thin: 100;
149
136
  --font-weight-extralight: 200;
150
137
  --font-weight-light: 300;
@@ -264,6 +251,10 @@
264
251
  --color-state-auto-data: #bb5f27;
265
252
  --color-state-auto-border: #fb923c;
266
253
  --color-state-auto-text: #ffedd5;
254
+ --color-state-circulate: #312e81;
255
+ --color-state-circulate-data: #4f46e5;
256
+ --color-state-circulate-border: #818cf8;
257
+ --color-state-circulate-text: #e0e7ff;
267
258
  --color-state-on: #134e4a;
268
259
  --color-state-on-data: #138378;
269
260
  --color-state-on-border: #14b8a6;
@@ -264,6 +264,10 @@
264
264
  --color-state-auto-data: #fed3a4;
265
265
  --color-state-auto-border: #fdba74;
266
266
  --color-state-auto-text: #7c2d12;
267
+ --color-state-circulate: #ede9fe;
268
+ --color-state-circulate-data: #c4b5fd;
269
+ --color-state-circulate-border: #a78bfa;
270
+ --color-state-circulate-text: #4338ca;
267
271
  --color-state-on: #ccfbf1;
268
272
  --color-state-on-data: #7ce7d8;
269
273
  --color-state-on-border: #2dd4bf;
@@ -119,6 +119,7 @@
119
119
  --color-state-cool-data: #9dc7fc;
120
120
  --color-state-eco-data: #88e9c5;
121
121
  --color-state-auto-data: #fed3a4;
122
+ --color-state-circulate-data: #c4b5fd;
122
123
  --color-state-on-data: #7ce7d8;
123
124
  --color-state-idle-data: #c0c5cd;
124
125
  --color-state-off-data: #c0c5cd;
@@ -232,6 +233,7 @@
232
233
  --color-state-cool-data: #2c5ec0;
233
234
  --color-state-eco-data: #0b835e;
234
235
  --color-state-auto-data: #bb5f27;
236
+ --color-state-circulate-data: #4f46e5;
235
237
  --color-state-on-data: #138378;
236
238
  --color-state-idle-data: #515968;
237
239
  --color-state-off-data: #515968;