@codecademy/gamut-illustrations 0.36.1-alpha.a585bc.0 → 0.36.1-alpha.b7aded.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 * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
- export declare const LightBulbGears: React.FC<IllustrationProps>;
3
+ export declare const LightBulbAndGears: React.FC<IllustrationProps>;
@@ -1,7 +1,7 @@
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 LightBulbGears = function LightBulbGears(_ref) {
4
+ export var LightBulbAndGears = function LightBulbAndGears(_ref) {
5
5
  var ariaHidden = _ref['aria-hidden'],
6
6
  className = _ref.className,
7
7
  _ref$height = _ref.height,
package/dist/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export * from './Heart';
21
21
  export * from './Hills';
22
22
  export * from './HomeOffice';
23
23
  export * from './Keyhole';
24
- export * from './LightBulbGears';
24
+ export * from './LightBulbAndGears';
25
25
  export * from './MagnifyingGlass';
26
26
  export * from './Maze';
27
27
  export * from './Megaphone';
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ export * from './Heart';
21
21
  export * from './Hills';
22
22
  export * from './HomeOffice';
23
23
  export * from './Keyhole';
24
- export * from './LightBulbGears';
24
+ export * from './LightBulbAndGears';
25
25
  export * from './MagnifyingGlass';
26
26
  export * from './Maze';
27
27
  export * from './Megaphone';
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.36.1-alpha.a585bc.0",
43
- "gitHead": "5fe5ea74f26eaa69f2b9d2f5b6616f766931fb0e"
42
+ "version": "0.36.1-alpha.b7aded.0",
43
+ "gitHead": "3538621929d158ce3accdb16a78c623db021ba3d"
44
44
  }