@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
60 lines • 4.84 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.CodeFullSrc = exports.CodeLanguagesSrc = exports.CodeLineNumbersSrc = exports.CodeDisabledSrc = exports.CodeOverflowSrc = exports.CodeWithHeaderSrc = exports.CodeWithActionsSrc = exports.CodeDefaultSrc = exports.CodeFull = exports.CodeLanguages = exports.CodeLineNumbers = exports.CodeDisabled = exports.CodeOverflow = exports.CodeWithHeader = exports.CodeWithActions = exports.CodeDefault = void 0;
var code_default_story_1 = require("./code-default.story");
Object.defineProperty(exports, "CodeDefault", { enumerable: true, get: function () { return __importDefault(code_default_story_1).default; } });
var code_with_actions_story_1 = require("./code-with-actions.story");
Object.defineProperty(exports, "CodeWithActions", { enumerable: true, get: function () { return __importDefault(code_with_actions_story_1).default; } });
var code_with_header_story_1 = require("./code-with-header.story");
Object.defineProperty(exports, "CodeWithHeader", { enumerable: true, get: function () { return __importDefault(code_with_header_story_1).default; } });
var code_overflow_story_1 = require("./code-overflow.story");
Object.defineProperty(exports, "CodeOverflow", { enumerable: true, get: function () { return __importDefault(code_overflow_story_1).default; } });
var code_disabled_story_1 = require("./code-disabled.story");
Object.defineProperty(exports, "CodeDisabled", { enumerable: true, get: function () { return __importDefault(code_disabled_story_1).default; } });
var code_with_line_numbers_story_1 = require("./code-with-line-numbers.story");
Object.defineProperty(exports, "CodeLineNumbers", { enumerable: true, get: function () { return __importDefault(code_with_line_numbers_story_1).default; } });
var code_languages_story_1 = require("./code-languages.story");
Object.defineProperty(exports, "CodeLanguages", { enumerable: true, get: function () { return __importDefault(code_languages_story_1).default; } });
var code_full_story_1 = require("./code-full.story");
Object.defineProperty(exports, "CodeFull", { enumerable: true, get: function () { return __importDefault(code_full_story_1).default; } });
const export_stories_utils_1 = require("../../_common/export-stories-utils");
const code_default_story_raw_1 = __importDefault(require("./code-default.story?raw"));
const code_disabled_story_raw_1 = __importDefault(require("./code-disabled.story?raw"));
const code_full_story_raw_1 = __importDefault(require("./code-full.story?raw"));
const code_languages_story_raw_1 = __importDefault(require("./code-languages.story?raw"));
const code_overflow_story_raw_1 = __importDefault(require("./code-overflow.story?raw"));
const code_with_actions_story_raw_1 = __importDefault(require("./code-with-actions.story?raw"));
const code_with_header_story_raw_1 = __importDefault(require("./code-with-header.story?raw"));
const code_with_line_numbers_story_raw_1 = __importDefault(require("./code-with-line-numbers.story?raw"));
exports.CodeDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_default_story_raw_1.default);
exports.CodeWithActionsSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_with_actions_story_raw_1.default);
exports.CodeWithHeaderSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_with_header_story_raw_1.default);
exports.CodeOverflowSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_overflow_story_raw_1.default);
exports.CodeDisabledSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_disabled_story_raw_1.default);
exports.CodeLineNumbersSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_with_line_numbers_story_raw_1.default);
exports.CodeLanguagesSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_languages_story_raw_1.default);
exports.CodeFullSrc = (0, export_stories_utils_1.removeLicenseHeader)(code_full_story_raw_1.default);
//# sourceMappingURL=index.js.map