volleyballsimtypes 0.0.528 → 0.0.529
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/dist/cjs/src/service/team/badge.d.ts +4 -1
- package/dist/cjs/src/service/team/badge.js +1 -1
- package/dist/cjs/src/service/team/schemas/team.z.d.ts +1 -0
- package/dist/esm/src/service/team/badge.d.ts +4 -1
- package/dist/esm/src/service/team/badge.js +1 -1
- package/dist/esm/src/service/team/schemas/team.z.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const BADGE_CANVAS = 200;
|
|
3
|
-
export declare const BADGE_ICONS: readonly ["star", "crown", "bolt", "fire", "heart", "gem", "skull", "ghost", "anchor", "compass", "sun", "moon", "snowflake", "leaf", "seedling", "tree", "mountain", "water", "wind", "meteor", "rocket", "bell", "flag", "feather", "shield-halved", "chess-knight", "chess-rook", "hammer", "crosshairs", "medal", "trophy", "award", "volleyball", "dragon", "cat", "crow", "turtle", "unicorn", "horse", "dove", "fish", "paw", "spider", "otter", "frog", "dog"];
|
|
3
|
+
export declare const BADGE_ICONS: readonly ["star", "crown", "bolt", "fire", "heart", "gem", "skull", "ghost", "anchor", "compass", "sun", "moon", "snowflake", "leaf", "seedling", "tree", "mountain", "water", "wind", "meteor", "rocket", "bell", "flag", "feather", "shield-halved", "chess-knight", "chess-rook", "hammer", "crosshairs", "medal", "trophy", "award", "volleyball", "dragon", "cat", "crow", "turtle", "unicorn", "horse", "dove", "fish", "paw", "spider", "otter", "frog", "dog", "pear"];
|
|
4
4
|
export type BadgeIconName = typeof BADGE_ICONS[number];
|
|
5
5
|
export declare const BADGE_TEXT_FONTS: readonly ["sans", "wide", "mono", "serif", "block", "permanentMarker", "kaushanScript", "russoOne", "teko", "saira", "michroma", "zillaSlab", "changaOne", "stardosStencil", "wallpoet", "orbitron", "tourney", "bebasNeue", "anton", "jersey25"];
|
|
6
6
|
export type BadgeTextFont = typeof BADGE_TEXT_FONTS[number];
|
|
@@ -68,6 +68,7 @@ declare const iconLayer: z.ZodObject<{
|
|
|
68
68
|
otter: "otter";
|
|
69
69
|
frog: "frog";
|
|
70
70
|
dog: "dog";
|
|
71
|
+
pear: "pear";
|
|
71
72
|
}>;
|
|
72
73
|
color: z.ZodString;
|
|
73
74
|
}, z.core.$strip>;
|
|
@@ -163,6 +164,7 @@ export declare const BadgeLayerSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
163
164
|
otter: "otter";
|
|
164
165
|
frog: "frog";
|
|
165
166
|
dog: "dog";
|
|
167
|
+
pear: "pear";
|
|
166
168
|
}>;
|
|
167
169
|
color: z.ZodString;
|
|
168
170
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -259,6 +261,7 @@ export declare const BadgeSchema: z.ZodObject<{
|
|
|
259
261
|
otter: "otter";
|
|
260
262
|
frog: "frog";
|
|
261
263
|
dog: "dog";
|
|
264
|
+
pear: "pear";
|
|
262
265
|
}>;
|
|
263
266
|
color: z.ZodString;
|
|
264
267
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -16,7 +16,7 @@ exports.BADGE_ICONS = [
|
|
|
16
16
|
'sun', 'moon', 'snowflake', 'leaf', 'seedling', 'tree', 'mountain', 'water', 'wind', 'meteor',
|
|
17
17
|
'rocket', 'bell', 'flag', 'feather', 'shield-halved', 'chess-knight', 'chess-rook', 'hammer', 'crosshairs',
|
|
18
18
|
'medal', 'trophy', 'award', 'volleyball', 'dragon', 'cat', 'crow', 'turtle', 'unicorn', 'horse', 'dove',
|
|
19
|
-
'fish', 'paw', 'spider', 'otter', 'frog', 'dog'
|
|
19
|
+
'fish', 'paw', 'spider', 'otter', 'frog', 'dog', 'pear'
|
|
20
20
|
];
|
|
21
21
|
// Text layers offer the same 20 faces as the jersey number editor (JERSEY_FONT_ALL): five generic stacks, then
|
|
22
22
|
// the fifteen display families. The jersey renders its number from GENERATED DIGIT GLYPHS because it lives in a
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const BADGE_CANVAS = 200;
|
|
3
|
-
export declare const BADGE_ICONS: readonly ["star", "crown", "bolt", "fire", "heart", "gem", "skull", "ghost", "anchor", "compass", "sun", "moon", "snowflake", "leaf", "seedling", "tree", "mountain", "water", "wind", "meteor", "rocket", "bell", "flag", "feather", "shield-halved", "chess-knight", "chess-rook", "hammer", "crosshairs", "medal", "trophy", "award", "volleyball", "dragon", "cat", "crow", "turtle", "unicorn", "horse", "dove", "fish", "paw", "spider", "otter", "frog", "dog"];
|
|
3
|
+
export declare const BADGE_ICONS: readonly ["star", "crown", "bolt", "fire", "heart", "gem", "skull", "ghost", "anchor", "compass", "sun", "moon", "snowflake", "leaf", "seedling", "tree", "mountain", "water", "wind", "meteor", "rocket", "bell", "flag", "feather", "shield-halved", "chess-knight", "chess-rook", "hammer", "crosshairs", "medal", "trophy", "award", "volleyball", "dragon", "cat", "crow", "turtle", "unicorn", "horse", "dove", "fish", "paw", "spider", "otter", "frog", "dog", "pear"];
|
|
4
4
|
export type BadgeIconName = typeof BADGE_ICONS[number];
|
|
5
5
|
export declare const BADGE_TEXT_FONTS: readonly ["sans", "wide", "mono", "serif", "block", "permanentMarker", "kaushanScript", "russoOne", "teko", "saira", "michroma", "zillaSlab", "changaOne", "stardosStencil", "wallpoet", "orbitron", "tourney", "bebasNeue", "anton", "jersey25"];
|
|
6
6
|
export type BadgeTextFont = typeof BADGE_TEXT_FONTS[number];
|
|
@@ -68,6 +68,7 @@ declare const iconLayer: z.ZodObject<{
|
|
|
68
68
|
otter: "otter";
|
|
69
69
|
frog: "frog";
|
|
70
70
|
dog: "dog";
|
|
71
|
+
pear: "pear";
|
|
71
72
|
}>;
|
|
72
73
|
color: z.ZodString;
|
|
73
74
|
}, z.core.$strip>;
|
|
@@ -163,6 +164,7 @@ export declare const BadgeLayerSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
163
164
|
otter: "otter";
|
|
164
165
|
frog: "frog";
|
|
165
166
|
dog: "dog";
|
|
167
|
+
pear: "pear";
|
|
166
168
|
}>;
|
|
167
169
|
color: z.ZodString;
|
|
168
170
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -259,6 +261,7 @@ export declare const BadgeSchema: z.ZodObject<{
|
|
|
259
261
|
otter: "otter";
|
|
260
262
|
frog: "frog";
|
|
261
263
|
dog: "dog";
|
|
264
|
+
pear: "pear";
|
|
262
265
|
}>;
|
|
263
266
|
color: z.ZodString;
|
|
264
267
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -13,7 +13,7 @@ export const BADGE_ICONS = [
|
|
|
13
13
|
'sun', 'moon', 'snowflake', 'leaf', 'seedling', 'tree', 'mountain', 'water', 'wind', 'meteor',
|
|
14
14
|
'rocket', 'bell', 'flag', 'feather', 'shield-halved', 'chess-knight', 'chess-rook', 'hammer', 'crosshairs',
|
|
15
15
|
'medal', 'trophy', 'award', 'volleyball', 'dragon', 'cat', 'crow', 'turtle', 'unicorn', 'horse', 'dove',
|
|
16
|
-
'fish', 'paw', 'spider', 'otter', 'frog', 'dog'
|
|
16
|
+
'fish', 'paw', 'spider', 'otter', 'frog', 'dog', 'pear'
|
|
17
17
|
];
|
|
18
18
|
// Text layers offer the same 20 faces as the jersey number editor (JERSEY_FONT_ALL): five generic stacks, then
|
|
19
19
|
// the fifteen display families. The jersey renders its number from GENERATED DIGIT GLYPHS because it lives in a
|