@codecademy/gamut-illustrations 0.42.1-alpha.ef97f5.0 → 0.43.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,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export var
|
|
3
|
+
export var OfficeAnnouncement = function OfficeAnnouncement(_ref) {
|
|
4
4
|
var ariaHidden = _ref['aria-hidden'],
|
|
5
5
|
className = _ref.className,
|
|
6
6
|
height = _ref.height,
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export * from './BookAndNotepad';
|
|
|
10
10
|
export * from './Browser';
|
|
11
11
|
export * from './BrowserLock';
|
|
12
12
|
export * from './BrowserPuzzle';
|
|
13
|
-
export * from './Chapters';
|
|
14
13
|
export * from './ChatBox';
|
|
15
14
|
export * from './CodeCelebration';
|
|
16
15
|
export * from './Coffee';
|
|
@@ -33,6 +32,7 @@ export * from './MobilePhone';
|
|
|
33
32
|
export * from './MoneyBack';
|
|
34
33
|
export * from './New';
|
|
35
34
|
export * from './NumberBlocks';
|
|
35
|
+
export * from './OfficeAnnouncement';
|
|
36
36
|
export * from './Onboarding';
|
|
37
37
|
export * from './Plant';
|
|
38
38
|
export * from './PortfolioProject';
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,6 @@ export * from './BookAndNotepad';
|
|
|
10
10
|
export * from './Browser';
|
|
11
11
|
export * from './BrowserLock';
|
|
12
12
|
export * from './BrowserPuzzle';
|
|
13
|
-
export * from './Chapters';
|
|
14
13
|
export * from './ChatBox';
|
|
15
14
|
export * from './CodeCelebration';
|
|
16
15
|
export * from './Coffee';
|
|
@@ -33,6 +32,7 @@ export * from './MobilePhone';
|
|
|
33
32
|
export * from './MoneyBack';
|
|
34
33
|
export * from './New';
|
|
35
34
|
export * from './NumberBlocks';
|
|
35
|
+
export * from './OfficeAnnouncement';
|
|
36
36
|
export * from './Onboarding';
|
|
37
37
|
export * from './Plant';
|
|
38
38
|
export * from './PortfolioProject';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-illustrations",
|
|
3
3
|
"description": "Illustrations library for Codecademy",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.43.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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": "c9221d953b823a4c4de6e8c62319169611f1f0be"
|
|
36
36
|
}
|