@dicebear/miniavs 5.0.0-alpha.31 → 5.0.0-alpha.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/body.js +2 -2
- package/lib/components/eyes.js +2 -2
- package/lib/components/hair.js +9 -9
- package/lib/components/head.js +3 -3
- package/lib/components/mustache.js +4 -4
- package/lib/index.d.ts +0 -11
- package/lib/index.js +1 -2
- package/lib/schema.js +9 -9
- package/lib/types.d.ts +1 -5
- package/lib/utils/getColors.js +4 -16
- package/lib/utils/pickComponent.js +2 -5
- package/package.json +3 -3
- package/lib/colors/body.d.ts +0 -2
- package/lib/colors/body.js +0 -5
- package/lib/colors/hair.d.ts +0 -2
- package/lib/colors/hair.js +0 -5
- package/lib/colors/index.d.ts +0 -3
- package/lib/colors/index.js +0 -3
- package/lib/colors/skin.d.ts +0 -2
- package/lib/colors/skin.js +0 -5
- package/lib/utils/pickColor.d.ts +0 -9
- package/lib/utils/pickColor.js +0 -13
package/lib/components/body.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { escape } from '@dicebear/core';
|
|
2
2
|
export const body = {
|
|
3
|
-
tShirt: (components, colors) => `<rect x="7" y="60" width="40" height="23" rx="9" fill="${escape.xml(colors.body
|
|
4
|
-
golf: (components, colors) => `<rect x="7" y="60" width="40" height="23" rx="9" fill="${escape.xml(colors.body
|
|
3
|
+
tShirt: (components, colors) => `<rect x="7" y="60" width="40" height="23" rx="9" fill="${escape.xml(`#${colors.body}`)}"/>`,
|
|
4
|
+
golf: (components, colors) => `<rect x="7" y="60" width="40" height="23" rx="9" fill="${escape.xml(`#${colors.body}`)}"/><path d="M17 58h19v3s-5 1-9.5 1-9.5-1-9.5-1v-3Z" fill="${escape.xml(`#${colors.body}`)}"/><path d="M17 58h19v2s-3 1.5-9.5 1.5S17 60 17 60v-2Z" fill="#000" fill-opacity=".2"/><path d="M16.5 59c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2s-5 1-10 1-10-1-10-1Z" fill="${escape.xml(`#${colors.body}`)}"/>`,
|
|
5
5
|
};
|
package/lib/components/eyes.js
CHANGED
|
@@ -2,11 +2,11 @@ import { escape } from '@dicebear/core';
|
|
|
2
2
|
export const eyes = {
|
|
3
3
|
normal: (components, colors) => {
|
|
4
4
|
var _a, _b;
|
|
5
|
-
return `<g fill="${escape.xml(colors.hair
|
|
5
|
+
return `<g fill="${escape.xml(`#${colors.hair}`)}"><rect x="30" y="36" width="3" height="4" rx="1.5"/><rect x="40" y="36" width="3" height="4" rx="1.5"/></g>${(_b = (_a = components.blushes) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}`;
|
|
6
6
|
},
|
|
7
7
|
confident: (components, colors) => {
|
|
8
8
|
var _a, _b;
|
|
9
|
-
return `${(_b = (_a = components.blushes) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}<path d="M43 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27v1.23ZM33 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27v1.23Z" fill="${escape.xml(colors.hair
|
|
9
|
+
return `${(_b = (_a = components.blushes) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}<path d="M43 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27v1.23ZM33 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27v1.23Z" fill="${escape.xml(`#${colors.hair}`)}"/><path stroke="${escape.xml(`#${colors.hair}`)}" stroke-linecap="round" d="M29.5 36.5h4M39.5 36.5h4"/>`;
|
|
10
10
|
},
|
|
11
11
|
happy: (components, colors) => {
|
|
12
12
|
var _a, _b;
|
package/lib/components/hair.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { escape } from '@dicebear/core';
|
|
2
2
|
export const hair = {
|
|
3
|
-
balndess: (components, colors) => `<g fill="${escape.xml(colors.hair
|
|
4
|
-
slaughter: (components, colors) => `<path d="M24 25c0 .53-.1 1.04-.3 1.5A3.99 3.99 0 0 1 20 32a4 4 0 0 1-8 0c0-1.05.07-2.78.37-4.32a4 4 0 0 1 4.8-5.5A3.99 3.99 0 0 1 24 25ZM45.85 33.9a4 4 0 0 0 2.78-5.4 3.99 3.99 0 0 0-3.13-5.46c.6 3.14.48 6.61.38 9.78 0 .36-.02.72-.03 1.07Z" fill="${escape.xml(colors.hair
|
|
5
|
-
ponyTail: (components, colors) => `<path d="M0 10c8-8 13 3 13 3l-2 8s-2 2.5 0 10-2.5 11.5-2.5 11.5S5 45 2 43s-3.4-3.92-3-7.5c.5-4.5 2-3 2-7.5s-9-10-1-18Z" fill="${escape.xml(colors.hair
|
|
6
|
-
long: (components, colors) => `<path fill-rule="evenodd" clip-rule="evenodd" d="M48 25a18 18 0 0 0-36-.5V65h11V34.6a65.12 65.12 0 0 0 12.2-3.76 53.45 53.45 0 0 0 10.68-5.64c.24 2.53.15 5.16.08 7.61-.04 1.15-.08 2.25-.08 3.29 0 .4 0 .82-.02 1.23.23-.07.45-.15.64-.24 1.5-.69 1.5-1.6 1.5-1.6V25Zm-33 8a4.98 4.98 0 0 0 0 8v-8Z" fill="${escape.xml(colors.hair
|
|
7
|
-
curly: (components, colors) => `<g fill="${escape.xml(colors.hair
|
|
8
|
-
stylish: (components, colors) => `<path d="M20.67 28.22v6.02c0 .76-.67 1.76-1.17 2.26-.5.5-2 1.5-2.85 1.5-.85 0-3.54-.45-4.83-2.26-1.28-1.8-.89-11.32 0-13.54.9-2.21 4.19-6.88 8.85-10.45a26.26 26.26 0 0 1 12.88-5.34C58.48 3.4 49.22 20.99 46 25.5c-5.5-2-9.5-2.5-16.72-1.53-7.21.99-8.01 1.99-8.6 4.24Z" fill="${escape.xml(colors.hair
|
|
9
|
-
elvis: (components, colors) => `<path d="M22 28c-.63 3 1 6.98 1 7.74 0 .77-3.93 3.03-5 3.76-1.07.73-1.5-7-1.5-7-3 0-3.5 5.5-3.5 5.5s-2.25-.74-3-4.5c-.51-2.54.3-8.09.5-9.5.5-3.5 1-11.5 7.5-15.5s23-4 27-3C54.9 7.97 56.22 21.5 53 26c-5 5.5-19-1-23.5-1s-6.87 0-7.5 3Z" fill="${escape.xml(colors.hair
|
|
10
|
-
classic02: (components, colors) => `<path d="M28.12 27.47C35.92 28.6 49.6 30.6 51 18 52 9 38.5-1.5 24 8c-9.1 1.35-11.39 8.28-11.9 14.26a3.99 3.99 0 0 0-.8 4.24 3.99 3.99 0 0 0 .87 4.33A4 4 0 1 0 20 32a4 4 0 0 0 3.87-5H24c.95 0 2.4.21 4.12.47Z" fill="${escape.xml(colors.hair
|
|
11
|
-
classic01: (components, colors) => `<path d="M29.7 26.2c5.6 1.87 13.39 4.45 21.53-3.7 4-4-14-21-28.5-11.5-11.33 1.68-10.68 8.47-10.18 13.71.1 1 .18 1.95.18 2.8 0 .52.07.92.2 1.2-.16 1.24-.2 2.48-.2 3.3a4 4 0 1 0 8 0A4 4 0 0 0 24.61 27h.12a4 4 0 0 0 3.06-1.41c.6.18 1.24.4 1.9.61Z" fill="${escape.xml(colors.hair
|
|
3
|
+
balndess: (components, colors) => `<g fill="${escape.xml(`#${colors.hair}`)}"><rect x="14" y="26" width="9" height="2" rx="1"/><rect x="14" y="33" width="7" height="2" rx="1"/><rect x="12" y="29" width="13" height="3" rx="1.5"/></g>`,
|
|
4
|
+
slaughter: (components, colors) => `<path d="M24 25c0 .53-.1 1.04-.3 1.5A3.99 3.99 0 0 1 20 32a4 4 0 0 1-8 0c0-1.05.07-2.78.37-4.32a4 4 0 0 1 4.8-5.5A3.99 3.99 0 0 1 24 25ZM45.85 33.9a4 4 0 0 0 2.78-5.4 3.99 3.99 0 0 0-3.13-5.46c.6 3.14.48 6.61.38 9.78 0 .36-.02.72-.03 1.07Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
5
|
+
ponyTail: (components, colors) => `<path d="M0 10c8-8 13 3 13 3l-2 8s-2 2.5 0 10-2.5 11.5-2.5 11.5S5 45 2 43s-3.4-3.92-3-7.5c.5-4.5 2-3 2-7.5s-9-10-1-18Z" fill="${escape.xml(`#${colors.hair}`)}"/><path d="m13.03 13.18 5.5 2.38-3.56 8.26-5.51-2.38S8.5 19.5 10 16.5c1.5-3 3.03-3.32 3.03-3.32Z" fill="#FF6C98"/><path d="m18 41-1.32-8.82A5 5 0 0 0 18 42v8.3c-1.55-1.37-2.93-3-4.08-4.83-1.7-2.7-2.9-5.8-3.48-9.1-.6-3.28-.58-6.68.04-9.96a25.57 25.57 0 0 1 3.55-9.05 21.32 21.32 0 0 1 6.43-6.5A17.85 17.85 0 0 1 31 8c2.5 0 4.97.45 7.27 1.33 2.3.88 4.4 2.17 6.16 3.8a17.48 17.48 0 0 1 4.12 5.67c.75 1.66 1.21 3.42 1.38 5.2H50v4.29s-.33.15-1 .36v8.5s0 1.4-1.5 2.45c-.52.36-1.22.64-1.9.85.19-1.45.29-2.91.29-4.35 0-1.04.03-2.14.07-3.29.04-1.11.07-2.27.08-3.44-1.85.34-4.37.63-7.58.63C30.62 30 26 28.29 26 28.29v-1A26.13 26.13 0 0 0 24 31c-.75 1.75-.75 3.54-.75 5.05 0 1.5 0 2.73-.75 3.34-1.5 1.2-4.5 1.6-4.5 1.6Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
6
|
+
long: (components, colors) => `<path fill-rule="evenodd" clip-rule="evenodd" d="M48 25a18 18 0 0 0-36-.5V65h11V34.6a65.12 65.12 0 0 0 12.2-3.76 53.45 53.45 0 0 0 10.68-5.64c.24 2.53.15 5.16.08 7.61-.04 1.15-.08 2.25-.08 3.29 0 .4 0 .82-.02 1.23.23-.07.45-.15.64-.24 1.5-.69 1.5-1.6 1.5-1.6V25Zm-33 8a4.98 4.98 0 0 0 0 8v-8Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
7
|
+
curly: (components, colors) => `<g fill="${escape.xml(`#${colors.hair}`)}"><path d="M45.97 32.48a4 4 0 0 0 1.78-4.88 4 4 0 0 0-2.97-7.41c1.42 3.67 1.31 8.22 1.19 12.3Z"/><path d="M36.3 22.76a4.98 4.98 0 0 1-6.36.2 6.98 6.98 0 0 1-6.99 1.74c-.26.28-.56.53-.89.73a3.98 3.98 0 0 1-1.35 6.19c.2.24.3.55.3.88a1.5 1.5 0 0 1-1.53 1.5 4 4 0 0 1-7.3-3.17 3.99 3.99 0 0 1 0-5.66 4 4 0 0 1 .74-3.71 7 7 0 0 1 4.1-10.17V11a4 4 0 0 1 5.94-3.5 7 7 0 0 1 9.8-2.42 6.48 6.48 0 0 1 10.78 1.95 4 4 0 0 1 3.43 4.58 7.33 7.33 0 0 1 3.05 5.9c0 4.14-3.58 7.5-8 7.5a8.25 8.25 0 0 1-5.7-2.24Z"/></g>`,
|
|
8
|
+
stylish: (components, colors) => `<path d="M20.67 28.22v6.02c0 .76-.67 1.76-1.17 2.26-.5.5-2 1.5-2.85 1.5-.85 0-3.54-.45-4.83-2.26-1.28-1.8-.89-11.32 0-13.54.9-2.21 4.19-6.88 8.85-10.45a26.26 26.26 0 0 1 12.88-5.34C58.48 3.4 49.22 20.99 46 25.5c-5.5-2-9.5-2.5-16.72-1.53-7.21.99-8.01 1.99-8.6 4.24Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
9
|
+
elvis: (components, colors) => `<path d="M22 28c-.63 3 1 6.98 1 7.74 0 .77-3.93 3.03-5 3.76-1.07.73-1.5-7-1.5-7-3 0-3.5 5.5-3.5 5.5s-2.25-.74-3-4.5c-.51-2.54.3-8.09.5-9.5.5-3.5 1-11.5 7.5-15.5s23-4 27-3C54.9 7.97 56.22 21.5 53 26c-5 5.5-19-1-23.5-1s-6.87 0-7.5 3Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
10
|
+
classic02: (components, colors) => `<path d="M28.12 27.47C35.92 28.6 49.6 30.6 51 18 52 9 38.5-1.5 24 8c-9.1 1.35-11.39 8.28-11.9 14.26a3.99 3.99 0 0 0-.8 4.24 3.99 3.99 0 0 0 .87 4.33A4 4 0 1 0 20 32a4 4 0 0 0 3.87-5H24c.95 0 2.4.21 4.12.47Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
11
|
+
classic01: (components, colors) => `<path d="M29.7 26.2c5.6 1.87 13.39 4.45 21.53-3.7 4-4-14-21-28.5-11.5-11.33 1.68-10.68 8.47-10.18 13.71.1 1 .18 1.95.18 2.8 0 .52.07.92.2 1.2-.16 1.24-.2 2.48-.2 3.3a4 4 0 1 0 8 0A4 4 0 0 0 24.61 27h.12a4 4 0 0 0 3.06-1.41c.6.18 1.24.4 1.9.61Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
12
12
|
};
|
package/lib/components/head.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { escape } from '@dicebear/core';
|
|
2
2
|
export const head = {
|
|
3
|
-
normal: (components, colors) => `<path d="M45.89 36.1c0 8.5-1.26 18.86-10.89 19.82v9.95S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29Z" fill="${escape.xml(colors.skin
|
|
4
|
-
wide: (components, colors) => `<path d="M46.07 40.4c.47 7.5.94 15-11.07 15.56v9.91S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V45.1c-.2-1.02-.33-2.06-.41-3.12a5 5 0 0 1-.9-9.8C15.37 22.63 17.52 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29 0 1.4.09 2.86.18 4.3Z" fill="${escape.xml(colors.skin
|
|
5
|
-
thin: (components, colors) => `<path d="M45.89 36.1c0 8.92-3.9 18.9-10.39 20.4l-.5-.06v9.43S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29Z" fill="${escape.xml(colors.skin
|
|
3
|
+
normal: (components, colors) => `<path d="M45.89 36.1c0 8.5-1.26 18.86-10.89 19.82v9.95S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29Z" fill="${escape.xml(`#${colors.skin}`)}"/><path d="M35 55.92c-.48.05-.98.07-1.5.07-8.88 0-13.9-7.15-15.5-14.6v23.13S21.64 68 26.5 68c4.86 0 8.5-2.13 8.5-2.13v-9.95Z" fill="#000" fill-opacity=".07"/><path d="M34.63 55.95c-.37.03-.74.04-1.13.04-6.53 0-10.97-3.86-13.5-8.87V48.24c0 5.38 2.61 9.75 8.28 9.75h1.35c3.34.03 4.59.04 5-2.04ZM16.7 32.17A5 5 0 0 0 18.14 42c-.48-1.98-.71-3.99-.71-5.9a46.7 46.7 0 0 1-.73-3.93Z" fill="#000" fill-opacity=".07"/><rect x="36" y="41" width="3" height="2" rx="1" fill="#000" fill-opacity=".07"/>`,
|
|
4
|
+
wide: (components, colors) => `<path d="M46.07 40.4c.47 7.5.94 15-11.07 15.56v9.91S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V45.1c-.2-1.02-.33-2.06-.41-3.12a5 5 0 0 1-.9-9.8C15.37 22.63 17.52 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29 0 1.4.09 2.86.18 4.3Z" fill="${escape.xml(`#${colors.skin}`)}"/><path d="M17.59 41.98c-.16-1.97-.16-3.97-.16-5.88a46.7 46.7 0 0 1-.73-3.93 5 5 0 0 0 .89 9.81ZM18 45.1v19.42S21.64 68 26.5 68c4.86 0 8.5-2.13 8.5-2.13v-9.91c-.48.02-.98.03-1.5.03-10.79 0-14.34-4.95-15.5-10.9Z" fill="#000" fill-opacity=".07"/><path d="M34.93 55.96c-.46.02-.93.03-1.43.03-7.25 0-11.23-2.23-13.41-5.5.5 4.82 3.16 8.5 8.3 8.5h1.36c3.8.03 4.92.04 5.18-3.03Z" fill="#000" fill-opacity=".07"/><rect x="36" y="41" width="3" height="2" rx="1" fill="#000" fill-opacity=".07"/>`,
|
|
5
|
+
thin: (components, colors) => `<path d="M45.89 36.1c0 8.92-3.9 18.9-10.39 20.4l-.5-.06v9.43S31.36 68 26.5 68c-4.86 0-8.5-3.48-8.5-3.48V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81-.04 1.15-.07 2.25-.07 3.29Z" fill="${escape.xml(`#${colors.skin}`)}"/><path d="M18 42v22.52S21.64 68 26.5 68c4.86 0 8.5-2.13 8.5-2.13v-9.43c-7.26-1.02-13.9-7.5-16.45-14.47-.18.02-.37.03-.55.03Z" fill="#000" fill-opacity=".07"/><path d="M16.7 32.17a5 5 0 0 0 1.85 9.8 17.14 17.14 0 0 1-1.12-5.87 46.7 46.7 0 0 1-.73-3.93ZM34.7 56.4c-6.75-1.1-12.9-6.87-15.7-13.3v.4c0 5.65 6.27 14.47 9.38 15.49 2.57.83 5.4.65 6.32-2.6Z" fill="#000" fill-opacity=".07"/><rect x="36" y="41" width="3" height="2" rx="1" fill="#000" fill-opacity=".07"/>`,
|
|
6
6
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { escape } from '@dicebear/core';
|
|
2
2
|
export const mustache = {
|
|
3
|
-
pencilThinBeard: (components, colors) => `<path d="M26.5 45s4.5-.5 11-2v2c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2ZM48 44.76S44 44 38 43v2c1.43.59 4.6 1.15 6.5 1.5 2.38.44 3.5-1.74 3.5-1.74ZM33.31 55.24a1 1 0 0 1 .97-1.24h3.44a1 1 0 0 1 .97 1.24l-.25 1a1 1 0 0 1-.97.76h-2.94a1 1 0 0 1-.97-.76l-.25-1Z" fill="${escape.xml(colors.hair
|
|
4
|
-
pencilThin: (components, colors) => `<path d="M37.5 43c-6.5 1.5-11 2-11 2s1 2.5 3.5 2c2-.4 6-1.33 7.5-2v-2ZM38 43c6 1 10 1.76 10 1.76s-1.12 2.18-3.5 1.74l-.32-.06c-1.92-.35-4.83-.89-6.18-1.44v-2Z" fill="${escape.xml(colors.hair
|
|
5
|
-
horshoe: (components, colors) => `<path d="M27 46a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a4 4 0 0 1-4-4v-7h-9v7a4 4 0 0 1-4 4V46Z" fill="${escape.xml(colors.hair
|
|
6
|
-
freddy: (components, colors) => `<path d="M28 46a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3H28Z" fill="${escape.xml(colors.hair
|
|
3
|
+
pencilThinBeard: (components, colors) => `<path d="M26.5 45s4.5-.5 11-2v2c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2ZM48 44.76S44 44 38 43v2c1.43.59 4.6 1.15 6.5 1.5 2.38.44 3.5-1.74 3.5-1.74ZM33.31 55.24a1 1 0 0 1 .97-1.24h3.44a1 1 0 0 1 .97 1.24l-.25 1a1 1 0 0 1-.97.76h-2.94a1 1 0 0 1-.97-.76l-.25-1Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
4
|
+
pencilThin: (components, colors) => `<path d="M37.5 43c-6.5 1.5-11 2-11 2s1 2.5 3.5 2c2-.4 6-1.33 7.5-2v-2ZM38 43c6 1 10 1.76 10 1.76s-1.12 2.18-3.5 1.74l-.32-.06c-1.92-.35-4.83-.89-6.18-1.44v-2Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
5
|
+
horshoe: (components, colors) => `<path d="M27 46a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a4 4 0 0 1-4-4v-7h-9v7a4 4 0 0 1-4 4V46Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
6
|
+
freddy: (components, colors) => `<path d="M28 46a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3H28Z" fill="${escape.xml(`#${colors.hair}`)}"/>`,
|
|
7
7
|
};
|
package/lib/index.d.ts
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Miniavs (@dicebear/miniavs)
|
|
3
|
-
*
|
|
4
|
-
* Code licensed under MIT License.
|
|
5
|
-
* Copyright (c) 2022 Florian Körner
|
|
6
|
-
*
|
|
7
|
-
* Design "Miniavs - Free Avatar Creator" by Webpixels licensed under CC BY 4.0.
|
|
8
|
-
* Source: https://www.figma.com/community/file/923211396597067458
|
|
9
|
-
* Homepage: https://webpixels.io/
|
|
10
|
-
* License: https://creativecommons.org/licenses/by/4.0/
|
|
11
|
-
*/
|
|
12
1
|
declare const create: import("@dicebear/core").StyleCreate<import("./types.js").Options>, meta: import("@dicebear/core").StyleMeta, schema: import("json-schema").JSONSchema7;
|
|
13
2
|
export { create, meta, schema };
|
|
14
3
|
export type { Options } from './types.js';
|
package/lib/index.js
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
* Source: https://www.figma.com/community/file/923211396597067458
|
|
9
9
|
* Homepage: https://webpixels.io/
|
|
10
10
|
* License: https://creativecommons.org/licenses/by/4.0/
|
|
11
|
-
*/
|
|
12
|
-
import { style } from './core.js';
|
|
11
|
+
*/ import { style } from './core.js';
|
|
13
12
|
const { create, meta, schema } = style;
|
|
14
13
|
export { create, meta, schema };
|
package/lib/schema.js
CHANGED
|
@@ -13,6 +13,7 @@ export const schema = {
|
|
|
13
13
|
minimum: 0,
|
|
14
14
|
maximum: 100,
|
|
15
15
|
default: 50,
|
|
16
|
+
examples: [0, 100],
|
|
16
17
|
},
|
|
17
18
|
body: {
|
|
18
19
|
type: 'array',
|
|
@@ -24,10 +25,9 @@ export const schema = {
|
|
|
24
25
|
type: 'array',
|
|
25
26
|
items: {
|
|
26
27
|
type: 'string',
|
|
27
|
-
pattern: '
|
|
28
|
+
pattern: '^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$',
|
|
28
29
|
},
|
|
29
|
-
default: ['
|
|
30
|
-
examples: [['orange'], ['blue'], ['pink']],
|
|
30
|
+
default: ['e05a33', '3633e0', 'ff4dd8'],
|
|
31
31
|
},
|
|
32
32
|
eyes: {
|
|
33
33
|
type: 'array',
|
|
@@ -46,6 +46,7 @@ export const schema = {
|
|
|
46
46
|
minimum: 0,
|
|
47
47
|
maximum: 100,
|
|
48
48
|
default: 20,
|
|
49
|
+
examples: [0, 100],
|
|
49
50
|
},
|
|
50
51
|
hair: {
|
|
51
52
|
type: 'array',
|
|
@@ -90,10 +91,9 @@ export const schema = {
|
|
|
90
91
|
type: 'array',
|
|
91
92
|
items: {
|
|
92
93
|
type: 'string',
|
|
93
|
-
pattern: '
|
|
94
|
+
pattern: '^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$',
|
|
94
95
|
},
|
|
95
|
-
default: ['
|
|
96
|
-
examples: [['brown'], ['black'], ['red']],
|
|
96
|
+
default: ['47280b', '1b0b47', 'ad3a20'],
|
|
97
97
|
},
|
|
98
98
|
head: {
|
|
99
99
|
type: 'array',
|
|
@@ -121,15 +121,15 @@ export const schema = {
|
|
|
121
121
|
minimum: 0,
|
|
122
122
|
maximum: 100,
|
|
123
123
|
default: 20,
|
|
124
|
+
examples: [0, 100],
|
|
124
125
|
},
|
|
125
126
|
skinColor: {
|
|
126
127
|
type: 'array',
|
|
127
128
|
items: {
|
|
128
129
|
type: 'string',
|
|
129
|
-
pattern: '
|
|
130
|
+
pattern: '^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$',
|
|
130
131
|
},
|
|
131
|
-
default: ['
|
|
132
|
-
examples: [['yellow'], ['white'], ['dark']],
|
|
132
|
+
default: ['ffcb7e', 'f5d0c5', '836055'],
|
|
133
133
|
},
|
|
134
134
|
},
|
|
135
135
|
additionalProperties: false,
|
package/lib/types.d.ts
CHANGED
|
@@ -17,11 +17,7 @@ export interface Options {
|
|
|
17
17
|
export declare type ColorGroup = Record<string, ColorGroupItem>;
|
|
18
18
|
export declare type ColorGroupCollection = Record<string, ColorGroup>;
|
|
19
19
|
export declare type ColorGroupItem = string;
|
|
20
|
-
export declare type ColorPickCollection = Record<string,
|
|
21
|
-
export declare type ColorPick = {
|
|
22
|
-
name: string;
|
|
23
|
-
value: ColorGroupItem;
|
|
24
|
-
};
|
|
20
|
+
export declare type ColorPickCollection = Record<string, string>;
|
|
25
21
|
export declare type ComponentGroup = Record<string, ComponentGroupItem>;
|
|
26
22
|
export declare type ComponentGroupCollection = Record<string, ComponentGroup>;
|
|
27
23
|
export declare type ComponentGroupItem = (components: ComponentPickCollection, colors: ColorPickCollection) => string;
|
package/lib/utils/getColors.js
CHANGED
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
import { pickColor } from './pickColor.js';
|
|
2
1
|
export function getColors({ prng, options }) {
|
|
2
|
+
var _a, _b, _c, _d, _e, _f;
|
|
3
3
|
return {
|
|
4
|
-
skin:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
values: options.skinColor,
|
|
8
|
-
}),
|
|
9
|
-
hair: pickColor({
|
|
10
|
-
prng,
|
|
11
|
-
group: 'hair',
|
|
12
|
-
values: options.hairColor,
|
|
13
|
-
}),
|
|
14
|
-
body: pickColor({
|
|
15
|
-
prng,
|
|
16
|
-
group: 'body',
|
|
17
|
-
values: options.bodyColor,
|
|
18
|
-
}),
|
|
4
|
+
skin: (_b = prng.pick((_a = options.skinColor) !== null && _a !== void 0 ? _a : [])) !== null && _b !== void 0 ? _b : 'transparent',
|
|
5
|
+
hair: (_d = prng.pick((_c = options.hairColor) !== null && _c !== void 0 ? _c : [])) !== null && _d !== void 0 ? _d : 'transparent',
|
|
6
|
+
body: (_f = prng.pick((_e = options.bodyColor) !== null && _e !== void 0 ? _e : [])) !== null && _f !== void 0 ? _f : 'transparent',
|
|
19
7
|
};
|
|
20
8
|
}
|
|
@@ -2,11 +2,8 @@ import * as components from '../components/index.js';
|
|
|
2
2
|
export function pickComponent({ prng, group, values = [], }) {
|
|
3
3
|
const componentCollection = components;
|
|
4
4
|
const key = prng.pick(values);
|
|
5
|
-
if (componentCollection[group][key]) {
|
|
6
|
-
return {
|
|
7
|
-
name: key,
|
|
8
|
-
value: componentCollection[group][key],
|
|
9
|
-
};
|
|
5
|
+
if (key && componentCollection[group][key]) {
|
|
6
|
+
return { name: key, value: componentCollection[group][key] };
|
|
10
7
|
}
|
|
11
8
|
else {
|
|
12
9
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/miniavs",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.32",
|
|
4
4
|
"description": "Avatar style for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": "uvu tests"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
31
|
+
"@dicebear/core": "^5.0.0-alpha.32",
|
|
32
32
|
"@tsconfig/recommended": "^1.0.1",
|
|
33
33
|
"del-cli": "^4.0.1",
|
|
34
34
|
"typescript": "^4.6.3",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5a4a06cbb8aca42a5d19da8e704b3a7b3a45d755"
|
|
47
47
|
}
|
package/lib/colors/body.d.ts
DELETED
package/lib/colors/body.js
DELETED
package/lib/colors/hair.d.ts
DELETED
package/lib/colors/hair.js
DELETED
package/lib/colors/index.d.ts
DELETED
package/lib/colors/index.js
DELETED
package/lib/colors/skin.d.ts
DELETED
package/lib/colors/skin.js
DELETED
package/lib/utils/pickColor.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Prng } from '@dicebear/core';
|
|
2
|
-
import type { ColorPick } from '../types.js';
|
|
3
|
-
declare type Props = {
|
|
4
|
-
prng: Prng;
|
|
5
|
-
group: string;
|
|
6
|
-
values?: string[];
|
|
7
|
-
};
|
|
8
|
-
export declare function pickColor({ prng, group, values }: Props): ColorPick;
|
|
9
|
-
export {};
|
package/lib/utils/pickColor.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as colors from '../colors/index.js';
|
|
2
|
-
export function pickColor({ prng, group, values = [] }) {
|
|
3
|
-
var _a;
|
|
4
|
-
const colorCollection = colors;
|
|
5
|
-
if (values.length === 0) {
|
|
6
|
-
values.push('transparent');
|
|
7
|
-
}
|
|
8
|
-
const key = prng.pick(values);
|
|
9
|
-
return {
|
|
10
|
-
name: key,
|
|
11
|
-
value: (_a = colorCollection[group][key]) !== null && _a !== void 0 ? _a : key,
|
|
12
|
-
};
|
|
13
|
-
}
|