UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

48 lines 3.45 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.TabsDisabledSource = exports.TabsWithIconsSource = exports.TabsSizesSource = exports.TabsFillVariantsSource = exports.TabsDefaultSource = exports.TabsDisabled = exports.TabsWithIcons = exports.TabsSizes = exports.TabsFillVariants = exports.TabsDefault = void 0; var tabs_default_story_1 = require("./tabs-default.story"); Object.defineProperty(exports, "TabsDefault", { enumerable: true, get: function () { return __importDefault(tabs_default_story_1).default; } }); var tabs_fill_variants_story_1 = require("./tabs-fill-variants.story"); Object.defineProperty(exports, "TabsFillVariants", { enumerable: true, get: function () { return __importDefault(tabs_fill_variants_story_1).default; } }); var tabs_sizes_story_1 = require("./tabs-sizes.story"); Object.defineProperty(exports, "TabsSizes", { enumerable: true, get: function () { return __importDefault(tabs_sizes_story_1).default; } }); var tabs_with_icons_story_1 = require("./tabs-with-icons.story"); Object.defineProperty(exports, "TabsWithIcons", { enumerable: true, get: function () { return __importDefault(tabs_with_icons_story_1).default; } }); var tabs_disabled_story_1 = require("./tabs-disabled.story"); Object.defineProperty(exports, "TabsDisabled", { enumerable: true, get: function () { return __importDefault(tabs_disabled_story_1).default; } }); const export_stories_utils_1 = require("@neo4j-ndl/react/_common/export-stories-utils"); const tabs_default_story_raw_1 = __importDefault(require("./tabs-default.story?raw")); const tabs_disabled_story_raw_1 = __importDefault(require("./tabs-disabled.story?raw")); const tabs_fill_variants_story_raw_1 = __importDefault(require("./tabs-fill-variants.story?raw")); const tabs_sizes_story_raw_1 = __importDefault(require("./tabs-sizes.story?raw")); const tabs_with_icons_story_raw_1 = __importDefault(require("./tabs-with-icons.story?raw")); exports.TabsDefaultSource = (0, export_stories_utils_1.removeLicenseHeader)(tabs_default_story_raw_1.default); exports.TabsFillVariantsSource = (0, export_stories_utils_1.removeLicenseHeader)(tabs_fill_variants_story_raw_1.default); exports.TabsSizesSource = (0, export_stories_utils_1.removeLicenseHeader)(tabs_sizes_story_raw_1.default); exports.TabsWithIconsSource = (0, export_stories_utils_1.removeLicenseHeader)(tabs_with_icons_story_raw_1.default); exports.TabsDisabledSource = (0, export_stories_utils_1.removeLicenseHeader)(tabs_disabled_story_raw_1.default); //# sourceMappingURL=index.js.map