UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

52 lines 4.05 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.BannerWithoutTitleSrc = exports.BannerWithIconsSrc = exports.BannerWithActionsSrc = exports.BannerGlobalSrc = exports.BannerCloseableSrc = exports.BannerVariantsSrc = exports.BannerWithoutTitle = exports.BannerWithIcons = exports.BannerWithActions = exports.BannerGlobal = exports.BannerCloseable = exports.BannerVariants = void 0; var banner_variants_story_1 = require("./banner-variants.story"); Object.defineProperty(exports, "BannerVariants", { enumerable: true, get: function () { return __importDefault(banner_variants_story_1).default; } }); var banner_closeable_story_1 = require("./banner-closeable.story"); Object.defineProperty(exports, "BannerCloseable", { enumerable: true, get: function () { return __importDefault(banner_closeable_story_1).default; } }); var banner_global_story_1 = require("./banner-global.story"); Object.defineProperty(exports, "BannerGlobal", { enumerable: true, get: function () { return __importDefault(banner_global_story_1).default; } }); var banner_with_actions_story_1 = require("./banner-with-actions.story"); Object.defineProperty(exports, "BannerWithActions", { enumerable: true, get: function () { return __importDefault(banner_with_actions_story_1).default; } }); var banner_with_icons_story_1 = require("./banner-with-icons.story"); Object.defineProperty(exports, "BannerWithIcons", { enumerable: true, get: function () { return __importDefault(banner_with_icons_story_1).default; } }); var banner_without_title_story_1 = require("./banner-without-title.story"); Object.defineProperty(exports, "BannerWithoutTitle", { enumerable: true, get: function () { return __importDefault(banner_without_title_story_1).default; } }); const export_stories_utils_1 = require("../../_common/export-stories-utils"); const banner_closeable_story_raw_1 = __importDefault(require("./banner-closeable.story?raw")); const banner_global_story_raw_1 = __importDefault(require("./banner-global.story?raw")); const banner_variants_story_raw_1 = __importDefault(require("./banner-variants.story?raw")); const banner_with_actions_story_raw_1 = __importDefault(require("./banner-with-actions.story?raw")); const banner_with_icons_story_raw_1 = __importDefault(require("./banner-with-icons.story?raw")); const banner_without_title_story_raw_1 = __importDefault(require("./banner-without-title.story?raw")); exports.BannerVariantsSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_variants_story_raw_1.default); exports.BannerCloseableSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_closeable_story_raw_1.default); exports.BannerGlobalSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_global_story_raw_1.default); exports.BannerWithActionsSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_with_actions_story_raw_1.default); exports.BannerWithIconsSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_with_icons_story_raw_1.default); exports.BannerWithoutTitleSrc = (0, export_stories_utils_1.removeLicenseHeader)(banner_without_title_story_raw_1.default); //# sourceMappingURL=index.js.map