@codecademy/gamut-illustrations 1.0.0-alpha.f6cb5a.0 → 67.0.0-alpha.35c6c5.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/LICENSE +1 -1
- package/dist/Announcement.d.ts +3 -0
- package/dist/Announcement.js +157 -0
- package/dist/Bee.d.ts +1 -1
- package/dist/Bee.js +124 -112
- package/dist/Bell.d.ts +1 -1
- package/dist/Bell.js +36 -31
- package/dist/BinaryBlocks.d.ts +1 -1
- package/dist/BinaryBlocks.js +126 -116
- package/dist/BinaryStairs.d.ts +3 -0
- package/dist/BinaryStairs.js +81 -0
- package/dist/Blocks.d.ts +3 -0
- package/dist/Blocks.js +247 -0
- package/dist/Blueprint.d.ts +3 -0
- package/dist/Blueprint.js +94 -0
- package/dist/BlueprintWhite.d.ts +3 -0
- package/dist/BlueprintWhite.js +101 -0
- package/dist/BookAndNotepad.d.ts +3 -0
- package/dist/BookAndNotepad.js +96 -0
- package/dist/Browser.d.ts +1 -1
- package/dist/Browser.js +69 -61
- package/dist/BrowserLock.d.ts +1 -1
- package/dist/BrowserLock.js +36 -31
- package/dist/BrowserPuzzle.d.ts +1 -1
- package/dist/BrowserPuzzle.js +61 -54
- package/dist/ChatBox.d.ts +1 -1
- package/dist/ChatBox.js +36 -31
- package/dist/CodeCelebration.d.ts +3 -0
- package/dist/CodeCelebration.js +158 -0
- package/dist/Coffee.d.ts +3 -0
- package/dist/Coffee.js +63 -0
- package/dist/Confetti.d.ts +1 -1
- package/dist/Confetti.js +87 -79
- package/dist/EmailAt.d.ts +1 -1
- package/dist/EmailAt.js +30 -25
- package/dist/Envelope.d.ts +1 -1
- package/dist/Envelope.js +30 -25
- package/dist/ErrorWindow.d.ts +3 -0
- package/dist/ErrorWindow.js +128 -0
- package/dist/Heart.d.ts +1 -1
- package/dist/Heart.js +24 -19
- package/dist/Hills.d.ts +1 -1
- package/dist/Hills.js +45 -38
- package/dist/HomeOffice.d.ts +1 -1
- package/dist/HomeOffice.js +110 -99
- package/dist/Interest.d.ts +3 -0
- package/dist/Interest.js +382 -0
- package/dist/Keyhole.d.ts +1 -1
- package/dist/Keyhole.js +24 -19
- package/dist/Knowledge.d.ts +3 -0
- package/dist/Knowledge.js +308 -0
- package/dist/LightBulbAndGears.d.ts +3 -0
- package/dist/LightBulbAndGears.js +356 -0
- package/dist/MagnifyingGlass.d.ts +3 -0
- package/dist/MagnifyingGlass.js +67 -0
- package/dist/Maze.d.ts +1 -1
- package/dist/Maze.js +61 -58
- package/dist/Megaphone.d.ts +1 -1
- package/dist/Megaphone.js +42 -37
- package/dist/MobilePhone.d.ts +3 -0
- package/dist/MobilePhone.js +96 -0
- package/dist/New.d.ts +1 -1
- package/dist/New.js +54 -49
- package/dist/NumberBlocks.d.ts +1 -1
- package/dist/NumberBlocks.js +273 -252
- package/dist/Onboarding.d.ts +1 -1
- package/dist/Onboarding.js +314 -253
- package/dist/Plant.d.ts +1 -1
- package/dist/Plant.js +62 -55
- package/dist/PortfolioProject.d.ts +1 -1
- package/dist/PortfolioProject.js +29 -26
- package/dist/PracticeProject.d.ts +1 -1
- package/dist/PracticeProject.js +37 -34
- package/dist/PracticeTarget.d.ts +3 -0
- package/dist/PracticeTarget.js +78 -0
- package/dist/Purpose.d.ts +3 -0
- package/dist/Purpose.js +136 -0
- package/dist/Puzzle.d.ts +3 -0
- package/dist/Puzzle.js +159 -0
- package/dist/Python.d.ts +1 -1
- package/dist/Python.js +16 -11
- package/dist/Sun.d.ts +1 -1
- package/dist/Sun.js +111 -103
- package/dist/Syllabus.d.ts +3 -0
- package/dist/Syllabus.js +352 -0
- package/dist/Target.d.ts +1 -1
- package/dist/Target.js +37 -32
- package/dist/TinyBlocks.d.ts +3 -0
- package/dist/TinyBlocks.js +22 -0
- package/dist/Warning.d.ts +3 -0
- package/dist/Warning.js +101 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +21 -1
- package/dist/types.js +1 -0
- package/package.json +9 -11
- package/CHANGELOG.md +0 -1271
- package/babel.config.js +0 -15
- package/dist/__tests__/gamut-illustrations.test.js +0 -32
- package/jest.config.js +0 -1
- package/tsconfig.json +0 -7
package/dist/Syllabus.js
ADDED
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Syllabus = function Syllabus(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
width: width,
|
|
11
|
+
height: height,
|
|
12
|
+
viewBox: "0 0 515 347",
|
|
13
|
+
"aria-hidden": ariaHidden,
|
|
14
|
+
className: className,
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
18
|
+
d: "M403.403 118.102h89.671l15.645-.176 5.509-5.929-21.154-13.714V59.89l-84.073-5.743-5.598 5.743v58.211Z",
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
stroke: "#10162F",
|
|
21
|
+
strokeWidth: ".517",
|
|
22
|
+
strokeMiterlimit: "10"
|
|
23
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M90.94 346.752a16.824 16.824 0 0 1-15.535-10.386 16.822 16.822 0 0 1 3.649-18.328 16.819 16.819 0 0 1 28.71 11.895 16.84 16.84 0 0 1-16.824 16.819Z",
|
|
25
|
+
fill: "#FFD300"
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M90.939 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518a17.072 17.072 0 1 0 .002 34.144 17.072 17.072 0 0 0-.002-34.144Z",
|
|
28
|
+
fill: "#10162F"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M96.753 325.313a1.744 1.744 0 1 0 0-3.488 1.744 1.744 0 0 0 0 3.488Z",
|
|
31
|
+
fill: "#FFD300"
|
|
32
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M96.754 322.08a1.49 1.49 0 1 1-1.374.92 1.49 1.49 0 0 1 .804-.807c.18-.075.374-.113.57-.113Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
|
|
34
|
+
fill: "#10162F"
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M85.13 325.313a1.744 1.744 0 1 0-.002-3.488 1.744 1.744 0 0 0 .001 3.488Z",
|
|
37
|
+
fill: "#FFD300"
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M85.13 322.08a1.488 1.488 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
|
|
40
|
+
fill: "#10162F"
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
|
|
43
|
+
fill: "#FFD300"
|
|
44
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
45
|
+
d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
|
|
46
|
+
stroke: "#10162F",
|
|
47
|
+
strokeWidth: ".517",
|
|
48
|
+
strokeMiterlimit: "10"
|
|
49
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
50
|
+
d: "M17.843 346.752a16.82 16.82 0 1 1 6.436-32.358 16.819 16.819 0 0 1 10.383 15.539 16.834 16.834 0 0 1-16.819 16.819Z",
|
|
51
|
+
fill: "#FFFAE5"
|
|
52
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
53
|
+
d: "M17.844 313.373a16.555 16.555 0 1 1 0 33.111 16.555 16.555 0 0 1 0-33.111Zm0-.518A17.073 17.073 0 1 0 17.846 347a17.073 17.073 0 0 0-.002-34.145Z",
|
|
54
|
+
fill: "#10162F"
|
|
55
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
56
|
+
d: "M23.66 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
|
|
57
|
+
fill: "#FFFAE5"
|
|
58
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
59
|
+
d: "M23.658 322.08a1.487 1.487 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
|
|
60
|
+
fill: "#10162F"
|
|
61
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
62
|
+
d: "M12.03 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
|
|
63
|
+
fill: "#FFFAE5"
|
|
64
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
65
|
+
d: "M12.019 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.854 1.239 2.009 2.009 0 0 0 3.523 1.884 2.007 2.007 0 0 0-1.669-3.123Z",
|
|
66
|
+
fill: "#10162F"
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
|
|
69
|
+
fill: "#FFFAE5"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
|
|
72
|
+
stroke: "#10162F",
|
|
73
|
+
strokeWidth: ".517",
|
|
74
|
+
strokeMiterlimit: "10"
|
|
75
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
76
|
+
d: "M54.51 346.752a16.82 16.82 0 1 1 16.818-16.819 16.834 16.834 0 0 1-16.819 16.819Z",
|
|
77
|
+
fill: "#FFFAE5"
|
|
78
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
79
|
+
d: "M54.508 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518A17.072 17.072 0 1 0 54.51 347a17.072 17.072 0 0 0-.002-34.145Z",
|
|
80
|
+
fill: "#10162F"
|
|
81
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
82
|
+
d: "M60.318 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
|
|
83
|
+
fill: "#FFFAE5"
|
|
84
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
85
|
+
d: "M60.317 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.004 2.004 0 0 0-1.855 1.239 2.008 2.008 0 1 0 1.855-1.239Z",
|
|
86
|
+
fill: "#10162F"
|
|
87
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
88
|
+
d: "M48.692 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
|
|
89
|
+
fill: "#FFFAE5"
|
|
90
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
91
|
+
d: "M48.692 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.855 1.239 2.01 2.01 0 0 0 1.463 2.737 2.002 2.002 0 0 0 2.06-.853 2.007 2.007 0 0 0-1.668-3.123Z",
|
|
92
|
+
fill: "#10162F"
|
|
93
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
94
|
+
d: "M62.816 334.599H46.194",
|
|
95
|
+
stroke: "#10162F",
|
|
96
|
+
strokeWidth: ".517",
|
|
97
|
+
strokeMiterlimit: "10"
|
|
98
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
99
|
+
d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
|
|
100
|
+
fill: "#FFFAE5"
|
|
101
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
102
|
+
d: "M93 29H77v217h16V29Z",
|
|
103
|
+
fill: "url(#a)"
|
|
104
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
105
|
+
d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
|
|
106
|
+
stroke: "#10162F",
|
|
107
|
+
strokeWidth: ".517",
|
|
108
|
+
strokeMiterlimit: "10"
|
|
109
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
110
|
+
d: "M267.69 29.403H93.6v204.945h174.09V29.403Z",
|
|
111
|
+
fill: "#FFD300",
|
|
112
|
+
stroke: "#10162F",
|
|
113
|
+
strokeWidth: ".517",
|
|
114
|
+
strokeMiterlimit: "10"
|
|
115
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
116
|
+
d: "M67.705 234.344H267.69v50.699H67.705a25.35 25.35 0 0 1 0-50.699Z",
|
|
117
|
+
fill: "#fff",
|
|
118
|
+
stroke: "#10162F",
|
|
119
|
+
strokeWidth: ".517",
|
|
120
|
+
strokeMiterlimit: "10"
|
|
121
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
122
|
+
d: "M267.414 246.465H45.392M267.415 259.688H42.635M267.689 272.911H45.666",
|
|
123
|
+
stroke: "#10162F",
|
|
124
|
+
strokeWidth: ".517",
|
|
125
|
+
strokeMiterlimit: "10"
|
|
126
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
127
|
+
d: "M249.784 47.583h-138.28v84.291h138.28V47.583Z",
|
|
128
|
+
fill: "#FFFAE5"
|
|
129
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
130
|
+
d: "M113.573 131.874h-2.069v-2.07",
|
|
131
|
+
stroke: "#10162F",
|
|
132
|
+
strokeWidth: ".517",
|
|
133
|
+
strokeMiterlimit: "10"
|
|
134
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
135
|
+
d: "M111.504 125.588v-73.83",
|
|
136
|
+
stroke: "#10162F",
|
|
137
|
+
strokeWidth: ".517",
|
|
138
|
+
strokeMiterlimit: "10",
|
|
139
|
+
strokeDasharray: "4.22 4.22"
|
|
140
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
141
|
+
d: "M111.504 49.652v-2.069h2.069",
|
|
142
|
+
stroke: "#10162F",
|
|
143
|
+
strokeWidth: ".517",
|
|
144
|
+
strokeMiterlimit: "10"
|
|
145
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
146
|
+
d: "M117.634 47.583h128.047",
|
|
147
|
+
stroke: "#10162F",
|
|
148
|
+
strokeWidth: ".517",
|
|
149
|
+
strokeMiterlimit: "10",
|
|
150
|
+
strokeDasharray: "4.07 4.07"
|
|
151
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
152
|
+
d: "M247.714 47.583h2.069v2.07",
|
|
153
|
+
stroke: "#10162F",
|
|
154
|
+
strokeWidth: ".517",
|
|
155
|
+
strokeMiterlimit: "10"
|
|
156
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
157
|
+
d: "M249.783 53.869v73.824",
|
|
158
|
+
stroke: "#10162F",
|
|
159
|
+
strokeWidth: ".517",
|
|
160
|
+
strokeMiterlimit: "10",
|
|
161
|
+
strokeDasharray: "4.22 4.22"
|
|
162
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
163
|
+
d: "M249.783 129.804v2.07h-2.069",
|
|
164
|
+
stroke: "#10162F",
|
|
165
|
+
strokeWidth: ".517",
|
|
166
|
+
strokeMiterlimit: "10"
|
|
167
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
168
|
+
d: "M243.649 131.874H115.606",
|
|
169
|
+
stroke: "#10162F",
|
|
170
|
+
strokeWidth: ".517",
|
|
171
|
+
strokeMiterlimit: "10",
|
|
172
|
+
strokeDasharray: "4.07 4.07"
|
|
173
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
174
|
+
d: "M105.719 15.078h16.529a6.61 6.61 0 0 1 6.612 6.612v7.714H99.107V21.69a6.611 6.611 0 0 1 6.612-6.612ZM173.481 278.98h-33.716a10.9 10.9 0 0 1-7.715-3.196 10.905 10.905 0 0 1-3.195-7.715v-33.725H99.107v44.636a29.752 29.752 0 0 0 8.711 21.038 29.758 29.758 0 0 0 21.037 8.714h44.626l-16.555-14.873 16.555-14.879ZM450.378 112.039H288.403v218.168h161.975V112.039Z",
|
|
175
|
+
fill: "#10162F",
|
|
176
|
+
stroke: "#10162F",
|
|
177
|
+
strokeWidth: ".517",
|
|
178
|
+
strokeMiterlimit: "10"
|
|
179
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
180
|
+
d: "M461.397 101.019H299.422v218.169h161.975V101.019Z",
|
|
181
|
+
fill: "#fff",
|
|
182
|
+
stroke: "#10162F",
|
|
183
|
+
strokeWidth: ".517",
|
|
184
|
+
strokeMiterlimit: "10"
|
|
185
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
186
|
+
d: "M408.913 112.592h89.671l15.644-.176-15.644-19.643V54.38h-89.671v58.211Z",
|
|
187
|
+
fill: "#FFD300",
|
|
188
|
+
stroke: "#10162F",
|
|
189
|
+
strokeWidth: ".517",
|
|
190
|
+
strokeMiterlimit: "10"
|
|
191
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
192
|
+
d: "M468.133 74.397c0 9.038-11.47 8.07-11.47 15.178v1.17h-7.413c-.047-.714-.047-1.377-.047-2.034 0-8.794 11.113-8.277 11.113-13.968 0-2.333-2.028-3.957-5.381-3.957-4.107 0-6.647 2.793-6.647 6.958h-7.31c0-8.024 6.037-12.794 14.061-12.794 6.699.005 13.094 3 13.094 9.447Zm-19.845 28.019v-9.033h9.441v9.033h-9.441Z",
|
|
193
|
+
fill: "#FFFAE5",
|
|
194
|
+
stroke: "#10162F",
|
|
195
|
+
strokeWidth: ".517"
|
|
196
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
197
|
+
d: "M387.517 5.9h-89.676L287.799.713l-5.603 5.365 15.645 19.643v38.387h89.676l5.51-5.551-5.51-52.655Z",
|
|
198
|
+
fill: "#FFD300",
|
|
199
|
+
stroke: "#10162F",
|
|
200
|
+
strokeWidth: ".517",
|
|
201
|
+
strokeMiterlimit: "10"
|
|
202
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
203
|
+
d: "M393.027.391H303.35l-15.644.176L303.35 20.21v38.392h89.677V.392Z",
|
|
204
|
+
fill: "#fff",
|
|
205
|
+
stroke: "#10162F",
|
|
206
|
+
strokeWidth: ".517",
|
|
207
|
+
strokeMiterlimit: "10"
|
|
208
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
209
|
+
d: "m346.015 136.928-17.724 17.724-9.261-9.26",
|
|
210
|
+
fill: "#fff"
|
|
211
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
212
|
+
d: "m346.015 136.928-17.724 17.724-9.261-9.26",
|
|
213
|
+
stroke: "#10162F",
|
|
214
|
+
strokeWidth: ".517",
|
|
215
|
+
strokeMiterlimit: "10"
|
|
216
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
217
|
+
d: "M441.785 138.77h-81.538v14.035h81.538V138.77Z",
|
|
218
|
+
fill: "url(#b)"
|
|
219
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
220
|
+
d: "m346.015 179.35-17.724 17.724-9.261-9.26",
|
|
221
|
+
fill: "#fff"
|
|
222
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
223
|
+
d: "m346.015 179.35-17.724 17.724-9.261-9.26",
|
|
224
|
+
stroke: "#10162F",
|
|
225
|
+
strokeWidth: ".517",
|
|
226
|
+
strokeMiterlimit: "10"
|
|
227
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
228
|
+
d: "M441.785 181.192h-81.538v14.035h81.538v-14.035Z",
|
|
229
|
+
fill: "url(#c)"
|
|
230
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
231
|
+
d: "m346.015 221.772-17.724 17.724-9.261-9.26",
|
|
232
|
+
fill: "#fff"
|
|
233
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
234
|
+
d: "m346.015 221.772-17.724 17.724-9.261-9.26",
|
|
235
|
+
stroke: "#10162F",
|
|
236
|
+
strokeWidth: ".517",
|
|
237
|
+
strokeMiterlimit: "10"
|
|
238
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
239
|
+
d: "M441.785 223.614h-81.538v14.035h81.538v-14.035Z",
|
|
240
|
+
fill: "url(#d)"
|
|
241
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
242
|
+
d: "m346.015 264.189-17.724 17.729-9.261-9.26",
|
|
243
|
+
fill: "#fff"
|
|
244
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
245
|
+
d: "m346.015 264.189-17.724 17.729-9.261-9.26",
|
|
246
|
+
stroke: "#10162F",
|
|
247
|
+
strokeWidth: ".517",
|
|
248
|
+
strokeMiterlimit: "10"
|
|
249
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
250
|
+
d: "M441.785 266.036h-81.538v14.036h81.538v-14.036Z",
|
|
251
|
+
fill: "url(#e)"
|
|
252
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
253
|
+
d: "m244.498 180.015-2.806 2.806 126.335 126.334 2.806-2.805-126.335-126.335ZM247.306 177.203l-2.804 2.809 126.335 126.335 2.809-2.804 2.804-2.809-126.335-126.335-2.809 2.804ZM252.92 171.591l-2.806 2.805 126.335 126.335 2.806-2.806L252.92 171.591Z",
|
|
254
|
+
fill: "#FFD300",
|
|
255
|
+
stroke: "#10162F",
|
|
256
|
+
strokeWidth: ".517",
|
|
257
|
+
strokeMiterlimit: "10"
|
|
258
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
259
|
+
d: "M231.557 161.476a10.026 10.026 0 0 1-2.633 1.888l12.794 19.458 5.028-.59.585-5.029 5.028-.584.59-5.029-19.509-12.773a10.086 10.086 0 0 1-1.883 2.659Z",
|
|
260
|
+
fill: "#FFFAE5",
|
|
261
|
+
stroke: "#10162F",
|
|
262
|
+
strokeWidth: ".517",
|
|
263
|
+
strokeMiterlimit: "10"
|
|
264
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
265
|
+
d: "m233.441 158.817-13.228-8.686 8.691 13.233a9.985 9.985 0 0 0 4.537-4.547Z",
|
|
266
|
+
fill: "#10162F",
|
|
267
|
+
stroke: "#10162F",
|
|
268
|
+
strokeWidth: ".517",
|
|
269
|
+
strokeMiterlimit: "10"
|
|
270
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
271
|
+
d: "m368.027 309.155 11.209-11.209 15.364 15.365a7.922 7.922 0 0 1 0 11.208 7.922 7.922 0 0 1-11.208 0l-15.365-15.364Z",
|
|
272
|
+
fill: "#FFFAE5",
|
|
273
|
+
stroke: "#10162F",
|
|
274
|
+
strokeWidth: ".517",
|
|
275
|
+
strokeMiterlimit: "10"
|
|
276
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
277
|
+
d: "m370.222 311.35 11.211-11.211M371.562 312.447l11.211-11.211",
|
|
278
|
+
stroke: "#10162F",
|
|
279
|
+
strokeWidth: ".517",
|
|
280
|
+
strokeMiterlimit: "10"
|
|
281
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
282
|
+
d: "M369.228 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM348.4 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM327.571 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022Z",
|
|
283
|
+
fill: "#FFD300",
|
|
284
|
+
stroke: "#10162F",
|
|
285
|
+
strokeWidth: ".517",
|
|
286
|
+
strokeMiterlimit: "10"
|
|
287
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
288
|
+
d: "M243.178 54.195H118.115v71.067h125.063V54.195Z",
|
|
289
|
+
fill: "#fff",
|
|
290
|
+
stroke: "#10162F",
|
|
291
|
+
strokeWidth: ".517",
|
|
292
|
+
strokeMiterlimit: "10"
|
|
293
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
294
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
295
|
+
id: "a",
|
|
296
|
+
patternContentUnits: "objectBoundingBox",
|
|
297
|
+
width: ".259",
|
|
298
|
+
height: ".019",
|
|
299
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
300
|
+
xlinkHref: "#f",
|
|
301
|
+
transform: "scale(.03233 .00238)"
|
|
302
|
+
})
|
|
303
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
304
|
+
id: "b",
|
|
305
|
+
patternContentUnits: "objectBoundingBox",
|
|
306
|
+
width: ".406",
|
|
307
|
+
height: "2.359",
|
|
308
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
309
|
+
xlinkHref: "#g",
|
|
310
|
+
transform: "scale(.00634 .03686)"
|
|
311
|
+
})
|
|
312
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
313
|
+
id: "c",
|
|
314
|
+
patternContentUnits: "objectBoundingBox",
|
|
315
|
+
width: ".406",
|
|
316
|
+
height: "2.359",
|
|
317
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
318
|
+
xlinkHref: "#g",
|
|
319
|
+
transform: "scale(.00634 .03686)"
|
|
320
|
+
})
|
|
321
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
322
|
+
id: "d",
|
|
323
|
+
patternContentUnits: "objectBoundingBox",
|
|
324
|
+
width: ".406",
|
|
325
|
+
height: "2.359",
|
|
326
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
327
|
+
xlinkHref: "#g",
|
|
328
|
+
transform: "scale(.00634 .03686)"
|
|
329
|
+
})
|
|
330
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
331
|
+
id: "e",
|
|
332
|
+
patternContentUnits: "objectBoundingBox",
|
|
333
|
+
width: ".406",
|
|
334
|
+
height: "2.359",
|
|
335
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
336
|
+
xlinkHref: "#g",
|
|
337
|
+
transform: "scale(.00634 .03686)"
|
|
338
|
+
})
|
|
339
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
340
|
+
id: "f",
|
|
341
|
+
width: "8",
|
|
342
|
+
height: "8",
|
|
343
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
|
|
344
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
345
|
+
id: "g",
|
|
346
|
+
width: "64",
|
|
347
|
+
height: "64",
|
|
348
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7ZZBCsJQEMXGG7jyGt7/ctUKrlUGw7zfRnAVmtfALFrX2/1RH35H5zU5Hs2Np+Tp3HhKns6Np+Tp3O+AwXEvI5UbT8nTufGUPJ0bT8kX4DU57mWkcuMpeTo3npKnc+Mp+QK8Jse9jFRuPCVP58ZT8nRuPCVfgNfkuJeRyo2n5OnceEqezo2n5OF8Z5ei5On8Fb//t9bDq3PjjQfk6dx44wF5Ov8Wf+jvgF/iD3sZxhvf48ZXc3yaG298n1d3fJr/I37ZyzDeeIYbX82Xo/mp4998o/gTA3q3EDFEskQAAAAASUVORK5CYII="
|
|
349
|
+
})]
|
|
350
|
+
})]
|
|
351
|
+
});
|
|
352
|
+
};
|
package/dist/Target.d.ts
CHANGED
package/dist/Target.js
CHANGED
|
@@ -1,41 +1,46 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
4
|
export var Target = function Target(_ref) {
|
|
3
5
|
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return /*#__PURE__*/
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
8
10
|
"aria-hidden": ariaHidden,
|
|
9
11
|
className: className,
|
|
10
12
|
width: width,
|
|
11
13
|
height: height,
|
|
12
14
|
viewBox: "0 0 135 97",
|
|
13
15
|
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
18
|
+
children: "Target"
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M6.93 24.844L48 1.133l41.07 23.711v47.423L48 95.978 6.93 72.267V24.844z",
|
|
21
|
+
fill: "#FFF0E5",
|
|
22
|
+
stroke: "#10162F",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M24.537 35.009L48 21.462 71.463 35.01v27.093L48 75.65 24.537 62.102V35.01z",
|
|
26
|
+
fill: "#FFF0E5",
|
|
27
|
+
stroke: "#10162F",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M40.11 44.891l7.325-4.229 7.325 4.23v8.457l-7.325 4.23-7.325-4.23v-8.458z",
|
|
31
|
+
fill: "#FFF0E5",
|
|
32
|
+
stroke: "#10162F",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M56.792 37.243l5.09 14.758-11.902-4.163 6.812-10.595z",
|
|
38
|
+
fill: "#FFF0E5",
|
|
39
|
+
stroke: "#10162F"
|
|
40
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
+
d: "M59.88 44.511l71.705-24.657M125.648 21.64l3.24-6.64M121.289 23.09l3.24-6.639M116.931 24.541l3.24-6.639M125.76 21.778l6.648 3.24M121.402 23.591l6.647 3.24M117.043 25.042l6.648 3.24",
|
|
42
|
+
stroke: "#10162F",
|
|
43
|
+
strokeLinecap: "square"
|
|
44
|
+
})]
|
|
45
|
+
});
|
|
41
46
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export var TinyBlocks = function TinyBlocks(_ref) {
|
|
4
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
5
|
+
className = _ref.className,
|
|
6
|
+
height = _ref.height,
|
|
7
|
+
width = _ref.width;
|
|
8
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
9
|
+
"aria-hidden": ariaHidden,
|
|
10
|
+
className: className,
|
|
11
|
+
height: height,
|
|
12
|
+
width: width,
|
|
13
|
+
viewBox: "0 0 26 26",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
17
|
+
fill: "#66C4FF",
|
|
18
|
+
stroke: "#10162F",
|
|
19
|
+
d: "M25 1h-8v8h8zM25 9h-8v8h8zM25 17h-8v8h8zM17 9H9v8h8zM17 17H9v8h8zM9 17H1v8h8z"
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
package/dist/Warning.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Warning = function Warning(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
"aria-hidden": ariaHidden,
|
|
11
|
+
className: className,
|
|
12
|
+
height: height,
|
|
13
|
+
width: width,
|
|
14
|
+
viewBox: "0 0 300 168",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
18
|
+
clipPath: "url(#clip0_1192_39433)",
|
|
19
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M100.551 156.308C140.62 156.308 173.103 123.854 173.103 83.8199C173.103 43.7857 140.62 11.3315 100.551 11.3315C60.4824 11.3315 28 43.7857 28 83.8199C28 123.854 60.4824 156.308 100.551 156.308Z",
|
|
21
|
+
fill: "#1D2340",
|
|
22
|
+
stroke: "#141C3A",
|
|
23
|
+
strokeWidth: "0.663264"
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M100.552 132.269C127.332 132.269 149.042 110.578 149.042 83.82C149.042 57.0624 127.332 35.3711 100.552 35.3711C73.7707 35.3711 52.0605 57.0624 52.0605 83.82C52.0605 110.578 73.7707 132.269 100.552 132.269Z",
|
|
26
|
+
fill: "white",
|
|
27
|
+
stroke: "#141C3A",
|
|
28
|
+
strokeWidth: "0.663264"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M100.551 110.079C115.066 110.079 126.833 98.3223 126.833 83.8201C126.833 69.3179 115.066 57.5615 100.551 57.5615C86.0366 57.5615 74.27 69.3179 74.27 83.8201C74.27 98.3223 86.0366 110.079 100.551 110.079Z",
|
|
31
|
+
fill: "#E91C11",
|
|
32
|
+
stroke: "#141C3A",
|
|
33
|
+
strokeWidth: "0.663264"
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M100.551 95.285C106.889 95.285 112.026 90.1519 112.026 83.82C112.026 77.488 106.889 72.355 100.551 72.355C94.2137 72.355 89.0762 77.488 89.0762 83.82C89.0762 90.1519 94.2137 95.285 100.551 95.285Z",
|
|
36
|
+
fill: "#FFD300",
|
|
37
|
+
stroke: "#141C3A",
|
|
38
|
+
strokeWidth: "0.663264"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M111.889 68.635L118.736 88.4949L102.724 82.8943L111.889 68.635Z",
|
|
43
|
+
fill: "#141C3A",
|
|
44
|
+
stroke: "#141C3A",
|
|
45
|
+
strokeWidth: "0.663264"
|
|
46
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
47
|
+
d: "M116.042 78.4165L212.499 45.2325",
|
|
48
|
+
stroke: "#141C3A",
|
|
49
|
+
strokeWidth: "0.663264",
|
|
50
|
+
strokeLinecap: "square"
|
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
+
d: "M204.512 47.6357L208.872 38.7007",
|
|
53
|
+
stroke: "#141C3A",
|
|
54
|
+
strokeWidth: "0.663264",
|
|
55
|
+
strokeLinecap: "square"
|
|
56
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
57
|
+
d: "M198.649 49.5884L203.008 40.6534",
|
|
58
|
+
stroke: "#141C3A",
|
|
59
|
+
strokeWidth: "0.663264",
|
|
60
|
+
strokeLinecap: "square"
|
|
61
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
62
|
+
d: "M192.786 51.541L197.145 42.606",
|
|
63
|
+
stroke: "#141C3A",
|
|
64
|
+
strokeWidth: "0.663264",
|
|
65
|
+
strokeLinecap: "square"
|
|
66
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
+
d: "M204.663 47.8223L213.606 52.1825",
|
|
68
|
+
stroke: "#141C3A",
|
|
69
|
+
strokeWidth: "0.663264",
|
|
70
|
+
strokeLinecap: "square"
|
|
71
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
72
|
+
d: "M198.8 50.2629L207.743 54.6232",
|
|
73
|
+
stroke: "#141C3A",
|
|
74
|
+
strokeWidth: "0.663264",
|
|
75
|
+
strokeLinecap: "square"
|
|
76
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
77
|
+
d: "M192.938 52.2158L201.88 56.576",
|
|
78
|
+
stroke: "#141C3A",
|
|
79
|
+
strokeWidth: "0.663264",
|
|
80
|
+
strokeLinecap: "square"
|
|
81
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
82
|
+
d: "M220.02 44.0231C238.096 51.5746 256.68 32.8106 248.213 21.0109C243.502 14.4452 233.409 15.5012 234.923 24.6314C236.803 35.9701 258.201 38.2025 264.512 19.7506C265.499 16.8632 266.524 14.7798 266.396 11.6867",
|
|
83
|
+
stroke: "#10162F",
|
|
84
|
+
strokeWidth: "0.663264",
|
|
85
|
+
strokeLinecap: "square",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeDasharray: "1.33 1.99"
|
|
88
|
+
})]
|
|
89
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
90
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
91
|
+
id: "clip0_1192_39433",
|
|
92
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
93
|
+
width: "243.086",
|
|
94
|
+
height: "145.918",
|
|
95
|
+
fill: "white",
|
|
96
|
+
transform: "translate(28 11)"
|
|
97
|
+
})
|
|
98
|
+
})
|
|
99
|
+
})]
|
|
100
|
+
});
|
|
101
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,26 +1,46 @@
|
|
|
1
|
+
export * from './Announcement';
|
|
1
2
|
export * from './Bee';
|
|
2
3
|
export * from './Bell';
|
|
3
4
|
export * from './BinaryBlocks';
|
|
5
|
+
export * from './BinaryStairs';
|
|
6
|
+
export * from './Blocks';
|
|
7
|
+
export * from './Blueprint';
|
|
8
|
+
export * from './BlueprintWhite';
|
|
9
|
+
export * from './BookAndNotepad';
|
|
4
10
|
export * from './Browser';
|
|
5
11
|
export * from './BrowserLock';
|
|
6
12
|
export * from './BrowserPuzzle';
|
|
7
13
|
export * from './ChatBox';
|
|
14
|
+
export * from './CodeCelebration';
|
|
15
|
+
export * from './Coffee';
|
|
8
16
|
export * from './Confetti';
|
|
9
17
|
export * from './EmailAt';
|
|
10
18
|
export * from './Envelope';
|
|
19
|
+
export * from './ErrorWindow';
|
|
20
|
+
export * from './Purpose';
|
|
11
21
|
export * from './Heart';
|
|
12
22
|
export * from './Hills';
|
|
13
23
|
export * from './HomeOffice';
|
|
24
|
+
export * from './Interest';
|
|
14
25
|
export * from './Keyhole';
|
|
26
|
+
export * from './Knowledge';
|
|
27
|
+
export * from './LightBulbAndGears';
|
|
28
|
+
export * from './MagnifyingGlass';
|
|
15
29
|
export * from './Maze';
|
|
16
30
|
export * from './Megaphone';
|
|
31
|
+
export * from './MobilePhone';
|
|
17
32
|
export * from './New';
|
|
18
33
|
export * from './NumberBlocks';
|
|
19
34
|
export * from './Onboarding';
|
|
20
35
|
export * from './Plant';
|
|
21
36
|
export * from './PortfolioProject';
|
|
22
37
|
export * from './PracticeProject';
|
|
38
|
+
export * from './PracticeTarget';
|
|
39
|
+
export * from './Puzzle';
|
|
23
40
|
export * from './Python';
|
|
24
41
|
export * from './Sun';
|
|
42
|
+
export * from './Syllabus';
|
|
43
|
+
export * from './TinyBlocks';
|
|
25
44
|
export * from './Target';
|
|
26
45
|
export * from './types';
|
|
46
|
+
export * from './Warning';
|