@dicebear/collection 5.1.6 → 5.3.0
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/async.d.ts +12 -0
- package/lib/async.js +2 -0
- package/lib/index.d.ts +3 -1
- package/lib/index.js +3 -1
- package/package.json +28 -26
package/lib/async.d.ts
CHANGED
|
@@ -70,6 +70,12 @@ export declare const funEmoji: () => Promise<{
|
|
|
70
70
|
create: import("@dicebear/core").StyleCreate<import("@dicebear/fun-emoji").Options>;
|
|
71
71
|
schema: import("json-schema").JSONSchema7;
|
|
72
72
|
}>;
|
|
73
|
+
export declare const thumbs: () => Promise<{
|
|
74
|
+
default: typeof import("@dicebear/thumbs");
|
|
75
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
76
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/thumbs").Options>;
|
|
77
|
+
schema: import("json-schema").JSONSchema7;
|
|
78
|
+
}>;
|
|
73
79
|
export declare const icons: () => Promise<{
|
|
74
80
|
default: typeof import("@dicebear/icons");
|
|
75
81
|
meta: import("@dicebear/core").StyleMeta;
|
|
@@ -136,3 +142,9 @@ export declare const pixelArtNeutral: () => Promise<{
|
|
|
136
142
|
create: import("@dicebear/core").StyleCreate<import("@dicebear/pixel-art-neutral").Options>;
|
|
137
143
|
schema: import("json-schema").JSONSchema7;
|
|
138
144
|
}>;
|
|
145
|
+
export declare const shapes: () => Promise<{
|
|
146
|
+
default: typeof import("@dicebear/shapes");
|
|
147
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
148
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/shapes").Options>;
|
|
149
|
+
schema: import("json-schema").JSONSchema7;
|
|
150
|
+
}>;
|
package/lib/async.js
CHANGED
|
@@ -10,6 +10,7 @@ export const botttsNeutral = () => import('@dicebear/bottts-neutral');
|
|
|
10
10
|
export const croodles = () => import('@dicebear/croodles');
|
|
11
11
|
export const croodlesNeutral = () => import('@dicebear/croodles-neutral');
|
|
12
12
|
export const funEmoji = () => import('@dicebear/fun-emoji');
|
|
13
|
+
export const thumbs = () => import('@dicebear/thumbs');
|
|
13
14
|
export const icons = () => import('@dicebear/icons');
|
|
14
15
|
export const identicon = () => import('@dicebear/identicon');
|
|
15
16
|
export const initials = () => import('@dicebear/initials');
|
|
@@ -21,3 +22,4 @@ export const openPeeps = () => import('@dicebear/open-peeps');
|
|
|
21
22
|
export const personas = () => import('@dicebear/personas');
|
|
22
23
|
export const pixelArt = () => import('@dicebear/pixel-art');
|
|
23
24
|
export const pixelArtNeutral = () => import('@dicebear/pixel-art-neutral');
|
|
25
|
+
export const shapes = () => import('@dicebear/shapes');
|
package/lib/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
|
10
10
|
import * as croodles from '@dicebear/croodles';
|
|
11
11
|
import * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
12
12
|
import * as funEmoji from '@dicebear/fun-emoji';
|
|
13
|
+
import * as thumbs from '@dicebear/thumbs';
|
|
13
14
|
import * as icons from '@dicebear/icons';
|
|
14
15
|
import * as identicon from '@dicebear/identicon';
|
|
15
16
|
import * as initials from '@dicebear/initials';
|
|
@@ -21,4 +22,5 @@ import * as openPeeps from '@dicebear/open-peeps';
|
|
|
21
22
|
import * as personas from '@dicebear/personas';
|
|
22
23
|
import * as pixelArt from '@dicebear/pixel-art';
|
|
23
24
|
import * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
24
|
-
|
|
25
|
+
import * as shapes from '@dicebear/shapes';
|
|
26
|
+
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bigEars, bigEarsNeutral, bigSmile, bottts, botttsNeutral, croodles, croodlesNeutral, funEmoji, thumbs, icons, identicon, initials, lorelei, loreleiNeutral, micah, miniavs, openPeeps, personas, pixelArt, pixelArtNeutral, shapes, };
|
package/lib/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
|
10
10
|
import * as croodles from '@dicebear/croodles';
|
|
11
11
|
import * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
12
12
|
import * as funEmoji from '@dicebear/fun-emoji';
|
|
13
|
+
import * as thumbs from '@dicebear/thumbs';
|
|
13
14
|
import * as icons from '@dicebear/icons';
|
|
14
15
|
import * as identicon from '@dicebear/identicon';
|
|
15
16
|
import * as initials from '@dicebear/initials';
|
|
@@ -21,4 +22,5 @@ import * as openPeeps from '@dicebear/open-peeps';
|
|
|
21
22
|
import * as personas from '@dicebear/personas';
|
|
22
23
|
import * as pixelArt from '@dicebear/pixel-art';
|
|
23
24
|
import * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
24
|
-
|
|
25
|
+
import * as shapes from '@dicebear/shapes';
|
|
26
|
+
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bigEars, bigEarsNeutral, bigSmile, bottts, botttsNeutral, croodles, croodlesNeutral, funEmoji, thumbs, icons, identicon, initials, lorelei, loreleiNeutral, micah, miniavs, openPeeps, personas, pixelArt, pixelArtNeutral, shapes, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Avatar style collection for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -40,32 +40,34 @@
|
|
|
40
40
|
"test": "uvu tests -i fixtures"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@dicebear/adventurer": "^5.
|
|
44
|
-
"@dicebear/adventurer-neutral": "^5.
|
|
45
|
-
"@dicebear/avataaars": "^5.
|
|
46
|
-
"@dicebear/avataaars-neutral": "^5.
|
|
47
|
-
"@dicebear/big-ears": "^5.
|
|
48
|
-
"@dicebear/big-ears-neutral": "^5.
|
|
49
|
-
"@dicebear/big-smile": "^5.
|
|
50
|
-
"@dicebear/bottts": "^5.
|
|
51
|
-
"@dicebear/bottts-neutral": "^5.
|
|
52
|
-
"@dicebear/croodles": "^5.
|
|
53
|
-
"@dicebear/croodles-neutral": "^5.
|
|
54
|
-
"@dicebear/fun-emoji": "^5.
|
|
55
|
-
"@dicebear/icons": "^5.
|
|
56
|
-
"@dicebear/identicon": "^5.
|
|
57
|
-
"@dicebear/initials": "^5.
|
|
58
|
-
"@dicebear/lorelei": "^5.
|
|
59
|
-
"@dicebear/lorelei-neutral": "^5.
|
|
60
|
-
"@dicebear/micah": "^5.
|
|
61
|
-
"@dicebear/miniavs": "^5.
|
|
62
|
-
"@dicebear/open-peeps": "^5.
|
|
63
|
-
"@dicebear/personas": "^5.
|
|
64
|
-
"@dicebear/pixel-art": "^5.
|
|
65
|
-
"@dicebear/pixel-art-neutral": "^5.
|
|
43
|
+
"@dicebear/adventurer": "^5.3.0",
|
|
44
|
+
"@dicebear/adventurer-neutral": "^5.3.0",
|
|
45
|
+
"@dicebear/avataaars": "^5.3.0",
|
|
46
|
+
"@dicebear/avataaars-neutral": "^5.3.0",
|
|
47
|
+
"@dicebear/big-ears": "^5.3.0",
|
|
48
|
+
"@dicebear/big-ears-neutral": "^5.3.0",
|
|
49
|
+
"@dicebear/big-smile": "^5.3.0",
|
|
50
|
+
"@dicebear/bottts": "^5.3.0",
|
|
51
|
+
"@dicebear/bottts-neutral": "^5.3.0",
|
|
52
|
+
"@dicebear/croodles": "^5.3.0",
|
|
53
|
+
"@dicebear/croodles-neutral": "^5.3.0",
|
|
54
|
+
"@dicebear/fun-emoji": "^5.3.0",
|
|
55
|
+
"@dicebear/icons": "^5.3.0",
|
|
56
|
+
"@dicebear/identicon": "^5.3.0",
|
|
57
|
+
"@dicebear/initials": "^5.3.0",
|
|
58
|
+
"@dicebear/lorelei": "^5.3.0",
|
|
59
|
+
"@dicebear/lorelei-neutral": "^5.3.0",
|
|
60
|
+
"@dicebear/micah": "^5.3.0",
|
|
61
|
+
"@dicebear/miniavs": "^5.3.0",
|
|
62
|
+
"@dicebear/open-peeps": "^5.3.0",
|
|
63
|
+
"@dicebear/personas": "^5.3.0",
|
|
64
|
+
"@dicebear/pixel-art": "^5.3.0",
|
|
65
|
+
"@dicebear/pixel-art-neutral": "^5.3.0",
|
|
66
|
+
"@dicebear/shapes": "^5.3.0",
|
|
67
|
+
"@dicebear/thumbs": "^5.3.0"
|
|
66
68
|
},
|
|
67
69
|
"devDependencies": {
|
|
68
|
-
"@dicebear/core": "^5.
|
|
70
|
+
"@dicebear/core": "^5.3.0",
|
|
69
71
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
70
72
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
71
73
|
"@tsconfig/recommended": "^1.0.1",
|
|
@@ -85,5 +87,5 @@
|
|
|
85
87
|
"publishConfig": {
|
|
86
88
|
"access": "public"
|
|
87
89
|
},
|
|
88
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "cf8ca88db00485bb24c6f299ca86296de5001113"
|
|
89
91
|
}
|