update: renaming stuff from react to "revue"

This commit is contained in:
Braks
2021-07-10 18:33:38 +02:00
parent 4661b685ad
commit 881655d483
35 changed files with 139 additions and 7009 deletions
+27 -27
View File
@@ -1,13 +1,13 @@
.react-flow {
.revue-flow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.react-flow__renderer,
.react-flow__pane,
.react-flow__selectionpane {
.revue-flow__renderer,
.revue-flow__pane,
.revue-flow__selectionpane {
width: 100%;
height: 100%;
position: absolute;
@@ -15,25 +15,25 @@
left: 0;
}
.react-flow__pane {
.revue-flow__pane {
z-index: 1;
}
.react-flow__renderer {
.revue-flow__renderer {
z-index: 4;
}
.react-flow__selectionpane {
.revue-flow__selectionpane {
z-index: 5;
}
.react-flow__selection {
.revue-flow__selection {
position: absolute;
top: 0;
left: 0;
}
.react-flow__edges {
.revue-flow__edges {
position: absolute;
top: 0;
left: 0;
@@ -41,7 +41,7 @@
z-index: 2;
}
.react-flow__edge {
.revue-flow__edge {
pointer-events: visibleStroke;
&.inactive {
@@ -55,20 +55,20 @@
}
}
.react-flow__edge-path {
.revue-flow__edge-path {
fill: none;
}
.react-flow__edge-textwrapper {
.revue-flow__edge-textwrapper {
pointer-events: all;
}
.react-flow__edge-text {
.revue-flow__edge-text {
pointer-events: none;
user-select: none;
}
.react-flow__connection {
.revue-flow__connection {
pointer-events: none;
.animated {
@@ -77,11 +77,11 @@
}
}
.react-flow__connection-path {
.revue-flow__connection-path {
fill: none;
}
.react-flow__nodes {
.revue-flow__nodes {
position: absolute;
width: 100%;
height: 100%;
@@ -90,14 +90,14 @@
z-index: 3;
}
.react-flow__node {
.revue-flow__node {
position: absolute;
user-select: none;
pointer-events: all;
transform-origin: 0 0;
}
.react-flow__nodesselection {
.revue-flow__nodesselection {
z-index: 3;
position: absolute;
width: 100%;
@@ -114,7 +114,7 @@
}
}
.react-flow__handle {
.revue-flow__handle {
pointer-events: none;
&.connectable {
@@ -122,39 +122,39 @@
}
}
.react-flow__handle-bottom {
.revue-flow__handle-bottom {
top: auto;
left: 50%;
bottom: -4px;
transform: translate(-50%, 0);
}
.react-flow__handle-top {
.revue-flow__handle-top {
left: 50%;
top: -4px;
transform: translate(-50%, 0);
}
.react-flow__handle-left {
.revue-flow__handle-left {
top: 50%;
left: -4px;
transform: translate(0, -50%);
}
.react-flow__handle-right {
.revue-flow__handle-right {
right: -4px;
top: 50%;
transform: translate(0, -50%);
}
.react-flow__edgeupdater {
.revue-flow__edgeupdater {
cursor: move;
pointer-events: all;
}
/* additional components */
.react-flow__background {
.revue-flow__background {
position: absolute;
top: 0;
left: 0;
@@ -162,7 +162,7 @@
height: 100%;
}
.react-flow__controls {
.revue-flow__controls {
position: absolute;
z-index: 5;
bottom: 10px;
@@ -179,7 +179,7 @@
}
}
.react-flow__minimap {
.revue-flow__minimap {
position: absolute;
z-index: 5;
bottom: 10px;