@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
56 lines • 4.44 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.DialogDangerSrc = exports.DialogWarningSrc = exports.DialogInfoSrc = exports.DialogImageSrc = exports.DialogVariantsSrc = exports.DialogTopAlignedSrc = exports.DialogDefaultSrc = exports.DialogDanger = exports.DialogWarning = exports.DialogInfo = exports.DialogVariants = exports.DialogImage = exports.DialogTopAligned = exports.DialogDefault = void 0;
var dialog_default_story_1 = require("./dialog-default.story");
Object.defineProperty(exports, "DialogDefault", { enumerable: true, get: function () { return __importDefault(dialog_default_story_1).default; } });
var dialog_top_aligned_story_1 = require("./dialog-top-aligned.story");
Object.defineProperty(exports, "DialogTopAligned", { enumerable: true, get: function () { return __importDefault(dialog_top_aligned_story_1).default; } });
var dialog_image_story_1 = require("./dialog-image.story");
Object.defineProperty(exports, "DialogImage", { enumerable: true, get: function () { return __importDefault(dialog_image_story_1).default; } });
var dialog_variants_story_1 = require("./dialog-variants.story");
Object.defineProperty(exports, "DialogVariants", { enumerable: true, get: function () { return __importDefault(dialog_variants_story_1).default; } });
var dialog_info_story_1 = require("./dialog-info.story");
Object.defineProperty(exports, "DialogInfo", { enumerable: true, get: function () { return __importDefault(dialog_info_story_1).default; } });
var dialog_warning_story_1 = require("./dialog-warning.story");
Object.defineProperty(exports, "DialogWarning", { enumerable: true, get: function () { return __importDefault(dialog_warning_story_1).default; } });
var dialog_danger_story_1 = require("./dialog-danger.story");
Object.defineProperty(exports, "DialogDanger", { enumerable: true, get: function () { return __importDefault(dialog_danger_story_1).default; } });
const export_stories_utils_1 = require("../../_common/export-stories-utils");
const dialog_danger_story_tsx_raw_1 = __importDefault(require("./dialog-danger.story.tsx?raw"));
const dialog_default_story_tsx_raw_1 = __importDefault(require("./dialog-default.story.tsx?raw"));
const dialog_image_story_tsx_raw_1 = __importDefault(require("./dialog-image.story.tsx?raw"));
const dialog_info_story_tsx_raw_1 = __importDefault(require("./dialog-info.story.tsx?raw"));
const dialog_top_aligned_story_tsx_raw_1 = __importDefault(require("./dialog-top-aligned.story.tsx?raw"));
const dialog_variants_story_tsx_raw_1 = __importDefault(require("./dialog-variants.story.tsx?raw"));
const dialog_warning_story_tsx_raw_1 = __importDefault(require("./dialog-warning.story.tsx?raw"));
exports.DialogDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_default_story_tsx_raw_1.default);
exports.DialogTopAlignedSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_top_aligned_story_tsx_raw_1.default);
exports.DialogVariantsSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_variants_story_tsx_raw_1.default);
exports.DialogImageSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_image_story_tsx_raw_1.default);
exports.DialogInfoSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_info_story_tsx_raw_1.default);
exports.DialogWarningSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_warning_story_tsx_raw_1.default);
exports.DialogDangerSrc = (0, export_stories_utils_1.removeLicenseHeader)(dialog_danger_story_tsx_raw_1.default);
//# sourceMappingURL=index.js.map