@xyflow/react 12.0.0-next.2 → 12.0.0-next.3
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/base.css +6 -1
- package/dist/style.css +6 -6
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -101,6 +101,11 @@
|
|
|
101
101
|
.react-flow__edges {
|
|
102
102
|
position: absolute;
|
|
103
103
|
}
|
|
104
|
+
.react-flow__edges svg {
|
|
105
|
+
overflow: visible;
|
|
106
|
+
position: absolute;
|
|
107
|
+
pointer-events: none;
|
|
108
|
+
}
|
|
104
109
|
.react-flow__edge {
|
|
105
110
|
pointer-events: visibleStroke;
|
|
106
111
|
cursor: pointer;
|
|
@@ -142,7 +147,7 @@
|
|
|
142
147
|
stroke-dasharray: 5;
|
|
143
148
|
animation: dashdraw 0.5s linear infinite;
|
|
144
149
|
}
|
|
145
|
-
.react-flow__connectionline {
|
|
150
|
+
svg.react-flow__connectionline {
|
|
146
151
|
z-index: 1001;
|
|
147
152
|
overflow: visible;
|
|
148
153
|
position: absolute;
|
package/dist/style.css
CHANGED
|
@@ -132,6 +132,11 @@
|
|
|
132
132
|
.react-flow__edges {
|
|
133
133
|
position: absolute;
|
|
134
134
|
}
|
|
135
|
+
.react-flow__edges svg {
|
|
136
|
+
overflow: visible;
|
|
137
|
+
position: absolute;
|
|
138
|
+
pointer-events: none;
|
|
139
|
+
}
|
|
135
140
|
.react-flow__edge {
|
|
136
141
|
pointer-events: visibleStroke;
|
|
137
142
|
cursor: pointer;
|
|
@@ -173,7 +178,7 @@
|
|
|
173
178
|
stroke-dasharray: 5;
|
|
174
179
|
animation: dashdraw 0.5s linear infinite;
|
|
175
180
|
}
|
|
176
|
-
.react-flow__connectionline {
|
|
181
|
+
svg.react-flow__connectionline {
|
|
177
182
|
z-index: 1001;
|
|
178
183
|
overflow: visible;
|
|
179
184
|
position: absolute;
|
|
@@ -374,11 +379,6 @@
|
|
|
374
379
|
max-height: 12px;
|
|
375
380
|
fill: currentColor;
|
|
376
381
|
}
|
|
377
|
-
.react-flow__edges svg {
|
|
378
|
-
overflow: visible;
|
|
379
|
-
position: absolute;
|
|
380
|
-
pointer-events: none;
|
|
381
|
-
}
|
|
382
382
|
.react-flow__edge.updating .react-flow__edge-path {
|
|
383
383
|
stroke: #777;
|
|
384
384
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyflow/react",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.3",
|
|
4
4
|
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"postcss-rename": "^0.6.1",
|
|
68
68
|
"react": "^18.2.0",
|
|
69
69
|
"typescript": "5.1.3",
|
|
70
|
-
"@xyflow/tsconfig": "0.0.0",
|
|
71
70
|
"@xyflow/rollup-config": "0.0.0",
|
|
71
|
+
"@xyflow/tsconfig": "0.0.0",
|
|
72
72
|
"@xyflow/eslint-config": "0.0.0"
|
|
73
73
|
},
|
|
74
74
|
"rollup": {
|