@texturehq/edges 1.4.0 → 1.5.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 +2 -2
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/{server-Utz6Sv9w.d.ts → server-BMdETIqh.d.cts} +95 -4
- package/dist/{server-Utz6Sv9w.d.cts → server-BMdETIqh.d.ts} +95 -4
- 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.map +1 -1
- package/dist/styles.css +16 -9
- package/dist/utilities.manifest.json +12 -4
- package/package.json +1 -1
- package/dist/neutral-dark-ULOPSLHN.png +0 -0
- package/dist/neutral-light-IAPUNYDO.png +0 -0
- package/dist/satelite-light-CU3QG3IP.png +0 -0
- package/dist/streets-dark-47NJZQUE.png +0 -0
- package/dist/streets-light-YXBEDGBR.png +0 -0
package/dist/styles.css
CHANGED
|
@@ -62,8 +62,6 @@
|
|
|
62
62
|
--color-brand-light: #f7f7ff;
|
|
63
63
|
--color-brand-dark: #363ccb;
|
|
64
64
|
--color-brand-background: #f6f7ff;
|
|
65
|
-
--color-skeleton-base: #e5e7eb;
|
|
66
|
-
--color-skeleton-highlight: #f3f4f6;
|
|
67
65
|
--color-neutral-white: #ffffff;
|
|
68
66
|
--color-neutral-black: #000000;
|
|
69
67
|
--color-viz-default: #444ae1;
|
|
@@ -2448,6 +2446,12 @@
|
|
|
2448
2446
|
background-color: color-mix(in oklab, var(--color-background-surface) 80%, transparent);
|
|
2449
2447
|
}
|
|
2450
2448
|
}
|
|
2449
|
+
.bg-background-surface\/90 {
|
|
2450
|
+
background-color: color-mix(in srgb, #ffffff 90%, transparent);
|
|
2451
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2452
|
+
background-color: color-mix(in oklab, var(--color-background-surface) 90%, transparent);
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2451
2455
|
.bg-black\/50 {
|
|
2452
2456
|
background-color: color-mix(in srgb, #000000 50%, transparent);
|
|
2453
2457
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2795,6 +2799,9 @@
|
|
|
2795
2799
|
.py-12 {
|
|
2796
2800
|
padding-block: var(--spacing-12);
|
|
2797
2801
|
}
|
|
2802
|
+
.pt-1 {
|
|
2803
|
+
padding-top: var(--spacing-1);
|
|
2804
|
+
}
|
|
2798
2805
|
.pt-3 {
|
|
2799
2806
|
padding-top: var(--spacing-3);
|
|
2800
2807
|
}
|
|
@@ -3805,6 +3812,13 @@
|
|
|
3805
3812
|
}
|
|
3806
3813
|
}
|
|
3807
3814
|
}
|
|
3815
|
+
.hover\:bg-gray-50 {
|
|
3816
|
+
&:hover {
|
|
3817
|
+
@media (hover: hover) {
|
|
3818
|
+
background-color: var(--color-gray-50);
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3808
3822
|
.hover\:bg-gray-100 {
|
|
3809
3823
|
&:hover {
|
|
3810
3824
|
@media (hover: hover) {
|
|
@@ -3948,13 +3962,6 @@
|
|
|
3948
3962
|
}
|
|
3949
3963
|
}
|
|
3950
3964
|
}
|
|
3951
|
-
.hover\:opacity-90 {
|
|
3952
|
-
&:hover {
|
|
3953
|
-
@media (hover: hover) {
|
|
3954
|
-
opacity: 90%;
|
|
3955
|
-
}
|
|
3956
|
-
}
|
|
3957
|
-
}
|
|
3958
3965
|
.hover\:opacity-100 {
|
|
3959
3966
|
&:hover {
|
|
3960
3967
|
@media (hover: hover) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.5.0",
|
|
3
|
+
"generatedAt": "2025-10-09T19:04:07.680Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like debouncing, local storage, and time controls",
|
|
@@ -2061,6 +2061,14 @@
|
|
|
2061
2061
|
"category": "colors",
|
|
2062
2062
|
"file": "utils/colors.ts"
|
|
2063
2063
|
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "MapboxExpression",
|
|
2066
|
+
"type": "type",
|
|
2067
|
+
"description": "Type for Mapbox GL JS expressions Represents nested array structures used by Mapbox for data-driven styling",
|
|
2068
|
+
"example": null,
|
|
2069
|
+
"category": "colors",
|
|
2070
|
+
"file": "utils/colors.ts"
|
|
2071
|
+
},
|
|
2064
2072
|
{
|
|
2065
2073
|
"name": "mapValuesToCategoricalColors",
|
|
2066
2074
|
"type": "constant",
|
|
@@ -2110,7 +2118,7 @@
|
|
|
2110
2118
|
}
|
|
2111
2119
|
},
|
|
2112
2120
|
"summary": {
|
|
2113
|
-
"totalUtilities":
|
|
2121
|
+
"totalUtilities": 208,
|
|
2114
2122
|
"totalCategories": 5,
|
|
2115
2123
|
"categories": [
|
|
2116
2124
|
{
|
|
@@ -2127,7 +2135,7 @@
|
|
|
2127
2135
|
},
|
|
2128
2136
|
{
|
|
2129
2137
|
"name": "colors",
|
|
2130
|
-
"count":
|
|
2138
|
+
"count": 21
|
|
2131
2139
|
},
|
|
2132
2140
|
{
|
|
2133
2141
|
"name": "general",
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|