@dicebear/icons
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -9,4 +9,2 @@ /** | ||
import { getColors } from './utils/getColors.js'; | ||
import { onPreCreate } from './hooks/onPreCreate.js'; | ||
import { onPostCreate } from './hooks/onPostCreate.js'; | ||
export const meta = { | ||
@@ -24,6 +22,4 @@ title: 'Bootstrap Icons', | ||
var _a, _b; | ||
onPreCreate({ prng, options }); | ||
const components = getComponents({ prng, options }); | ||
const colors = getColors({ prng, options }); | ||
onPostCreate({ prng, options, components, colors }); | ||
return { | ||
@@ -30,0 +26,0 @@ attributes: { |
@@ -14,3 +14,3 @@ /** | ||
"type": "string", | ||
"pattern": "^[a-fA-F0-9]{6}$" | ||
"pattern": "^(transparent|[a-fA-F0-9]{6})$" | ||
}, | ||
@@ -17,0 +17,0 @@ "default": [ |
{ | ||
"name": "@dicebear/icons", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Avatar style for DiceBear", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@dicebear/core": "^5.0.2", | ||
"@dicebear/core": "^5.0.3", | ||
"@tsconfig/recommended": "^1.0.1", | ||
@@ -48,3 +48,3 @@ "del-cli": "^4.0.1", | ||
}, | ||
"gitHead": "dbf7cf17531995f0981b8e15e21e66a72204faff" | ||
"gitHead": "14f86eb4ad8c481902d505c838c26420370d232c" | ||
} |
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
121655
21
974