player-map 2.0.30 → 2.0.31
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/config/verifiedAtoms.d.ts +1 -4
- package/dist/index.es.js +9374 -9301
- package/dist/index.umd.js +368 -363
- package/dist/types/vote.d.ts +2 -0
- package/package.json +2 -2
|
@@ -10,10 +10,7 @@ export declare const VERIFIED_ATOMS: Record<string, string>;
|
|
|
10
10
|
* Format: { atomId: reason }
|
|
11
11
|
*/
|
|
12
12
|
export declare const NOT_VERIFIED_ATOMS: Record<string, string>;
|
|
13
|
-
|
|
14
|
-
* Image de remplacement : carré vert pour les atomes non-vérifiés
|
|
15
|
-
*/
|
|
16
|
-
export declare const GREEN_SQUARE_PLACEHOLDER = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Crect width='100' height='100' fill='%2322c55e'/%3E%3C/svg%3E";
|
|
13
|
+
export declare const GREEN_SQUARE_PLACEHOLDER: any;
|
|
17
14
|
/**
|
|
18
15
|
* Vérifier le statut de vérification d'un atome
|
|
19
16
|
* Retourne: "verified" | "not-verified" | "normal" (comportement par défaut)
|