UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

59 lines 5.12 kB
"use strict"; /** * * 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.SpotlightFixedPositioningSrc = exports.SpotlightInDialogSrc = exports.SpotlightInSideNavSrc = exports.SpotlightTourSrc = exports.SpotlightWithPointerSrc = exports.SpotlightWithImageSrc = exports.SpotlightWithIconSrc = exports.SpotlightWithLabelSrc = 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; } }); 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_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 = spotlight_with_label_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightWithIconSrc = spotlight_with_icon_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightWithImageSrc = spotlight_with_image_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightWithPointerSrc = spotlight_with_pointer_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightTourSrc = spotlight_tour_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightInSideNavSrc = spotlight_in_side_nav_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightInDialogSrc = spotlight_in_dialog_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); exports.SpotlightFixedPositioningSrc = spotlight_fixed_positioning_story_raw_1.default.replace(/^\/\*[\s\S]*?\*\/\s*/, ''); //# sourceMappingURL=index.js.map