@enerex/template-studio 1.1.45 → 1.1.49

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.
Files changed (43) hide show
  1. package/dist/CraftLogoAnimated-krR7PJb-.mjs +959 -0
  2. package/dist/ExchangeLiveLogoAnimated-lh3AvtCi.mjs +330 -0
  3. package/dist/ExchangeLogoAnimated-BfEEO0we.mjs +128 -0
  4. package/dist/GeneratorLogoAnimated-C7Qjs1Aj.mjs +47 -0
  5. package/dist/InsightsLogoAnimated-BeYSz-hF.mjs +180 -0
  6. package/dist/PropellerLogoAnimated-EK-YLCSR.mjs +20 -0
  7. package/dist/SparkplugLogoAnimated-DG8-eD8V.mjs +109 -0
  8. package/dist/enerex-template-editor.es.js +24297 -1693
  9. package/dist/enerex-template-editor.umd.js +2430 -16
  10. package/dist/template-studio.css +5 -1
  11. package/dist/types/component/TemplateList/components/TemplateActionsCell.d.ts +14 -0
  12. package/dist/types/component/TemplateList/components/TemplateModal.d.ts +13 -0
  13. package/dist/types/component/TemplateList/components/TemplateStatusCell.d.ts +8 -0
  14. package/dist/types/component/TemplateList/components/TemplateTable.d.ts +15 -0
  15. package/dist/types/component/TemplateList/index.d.ts +9 -14
  16. package/dist/types/component/TemplateList/types.d.ts +12 -0
  17. package/dist/types/component/TemplateList/useTemplateController.d.ts +20 -0
  18. package/dist/types/component/editor/index.d.ts +2 -0
  19. package/dist/types/component/editormodal/index.d.ts +5 -2
  20. package/dist/types/component/icons/box-icon.d.ts +2 -0
  21. package/dist/types/component/icons/layers-icon.d.ts +2 -0
  22. package/dist/types/component/icons/star-icon.d.ts +2 -0
  23. package/dist/types/component/template-form/index.d.ts +4 -2
  24. package/dist/types/hook/useStripoObserver.d.ts +3 -0
  25. package/dist/types/index.d.ts +2 -1
  26. package/dist/types/queries/endpoints.d.ts +1 -0
  27. package/dist/types/queries/get_exclude_category.query.d.ts +1 -1
  28. package/dist/types/queries/get_template_list.query.d.ts +1 -1
  29. package/dist/types/queries/get_template_list_all.query.d.ts +1 -1
  30. package/dist/types/queries/get_template_settings.mutation.d.ts +2 -0
  31. package/dist/types/queries/get_template_tags.query.d.ts +1 -1
  32. package/dist/types/queries/get_template_types.query.d.ts +1 -1
  33. package/dist/types/queries/types.d.ts +6 -0
  34. package/dist/types/utils/stripoDomUtils.d.ts +2 -0
  35. package/dist/types/utils/utility.d.ts +1 -0
  36. package/package.json +7 -2
  37. package/dist/types/component/TemplateList/SortableTh.d.ts +0 -11
  38. package/dist/types/component/TemplateList/pagination/pagination.d.ts +0 -9
  39. package/dist/types/component/TemplateList/template-row.d.ts +0 -14
  40. package/dist/types/component/icons/down-icon.d.ts +0 -6
  41. package/dist/types/component/icons/ellipsis-vertical-icon.d.ts +0 -6
  42. package/dist/types/component/icons/serach-icon.d.ts +0 -2
  43. package/dist/types/component/icons/up-icon.d.ts +0 -6
