@codecademy/gamut-illustrations 0.32.3-alpha.2307e5.0 → 0.32.3-alpha.2a2889.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 (73) hide show
  1. package/dist/Announcement.d.ts +1 -1
  2. package/dist/Announcement.js +1 -1
  3. package/dist/Bee.d.ts +1 -1
  4. package/dist/Bee.js +1 -1
  5. package/dist/Bell.d.ts +1 -1
  6. package/dist/Bell.js +1 -1
  7. package/dist/BinaryBlocks.d.ts +1 -1
  8. package/dist/BinaryBlocks.js +1 -1
  9. package/dist/BinaryStairs.d.ts +1 -1
  10. package/dist/BinaryStairs.js +1 -1
  11. package/dist/Blocks.d.ts +1 -1
  12. package/dist/Blocks.js +1 -1
  13. package/dist/Blueprint.d.ts +1 -1
  14. package/dist/Blueprint.js +1 -1
  15. package/dist/Browser.d.ts +1 -1
  16. package/dist/Browser.js +1 -1
  17. package/dist/BrowserLock.d.ts +1 -1
  18. package/dist/BrowserLock.js +1 -1
  19. package/dist/BrowserPuzzle.d.ts +1 -1
  20. package/dist/BrowserPuzzle.js +1 -1
  21. package/dist/ChatBox.d.ts +1 -1
  22. package/dist/ChatBox.js +1 -1
  23. package/dist/CodeCelebration.d.ts +1 -1
  24. package/dist/CodeCelebration.js +1 -1
  25. package/dist/Coffee.d.ts +1 -1
  26. package/dist/Coffee.js +1 -1
  27. package/dist/Confetti.d.ts +1 -1
  28. package/dist/Confetti.js +1 -1
  29. package/dist/EmailAt.d.ts +1 -1
  30. package/dist/EmailAt.js +1 -1
  31. package/dist/Envelope.d.ts +1 -1
  32. package/dist/Envelope.js +1 -1
  33. package/dist/Heart.d.ts +1 -1
  34. package/dist/Heart.js +1 -1
  35. package/dist/Hills.d.ts +1 -1
  36. package/dist/Hills.js +1 -1
  37. package/dist/HomeOffice.d.ts +1 -1
  38. package/dist/HomeOffice.js +1 -1
  39. package/dist/Keyhole.d.ts +1 -1
  40. package/dist/Keyhole.js +1 -1
  41. package/dist/MagnifyingGlass.d.ts +1 -1
  42. package/dist/MagnifyingGlass.js +1 -1
  43. package/dist/Maze.d.ts +1 -1
  44. package/dist/Maze.js +1 -1
  45. package/dist/Megaphone.d.ts +1 -1
  46. package/dist/Megaphone.js +1 -1
  47. package/dist/MobilePhone.d.ts +1 -1
  48. package/dist/MobilePhone.js +1 -1
  49. package/dist/New.d.ts +1 -1
  50. package/dist/New.js +1 -1
  51. package/dist/NumberBlocks.d.ts +1 -1
  52. package/dist/NumberBlocks.js +1 -1
  53. package/dist/Onboarding.d.ts +1 -1
  54. package/dist/Onboarding.js +1 -1
  55. package/dist/Plant.d.ts +1 -1
  56. package/dist/Plant.js +1 -1
  57. package/dist/PortfolioProject.d.ts +1 -1
  58. package/dist/PortfolioProject.js +1 -1
  59. package/dist/PracticeProject.d.ts +1 -1
  60. package/dist/PracticeProject.js +1 -1
  61. package/dist/Puzzle.d.ts +1 -1
  62. package/dist/Puzzle.js +1 -1
  63. package/dist/Python.d.ts +1 -1
  64. package/dist/Python.js +1 -1
  65. package/dist/Sun.d.ts +1 -1
  66. package/dist/Sun.js +1 -1
  67. package/dist/Syllabus.d.ts +1 -1
  68. package/dist/Syllabus.js +1 -1
  69. package/dist/Target.d.ts +1 -1
  70. package/dist/Target.js +1 -1
  71. package/dist/TinyBlocks.d.ts +1 -1
  72. package/dist/TinyBlocks.js +1 -1
  73. package/package.json +3 -3
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Announcement: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Announcement = function Announcement(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Bee.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Bee: React.FC<IllustrationProps>;
package/dist/Bee.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Bee = function Bee(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Bell.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Bell: React.FC<IllustrationProps>;
package/dist/Bell.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Bell = function Bell(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const BinaryBlocks: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var BinaryBlocks = function BinaryBlocks(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const BinaryStairs: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var BinaryStairs = function BinaryStairs(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Blocks.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from '.';
3
3
  export declare const Blocks: React.FC<IllustrationProps>;
package/dist/Blocks.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Blocks = function Blocks(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Blueprint: React.FC<IllustrationProps>;
package/dist/Blueprint.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Blueprint = function Blueprint(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Browser.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Browser: React.FC<IllustrationProps>;
package/dist/Browser.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Browser = function Browser(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const BrowserLock: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var BrowserLock = function BrowserLock(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const BrowserPuzzle: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var BrowserPuzzle = function BrowserPuzzle(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/ChatBox.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const ChatBox: React.FC<IllustrationProps>;
package/dist/ChatBox.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var ChatBox = function ChatBox(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const CodeCelebration: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var CodeCelebration = function CodeCelebration(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Coffee.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Coffee: React.FC<IllustrationProps>;
package/dist/Coffee.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Coffee = function Coffee(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Confetti: React.FC<IllustrationProps>;
package/dist/Confetti.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Confetti = function Confetti(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/EmailAt.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const EmailAt: React.FC<IllustrationProps>;
package/dist/EmailAt.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var EmailAt = function EmailAt(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Envelope: React.FC<IllustrationProps>;
package/dist/Envelope.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Envelope = function Envelope(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Heart.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Heart: React.FC<IllustrationProps>;
package/dist/Heart.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Heart = function Heart(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Hills.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Hills: React.FC<IllustrationProps>;
package/dist/Hills.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Hills = function Hills(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const HomeOffice: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var HomeOffice = function HomeOffice(_ref) {
3
3
  var className = _ref.className,
4
4
  height = _ref.height,
package/dist/Keyhole.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Keyhole: React.FC<IllustrationProps>;
package/dist/Keyhole.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Keyhole = function Keyhole(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const MagnifyingGlass: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var MagnifyingGlass = function MagnifyingGlass(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Maze.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Maze: React.FC<IllustrationProps>;
package/dist/Maze.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Maze = function Maze(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Megaphone: React.FC<IllustrationProps>;
package/dist/Megaphone.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Megaphone = function Megaphone(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const MobilePhone: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var MobilePhone = function MobilePhone(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/New.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const New: React.FC<IllustrationProps>;
package/dist/New.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var New = function New(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const NumberBlocks: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var NumberBlocks = function NumberBlocks(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Onboarding: React.FC<IllustrationProps>;
@@ -1,6 +1,6 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
- import React from 'react';
3
+ import * as React from 'react';
4
4
  export var Onboarding = function Onboarding(props) {
5
5
  return /*#__PURE__*/React.createElement("svg", _extends({
6
6
  "aria-hidden": props['aria-hidden'],
package/dist/Plant.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Plant: React.FC<IllustrationProps>;
package/dist/Plant.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Plant = function Plant(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const PortfolioProject: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var PortfolioProject = function PortfolioProject(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const PracticeProject: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var PracticeProject = function PracticeProject(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Puzzle.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Puzzle: React.FC<IllustrationProps>;
package/dist/Puzzle.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Puzzle = function Puzzle(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Python.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Python: React.FC<IllustrationProps>;
package/dist/Python.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Python = function Python(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Sun.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Sun: React.FC<IllustrationProps>;
package/dist/Sun.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Sun = function Sun(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Syllabus: React.FC<IllustrationProps>;
package/dist/Syllabus.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Syllabus = function Syllabus(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
package/dist/Target.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Target: React.FC<IllustrationProps>;
package/dist/Target.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var Target = function Target(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const TinyBlocks: React.FC<IllustrationProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export var TinyBlocks = function TinyBlocks(_ref) {
3
3
  var ariaHidden = _ref['aria-hidden'],
4
4
  className = _ref.className,
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": "14.1.2-alpha.2307e5.0",
7
+ "@codecademy/gamut-styles": "14.1.2-alpha.2a2889.0",
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.32.3-alpha.2307e5.0",
43
- "gitHead": "d07306edcde380ffa0c333a50b0cd5eea70e879b"
42
+ "version": "0.32.3-alpha.2a2889.0",
43
+ "gitHead": "c63f1697f330d107f6cd676ff1055a0a46df6ba8"
44
44
  }