@texturehq/edges 1.8.0 → 1.8.1
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 +19 -3
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +7 -5
- package/dist/utilities.manifest.json +2 -2
- package/package.json +5 -1
package/dist/styles.css
CHANGED
|
@@ -1761,6 +1761,9 @@
|
|
|
1761
1761
|
.w-\[700px\] {
|
|
1762
1762
|
width: 700px;
|
|
1763
1763
|
}
|
|
1764
|
+
.w-\[800px\] {
|
|
1765
|
+
width: 800px;
|
|
1766
|
+
}
|
|
1764
1767
|
.w-auto {
|
|
1765
1768
|
width: auto;
|
|
1766
1769
|
}
|
|
@@ -3714,6 +3717,10 @@
|
|
|
3714
3717
|
--tw-grayscale: grayscale(100%);
|
|
3715
3718
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3716
3719
|
}
|
|
3720
|
+
.invert {
|
|
3721
|
+
--tw-invert: invert(100%);
|
|
3722
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3723
|
+
}
|
|
3717
3724
|
.filter {
|
|
3718
3725
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3719
3726
|
}
|
|
@@ -5510,11 +5517,6 @@
|
|
|
5510
5517
|
border-color: var(--color-blue-800);
|
|
5511
5518
|
}
|
|
5512
5519
|
}
|
|
5513
|
-
.dark\:border-gray-700 {
|
|
5514
|
-
@media (prefers-color-scheme: dark) {
|
|
5515
|
-
border-color: var(--color-gray-700);
|
|
5516
|
-
}
|
|
5517
|
-
}
|
|
5518
5520
|
.dark\:border-white\/5 {
|
|
5519
5521
|
@media (prefers-color-scheme: dark) {
|
|
5520
5522
|
border-color: color-mix(in srgb, #ffffff 5%, transparent);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.8.1",
|
|
3
|
+
"generatedAt": "2025-10-21T15:52:09.288Z",
|
|
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.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"author": "Nicholas Brown <nick@texturehq.com>",
|
|
5
5
|
"description": "A shared component library for Texture",
|
|
6
6
|
"type": "module",
|
|
@@ -71,12 +71,16 @@
|
|
|
71
71
|
"@tiptap/starter-kit": "^3.4.5",
|
|
72
72
|
"@types/react-map-gl": "6.1.6",
|
|
73
73
|
"@visx/axis": "^3.10.1",
|
|
74
|
+
"@visx/brush": "^3.12.0",
|
|
74
75
|
"@visx/curve": "^3.3.0",
|
|
76
|
+
"@visx/drag": "^3.12.0",
|
|
75
77
|
"@visx/event": "^3.3.0",
|
|
78
|
+
"@visx/pattern": "^3.12.0",
|
|
76
79
|
"@visx/responsive": "^3.10.2",
|
|
77
80
|
"@visx/scale": "^3.5.0",
|
|
78
81
|
"@visx/shape": "^3.5.0",
|
|
79
82
|
"@visx/tooltip": "^3.3.0",
|
|
83
|
+
"@visx/zoom": "^3.12.0",
|
|
80
84
|
"ace-builds": "^1.43.3",
|
|
81
85
|
"d3-array": "^3.2.4",
|
|
82
86
|
"file-saver": "^2.0.5",
|