@codecademy/gamut-illustrations 0.22.3-alpha.ba59ae.0 → 0.23.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +3 -2
- package/dist/Blueprint.d.ts +3 -0
- package/dist/Blueprint.js +89 -0
- package/dist/Puzzle.d.ts +3 -0
- package/dist/Puzzle.js +154 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[36m@codecademy/gamut-illustrations:build: [0mcache hit, replaying output [
|
|
1
|
+
[36m@codecademy/gamut-illustrations:build: [0mcache hit, replaying output [2m1bd13948d1b40a20[0m
|
|
2
2
|
[36m@codecademy/gamut-illustrations:build: [0m$ yarn build:clean && yarn build:compile && yarn build:types
|
|
3
3
|
[36m@codecademy/gamut-illustrations:build: [0m$ rm -rf dist
|
|
4
4
|
[36m@codecademy/gamut-illustrations:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
[36m@codecademy/gamut-illustrations:build: [0m
|
|
8
8
|
[36m@codecademy/gamut-illustrations:build: [0mWhy you should do it regularly:
|
|
9
9
|
[36m@codecademy/gamut-illustrations:build: [0mhttps://github.com/browserslist/browserslist#browsers-data-updating
|
|
10
|
-
[36m@codecademy/gamut-illustrations:build: [0mSuccessfully compiled
|
|
10
|
+
[36m@codecademy/gamut-illustrations:build: [0mSuccessfully compiled 30 files with Babel (1142ms).
|
|
11
11
|
[36m@codecademy/gamut-illustrations:build: [0m$ tsc --emitDeclarationOnly
|
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [0.23.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.22.2...@codecademy/gamut-illustrations@0.23.0) (2022-03-08)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
10
|
|
|
11
|
+
* **Illustrations:** add Blueprint & Puzzle ([de61f03](https://github.com/Codecademy/gamut/commit/de61f03d0375fe638558fe2743894bd41d970246))
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export var Blueprint = function Blueprint(_ref) {
|
|
3
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
+
className = _ref.className,
|
|
5
|
+
height = _ref.height,
|
|
6
|
+
width = _ref.width;
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
"aria-hidden": ariaHidden,
|
|
9
|
+
className: className,
|
|
10
|
+
width: width,
|
|
11
|
+
height: height,
|
|
12
|
+
viewBox: "0 0 122 99",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("title", null, "Blueprint Illustration"), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M1 75.11V11.597h120v74.678H11.574",
|
|
19
|
+
fill: "#FFF0E5"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M1 75.11V11.597h120v74.678H11.574",
|
|
22
|
+
stroke: "#10162F"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61l10.646 10.666Z",
|
|
27
|
+
fill: "#FFF0E5"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M11.646 86.276C5.768 86.276 1 81.5 1 75.61",
|
|
30
|
+
stroke: "#10162F"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
|
|
35
|
+
fill: "#FFF0E5"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
clipRule: "evenodd",
|
|
38
|
+
d: "M11.646 1C5.768 1 1 5.776 1 11.666V75.61c0-5.894 4.768-10.67 10.646-10.67 5.878 0 10.646 4.776 10.646 10.67V11.666C22.292 5.776 17.524 1 11.646 1Z",
|
|
39
|
+
stroke: "#10162F"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
|
|
44
|
+
fill: "#FFD300"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M91.677 84.875H72.57l19.108-19.15v19.15ZM42.077 98h61.952V35.916L42.077 98Z",
|
|
48
|
+
stroke: "#10162F"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "m62.025 79.436 2.698 2.703M73.865 67.57l2.698 2.705M85.705 55.706l2.698 2.704M79.785 61.638l2.698 2.704M67.945 73.503l2.698 2.704",
|
|
51
|
+
stroke: "#10162F"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
|
|
56
|
+
fill: "#10162F"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
clipRule: "evenodd",
|
|
59
|
+
d: "M66.22 24.389H37.266v12.873H66.22c3.546 0 6.422-2.884 6.422-6.438 0-3.555-2.876-6.435-6.422-6.435Z",
|
|
60
|
+
stroke: "#10162F"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
|
|
65
|
+
fill: "#FFF0E5"
|
|
66
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
clipRule: "evenodd",
|
|
68
|
+
d: "M43.69 30.824c0 3.554-2.874 6.438-6.422 6.438-3.548 0-6.424-2.884-6.424-6.438 0-3.553 2.876-6.435 6.424-6.435 3.548 0 6.422 2.882 6.422 6.435Z",
|
|
69
|
+
stroke: "#10162F"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
fillRule: "evenodd",
|
|
72
|
+
clipRule: "evenodd",
|
|
73
|
+
d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
|
|
74
|
+
fill: "#10162F"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
clipRule: "evenodd",
|
|
77
|
+
d: "M37.266 56.28H66.22V43.407H37.266c-3.548 0-6.422 2.882-6.422 6.437 0 3.556 2.874 6.436 6.422 6.436Z",
|
|
78
|
+
stroke: "#10162F"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
fillRule: "evenodd",
|
|
81
|
+
clipRule: "evenodd",
|
|
82
|
+
d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
|
|
83
|
+
fill: "#FFF0E5"
|
|
84
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
85
|
+
clipRule: "evenodd",
|
|
86
|
+
d: "M59.795 49.844c0-3.555 2.876-6.437 6.424-6.437 3.546 0 6.422 2.882 6.422 6.437 0 3.554-2.876 6.436-6.422 6.436-3.548 0-6.424-2.882-6.424-6.436Z",
|
|
87
|
+
stroke: "#10162F"
|
|
88
|
+
}));
|
|
89
|
+
};
|
package/dist/Puzzle.d.ts
ADDED
package/dist/Puzzle.js
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export var Puzzle = function Puzzle(_ref) {
|
|
3
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
+
className = _ref.className,
|
|
5
|
+
height = _ref.height,
|
|
6
|
+
width = _ref.width;
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
"aria-hidden": ariaHidden,
|
|
9
|
+
className: className,
|
|
10
|
+
width: width,
|
|
11
|
+
height: height,
|
|
12
|
+
viewBox: "0 0 310 249",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("title", null, "Puzzle Illustration"), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "m100.359 26.475-.054 22.318c0-2.844-1.85-5.743-5.606-7.877-1.96-1.148-4.3-2.078-6.803-2.79l.054-22.318c2.504.657 4.844 1.641 6.803 2.79 3.701 2.134 5.606 5.033 5.606 7.877ZM177.261 19.747l-.055 22.318c0 2.845-1.85 5.634-5.551 7.768-1.959 1.148-4.3 2.078-6.803 2.79l.054-22.319c2.504-.656 4.844-1.64 6.803-2.79 3.701-2.133 5.552-4.977 5.552-7.767Z",
|
|
17
|
+
fill: "#10162F",
|
|
18
|
+
stroke: "#10162F",
|
|
19
|
+
strokeWidth: 1.641,
|
|
20
|
+
strokeMiterlimit: 10
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "m191.084 45.456-.054 22.264-25.961 15.207.055-22.318 25.96-15.153Z",
|
|
23
|
+
fill: "#F5FFE3",
|
|
24
|
+
stroke: "#10162F",
|
|
25
|
+
strokeWidth: 1.641,
|
|
26
|
+
strokeMiterlimit: 10
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "m63.241 60.609-.054 22.318L37.063 67.72l.055-22.264L63.24 60.61Z",
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
stroke: "#10162F",
|
|
31
|
+
strokeWidth: 1.641,
|
|
32
|
+
strokeMiterlimit: 10
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "m100.576 64.547-.054 22.318c0-2.844-1.85-5.743-5.606-7.877-7.456-4.321-19.538-4.321-26.94 0-1.959 1.15-3.592 2.517-4.734 3.939l.054-22.318c1.143-1.477 2.776-2.79 4.735-3.939 7.401-4.321 19.484-4.321 26.94 0 3.7 2.188 5.605 5.033 5.605 7.877Z",
|
|
35
|
+
fill: "#F5FFE3",
|
|
36
|
+
stroke: "#10162F",
|
|
37
|
+
strokeWidth: 1.641,
|
|
38
|
+
strokeMiterlimit: 10
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "m177.532 71.275-.054 22.319c0 2.844-1.851 5.634-5.551 7.767-7.402 4.321-19.484 4.321-26.94 0-1.96-1.149-3.592-2.516-4.79-3.938l.055-22.319c1.197 1.477 2.83 2.79 4.789 3.939 7.456 4.321 19.538 4.321 26.94 0 3.701-2.133 5.551-4.978 5.551-7.768Z",
|
|
41
|
+
fill: "#fff",
|
|
42
|
+
stroke: "#10162F",
|
|
43
|
+
strokeWidth: 1.641,
|
|
44
|
+
strokeMiterlimit: 10
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "m140.306 75.105-.054 22.318-25.961 15.152.055-22.318 25.96-15.153Z",
|
|
47
|
+
fill: "#F5FFE3",
|
|
48
|
+
stroke: "#10162F",
|
|
49
|
+
strokeWidth: 1.641,
|
|
50
|
+
strokeMiterlimit: 10
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M171.654 11.87c7.457 4.321 7.511 11.378.109 15.699-1.959 1.149-4.299 2.079-6.803 2.79l26.124 15.152-25.96 15.152c2.503.657 4.843 1.641 6.803 2.79 7.456 4.321 7.51 11.378.108 15.7-7.401 4.32-19.483 4.32-26.94 0-1.959-1.15-3.592-2.517-4.789-3.94l-25.96 15.153-26.124-15.152c2.504-.657 4.844-1.641 6.803-2.79 7.402-4.321 7.402-11.378-.109-15.7-7.51-4.32-19.538-4.32-26.94 0-1.959 1.15-3.592 2.517-4.734 3.94L37.118 45.51l25.96-15.152c1.198 1.477 2.83 2.79 4.79 3.938 7.456 4.322 19.538 4.322 26.94 0 7.401-4.321 7.401-11.378-.11-15.699-1.959-1.149-4.299-2.079-6.802-2.79L113.856.656l26.124 15.152c1.142-1.477 2.775-2.79 4.734-3.938 7.402-4.376 19.484-4.376 26.94 0Z",
|
|
53
|
+
fill: "#AEE938",
|
|
54
|
+
stroke: "#10162F",
|
|
55
|
+
strokeWidth: 1.641,
|
|
56
|
+
strokeMiterlimit: 10
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
d: "m114.346 90.257-.054 22.318-26.124-15.152.055-22.319 26.123 15.153Z",
|
|
59
|
+
fill: "#fff",
|
|
60
|
+
stroke: "#10162F",
|
|
61
|
+
strokeWidth: 1.641,
|
|
62
|
+
strokeMiterlimit: 10
|
|
63
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
d: "m245.454 139.378.054-22.318c0-2.844 1.851-5.634 5.552-7.767 1.959-1.149 4.299-2.079 6.803-2.79l-.055 22.318c-2.503.656-4.844 1.641-6.803 2.79-3.701 2.133-5.551 4.923-5.551 7.767ZM218.188 117.17l-.055 22.318c0-2.844-1.85-5.744-5.606-7.877-1.959-1.149-4.299-2.079-6.803-2.79l.055-22.318c2.503.657 4.844 1.641 6.803 2.79 3.755 2.188 5.606 5.032 5.606 7.877ZM141.177 110.442l-.054 22.318c0 2.844-1.851 5.634-5.551 7.767-1.96 1.149-4.3 2.079-6.803 2.79l.054-22.318c2.503-.656 4.844-1.641 6.803-2.79 3.701-2.133 5.551-4.923 5.551-7.767ZM14.532 132.65l.054-22.318c0 2.844 1.85 5.744 5.606 7.877 1.96 1.149 4.3 2.079 6.803 2.79l-.054 22.318c-2.504-.657-4.844-1.641-6.803-2.79-3.756-2.133-5.606-5.032-5.606-7.877Z",
|
|
65
|
+
fill: "#10162F",
|
|
66
|
+
stroke: "#10162F",
|
|
67
|
+
strokeWidth: 1.641,
|
|
68
|
+
strokeMiterlimit: 10
|
|
69
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
70
|
+
d: "m308.912 136.151-.054 22.318-25.96 15.152.109-22.318 25.905-15.152ZM180.798 151.139l-.055 22.263-25.797-14.933.054-22.318 25.798 14.988ZM129.258 151.194l-.054 22.318c-1.143-1.313-2.612-2.516-4.408-3.501-7.456-4.321-19.539-4.321-26.94 0l.054-22.318c7.402-4.321 19.484-4.321 26.94 0 1.742 1.039 3.266 2.243 4.408 3.501Z",
|
|
71
|
+
fill: "#fff",
|
|
72
|
+
stroke: "#10162F",
|
|
73
|
+
strokeWidth: 1.641,
|
|
74
|
+
strokeMiterlimit: 10
|
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
d: "m155.001 136.151-.055 22.318-25.742 15.043.054-22.318 25.743-15.043ZM27.213 151.358l-.109 22.263L.981 158.469l.109-22.318 26.123 15.207ZM180.798 151.139l-.055 22.319c-2.503.656-4.843 1.641-6.803 2.789l.055-22.318c1.959-1.149 4.299-2.133 6.803-2.79Z",
|
|
77
|
+
fill: "#fff",
|
|
78
|
+
stroke: "#10162F",
|
|
79
|
+
strokeWidth: 1.641,
|
|
80
|
+
strokeMiterlimit: 10
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
d: "m64.493 155.296-.054 22.319c0-2.845-1.85-5.744-5.606-7.877-7.456-4.322-19.538-4.322-26.94 0-1.96 1.148-3.538 2.516-4.735 3.938l.055-22.318c1.142-1.477 2.775-2.79 4.735-3.938 7.401-4.322 19.483-4.322 26.94 0 3.7 2.133 5.605 4.977 5.605 7.876ZM92.304 177.779l.054-22.319c0-2.844 1.85-5.634 5.552-7.767l-.055 22.318c-3.7 2.133-5.551 4.978-5.551 7.768ZM168.389 183.96l.054-22.318c0-2.845 1.851-5.634 5.552-7.768l-.055 22.318c-3.701 2.134-5.551 4.978-5.551 7.768Z",
|
|
83
|
+
fill: "#fff",
|
|
84
|
+
stroke: "#10162F",
|
|
85
|
+
strokeWidth: 1.641,
|
|
86
|
+
strokeMiterlimit: 10
|
|
87
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
88
|
+
d: "M97.91 185.656c-3.756-2.188-5.606-5.033-5.606-7.877l.054-22.318c0 2.844 1.85 5.743 5.606 7.877 0 7.494 0 14.933-.054 22.318ZM104.005 188.227c-2.231-.657-4.3-1.532-6.04-2.571 0-7.44.053-14.879.053-22.318 1.742 1.039 3.81 1.914 6.042 2.571-.055 6.728-.055 15.644-.055 22.318ZM205.778 165.635l-.054 22.318c-1.143 1.477-2.776 2.79-4.735 3.939l.054-22.318c1.96-1.149 3.538-2.462 4.735-3.939ZM295.415 161.97l-.054 22.318c0 2.845-1.851 5.634-5.552 7.768-7.401 4.321-19.484 4.321-26.94 0-1.959-1.149-3.592-2.517-4.789-3.939l.054-22.318c1.198 1.477 2.831 2.79 4.79 3.939 7.456 4.321 19.538 4.321 26.94 0 3.701-2.134 5.551-4.924 5.551-7.768ZM168.389 183.96l.054-22.318c0 2.845 1.851 5.744 5.606 7.877 7.456 4.321 19.538 4.321 26.94 0l-.054 22.318c-7.402 4.322-19.484 4.322-26.94 0-3.701-2.133-5.606-4.978-5.606-7.877Z",
|
|
89
|
+
fill: "#fff",
|
|
90
|
+
stroke: "#10162F",
|
|
91
|
+
strokeWidth: 1.641,
|
|
92
|
+
strokeMiterlimit: 10
|
|
93
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
94
|
+
d: "m258.189 165.799-.109 22.318-25.906 15.152.054-22.263 25.961-15.207Z",
|
|
95
|
+
fill: "#fff",
|
|
96
|
+
stroke: "#10162F",
|
|
97
|
+
strokeWidth: 1.641,
|
|
98
|
+
strokeMiterlimit: 10
|
|
99
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "m308.912 136.151-25.96 15.152c2.503.657 4.843 1.641 6.803 2.79 7.456 4.322 7.51 11.378.109 15.699-7.402 4.322-19.484 4.322-26.94 0-1.96-1.148-3.592-2.516-4.79-3.938l-25.96 15.152-26.45-15.371c-1.143 1.477-2.776 2.79-4.735 3.939-7.402 4.321-19.484 4.321-26.94 0-7.456-4.322-7.511-11.378-.109-15.7 1.959-1.148 4.3-2.078 6.803-2.789l-25.797-14.934 25.96-15.152c1.198 1.477 2.83 2.79 4.79 3.938 7.456 4.322 19.538 4.322 26.94 0 7.401-4.321 7.401-11.377-.109-15.699-1.959-1.149-4.3-2.078-6.803-2.79l25.96-15.152 26.124 15.152c-2.504.657-4.844 1.641-6.803 2.79-7.402 4.322-7.402 11.378.109 15.699 7.456 4.322 19.538 4.322 26.939 0 1.96-1.148 3.592-2.516 4.735-3.938l26.124 15.152Z",
|
|
101
|
+
fill: "#FFF0E5",
|
|
102
|
+
stroke: "#10162F",
|
|
103
|
+
strokeWidth: 1.641,
|
|
104
|
+
strokeMiterlimit: 10
|
|
105
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
106
|
+
d: "m232.229 181.006-.055 22.264-26.45-15.371.055-22.264 26.45 15.371Z",
|
|
107
|
+
fill: "#fff",
|
|
108
|
+
stroke: "#10162F",
|
|
109
|
+
strokeWidth: 1.641,
|
|
110
|
+
strokeMiterlimit: 10
|
|
111
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
112
|
+
d: "M135.571 102.564c7.456 4.322 7.511 11.378.109 15.7-1.959 1.148-4.299 2.078-6.803 2.789l26.124 15.153-25.743 15.042c-1.143-1.312-2.612-2.516-4.408-3.5-7.456-4.322-19.539-4.322-26.94 0-7.402 4.321-7.402 11.377.109 15.699 1.741 1.039 3.809 1.914 6.041 2.571l-25.743 15.043-26.124-15.153c2.504-.656 4.844-1.641 6.803-2.789 7.402-4.322 7.402-11.378-.108-15.7-7.456-4.321-19.539-4.321-26.94 0-1.96 1.149-3.538 2.517-4.735 3.939L1.089 136.206l25.96-15.153c-2.503-.656-4.843-1.641-6.803-2.789-7.456-4.322-7.51-11.378-.108-15.7 7.401-4.321 19.483-4.321 26.94 0 1.959 1.149 3.591 2.517 4.789 3.939l25.96-15.152 26.124 15.152c1.143-1.477 2.775-2.79 4.735-3.939 7.347-4.321 19.429-4.321 26.885 0Z",
|
|
113
|
+
fill: "#FFF0E5",
|
|
114
|
+
stroke: "#10162F",
|
|
115
|
+
strokeWidth: 1.641,
|
|
116
|
+
strokeMiterlimit: 10
|
|
117
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
d: "m78.263 181.006-.054 22.263-26.124-15.152.054-22.263 26.124 15.152Z",
|
|
119
|
+
fill: "#fff",
|
|
120
|
+
stroke: "#10162F",
|
|
121
|
+
strokeWidth: 1.641,
|
|
122
|
+
strokeMiterlimit: 10
|
|
123
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
124
|
+
d: "m104.06 165.963-.054 22.264-25.797 15.042.054-22.263 25.797-15.043Z",
|
|
125
|
+
fill: "#fff",
|
|
126
|
+
stroke: "#10162F",
|
|
127
|
+
strokeWidth: 1.641,
|
|
128
|
+
strokeMiterlimit: 10
|
|
129
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
d: "m103.625 195.666-.055 22.318-25.361-14.715.054-22.263 25.362 14.66ZM232.229 181.006l-.055 22.264-25.96 15.152.055-22.264 25.96-15.152ZM168.933 222.251l.055-22.318c0-2.845 1.85-5.635 5.551-7.768 7.402-4.321 19.484-4.321 26.94 0 1.959 1.149 3.592 2.516 4.789 3.939l-.054 22.318c-1.198-1.477-2.83-2.79-4.79-3.939-7.456-4.321-19.538-4.321-26.94 0-3.7 2.134-5.496 4.978-5.551 7.768Z",
|
|
131
|
+
fill: "#fff",
|
|
132
|
+
stroke: "#10162F",
|
|
133
|
+
strokeWidth: 1.641,
|
|
134
|
+
strokeMiterlimit: 10
|
|
135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "m91.216 228.541.054-22.318c0 2.845 1.85 5.744 5.606 7.877 7.456 4.322 19.538 4.322 26.94 0 1.959-1.148 3.592-2.516 4.735-3.993l-.055 22.318c-1.143 1.477-2.776 2.845-4.735 3.993-7.401 4.322-19.484 4.322-26.94 0-3.755-2.133-5.605-5.032-5.605-7.877ZM155.491 225.806l-.054 22.264-26.886-15.59.054-22.318 26.886 15.644Z",
|
|
137
|
+
fill: "#fff",
|
|
138
|
+
stroke: "#10162F",
|
|
139
|
+
strokeWidth: 1.641,
|
|
140
|
+
strokeMiterlimit: 10
|
|
141
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "m181.451 210.654-.055 22.264-25.96 15.152.054-22.263 25.961-15.153Z",
|
|
143
|
+
fill: "#fff",
|
|
144
|
+
stroke: "#10162F",
|
|
145
|
+
strokeWidth: 1.641,
|
|
146
|
+
strokeMiterlimit: 10
|
|
147
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
148
|
+
d: "m232.228 181.006-25.96 15.152c-1.197-1.477-2.83-2.789-4.789-3.938-7.456-4.322-19.539-4.322-26.94 0-7.402 4.321-7.402 11.378.109 15.699 1.959 1.149 4.299 2.079 6.803 2.79l-25.961 15.152-26.885-15.59c-1.143 1.477-2.776 2.845-4.735 3.993-7.402 4.322-19.484 4.322-26.94 0-7.456-4.321-7.51-11.377-.109-15.699 1.96-1.149 4.3-2.078 6.803-2.79l-25.361-14.714 25.742-15.043c-2.231-.656-4.3-1.532-6.041-2.571-7.456-4.321-7.51-11.378-.109-15.699 7.402-4.322 19.484-4.322 26.94 0 1.742 1.039 3.266 2.243 4.408 3.501l25.743-15.043 25.797 14.933c-2.503.657-4.844 1.641-6.803 2.79-7.402 4.321-7.402 11.378.109 15.699 7.511 4.322 19.538 4.322 26.94 0 1.959-1.148 3.592-2.516 4.735-3.938l26.504 15.316Z",
|
|
149
|
+
fill: "#FFF0E5",
|
|
150
|
+
stroke: "#10162F",
|
|
151
|
+
strokeWidth: 1.641,
|
|
152
|
+
strokeMiterlimit: 10
|
|
153
|
+
}));
|
|
154
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './Bee';
|
|
2
2
|
export * from './Bell';
|
|
3
3
|
export * from './BinaryBlocks';
|
|
4
|
+
export * from './Blueprint';
|
|
4
5
|
export * from './Browser';
|
|
5
6
|
export * from './BrowserLock';
|
|
6
7
|
export * from './BrowserPuzzle';
|
|
@@ -20,6 +21,7 @@ export * from './Onboarding';
|
|
|
20
21
|
export * from './Plant';
|
|
21
22
|
export * from './PortfolioProject';
|
|
22
23
|
export * from './PracticeProject';
|
|
24
|
+
export * from './Puzzle';
|
|
23
25
|
export * from './Python';
|
|
24
26
|
export * from './Sun';
|
|
25
27
|
export * from './Target';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './Bee';
|
|
2
2
|
export * from './Bell';
|
|
3
3
|
export * from './BinaryBlocks';
|
|
4
|
+
export * from './Blueprint';
|
|
4
5
|
export * from './Browser';
|
|
5
6
|
export * from './BrowserLock';
|
|
6
7
|
export * from './BrowserPuzzle';
|
|
@@ -20,6 +21,7 @@ export * from './Onboarding';
|
|
|
20
21
|
export * from './Plant';
|
|
21
22
|
export * from './PortfolioProject';
|
|
22
23
|
export * from './PracticeProject';
|
|
24
|
+
export * from './Puzzle';
|
|
23
25
|
export * from './Python';
|
|
24
26
|
export * from './Sun';
|
|
25
27
|
export * from './Target';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/Codecademy/gamut/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "13.0.
|
|
7
|
+
"@codecademy/gamut-styles": "^13.0.2",
|
|
8
8
|
"classnames": "^2.2.5"
|
|
9
9
|
},
|
|
10
10
|
"description": "Illustrations library for Codecademy",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
42
42
|
"dist/**/[A-Z]**/index.js"
|
|
43
43
|
],
|
|
44
|
-
"version": "0.
|
|
45
|
-
"gitHead": "
|
|
44
|
+
"version": "0.23.0",
|
|
45
|
+
"gitHead": "5c753931e61c7f3affc6765c96e3b03a6ddbda6e"
|
|
46
46
|
}
|