@codecademy/gamut-illustrations 0.18.4-alpha.044bd4.0 → 0.18.4-alpha.bc72a9.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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.18.4-alpha.044bd4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-illustrations@0.18.3...@codecademy/gamut-illustrations@0.18.4-alpha.044bd4.0) (2021-10-06)
6
+ ### [0.18.4-alpha.bc72a9.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-illustrations@0.18.3...@codecademy/gamut-illustrations@0.18.4-alpha.bc72a9.0) (2021-10-15)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/gamut-illustrations
9
9
 
package/dist/Maze.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const Maze: React.FC<IllustrationProps>;
package/dist/Maze.js ADDED
@@ -0,0 +1,65 @@
1
+ import React from 'react';
2
+ export var Maze = function Maze(_ref) {
3
+ var className = _ref.className,
4
+ height = _ref.height,
5
+ width = _ref.width;
6
+ return /*#__PURE__*/React.createElement("svg", {
7
+ className: className,
8
+ width: width,
9
+ height: height,
10
+ viewBox: "0 0 201 162",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M189.814 26.65H1.355v127.058h188.459V26.65Z",
15
+ fill: "#66C4FF",
16
+ stroke: "#10172F",
17
+ strokeMiterlimit: "10"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M1.12 77.31H35.34v18.2h-15.38M52.913 93.623v18.83H18.231v17.268M18.23 153.708v-7.044h17.336v-16.943h17.347v23.987M35.566 153.708h34.065M104.393 95.51H69.631v34.211h17.381v-18.043h51.648v35.491M104.146 78.163V43.65H87.641v34.514H52.6V60.906H18.23V26.65h34.368M35.33 43.649H52.6",
20
+ stroke: "#10172F",
21
+ strokeMiterlimit: "10"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M121.751 43.649V95.51h16.909v33.166M121.752 147.17v-18.494h-17.606v25.032M87.136 143.586h17.01",
24
+ stroke: "#10172F",
25
+ strokeMiterlimit: "10"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M189.836 61.142V43.705l-33.671-.056v17.437h17.257V95.51h-17.864V78.67H138.66v-52.02H69.631v34.257M155.558 129.721v-18.043h34.278V95.51M189.814 129.721h-16.246v23.987",
28
+ stroke: "#10172F",
29
+ strokeMiterlimit: "10"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M200.151 1H20.691L1.12 26.65h188.458L200.151 1ZM200.15 1.023V128.16l-10.314 25.548V26.571L200.15 1.023Z",
32
+ fill: "#F5FCFF",
33
+ stroke: "#10172F",
34
+ strokeLinejoin: "bevel"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M200.15 1.022V1",
37
+ stroke: "#231F20",
38
+ strokeLinejoin: "bevel"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M58.935 94.387H1.355v59.355h57.58V94.387Z",
41
+ fill: "#F5FCFF",
42
+ stroke: "#10172F",
43
+ strokeMiterlimit: "10"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M29.769 161V87.118l29.166 7.235v59.355L29.77 161Z",
46
+ fill: "#F5FCFF",
47
+ stroke: "#10172F",
48
+ strokeLinejoin: "bevel"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M29.78 87.118h-2.899V161h2.899V87.118Z",
51
+ fill: "#10172F",
52
+ stroke: "#231F20",
53
+ strokeMiterlimit: "10"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M147.649 78.669h-8.989V42.874a8.46 8.46 0 0 0-8.46-8.45 8.45 8.45 0 0 0-8.449 8.45v44.244a8.451 8.451 0 0 0 8.449 8.448h8.46v33.818a8.45 8.45 0 0 0 8.449 8.449 8.43 8.43 0 0 0 5.978-2.471 8.434 8.434 0 0 0 2.471-5.978V86.578a7.852 7.852 0 0 0-2.303-5.606 7.864 7.864 0 0 0-5.606-2.303Z",
56
+ fill: "#1557FF",
57
+ stroke: "#10172F",
58
+ strokeMiterlimit: "10"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ d: "M38.858 61.086a8.718 8.718 0 1 0 0-17.437 8.718 8.718 0 0 0 0 17.437Z",
61
+ fill: "#10172F",
62
+ stroke: "#231F20",
63
+ strokeMiterlimit: "10"
64
+ }));
65
+ };
package/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './Heart';
12
12
  export * from './Hills';
13
13
  export * from './HomeOffice';
14
14
  export * from './Keyhole';
15
+ export * from './Maze';
15
16
  export * from './Megaphone';
16
17
  export * from './New';
17
18
  export * from './NumberBlocks';
package/dist/index.js CHANGED
@@ -12,6 +12,7 @@ export * from './Heart';
12
12
  export * from './Hills';
13
13
  export * from './HomeOffice';
14
14
  export * from './Keyhole';
15
+ export * from './Maze';
15
16
  export * from './Megaphone';
16
17
  export * from './New';
17
18
  export * from './NumberBlocks';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Codecademy/client-modules/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "11.11.1-alpha.044bd4.0",
7
+ "@codecademy/gamut-styles": "^11.11.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.18.4-alpha.044bd4.0",
45
- "gitHead": "634f9c7a2ecf3346383f90d691b8a6f67663d276"
44
+ "version": "0.18.4-alpha.bc72a9.0",
45
+ "gitHead": "4210bb80037bb675bcb967f874bce87ef1fc1f6e"
46
46
  }