@dicebear/lorelei 5.0.0-beta.4 → 5.0.0-beta.6
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/LICENSE +14 -1
- package/README.md +17 -5
- package/lib/components/beard.d.ts +1 -1
- package/lib/components/beard.js +1 -1
- package/lib/components/earrings.d.ts +1 -1
- package/lib/components/earrings.js +1 -1
- package/lib/components/eyebrows.d.ts +1 -1
- package/lib/components/eyebrows.js +1 -1
- package/lib/components/eyes.d.ts +1 -1
- package/lib/components/eyes.js +1 -1
- package/lib/components/freckles.d.ts +1 -1
- package/lib/components/freckles.js +1 -1
- package/lib/components/glasses.d.ts +1 -1
- package/lib/components/glasses.js +1 -1
- package/lib/components/hair.d.ts +1 -1
- package/lib/components/hair.js +1 -1
- package/lib/components/hairAccessories.d.ts +1 -1
- package/lib/components/hairAccessories.js +1 -1
- package/lib/components/head.d.ts +1 -1
- package/lib/components/head.js +1 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/mouth.d.ts +1 -1
- package/lib/components/mouth.js +1 -1
- package/lib/components/nose.d.ts +1 -1
- package/lib/components/nose.js +1 -1
- package/lib/hooks/onPostCreate.d.ts +2 -2
- package/lib/hooks/onPostCreate.js +1 -1
- package/lib/hooks/onPreCreate.d.ts +2 -2
- package/lib/hooks/onPreCreate.js +1 -1
- package/lib/index.d.ts +17 -3
- package/lib/index.js +31 -15
- package/lib/schema.d.ts +1 -1
- package/lib/schema.js +1 -1
- package/lib/types.d.ts +7 -7
- package/lib/types.js +1 -1
- package/lib/utils/getColors.d.ts +2 -2
- package/lib/utils/getColors.js +1 -1
- package/lib/utils/getComponents.d.ts +2 -2
- package/lib/utils/getComponents.js +1 -1
- package/lib/utils/pickComponent.d.ts +2 -2
- package/lib/utils/pickComponent.js +1 -1
- package/package.json +4 -3
- package/lib/core.d.ts +0 -9
- package/lib/core.js +0 -39
package/LICENSE
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
|
+
Licenses
|
|
2
|
+
--------
|
|
3
|
+
|
|
4
|
+
# Design
|
|
5
|
+
Applies to all design files in this package.
|
|
6
|
+
|
|
7
|
+
Source: Lorelei (https://dicebear.com/)
|
|
8
|
+
Designer: Lisa Wischofsky (https://www.instagram.com/lischi_art/)
|
|
9
|
+
License: CC0 1.0 (https://creativecommons.org/licenses/zero/1.0/)
|
|
10
|
+
|
|
11
|
+
# Code
|
|
12
|
+
Applies to all non-design files in this package.
|
|
13
|
+
|
|
1
14
|
MIT License
|
|
2
15
|
|
|
3
|
-
Copyright (c)
|
|
16
|
+
Copyright (c) 2023 Florian Körner
|
|
4
17
|
|
|
5
18
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
19
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
|
-
<h1 align="center"><img src="
|
|
1
|
+
<h1 align="center"><img src="https://dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Lorelei</h1>
|
|
2
2
|
<p align="center">
|
|
3
3
|
<strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
|
|
4
|
-
<a href="https://dicebear.com/">Lorelei</a>
|
|
5
|
-
by <a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>
|
|
4
|
+
<a href="https://dicebear.com/">Lorelei</a> by <a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>
|
|
6
5
|
</p>
|
|
7
6
|
|
|
8
7
|
<p align="center">
|
|
9
|
-
|
|
10
|
-
<
|
|
8
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Mimi" width="64" />
|
|
9
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Sasha" width="64" />
|
|
10
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Lilly" width="64" />
|
|
11
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Tigger" width="64" />
|
|
12
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Bella" width="64" />
|
|
13
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Zoe" width="64" />
|
|
14
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Kitty" width="64" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
The avatar style is based on <a href="https://dicebear.com/">Lorelei</a> by
|
|
19
|
+
<a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>, licensed under
|
|
20
|
+
<a href="https://creativecommons.org/licenses/zero/1.0/">CC0 1.0</a>. / Remix of the original.
|
|
21
|
+
</p>
|
|
22
|
+
<p align="center">
|
|
11
23
|
See <a href="https://dicebear.com/licenses">license overview</a> for more information.
|
|
12
24
|
</p>
|
|
13
25
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const beard: ComponentGroup;
|
package/lib/components/beard.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const beard = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const earrings: ComponentGroup;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const earrings = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const eyebrows: ComponentGroup;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const eyebrows = {
|
package/lib/components/eyes.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const eyes: ComponentGroup;
|
package/lib/components/eyes.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const eyes = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const freckles: ComponentGroup;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const freckles = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const glasses: ComponentGroup;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const glasses = {
|
package/lib/components/hair.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const hair: ComponentGroup;
|
package/lib/components/hair.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const hair = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const hairAccessories: ComponentGroup;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const hairAccessories = {
|
package/lib/components/head.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const head: ComponentGroup;
|
package/lib/components/head.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const head = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export { hair } from './hair.js';
|
|
8
8
|
export { hairAccessories } from './hairAccessories.js';
|
package/lib/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export { hair } from './hair.js';
|
|
8
8
|
export { hairAccessories } from './hairAccessories.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const mouth: ComponentGroup;
|
package/lib/components/mouth.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const mouth = {
|
package/lib/components/nose.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { ComponentGroup } from '../types.js';
|
|
8
8
|
export declare const nose: ComponentGroup;
|
package/lib/components/nose.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { escape } from '@dicebear/core';
|
|
8
8
|
export const nose = {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { Prng, StyleOptions } from "@dicebear/core";
|
|
8
8
|
import { Options, ColorPickCollection, ComponentPickCollection } from "../types.js";
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
prng: Prng;
|
|
11
11
|
options: StyleOptions<Options>;
|
|
12
12
|
components: ComponentPickCollection;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export function onPostCreate({ prng, options, components, colors }) {
|
|
8
8
|
if (components.beard && colors.hair === colors.mouth) {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { Prng, StyleOptions } from "@dicebear/core";
|
|
8
8
|
import { Options } from "../types.js";
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
prng: Prng;
|
|
11
11
|
options: StyleOptions<Options>;
|
|
12
12
|
};
|
package/lib/hooks/onPreCreate.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export function onPreCreate({ prng, options }) {
|
|
8
8
|
// Write your modifications here
|
package/lib/index.d.ts
CHANGED
|
@@ -2,8 +2,22 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
/*!
|
|
8
|
+
* Lorelei (@dicebear/lorelei)
|
|
9
|
+
*
|
|
10
|
+
* Code licensed under MIT License.
|
|
11
|
+
* Copyright (c) 2023 Florian Körner
|
|
12
|
+
*
|
|
13
|
+
* Design "Lorelei" by Lisa Wischofsky licensed under CC0 1.0. / Remix of the original.
|
|
14
|
+
* Source: https://dicebear.com/
|
|
15
|
+
* Homepage: https://www.instagram.com/lischi_art/
|
|
16
|
+
* License: https://creativecommons.org/licenses/zero/1.0/
|
|
17
|
+
*/
|
|
18
|
+
import type { StyleCreate, StyleMeta } from '@dicebear/core';
|
|
19
|
+
import type { Options } from './types.js';
|
|
20
|
+
export declare const meta: StyleMeta;
|
|
21
|
+
export declare const create: StyleCreate<Options>;
|
|
22
|
+
export { schema } from './schema.js';
|
|
9
23
|
export type { Options } from './types.js';
|
package/lib/index.js
CHANGED
|
@@ -2,19 +2,35 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
import { getComponents } from './utils/getComponents.js';
|
|
8
|
+
import { getColors } from './utils/getColors.js';
|
|
9
|
+
import { onPreCreate } from './hooks/onPreCreate.js';
|
|
10
|
+
import { onPostCreate } from './hooks/onPostCreate.js';
|
|
11
|
+
export const meta = {
|
|
12
|
+
title: 'Lorelei',
|
|
13
|
+
creator: 'Lisa Wischofsky',
|
|
14
|
+
source: 'https://dicebear.com/',
|
|
15
|
+
homepage: 'https://www.instagram.com/lischi_art/',
|
|
16
|
+
license: {
|
|
17
|
+
name: 'CC0 1.0',
|
|
18
|
+
url: 'https://creativecommons.org/licenses/zero/1.0/',
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
export const create = ({ prng, options }) => {
|
|
22
|
+
var _a, _b;
|
|
23
|
+
onPreCreate({ prng, options });
|
|
24
|
+
const components = getComponents({ prng, options });
|
|
25
|
+
const colors = getColors({ prng, options });
|
|
26
|
+
onPostCreate({ prng, options, components, colors });
|
|
27
|
+
return {
|
|
28
|
+
attributes: {
|
|
29
|
+
viewBox: '0 0 980 980',
|
|
30
|
+
fill: 'none',
|
|
31
|
+
'shape-rendering': 'auto'
|
|
32
|
+
},
|
|
33
|
+
body: `<g transform="translate(10 -60)">${(_b = (_a = components.hair) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g>`,
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export { schema } from './schema.js';
|
package/lib/schema.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { StyleSchema } from '@dicebear/core';
|
|
8
8
|
export declare const schema: StyleSchema;
|
package/lib/schema.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export const schema = {
|
|
8
8
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
package/lib/types.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export interface Options {
|
|
8
8
|
hair?: ('variant48' | 'variant47' | 'variant46' | 'variant45' | 'variant44' | 'variant43' | 'variant42' | 'variant41' | 'variant40' | 'variant39' | 'variant38' | 'variant37' | 'variant36' | 'variant35' | 'variant34' | 'variant33' | 'variant32' | 'variant31' | 'variant30' | 'variant29' | 'variant28' | 'variant27' | 'variant26' | 'variant25' | 'variant24' | 'variant23' | 'variant22' | 'variant21' | 'variant20' | 'variant19' | 'variant18' | 'variant17' | 'variant16' | 'variant15' | 'variant14' | 'variant13' | 'variant12' | 'variant11' | 'variant10' | 'variant09' | 'variant08' | 'variant07' | 'variant06' | 'variant05' | 'variant04' | 'variant03' | 'variant02' | 'variant01')[];
|
|
@@ -32,12 +32,12 @@ export interface Options {
|
|
|
32
32
|
noseColor?: string[];
|
|
33
33
|
hairAccessoriesColor?: string[];
|
|
34
34
|
}
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
35
|
+
export type ColorPickCollection = Record<string, string>;
|
|
36
|
+
export type ComponentGroup = Record<string, ComponentGroupItem>;
|
|
37
|
+
export type ComponentGroupCollection = Record<string, ComponentGroup>;
|
|
38
|
+
export type ComponentGroupItem = (components: ComponentPickCollection, colors: ColorPickCollection) => string;
|
|
39
|
+
export type ComponentPickCollection = Record<string, ComponentPick>;
|
|
40
|
+
export type ComponentPick = {
|
|
41
41
|
name: string;
|
|
42
42
|
value: ComponentGroupItem;
|
|
43
43
|
} | undefined;
|
package/lib/types.js
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export {};
|
package/lib/utils/getColors.d.ts
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { Prng } from '@dicebear/core';
|
|
8
8
|
import type { Options, ColorPickCollection } from '../types.js';
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
prng: Prng;
|
|
11
11
|
options: Options;
|
|
12
12
|
};
|
package/lib/utils/getColors.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
export function getColors({ prng, options }) {
|
|
8
8
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { Prng } from '@dicebear/core';
|
|
8
8
|
import type { Options, ComponentPickCollection } from '../types.js';
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
prng: Prng;
|
|
11
11
|
options: Options;
|
|
12
12
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import { pickComponent } from './pickComponent.js';
|
|
8
8
|
export function getComponents({ prng, options }) {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import type { Prng } from '@dicebear/core';
|
|
8
8
|
import type { ComponentPick } from '../types.js';
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
prng: Prng;
|
|
11
11
|
group: string;
|
|
12
12
|
values?: string[];
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
3
|
*
|
|
4
4
|
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
5
|
+
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic
|
|
6
6
|
*/
|
|
7
7
|
import * as components from '../components/index.js';
|
|
8
8
|
export function pickComponent({ prng, group, values = [] }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/lorelei",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.6",
|
|
4
4
|
"description": "Avatar style for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"type": "module",
|
|
17
|
+
"main": "./lib/index.js",
|
|
17
18
|
"exports": "./lib/index.js",
|
|
18
19
|
"types": "./lib/index.d.ts",
|
|
19
20
|
"files": [
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"test": "uvu tests"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@dicebear/core": "^5.0.0-beta.
|
|
32
|
+
"@dicebear/core": "^5.0.0-beta.6",
|
|
32
33
|
"@tsconfig/recommended": "^1.0.1",
|
|
33
34
|
"del-cli": "^4.0.1",
|
|
34
35
|
"typescript": "^4.6.3",
|
|
@@ -43,5 +44,5 @@
|
|
|
43
44
|
"publishConfig": {
|
|
44
45
|
"access": "public"
|
|
45
46
|
},
|
|
46
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "1a81759251d30336383497f31843b48809d0f56b"
|
|
47
48
|
}
|
package/lib/core.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
-
*
|
|
4
|
-
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic/%40dicebear%2Florelei?node-id=23%3A2194
|
|
6
|
-
*/
|
|
7
|
-
import type { Style } from '@dicebear/core';
|
|
8
|
-
import type { Options } from './types.js';
|
|
9
|
-
export declare const style: Style<Options>;
|
package/lib/core.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
-
*
|
|
4
|
-
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
-
* File: https://www.figma.com/file/FCwwMBxsRND9Mbtpg5PUic/%40dicebear%2Florelei?node-id=23%3A2194
|
|
6
|
-
*/
|
|
7
|
-
import { schema } from './schema.js';
|
|
8
|
-
import { getComponents } from './utils/getComponents.js';
|
|
9
|
-
import { getColors } from './utils/getColors.js';
|
|
10
|
-
import { onPreCreate } from './hooks/onPreCreate.js';
|
|
11
|
-
import { onPostCreate } from './hooks/onPostCreate.js';
|
|
12
|
-
export const style = {
|
|
13
|
-
meta: {
|
|
14
|
-
title: 'Lorelei',
|
|
15
|
-
creator: 'Lisa Wischofsky',
|
|
16
|
-
source: 'https://dicebear.com/',
|
|
17
|
-
homepage: 'https://www.instagram.com/lischi_art/',
|
|
18
|
-
license: {
|
|
19
|
-
name: 'CC0 1.0',
|
|
20
|
-
url: 'https://creativecommons.org/licenses/zero/1.0/',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
schema: schema,
|
|
24
|
-
create: ({ prng, options }) => {
|
|
25
|
-
var _a, _b;
|
|
26
|
-
onPreCreate({ prng, options });
|
|
27
|
-
const components = getComponents({ prng, options });
|
|
28
|
-
const colors = getColors({ prng, options });
|
|
29
|
-
onPostCreate({ prng, options, components, colors });
|
|
30
|
-
return {
|
|
31
|
-
attributes: {
|
|
32
|
-
viewBox: '0 0 980 980',
|
|
33
|
-
fill: 'none',
|
|
34
|
-
'shape-rendering': 'auto'
|
|
35
|
-
},
|
|
36
|
-
body: `<g transform="translate(10 -60)">${(_b = (_a = components.hair) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g>`,
|
|
37
|
-
};
|
|
38
|
-
},
|
|
39
|
-
};
|