@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
48 lines • 3.71 kB
JavaScript
;
/**
*
* 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.SkeletonFullExampleSrc = exports.SkeletonInheritHeightSrc = exports.SkeletonInheritWidthSrc = exports.SkeletonCircularSrc = exports.SkeletonDefaultSrc = exports.SkeletonFullExample = exports.SkeletonInheritHeight = exports.SkeletonInheritWidth = exports.SkeletonCircular = exports.SkeletonDefault = void 0;
const export_stories_utils_1 = require("../../_common/export-stories-utils");
var skeleton_default_story_1 = require("./skeleton-default.story");
Object.defineProperty(exports, "SkeletonDefault", { enumerable: true, get: function () { return __importDefault(skeleton_default_story_1).default; } });
var skeleton_circular_story_1 = require("./skeleton-circular.story");
Object.defineProperty(exports, "SkeletonCircular", { enumerable: true, get: function () { return __importDefault(skeleton_circular_story_1).default; } });
var skeleton_inherit_width_story_1 = require("./skeleton-inherit-width.story");
Object.defineProperty(exports, "SkeletonInheritWidth", { enumerable: true, get: function () { return __importDefault(skeleton_inherit_width_story_1).default; } });
var skeleton_inherit_height_story_1 = require("./skeleton-inherit-height.story");
Object.defineProperty(exports, "SkeletonInheritHeight", { enumerable: true, get: function () { return __importDefault(skeleton_inherit_height_story_1).default; } });
var skeleton_full_example_story_1 = require("./skeleton-full-example.story");
Object.defineProperty(exports, "SkeletonFullExample", { enumerable: true, get: function () { return __importDefault(skeleton_full_example_story_1).default; } });
const skeleton_circular_story_raw_1 = __importDefault(require("./skeleton-circular.story?raw"));
const skeleton_default_story_raw_1 = __importDefault(require("./skeleton-default.story?raw"));
const skeleton_full_example_story_raw_1 = __importDefault(require("./skeleton-full-example.story?raw"));
const skeleton_inherit_height_story_raw_1 = __importDefault(require("./skeleton-inherit-height.story?raw"));
const skeleton_inherit_width_story_raw_1 = __importDefault(require("./skeleton-inherit-width.story?raw"));
exports.SkeletonDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(skeleton_default_story_raw_1.default);
exports.SkeletonCircularSrc = (0, export_stories_utils_1.removeLicenseHeader)(skeleton_circular_story_raw_1.default);
exports.SkeletonInheritWidthSrc = (0, export_stories_utils_1.removeLicenseHeader)(skeleton_inherit_width_story_raw_1.default);
exports.SkeletonInheritHeightSrc = (0, export_stories_utils_1.removeLicenseHeader)(skeleton_inherit_height_story_raw_1.default);
exports.SkeletonFullExampleSrc = (0, export_stories_utils_1.removeLicenseHeader)(skeleton_full_example_story_raw_1.default);
//# sourceMappingURL=index.js.map