@iconify/utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
import type { IconifyOptional, IconifyJSON, IconifyDimenisons, IconifyIcon } from '@iconify/types'; | ||
import type { IconifyOptional, IconifyDimenisons, IconifyIcon } from '@iconify/types'; | ||
export { IconifyIcon }; | ||
@@ -15,6 +15,2 @@ export declare type FullIconifyIcon = Required<IconifyIcon>; | ||
/** | ||
* Optional properties that must be copied when copying icon set | ||
*/ | ||
export declare const propsToCopy: (keyof IconifyJSON)[]; | ||
/** | ||
* Default values for all optional IconifyIcon properties | ||
@@ -21,0 +17,0 @@ */ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fullIcon = exports.iconDefaults = exports.propsToCopy = exports.minifyProps = exports.matchName = void 0; | ||
exports.fullIcon = exports.iconDefaults = exports.minifyProps = exports.matchName = void 0; | ||
/** | ||
@@ -21,6 +21,2 @@ * Expression to test part of icon name. | ||
/** | ||
* Optional properties that must be copied when copying icon set | ||
*/ | ||
exports.propsToCopy = exports.minifyProps.concat(['provider']); | ||
/** | ||
* Default values for all optional IconifyIcon properties | ||
@@ -27,0 +23,0 @@ */ |
@@ -5,3 +5,3 @@ { | ||
"author": "Vjacheslav Trushkin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "bugs": "https://github.com/iconify/iconify/issues", |
Sorry, the diff of this file is not supported yet
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
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
110396
42
1576