@codecademy/gamut-illustrations 0.37.1-alpha.cc11c9.0 → 0.37.2-alpha.8f18a8.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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const PracticeTarget: React.FC<IllustrationProps>;
@@ -0,0 +1,78 @@
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 PracticeTarget = function PracticeTarget(_ref) {
5
+ var ariaHidden = _ref['aria-hidden'],
6
+ className = _ref.className,
7
+ _ref$height = _ref.height,
8
+ height = _ref$height === void 0 ? '174' : _ref$height,
9
+ _ref$width = _ref.width,
10
+ width = _ref$width === void 0 ? '126' : _ref$width;
11
+ return /*#__PURE__*/_jsxs("svg", {
12
+ "aria-hidden": ariaHidden,
13
+ className: className,
14
+ width: width,
15
+ height: height,
16
+ viewBox: "0 0 174 126",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ d: "M62.8753 124.338C96.6873 124.338 124.097 96.9514 124.097 63.1688C124.097 29.3862 96.6873 2 62.8753 2C29.0633 2 1.65332 29.3862 1.65332 63.1688C1.65332 96.9514 29.0633 124.338 62.8753 124.338Z",
21
+ fill: "#FF8C00",
22
+ stroke: "white",
23
+ strokeWidth: "2.00554"
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ d: "M62.6379 99.8739C82.9978 99.8739 99.5028 83.3689 99.5028 63.009C99.5028 42.649 82.9978 26.144 62.6379 26.144C42.2779 26.144 25.7729 42.649 25.7729 63.009C25.7729 83.3689 42.2779 99.8739 62.6379 99.8739Z",
26
+ fill: "#10162F",
27
+ stroke: "white",
28
+ strokeWidth: "2.00554"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M62.8768 77.6438C70.8781 77.6438 77.3645 71.1631 77.3645 63.1687C77.3645 55.1744 70.8781 48.6937 62.8768 48.6937C54.8755 48.6937 48.3892 55.1744 48.3892 63.1687C48.3892 71.1631 54.8755 77.6438 62.8768 77.6438Z",
31
+ fill: "#FF8C00",
32
+ stroke: "white",
33
+ strokeWidth: "2.00554"
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M77.1933 43.9952L85.8372 69.0691L65.6219 61.9982L77.1933 43.9952Z",
38
+ fill: "#141C3A",
39
+ stroke: "white",
40
+ strokeWidth: "2.00554"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ d: "M82.4316 56.3464L160.41 30.9524",
43
+ stroke: "white",
44
+ strokeWidth: "2.00554",
45
+ strokeLinecap: "square"
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M160.473 30.3074L165.977 19.0265",
48
+ stroke: "white",
49
+ strokeWidth: "2.00554",
50
+ strokeLinecap: "square"
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ d: "M153.07 32.7728L158.574 21.492",
53
+ stroke: "white",
54
+ strokeWidth: "2.00554",
55
+ strokeLinecap: "square"
56
+ }), /*#__PURE__*/_jsx("path", {
57
+ d: "M145.668 35.2379L151.172 23.957",
58
+ stroke: "white",
59
+ strokeWidth: "2.00554",
60
+ strokeLinecap: "square"
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M160.664 30.5429L171.954 36.0479",
63
+ stroke: "white",
64
+ strokeWidth: "2.00554",
65
+ strokeLinecap: "square"
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "M153.261 33.6241L164.552 39.1291",
68
+ stroke: "white",
69
+ strokeWidth: "2.00554",
70
+ strokeLinecap: "square"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M145.855 36.0897L157.146 41.5946",
73
+ stroke: "white",
74
+ strokeWidth: "2.00554",
75
+ strokeLinecap: "square"
76
+ })]
77
+ });
78
+ };
package/dist/index.d.ts CHANGED
@@ -32,6 +32,7 @@ export * from './Onboarding';
32
32
  export * from './Plant';
33
33
  export * from './PortfolioProject';
34
34
  export * from './PracticeProject';
35
+ export * from './PracticeTarget';
35
36
  export * from './Puzzle';
36
37
  export * from './Python';
37
38
  export * from './Sun';
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ export * from './Onboarding';
32
32
  export * from './Plant';
33
33
  export * from './PortfolioProject';
34
34
  export * from './PracticeProject';
35
+ export * from './PracticeTarget';
35
36
  export * from './Puzzle';
36
37
  export * from './Python';
37
38
  export * from './Sun';
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": "16.1.1-alpha.cc11c9.0",
7
+ "@codecademy/gamut-styles": "16.1.1",
8
8
  "classnames": "^2.2.5"
9
9
  },
10
10
  "description": "Illustrations library for Codecademy",
@@ -39,6 +39,6 @@
39
39
  "dist/**/[A-Z]**/[A-Z]*.js",
40
40
  "dist/**/[A-Z]**/index.js"
41
41
  ],
42
- "version": "0.37.1-alpha.cc11c9.0",
43
- "gitHead": "432083f1dd981dfeddfcccab32dc1351af04c23d"
42
+ "version": "0.37.2-alpha.8f18a8.0",
43
+ "gitHead": "160d29bf2c3d1251552436980ee62ec170745d0d"
44
44
  }