@codecademy/gamut-illustrations 0.27.2 → 0.27.3-alpha.831b0d.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 +9 -6
- package/CHANGELOG.md +8 -0
- package/dist/CodeCelebration.d.ts +3 -0
- package/dist/CodeCelebration.js +149 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
1
|
+
[33m@codecademy/gamut-illustrations:build: [0mcache hit, replaying output [2m0c3281e8bacbf742[0m
|
|
2
|
+
[33m@codecademy/gamut-illustrations:build: [0m$ yarn build:clean && yarn build:compile && yarn build:types
|
|
3
|
+
[33m@codecademy/gamut-illustrations:build: [0m$ rm -rf dist
|
|
4
|
+
[33m@codecademy/gamut-illustrations:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
5
|
+
[33m@codecademy/gamut-illustrations:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
6
|
+
[33m@codecademy/gamut-illustrations:build: [0m npx browserslist@latest --update-db
|
|
7
|
+
[33m@codecademy/gamut-illustrations:build: [0m Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
8
|
+
[33m@codecademy/gamut-illustrations:build: [0mSuccessfully compiled 35 files with Babel (1854ms).
|
|
9
|
+
[33m@codecademy/gamut-illustrations:build: [0m$ tsc --emitDeclarationOnly
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
### [0.27.3-alpha.831b0d.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.2...@codecademy/gamut-illustrations@0.27.3-alpha.831b0d.0) (2022-06-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [0.27.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.1...@codecademy/gamut-illustrations@0.27.2) (2022-05-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export var CodeCelebration = function CodeCelebration(_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
|
+
height: height,
|
|
11
|
+
width: width,
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
"fill-rule": "evenodd",
|
|
17
|
+
"clip-rule": "evenodd",
|
|
18
|
+
d: "M.002 170.689c.623-17.538 18.504-29.928 31.897-25.482 8.468 2.812 14.715 8.22 23.975 1.764 6.155-4.292 7.537-12.705 11.787-21.538 12.64-26.264 60.609-26.241 75.095-10.124v55.38H.002Z",
|
|
19
|
+
fill: "#10162F"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
x: "9.099",
|
|
22
|
+
y: "93.697",
|
|
23
|
+
width: "80.36",
|
|
24
|
+
height: "80.36",
|
|
25
|
+
rx: "40.18",
|
|
26
|
+
transform: "rotate(-90 9.099 93.697)",
|
|
27
|
+
fill: "#FFD300",
|
|
28
|
+
stroke: "#10162F",
|
|
29
|
+
"stroke-width": "1.103"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#fff",
|
|
32
|
+
d: "M240.075 15.916v129.98H71.49V15.915z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
transform: "rotate(90 240.075 15.916)",
|
|
35
|
+
fill: "url(#a)",
|
|
36
|
+
d: "M240.075 15.916h129.979v168.585H240.075z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
stroke: "#10162F",
|
|
39
|
+
"stroke-width": "1.103",
|
|
40
|
+
d: "M240.075 15.916v129.98H71.49V15.915z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M240.146 138.02v16.602H71.489V138.02h168.657Z",
|
|
43
|
+
fill: "#66C4FF",
|
|
44
|
+
stroke: "#10162F",
|
|
45
|
+
"stroke-width": "1.103"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M168.171 153.995v16.856h-24.934v-16.856h24.934Z",
|
|
48
|
+
fill: "#66C4FF",
|
|
49
|
+
stroke: "#10162F",
|
|
50
|
+
"stroke-width": "1.103"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M208.965 170.98v11.294H.002V170.98h208.963Z",
|
|
53
|
+
fill: "url(#b)"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
d: "M174.562 24.567c0-2.736-.35-8.414-.381-11.15-.1-8.727 7.331-15.877 15.216-10.633 8.75 6.587-4.931 29.64 7.671 29.64 3.189 0 4.773-2.321 5.473-4.752 1.969-6.836-1.499-14.575 1.05-21.307 2.322-6.131 8.715-5.477 11.997-1.916 2.516 2.73 2.721 7.483 3.102 11.923.381 4.44.381 5.576.381 8.364",
|
|
56
|
+
stroke: "#FFD300",
|
|
57
|
+
"stroke-width": "1.103",
|
|
58
|
+
"stroke-linecap": "square",
|
|
59
|
+
"stroke-linejoin": "round"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
|
|
62
|
+
fill: "#66C4FF"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
|
|
65
|
+
stroke: "#10162F",
|
|
66
|
+
"stroke-width": "1.103",
|
|
67
|
+
"stroke-miterlimit": "10"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M187.215 98.892c5.085-5.085-1.654-20.07-15.053-33.468-13.398-13.4-28.383-20.139-33.468-15.054-5.085 5.086 1.654 20.07 15.053 33.469 13.399 13.399 28.383 20.138 33.468 15.053Z",
|
|
70
|
+
fill: "#fff",
|
|
71
|
+
stroke: "#10162F",
|
|
72
|
+
"stroke-width": "1.103",
|
|
73
|
+
"stroke-miterlimit": "10"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "m131.828 70.292 5.574-17.79",
|
|
76
|
+
stroke: "#10162F",
|
|
77
|
+
"stroke-width": "1.103",
|
|
78
|
+
"stroke-miterlimit": "10"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
d: "m158.524 108.482-23.262 7.3c-10.998-10.998-9.44-26.32-9.44-26.32l6.006-19.172s3.716 15.21 26.696 38.192Z",
|
|
81
|
+
fill: "#fff",
|
|
82
|
+
stroke: "#10162F",
|
|
83
|
+
"stroke-width": "1.103",
|
|
84
|
+
"stroke-miterlimit": "10"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
d: "m158.597 108.354-23.263 7.301c-10.998-10.998-9.44-26.321-9.44-26.321l6.007-19.17s3.715 15.21 26.696 38.19Z",
|
|
87
|
+
fill: "url(#c)",
|
|
88
|
+
stroke: "#10162F",
|
|
89
|
+
"stroke-width": "1.103",
|
|
90
|
+
"stroke-miterlimit": "10"
|
|
91
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
92
|
+
d: "m135.191 116.066-.107-.107c-5.726-5.726-8.007-12.63-8.912-17.415-.981-5.18-.603-9.069-.599-9.107l.01-.05 6.274-20.023.213.868c.009.038.972 3.865 4.721 10.442 3.461 6.072 10.071 15.794 21.909 27.632l.291.291-.392.123-23.408 7.346Zm-9.125-26.556c-.03.335-.332 4.055.599 8.958.888 4.68 3.112 11.421 8.665 17.031l22.727-7.132c-11.709-11.759-18.268-21.421-21.716-27.475-2.791-4.9-4.049-8.295-4.52-9.748l-5.755 18.366Z",
|
|
93
|
+
fill: "#10162F"
|
|
94
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
95
|
+
d: "M152.314 72.556s15.774-20.5 9.549-38.409M160.283 74.28s9.363-14.582 21.464-20.251M164.592 79.69s13.572-12.066 36.191-8.317",
|
|
96
|
+
stroke: "#10162F",
|
|
97
|
+
"stroke-width": "1.103",
|
|
98
|
+
"stroke-miterlimit": "10"
|
|
99
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M210.008 78.572a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814ZM195.042 42.246l-1.553 4.578 2.892 3.875-4.834-.062-2.792 3.948-1.435-4.617-4.617-1.435 3.947-2.792-.061-4.834 3.874 2.892 4.579-1.553Z",
|
|
101
|
+
fill: "#66C4FF",
|
|
102
|
+
stroke: "#10162F",
|
|
103
|
+
"stroke-width": "1.103",
|
|
104
|
+
"stroke-miterlimit": "10"
|
|
105
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
106
|
+
d: "M176.672 83.918s8.106-3.802 18.968-.41",
|
|
107
|
+
stroke: "#10162F",
|
|
108
|
+
"stroke-width": "1.103",
|
|
109
|
+
"stroke-miterlimit": "10"
|
|
110
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
111
|
+
d: "m194.256 125.599-5.229-5.228 3.696-3.865-14.67-4.55 4.549 15.135 4.445-4.649 5.184 5.183 2.025-2.026Z",
|
|
112
|
+
fill: "#FFD300",
|
|
113
|
+
stroke: "#10162F",
|
|
114
|
+
"stroke-width": "1.103",
|
|
115
|
+
"stroke-miterlimit": "10"
|
|
116
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
fill: "#FFD300",
|
|
118
|
+
d: "m102.945 20.677-7.892-7.892-7.892 7.892 7.892 7.892zM124.49 22.72l-5.58-9.667-9.666 5.581 5.58 9.666zM142.135 26.248V15.107h-11.373v11.14z"
|
|
119
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
|
|
120
|
+
id: "a",
|
|
121
|
+
patternContentUnits: "objectBoundingBox",
|
|
122
|
+
width: ".269",
|
|
123
|
+
height: ".208"
|
|
124
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
125
|
+
xlinkHref: "#d",
|
|
126
|
+
transform: "scale(.0042 .00325)"
|
|
127
|
+
})), /*#__PURE__*/React.createElement("pattern", {
|
|
128
|
+
id: "b",
|
|
129
|
+
patternContentUnits: "objectBoundingBox",
|
|
130
|
+
width: "3.126",
|
|
131
|
+
height: ".169"
|
|
132
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
133
|
+
xlinkHref: "#d",
|
|
134
|
+
transform: "scale(.04885 .00264)"
|
|
135
|
+
})), /*#__PURE__*/React.createElement("pattern", {
|
|
136
|
+
id: "c",
|
|
137
|
+
patternContentUnits: "objectBoundingBox",
|
|
138
|
+
width: "1.077",
|
|
139
|
+
height: ".776"
|
|
140
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
141
|
+
xlinkHref: "#d",
|
|
142
|
+
transform: "scale(.01683 .01213)"
|
|
143
|
+
})), /*#__PURE__*/React.createElement("image", {
|
|
144
|
+
id: "d",
|
|
145
|
+
width: "64",
|
|
146
|
+
height: "64",
|
|
147
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
|
|
148
|
+
})));
|
|
149
|
+
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED