@texturehq/edges 1.8.1 → 1.9.0

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.
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;
@@ -1584,6 +1656,9 @@
1584
1656
  .h-\[400px\] {
1585
1657
  height: 400px;
1586
1658
  }
1659
+ .h-\[420px\] {
1660
+ height: 420px;
1661
+ }
1587
1662
  .h-\[500px\] {
1588
1663
  height: 500px;
1589
1664
  }
@@ -1641,6 +1716,9 @@
1641
1716
  .min-h-\[200px\] {
1642
1717
  min-height: 200px;
1643
1718
  }
1719
+ .min-h-\[320px\] {
1720
+ min-height: 320px;
1721
+ }
1644
1722
  .min-h-screen {
1645
1723
  min-height: 100vh;
1646
1724
  }
@@ -1865,6 +1943,9 @@
1865
1943
  .min-w-\[208px\] {
1866
1944
  min-width: 208px;
1867
1945
  }
1946
+ .min-w-full {
1947
+ min-width: 100%;
1948
+ }
1868
1949
  .flex-1 {
1869
1950
  flex: 1;
1870
1951
  }
@@ -1894,6 +1975,14 @@
1894
1975
  --tw-border-spacing-y: var(--spacing-0);
1895
1976
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1896
1977
  }
1978
+ .border-spacing-x-4 {
1979
+ --tw-border-spacing-x: var(--spacing-4);
1980
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1981
+ }
1982
+ .border-spacing-y-3 {
1983
+ --tw-border-spacing-y: var(--spacing-3);
1984
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1985
+ }
1897
1986
  .origin-bottom {
1898
1987
  transform-origin: bottom;
1899
1988
  }
@@ -3065,6 +3154,9 @@
3065
3154
  .px-8 {
3066
3155
  padding-inline: var(--spacing-8);
3067
3156
  }
3157
+ .px-10 {
3158
+ padding-inline: var(--spacing-10);
3159
+ }
3068
3160
  .px-\[var\(--control-padding-lg\)\] {
3069
3161
  padding-inline: var(--control-padding-lg);
3070
3162
  }
@@ -3119,6 +3211,9 @@
3119
3211
  .py-12 {
3120
3212
  padding-block: var(--spacing-12);
3121
3213
  }
3214
+ .py-16 {
3215
+ padding-block: var(--spacing-16);
3216
+ }
3122
3217
  .pt-0 {
3123
3218
  padding-top: var(--spacing-0);
3124
3219
  }
@@ -3149,6 +3244,9 @@
3149
3244
  .pr-3 {
3150
3245
  padding-right: var(--spacing-3);
3151
3246
  }
3247
+ .pr-4 {
3248
+ padding-right: var(--spacing-4);
3249
+ }
3152
3250
  .pr-6 {
3153
3251
  padding-right: var(--spacing-6);
3154
3252
  }
@@ -3233,6 +3331,9 @@
3233
3331
  .align-text-bottom {
3234
3332
  vertical-align: text-bottom;
3235
3333
  }
3334
+ .align-top {
3335
+ vertical-align: top;
3336
+ }
3236
3337
  .font-mono {
3237
3338
  font-family: var(--font-mono);
3238
3339
  }
@@ -3295,6 +3396,18 @@
3295
3396
  .text-\[length\:var\(--control-text-xl\)\] {
3296
3397
  font-size: var(--control-text-xl);
3297
3398
  }
3399
+ .leading-6 {
3400
+ --tw-leading: var(--spacing-6);
3401
+ line-height: var(--spacing-6);
3402
+ }
3403
+ .leading-7 {
3404
+ --tw-leading: var(--spacing-7);
3405
+ line-height: var(--spacing-7);
3406
+ }
3407
+ .leading-8 {
3408
+ --tw-leading: var(--spacing-8);
3409
+ line-height: var(--spacing-8);
3410
+ }
3298
3411
  .leading-\[2\.25\] {
3299
3412
  --tw-leading: 2.25;
3300
3413
  line-height: 2.25;
@@ -4057,6 +4170,11 @@
4057
4170
  border-bottom-width: 0px;
4058
4171
  }
4059
4172
  }
4173
+ .last\:pr-0 {
4174
+ &:last-child {
4175
+ padding-right: var(--spacing-0);
4176
+ }
4177
+ }
4060
4178
  .visited\:text-action-primary {
4061
4179
  &:visited {
4062
4180
  color: var(--color-action-primary);
@@ -6148,6 +6266,26 @@
6148
6266
  list-style-type: disc;
6149
6267
  }
6150
6268
  }
6269
+ .\[\&_\.empty-state-actions\]\:justify-center {
6270
+ & .empty-state-actions {
6271
+ justify-content: center;
6272
+ }
6273
+ }
6274
+ .\[\&_\.empty-state-actions\]\:justify-start {
6275
+ & .empty-state-actions {
6276
+ justify-content: flex-start;
6277
+ }
6278
+ }
6279
+ .\[\&_\.empty-state-actions\]\:text-center {
6280
+ & .empty-state-actions {
6281
+ text-align: center;
6282
+ }
6283
+ }
6284
+ .\[\&_\.empty-state-actions\]\:text-left {
6285
+ & .empty-state-actions {
6286
+ text-align: left;
6287
+ }
6288
+ }
6151
6289
  .\[\&_\[data-chip-id\]\:\:selection\]\:bg-action-primary\/20 {
6152
6290
  & [data-chip-id]::-moz-selection {
6153
6291
  background-color: color-mix(in srgb, #444ae1 20%, transparent);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.8.1",
3
- "generatedAt": "2025-10-21T15:52:09.288Z",
2
+ "version": "1.9.0",
3
+ "generatedAt": "2025-10-21T19:04:50.171Z",
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.9.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",