@codecademy/gamut-illustrations 0.56.1-alpha.2b62de.0 → 0.56.1-alpha.596fe0.0
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/{VibeBuilder.d.ts → AIBuilder.d.ts} +1 -1
- package/dist/{VibeBuilderComputer.js → AIBuilder.js} +2 -2
- package/dist/{VibeBuilderComputer.d.ts → AIBuilderLanding.d.ts} +1 -1
- package/dist/{VibeBuilder.js → AIBuilderLanding.js} +2 -2
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2 -3
- package/package.json +2 -2
- package/dist/VibeBuilderPromotion.d.ts +0 -3
- package/dist/VibeBuilderPromotion.js +0 -247
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const
|
|
3
|
+
export const AIBuilder = ({
|
|
4
4
|
'aria-hidden': ariaHidden,
|
|
5
5
|
className,
|
|
6
6
|
height,
|
|
@@ -14,7 +14,7 @@ export const VibeBuilderComputer = ({
|
|
|
14
14
|
width: width,
|
|
15
15
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
children: [/*#__PURE__*/_jsx("title", {
|
|
17
|
-
children: "
|
|
17
|
+
children: "AI Builder"
|
|
18
18
|
}), /*#__PURE__*/_jsx("path", {
|
|
19
19
|
d: "M145.993 67.009c0-21.042-32.658-38.1-72.943-38.1S.107 45.966.107 67.008v3.837c0 21.042 32.658 38.101 72.943 38.101s72.943-17.059 72.943-38.1z",
|
|
20
20
|
fill: "#10162f",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const
|
|
3
|
+
export const AIBuilderLanding = ({
|
|
4
4
|
'aria-hidden': ariaHidden,
|
|
5
5
|
className,
|
|
6
6
|
height,
|
|
@@ -14,7 +14,7 @@ export const VibeBuilder = ({
|
|
|
14
14
|
width: width,
|
|
15
15
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
children: [/*#__PURE__*/_jsx("title", {
|
|
17
|
-
children: "
|
|
17
|
+
children: "AI Builder Landing"
|
|
18
18
|
}), /*#__PURE__*/_jsx("path", {
|
|
19
19
|
d: "M8.22 97.846v77.147h31.911c.525-21.392 18.032-38.575 39.551-38.575s39.025 17.18 39.552 38.575h31.91V97.846z",
|
|
20
20
|
fill: "#10162f"
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './Achievement';
|
|
2
|
+
export * from './AIBuilder';
|
|
3
|
+
export * from './AIBuilderLanding';
|
|
2
4
|
export * from './Announcement';
|
|
3
5
|
export * from './Bee';
|
|
4
6
|
export * from './Bell';
|
|
@@ -67,7 +69,4 @@ export * from './Tag50PercentOff';
|
|
|
67
69
|
export * from './Target';
|
|
68
70
|
export * from './TinyBlocks';
|
|
69
71
|
export * from './types';
|
|
70
|
-
export * from './VibeBuilder';
|
|
71
|
-
export * from './VibeBuilderComputer';
|
|
72
|
-
export * from './VibeBuilderPromotion';
|
|
73
72
|
export * from './Warning';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './Achievement';
|
|
2
|
+
export * from './AIBuilder';
|
|
3
|
+
export * from './AIBuilderLanding';
|
|
2
4
|
export * from './Announcement';
|
|
3
5
|
export * from './Bee';
|
|
4
6
|
export * from './Bell';
|
|
@@ -67,7 +69,4 @@ export * from './Tag50PercentOff';
|
|
|
67
69
|
export * from './Target';
|
|
68
70
|
export * from './TinyBlocks';
|
|
69
71
|
export * from './types';
|
|
70
|
-
export * from './VibeBuilder';
|
|
71
|
-
export * from './VibeBuilderComputer';
|
|
72
|
-
export * from './VibeBuilderPromotion';
|
|
73
72
|
export * from './Warning';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-illustrations",
|
|
3
3
|
"description": "Illustrations library for Codecademy",
|
|
4
|
-
"version": "0.56.1-alpha.
|
|
4
|
+
"version": "0.56.1-alpha.596fe0.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
33
33
|
"dist/**/[A-Z]**/index.js"
|
|
34
34
|
],
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "9522379185581137c71e2f2e7c80d56512362de4"
|
|
36
36
|
}
|
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const VibeBuilderPromotion = ({
|
|
4
|
-
'aria-hidden': ariaHidden,
|
|
5
|
-
className,
|
|
6
|
-
height,
|
|
7
|
-
width
|
|
8
|
-
}) => /*#__PURE__*/_jsxs("svg", {
|
|
9
|
-
"aria-hidden": ariaHidden,
|
|
10
|
-
className: className,
|
|
11
|
-
fill: "none",
|
|
12
|
-
height: height,
|
|
13
|
-
viewBox: "0 0 250 126",
|
|
14
|
-
width: width,
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
children: [/*#__PURE__*/_jsx("title", {
|
|
17
|
-
children: "Vibe Builder Promotion"
|
|
18
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
-
d: "M0 19.562h83.891v82.757H0z",
|
|
20
|
-
fill: "url(#a)"
|
|
21
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
22
|
-
d: "M165.514 30.9h83.891v82.757h-83.891z",
|
|
23
|
-
fill: "url(#b)"
|
|
24
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
-
d: "M205.324 16.354H39.594v93.489h165.73z",
|
|
26
|
-
fill: "#fff",
|
|
27
|
-
stroke: "#10162f",
|
|
28
|
-
strokeWidth: ".581"
|
|
29
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
-
d: "M202.858 15.335h-160.8v94.508h160.8z",
|
|
31
|
-
fill: "#fff0e5",
|
|
32
|
-
stroke: "#10162f",
|
|
33
|
-
strokeDasharray: "1.52 1.52",
|
|
34
|
-
strokeMiterlimit: "10",
|
|
35
|
-
strokeWidth: ".581"
|
|
36
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "M208.638 10.235H36.278a2.04 2.04 0 0 0-2.04 2.04v2.04a2.04 2.04 0 0 0 2.04 2.04h172.36a2.04 2.04 0 0 0 2.039-2.04v-2.04a2.04 2.04 0 0 0-2.039-2.04ZM208.809 109.842H36.449a2.04 2.04 0 0 0-2.039 2.04v2.041a2.04 2.04 0 0 0 2.04 2.039h172.359a2.04 2.04 0 0 0 2.039-2.039v-2.041a2.04 2.04 0 0 0-2.039-2.04Z",
|
|
38
|
-
fill: "#ffd300",
|
|
39
|
-
stroke: "#10162f",
|
|
40
|
-
strokeWidth: ".581"
|
|
41
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
-
d: "M37.221 32.847v6.698h6.698v3.933h-6.698v6.704H33.29v-6.697h-6.705v-3.94h6.697v-6.698z",
|
|
43
|
-
fill: "#f966ff",
|
|
44
|
-
stroke: "#10162f",
|
|
45
|
-
strokeWidth: ".581"
|
|
46
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
47
|
-
d: "M122.629 115.961v4.931M122.628 125.312a2.21 2.21 0 1 0 0-4.422 2.21 2.21 0 0 0 0 4.422Z",
|
|
48
|
-
stroke: "#fff",
|
|
49
|
-
strokeWidth: ".581"
|
|
50
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
51
|
-
d: "M59.127 27.016v77.516H175.2V27.016z",
|
|
52
|
-
fill: "url(#c)"
|
|
53
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
54
|
-
d: "M178.68 23.536H62.605v77.516H178.68z",
|
|
55
|
-
fill: "#fff0e5",
|
|
56
|
-
stroke: "#10162f",
|
|
57
|
-
strokeWidth: ".581"
|
|
58
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
59
|
-
d: "M178.68 23.536H62.605v6.917H178.68z",
|
|
60
|
-
fill: "#10162f",
|
|
61
|
-
stroke: "#10162f",
|
|
62
|
-
strokeWidth: ".581"
|
|
63
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
64
|
-
d: "M76.839 28.39a1.199 1.199 0 1 0 .004-2.397 1.199 1.199 0 0 0-.004 2.398M72.349 28.39a1.2 1.2 0 1 0 0-2.398 1.2 1.2 0 0 0 0 2.398M67.856 28.39a1.199 1.199 0 1 0 .004-2.397 1.199 1.199 0 0 0-.004 2.398",
|
|
65
|
-
fill: "#fff0e5"
|
|
66
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
-
d: "m96.12 45.307 10.47 10.467-10.47 10.47M82.991 66.294l-10.47-10.47 10.47-10.469M93.339 45.044 86.78 66.687",
|
|
68
|
-
stroke: "#10162f",
|
|
69
|
-
strokeWidth: ".581"
|
|
70
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
-
d: "M118.747 45.113h16.835a2.523 2.523 0 0 1 0 5.042h-16.835a2.523 2.523 0 0 1 0-5.042Z",
|
|
72
|
-
fill: "#fff",
|
|
73
|
-
stroke: "#10162f",
|
|
74
|
-
strokeWidth: ".581"
|
|
75
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
76
|
-
d: "M118.756 56.063h47.947a2.522 2.522 0 0 1 0 5.044h-47.947a2.523 2.523 0 0 1 0-5.044ZM118.753 67.026h36.474a2.522 2.522 0 0 1 0 5.044h-36.474a2.522 2.522 0 0 1 0-5.044Z",
|
|
77
|
-
fill: "#3a10e5",
|
|
78
|
-
stroke: "#10162f",
|
|
79
|
-
strokeWidth: ".581"
|
|
80
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
81
|
-
d: "M118.753 77.983h27.778a2.522 2.522 0 1 1 0 5.042h-27.778a2.522 2.522 0 1 1 0-5.042Z",
|
|
82
|
-
fill: "#fff",
|
|
83
|
-
stroke: "#10162f",
|
|
84
|
-
strokeWidth: ".581"
|
|
85
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
86
|
-
d: "M106.589 75.286H72.113v7.67h34.469z",
|
|
87
|
-
fill: "url(#d)"
|
|
88
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
89
|
-
d: "M210.623 1.964h-47.9a.83.83 0 0 0-.827.827v97.588a.82.82 0 0 0 .827.826h47.9a.826.826 0 0 0 .825-.826V2.791a.826.826 0 0 0-.825-.827Z",
|
|
90
|
-
fill: "#10162f",
|
|
91
|
-
stroke: "#10162f",
|
|
92
|
-
strokeWidth: ".581"
|
|
93
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
94
|
-
d: "M213.128 4.551h-49.552V36.21h49.552z",
|
|
95
|
-
fill: "#fff0e5",
|
|
96
|
-
stroke: "#10162f",
|
|
97
|
-
strokeWidth: ".581"
|
|
98
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
99
|
-
d: "M213.128 26.586h-49.552v9.624h49.552z",
|
|
100
|
-
fill: "url(#e)"
|
|
101
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
102
|
-
d: "M213.128 36.209h-49.552v31.657h49.552z",
|
|
103
|
-
fill: "#fff0e5",
|
|
104
|
-
stroke: "#10162f",
|
|
105
|
-
strokeWidth: ".581"
|
|
106
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
107
|
-
d: "M213.128 58.183h-49.552v9.624h49.552z",
|
|
108
|
-
fill: "url(#f)"
|
|
109
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
110
|
-
d: "M163.576 67.866h49.552v30.832a.83.83 0 0 1-.825.828h-47.9a.83.83 0 0 1-.827-.828z",
|
|
111
|
-
fill: "#fff0e5",
|
|
112
|
-
stroke: "#10162f",
|
|
113
|
-
strokeWidth: ".581"
|
|
114
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
115
|
-
d: "M163.576 89.946h49.552v8.445a1.18 1.18 0 0 1-1.176 1.178h-47.2a1.176 1.176 0 0 1-1.176-1.178z",
|
|
116
|
-
fill: "url(#g)"
|
|
117
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
118
|
-
d: "M188.353 21.93a6.178 6.178 0 1 0 0-12.356 6.178 6.178 0 0 0 0 12.357ZM188.352 22.663a8.52 8.52 0 0 0-8.521 8.521v4.993h17.043v-4.993a8.52 8.52 0 0 0-8.522-8.521Z",
|
|
119
|
-
fill: "#fff",
|
|
120
|
-
stroke: "#10162f",
|
|
121
|
-
strokeWidth: ".581"
|
|
122
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
123
|
-
d: "M188.353 53.588a6.178 6.178 0 1 0 0-12.356 6.178 6.178 0 0 0 0 12.356ZM188.352 54.32a8.52 8.52 0 0 0-8.521 8.522v4.993h17.043v-4.993a8.52 8.52 0 0 0-8.522-8.522Z",
|
|
124
|
-
fill: "#f966ff",
|
|
125
|
-
stroke: "#10162f",
|
|
126
|
-
strokeWidth: ".581"
|
|
127
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
128
|
-
d: "M188.353 85.246a6.178 6.178 0 1 0 0-12.357 6.178 6.178 0 0 0 0 12.357ZM188.352 85.978a8.52 8.52 0 0 0-8.521 8.52v4.994h17.043v-4.993a8.52 8.52 0 0 0-8.522-8.521Z",
|
|
129
|
-
fill: "#fff",
|
|
130
|
-
stroke: "#10162f",
|
|
131
|
-
strokeWidth: ".581"
|
|
132
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
133
|
-
d: "M164.403.29h47.9a.827.827 0 0 1 .825.826v3.578h-49.552V1.11a.83.83 0 0 1 .827-.82Z",
|
|
134
|
-
fill: "#10162f",
|
|
135
|
-
stroke: "#10162f",
|
|
136
|
-
strokeWidth: ".581"
|
|
137
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
138
|
-
d: "M167.218 2.962h-2.087v.696h2.087zM173.651 2.728h-2.087v.928h2.087zM173.651 1.453h-2.087v.927h2.087zM170.408 2.497h-2.087v1.159h2.087z",
|
|
139
|
-
fill: "#fff"
|
|
140
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
141
|
-
d: "M72.155 108.178a5.21 5.21 0 0 1-5.198-5.198v-2.438h10.398v2.438a5.205 5.205 0 0 1-5.2 5.198Z",
|
|
142
|
-
fill: "#10162f",
|
|
143
|
-
stroke: "#10162f",
|
|
144
|
-
strokeMiterlimit: "10",
|
|
145
|
-
strokeWidth: ".581"
|
|
146
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
147
|
-
d: "M87.894 98.728h-38.13v.665a1.11 1.11 0 0 0 1.11 1.11h.29v2.349c0 3.661 2.995 6.728 6.656 6.658a6.53 6.53 0 0 0 6.403-6.529v-2.478h1.396v2.349c0 3.661 2.997 6.728 6.659 6.658a6.53 6.53 0 0 0 6.402-6.529v-2.478h9.208a3.608 3.608 0 0 1 3.358 2.313c.173.451.254.932.237 1.415-.07 1.95-1.74 3.464-3.69 3.464h-3.101a.889.889 0 0 0 0 1.775h3.08c2.927 0 5.409-2.289 5.502-5.216a5.37 5.37 0 0 0-1.523-3.9 5.38 5.38 0 0 0-3.857-1.626Z",
|
|
148
|
-
fill: "#10162f",
|
|
149
|
-
stroke: "#10162f",
|
|
150
|
-
strokeMiterlimit: "10",
|
|
151
|
-
strokeWidth: ".581"
|
|
152
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
153
|
-
d: "M57.696 108.178a5.21 5.21 0 0 1-5.198-5.198v-2.438h10.396v2.438a5.205 5.205 0 0 1-5.198 5.198ZM72.155 108.178a5.21 5.21 0 0 1-5.198-5.198v-2.438h10.398v2.438a5.205 5.205 0 0 1-5.2 5.198Z",
|
|
154
|
-
fill: "#fff0e5",
|
|
155
|
-
stroke: "#10162f",
|
|
156
|
-
strokeMiterlimit: "10",
|
|
157
|
-
strokeWidth: ".581"
|
|
158
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
159
|
-
d: "M10.942 119.992a2.516 2.516 0 0 1 .024-3.586l55.456-53.894a1.413 1.413 0 0 1 1.984.015 1.414 1.414 0 0 1 .014 1.984l-53.893 55.454a2.5 2.5 0 0 1-1.787.764 2.506 2.506 0 0 1-1.798-.737Z",
|
|
160
|
-
fill: "#fff0e5",
|
|
161
|
-
stroke: "#10162f",
|
|
162
|
-
strokeWidth: ".581"
|
|
163
|
-
}), /*#__PURE__*/_jsxs("defs", {
|
|
164
|
-
children: [/*#__PURE__*/_jsx("pattern", {
|
|
165
|
-
height: ".055",
|
|
166
|
-
id: "a",
|
|
167
|
-
patternContentUnits: "objectBoundingBox",
|
|
168
|
-
width: ".054",
|
|
169
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
170
|
-
transform: "scale(.01351 .0137)",
|
|
171
|
-
xlinkHref: "#h"
|
|
172
|
-
})
|
|
173
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
174
|
-
height: ".055",
|
|
175
|
-
id: "b",
|
|
176
|
-
patternContentUnits: "objectBoundingBox",
|
|
177
|
-
width: ".054",
|
|
178
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
179
|
-
transform: "scale(.01351 .0137)",
|
|
180
|
-
xlinkHref: "#h"
|
|
181
|
-
})
|
|
182
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
183
|
-
height: ".157",
|
|
184
|
-
id: "c",
|
|
185
|
-
patternContentUnits: "objectBoundingBox",
|
|
186
|
-
width: ".105",
|
|
187
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
188
|
-
transform: "scale(.00163 .00245)",
|
|
189
|
-
xlinkHref: "#i"
|
|
190
|
-
})
|
|
191
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
192
|
-
height: ".198",
|
|
193
|
-
id: "d",
|
|
194
|
-
patternContentUnits: "objectBoundingBox",
|
|
195
|
-
width: ".044",
|
|
196
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
197
|
-
transform: "scale(.0055 .02473)",
|
|
198
|
-
xlinkHref: "#j"
|
|
199
|
-
})
|
|
200
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
201
|
-
height: ".158",
|
|
202
|
-
id: "e",
|
|
203
|
-
patternContentUnits: "objectBoundingBox",
|
|
204
|
-
width: ".031",
|
|
205
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
206
|
-
transform: "scale(.00383 .01971)",
|
|
207
|
-
xlinkHref: "#j"
|
|
208
|
-
})
|
|
209
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
210
|
-
height: ".158",
|
|
211
|
-
id: "f",
|
|
212
|
-
patternContentUnits: "objectBoundingBox",
|
|
213
|
-
width: ".031",
|
|
214
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
215
|
-
transform: "scale(.00383 .01971)",
|
|
216
|
-
xlinkHref: "#j"
|
|
217
|
-
})
|
|
218
|
-
}), /*#__PURE__*/_jsx("pattern", {
|
|
219
|
-
height: ".158",
|
|
220
|
-
id: "g",
|
|
221
|
-
patternContentUnits: "objectBoundingBox",
|
|
222
|
-
width: ".031",
|
|
223
|
-
children: /*#__PURE__*/_jsx("use", {
|
|
224
|
-
transform: "scale(.00383 .01971)",
|
|
225
|
-
xlinkHref: "#j"
|
|
226
|
-
})
|
|
227
|
-
}), /*#__PURE__*/_jsx("image", {
|
|
228
|
-
height: "4",
|
|
229
|
-
id: "h",
|
|
230
|
-
preserveAspectRatio: "none",
|
|
231
|
-
width: "4",
|
|
232
|
-
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAbSURBVHgBpcAxAQAAAAHBj2BSQ/90hHDIKZ8BVc8BValmjmcAAAAASUVORK5CYII="
|
|
233
|
-
}), /*#__PURE__*/_jsx("image", {
|
|
234
|
-
height: "64",
|
|
235
|
-
id: "i",
|
|
236
|
-
preserveAspectRatio: "none",
|
|
237
|
-
width: "64",
|
|
238
|
-
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7ZZBCsJQEMXGG7jyGt7/ctUKrlUGw7zfRnAVmtfALFrX2/1RH35H5zU5Hs2Np+Tp3HhKns6Np+Tp3O+AwXEvI5UbT8nTufGUPJ0bT8kX4DU57mWkcuMpeTo3npKnc+Mp+QK8Jse9jFRuPCVP58ZT8nRuPCVfgNfkuJeRyo2n5OnceEqezo2n5OF8Z5ei5On8Fb//t9bDq3PjjQfk6dx44wF5Ov8Wf+jvgF/iD3sZxhvf48ZXc3yaG298n1d3fJr/I37ZyzDeeIYbX82Xo/mp4998o/gTA3q3EDFEskQAAAAASUVORK5CYII="
|
|
239
|
-
}), /*#__PURE__*/_jsx("image", {
|
|
240
|
-
height: "8",
|
|
241
|
-
id: "j",
|
|
242
|
-
preserveAspectRatio: "none",
|
|
243
|
-
width: "8",
|
|
244
|
-
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
|
|
245
|
-
})]
|
|
246
|
-
})]
|
|
247
|
-
});
|