@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
44 lines • 3.08 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.UserBubbleAndFilesSrc = exports.UserBubbleLongSrc = exports.UserBubbleActionSrc = exports.UserBubbleDefaultSrc = exports.UserBubbleAndFiles = exports.UserBubbleLong = exports.UserBubbleAction = exports.UserBubbleDefault = void 0;
var user_bubble_story_1 = require("./user-bubble.story");
Object.defineProperty(exports, "UserBubbleDefault", { enumerable: true, get: function () { return __importDefault(user_bubble_story_1).default; } });
var user_bubble_action_story_1 = require("./user-bubble-action.story");
Object.defineProperty(exports, "UserBubbleAction", { enumerable: true, get: function () { return __importDefault(user_bubble_action_story_1).default; } });
var user_bubble_long_story_1 = require("./user-bubble-long.story");
Object.defineProperty(exports, "UserBubbleLong", { enumerable: true, get: function () { return __importDefault(user_bubble_long_story_1).default; } });
var user_bubble_and_files_story_1 = require("./user-bubble-and-files.story");
Object.defineProperty(exports, "UserBubbleAndFiles", { enumerable: true, get: function () { return __importDefault(user_bubble_and_files_story_1).default; } });
const export_stories_utils_1 = require("../../../_common/export-stories-utils");
const user_bubble_story_raw_1 = __importDefault(require("./user-bubble.story?raw"));
const user_bubble_action_story_raw_1 = __importDefault(require("./user-bubble-action.story?raw"));
const user_bubble_and_files_story_raw_1 = __importDefault(require("./user-bubble-and-files.story?raw"));
const user_bubble_long_story_raw_1 = __importDefault(require("./user-bubble-long.story?raw"));
exports.UserBubbleDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(user_bubble_story_raw_1.default);
exports.UserBubbleActionSrc = (0, export_stories_utils_1.removeLicenseHeader)(user_bubble_action_story_raw_1.default);
exports.UserBubbleLongSrc = (0, export_stories_utils_1.removeLicenseHeader)(user_bubble_long_story_raw_1.default);
exports.UserBubbleAndFilesSrc = (0, export_stories_utils_1.removeLicenseHeader)(user_bubble_and_files_story_raw_1.default);
//# sourceMappingURL=index.js.map