@raiadrogasil/pulso-icons
Advanced tools
Comparing version 2.1.0 to 2.2.0-alpha.0
@@ -1,5 +0,3 @@ | ||
export interface IconInfo { | ||
name: string; | ||
content: string; | ||
} | ||
import { IconInfo } from "../types"; | ||
export declare const ICON_LIST: IconInfo[]; | ||
export declare const ICON_NAMES: import("../types").IconName[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ICON_LIST = void 0; | ||
exports.ICON_NAMES = exports.ICON_LIST = void 0; | ||
exports.ICON_LIST = [ | ||
@@ -278,1 +278,2 @@ { name: "rdicon-neighborhood-delivery", content: "e9bd" }, | ||
]; | ||
exports.ICON_NAMES = exports.ICON_LIST.map(function (icon) { return icon.name; }); |
@@ -1,15 +0,4 @@ | ||
export declare type IconSetItem = { | ||
properties: { | ||
name: string; | ||
}; | ||
icon: { | ||
paths: string[]; | ||
attrs: Record<string, unknown>[]; | ||
width?: number | string; | ||
}; | ||
}; | ||
export declare type IconSet = { | ||
icons: IconSetItem[]; | ||
}; | ||
import { IconSet } from "./types"; | ||
export declare const icoMoonConfig: IconSet; | ||
export * from "./constants"; | ||
export * from "./types"; |
@@ -20,1 +20,2 @@ "use strict"; | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "@raiadrogasil/pulso-icons", | ||
"version": "2.1.0", | ||
"version": "2.2.0-alpha.0", | ||
"main": "./", | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1214477
25
1404
2