@codecademy/gamut-illustrations 0.39.1 → 0.39.2-alpha.ab0105.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.
Files changed (46) hide show
  1. package/dist/Announcement.js +7 -5
  2. package/dist/Bee.js +7 -5
  3. package/dist/Bell.js +7 -5
  4. package/dist/BinaryBlocks.js +7 -5
  5. package/dist/BinaryStairs.js +7 -5
  6. package/dist/Blocks.js +7 -5
  7. package/dist/Blueprint.js +7 -5
  8. package/dist/BlueprintWhite.js +7 -5
  9. package/dist/BookAndNotepad.js +7 -5
  10. package/dist/Browser.js +7 -5
  11. package/dist/BrowserLock.js +7 -5
  12. package/dist/BrowserPuzzle.js +7 -5
  13. package/dist/ChatBox.js +7 -5
  14. package/dist/CodeCelebration.js +7 -5
  15. package/dist/Coffee.js +7 -5
  16. package/dist/Confetti.js +7 -5
  17. package/dist/EmailAt.js +7 -5
  18. package/dist/Envelope.js +7 -5
  19. package/dist/ErrorWindow.js +7 -5
  20. package/dist/Heart.js +7 -5
  21. package/dist/Hills.js +7 -5
  22. package/dist/HomeOffice.js +7 -5
  23. package/dist/Interest.js +7 -5
  24. package/dist/Keyhole.js +7 -5
  25. package/dist/Knowledge.js +7 -5
  26. package/dist/LightBulbAndGears.js +7 -7
  27. package/dist/MagnifyingGlass.js +7 -5
  28. package/dist/Maze.js +7 -5
  29. package/dist/Megaphone.js +7 -5
  30. package/dist/MobilePhone.js +7 -5
  31. package/dist/New.js +7 -5
  32. package/dist/NumberBlocks.js +7 -5
  33. package/dist/Onboarding.js +283 -291
  34. package/dist/Plant.js +7 -5
  35. package/dist/PortfolioProject.js +7 -5
  36. package/dist/PracticeProject.js +7 -5
  37. package/dist/PracticeTarget.js +7 -7
  38. package/dist/Purpose.js +7 -5
  39. package/dist/Puzzle.js +7 -5
  40. package/dist/Python.js +7 -5
  41. package/dist/Sun.js +7 -5
  42. package/dist/Syllabus.js +7 -5
  43. package/dist/Target.js +7 -5
  44. package/dist/TinyBlocks.js +7 -5
  45. package/dist/Warning.js +7 -5
  46. package/package.json +10 -15
package/dist/Plant.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Plant = function Plant(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const Plant = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var PortfolioProject = function PortfolioProject(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const PortfolioProject = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var PracticeProject = function PracticeProject(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const PracticeProject = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
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;
4
+ export const PracticeTarget = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height = '174',
9
+ width = '126'
10
+ } = _ref;
11
11
  return /*#__PURE__*/_jsxs("svg", {
12
12
  "aria-hidden": ariaHidden,
13
13
  className: className,
package/dist/Purpose.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Purpose = function Purpose(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const Purpose = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
package/dist/Puzzle.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Puzzle = function Puzzle(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const Puzzle = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
package/dist/Python.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
4
- export var Python = function Python(_ref) {
5
- var ariaHidden = _ref['aria-hidden'],
6
- className = _ref.className,
7
- height = _ref.height,
8
- width = _ref.width;
4
+ export const Python = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
package/dist/Sun.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
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;
4
+ export const Sun = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
package/dist/Syllabus.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
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;
4
+ export const Syllabus = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  width: width,
11
13
  height: height,
package/dist/Target.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
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;
4
+ export const Target = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
@@ -1,10 +1,12 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
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;
3
+ export const TinyBlocks = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
8
10
  return /*#__PURE__*/_jsx("svg", {
9
11
  "aria-hidden": ariaHidden,
10
12
  className: className,
package/dist/Warning.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
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;
4
+ export const Warning = _ref => {
5
+ let {
6
+ 'aria-hidden': ariaHidden,
7
+ className,
8
+ height,
9
+ width
10
+ } = _ref;
9
11
  return /*#__PURE__*/_jsxs("svg", {
10
12
  "aria-hidden": ariaHidden,
11
13
  className: className,
package/package.json CHANGED
@@ -1,21 +1,20 @@
1
1
  {
2
+ "name": "@codecademy/gamut-illustrations",
3
+ "description": "Illustrations library for Codecademy",
4
+ "version": "0.39.2-alpha.ab0105.0",
2
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
3
- "bugs": {
4
- "url": "https://github.com/Codecademy/gamut/issues"
5
- },
6
+ "bugs": "https://github.com/Codecademy/gamut/issues",
6
7
  "dependencies": {
7
- "@codecademy/gamut-styles": "16.1.3",
8
+ "@codecademy/gamut-styles": "16.1.4-alpha.ab0105.0",
8
9
  "classnames": "^2.2.5"
9
10
  },
10
- "description": "Illustrations library for Codecademy",
11
- "homepage": "https://github.com/Codecademy/gamut#readme",
12
- "name": "@codecademy/gamut-illustrations",
13
- "module": "./dist/index.js",
14
- "main": "./dist/index.js",
15
11
  "files": [
16
12
  "dist"
17
13
  ],
14
+ "homepage": "https://github.com/Codecademy/gamut#readme",
18
15
  "license": "MIT",
16
+ "main": "./dist/index.js",
17
+ "module": "./dist/index.js",
19
18
  "peerDependencies": {
20
19
  "@emotion/react": "^11.4.0",
21
20
  "@emotion/styled": "^11.3.0",
@@ -25,10 +24,7 @@
25
24
  "publishConfig": {
26
25
  "access": "public"
27
26
  },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+ssh://git@github.com/Codecademy/gamut.git"
31
- },
27
+ "repository": "Codecademy/gamut.git",
32
28
  "scripts": {
33
29
  "build": "nx build @codecademy/gamut-illustrations"
34
30
  },
@@ -36,6 +32,5 @@
36
32
  "dist/**/[A-Z]**/[A-Z]*.js",
37
33
  "dist/**/[A-Z]**/index.js"
38
34
  ],
39
- "version": "0.39.1",
40
- "gitHead": "baa23988e9eb59834cafd89bbfd7923dfe1039d9"
35
+ "gitHead": "65f4a4ec3d2cc7ff219edacc40de7bf02dcef79b"
41
36
  }