@@ -0,0 +1,330 @@
1
+ import * as r from "react";
2
+ const e = (a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 220.39 247.87", ...a }, /* @__PURE__ */ r.createElement("defs", null, /* @__PURE__ */ r.createElement("style", null, `\r
3
+ .exchange-live-animated-1 {\r
4
+ fill: #a4004a;\r
5
+ }\r
6
+ \r
7
+ .exchange-live-animated-2 {\r
8
+ fill: none;\r
9
+ stroke: #a4004a;\r
10
+ stroke-miterlimit: 10;\r
11
+ stroke-width: 6.1px;\r
12
+ }\r
13
+ \r
14
+ .exchange-live-animated-3 {\r
15
+ fill: #131c45;\r
16
+ }\r
17
+ \r
18
+ @-webkit-keyframes animate-svg-fill-1 {\r
19
+ 0% {\r
20
+ fill: transparent;\r
21
+ }\r
22
+ \r
23
+ 10% {\r
24
+ fill: rgb(164, 0, 74);\r
25
+ }\r
26
+ \r
27
+ 30% {\r
28
+ fill: rgb(164, 0, 74);\r
29
+ }\r
30
+ \r
31
+ 40% {\r
32
+ fill: transparent;\r
33
+ }\r
34
+ \r
35
+ 100% {\r
36
+ fill: transparent;\r
37
+ }\r
38
+ }\r
39
+ \r
40
+ @keyframes animate-svg-fill-1 {\r
41
+ 0% {\r
42
+ fill: transparent;\r
43
+ }\r
44
+ \r
45
+ 10% {\r
46
+ fill: rgb(164, 0, 74);\r
47
+ }\r
48
+ \r
49
+ 30% {\r
50
+ fill: rgb(164, 0, 74);\r
51
+ }\r
52
+ \r
53
+ 40% {\r
54
+ fill: transparent;\r
55
+ }\r
56
+ \r
57
+ 100% {\r
58
+ fill: transparent;\r
59
+ }\r
60
+ }\r
61
+ \r
62
+ .plug-1 {\r
63
+ -webkit-animation: animate-svg-fill-1 5s ease-in-out 2.2s both infinite;\r
64
+ animation: animate-svg-fill-1 5s ease-in-out 2.2s both infinite;\r
65
+ }\r
66
+ \r
67
+ @-webkit-keyframes animate-svg-stroke-1 {\r
68
+ 0% {\r
69
+ stroke-dashoffset: 246.93411254882812px;\r
70
+ stroke-dasharray: 246.93411254882812px;\r
71
+ }\r
72
+ \r
73
+ 3% {\r
74
+ stroke-dashoffset: 246.93411254882812px;\r
75
+ stroke-dasharray: 246.93411254882812px;\r
76
+ }\r
77
+ \r
78
+ 50% {\r
79
+ stroke-dashoffset: 0;\r
80
+ stroke-dasharray: 246.93411254882812px;\r
81
+ }\r
82
+ \r
83
+ 70% {\r
84
+ stroke-dashoffset: 0;\r
85
+ stroke-dasharray: 246.93411254882812px;\r
86
+ }\r
87
+ \r
88
+ 100% {\r
89
+ stroke-dashoffset: 246.93411254882812px;\r
90
+ stroke-dasharray: 246.93411254882812px;\r
91
+ }\r
92
+ }\r
93
+ \r
94
+ @keyframes animate-svg-stroke-1 {\r
95
+ 0% {\r
96
+ stroke-dashoffset: 246.93411254882812px;\r
97
+ stroke-dasharray: 246.93411254882812px;\r
98
+ }\r
99
+ \r
100
+ 3% {\r
101
+ stroke-dashoffset: 246.93411254882812px;\r
102
+ stroke-dasharray: 246.93411254882812px;\r
103
+ }\r
104
+ \r
105
+ 50% {\r
106
+ stroke-dashoffset: 0;\r
107
+ stroke-dasharray: 246.93411254882812px;\r
108
+ }\r
109
+ \r
110
+ 70% {\r
111
+ stroke-dashoffset: 0;\r
112
+ stroke-dasharray: 246.93411254882812px;\r
113
+ }\r
114
+ \r
115
+ 100% {\r
116
+ stroke-dashoffset: 246.93411254882812px;\r
117
+ stroke-dasharray: 246.93411254882812px;\r
118
+ }\r
119
+ }\r
120
+ \r
121
+ .cord-1 {\r
122
+ -webkit-animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both infinite;\r
123
+ animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both infinite;\r
124
+ }\r
125
+ \r
126
+ @-webkit-keyframes animate-svg-fill-3 {\r
127
+ 0% {\r
128
+ fill: transparent;\r
129
+ }\r
130
+ \r
131
+ 10% {\r
132
+ fill: rgb(164, 0, 74);\r
133
+ }\r
134
+ \r
135
+ 30% {\r
136
+ fill: rgb(164, 0, 74);\r
137
+ }\r
138
+ \r
139
+ 60% {\r
140
+ fill: rgb(164, 0, 74);\r
141
+ }\r
142
+ \r
143
+ 70% {\r
144
+ fill: transparent;\r
145
+ }\r
146
+ \r
147
+ 100% {\r
148
+ fill: transparent;\r
149
+ }\r
150
+ }\r
151
+ \r
152
+ .live-l {\r
153
+ -webkit-animation: animate-svg-fill-3 5s linear 1.2s both infinite;\r
154
+ animation: animate-svg-fill-3 5s linear 1.2s both infinite;\r
155
+ }\r
156
+ \r
157
+ @-webkit-keyframes animate-svg-fill-4 {\r
158
+ 0% {\r
159
+ fill: transparent;\r
160
+ }\r
161
+ \r
162
+ 10% {\r
163
+ fill: rgb(164, 0, 74);\r
164
+ }\r
165
+ \r
166
+ 30% {\r
167
+ fill: rgb(164, 0, 74);\r
168
+ }\r
169
+ \r
170
+ 60% {\r
171
+ fill: rgb(164, 0, 74);\r
172
+ }\r
173
+ \r
174
+ 70% {\r
175
+ fill: transparent;\r
176
+ }\r
177
+ \r
178
+ 100% {\r
179
+ fill: transparent;\r
180
+ }\r
181
+ }\r
182
+ \r
183
+ @keyframes animate-svg-fill-4 {\r
184
+ 0% {\r
185
+ fill: transparent;\r
186
+ }\r
187
+ \r
188
+ 10% {\r
189
+ fill: rgb(164, 0, 74);\r
190
+ }\r
191
+ \r
192
+ 30% {\r
193
+ fill: rgb(164, 0, 74);\r
194
+ }\r
195
+ \r
196
+ 60% {\r
197
+ fill: rgb(164, 0, 74);\r
198
+ }\r
199
+ \r
200
+ 70% {\r
201
+ fill: transparent;\r
202
+ }\r
203
+ \r
204
+ 100% {\r
205
+ fill: transparent;\r
206
+ }\r
207
+ }\r
208
+ \r
209
+ .live-i {\r
210
+ -webkit-animation: animate-svg-fill-4 5s linear 1.3s both infinite;\r
211
+ animation: animate-svg-fill-4 5s linear 1.3s both infinite;\r
212
+ }\r
213
+ \r
214
+ @-webkit-keyframes animate-svg-fill-5 {\r
215
+ 0% {\r
216
+ fill: transparent;\r
217
+ }\r
218
+ \r
219
+ 10% {\r
220
+ fill: rgb(164, 0, 74);\r
221
+ }\r
222
+ \r
223
+ 30% {\r
224
+ fill: rgb(164, 0, 74);\r
225
+ }\r
226
+ \r
227
+ 60% {\r
228
+ fill: rgb(164, 0, 74);\r
229
+ }\r
230
+ \r
231
+ 70% {\r
232
+ fill: transparent;\r
233
+ }\r
234
+ \r
235
+ 100% {\r
236
+ fill: transparent;\r
237
+ }\r
238
+ }\r
239
+ \r
240
+ @keyframes animate-svg-fill-5 {\r
241
+ 0% {\r
242
+ fill: transparent;\r
243
+ }\r
244
+ \r
245
+ 10% {\r
246
+ fill: rgb(164, 0, 74);\r
247
+ }\r
248
+ \r
249
+ 30% {\r
250
+ fill: rgb(164, 0, 74);\r
251
+ }\r
252
+ \r
253
+ 60% {\r
254
+ fill: rgb(164, 0, 74);\r
255
+ }\r
256
+ \r
257
+ 70% {\r
258
+ fill: transparent;\r
259
+ }\r
260
+ \r
261
+ 100% {\r
262
+ fill: transparent;\r
263
+ }\r
264
+ }\r
265
+ \r
266
+ .live-v {\r
267
+ -webkit-animation: animate-svg-fill-5 5s linear 1.4s both infinite;\r
268
+ animation: animate-svg-fill-5 5s linear 1.4s both infinite;\r
269
+ }\r
270
+ \r
271
+ @-webkit-keyframes animate-svg-fill-6 {\r
272
+ 0% {\r
273
+ fill: transparent;\r
274
+ }\r
275
+ \r
276
+ 10% {\r
277
+ fill: rgb(164, 0, 74);\r
278
+ }\r
279
+ \r
280
+ 30% {\r
281
+ fill: rgb(164, 0, 74);\r
282
+ }\r
283
+ \r
284
+ 60% {\r
285
+ fill: rgb(164, 0, 74);\r
286
+ }\r
287
+ \r
288
+ 70% {\r
289
+ fill: transparent;\r
290
+ }\r
291
+ \r
292
+ 100% {\r
293
+ fill: transparent;\r
294
+ }\r
295
+ }\r
296
+ \r
297
+ @keyframes animate-svg-fill-6 {\r
298
+ 0% {\r
299
+ fill: transparent;\r
300
+ }\r
301
+ \r
302
+ 10% {\r
303
+ fill: rgb(164, 0, 74);\r
304
+ }\r
305
+ \r
306
+ 30% {\r
307
+ fill: rgb(164, 0, 74);\r
308
+ }\r
309
+ \r
310
+ 60% {\r
311
+ fill: rgb(164, 0, 74);\r
312
+ }\r
313
+ \r
314
+ 70% {\r
315
+ fill: transparent;\r
316
+ }\r
317
+ \r
318
+ 100% {\r
319
+ fill: transparent;\r
320
+ }\r
321
+ }\r
322
+ \r
323
+ .live-e {\r
324
+ -webkit-animation: animate-svg-fill-6 5s linear 1.5s both infinite;\r
325
+ animation: animate-svg-fill-6 5s linear 1.5s both infinite;\r
326
+ }\r
327
+ `)), /* @__PURE__ */ r.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ r.createElement("g", { id: "Product_Logos", "data-name": "Product Logos" }, /* @__PURE__ */ r.createElement("g", { id: "Dark_Blue_Magenta", "data-name": "Dark Blue & Magenta" }, /* @__PURE__ */ r.createElement("g", { id: "Exchange" }, /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1 live-l", d: "M87.74,174.61H78.48V158a2.31,2.31,0,0,0-.67-1.66,2.64,2.64,0,0,0-3.56,0,2.27,2.27,0,0,0-.67,1.66v18.41a2.84,2.84,0,0,0,.8,2.07h0a3,3,0,0,0,2.31.87h11a2.47,2.47,0,0,0,1.78-.73,2.39,2.39,0,0,0,0-3.32A2.46,2.46,0,0,0,87.74,174.61Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1 live-i", d: "M95.31,156.37a2.27,2.27,0,0,0-.67,1.66v19.1a2.27,2.27,0,0,0,.67,1.66l.15.13a2.69,2.69,0,0,0,1.63.59,2.42,2.42,0,0,0,1.77-.72,2.27,2.27,0,0,0,.67-1.66V158a2.27,2.27,0,0,0-.67-1.66A2.63,2.63,0,0,0,95.31,156.37Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1 live-v", d: "M124.2,155.64a2.76,2.76,0,0,0-1.26.39,2.38,2.38,0,0,0-1,1.2l-6.45,15.86L109,157.18a2.26,2.26,0,0,0-1-1.15,2.67,2.67,0,0,0-1.24-.39,2.48,2.48,0,0,0-1.68.63,2.07,2.07,0,0,0-.77,1.76,1.9,1.9,0,0,0,.13.68l7.84,18.8a2.91,2.91,0,0,0,2.77,2h.66a3,3,0,0,0,2.89-2l7.72-18.44a1.86,1.86,0,0,0,.26-1.05,2.31,2.31,0,0,0-.67-1.66A2.47,2.47,0,0,0,124.2,155.64Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1 live-e", d: "M146.44,160.55a2.15,2.15,0,0,0,1.65-.73,2.38,2.38,0,0,0,0-3.31,2.15,2.15,0,0,0-1.65-.73h-12.5a2.47,2.47,0,0,0-1.78.73,2.27,2.27,0,0,0-.67,1.66V177a2.27,2.27,0,0,0,.67,1.66h0a3.78,3.78,0,0,0,.59.47,2.28,2.28,0,0,1,.46.36l.3.31h12.93a2.15,2.15,0,0,0,1.65-.73,2.38,2.38,0,0,0,0-3.31,2.15,2.15,0,0,0-1.65-.73H136.39V170.1h9a2.16,2.16,0,0,0,1.65-.73,2.39,2.39,0,0,0,0-3.31,2.13,2.13,0,0,0-1.64-.73h-9v-4.78Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1 plug-1", d: "M150.52,82.45l-.39-1.52A20.34,20.34,0,0,0,130.52,65.7H126v9H111.83a2.36,2.36,0,0,0-2.24,2.35,2.06,2.06,0,0,0,2.24,2.08H126V92H111.83a2.36,2.36,0,0,0,0,4.71H126v8.72h4.48A20.19,20.19,0,0,0,150.13,90.2l.39-1.52Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-2 cord-1", d: "M75,85.91,59.1,85.7c-3.27,0-3.27-.27-3.27,1.66v45.08c0,4,0,3.86,1.71,3.93l1.26.07h0l106.53-.07c1.71.07,1.71.07,1.71-3.75V86.13c0-1.07,0-.56-3.28-.7H150.17" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-1", d: "M72.74,89.23l.39,1.52A20.34,20.34,0,0,0,92.74,106h4.48V65.84H92.74A20.19,20.19,0,0,0,73.13,81.06l-.39,1.53Z" })), /* @__PURE__ */ r.createElement("path", { className: "exchange-live-animated-3", d: "M220.39,167V56.75c0-.38-.11-1.21-.12-1.29a6.74,6.74,0,0,0-.2-.89,12.05,12.05,0,0,0-.43-1.22.61.61,0,0,1-.07-.14c-.08-.17-.35-.65-.4-.72s-.1-.18-.16-.27-.37-.51-.5-.69l0,0,0-.06,0-.06c-.23-.27-.84-.85-.91-.91-.24-.2-.81-.62-.88-.66a7.58,7.58,0,0,0-.92-.53L155.12,20.81l.11,0L113.37.84a8.24,8.24,0,0,0-7.25,0L65.48,20.63l.08,0-1,.48c-1.32.61-2.59,1.21-3.85,1.81l-5.2,2.44-2.57,1.21-5.56,2.61-8.14,3.83-1.36.63-16,7.54L20.21,42l-2.33,1.1-1.69.79L12.33,45.7,8.9,47.31l-4.2,2a6.89,6.89,0,0,0-.92.53c-.08,0-.64.46-.88.66-.07.06-.68.64-.91.91l-.05.06,0,.06,0,0c-.14.18-.38.5-.5.69s-.11.18-.16.27a7.22,7.22,0,0,0-.4.72.61.61,0,0,1-.07.14c-.18.41-.42,1.16-.44,1.22a8.79,8.79,0,0,0-.19.89c0,.08-.11.91-.12,1.29v.66H0v94.15H0v31.72a8.37,8.37,0,0,0,4.31,7.32l97.91,54.29,3.46,1.92h0c.28.15.89.43.93.44s1,.35,1.17.37.9.17,1,.18a6.37,6.37,0,0,0,1,.06,8.06,8.06,0,0,0,1-.06,9.87,9.87,0,0,0,1-.18l1.19-.37a5.48,5.48,0,0,0,.94-.46L216.07,190a8.39,8.39,0,0,0,4.32-7.32V167ZM203.7,178.67l-3.2,1.77-80.71,44-9.49,4.62-10.21-5h0l-.46-.22-3.21-1.56-32.7-18.13-46-25.54V154.16h0V72.42s0-.07,0-.1h0l.15-8.63,21-10.21L110.69,19l81.83,39.3,11.08,5.66.09,20.21v20.29c0,14,0,37.4,0,52.32v6.16h0V164h0Z" })))));
328
+ export {
329
+ e as default
330
+ };
@@ -0,0 +1,128 @@
1
+ import * as r from "react";
2
+ const e = (a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 220.39 247.87", ...a }, /* @__PURE__ */ r.createElement("defs", null, /* @__PURE__ */ r.createElement("style", null, `\r
3
+ .exchange-animated-1 {\r
4
+ fill: #a4004a;\r
5
+ }\r
6
+ \r
7
+ .exchange-animated-2 {\r
8
+ fill: none;\r
9
+ stroke: #a4004a;\r
10
+ stroke-miterlimit: 10;\r
11
+ stroke-width: 6.1px;\r
12
+ }\r
13
+ \r
14
+ .exchange-animated-3 {\r
15
+ fill: #131c45;\r
16
+ }\r
17
+ \r
18
+ @-webkit-keyframes animate-svg-fill-1 {\r
19
+ 0% {\r
20
+ fill: transparent;\r
21
+ }\r
22
+ \r
23
+ 10% {\r
24
+ fill: rgb(164, 0, 74);\r
25
+ }\r
26
+ \r
27
+ 30% {\r
28
+ fill: rgb(164, 0, 74);\r
29
+ }\r
30
+ \r
31
+ 40% {\r
32
+ fill: transparent;\r
33
+ }\r
34
+ \r
35
+ 100% {\r
36
+ fill: transparent;\r
37
+ }\r
38
+ }\r
39
+ \r
40
+ @keyframes animate-svg-fill-1 {\r
41
+ 0% {\r
42
+ fill: transparent;\r
43
+ }\r
44
+ \r
45
+ 10% {\r
46
+ fill: rgb(164, 0, 74);\r
47
+ }\r
48
+ \r
49
+ 30% {\r
50
+ fill: rgb(164, 0, 74);\r
51
+ }\r
52
+ \r
53
+ 40% {\r
54
+ fill: transparent;\r
55
+ }\r
56
+ \r
57
+ 100% {\r
58
+ fill: transparent;\r
59
+ }\r
60
+ }\r
61
+ \r
62
+ .plug-1 {\r
63
+ -webkit-animation: animate-svg-fill-1 5s ease-in-out 2.2s both infinite;\r
64
+ animation: animate-svg-fill-1 5s ease-in-out 2.2s both infinite;\r
65
+ }\r
66
+ \r
67
+ @-webkit-keyframes animate-svg-stroke-1 {\r
68
+ 0% {\r
69
+ stroke-dashoffset: 246.93411254882812px;\r
70
+ stroke-dasharray: 246.93411254882812px;\r
71
+ }\r
72
+ \r
73
+ 3% {\r
74
+ stroke-dashoffset: 246.93411254882812px;\r
75
+ stroke-dasharray: 246.93411254882812px;\r
76
+ }\r
77
+ \r
78
+ 50% {\r
79
+ stroke-dashoffset: 0;\r
80
+ stroke-dasharray: 246.93411254882812px;\r
81
+ }\r
82
+ \r
83
+ 70% {\r
84
+ stroke-dashoffset: 0;\r
85
+ stroke-dasharray: 246.93411254882812px;\r
86
+ }\r
87
+ \r
88
+ 100% {\r
89
+ stroke-dashoffset: 246.93411254882812px;\r
90
+ stroke-dasharray: 246.93411254882812px;\r
91
+ }\r
92
+ }\r
93
+ \r
94
+ @keyframes animate-svg-stroke-1 {\r
95
+ 0% {\r
96
+ stroke-dashoffset: 246.93411254882812px;\r
97
+ stroke-dasharray: 246.93411254882812px;\r
98
+ }\r
99
+ \r
100
+ 3% {\r
101
+ stroke-dashoffset: 246.93411254882812px;\r
102
+ stroke-dasharray: 246.93411254882812px;\r
103
+ }\r
104
+ \r
105
+ 50% {\r
106
+ stroke-dashoffset: 0;\r
107
+ stroke-dasharray: 246.93411254882812px;\r
108
+ }\r
109
+ \r
110
+ 70% {\r
111
+ stroke-dashoffset: 0;\r
112
+ stroke-dasharray: 246.93411254882812px;\r
113
+ }\r
114
+ \r
115
+ 100% {\r
116
+ stroke-dashoffset: 246.93411254882812px;\r
117
+ stroke-dasharray: 246.93411254882812px;\r
118
+ }\r
119
+ }\r
120
+ \r
121
+ .cord-1 {\r
122
+ -webkit-animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both infinite;\r
123
+ animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both infinite;\r
124
+ }\r
125
+ `)), /* @__PURE__ */ r.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ r.createElement("g", { id: "Product_Logos", "data-name": "Product Logos" }, /* @__PURE__ */ r.createElement("g", { id: "Dark_Blue_Magenta", "data-name": "Dark Blue & Magenta" }, /* @__PURE__ */ r.createElement("g", { id: "Exchange" }, /* @__PURE__ */ r.createElement("path", { className: "exchange-animated-1 plug-1", d: "M150.26,108.47l-.4,1.52a20.17,20.17,0,0,1-19.61,15.23h-4.34v-8.86H111.7a2.35,2.35,0,0,1,0-4.7h14.21V98.78H111.7a2.05,2.05,0,0,1-2.24-2.07,2.37,2.37,0,0,1,2.24-2.36h14.21V85.63h4.47A20.33,20.33,0,0,1,150,100.86l.4,1.52Z" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-animated-2 cord-1", d: "M72.54,105.7H59.1c-3.27,0-3.27-.27-3.27,1.66v45.08c0,4,0,3.86,1.71,3.93l1.26.07h0l106.53-.07c1.71.07,1.71.07,1.71-3.75V106.13c0-1.07,0-.56-3.28-.7H150.17" }), /* @__PURE__ */ r.createElement("path", { className: "exchange-animated-1", d: "M72.61,102.38l.39-1.52A20.19,20.19,0,0,1,92.61,85.63H97v40.14H92.48a20.33,20.33,0,0,1-19.61-15.22L72.48,109" })), /* @__PURE__ */ r.createElement("path", { className: "exchange-animated-3", d: "M220.39,167V56.75c0-.38-.11-1.21-.12-1.29a6.74,6.74,0,0,0-.2-.89,12.05,12.05,0,0,0-.43-1.22.61.61,0,0,1-.07-.14c-.08-.17-.35-.65-.4-.72s-.1-.18-.16-.27-.37-.51-.5-.69l0,0,0-.06,0-.06c-.23-.27-.84-.85-.91-.91-.24-.2-.81-.62-.88-.66a7.58,7.58,0,0,0-.92-.53L155.12,20.81l.11,0L113.37.84a8.24,8.24,0,0,0-7.25,0L65.48,20.63l.08,0-1,.48c-1.32.61-2.59,1.21-3.85,1.81l-5.2,2.44-2.57,1.21-5.56,2.61-8.14,3.83-1.36.63-16,7.54L20.21,42l-2.33,1.1-1.69.79L12.33,45.7,8.9,47.31l-4.2,2a6.89,6.89,0,0,0-.92.53c-.08,0-.64.46-.88.66-.07.06-.68.64-.91.91l-.05.06,0,.06,0,0c-.14.18-.38.5-.5.69s-.11.18-.16.27a7.22,7.22,0,0,0-.4.72.61.61,0,0,1-.07.14c-.18.41-.42,1.16-.44,1.22a8.79,8.79,0,0,0-.19.89c0,.08-.11.91-.12,1.29v.66H0v94.15H0v31.72a8.37,8.37,0,0,0,4.31,7.32l97.91,54.29,3.46,1.92h0c.28.15.89.43.93.44s1,.35,1.17.37.9.17,1,.18a6.37,6.37,0,0,0,1,.06,8.06,8.06,0,0,0,1-.06,9.87,9.87,0,0,0,1-.18l1.19-.37a5.48,5.48,0,0,0,.94-.46L216.07,190a8.39,8.39,0,0,0,4.32-7.32V167ZM203.7,178.67l-3.2,1.77-80.71,44-9.49,4.62-10.21-5h0l-.46-.22-3.21-1.56-32.7-18.13-46-25.54V154.16h0V72.42s0-.07,0-.1h0l.15-8.63,21-10.21L110.69,19l81.83,39.3,11.08,5.66.09,20.21v20.29c0,14,0,37.4,0,52.32v6.16h0V164h0Z" })))));
126
+ export {
127
+ e as default
128
+ };
@@ -0,0 +1,47 @@
1
+ import * as c from "react";
2
+ const e = (l) => /* @__PURE__ */ c.createElement("svg", { id: "e9dcJ7wfraH1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 220.39 247.87", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision", "project-id": "751a3a42b42f4730b68a57ffd37aa5bf", "export-id": "9528d57ccfb54aee91ba306032b25701", cached: "false", ...l }, /* @__PURE__ */ c.createElement("defs", null, /* @__PURE__ */ c.createElement("linearGradient", { id: "e9dcJ7wfraH5-fill", x1: 0.5, y1: 0, x2: 0.5, y2: 1, spreadMethod: "pad", gradientUnits: "objectBoundingBox", gradientTransform: "translate(0 0)" }, /* @__PURE__ */ c.createElement("stop", { id: "e9dcJ7wfraH5-fill-0", offset: "0%", stopColor: "rgba(255,255,255,0)" }), /* @__PURE__ */ c.createElement("stop", { id: "e9dcJ7wfraH5-fill-1", offset: "100%", stopColor: "#010022" })), /* @__PURE__ */ c.createElement("style", null, `
3
+ .electric-bolt {
4
+ animation: electric-flicker 2s infinite;
5
+ }
6
+
7
+ @keyframes electric-flicker {
8
+ 0% {
9
+ opacity: 0;
10
+ }
11
+
12
+ 10% {
13
+ opacity: 1;
14
+ }
15
+
16
+ 20% {
17
+ opacity: 0;
18
+ }
19
+
20
+ 30% {
21
+ opacity: 1;
22
+ }
23
+
24
+ 45% {
25
+ opacity: 0;
26
+ }
27
+
28
+ 55% {
29
+ opacity: 0.6;
30
+ }
31
+
32
+ 60% {
33
+ opacity: 0;
34
+ }
35
+
36
+ 75% {
37
+ opacity: 1;
38
+ }
39
+
40
+ 100% {
41
+ opacity: 0;
42
+ }
43
+ }
44
+ `)), /* @__PURE__ */ c.createElement("path", { d: "M96.1,167.79c0,1.23-.06,3.52.06,5.92v.66c.010911,1.414847.693999,2.740186,1.84,3.57c1,.81,2.4.81,4.17.81h18.11c1.74,0,3.13,0,4.19-.81c1.151668-.833971,1.835451-2.16809,1.84-3.59v-30.59l1.32-1.48c1-1.11,2-2.23,3-3.35l12.59-14q6.31-7,12.63-14l1.45-1.61c1.48-1.63,3-3.26,4.4-4.91c1.545963-1.697042,2.442109-3.886045,2.53-6.18c0-.14,0-.29,0-.43v-13.29c-.004194-.204164-.020892-.407878-.05-.61-.59-5-6.69-7.12-11.94-8.38-3.732232-.864966-7.507472-1.53256-11.31-2-3.82-.51-8-.9-12.87-1.22-10.075851-.609244-20.177293-.67267-30.26-.19-8.559567.289861-17.082805,1.256207-25.49,2.89-2.918583.571499-5.770367,1.442784-8.51,2.6-2.428044.871682-4.365293,2.743385-5.32,5.14-.109764.324262-.183541.659611-.22,1-.044023.24427-.067438.491808-.07.74v6.88c0,.76,0,1.52,0,2.28c0,1.54-.06,3.14,0,4.67.150277,2.293635,1.086113,4.465482,2.65,6.15l.57.64l4,4.39l12.53,14q6.33,7,12.63,14.06l2.5,2.79l2.87,3.21.21.23v24l-.05.01ZM75.69,83.72c1.87-.37,3.88-.7,6.14-1c7.302158-.894071,14.64488-1.418075,22-1.57c8.73-.23,17.27-.06,25.37.48c3.93.26,7.74.62,11.32,1.08c2.27.31,4.28.64,6.16,1l4.2.83-4.36.84-1,.19-1,.18c-.57.09-1.14.19-1.72.27h-.26l-2,.28c-5.16.66-10.55,1.1-16.49,1.37-1.88.09-3.7.15-5.53.2-2.53.06-5.05.1-7.55.1-6.1,0-12.07-.2-17.82-.59l-2.87-.2c-2.89-.24-5.72-.53-8.41-.87h-.07l-1.93-.28h-.27l-1.72-.28-.95-.17-1.08-.2h-.09l-4.2-.81l4.13-.85Zm15.7,40.91q-3.81-4.26-7.64-8.51l-7.64-8.51L73,104.2q-2.67-2.94-5.31-5.91l-.19-.22v-.29c0-.93,0-1.87,0-2.78c0-.36,0-.73,0-1.09v-1.06l1,.27c.55.15,1.08.28,1.59.4h.18c1.61.39,3.38.74,5.4,1.08h.21l1.57.25.63.09.46.06c4,.59,8.21,1.05,12.45,1.38l1.65.11l1.63.11c8.58.55,17.56.66,26.75.35c5.29-.18,10.05-.49,14.57-.92c3.11-.3,6-.65,8.68-1.07l1.34-.22.86-.14.51-.08.79-.14c2.233624-.372545,4.443948-.873373,6.62-1.5l2.11-.62-1.21,1.88c-.431216.873195-.598045,1.853313-.48,2.82c0,.25,0,.49,0,.74v.31l-.2.24-1.36,1.5-6.6,7.33-23.88,26.6c-1.35,1.5-2.69,3-4,4.49l-.19.2-.21.24c-.885884.918656-1.411277,2.125639-1.48,3.4c0,.38,0,.77,0,1.15v27.5h-11.39v-28.59c-.027738-1.246345-.532387-2.434596-1.41-3.32l-.11-.12-1.12-1.24-11.47-12.76Z", fill: "#a4004a" }), /* @__PURE__ */ c.createElement("path", { id: "e9dcJ7wfraH3", className: "electric-bolt", d: "M119.93,114.08h-4.46-1l.25-1.29c.4-2.1.81-4.19,1.21-6.28.12-.65.24-1.29.37-1.93.084931-.278412.105448-.572491.06-.86s0,0,0-.06c.00477-.076592.00477-.153408,0-.23c0-.09-.07-.19-.11-.29v0c-.015935-.041907-.036035-.082108-.06-.12-.031793-.062036-.072193-.119268-.12-.17v0l-.19-.21c-.021351-.031499-.048501-.058649-.08-.08-.049189-.045246-.102791-.085447-.16-.12-.028075-.025708-.058172-.049117-.09-.07v0l-.17-.08-.15-.06h-.06-.12-.18-.11c-.181891-.004656-.363567.01553-.54.06-.132076.047842-.259314.108113-.38.18l-.21.15v0c-.223949.178999-.402175.408636-.52.67l-1.21,2-3,5-3.36,5.6-2.54,3.97-.48.81c-.327284.598158-.327284,1.321842,0,1.92.309113.568792.90266.92492,1.55.93l4.47-.06h1l-.24,1.29-1.2,6.25-.39,2c-.084678.327956-.084678.672044,0,1c.121554.469151.418686.873681.83,1.13.415889.257099.922341.322683,1.39.18.453158-.151964.831913-.469974,1.06-.89l1.27-2.13l3-5l3.35-5.59l2.43-4.08c.17-.26.33-.53.49-.8.330944-.600772.330944-1.329228,0-1.93-.351292-.535374-.960557-.843814-1.6-.81Z", opacity: 1, fill: "#a4004a" }), /* @__PURE__ */ c.createElement("path", { d: "M220.39,167v-110.25c0-.38-.11-1.21-.12-1.29-.046492-.300843-.113311-.59819-.2-.89-.121386-.414072-.264927-.821326-.43-1.22-.029249-.043467-.052776-.090521-.07-.14-.08-.17-.35-.65-.4-.72s-.1-.18-.16-.27-.37-.51-.5-.69v0-.06-.06c-.23-.27-.84-.85-.91-.91-.24-.2-.81-.62-.88-.66-.293901-.197954-.601322-.375055-.92-.53l-60.68-28.5h.11L113.37,0.84c-2.286838-1.120273-4.963162-1.120273-7.25,0L65.48,20.63h.08l-1,.48c-1.32.61-2.59,1.21-3.85,1.81l-5.2,2.44-2.57,1.21-5.56,2.61-8.14,3.83-1.36.63-16,7.54-1.67.82-2.33,1.1-1.69.79-3.86,1.81L8.9,47.31l-4.2,2c-.319843.15274-.627422.329933-.92.53-.08,0-.64.46-.88.66-.07.06-.68.64-.91.91l-.05.06v.06v0c-.14.18-.38.5-.5.69s-.11.18-.16.27c-.146925.232193-.280476.472584-.4.72-.017224.049479-.040751.096533-.07.14-.18.41-.42,1.16-.44,1.22-.078659.293187-.142077.590252-.19.89c0,.08-.11.91-.12,1.29v.66h-.06v94.15v0v31.72c-.000226,3.04191,1.649917,5.844474,4.31,7.32l97.91,54.29l3.46,1.92v0c.28.15.89.43.93.44s1,.35,1.17.37.9.17,1,.18c.331241.046221.665608.066283,1,.06.334255.000755.668233-.019284,1-.06.336203-.042791.669978-.102871,1-.18l1.19-.37c.32729-.122995.642059-.277031.94-.46L216.07,190c2.660854-1.476088,4.313939-4.277149,4.32-7.32v-15.68ZM203.7,178.67l-3.2,1.77-80.71,44-9.49,4.62-10.21-5v0l-.46-.22-3.21-1.56-32.7-18.13-46-25.54v-24.45v0-81.74c0,0,0-.07,0-.1v0l.15-8.63l21-10.21L110.69,19l81.83,39.3l11.08,5.66.09,20.21v20.29c0,14,0,37.4,0,52.32v6.16v0v1.06v0l.01,14.67Z", fill: "#131c45" }));
45
+ export {
46
+ e as default
47
+ };