@texturehq/edges 1.8.1 → 1.8.2

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,6 +1,6 @@
1
1
  {
2
- "version": "1.8.1",
3
- "generatedAt": "2025-10-21T15:52:09.286Z",
2
+ "version": "1.8.2",
3
+ "generatedAt": "2025-10-21T16:01:17.557Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -308,6 +308,42 @@
308
308
  --color-action-secondary: #e5e7eb;
309
309
  --color-action-secondary-hover: #f3f4f6;
310
310
  --color-action-secondary-text: #111827;
311
+ --color-state-charging: #581c87;
312
+ --color-state-charging-border: #a855f7;
313
+ --color-state-charging-text: #e9d5ff;
314
+ --color-state-discharging: #78350f;
315
+ --color-state-discharging-border: #eab308;
316
+ --color-state-discharging-text: #fef3c7;
317
+ --color-state-heat: #7f1d1d;
318
+ --color-state-heat-border: #ef4444;
319
+ --color-state-heat-text: #fee2e2;
320
+ --color-state-cool: #1e3a8a;
321
+ --color-state-cool-border: #3b82f6;
322
+ --color-state-cool-text: #dbeafe;
323
+ --color-state-eco: #064e3b;
324
+ --color-state-eco-border: #10b981;
325
+ --color-state-eco-text: #d1fae5;
326
+ --color-state-auto: #7c2d12;
327
+ --color-state-auto-border: #fb923c;
328
+ --color-state-auto-text: #ffedd5;
329
+ --color-state-on: #134e4a;
330
+ --color-state-on-border: #14b8a6;
331
+ --color-state-on-text: #ccfbf1;
332
+ --color-state-idle: #374151;
333
+ --color-state-idle-border: #6b7280;
334
+ --color-state-idle-text: #e5e7eb;
335
+ --color-state-off: #374151;
336
+ --color-state-off-border: #6b7280;
337
+ --color-state-off-text: #e5e7eb;
338
+ --color-state-unknown: #1f2937;
339
+ --color-state-unknown-border: #6b7280;
340
+ --color-state-unknown-text: #ffffff;
341
+ --color-state-importing: #1f2937;
342
+ --color-state-importing-border: #6b7280;
343
+ --color-state-importing-text: #ffffff;
344
+ --color-state-exporting: #1f2937;
345
+ --color-state-exporting-border: #6b7280;
346
+ --color-state-exporting-text: #ffffff;
311
347
  --color-map-streets-border: #ffffff;
312
348
  --color-map-satellite-border: #ffffff;
313
349
  --color-map-neutral-border: #ffffff;
@@ -308,4 +308,40 @@
308
308
  --color-action-secondary: #333333;
309
309
  --color-action-secondary-hover: #4b5563;
310
310
  --color-action-secondary-text: #ffffff;
311
+ --color-state-charging: #f3e8ff;
312
+ --color-state-charging-border: #c084fc;
313
+ --color-state-charging-text: #6b21a8;
314
+ --color-state-discharging: #fffbeb;
315
+ --color-state-discharging-border: #facc15;
316
+ --color-state-discharging-text: #78350f;
317
+ --color-state-heat: #fee2e2;
318
+ --color-state-heat-border: #f87171;
319
+ --color-state-heat-text: #920000;
320
+ --color-state-cool: #dbeafe;
321
+ --color-state-cool-border: #60a5fa;
322
+ --color-state-cool-text: #0334be;
323
+ --color-state-eco: #ddfff1;
324
+ --color-state-eco-border: #34d399;
325
+ --color-state-eco-text: #065f46;
326
+ --color-state-auto: #ffedd5;
327
+ --color-state-auto-border: #fdba74;
328
+ --color-state-auto-text: #7c2d12;
329
+ --color-state-on: #ccfbf1;
330
+ --color-state-on-border: #2dd4bf;
331
+ --color-state-on-text: #0f766e;
332
+ --color-state-idle: #e5e7eb;
333
+ --color-state-idle-border: #9ca3af;
334
+ --color-state-idle-text: #374151;
335
+ --color-state-off: #e5e7eb;
336
+ --color-state-off-border: #9ca3af;
337
+ --color-state-off-text: #374151;
338
+ --color-state-unknown: #f8f8f8;
339
+ --color-state-unknown-border: #d1d5db;
340
+ --color-state-unknown-text: #000000;
341
+ --color-state-importing: #f8f8f8;
342
+ --color-state-importing-border: #d1d5db;
343
+ --color-state-importing-text: #000000;
344
+ --color-state-exporting: #f8f8f8;
345
+ --color-state-exporting-border: #d1d5db;
346
+ --color-state-exporting-text: #000000;
311
347
  }
package/dist/styles.css CHANGED
@@ -140,6 +140,42 @@
140
140
  --color-action-secondary: #333333;
141
141
  --color-action-secondary-hover: #4b5563;
142
142
  --color-action-secondary-text: #ffffff;
