@codecademy/gamut-illustrations 0.26.2-alpha.76dfa1.0 → 0.27.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 +6 -6
- package/CHANGELOG.md +3 -2
- package/dist/MagnifyingGlass.d.ts +3 -0
- package/dist/MagnifyingGlass.js +60 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
1
|
+
[34m@codecademy/gamut-illustrations:build: [0mcache hit, replaying output [2m17ed658fd42d4690[0m
|
|
2
|
+
[34m@codecademy/gamut-illustrations:build: [0m$ yarn build:clean && yarn build:compile && yarn build:types
|
|
3
|
+
[34m@codecademy/gamut-illustrations:build: [0m$ rm -rf dist
|
|
4
|
+
[34m@codecademy/gamut-illustrations:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
5
|
+
[34m@codecademy/gamut-illustrations:build: [0mSuccessfully compiled 34 files with Babel (1375ms).
|
|
6
|
+
[34m@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.27.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.26.1...@codecademy/gamut-illustrations@0.27.0) (2022-05-10)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
10
|
|
|
11
|
+
* Magnifying Glass Illustration ([4963bab](https://github.com/Codecademy/gamut/commit/4963bab0e369decf374821ea5f00028bc17b2100))
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export var MagnifyingGlass = function MagnifyingGlass(_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
|
+
}, /*#__PURE__*/React.createElement("title", null, "Magnifying Glass Icon"), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
|
|
18
|
+
fill: "#F5FCFF"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
|
|
22
|
+
stroke: "#10162F",
|
|
23
|
+
strokeWidth: "2"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
|
|
28
|
+
fill: "#F5FCFF"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
|
|
32
|
+
stroke: "#10162F",
|
|
33
|
+
strokeWidth: "2"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
|
|
38
|
+
fill: "#10162F"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
|
|
42
|
+
stroke: "#10162F",
|
|
43
|
+
strokeWidth: "2"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
45
|
+
id: "a",
|
|
46
|
+
maskUnits: "userSpaceOnUse",
|
|
47
|
+
x: "8",
|
|
48
|
+
y: "3",
|
|
49
|
+
width: "119",
|
|
50
|
+
height: "91"
|
|
51
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M8 48.416c0 24.705 26.636 44.732 59.493 44.732 32.858 0 59.494-20.027 59.494-44.731S100.351 3.684 67.493 3.684C34.636 3.684 8 23.713 8 48.417Z",
|
|
53
|
+
fill: "#fff"
|
|
54
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
55
|
+
mask: "url(#a)",
|
|
56
|
+
fill: "#F5FCFF"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
d: "M-6.654-4.104c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12ZM-6.854 60.307c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Zm26.06-26.36c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.859 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4ZM-6.654 66.573c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Z"
|
|
59
|
+
})));
|
|
60
|
+
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
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.1.
|
|
7
|
+
"@codecademy/gamut-styles": "^13.1.0",
|
|
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.27.0",
|
|
45
|
+
"gitHead": "b5a7d63d2df3fe9f86e93197d62f1577f3b61a8b"
|
|
46
46
|
}
|