Skip to content

Commit

Permalink
fix NeonJsonLd lib export
Browse files Browse the repository at this point in the history
  • Loading branch information
Frencil committed Jul 22, 2020
1 parent 7ccb8d8 commit 57a40dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as NeonFooter } from './components/NeonFooter';
export { default as NeonHeader } from './components/NeonHeader';
export { default as NeonMenu } from './components/NeonMenu';
export { default as NeonUtilityBar } from './components/NeonUtilityBar';
export { default as NeonJsonLd } from './components/NeonJsonLd';
export { default as DialogBase } from './components/DialogBase';
export { default as PopupBase } from './components/PopupBase';
export { default as PopupLoading } from './components/PopupLoading';
8 changes: 8 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ Object.defineProperty(exports, "NeonUtilityBar", {
return _NeonUtilityBar.default;
}
});
Object.defineProperty(exports, "NeonJsonLd", {
enumerable: true,
get: function get() {
return _NeonJsonLd.default;
}
});
Object.defineProperty(exports, "DialogBase", {
enumerable: true,
get: function get() {
Expand Down Expand Up @@ -214,6 +220,8 @@ var _NeonMenu = _interopRequireDefault(require("./components/NeonMenu"));

var _NeonUtilityBar = _interopRequireDefault(require("./components/NeonUtilityBar"));

var _NeonJsonLd = _interopRequireDefault(require("./components/NeonJsonLd"));

var _DialogBase = _interopRequireDefault(require("./components/DialogBase"));

var _PopupBase = _interopRequireDefault(require("./components/PopupBase"));
Expand Down
1 change: 1 addition & 0 deletions src/lib_components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { default as NeonFooter } from './components/NeonFooter';
export { default as NeonHeader } from './components/NeonHeader';
export { default as NeonMenu } from './components/NeonMenu';
export { default as NeonUtilityBar } from './components/NeonUtilityBar';
export { default as NeonJsonLd } from './components/NeonJsonLd';

export { default as DialogBase } from './components/DialogBase';
export { default as PopupBase } from './components/PopupBase';
Expand Down

0 comments on commit 57a40dc

Please sign in to comment.