@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.
- package/dist/CraftLogoAnimated-krR7PJb-.mjs +959 -0
- package/dist/ExchangeLiveLogoAnimated-lh3AvtCi.mjs +330 -0
- package/dist/ExchangeLogoAnimated-BfEEO0we.mjs +128 -0
- package/dist/GeneratorLogoAnimated-C7Qjs1Aj.mjs +47 -0
- package/dist/InsightsLogoAnimated-BeYSz-hF.mjs +180 -0
- package/dist/PropellerLogoAnimated-EK-YLCSR.mjs +20 -0
- package/dist/SparkplugLogoAnimated-DG8-eD8V.mjs +109 -0
- package/dist/enerex-template-editor.es.js +24297 -1693
- package/dist/enerex-template-editor.umd.js +2430 -16
- package/dist/template-studio.css +5 -1
- package/dist/types/component/TemplateList/components/TemplateActionsCell.d.ts +14 -0
- package/dist/types/component/TemplateList/components/TemplateModal.d.ts +13 -0
- package/dist/types/component/TemplateList/components/TemplateStatusCell.d.ts +8 -0
- package/dist/types/component/TemplateList/components/TemplateTable.d.ts +15 -0
- package/dist/types/component/TemplateList/index.d.ts +9 -14
- package/dist/types/component/TemplateList/types.d.ts +12 -0
- package/dist/types/component/TemplateList/useTemplateController.d.ts +20 -0
- package/dist/types/component/editor/index.d.ts +2 -0
- package/dist/types/component/editormodal/index.d.ts +5 -2
- package/dist/types/component/icons/box-icon.d.ts +2 -0
- package/dist/types/component/icons/layers-icon.d.ts +2 -0
- package/dist/types/component/icons/star-icon.d.ts +2 -0
- package/dist/types/component/template-form/index.d.ts +4 -2
- package/dist/types/hook/useStripoObserver.d.ts +3 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/queries/endpoints.d.ts +1 -0
- package/dist/types/queries/get_exclude_category.query.d.ts +1 -1
- package/dist/types/queries/get_template_list.query.d.ts +1 -1
- package/dist/types/queries/get_template_list_all.query.d.ts +1 -1
- package/dist/types/queries/get_template_settings.mutation.d.ts +2 -0
- package/dist/types/queries/get_template_tags.query.d.ts +1 -1
- package/dist/types/queries/get_template_types.query.d.ts +1 -1
- package/dist/types/queries/types.d.ts +6 -0
- package/dist/types/utils/stripoDomUtils.d.ts +2 -0
- package/dist/types/utils/utility.d.ts +1 -0
- package/package.json +7 -2
- package/dist/types/component/TemplateList/SortableTh.d.ts +0 -11
- package/dist/types/component/TemplateList/pagination/pagination.d.ts +0 -9
- package/dist/types/component/TemplateList/template-row.d.ts +0 -14
- package/dist/types/component/icons/down-icon.d.ts +0 -6
- package/dist/types/component/icons/ellipsis-vertical-icon.d.ts +0 -6
- package/dist/types/component/icons/serach-icon.d.ts +0 -2
- package/dist/types/component/icons/up-icon.d.ts +0 -6
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import * as r from "react";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ r.createElement("svg", { id: "evI510OAXEt1", 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": "f04433127e864946991496f68ff14491", "export-id": "f677877665564949a8b4791e9431e78e", cached: "false", ...t }, /* @__PURE__ */ r.createElement("style", null, `\r
|
|
3
|
+
#one_from_bottom {\r
|
|
4
|
+
animation: one_from_bottom_c_o 2500ms linear infinite normal forwards;\r
|
|
5
|
+
}\r
|
|
6
|
+
@keyframes one_from_bottom_c_o {\r
|
|
7
|
+
0% {\r
|
|
8
|
+
opacity: 0;\r
|
|
9
|
+
}\r
|
|
10
|
+
12% {\r
|
|
11
|
+
opacity: 0;\r
|
|
12
|
+
}\r
|
|
13
|
+
24% {\r
|
|
14
|
+
opacity: 1;\r
|
|
15
|
+
}\r
|
|
16
|
+
100% {\r
|
|
17
|
+
opacity: 1;\r
|
|
18
|
+
}\r
|
|
19
|
+
}\r
|
|
20
|
+
#one_from_bottom {\r
|
|
21
|
+
animation: one_from_bottom_c_o 2500ms linear infinite normal forwards;\r
|
|
22
|
+
}\r
|
|
23
|
+
@keyframes one_from_bottom_c_o {\r
|
|
24
|
+
0% {\r
|
|
25
|
+
opacity: 0;\r
|
|
26
|
+
}\r
|
|
27
|
+
12% {\r
|
|
28
|
+
opacity: 0;\r
|
|
29
|
+
}\r
|
|
30
|
+
24% {\r
|
|
31
|
+
opacity: 1;\r
|
|
32
|
+
}\r
|
|
33
|
+
100% {\r
|
|
34
|
+
opacity: 1;\r
|
|
35
|
+
}\r
|
|
36
|
+
}\r
|
|
37
|
+
#bottom {\r
|
|
38
|
+
animation: bottom_c_o 2500ms linear infinite normal forwards;\r
|
|
39
|
+
}\r
|
|
40
|
+
@keyframes bottom_c_o {\r
|
|
41
|
+
0% {\r
|
|
42
|
+
opacity: 0;\r
|
|
43
|
+
}\r
|
|
44
|
+
12% {\r
|
|
45
|
+
opacity: 1;\r
|
|
46
|
+
}\r
|
|
47
|
+
100% {\r
|
|
48
|
+
opacity: 1;\r
|
|
49
|
+
}\r
|
|
50
|
+
}\r
|
|
51
|
+
#two_from_bottom {\r
|
|
52
|
+
animation: two_from_bottom_c_o 2500ms linear infinite normal forwards;\r
|
|
53
|
+
}\r
|
|
54
|
+
@keyframes two_from_bottom_c_o {\r
|
|
55
|
+
0% {\r
|
|
56
|
+
opacity: 0;\r
|
|
57
|
+
}\r
|
|
58
|
+
24% {\r
|
|
59
|
+
opacity: 0;\r
|
|
60
|
+
}\r
|
|
61
|
+
36% {\r
|
|
62
|
+
opacity: 1;\r
|
|
63
|
+
}\r
|
|
64
|
+
100% {\r
|
|
65
|
+
opacity: 1;\r
|
|
66
|
+
}\r
|
|
67
|
+
}\r
|
|
68
|
+
#three_from_bottom {\r
|
|
69
|
+
animation: three_from_bottom_c_o 2500ms linear infinite normal forwards;\r
|
|
70
|
+
}\r
|
|
71
|
+
@keyframes three_from_bottom_c_o {\r
|
|
72
|
+
0% {\r
|
|
73
|
+
opacity: 0;\r
|
|
74
|
+
}\r
|
|
75
|
+
36% {\r
|
|
76
|
+
opacity: 0;\r
|
|
77
|
+
}\r
|
|
78
|
+
48% {\r
|
|
79
|
+
opacity: 1;\r
|
|
80
|
+
}\r
|
|
81
|
+
100% {\r
|
|
82
|
+
opacity: 1;\r
|
|
83
|
+
}\r
|
|
84
|
+
}\r
|
|
85
|
+
#three_from_top {\r
|
|
86
|
+
animation: three_from_top_c_o 2500ms linear infinite normal forwards;\r
|
|
87
|
+
}\r
|
|
88
|
+
@keyframes three_from_top_c_o {\r
|
|
89
|
+
0% {\r
|
|
90
|
+
opacity: 0;\r
|
|
91
|
+
}\r
|
|
92
|
+
48% {\r
|
|
93
|
+
opacity: 0;\r
|
|
94
|
+
}\r
|
|
95
|
+
60% {\r
|
|
96
|
+
opacity: 1;\r
|
|
97
|
+
}\r
|
|
98
|
+
100% {\r
|
|
99
|
+
opacity: 1;\r
|
|
100
|
+
}\r
|
|
101
|
+
}\r
|
|
102
|
+
#two_from_top {\r
|
|
103
|
+
animation: two_from_top_c_o 2500ms linear infinite normal forwards;\r
|
|
104
|
+
}\r
|
|
105
|
+
@keyframes two_from_top_c_o {\r
|
|
106
|
+
0% {\r
|
|
107
|
+
opacity: 0;\r
|
|
108
|
+
}\r
|
|
109
|
+
24% {\r
|
|
110
|
+
opacity: 0;\r
|
|
111
|
+
}\r
|
|
112
|
+
36% {\r
|
|
113
|
+
opacity: 1;\r
|
|
114
|
+
}\r
|
|
115
|
+
100% {\r
|
|
116
|
+
opacity: 1;\r
|
|
117
|
+
}\r
|
|
118
|
+
}\r
|
|
119
|
+
#one_from_top {\r
|
|
120
|
+
animation: one_from_top_c_o 2500ms linear infinite normal forwards;\r
|
|
121
|
+
}\r
|
|
122
|
+
@keyframes one_from_top_c_o {\r
|
|
123
|
+
0% {\r
|
|
124
|
+
opacity: 0;\r
|
|
125
|
+
}\r
|
|
126
|
+
36% {\r
|
|
127
|
+
opacity: 0;\r
|
|
128
|
+
}\r
|
|
129
|
+
48% {\r
|
|
130
|
+
opacity: 1;\r
|
|
131
|
+
}\r
|
|
132
|
+
100% {\r
|
|
133
|
+
opacity: 1;\r
|
|
134
|
+
}\r
|
|
135
|
+
}\r
|
|
136
|
+
#top {\r
|
|
137
|
+
animation: top_c_o 2500ms linear infinite normal forwards;\r
|
|
138
|
+
}\r
|
|
139
|
+
@keyframes top_c_o {\r
|
|
140
|
+
0% {\r
|
|
141
|
+
opacity: 0;\r
|
|
142
|
+
}\r
|
|
143
|
+
48% {\r
|
|
144
|
+
opacity: 0;\r
|
|
145
|
+
}\r
|
|
146
|
+
60% {\r
|
|
147
|
+
opacity: 1;\r
|
|
148
|
+
}\r
|
|
149
|
+
100% {\r
|
|
150
|
+
opacity: 1;\r
|
|
151
|
+
}\r
|
|
152
|
+
}\r
|
|
153
|
+
#evI510OAXEt24_tr {\r
|
|
154
|
+
animation: evI510OAXEt24_tr__tr 2500ms linear infinite normal forwards;\r
|
|
155
|
+
}\r
|
|
156
|
+
@keyframes evI510OAXEt24_tr__tr {\r
|
|
157
|
+
0% {\r
|
|
158
|
+
transform: translate(135.33781px, 207.03926px) rotate(720deg);\r
|
|
159
|
+
animation-timing-function: cubic-bezier(0.415, 0.08, 0.115, 0.955);\r
|
|
160
|
+
}\r
|
|
161
|
+
100% {\r
|
|
162
|
+
transform: translate(135.33781px, 207.03926px) rotate(486.233766deg);\r
|
|
163
|
+
}\r
|
|
164
|
+
}\r
|
|
165
|
+
#evI510OAXEt25_tr {\r
|
|
166
|
+
animation: evI510OAXEt25_tr__tr 2500ms linear infinite normal forwards;\r
|
|
167
|
+
}\r
|
|
168
|
+
@keyframes evI510OAXEt25_tr__tr {\r
|
|
169
|
+
0% {\r
|
|
170
|
+
transform: translate(11.12px, 29.9px) rotate(-720deg);\r
|
|
171
|
+
animation-timing-function: cubic-bezier(0.415, 0.08, 0.115, 0.955);\r
|
|
172
|
+
}\r
|
|
173
|
+
100% {\r
|
|
174
|
+
transform: translate(11.12px, 29.9px) rotate(-486.233766deg);\r
|
|
175
|
+
}\r
|
|
176
|
+
}\r
|
|
177
|
+
`), /* @__PURE__ */ r.createElement("g", null, /* @__PURE__ */ r.createElement("g", null, /* @__PURE__ */ r.createElement("g", null, /* @__PURE__ */ r.createElement("g", null, /* @__PURE__ */ r.createElement("g", null, /* @__PURE__ */ r.createElement("path", { d: "M136,166.8c-1.526236-2.839934-4.476119-4.625188-7.7-4.66h-36.08c-6.62-.32-10.52,7.91-6.09,12.8-4.36,5.06-.35,12.57,5.59,12.74-.68,5,2.78,9.86,8.35,9.84h20.77c5.64,0,9-4.73,8.34-9.84c2.972058-.107523,5.619665-1.908432,6.811477-4.633184s.717027-5.891402-1.221477-8.146816c1.866336-2.269269,2.338552-5.378989,1.23-8.1Zm-13.63,23c-.018165.55271-.256732,1.075172-.662508,1.450891s-.945019.573451-1.497492.549109h-20.75c-2.27,0-2.26-2.3-2.15-3.91h24.88l.18,1.91ZM90.06,180c.018165-.55271.256732-1.075172.662508-1.450891s.945019-.573451,1.497492-.549109h36.1c.552473-.024342,1.091716.173391,1.497492.549109s.644343.898181.662508,1.450891c-.119387,1.112597-1.04152,1.966423-2.16,2h-36.1c-.552473.024342-1.091716-.173391-1.497492-.549109s-.644343-.898181-.662508-1.450891Zm38.26-7.73h-36.1c-.805813.010012-1.549561-.431446-1.926717-1.143617s-.324381-1.575457.136717-2.236383c.501769-.408956,1.146463-.599843,1.79-.53h36.1c.810563-.211853,1.667267.103947,2.146395.79121s.479129,1.600318,0,2.28758-1.335832,1.003063-2.146395.79121v.04Z", fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "one_from_bottom", d: "M141.11,135.16c11.93,5.37,21.34-11.74,9.77-18.2l-5.56-1.34c-7.5,0-12.91,9.14-8.36,15.21l4.15,4.33Zm.75-9.36c0-5.7,9.18-5.7,9.14,0s-9.34,5.82-9.14,0Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "one_from_bottom", d: "M122.58,137.84l-3.88-5.19c2.866474-3.416217,2.750881-8.429529-.27-11.71l5.08-9.57c5.79,1.35,11.71-3,12.5-8.87l8.79-1.25-.8-5.8-8.47,1.15c-.689206-1.381753-1.72232-2.562947-3-3.43l-6.14-2.39c-9.56-2-15.86,11.46-8.15,17.42l-5.05,9.26c-1.135897-.309993-2.334103-.309993-3.47,0l-5.54,4.12c-2.85188,3.01174-3.17448,7.620315-.77,11l-5.1,6.41l4.96,3.11l5.23-6.44c1.702063.644853,3.564965.732395,5.32.25l3.87,5.56l4.89-3.63Zm-11.4-7.49c-4.45.14-4.57-6.69-.18-6.64c4.2.29,5,6.29.18,6.64Zm14.49-24.69c-6,.19-5.87-8.88,0-8.83c5.97.27,5.84,8.82,0,8.83Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "bottom", d: "M98.46,138.84c-8.25-3.56-18.42,5.49-13.82,14c3.58,8.26,17.62,6.71,20.13-1.62h10.48c5,14.43,27.37,5,19.14-8.78l6.72-7.43-4.11-4.28-6.71,7.43c-1.495333-.609708-3.095144-.922197-4.71-.92-1.033323-.00451-2.062556.130031-3.06.4l-4.84,3.65c-.945789,1.061493-1.66088,2.307795-2.1,3.66h-10.51c-.503434-1.036502-1.074674-2.038676-1.71-3l-4.9-3.11Zm-8.4,9.2c-.06-5.66,9.34-5.81,9.15,0c.06,5.66-9.35,5.81-9.15-.04v.04Zm35.48,4.41c-6,.19-5.86-8.88,0-8.82c5.99-.22,6,9.09,0,8.82Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "two_from_bottom", d: "M144,101.25c.879449,1.800419,2.346995,3.246799,4.16,4.1l-3.181782,11.35l5.95,1.3L153.73,106.65c7.38,0,13.46-8.76,9.12-15.59-4-8.4-19-5.09-19.39,4.3l.54,5.89Zm5.62-4.92c-.05-5.66,9.35-5.81,9.14,0c.29,5.82-9.44,5.74-9.17,0h.03Z", transform: "translate(.071782 0)", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "three_from_bottom", d: "M80,117c-1.713199-1.267313-3.770307-1.985558-5.9-2.06L71.3,104.6c.977498-.630899,1.909764-1.329263,2.79-2.09l2.61-4.19c1.11-5.95-4.52-11.54-10.56-11.49-13.92.1-14.67,20-.63,20.91l2.82,10.31c-11.78,6.73-1.65,23.77,10.1,18c5.24-2.54,7.49-8.06,5.46-13.25L80,117ZM65.9,100.75c-5.77.2-6.14-8.73,0-8.83s5.87,8.88,0,8.83Zm3.4,25c0-5.7,9.18-5.7,9.14,0c.22,5.82-9.37,5.82-9.14.05v-.05Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "three_from_top", d: "M130.46,75.66c.47.55.94.85,1.4,1.38L126.4,90.92l6.13,2.38L138,79.51C148.35,80.74,154.15,67,145.79,61c-6.75-6-19.85.2-17.79,9.77l2.46,4.89Zm12.7-6.07c.05,5.67-9.35,5.82-9.15,0-.29-5.79,9.41-5.75,9.15,0Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "two_from_top", d: "M74,102.51l12.42,5c-.479741,1.556809-.405536,3.231716.21,4.74l-6.8,4.85l3.86,5.83l6.5-4.84c3.307973,1.999581,7.452027,1.999581,10.76,0l3.35,3.64l5.54-4.14-5.1-5.44c1.23651-3.680958-.073871-7.737864-3.23-10l-5.91-.73c-2.005473.066766-3.94942.708963-5.6,1.85l-13.37-5L74,102.51Zm21.85,10.65c-5.24-.08-3.61-8,1.2-5.89c2.82,1.36,1.95,6.32-1.21,5.89h.01Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "one_from_top", d: "M130.63,75.53l-2.44-4.87L113,77.3c-.757746-.97034-1.725238-1.756641-2.83-2.3l.09-.42-.26-.08c-1.060137-.535825-2.208776-.874657-3.39-1-.693399-.012808-1.383665-.096578-2.06-.25h-.26l-.16.8c-2.154015.158095-4.211834.955456-5.91,2.29L92.29,72.7c.330358-1.163365.475468-2.371494.43-3.58l-.2-.83-.36-1.1-.36-1.11c-3.88-10.33-19.65-8-21,2.62-1.49,8.82,11,15.39,17.92,9.28L94,81.2v0l.7.43c-1.33,4.22.3,8.63,3.95,11.6l-3.1,8.39l5.92.68l3.1-8.1c3.177334.23033,6.284724-1.009686,8.43055-3.364242s3.092891-5.563384,2.56945-8.705758l15.06-6.6ZM85.45,72.26c-5.56,5.54-12.93-3.6-4.9-6.56c3.65-1.23,7.32,3.53,4.9,6.56Zm19.33,16.62c-6,.19-5.87-8.88,0-8.83c6.05-.14,5.96,9.01,0,8.83Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { id: "top", d: "M92.72,69.12l8.6-3.28c1.015847,1.302644,2.338578,2.333344,3.85,3l-1,5.26l6,1l1.06-5.24c9-.52,13.08-11.78,6.31-17.61-6.67-6.31-19-1.14-18.33,8.18l-9,3l2.51,5.69ZM110,64.32c-6.43.07-5.81-9.11,0-8.82c6-.19,5.84,8.88,0,8.82Z", opacity: 0, fill: "#a4004a" }))), /* @__PURE__ */ r.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" })))));
|
|
178
|
+
export {
|
|
179
|
+
o as default
|
|
180
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (c) => /* @__PURE__ */ e.createElement("svg", { id: "eOAMJn2VSrj1", 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", ...c }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
3
|
+
@keyframes propeller-spin {
|
|
4
|
+
from {
|
|
5
|
+
transform: rotate(0deg);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
to {
|
|
9
|
+
transform: rotate(360deg);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.propeller-animation {
|
|
14
|
+
animation: propeller-spin 3s linear infinite;
|
|
15
|
+
transform-origin: 111.305px 100.202px;
|
|
16
|
+
}
|
|
17
|
+
`)), /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("path", { d: "M220.39,167.04v-110.29c-.01-.38-.11-1.21-.12-1.29-.05-.3-.11-.6-.19-.89-.02-.07-.25-.81-.44-1.22-.03-.05-.05-.09-.07-.14-.08-.17-.34-.65-.4-.73-.05-.09-.11-.18-.16-.27-.12-.18-.36-.51-.5-.69l-.03-.03-.03-.06-.05-.05c-.23-.28-.84-.86-.91-.91-.24-.21-.8-.62-.87-.67-.29-.19-.6-.37-.92-.52q0,0-60.57-28.47c0,0,.08-.02.11-.02-11.59-5.53-25.4-12.1-41.87-19.95-1.12-.55-2.38-.84-3.63-.84s-2.5.29-3.62.84L65.48,20.63c0,0,.06.03.08.04l-1,.48c-1.32.62-2.59,1.22-3.85,1.81-1.79.84-3.52,1.65-5.2,2.44-.87.41-1.72.81-2.56,1.21-1.93.91-3.78,1.78-5.56,2.61-2.91,1.37-5.62,2.64-8.14,3.83-.46.22-.91.43-1.36.64-6.55,3.08-11.82,5.55-16.04,7.54-.56.27-1.11.52-1.64.77-.82.39-1.59.75-2.33,1.1-.58.27-1.15.54-1.68.79-1.47.69-2.75,1.29-3.87,1.82-1.38.65-2.5,1.17-3.42,1.61-4.19,1.97-4.2,1.97-4.2,1.98-.32.15-.63.33-.92.52-.07.05-.64.46-.87.67-.07.05-.68.63-.91.91l-.05.05-.03.06-.03.03c-.14.18-.38.5-.5.69-.06.09-.11.18-.16.27-.05.07-.32.55-.4.73-.02.05-.04.09-.07.14-.18.41-.42,1.15-.44,1.22-.08.29-.14.59-.19.89-.01.08-.11.91-.12,1.29v.66c0,0,0,0,0,0v94.16v0v31.72c0,3.04,1.65,5.85,4.31,7.32l97.91,54.29l3.46,1.92v0c.27.15.89.42.93.44.05.02,1.05.35,1.17.37.24.06.89.17.98.18.32.04.65.06.98.06s.65-.03.98-.06c.07,0,.71-.11.98-.18.08-.02,1.08-.34,1.18-.37.42-.18.73-.31.95-.45l102.24-56.82c2.66-1.48,4.31-4.28,4.31-7.32v-15.62c0,0,0,0,0,0l-.01-.03ZM203.7,178.67l-3.2,1.77-80.72,44.03-9.49,4.62-10.2-4.97c0,0,0,0,0,0l-.46-.22-3.2-1.56-32.7-18.14-46.04-25.53v-24.51v0-81.74c0,0,0-.06,0-.09v0c0,0,.15-8.63.15-8.63L38.83,53.49l71.86-34.52l81.83,39.3l11.08,5.66.09,20.22v20.29c0,14.04,0,37.4,0,52.31v6.17c0,0,0,0,0,0v1.07c0,0,0,0,0,0v14.68h.01Z", fill: "#141c44", strokeWidth: 0 })), /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("path", { d: "M110.95,119.3v-6.25c3.52.17,6.96-.91,9.51-3.77l3.19,16.8l12.5,60.21h15.27c2.11,0,3.69,1.66,3.69,3.32s-1.84,3.05-3.69,3.05h-40.47v-6.51h17.57l-13.95-67.13c-1.29.27-2.33.28-3.62.28Z", fill: "#a41d4d", strokeWidth: 0 }), /* @__PURE__ */ e.createElement("path", { d: "M111.1,119.3v-6.25c-3.52.17-6.96-.91-9.51-3.77l-3.19,16.8-12.5,60.21h-15.27c-2.11,0-3.69,1.66-3.69,3.32s1.84,3.05,3.69,3.05h40.47v-6.51h-17.57l13.95-67.13c1.29.27,2.33.28,3.62.28Z", fill: "#a41d4d", strokeWidth: 0 }))), /* @__PURE__ */ e.createElement("g", { id: "eOAMJn2VSrj8", className: "propeller-animation", transform: "translate(0 0.000005)" }, /* @__PURE__ */ e.createElement("path", { d: "M106.81,116.2l.87.22c1.25.28,2.25.28,3.5.29s2.5-.11,3.5-.27l1-.14c.27.2.29.34,1.44,1.41c1.12,1.05,3.15,3.28,4.17,4.11l2.26,1.76c2.25,1.68,4.88,3.36,7.63,5.04c7.13,3.92,14.25,6.43,20.5,6.99c3.25.28,5.88.28,8.38-.28s4.88-1.95,6.38-4.46c1.5-2.23,1.5-5.02.75-7.25-.75-2.51-2.25-4.75-4-7.26-3.75-4.75-9.38-9.51-16.5-13.57-6.38-3.65-13.13-5.9-18.75-6.76-.75-2.8-2.25-5.04-4.25-7.01c2.25-5.31,3.25-11.88,3.25-18.87c0-7.83-1.5-15.26-3.75-20.59-1.25-2.81-2.75-5.06-4.63-7.03-2-1.97-4.63-3.11-7.38-3.13s-5.13,1.08-7.13,3.03-3.5,4.18-4.63,6.98c-2.5,5.31-3.75,12.74-3.75,20.59c0,7.01,1.25,13.61,3.25,18.94-2,1.96-3.5,4.47-4.25,7-5.63,1.11-12.13,3.05-18.75,6.69-7.13,3.92-13.13,8.68-16.5,13.6-2,2.25-3.25,4.78-4,7.31s-.75,5.34.75,7.31c1.5,2.25,3.75,3.66,6.38,4.5c2.5.56,5.38.56,8.38.28c6.13-.56,13.38-3.09,20.5-7.01c2.75-1.4,5.38-3.08,7.63-5.04l3.62-3.34m3.74-68.42c1-1.96,1.99-3.71,2.99-4.82.57-.63,1.08-1.03,1.76-1.03.75,0,1.25.29,2.25,1.14c1,1.13,2.25,2.82,3.25,4.78c2,4.49,3.5,10.66,3.5,17.8c0,5.6-.75,10.91-2.25,15.25-2-.85-4.25-1.14-6.38-1.14s-4.5.26-6.38,1.1c-1.25-4.21-2.25-9.54-2.25-15.28c0-7.01,1.25-13.59,3.5-17.78l.01-.02Zm-18.5,70.6c-6.38,3.64-13.13,5.6-17.75,6.16-2.5.28-4.63.28-5.88-.28-1.25-.28-2-.84-2.25-1.13-.25-.28-.5-1.13,0-2.53.5-1.12,1.25-3.09,2.75-5.06c3-3.65,8.13-8.14,14.75-11.92c5-2.38,10.38-4.33,14.63-5.16.75,4.21,3,7.86,6.38,10.39-3.25,3.08-7.38,6.44-12.63,9.52v.01Zm72.52,5.23c-.25.28-.75.84-2.25,1.12s-3.5.28-5.88.28c-4.88-.56-11.38-2.8-17.75-6.16-5.13-2.8-9.63-6.17-12.63-9.53c3.38-2.65,5.75-6.56,6.25-10.76c4.5.85,9.63,2.82,14.75,5.63c6.38,3.64,11.63,7.84,14.75,11.89c1.5,1.96,2.5,3.63,2.75,5.03.5,1.12.25,1.95,0,2.51l.01-.01Zm-40.06-27.31c0,5.41-4.11,8.949995-9.2,8.939995s-9.22-3.569995-9.22-8.989995s4.12-9.420061,9.21-9.400061s9.21,4.040061,9.21,9.450061Z", fill: "#a41d4d", strokeWidth: 0 })));
|
|
18
|
+
export {
|
|
19
|
+
l as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
.sparkplug-animated-1 {\r
|
|
4
|
+
fill: #131c45;\r
|
|
5
|
+
}\r
|
|
6
|
+
\r
|
|
7
|
+
.sparkplug-animated-2 {\r
|
|
8
|
+
fill: #a4004a;\r
|
|
9
|
+
}\r
|
|
10
|
+
\r
|
|
11
|
+
#ecw60vLMlSB11 {\r
|
|
12
|
+
animation: ecw60vLMlSB11_c_o 1300ms linear infinite normal forwards\r
|
|
13
|
+
}\r
|
|
14
|
+
\r
|
|
15
|
+
@keyframes ecw60vLMlSB11_c_o {\r
|
|
16
|
+
0% {\r
|
|
17
|
+
opacity: 0\r
|
|
18
|
+
}\r
|
|
19
|
+
\r
|
|
20
|
+
38.461538% {\r
|
|
21
|
+
opacity: 0\r
|
|
22
|
+
}\r
|
|
23
|
+
\r
|
|
24
|
+
61.538462% {\r
|
|
25
|
+
opacity: 1\r
|
|
26
|
+
}\r
|
|
27
|
+
\r
|
|
28
|
+
100% {\r
|
|
29
|
+
opacity: 1\r
|
|
30
|
+
}\r
|
|
31
|
+
}\r
|
|
32
|
+
\r
|
|
33
|
+
#ecw60vLMlSB12 {\r
|
|
34
|
+
animation: ecw60vLMlSB12_c_o 1300ms linear infinite normal forwards\r
|
|
35
|
+
}\r
|
|
36
|
+
\r
|
|
37
|
+
@keyframes ecw60vLMlSB12_c_o {\r
|
|
38
|
+
0% {\r
|
|
39
|
+
opacity: 0\r
|
|
40
|
+
}\r
|
|
41
|
+
\r
|
|
42
|
+
61.538462% {\r
|
|
43
|
+
opacity: 0\r
|
|
44
|
+
}\r
|
|
45
|
+
\r
|
|
46
|
+
84.615385% {\r
|
|
47
|
+
opacity: 1\r
|
|
48
|
+
}\r
|
|
49
|
+
\r
|
|
50
|
+
100% {\r
|
|
51
|
+
opacity: 1\r
|
|
52
|
+
}\r
|
|
53
|
+
}\r
|
|
54
|
+
\r
|
|
55
|
+
#ecw60vLMlSB13 {\r
|
|
56
|
+
animation: ecw60vLMlSB13_c_o 1300ms linear infinite normal forwards\r
|
|
57
|
+
}\r
|
|
58
|
+
\r
|
|
59
|
+
@keyframes ecw60vLMlSB13_c_o {\r
|
|
60
|
+
0% {\r
|
|
61
|
+
opacity: 0\r
|
|
62
|
+
}\r
|
|
63
|
+
\r
|
|
64
|
+
15.384615% {\r
|
|
65
|
+
opacity: 0\r
|
|
66
|
+
}\r
|
|
67
|
+
\r
|
|
68
|
+
38.461538% {\r
|
|
69
|
+
opacity: 1\r
|
|
70
|
+
}\r
|
|
71
|
+
\r
|
|
72
|
+
100% {\r
|
|
73
|
+
opacity: 1\r
|
|
74
|
+
}\r
|
|
75
|
+
}\r
|
|
76
|
+
\r
|
|
77
|
+
#ecw60vLMlSB26_tr {\r
|
|
78
|
+
animation: ecw60vLMlSB26_tr__tr 1300ms linear infinite normal forwards\r
|
|
79
|
+
}\r
|
|
80
|
+
\r
|
|
81
|
+
@keyframes ecw60vLMlSB26_tr__tr {\r
|
|
82
|
+
0% {\r
|
|
83
|
+
transform: translate(135.33781px, 207.03926px) rotate(720deg);\r
|
|
84
|
+
animation-timing-function: cubic-bezier(0.415, 0.08, 0.115, 0.955)\r
|
|
85
|
+
}\r
|
|
86
|
+
\r
|
|
87
|
+
100% {\r
|
|
88
|
+
transform: translate(135.33781px, 207.03926px) rotate(598.441558deg)\r
|
|
89
|
+
}\r
|
|
90
|
+
}\r
|
|
91
|
+
\r
|
|
92
|
+
#ecw60vLMlSB27_tr {\r
|
|
93
|
+
animation: ecw60vLMlSB27_tr__tr 1300ms linear infinite normal forwards\r
|
|
94
|
+
}\r
|
|
95
|
+
\r
|
|
96
|
+
@keyframes ecw60vLMlSB27_tr__tr {\r
|
|
97
|
+
0% {\r
|
|
98
|
+
transform: translate(11.12px, 29.9px) rotate(-720deg);\r
|
|
99
|
+
animation-timing-function: cubic-bezier(0.415, 0.08, 0.115, 0.955)\r
|
|
100
|
+
}\r
|
|
101
|
+
\r
|
|
102
|
+
100% {\r
|
|
103
|
+
transform: translate(11.12px, 29.9px) rotate(-598.441558deg)\r
|
|
104
|
+
}\r
|
|
105
|
+
}\r
|
|
106
|
+
`)), /* @__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: "Magenta" }, /* @__PURE__ */ r.createElement("g", { id: "Sparkplug" }, /* @__PURE__ */ r.createElement("g", { id: "ico" }, /* @__PURE__ */ r.createElement("path", { xmlns: "http://www.w3.org/2000/svg", id: "ecw60vLMlSB11", d: "M95.89,81.58h9.62l-3.54,15c-.42,2.28,2.83,3.64,4.53,1.67l19.51-23c1.13-1.52,0-3.49-2.12-3.49h-9.62l3.54-15c.42-2.28-2.83-3.64-4.53-1.67l-19.51,23c-1.13,1.52,0,3.49,2.12,3.49Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { xmlns: "http://www.w3.org/2000/svg", id: "ecw60vLMlSB12", d: "M172.12,87l-9.48-2.28l8.06-13.64c1.13-2-1.7-4.25-3.82-2.73L141,86.13c-1.69,1.06-1.13,3.34.71,3.94l9.48,2.28L143.12,106c-1.13,2,1.7,4.24,3.82,2.72L172.82,91c.71668-.484544,1.080954-1.345574.929624-2.197344s-.789899-1.534631-1.629624-1.742656v-.06Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { xmlns: "http://www.w3.org/2000/svg", id: "ecw60vLMlSB13", d: "M68.89,92.2l9.46-2.27c.884283-.146196,1.581083-.832698,1.740428-1.714706s-.253198-1.768926-1.030428-2.215294L53.32,68.54c-2.12-1.52-5,.76-3.82,2.73l8.06,13.66-9.47,2.26c-.890582.141266-1.594352.830425-1.754268,1.717848s.259018,1.778896,1.044268,2.222152l25.88,17.8c2.12,1.51,4.95-.76,3.82-2.73l-8.19-14Z", opacity: 0, fill: "#a4004a" }), /* @__PURE__ */ r.createElement("path", { className: "sparkplug-animated-2", d: "M104,181.63v4.24c0,2.43,2.41,4.7,5.66,4.7s5.65-2,5.65-4.7v-3.64A95.35,95.35,0,0,1,104,181.63Z" }), /* @__PURE__ */ r.createElement("path", { className: "sparkplug-animated-2", d: "M115.42,182.69V170.55c10.6-2.72,18.38-13.64,18.38-26.84V138.1c0-1.06-.85-2.27-1.84-2.27h-8.2v-15c0-2.73-2.12-5.3-4.53-5.3s-4.24,2.27-4.24,5.3v15H104.81v-15c0-2.73-2.12-5.3-4.53-5.3s-4.52,2.27-4.52,5.3v15h-8.2c-1.28,0-1.84,1.06-1.84,2.27v5.61c0,12.89,7.92,23.66,18.38,26.84v11.68" }))), /* @__PURE__ */ r.createElement("path", { className: "sparkplug-animated-1", 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" })))));
|
|
107
|
+
export {
|
|
108
|
+
e as default
|
|
109
|
+
};
|