UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

44 lines 3.08 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.SuggestionPrimarySrc = exports.SuggestionIconSrc = exports.SuggestionSizesSrc = exports.SuggestionDefaultSrc = exports.SuggestionPrimary = exports.SuggestionIcon = exports.SuggestionSizes = exports.SuggestionDefault = void 0; var suggestion_default_story_1 = require("./suggestion-default.story"); Object.defineProperty(exports, "SuggestionDefault", { enumerable: true, get: function () { return __importDefault(suggestion_default_story_1).default; } }); var suggestion_sizes_story_1 = require("./suggestion-sizes.story"); Object.defineProperty(exports, "SuggestionSizes", { enumerable: true, get: function () { return __importDefault(suggestion_sizes_story_1).default; } }); var suggestion_icon_story_1 = require("./suggestion-icon.story"); Object.defineProperty(exports, "SuggestionIcon", { enumerable: true, get: function () { return __importDefault(suggestion_icon_story_1).default; } }); var suggestion_primary_story_1 = require("./suggestion-primary.story"); Object.defineProperty(exports, "SuggestionPrimary", { enumerable: true, get: function () { return __importDefault(suggestion_primary_story_1).default; } }); const export_stories_utils_1 = require("../../../_common/export-stories-utils"); const suggestion_default_story_raw_1 = __importDefault(require("./suggestion-default.story?raw")); const suggestion_icon_story_raw_1 = __importDefault(require("./suggestion-icon.story?raw")); const suggestion_primary_story_raw_1 = __importDefault(require("./suggestion-primary.story?raw")); const suggestion_sizes_story_raw_1 = __importDefault(require("./suggestion-sizes.story?raw")); exports.SuggestionDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(suggestion_default_story_raw_1.default); exports.SuggestionSizesSrc = (0, export_stories_utils_1.removeLicenseHeader)(suggestion_sizes_story_raw_1.default); exports.SuggestionIconSrc = (0, export_stories_utils_1.removeLicenseHeader)(suggestion_icon_story_raw_1.default); exports.SuggestionPrimarySrc = (0, export_stories_utils_1.removeLicenseHeader)(suggestion_primary_story_raw_1.default); //# sourceMappingURL=index.js.map