@rkmodules/rules 0.0.71 → 0.0.72

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.
@@ -4,7 +4,7 @@
4
4
  position: relative;
5
5
  border: 1px solid red;
6
6
  border: initial;
7
- width:auto;
7
+ width: auto;
8
8
  border-radius: 0;
9
9
  height: initial;
10
10
  transform: initial;
@@ -48,19 +48,20 @@
48
48
  transform: translate(50%, -50%);
49
49
  }
50
50
 
51
- .Input_PHp3D {
51
+ .PortLabel_wwLN0 {
52
52
  color: var(--type-color);
53
+ }
54
+
55
+ .Input_PHp3D {
53
56
  --xy-handle-background-color: var(--type-color);
54
57
  }
55
58
 
56
59
  .Output_FMRNv {
57
60
  text-align: right;
58
- color: var(--type-color);
59
61
  --xy-handle-background-color: var(--type-color);
60
62
  justify-content: right;
61
63
  }
62
64
 
63
-
64
65
  /** edges */
65
66
 
66
67
  .ConnectionPath_XkXr1.valid_LGNvc {
@@ -78,18 +79,43 @@
78
79
  stroke-width: 2;
79
80
  }
80
81
 
81
- .DefaultNode_R2P6c {
82
+ /** menus **/
83
+ .Menu_cusza {
84
+ position: relative;
85
+ }
86
+ .MenuCanvas_3M2Ek {
87
+ border: 1px solid var(--ln);
88
+ border-radius: 4px;
89
+ display: flex;
90
+ flex-direction: column;
91
+ position: absolute;
92
+ top: 100%;
93
+ right: 0;
94
+ background-color: var(--bg);
95
+ }
96
+ .MenuItem_UWLzD {
97
+ padding: 4px 8px;
98
+ display: flex;
99
+ cursor: default;
100
+ white-space: nowrap;
101
+ }
102
+ .MenuItem_UWLzD:hover {
103
+ background-color: var(--ln);
104
+ }
105
+
106
+ .NodeContainer_gSdHY {
82
107
  --ln: var(--node-line);
83
108
  --bg: var(--node-background);
84
109
  border: 1px solid var(--ln);
85
110
  border-radius: 4px;
86
111
  background-color: var(--bg);
87
112
  min-width: 200px;
113
+ cursor: default;
88
114
  }
89
- .DefaultNode_R2P6c.selected_VmB-F {
115
+ .NodeContainer_gSdHY.selected_VmB-F {
90
116
  border-color: var(--node-select-line);
91
117
  }
92
- .DefaultNode_R2P6c.active_zjUzx {
118
+ .NodeContainer_gSdHY.active_zjUzx {
93
119
  box-shadow: 0px 0px 3px 2px var(--node-active-line);
94
120
  }
95
121
 
@@ -104,6 +130,7 @@
104
130
  font-weight: bold;
105
131
  display: flex;
106
132
  align-items: center;
133
+ cursor: grab;
107
134
  }
108
135
 
109
136
  .Label_wBwWA span {
@@ -111,7 +138,8 @@
111
138
  display: flex;
112
139
  flex-direction: column;
113
140
  }
114
- .DeleteButton_kglTP {
141
+
142
+ .NodeContainer_gSdHY button {
115
143
  border: 1px solid var(--ln);
116
144
  border-radius: 4px;
117
145
  width: 20px;
@@ -122,24 +150,25 @@
122
150
  align-self: flex-end;
123
151
  align-items: center;
124
152
  justify-content: center;
153
+ cursor: pointer;
125
154
  }
126
155
 
127
- .DefaultNode_R2P6c table {
156
+ .NodeContainer_gSdHY table {
128
157
  width: 100%;
129
158
  border-collapse: collapse;
130
159
  }
131
160
 
132
- .DefaultNode_R2P6c tr {
161
+ .NodeContainer_gSdHY tr {
133
162
  position: relative;
134
163
  }
135
164
 
136
- .DefaultNode_R2P6c td {
165
+ .NodeContainer_gSdHY td {
137
166
  padding: 4px 8px;
138
167
  position: relative;
139
168
  }
140
169
 
141
- .DefaultNode_R2P6c input,
142
- .DefaultNode_R2P6c select {
170
+ .NodeContainer_gSdHY input,
171
+ .NodeContainer_gSdHY select {
143
172
  border: 1px solid var(--ln);
144
173
  border-radius: 4px;
145
174
  width: 100%;
@@ -156,6 +185,11 @@
156
185
  max-width: 200px;
157
186
  }
158
187
 
188
+ .Body_ptEZP {
189
+ margin: 2px auto;
190
+ padding: 8px;
191
+ }
192
+
159
193
  .PreviewHead_oFT4K {
160
194
  margin-top: 16px;
161
195
  text-align: center;