@laerdal/figma-svg
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,5 +0,5 @@ | ||
import * as ContentIcon from './ContentIcons'; | ||
import * as SystemIcon from './SystemIcons'; | ||
export { ContentIcon }; | ||
export { SystemIcon }; | ||
import * as ContentIcons from './ContentIcons/ConsolidatedContentIcons.svg'; | ||
import * as SystemIcons from './SystemIcons/ConsolidatedSystemIcons.svg'; | ||
export { ContentIcons }; | ||
export { SystemIcons }; | ||
//# sourceMappingURL=index.d.ts.map |
16
index.js
"use strict"; | ||
/*const ContentIcons = require('./ContentIcons/ConsolidatedContentIcons.svg') as string; | ||
const SystemIcons = require('./SystemIcons/ConsolidatedSystemIcons.svg') as string; | ||
export {SystemIcons}; | ||
export {ContentIcons};*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -22,7 +28,7 @@ if (k2 === undefined) k2 = k; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SystemIcon = exports.ContentIcon = void 0; | ||
const ContentIcon = __importStar(require("./ContentIcons")); | ||
exports.ContentIcon = ContentIcon; | ||
const SystemIcon = __importStar(require("./SystemIcons")); | ||
exports.SystemIcon = SystemIcon; | ||
exports.SystemIcons = exports.ContentIcons = void 0; | ||
const ContentIcons = __importStar(require("./ContentIcons/ConsolidatedContentIcons.svg")); | ||
exports.ContentIcons = ContentIcons; | ||
const SystemIcons = __importStar(require("./SystemIcons/ConsolidatedSystemIcons.svg")); | ||
exports.SystemIcons = SystemIcons; | ||
//# sourceMappingURL=index.js.map |
15
index.ts
@@ -1,5 +0,12 @@ | ||
import * as ContentIcon from './ContentIcons'; | ||
import * as SystemIcon from './SystemIcons'; | ||
/*const ContentIcons = require('./ContentIcons/ConsolidatedContentIcons.svg') as string; | ||
const SystemIcons = require('./SystemIcons/ConsolidatedSystemIcons.svg') as string; | ||
export {ContentIcon}; | ||
export {SystemIcon}; | ||
export {SystemIcons}; | ||
export {ContentIcons};*/ | ||
import * as ContentIcons from './ContentIcons/ConsolidatedContentIcons.svg'; | ||
import * as SystemIcons from './SystemIcons/ConsolidatedSystemIcons.svg'; | ||
export {ContentIcons}; | ||
export {SystemIcons}; |
{ | ||
"name": "@laerdal/figma-svg", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "SVG Icons from Figma", | ||
"license": "UNLICENSED", | ||
"keywords": [], | ||
"private": false, | ||
"main": "index.js", | ||
"module": "index.js", | ||
"types": "index.d.ts" | ||
"private": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
472218
9
44