@codecademy/gamut-illustrations 0.38.3-alpha.c3bdc7.0 → 0.39.0-alpha.23e645.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/{Goal.d.ts → Purpose.d.ts} +1 -1
- package/dist/{Goal.js → Purpose.js} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
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: "
|
|
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 './
|
|
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 './
|
|
20
|
+
export * from './Purpose';
|
|
21
21
|
export * from './Heart';
|
|
22
22
|
export * from './Hills';
|
|
23
23
|
export * from './HomeOffice';
|
package/dist/types.d.ts
CHANGED
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.
|
|
43
|
-
"gitHead": "
|
|
42
|
+
"version": "0.39.0-alpha.23e645.0",
|
|
43
|
+
"gitHead": "0a7598c91fe7981102e303570d7b7597951ad556"
|
|
44
44
|
}
|