@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
52 lines • 3.92 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.AvatarStatusesSource = exports.AvatarTypesSource = exports.AvatarShapesSource = exports.AvatarSizesSource = exports.AvatarDisabledSource = exports.AvatarDefaultSource = exports.AvatarStatuses = exports.AvatarTypes = exports.AvatarShapes = exports.AvatarSizes = exports.AvatarDisabled = exports.AvatarDefault = void 0;
var avatar_default_story_1 = require("./avatar-default.story");
Object.defineProperty(exports, "AvatarDefault", { enumerable: true, get: function () { return __importDefault(avatar_default_story_1).default; } });
var avatar_disabled_story_1 = require("./avatar-disabled.story");
Object.defineProperty(exports, "AvatarDisabled", { enumerable: true, get: function () { return __importDefault(avatar_disabled_story_1).default; } });
var avatar_sizes_story_1 = require("./avatar-sizes.story");
Object.defineProperty(exports, "AvatarSizes", { enumerable: true, get: function () { return __importDefault(avatar_sizes_story_1).default; } });
var avatar_shapes_story_1 = require("./avatar-shapes.story");
Object.defineProperty(exports, "AvatarShapes", { enumerable: true, get: function () { return __importDefault(avatar_shapes_story_1).default; } });
var avatar_types_story_1 = require("./avatar-types.story");
Object.defineProperty(exports, "AvatarTypes", { enumerable: true, get: function () { return __importDefault(avatar_types_story_1).default; } });
var avatar_statuses_story_1 = require("./avatar-statuses.story");
Object.defineProperty(exports, "AvatarStatuses", { enumerable: true, get: function () { return __importDefault(avatar_statuses_story_1).default; } });
const export_stories_utils_1 = require("@neo4j-ndl/react/_common/export-stories-utils");
const avatar_default_story_raw_1 = __importDefault(require("./avatar-default.story?raw"));
const avatar_disabled_story_raw_1 = __importDefault(require("./avatar-disabled.story?raw"));
const avatar_shapes_story_raw_1 = __importDefault(require("./avatar-shapes.story?raw"));
const avatar_sizes_story_raw_1 = __importDefault(require("./avatar-sizes.story?raw"));
const avatar_statuses_story_raw_1 = __importDefault(require("./avatar-statuses.story?raw"));
const avatar_types_story_raw_1 = __importDefault(require("./avatar-types.story?raw"));
exports.AvatarDefaultSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_default_story_raw_1.default);
exports.AvatarDisabledSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_disabled_story_raw_1.default);
exports.AvatarSizesSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_sizes_story_raw_1.default);
exports.AvatarShapesSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_shapes_story_raw_1.default);
exports.AvatarTypesSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_types_story_raw_1.default);
exports.AvatarStatusesSource = (0, export_stories_utils_1.removeLicenseHeader)(avatar_statuses_story_raw_1.default);
//# sourceMappingURL=index.js.map