143
+ --color-state-charging: #f3e8ff;
144
+ --color-state-charging-border: #c084fc;
145
+ --color-state-charging-text: #6b21a8;
146
+ --color-state-discharging: #fffbeb;
147
+ --color-state-discharging-border: #facc15;
148
+ --color-state-discharging-text: #78350f;
149
+ --color-state-heat: #fee2e2;
150
+ --color-state-heat-border: #f87171;
151
+ --color-state-heat-text: #920000;
152
+ --color-state-cool: #dbeafe;
153
+ --color-state-cool-border: #60a5fa;
154
+ --color-state-cool-text: #0334be;
155
+ --color-state-eco: #ddfff1;
156
+ --color-state-eco-border: #34d399;
157
+ --color-state-eco-text: #065f46;
158
+ --color-state-auto: #ffedd5;
159
+ --color-state-auto-border: #fdba74;
160
+ --color-state-auto-text: #7c2d12;
161
+ --color-state-on: #ccfbf1;
162
+ --color-state-on-border: #2dd4bf;
163
+ --color-state-on-text: #0f766e;
164
+ --color-state-idle: #e5e7eb;
165
+ --color-state-idle-border: #9ca3af;
166
+ --color-state-idle-text: #374151;
167
+ --color-state-off: #e5e7eb;
168
+ --color-state-off-border: #9ca3af;
169
+ --color-state-off-text: #374151;
170
+ --color-state-unknown: #f8f8f8;
171
+ --color-state-unknown-border: #d1d5db;
172
+ --color-state-unknown-text: #000000;
173
+ --color-state-importing: #f8f8f8;
174
+ --color-state-importing-border: #d1d5db;
175
+ --color-state-importing-text: #000000;
176
+ --color-state-exporting: #f8f8f8;
177
+ --color-state-exporting-border: #d1d5db;
178
+ --color-state-exporting-text: #000000;
143
179
  --control-sm: 0.75rem;
144
180
  --control-md: 0.875rem;
145
181
  --control-lg: 1rem;
@@ -540,6 +576,42 @@
540
576
  --color-action-secondary: #e5e7eb;
541
577
  --color-action-secondary-hover: #f3f4f6;
542
578
  --color-action-secondary-text: #111827;
579
+ --color-state-charging: #581c87;
580
+ --color-state-charging-border: #a855f7;
581
+ --color-state-charging-text: #e9d5ff;
582
+ --color-state-discharging: #78350f;
583
+ --color-state-discharging-border: #eab308;
584
+ --color-state-discharging-text: #fef3c7;
585
+ --color-state-heat: #7f1d1d;
586
+ --color-state-heat-border: #ef4444;
587
+ --color-state-heat-text: #fee2e2;
588
+ --color-state-cool: #1e3a8a;
589
+ --color-state-cool-border: #3b82f6;
590
+ --color-state-cool-text: #dbeafe;
591
+ --color-state-eco: #064e3b;
592
+ --color-state-eco-border: #10b981;
593
+ --color-state-eco-text: #d1fae5;
594
+ --color-state-auto: #7c2d12;
595
+ --color-state-auto-border: #fb923c;
596
+ --color-state-auto-text: #ffedd5;
597
+ --color-state-on: #134e4a;
598
+ --color-state-on-border: #14b8a6;
599
+ --color-state-on-text: #ccfbf1;
600
+ --color-state-idle: #374151;
601
+ --color-state-idle-border: #6b7280;
602
+ --color-state-idle-text: #e5e7eb;
603
+ --color-state-off: #374151;
604
+ --color-state-off-border: #6b7280;
605
+ --color-state-off-text: #e5e7eb;
606
+ --color-state-unknown: #1f2937;
607
+ --color-state-unknown-border: #6b7280;
608
+ --color-state-unknown-text: #ffffff;
609
+ --color-state-importing: #1f2937;
610
+ --color-state-importing-border: #6b7280;
611
+ --color-state-importing-text: #ffffff;
612
+ --color-state-exporting: #1f2937;
613
+ --color-state-exporting-border: #6b7280;
614
+ --color-state-exporting-text: #ffffff;
543
615
  --color-map-streets-border: #ffffff;
544
616
  --color-map-satellite-border: #ffffff;
545
617
  --color-map-neutral-border: #ffffff;
@@ -1865,6 +1937,9 @@
1865
1937
  .min-w-\[208px\] {
1866
1938
  min-width: 208px;
1867
1939
  }
1940
+ .min-w-full {
1941
+ min-width: 100%;
1942
+ }
1868
1943
  .flex-1 {
1869
1944
  flex: 1;
1870
1945
  }
@@ -1894,6 +1969,14 @@
1894
1969
  --tw-border-spacing-y: var(--spacing-0);
1895
1970
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1896
1971
  }
1972
+ .border-spacing-x-4 {
1973
+ --tw-border-spacing-x: var(--spacing-4);
1974
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1975
+ }
1976
+ .border-spacing-y-3 {
1977
+ --tw-border-spacing-y: var(--spacing-3);
1978
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1979
+ }
1897
1980
  .origin-bottom {
1898
1981
  transform-origin: bottom;
1899
1982
  }
@@ -3149,6 +3232,9 @@
3149
3232
  .pr-3 {
3150
3233
  padding-right: var(--spacing-3);
3151
3234
  }
3235
+ .pr-4 {
3236
+ padding-right: var(--spacing-4);
3237
+ }
3152
3238
  .pr-6 {
3153
3239
  padding-right: var(--spacing-6);
3154
3240
  }
@@ -3233,6 +3319,9 @@
3233
3319
  .align-text-bottom {
3234
3320
  vertical-align: text-bottom;
3235
3321
  }
3322
+ .align-top {
3323
+ vertical-align: top;
3324
+ }
3236
3325
  .font-mono {
3237
3326
  font-family: var(--font-mono);
3238
3327
  }
@@ -4057,6 +4146,11 @@
4057
4146
  border-bottom-width: 0px;
4058
4147
  }
4059
4148
  }
4149
+ .last\:pr-0 {
4150
+ &:last-child {
4151
+ padding-right: var(--spacing-0);
4152
+ }
4153
+ }
4060
4154
  .visited\:text-action-primary {
4061
4155
  &:visited {
4062
4156
  color: var(--color-action-primary);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.8.1",
3
- "generatedAt": "2025-10-21T15:52:09.288Z",
2
+ "version": "1.8.2",
3
+ "generatedAt": "2025-10-21T16:01:17.559Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",