@codecademy/gamut-illustrations 0.45.3-alpha.8ea574.0 → 0.46.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/dist/Announcement.js +7 -8
- package/dist/Bee.js +7 -8
- package/dist/Bell.js +7 -8
- package/dist/BinaryBlocks.js +7 -8
- package/dist/BinaryStairs.js +7 -8
- package/dist/Blocks.js +7 -8
- package/dist/Blueprint.js +7 -8
- package/dist/BlueprintWhite.js +7 -8
- package/dist/BookAndNotepad.js +7 -8
- package/dist/Browser.js +7 -8
- package/dist/BrowserLock.js +7 -8
- package/dist/BrowserPuzzle.js +7 -8
- package/dist/ChatBox.js +7 -8
- package/dist/CodeCelebration.js +7 -8
- package/dist/Coffee.js +7 -8
- package/dist/Confetti.js +7 -8
- package/dist/EmailAt.js +7 -8
- package/dist/Envelope.js +7 -8
- package/dist/ErrorWindow.js +7 -8
- package/dist/Events.js +7 -8
- package/dist/Heart.js +7 -8
- package/dist/Hills.js +7 -8
- package/dist/HomeOffice.js +7 -8
- package/dist/Interest.js +7 -8
- package/dist/Interview.js +7 -8
- package/dist/Keyhole.js +7 -8
- package/dist/Knowledge.js +7 -8
- package/dist/LightBulbAndGears.js +9 -8
- package/dist/MagnifyingGlass.js +7 -8
- package/dist/Maze.js +7 -8
- package/dist/Megaphone.js +7 -8
- package/dist/MobilePhone.js +7 -8
- package/dist/MoneyBack.js +7 -8
- package/dist/New.js +7 -8
- package/dist/NumberBlocks.js +7 -8
- package/dist/OfficeAnnouncement.js +7 -8
- package/dist/Onboarding.js +293 -284
- package/dist/Plant.js +7 -8
- package/dist/PortfolioProject.js +7 -8
- package/dist/PracticeProject.js +7 -8
- package/dist/PracticeTarget.js +9 -8
- package/dist/ProjectReview.d.ts +3 -0
- package/dist/ProjectReview.js +488 -0
- package/dist/Purpose.js +7 -8
- package/dist/Puzzle.js +7 -8
- package/dist/Python.js +7 -8
- package/dist/SevenDayTrial.js +7 -8
- package/dist/Sun.js +7 -8
- package/dist/Syllabus.js +7 -8
- package/dist/Target.js +7 -8
- package/dist/TinyBlocks.js +5 -7
- package/dist/Warning.js +7 -8
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/SevenDayTrial.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
className,
|
|
7
|
-
height,
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var SevenDayTrial = function SevenDayTrial(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
10
9
|
return /*#__PURE__*/_jsxs("svg", {
|
|
11
10
|
className: className,
|
|
12
11
|
width: width,
|
package/dist/Sun.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
className,
|
|
7
|
-
height,
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Sun = function Sun(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
10
9
|
return /*#__PURE__*/_jsxs("svg", {
|
|
11
10
|
"aria-hidden": ariaHidden,
|
|
12
11
|
className: className,
|
package/dist/Syllabus.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
className,
|
|
7
|
-
height,
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Syllabus = function Syllabus(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
10
9
|
return /*#__PURE__*/_jsxs("svg", {
|
|
11
10
|
width: width,
|
|
12
11
|
height: height,
|
package/dist/Target.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
className,
|
|
7
|
-
height,
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Target = function Target(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
10
9
|
return /*#__PURE__*/_jsxs("svg", {
|
|
11
10
|
"aria-hidden": ariaHidden,
|
|
12
11
|
className: className,
|
package/dist/TinyBlocks.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
3
|
+
export var TinyBlocks = function TinyBlocks(_ref) {
|
|
4
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
5
|
+
className = _ref.className,
|
|
6
|
+
height = _ref.height,
|
|
7
|
+
width = _ref.width;
|
|
10
8
|
return /*#__PURE__*/_jsx("svg", {
|
|
11
9
|
"aria-hidden": ariaHidden,
|
|
12
10
|
className: className,
|
package/dist/Warning.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { jsx as _jsx
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
className,
|
|
7
|
-
height,
|
|
8
|
-
width
|
|
9
|
-
} = _ref;
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Warning = function Warning(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
10
9
|
return /*#__PURE__*/_jsxs("svg", {
|
|
11
10
|
"aria-hidden": ariaHidden,
|
|
12
11
|
className: className,
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export * from './Plant';
|
|
|
39
39
|
export * from './PortfolioProject';
|
|
40
40
|
export * from './PracticeProject';
|
|
41
41
|
export * from './PracticeTarget';
|
|
42
|
+
export * from './ProjectReview';
|
|
42
43
|
export * from './Purpose';
|
|
43
44
|
export * from './Puzzle';
|
|
44
45
|
export * from './Python';
|
package/dist/index.js
CHANGED
|
@@ -39,6 +39,7 @@ export * from './Plant';
|
|
|
39
39
|
export * from './PortfolioProject';
|
|
40
40
|
export * from './PracticeProject';
|
|
41
41
|
export * from './PracticeTarget';
|
|
42
|
+
export * from './ProjectReview';
|
|
42
43
|
export * from './Purpose';
|
|
43
44
|
export * from './Puzzle';
|
|
44
45
|
export * from './Python';
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-illustrations",
|
|
3
3
|
"description": "Illustrations library for Codecademy",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.46.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@codecademy/gamut-styles": "16.3.
|
|
8
|
+
"@codecademy/gamut-styles": "16.3.0",
|
|
9
9
|
"classnames": "^2.2.5"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
33
33
|
"dist/**/[A-Z]**/index.js"
|
|
34
34
|
],
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "8049bdc02f2b94224e75b880c6fffec13a6844d2"
|
|
36
36
|
}
|