aiware-js 1.0.0-master.372 → 1.0.0-master.374
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/index.esm.css +373 -373
- package/index.esm.css.gz +0 -0
- package/js-core.esm.js +1 -1
- package/js-core.esm.js.gz +0 -0
- package/js-core.esm18.js +2 -2
- package/js-core.esm18.js.gz +0 -0
- package/js-core.esm19.js +2 -2
- package/js-core.esm19.js.gz +0 -0
- package/js-core.esm36.js +2 -2
- package/js-core.esm36.js.gz +0 -0
- package/js-core.esm37.js +1 -1
- package/js-core.esm37.js.gz +0 -0
- package/js-core.esm4.js +1 -1
- package/js-core.esm4.js.gz +0 -0
- package/js-core.esm40.js +1 -1
- package/js-core.esm40.js.gz +0 -0
- package/js-core.esm41.js +1 -1
- package/js-core.esm41.js.gz +0 -0
- package/js-core.esm43.js +2 -2
- package/js-core.esm43.js.gz +0 -0
- package/js-core.esm44.js +2 -2
- package/js-core.esm44.js.gz +0 -0
- package/js-core.esm49.js +1 -1
- package/js-core.esm49.js.gz +0 -0
- package/js-core.esm5.js +2 -2
- package/js-core.esm5.js.gz +0 -0
- package/js-core.esm53.js +2 -2
- package/js-core.esm53.js.gz +0 -0
- package/js-core.esm54.js +3 -3
- package/js-core.esm54.js.gz +0 -0
- package/js-core.esm56.js +1 -1
- package/js-core.esm56.js.gz +0 -0
- package/js-core.esm57.js +8 -8
- package/js-core.esm57.js.gz +0 -0
- package/js-core.esm59.js +2 -2
- package/js-core.esm59.js.gz +0 -0
- package/js-core.esm60.js +1 -1
- package/js-core.esm60.js.gz +0 -0
- package/js-core.esm63.js +3 -3
- package/js-core.esm63.js.gz +0 -0
- package/js-core.esm64.js +2 -2
- package/js-core.esm64.js.gz +0 -0
- package/js-core.esm66.js +2 -2
- package/js-core.esm66.js.gz +0 -0
- package/js-core.esm67.js +1 -1
- package/js-core.esm67.js.gz +0 -0
- package/js-core.esm68.js +1 -1
- package/js-core.esm68.js.gz +0 -0
- package/js-core.esm69.js +1 -1
- package/js-core.esm69.js.gz +0 -0
- package/js-core.esm7.js +3 -3
- package/js-core.esm7.js.gz +0 -0
- package/js-core.esm70.js +1 -1
- package/js-core.esm70.js.gz +0 -0
- package/js-core.esm71.js +1 -1
- package/js-core.esm71.js.gz +0 -0
- package/js-core.esm72.js +1 -1
- package/js-core.esm72.js.gz +0 -0
- package/js-core.umd.css +373 -373
- package/js-core.umd.css.gz +0 -0
- package/js-core.umd.js +32 -32
- package/js-core.umd.js.gz +0 -0
- package/locales/en.json +1 -1
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -44,391 +44,116 @@
|
|
|
44
44
|
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
/*
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
local('Dosis-Extra Light'),
|
|
56
|
-
url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
57
|
-
url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
47
|
+
/* this gets exported as style.css and can be used for the default theming */
|
|
48
|
+
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
|
|
49
|
+
.react-flow__container {
|
|
50
|
+
position: absolute;
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
top: 0;
|
|
54
|
+
left: 0;
|
|
58
55
|
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
font-style: normal;
|
|
64
|
-
font-display: swap;
|
|
65
|
-
font-weight: 300;
|
|
66
|
-
src:
|
|
67
|
-
local('Dosis Light '),
|
|
68
|
-
local('Dosis-Light'),
|
|
69
|
-
url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
70
|
-
url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
56
|
+
.react-flow__pane {
|
|
57
|
+
z-index: 1;
|
|
58
|
+
cursor: -webkit-grab;
|
|
59
|
+
cursor: grab;
|
|
71
60
|
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
61
|
+
.react-flow__pane.selection {
|
|
62
|
+
cursor: pointer;
|
|
63
|
+
}
|
|
64
|
+
.react-flow__pane.dragging {
|
|
65
|
+
cursor: -webkit-grabbing;
|
|
66
|
+
cursor: grabbing;
|
|
67
|
+
}
|
|
68
|
+
.react-flow__viewport {
|
|
69
|
+
transform-origin: 0 0;
|
|
70
|
+
z-index: 2;
|
|
71
|
+
pointer-events: none;
|
|
84
72
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
@font-face {
|
|
88
|
-
font-family: 'Dosis';
|
|
89
|
-
font-style: normal;
|
|
90
|
-
font-display: swap;
|
|
91
|
-
font-weight: 500;
|
|
92
|
-
src:
|
|
93
|
-
local('Dosis Medium '),
|
|
94
|
-
local('Dosis-Medium'),
|
|
95
|
-
url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
96
|
-
url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
73
|
+
.react-flow__renderer {
|
|
74
|
+
z-index: 4;
|
|
97
75
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
@font-face {
|
|
101
|
-
font-family: 'Dosis';
|
|
102
|
-
font-style: normal;
|
|
103
|
-
font-display: swap;
|
|
104
|
-
font-weight: 600;
|
|
105
|
-
src:
|
|
106
|
-
local('Dosis SemiBold '),
|
|
107
|
-
local('Dosis-SemiBold'),
|
|
108
|
-
url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
109
|
-
url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
76
|
+
.react-flow__selection {
|
|
77
|
+
z-index: 6;
|
|
110
78
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
font-family: 'Dosis';
|
|
115
|
-
font-style: normal;
|
|
116
|
-
font-display: swap;
|
|
117
|
-
font-weight: 700;
|
|
118
|
-
src:
|
|
119
|
-
local('Dosis Bold '),
|
|
120
|
-
local('Dosis-Bold'),
|
|
121
|
-
url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
122
|
-
url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
79
|
+
.react-flow__nodesselection-rect:focus,
|
|
80
|
+
.react-flow__nodesselection-rect:focus-visible {
|
|
81
|
+
outline: none;
|
|
123
82
|
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
font-family: 'Dosis';
|
|
128
|
-
font-style: normal;
|
|
129
|
-
font-display: swap;
|
|
130
|
-
font-weight: 800;
|
|
131
|
-
src:
|
|
132
|
-
local('Dosis ExtraBold '),
|
|
133
|
-
local('Dosis-ExtraBold'),
|
|
134
|
-
url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
135
|
-
url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
83
|
+
.react-flow .react-flow__edges {
|
|
84
|
+
pointer-events: none;
|
|
85
|
+
overflow: visible;
|
|
136
86
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
font-style: normal;
|
|
143
|
-
font-display: swap;
|
|
144
|
-
font-weight: 200;
|
|
145
|
-
src:
|
|
146
|
-
local('Nunito Extra Light '),
|
|
147
|
-
local('Nunito-Extra Light'),
|
|
148
|
-
url('./files/nunito-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
149
|
-
url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
87
|
+
.react-flow__edge-path,
|
|
88
|
+
.react-flow__connection-path {
|
|
89
|
+
stroke: #b1b1b7;
|
|
90
|
+
stroke-width: 1;
|
|
91
|
+
fill: none;
|
|
150
92
|
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
font-family: 'Nunito';
|
|
155
|
-
font-style: italic;
|
|
156
|
-
font-display: swap;
|
|
157
|
-
font-weight: 200;
|
|
158
|
-
src:
|
|
159
|
-
local('Nunito Extra Light italic'),
|
|
160
|
-
local('Nunito-Extra Lightitalic'),
|
|
161
|
-
url('./files/nunito-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
162
|
-
url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
|
|
93
|
+
.react-flow__edge {
|
|
94
|
+
pointer-events: visibleStroke;
|
|
95
|
+
cursor: pointer;
|
|
163
96
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
97
|
+
.react-flow__edge.animated path {
|
|
98
|
+
stroke-dasharray: 5;
|
|
99
|
+
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
100
|
+
animation: dashdraw 0.5s linear infinite;
|
|
101
|
+
}
|
|
102
|
+
.react-flow__edge.animated path.react-flow__edge-interaction {
|
|
103
|
+
stroke-dasharray: none;
|
|
104
|
+
-webkit-animation: none;
|
|
105
|
+
animation: none;
|
|
106
|
+
}
|
|
107
|
+
.react-flow__edge.inactive {
|
|
108
|
+
pointer-events: none;
|
|
109
|
+
}
|
|
110
|
+
.react-flow__edge.selected,
|
|
111
|
+
.react-flow__edge:focus,
|
|
112
|
+
.react-flow__edge:focus-visible {
|
|
113
|
+
outline: none;
|
|
114
|
+
}
|
|
115
|
+
.react-flow__edge.selected .react-flow__edge-path,
|
|
116
|
+
.react-flow__edge:focus .react-flow__edge-path,
|
|
117
|
+
.react-flow__edge:focus-visible .react-flow__edge-path {
|
|
118
|
+
stroke: #555;
|
|
119
|
+
}
|
|
120
|
+
.react-flow__edge-textwrapper {
|
|
121
|
+
pointer-events: all;
|
|
122
|
+
}
|
|
123
|
+
.react-flow__edge-textbg {
|
|
124
|
+
fill: white;
|
|
125
|
+
}
|
|
126
|
+
.react-flow__edge .react-flow__edge-text {
|
|
127
|
+
pointer-events: none;
|
|
128
|
+
-webkit-user-select: none;
|
|
129
|
+
-moz-user-select: none;
|
|
130
|
+
user-select: none;
|
|
131
|
+
}
|
|
132
|
+
.react-flow__connection {
|
|
133
|
+
pointer-events: none;
|
|
176
134
|
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
src:
|
|
185
|
-
local('Nunito Light italic'),
|
|
186
|
-
local('Nunito-Lightitalic'),
|
|
187
|
-
url('./files/nunito-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
188
|
-
url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
|
|
135
|
+
.react-flow__connection.animated {
|
|
136
|
+
stroke-dasharray: 5;
|
|
137
|
+
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
138
|
+
animation: dashdraw 0.5s linear infinite;
|
|
139
|
+
}
|
|
140
|
+
.react-flow__connectionline {
|
|
141
|
+
z-index: 1001;
|
|
189
142
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
font-family: 'Nunito';
|
|
194
|
-
font-style: normal;
|
|
195
|
-
font-display: swap;
|
|
196
|
-
font-weight: 400;
|
|
197
|
-
src:
|
|
198
|
-
local('Nunito Regular '),
|
|
199
|
-
local('Nunito-Regular'),
|
|
200
|
-
url('./files/nunito-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
201
|
-
url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
143
|
+
.react-flow__nodes {
|
|
144
|
+
pointer-events: none;
|
|
145
|
+
transform-origin: 0 0;
|
|
202
146
|
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
url('./files/nunito-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
214
|
-
url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/* nunito-600normal - latin */
|
|
218
|
-
@font-face {
|
|
219
|
-
font-family: 'Nunito';
|
|
220
|
-
font-style: normal;
|
|
221
|
-
font-display: swap;
|
|
222
|
-
font-weight: 600;
|
|
223
|
-
src:
|
|
224
|
-
local('Nunito SemiBold '),
|
|
225
|
-
local('Nunito-SemiBold'),
|
|
226
|
-
url('./files/nunito-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
227
|
-
url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/* nunito-600italic - latin */
|
|
231
|
-
@font-face {
|
|
232
|
-
font-family: 'Nunito';
|
|
233
|
-
font-style: italic;
|
|
234
|
-
font-display: swap;
|
|
235
|
-
font-weight: 600;
|
|
236
|
-
src:
|
|
237
|
-
local('Nunito SemiBold italic'),
|
|
238
|
-
local('Nunito-SemiBolditalic'),
|
|
239
|
-
url('./files/nunito-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
240
|
-
url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/* nunito-700normal - latin */
|
|
244
|
-
@font-face {
|
|
245
|
-
font-family: 'Nunito';
|
|
246
|
-
font-style: normal;
|
|
247
|
-
font-display: swap;
|
|
248
|
-
font-weight: 700;
|
|
249
|
-
src:
|
|
250
|
-
local('Nunito Bold '),
|
|
251
|
-
local('Nunito-Bold'),
|
|
252
|
-
url('./files/nunito-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
253
|
-
url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/* nunito-700italic - latin */
|
|
257
|
-
@font-face {
|
|
258
|
-
font-family: 'Nunito';
|
|
259
|
-
font-style: italic;
|
|
260
|
-
font-display: swap;
|
|
261
|
-
font-weight: 700;
|
|
262
|
-
src:
|
|
263
|
-
local('Nunito Bold italic'),
|
|
264
|
-
local('Nunito-Bolditalic'),
|
|
265
|
-
url('./files/nunito-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
266
|
-
url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
/* nunito-800normal - latin */
|
|
270
|
-
@font-face {
|
|
271
|
-
font-family: 'Nunito';
|
|
272
|
-
font-style: normal;
|
|
273
|
-
font-display: swap;
|
|
274
|
-
font-weight: 800;
|
|
275
|
-
src:
|
|
276
|
-
local('Nunito ExtraBold '),
|
|
277
|
-
local('Nunito-ExtraBold'),
|
|
278
|
-
url('./files/nunito-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
279
|
-
url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/* nunito-800italic - latin */
|
|
283
|
-
@font-face {
|
|
284
|
-
font-family: 'Nunito';
|
|
285
|
-
font-style: italic;
|
|
286
|
-
font-display: swap;
|
|
287
|
-
font-weight: 800;
|
|
288
|
-
src:
|
|
289
|
-
local('Nunito ExtraBold italic'),
|
|
290
|
-
local('Nunito-ExtraBolditalic'),
|
|
291
|
-
url('./files/nunito-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
292
|
-
url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/* nunito-900normal - latin */
|
|
296
|
-
@font-face {
|
|
297
|
-
font-family: 'Nunito';
|
|
298
|
-
font-style: normal;
|
|
299
|
-
font-display: swap;
|
|
300
|
-
font-weight: 900;
|
|
301
|
-
src:
|
|
302
|
-
local('Nunito Black '),
|
|
303
|
-
local('Nunito-Black'),
|
|
304
|
-
url('./files/nunito-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
|
|
305
|
-
url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
/* nunito-900italic - latin */
|
|
309
|
-
@font-face {
|
|
310
|
-
font-family: 'Nunito';
|
|
311
|
-
font-style: italic;
|
|
312
|
-
font-display: swap;
|
|
313
|
-
font-weight: 900;
|
|
314
|
-
src:
|
|
315
|
-
local('Nunito Black italic'),
|
|
316
|
-
local('Nunito-Blackitalic'),
|
|
317
|
-
url('./files/nunito-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
318
|
-
url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
/* this gets exported as style.css and can be used for the default theming */
|
|
323
|
-
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
|
|
324
|
-
.react-flow__container {
|
|
325
|
-
position: absolute;
|
|
326
|
-
width: 100%;
|
|
327
|
-
height: 100%;
|
|
328
|
-
top: 0;
|
|
329
|
-
left: 0;
|
|
330
|
-
}
|
|
331
|
-
.react-flow__pane {
|
|
332
|
-
z-index: 1;
|
|
333
|
-
cursor: -webkit-grab;
|
|
334
|
-
cursor: grab;
|
|
335
|
-
}
|
|
336
|
-
.react-flow__pane.selection {
|
|
337
|
-
cursor: pointer;
|
|
338
|
-
}
|
|
339
|
-
.react-flow__pane.dragging {
|
|
340
|
-
cursor: -webkit-grabbing;
|
|
341
|
-
cursor: grabbing;
|
|
342
|
-
}
|
|
343
|
-
.react-flow__viewport {
|
|
344
|
-
transform-origin: 0 0;
|
|
345
|
-
z-index: 2;
|
|
346
|
-
pointer-events: none;
|
|
347
|
-
}
|
|
348
|
-
.react-flow__renderer {
|
|
349
|
-
z-index: 4;
|
|
350
|
-
}
|
|
351
|
-
.react-flow__selection {
|
|
352
|
-
z-index: 6;
|
|
353
|
-
}
|
|
354
|
-
.react-flow__nodesselection-rect:focus,
|
|
355
|
-
.react-flow__nodesselection-rect:focus-visible {
|
|
356
|
-
outline: none;
|
|
357
|
-
}
|
|
358
|
-
.react-flow .react-flow__edges {
|
|
359
|
-
pointer-events: none;
|
|
360
|
-
overflow: visible;
|
|
361
|
-
}
|
|
362
|
-
.react-flow__edge-path,
|
|
363
|
-
.react-flow__connection-path {
|
|
364
|
-
stroke: #b1b1b7;
|
|
365
|
-
stroke-width: 1;
|
|
366
|
-
fill: none;
|
|
367
|
-
}
|
|
368
|
-
.react-flow__edge {
|
|
369
|
-
pointer-events: visibleStroke;
|
|
370
|
-
cursor: pointer;
|
|
371
|
-
}
|
|
372
|
-
.react-flow__edge.animated path {
|
|
373
|
-
stroke-dasharray: 5;
|
|
374
|
-
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
375
|
-
animation: dashdraw 0.5s linear infinite;
|
|
376
|
-
}
|
|
377
|
-
.react-flow__edge.animated path.react-flow__edge-interaction {
|
|
378
|
-
stroke-dasharray: none;
|
|
379
|
-
-webkit-animation: none;
|
|
380
|
-
animation: none;
|
|
381
|
-
}
|
|
382
|
-
.react-flow__edge.inactive {
|
|
383
|
-
pointer-events: none;
|
|
384
|
-
}
|
|
385
|
-
.react-flow__edge.selected,
|
|
386
|
-
.react-flow__edge:focus,
|
|
387
|
-
.react-flow__edge:focus-visible {
|
|
388
|
-
outline: none;
|
|
389
|
-
}
|
|
390
|
-
.react-flow__edge.selected .react-flow__edge-path,
|
|
391
|
-
.react-flow__edge:focus .react-flow__edge-path,
|
|
392
|
-
.react-flow__edge:focus-visible .react-flow__edge-path {
|
|
393
|
-
stroke: #555;
|
|
394
|
-
}
|
|
395
|
-
.react-flow__edge-textwrapper {
|
|
396
|
-
pointer-events: all;
|
|
397
|
-
}
|
|
398
|
-
.react-flow__edge-textbg {
|
|
399
|
-
fill: white;
|
|
400
|
-
}
|
|
401
|
-
.react-flow__edge .react-flow__edge-text {
|
|
402
|
-
pointer-events: none;
|
|
403
|
-
-webkit-user-select: none;
|
|
404
|
-
-moz-user-select: none;
|
|
405
|
-
user-select: none;
|
|
406
|
-
}
|
|
407
|
-
.react-flow__connection {
|
|
408
|
-
pointer-events: none;
|
|
409
|
-
}
|
|
410
|
-
.react-flow__connection.animated {
|
|
411
|
-
stroke-dasharray: 5;
|
|
412
|
-
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
413
|
-
animation: dashdraw 0.5s linear infinite;
|
|
414
|
-
}
|
|
415
|
-
.react-flow__connectionline {
|
|
416
|
-
z-index: 1001;
|
|
417
|
-
}
|
|
418
|
-
.react-flow__nodes {
|
|
419
|
-
pointer-events: none;
|
|
420
|
-
transform-origin: 0 0;
|
|
421
|
-
}
|
|
422
|
-
.react-flow__node {
|
|
423
|
-
position: absolute;
|
|
424
|
-
-webkit-user-select: none;
|
|
425
|
-
-moz-user-select: none;
|
|
426
|
-
user-select: none;
|
|
427
|
-
pointer-events: all;
|
|
428
|
-
transform-origin: 0 0;
|
|
429
|
-
box-sizing: border-box;
|
|
430
|
-
cursor: -webkit-grab;
|
|
431
|
-
cursor: grab;
|
|
147
|
+
.react-flow__node {
|
|
148
|
+
position: absolute;
|
|
149
|
+
-webkit-user-select: none;
|
|
150
|
+
-moz-user-select: none;
|
|
151
|
+
user-select: none;
|
|
152
|
+
pointer-events: all;
|
|
153
|
+
transform-origin: 0 0;
|
|
154
|
+
box-sizing: border-box;
|
|
155
|
+
cursor: -webkit-grab;
|
|
156
|
+
cursor: grab;
|
|
432
157
|
}
|
|
433
158
|
.react-flow__node.dragging {
|
|
434
159
|
cursor: -webkit-grabbing;
|
|
@@ -619,6 +344,281 @@
|
|
|
619
344
|
background-color: #fff;
|
|
620
345
|
}
|
|
621
346
|
|
|
347
|
+
/* nunito-200normal - latin */
|
|
348
|
+
@font-face {
|
|
349
|
+
font-family: 'Nunito';
|
|
350
|
+
font-style: normal;
|
|
351
|
+
font-display: swap;
|
|
352
|
+
font-weight: 200;
|
|
353
|
+
src:
|
|
354
|
+
local('Nunito Extra Light '),
|
|
355
|
+
local('Nunito-Extra Light'),
|
|
356
|
+
url('./files/nunito-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
357
|
+
url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/* nunito-200italic - latin */
|
|
361
|
+
@font-face {
|
|
362
|
+
font-family: 'Nunito';
|
|
363
|
+
font-style: italic;
|
|
364
|
+
font-display: swap;
|
|
365
|
+
font-weight: 200;
|
|
366
|
+
src:
|
|
367
|
+
local('Nunito Extra Light italic'),
|
|
368
|
+
local('Nunito-Extra Lightitalic'),
|
|
369
|
+
url('./files/nunito-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
370
|
+
url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/* nunito-300normal - latin */
|
|
374
|
+
@font-face {
|
|
375
|
+
font-family: 'Nunito';
|
|
376
|
+
font-style: normal;
|
|
377
|
+
font-display: swap;
|
|
378
|
+
font-weight: 300;
|
|
379
|
+
src:
|
|
380
|
+
local('Nunito Light '),
|
|
381
|
+
local('Nunito-Light'),
|
|
382
|
+
url('./files/nunito-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
383
|
+
url('./files/nunito-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* nunito-300italic - latin */
|
|
387
|
+
@font-face {
|
|
388
|
+
font-family: 'Nunito';
|
|
389
|
+
font-style: italic;
|
|
390
|
+
font-display: swap;
|
|
391
|
+
font-weight: 300;
|
|
392
|
+
src:
|
|
393
|
+
local('Nunito Light italic'),
|
|
394
|
+
local('Nunito-Lightitalic'),
|
|
395
|
+
url('./files/nunito-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
396
|
+
url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/* nunito-400normal - latin */
|
|
400
|
+
@font-face {
|
|
401
|
+
font-family: 'Nunito';
|
|
402
|
+
font-style: normal;
|
|
403
|
+
font-display: swap;
|
|
404
|
+
font-weight: 400;
|
|
405
|
+
src:
|
|
406
|
+
local('Nunito Regular '),
|
|
407
|
+
local('Nunito-Regular'),
|
|
408
|
+
url('./files/nunito-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
409
|
+
url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
/* nunito-400italic - latin */
|
|
413
|
+
@font-face {
|
|
414
|
+
font-family: 'Nunito';
|
|
415
|
+
font-style: italic;
|
|
416
|
+
font-display: swap;
|
|
417
|
+
font-weight: 400;
|
|
418
|
+
src:
|
|
419
|
+
local('Nunito Regular italic'),
|
|
420
|
+
local('Nunito-Regularitalic'),
|
|
421
|
+
url('./files/nunito-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
422
|
+
url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
/* nunito-600normal - latin */
|
|
426
|
+
@font-face {
|
|
427
|
+
font-family: 'Nunito';
|
|
428
|
+
font-style: normal;
|
|
429
|
+
font-display: swap;
|
|
430
|
+
font-weight: 600;
|
|
431
|
+
src:
|
|
432
|
+
local('Nunito SemiBold '),
|
|
433
|
+
local('Nunito-SemiBold'),
|
|
434
|
+
url('./files/nunito-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
435
|
+
url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/* nunito-600italic - latin */
|
|
439
|
+
@font-face {
|
|
440
|
+
font-family: 'Nunito';
|
|
441
|
+
font-style: italic;
|
|
442
|
+
font-display: swap;
|
|
443
|
+
font-weight: 600;
|
|
444
|
+
src:
|
|
445
|
+
local('Nunito SemiBold italic'),
|
|
446
|
+
local('Nunito-SemiBolditalic'),
|
|
447
|
+
url('./files/nunito-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
448
|
+
url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/* nunito-700normal - latin */
|
|
452
|
+
@font-face {
|
|
453
|
+
font-family: 'Nunito';
|
|
454
|
+
font-style: normal;
|
|
455
|
+
font-display: swap;
|
|
456
|
+
font-weight: 700;
|
|
457
|
+
src:
|
|
458
|
+
local('Nunito Bold '),
|
|
459
|
+
local('Nunito-Bold'),
|
|
460
|
+
url('./files/nunito-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
461
|
+
url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
/* nunito-700italic - latin */
|
|
465
|
+
@font-face {
|
|
466
|
+
font-family: 'Nunito';
|
|
467
|
+
font-style: italic;
|
|
468
|
+
font-display: swap;
|
|
469
|
+
font-weight: 700;
|
|
470
|
+
src:
|
|
471
|
+
local('Nunito Bold italic'),
|
|
472
|
+
local('Nunito-Bolditalic'),
|
|
473
|
+
url('./files/nunito-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
474
|
+
url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/* nunito-800normal - latin */
|
|
478
|
+
@font-face {
|
|
479
|
+
font-family: 'Nunito';
|
|
480
|
+
font-style: normal;
|
|
481
|
+
font-display: swap;
|
|
482
|
+
font-weight: 800;
|
|
483
|
+
src:
|
|
484
|
+
local('Nunito ExtraBold '),
|
|
485
|
+
local('Nunito-ExtraBold'),
|
|
486
|
+
url('./files/nunito-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
487
|
+
url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
/* nunito-800italic - latin */
|
|
491
|
+
@font-face {
|
|
492
|
+
font-family: 'Nunito';
|
|
493
|
+
font-style: italic;
|
|
494
|
+
font-display: swap;
|
|
495
|
+
font-weight: 800;
|
|
496
|
+
src:
|
|
497
|
+
local('Nunito ExtraBold italic'),
|
|
498
|
+
local('Nunito-ExtraBolditalic'),
|
|
499
|
+
url('./files/nunito-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
500
|
+
url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
/* nunito-900normal - latin */
|
|
504
|
+
@font-face {
|
|
505
|
+
font-family: 'Nunito';
|
|
506
|
+
font-style: normal;
|
|
507
|
+
font-display: swap;
|
|
508
|
+
font-weight: 900;
|
|
509
|
+
src:
|
|
510
|
+
local('Nunito Black '),
|
|
511
|
+
local('Nunito-Black'),
|
|
512
|
+
url('./files/nunito-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
|
|
513
|
+
url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
/* nunito-900italic - latin */
|
|
517
|
+
@font-face {
|
|
518
|
+
font-family: 'Nunito';
|
|
519
|
+
font-style: italic;
|
|
520
|
+
font-display: swap;
|
|
521
|
+
font-weight: 900;
|
|
522
|
+
src:
|
|
523
|
+
local('Nunito Black italic'),
|
|
524
|
+
local('Nunito-Blackitalic'),
|
|
525
|
+
url('./files/nunito-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
526
|
+
url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
/* dosis-200normal - latin */
|
|
531
|
+
@font-face {
|
|
532
|
+
font-family: 'Dosis';
|
|
533
|
+
font-style: normal;
|
|
534
|
+
font-display: swap;
|
|
535
|
+
font-weight: 200;
|
|
536
|
+
src:
|
|
537
|
+
local('Dosis Extra Light '),
|
|
538
|
+
local('Dosis-Extra Light'),
|
|
539
|
+
url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
540
|
+
url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
/* dosis-300normal - latin */
|
|
544
|
+
@font-face {
|
|
545
|
+
font-family: 'Dosis';
|
|
546
|
+
font-style: normal;
|
|
547
|
+
font-display: swap;
|
|
548
|
+
font-weight: 300;
|
|
549
|
+
src:
|
|
550
|
+
local('Dosis Light '),
|
|
551
|
+
local('Dosis-Light'),
|
|
552
|
+
url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
553
|
+
url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
/* dosis-400normal - latin */
|
|
557
|
+
@font-face {
|
|
558
|
+
font-family: 'Dosis';
|
|
559
|
+
font-style: normal;
|
|
560
|
+
font-display: swap;
|
|
561
|
+
font-weight: 400;
|
|
562
|
+
src:
|
|
563
|
+
local('Dosis Regular '),
|
|
564
|
+
local('Dosis-Regular'),
|
|
565
|
+
url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
566
|
+
url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/* dosis-500normal - latin */
|
|
570
|
+
@font-face {
|
|
571
|
+
font-family: 'Dosis';
|
|
572
|
+
font-style: normal;
|
|
573
|
+
font-display: swap;
|
|
574
|
+
font-weight: 500;
|
|
575
|
+
src:
|
|
576
|
+
local('Dosis Medium '),
|
|
577
|
+
local('Dosis-Medium'),
|
|
578
|
+
url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
579
|
+
url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/* dosis-600normal - latin */
|
|
583
|
+
@font-face {
|
|
584
|
+
font-family: 'Dosis';
|
|
585
|
+
font-style: normal;
|
|
586
|
+
font-display: swap;
|
|
587
|
+
font-weight: 600;
|
|
588
|
+
src:
|
|
589
|
+
local('Dosis SemiBold '),
|
|
590
|
+
local('Dosis-SemiBold'),
|
|
591
|
+
url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
592
|
+
url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
/* dosis-700normal - latin */
|
|
596
|
+
@font-face {
|
|
597
|
+
font-family: 'Dosis';
|
|
598
|
+
font-style: normal;
|
|
599
|
+
font-display: swap;
|
|
600
|
+
font-weight: 700;
|
|
601
|
+
src:
|
|
602
|
+
local('Dosis Bold '),
|
|
603
|
+
local('Dosis-Bold'),
|
|
604
|
+
url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
605
|
+
url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
/* dosis-800normal - latin */
|
|
609
|
+
@font-face {
|
|
610
|
+
font-family: 'Dosis';
|
|
611
|
+
font-style: normal;
|
|
612
|
+
font-display: swap;
|
|
613
|
+
font-weight: 800;
|
|
614
|
+
src:
|
|
615
|
+
local('Dosis ExtraBold '),
|
|
616
|
+
local('Dosis-ExtraBold'),
|
|
617
|
+
url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
618
|
+
url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
|
|
622
622
|
/* nunito-cyrillic-ext-300-normal*/
|
|
623
623
|
@font-face {
|
|
624
624
|
font-family: 'Nunito';
|