@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
64 lines • 5.79 kB
JavaScript
;
/**
*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpotlightOnTabsSrc = exports.SpotlightFixedPositioningSrc = exports.SpotlightInDialogSrc = exports.SpotlightInSideNavSrc = exports.SpotlightTourSrc = exports.SpotlightWithPointerSrc = exports.SpotlightWithImageSrc = exports.SpotlightWithIconSrc = exports.SpotlightWithLabelSrc = exports.SpotlightOnTabs = exports.SpotlightFixedPositioning = exports.SpotlightInDialog = exports.SpotlightInSideNav = exports.SpotlightTour = exports.SpotlightWithPointer = exports.SpotlightWithImage = exports.SpotlightWithIcon = exports.SpotlightWithLabel = void 0;
var spotlight_with_label_story_1 = require("./spotlight-with-label.story");
Object.defineProperty(exports, "SpotlightWithLabel", { enumerable: true, get: function () { return __importDefault(spotlight_with_label_story_1).default; } });
var spotlight_with_icon_story_1 = require("./spotlight-with-icon.story");
Object.defineProperty(exports, "SpotlightWithIcon", { enumerable: true, get: function () { return __importDefault(spotlight_with_icon_story_1).default; } });
var spotlight_with_image_story_1 = require("./spotlight-with-image.story");
Object.defineProperty(exports, "SpotlightWithImage", { enumerable: true, get: function () { return __importDefault(spotlight_with_image_story_1).default; } });
var spotlight_with_pointer_story_1 = require("./spotlight-with-pointer.story");
Object.defineProperty(exports, "SpotlightWithPointer", { enumerable: true, get: function () { return __importDefault(spotlight_with_pointer_story_1).default; } });
var spotlight_tour_story_1 = require("./spotlight-tour.story");
Object.defineProperty(exports, "SpotlightTour", { enumerable: true, get: function () { return __importDefault(spotlight_tour_story_1).default; } });
var spotlight_in_side_nav_story_1 = require("./spotlight-in-side-nav.story");
Object.defineProperty(exports, "SpotlightInSideNav", { enumerable: true, get: function () { return __importDefault(spotlight_in_side_nav_story_1).default; } });
var spotlight_in_dialog_story_1 = require("./spotlight-in-dialog.story");
Object.defineProperty(exports, "SpotlightInDialog", { enumerable: true, get: function () { return __importDefault(spotlight_in_dialog_story_1).default; } });
var spotlight_fixed_positioning_story_1 = require("./spotlight-fixed-positioning.story");
Object.defineProperty(exports, "SpotlightFixedPositioning", { enumerable: true, get: function () { return __importDefault(spotlight_fixed_positioning_story_1).default; } });
var spotlight_on_tabs_story_1 = require("./spotlight-on-tabs.story");
Object.defineProperty(exports, "SpotlightOnTabs", { enumerable: true, get: function () { return __importDefault(spotlight_on_tabs_story_1).default; } });
const export_stories_utils_1 = require("../../_common/export-stories-utils");
const spotlight_fixed_positioning_story_raw_1 = __importDefault(require("./spotlight-fixed-positioning.story?raw"));
const spotlight_in_dialog_story_raw_1 = __importDefault(require("./spotlight-in-dialog.story?raw"));
const spotlight_in_side_nav_story_raw_1 = __importDefault(require("./spotlight-in-side-nav.story?raw"));
const spotlight_on_tabs_story_raw_1 = __importDefault(require("./spotlight-on-tabs.story?raw"));
const spotlight_tour_story_raw_1 = __importDefault(require("./spotlight-tour.story?raw"));
const spotlight_with_icon_story_raw_1 = __importDefault(require("./spotlight-with-icon.story?raw"));
const spotlight_with_image_story_raw_1 = __importDefault(require("./spotlight-with-image.story?raw"));
const spotlight_with_label_story_raw_1 = __importDefault(require("./spotlight-with-label.story?raw"));
const spotlight_with_pointer_story_raw_1 = __importDefault(require("./spotlight-with-pointer.story?raw"));
exports.SpotlightWithLabelSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_with_label_story_raw_1.default);
exports.SpotlightWithIconSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_with_icon_story_raw_1.default);
exports.SpotlightWithImageSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_with_image_story_raw_1.default);
exports.SpotlightWithPointerSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_with_pointer_story_raw_1.default);
exports.SpotlightTourSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_tour_story_raw_1.default);
exports.SpotlightInSideNavSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_in_side_nav_story_raw_1.default);
exports.SpotlightInDialogSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_in_dialog_story_raw_1.default);
exports.SpotlightFixedPositioningSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_fixed_positioning_story_raw_1.default);
exports.SpotlightOnTabsSrc = (0, export_stories_utils_1.removeLicenseHeader)(spotlight_on_tabs_story_raw_1.default);
//# sourceMappingURL=index.js.map