@texturehq/edges 1.23.3 → 1.23.4
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/form/index.cjs +1 -1
- package/dist/form/index.cjs.map +1 -1
- package/dist/form/index.js +1 -1
- package/dist/form/index.js.map +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +14 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2374,6 +2374,9 @@
|
|
|
2374
2374
|
.cursor-default {
|
|
2375
2375
|
cursor: default;
|
|
2376
2376
|
}
|
|
2377
|
+
.cursor-grab {
|
|
2378
|
+
cursor: grab;
|
|
2379
|
+
}
|
|
2377
2380
|
.cursor-help {
|
|
2378
2381
|
cursor: help;
|
|
2379
2382
|
}
|
|
@@ -2389,6 +2392,9 @@
|
|
|
2389
2392
|
.cursor-text {
|
|
2390
2393
|
cursor: text;
|
|
2391
2394
|
}
|
|
2395
|
+
.touch-none {
|
|
2396
|
+
touch-action: none;
|
|
2397
|
+
}
|
|
2392
2398
|
.resize {
|
|
2393
2399
|
resize: both;
|
|
2394
2400
|
}
|
|
@@ -2492,6 +2498,9 @@
|
|
|
2492
2498
|
.flex-row {
|
|
2493
2499
|
flex-direction: row;
|
|
2494
2500
|
}
|
|
2501
|
+
.flex-nowrap {
|
|
2502
|
+
flex-wrap: nowrap;
|
|
2503
|
+
}
|
|
2495
2504
|
.flex-wrap {
|
|
2496
2505
|
flex-wrap: wrap;
|
|
2497
2506
|
}
|
|
@@ -5386,6 +5395,11 @@
|
|
|
5386
5395
|
outline-style: none;
|
|
5387
5396
|
}
|
|
5388
5397
|
}
|
|
5398
|
+
.active\:cursor-grabbing {
|
|
5399
|
+
&:active {
|
|
5400
|
+
cursor: grabbing;
|
|
5401
|
+
}
|
|
5402
|
+
}
|
|
5389
5403
|
.active\:bg-background-muted {
|
|
5390
5404
|
&:active {
|
|
5391
5405
|
background-color: var(--color-background-muted);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.23.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.23.4",
|
|
3
|
+
"generatedAt": "2025-11-27T19:50:37.390Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
|