@dicebear/lorelei 5.1.3 → 5.1.4

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 CHANGED
@@ -4,7 +4,7 @@ Licenses
4
4
  # Design
5
5
  Applies to all design files in this package.
6
6
 
7
- Source: Lorelei (https://dicebear.com/)
7
+ Source: Lorelei (https://www.figma.com/community/file/1198749693280469639)
8
8
  Designer: Lisa Wischofsky (https://www.instagram.com/lischi_art/)
9
9
  License: CC0 1.0 (https://creativecommons.org/licenses/zero/1.0/)
10
10
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
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> by <a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>
4
+ <a href="https://www.figma.com/community/file/1198749693280469639">Lorelei</a> by <a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -15,7 +15,7 @@
15
15
  </p>
16
16
 
17
17
  <p align="center">
18
- The avatar style is based on <a href="https://dicebear.com/">Lorelei</a> by
18
+ The avatar style is based on <a href="https://www.figma.com/community/file/1198749693280469639">Lorelei</a> by
19
19
  <a href="https://www.instagram.com/lischi_art/">Lisa Wischofsky</a>, licensed under
20
20
  <a href="https://creativecommons.org/licenses/zero/1.0/">CC0 1.0</a>. / Remix of the original.
21
21
  </p>
@@ -6,6 +6,6 @@
6
6
  */
7
7
  export function onPostCreate({ prng, options, components, colors }) {
8
8
  if (components.beard && colors.hair === colors.mouth) {
9
- colors.mouth = 'ffffff';
9
+ colors.mouth = '#ffffff';
10
10
  }
11
11
  }
package/lib/index.d.ts CHANGED
@@ -11,7 +11,7 @@
11
11
  * Copyright (c) 2023 Florian Körner
12
12
  *
13
13
  * Design "Lorelei" by Lisa Wischofsky licensed under CC0 1.0. / Remix of the original.
14
- * Source: https://dicebear.com/
14
+ * Source: https://www.figma.com/community/file/1198749693280469639
15
15
  * Homepage: https://www.instagram.com/lischi_art/
16
16
  * License: https://creativecommons.org/licenses/zero/1.0/
17
17
  */
package/lib/index.js CHANGED
@@ -10,7 +10,7 @@ import { onPostCreate } from './hooks/onPostCreate.js';
10
10
  export const meta = {
11
11
  title: 'Lorelei',
12
12
  creator: 'Lisa Wischofsky',
13
- source: 'https://dicebear.com/',
13
+ source: 'https://www.figma.com/community/file/1198749693280469639',
14
14
  homepage: 'https://www.instagram.com/lischi_art/',
15
15
  license: {
16
16
  name: 'CC0 1.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/lorelei",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "description": "Avatar style for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"
@@ -29,7 +29,7 @@
29
29
  "test": "uvu tests"
30
30
  },
31
31
  "devDependencies": {
32
- "@dicebear/core": "^5.1.3",
32
+ "@dicebear/core": "^5.1.4",
33
33
  "@tsconfig/recommended": "^1.0.1",
34
34
  "del-cli": "^4.0.1",
35
35
  "typescript": "^4.6.3",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "3ea70708b220547b7e4f3db911abf9d30ef2d9ba"
47
+ "gitHead": "66c60d5cc42ef4c01f7d6b3758bd74024a6a667f"
48
48
  }