UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

48 lines 3.72 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.PopoverCustomOffsetSrc = exports.PopoverInDialogSrc = exports.PopoverSeparateAnchorSrc = exports.PopoverNoButtonWrapperSrc = exports.PopoverDefaultSrc = exports.PopoverCustomOffset = exports.PopoverInDialog = exports.PopoverSeparateAnchor = exports.PopoverNoButtonWrapper = exports.PopoverDefault = void 0; var popover_default_story_1 = require("./popover-default.story"); Object.defineProperty(exports, "PopoverDefault", { enumerable: true, get: function () { return __importDefault(popover_default_story_1).default; } }); var popover_no_button_wrapper_story_1 = require("./popover-no-button-wrapper.story"); Object.defineProperty(exports, "PopoverNoButtonWrapper", { enumerable: true, get: function () { return __importDefault(popover_no_button_wrapper_story_1).default; } }); var popover_separate_anchor_story_1 = require("./popover-separate-anchor.story"); Object.defineProperty(exports, "PopoverSeparateAnchor", { enumerable: true, get: function () { return __importDefault(popover_separate_anchor_story_1).default; } }); var popover_in_dialog_story_1 = require("./popover-in-dialog.story"); Object.defineProperty(exports, "PopoverInDialog", { enumerable: true, get: function () { return __importDefault(popover_in_dialog_story_1).default; } }); var popover_custom_offset_story_1 = require("./popover-custom-offset.story"); Object.defineProperty(exports, "PopoverCustomOffset", { enumerable: true, get: function () { return __importDefault(popover_custom_offset_story_1).default; } }); const export_stories_utils_1 = require("../../_common/export-stories-utils"); const popover_custom_offset_story_raw_1 = __importDefault(require("./popover-custom-offset.story?raw")); const popover_default_story_raw_1 = __importDefault(require("./popover-default.story?raw")); const popover_in_dialog_story_raw_1 = __importDefault(require("./popover-in-dialog.story?raw")); const popover_no_button_wrapper_story_raw_1 = __importDefault(require("./popover-no-button-wrapper.story?raw")); const popover_separate_anchor_story_raw_1 = __importDefault(require("./popover-separate-anchor.story?raw")); exports.PopoverDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(popover_default_story_raw_1.default); exports.PopoverNoButtonWrapperSrc = (0, export_stories_utils_1.removeLicenseHeader)(popover_no_button_wrapper_story_raw_1.default); exports.PopoverSeparateAnchorSrc = (0, export_stories_utils_1.removeLicenseHeader)(popover_separate_anchor_story_raw_1.default); exports.PopoverInDialogSrc = (0, export_stories_utils_1.removeLicenseHeader)(popover_in_dialog_story_raw_1.default); exports.PopoverCustomOffsetSrc = (0, export_stories_utils_1.removeLicenseHeader)(popover_custom_offset_story_raw_1.default); //# sourceMappingURL=index.js.map