@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
56 lines • 4.73 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.ResponseFullExampleSource = exports.ResponseListsSource = exports.ResponseHeadingsSource = exports.ResponseCodeExamplesSource = exports.ResponseAllComponentsSource = exports.ResponseStreamingSource = exports.ResponseDefaultSource = exports.ResponseFullExample = exports.ResponseLists = exports.ResponseHeadings = exports.ResponseCodeExamples = exports.ResponseAllComponents = exports.ResponseStreaming = exports.ResponseDefault = void 0;
var response_default_story_1 = require("./response-default.story");
Object.defineProperty(exports, "ResponseDefault", { enumerable: true, get: function () { return __importDefault(response_default_story_1).default; } });
var response_streaming_story_1 = require("./response-streaming.story");
Object.defineProperty(exports, "ResponseStreaming", { enumerable: true, get: function () { return __importDefault(response_streaming_story_1).default; } });
var response_all_components_story_1 = require("./response-all-components.story");
Object.defineProperty(exports, "ResponseAllComponents", { enumerable: true, get: function () { return __importDefault(response_all_components_story_1).default; } });
var response_code_examples_story_1 = require("./response-code-examples.story");
Object.defineProperty(exports, "ResponseCodeExamples", { enumerable: true, get: function () { return __importDefault(response_code_examples_story_1).default; } });
var response_headings_story_1 = require("./response-headings.story");
Object.defineProperty(exports, "ResponseHeadings", { enumerable: true, get: function () { return __importDefault(response_headings_story_1).default; } });
var response_lists_story_1 = require("./response-lists.story");
Object.defineProperty(exports, "ResponseLists", { enumerable: true, get: function () { return __importDefault(response_lists_story_1).default; } });
var response_full_example_story_1 = require("./response-full-example.story");
Object.defineProperty(exports, "ResponseFullExample", { enumerable: true, get: function () { return __importDefault(response_full_example_story_1).default; } });
const export_stories_utils_1 = require("../../../_common/export-stories-utils");
const response_all_components_story_raw_1 = __importDefault(require("./response-all-components.story?raw"));
const response_code_examples_story_raw_1 = __importDefault(require("./response-code-examples.story?raw"));
const response_default_story_raw_1 = __importDefault(require("./response-default.story?raw"));
const response_full_example_story_raw_1 = __importDefault(require("./response-full-example.story?raw"));
const response_headings_story_raw_1 = __importDefault(require("./response-headings.story?raw"));
const response_lists_story_raw_1 = __importDefault(require("./response-lists.story?raw"));
const response_streaming_story_raw_1 = __importDefault(require("./response-streaming.story?raw"));
exports.ResponseDefaultSource = (0, export_stories_utils_1.removeLicenseHeader)(response_default_story_raw_1.default);
exports.ResponseStreamingSource = (0, export_stories_utils_1.removeLicenseHeader)(response_streaming_story_raw_1.default);
exports.ResponseAllComponentsSource = (0, export_stories_utils_1.removeLicenseHeader)(response_all_components_story_raw_1.default);
exports.ResponseCodeExamplesSource = (0, export_stories_utils_1.removeLicenseHeader)(response_code_examples_story_raw_1.default);
exports.ResponseHeadingsSource = (0, export_stories_utils_1.removeLicenseHeader)(response_headings_story_raw_1.default);
exports.ResponseListsSource = (0, export_stories_utils_1.removeLicenseHeader)(response_lists_story_raw_1.default);
exports.ResponseFullExampleSource = (0, export_stories_utils_1.removeLicenseHeader)(response_full_example_story_raw_1.default);
//# sourceMappingURL=index.js.map