@texturehq/edges 1.13.2 → 1.14.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/components.manifest.json +104 -5
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +383 -11
- package/dist/index.d.ts +383 -11
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/{server-BV15KAF4.d.cts → server-v2FT_HvE.d.cts} +40 -4
- package/dist/{server-BV15KAF4.d.ts → server-v2FT_HvE.d.ts} +40 -4
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +91 -5
- package/dist/utilities.manifest.json +16 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1819,6 +1819,9 @@
|
|
|
1819
1819
|
.w-24 {
|
|
1820
1820
|
width: var(--spacing-24);
|
|
1821
1821
|
}
|
|
1822
|
+
.w-28 {
|
|
1823
|
+
width: var(--spacing-28);
|
|
1824
|
+
}
|
|
1822
1825
|
.w-32 {
|
|
1823
1826
|
width: var(--spacing-32);
|
|
1824
1827
|
}
|
|
@@ -2983,6 +2986,42 @@
|
|
|
2983
2986
|
.bg-slate-700 {
|
|
2984
2987
|
background-color: var(--color-slate-700);
|
|
2985
2988
|
}
|
|
2989
|
+
.bg-state-auto {
|
|
2990
|
+
background-color: var(--color-state-auto);
|
|
2991
|
+
}
|
|
2992
|
+
.bg-state-charging {
|
|
2993
|
+
background-color: var(--color-state-charging);
|
|
2994
|
+
}
|
|
2995
|
+
.bg-state-cool {
|
|
2996
|
+
background-color: var(--color-state-cool);
|
|
2997
|
+
}
|
|
2998
|
+
.bg-state-discharging {
|
|
2999
|
+
background-color: var(--color-state-discharging);
|
|
3000
|
+
}
|
|
3001
|
+
.bg-state-eco {
|
|
3002
|
+
background-color: var(--color-state-eco);
|
|
3003
|
+
}
|
|
3004
|
+
.bg-state-exporting {
|
|
3005
|
+
background-color: var(--color-state-exporting);
|
|
3006
|
+
}
|
|
3007
|
+
.bg-state-heat {
|
|
3008
|
+
background-color: var(--color-state-heat);
|
|
3009
|
+
}
|
|
3010
|
+
.bg-state-idle {
|
|
3011
|
+
background-color: var(--color-state-idle);
|
|
3012
|
+
}
|
|
3013
|
+
.bg-state-importing {
|
|
3014
|
+
background-color: var(--color-state-importing);
|
|
3015
|
+
}
|
|
3016
|
+
.bg-state-off {
|
|
3017
|
+
background-color: var(--color-state-off);
|
|
3018
|
+
}
|
|
3019
|
+
.bg-state-on {
|
|
3020
|
+
background-color: var(--color-state-on);
|
|
3021
|
+
}
|
|
3022
|
+
.bg-state-unknown {
|
|
3023
|
+
background-color: var(--color-state-unknown);
|
|
3024
|
+
}
|
|
2986
3025
|
.bg-text-muted {
|
|
2987
3026
|
background-color: var(--color-text-muted);
|
|
2988
3027
|
}
|
|
@@ -3630,6 +3669,42 @@
|
|
|
3630
3669
|
.text-slate-300 {
|
|
3631
3670
|
color: var(--color-slate-300);
|
|
3632
3671
|
}
|
|
3672
|
+
.text-state-auto-text {
|
|
3673
|
+
color: var(--color-state-auto-text);
|
|
3674
|
+
}
|
|
3675
|
+
.text-state-charging-text {
|
|
3676
|
+
color: var(--color-state-charging-text);
|
|
3677
|
+
}
|
|
3678
|
+
.text-state-cool-text {
|
|
3679
|
+
color: var(--color-state-cool-text);
|
|
3680
|
+
}
|
|
3681
|
+
.text-state-discharging-text {
|
|
3682
|
+
color: var(--color-state-discharging-text);
|
|
3683
|
+
}
|
|
3684
|
+
.text-state-eco-text {
|
|
3685
|
+
color: var(--color-state-eco-text);
|
|
3686
|
+
}
|
|
3687
|
+
.text-state-exporting-text {
|
|
3688
|
+
color: var(--color-state-exporting-text);
|
|
3689
|
+
}
|
|
3690
|
+
.text-state-heat-text {
|
|
3691
|
+
color: var(--color-state-heat-text);
|
|
3692
|
+
}
|
|
3693
|
+
.text-state-idle-text {
|
|
3694
|
+
color: var(--color-state-idle-text);
|
|
3695
|
+
}
|
|
3696
|
+
.text-state-importing-text {
|
|
3697
|
+
color: var(--color-state-importing-text);
|
|
3698
|
+
}
|
|
3699
|
+
.text-state-off-text {
|
|
3700
|
+
color: var(--color-state-off-text);
|
|
3701
|
+
}
|
|
3702
|
+
.text-state-on-text {
|
|
3703
|
+
color: var(--color-state-on-text);
|
|
3704
|
+
}
|
|
3705
|
+
.text-state-unknown-text {
|
|
3706
|
+
color: var(--color-state-unknown-text);
|
|
3707
|
+
}
|
|
3633
3708
|
.text-text-body {
|
|
3634
3709
|
color: var(--color-text-body);
|
|
3635
3710
|
}
|
|
@@ -3701,6 +3776,12 @@
|
|
|
3701
3776
|
text-decoration-color: color-mix(in oklab, var(--color-text-link-default) 30%, transparent);
|
|
3702
3777
|
}
|
|
3703
3778
|
}
|
|
3779
|
+
.decoration-1 {
|
|
3780
|
+
text-decoration-thickness: 1px;
|
|
3781
|
+
}
|
|
3782
|
+
.underline-offset-4 {
|
|
3783
|
+
text-underline-offset: 4px;
|
|
3784
|
+
}
|
|
3704
3785
|
.placeholder-text-muted {
|
|
3705
3786
|
&::-moz-placeholder {
|
|
3706
3787
|
color: var(--color-text-muted);
|
|
@@ -4244,11 +4325,6 @@
|
|
|
4244
4325
|
color: var(--color-action-brand);
|
|
4245
4326
|
}
|
|
4246
4327
|
}
|
|
4247
|
-
.visited\:text-text-link-default {
|
|
4248
|
-
&:visited {
|
|
4249
|
-
color: var(--color-text-link-default);
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4252
4328
|
.visited\:text-text-muted {
|
|
4253
4329
|
&:visited {
|
|
4254
4330
|
color: var(--color-text-muted);
|
|
@@ -4384,6 +4460,16 @@
|
|
|
4384
4460
|
}
|
|
4385
4461
|
}
|
|
4386
4462
|
}
|
|
4463
|
+
.hover\:bg-feedback-error-background\/50 {
|
|
4464
|
+
&:hover {
|
|
4465
|
+
@media (hover: hover) {
|
|
4466
|
+
background-color: color-mix(in srgb, #fee2e2 50%, transparent);
|
|
4467
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4468
|
+
background-color: color-mix(in oklab, var(--color-feedback-error-background) 50%, transparent);
|
|
4469
|
+
}
|
|
4470
|
+
}
|
|
4471
|
+
}
|
|
4472
|
+
}
|
|
4387
4473
|
.hover\:bg-gray-50 {
|
|
4388
4474
|
&:hover {
|
|
4389
4475
|
@media (hover: hover) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.14.0",
|
|
3
|
+
"generatedAt": "2025-10-29T15:33:05.225Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
|
|
@@ -213,6 +213,13 @@
|
|
|
213
213
|
"category": "formatting",
|
|
214
214
|
"file": "utils/formatting/boolean.ts"
|
|
215
215
|
},
|
|
216
|
+
{
|
|
217
|
+
"name": "formatCapacity",
|
|
218
|
+
"type": "function",
|
|
219
|
+
"description": "Format battery capacity (kWh) ```typescript formatCapacity(13.5); // \"13.5 kWh\" formatCapacity(1500); // \"1.5 MWh\" formatCapacity(null); // null ```",
|
|
220
|
+
"category": "formatting",
|
|
221
|
+
"file": "utils/formatting/capacity.ts"
|
|
222
|
+
},
|
|
216
223
|
{
|
|
217
224
|
"name": "formatComponentValue",
|
|
218
225
|
"type": "function",
|
|
@@ -297,6 +304,13 @@
|
|
|
297
304
|
"category": "formatting",
|
|
298
305
|
"file": "utils/formatting/power.ts"
|
|
299
306
|
},
|
|
307
|
+
{
|
|
308
|
+
"name": "formatPowerRating",
|
|
309
|
+
"type": "function",
|
|
310
|
+
"description": "Format power rating (kW) ```typescript formatPowerRating(5.2); // \"5.2 kW\" formatPowerRating(2500); // \"2.5 MW\" formatPowerRating(null); // null ```",
|
|
311
|
+
"category": "formatting",
|
|
312
|
+
"file": "utils/formatting/capacity.ts"
|
|
313
|
+
},
|
|
300
314
|
{
|
|
301
315
|
"name": "FormatRegistry",
|
|
302
316
|
"type": "constant",
|