@codecademy/gamut-illustrations 0.38.3-alpha.c3bdc7.0 → 0.39.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.
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import { IllustrationProps } from './types';
3
- export declare const Goal: React.FC<IllustrationProps>;
3
+ export declare const Purpose: React.FC<IllustrationProps>;
@@ -1,7 +1,7 @@
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 Goal = function Goal(_ref) {
4
+ export var Purpose = function Purpose(_ref) {
5
5
  var ariaHidden = _ref['aria-hidden'],
6
6
  className = _ref.className,
7
7
  height = _ref.height,
@@ -16,7 +16,7 @@ export var Goal = function Goal(_ref) {
16
16
  xmlnsXlink: "http://www.w3.org/1999/xlink",
17
17
  fill: "none",
18
18
  children: [/*#__PURE__*/_jsx("title", {
19
- children: "Goal Illustration"
19
+ children: "Purpose Illustration"
20
20
  }), /*#__PURE__*/_jsx("path", {
21
21
  fill: "#10162F",
22
22
  stroke: "#10162F",
package/dist/index.d.ts CHANGED
@@ -17,7 +17,7 @@ export * from './Confetti';
17
17
  export * from './EmailAt';
18
18
  export * from './Envelope';
19
19
  export * from './ErrorWindow';
20
- export * from './Goal';
20
+ export * from './Purpose';
21
21
  export * from './Heart';
22
22
  export * from './Hills';
23
23
  export * from './HomeOffice';
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ export * from './Confetti';
17
17
  export * from './EmailAt';
18
18
  export * from './Envelope';
19
19
  export * from './ErrorWindow';
20
- export * from './Goal';
20
+ export * from './Purpose';
21
21
  export * from './Heart';
22
22
  export * from './Hills';
23
23
  export * from './HomeOffice';
package/package.json CHANGED
@@ -39,6 +39,6 @@
39
39
  "dist/**/[A-Z]**/[A-Z]*.js",
40
40
  "dist/**/[A-Z]**/index.js"
41
41
  ],
42
- "version": "0.38.3-alpha.c3bdc7.0",
43
- "gitHead": "18a7471dcb1c62a5741de17454b033231c0fd9b7"
42
+ "version": "0.39.0",
43
+ "gitHead": "b7249b01e08d609665a7b076d076fa14db43c4e8"
44
44
  }