@iconify/utils
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -20,2 +20,3 @@ import type { IconifyInfo } from '@iconify/types'; | ||
palette?: 'Colorless' | 'Colorful'; | ||
hidden?: boolean; | ||
} | ||
@@ -22,0 +23,0 @@ /** |
@@ -177,2 +177,6 @@ "use strict"; | ||
} | ||
// Hidden | ||
if (source.hidden === true) { | ||
info.hidden = true; | ||
} | ||
// Parse all old strings | ||
@@ -179,0 +183,0 @@ Object.keys(source).forEach((key) => { |
@@ -5,3 +5,3 @@ { | ||
"author": "Vjacheslav Trushkin", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"license": "MIT", | ||
@@ -24,4 +24,10 @@ "bugs": "https://github.com/iconify/iconify/issues", | ||
}, | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.mjs", | ||
"exports": { | ||
"./*": "./*", | ||
"./": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs" | ||
}, | ||
"./lib/colors": { | ||
@@ -111,2 +117,10 @@ "require": "./lib/colors/index.js", | ||
}, | ||
"./lib": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs" | ||
}, | ||
"./lib/index": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs" | ||
}, | ||
"./lib/svg/build": { | ||
@@ -126,3 +140,3 @@ "require": "./lib/svg/build.js", | ||
"dependencies": { | ||
"@iconify/types": "^1.0.10" | ||
"@iconify/types": "^1.0.12" | ||
}, | ||
@@ -129,0 +143,0 @@ "devDependencies": { |
@@ -15,2 +15,6 @@ # Iconify Utils | ||
## Documentation | ||
Documentation is available at [Iconify documentation website](https://docs.iconify.design/tools/utils/). | ||
## License | ||
@@ -17,0 +21,0 @@ |
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
131524
73
4230
24
Updated@iconify/types@^1.0.12