@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
60 lines • 4.78 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.ToastControlledSrc = exports.ToastCustomSrc = exports.ToastProgressBarSrc = exports.ToastCloseableSrc = exports.ToastActionSrc = exports.ToastDangerSrc = exports.ToastSuccessSrc = exports.ToastNeutralSrc = exports.ToastControlled = exports.ToastCustom = exports.ToastProgressBar = exports.ToastCloseable = exports.ToastAction = exports.ToastDanger = exports.ToastSuccess = exports.ToastNeutral = void 0;
var toast_neutral_story_1 = require("./toast-neutral-story");
Object.defineProperty(exports, "ToastNeutral", { enumerable: true, get: function () { return __importDefault(toast_neutral_story_1).default; } });
var toast_success_story_1 = require("./toast-success-story");
Object.defineProperty(exports, "ToastSuccess", { enumerable: true, get: function () { return __importDefault(toast_success_story_1).default; } });
var toast_danger_story_1 = require("./toast-danger-story");
Object.defineProperty(exports, "ToastDanger", { enumerable: true, get: function () { return __importDefault(toast_danger_story_1).default; } });
var toast_action_story_1 = require("./toast-action-story");
Object.defineProperty(exports, "ToastAction", { enumerable: true, get: function () { return __importDefault(toast_action_story_1).default; } });
var toast_closeable_story_1 = require("./toast-closeable-story");
Object.defineProperty(exports, "ToastCloseable", { enumerable: true, get: function () { return __importDefault(toast_closeable_story_1).default; } });
var toast_progress_bar_1 = require("./toast-progress-bar");
Object.defineProperty(exports, "ToastProgressBar", { enumerable: true, get: function () { return __importDefault(toast_progress_bar_1).default; } });
var toast_custom_story_1 = require("./toast-custom-story");
Object.defineProperty(exports, "ToastCustom", { enumerable: true, get: function () { return __importDefault(toast_custom_story_1).default; } });
var toast_controlled_story_1 = require("./toast-controlled-story");
Object.defineProperty(exports, "ToastControlled", { enumerable: true, get: function () { return __importDefault(toast_controlled_story_1).default; } });
const export_stories_utils_1 = require("../../_common/export-stories-utils");
const toast_action_story_raw_1 = __importDefault(require("./toast-action-story?raw"));
const toast_closeable_story_raw_1 = __importDefault(require("./toast-closeable-story?raw"));
const toast_controlled_story_raw_1 = __importDefault(require("./toast-controlled-story?raw"));
const toast_custom_story_raw_1 = __importDefault(require("./toast-custom-story?raw"));
const toast_danger_story_raw_1 = __importDefault(require("./toast-danger-story?raw"));
const toast_neutral_story_raw_1 = __importDefault(require("./toast-neutral-story?raw"));
const toast_progress_bar_raw_1 = __importDefault(require("./toast-progress-bar?raw"));
const toast_success_story_raw_1 = __importDefault(require("./toast-success-story?raw"));
exports.ToastNeutralSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_neutral_story_raw_1.default);
exports.ToastSuccessSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_success_story_raw_1.default);
exports.ToastDangerSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_danger_story_raw_1.default);
exports.ToastActionSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_action_story_raw_1.default);
exports.ToastCloseableSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_closeable_story_raw_1.default);
exports.ToastProgressBarSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_progress_bar_raw_1.default);
exports.ToastCustomSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_custom_story_raw_1.default);
exports.ToastControlledSrc = (0, export_stories_utils_1.removeLicenseHeader)(toast_controlled_story_raw_1.default);
//# sourceMappingURL=index.js.map