jaml-ui 4.2.9 → 4.3.1
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/chunks/{JimboMascot-DJAe76lw.js → JimboSwipeDeck-D2AVuZep.js} +577 -381
- package/dist/chunks/JimboSwipeDeck-D2AVuZep.js.map +1 -0
- package/dist/components/jamlyzer/names.d.ts +2 -2
- package/dist/index.js +4376 -4691
- package/dist/index.js.map +1 -1
- package/dist/ui/JimboOuterTab.d.ts +21 -0
- package/dist/ui/jimbo.css +1 -1
- package/dist/ui.d.ts +2 -0
- package/dist/ui.js +20 -18
- package/package.json +19 -12
- package/dist/chunks/JimboMascot-DJAe76lw.js.map +0 -1
- package/dist/lib/motely/motelyCompatEnums.d.ts +0 -310
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MotelyBoosterPack, MotelyBossBlind, MotelyTag, MotelyVoucher, MotelyDeck, MotelyStake } from 'motely-wasm';
|
|
2
2
|
export declare function splitCamelCase(key: string): string;
|
|
3
|
-
export declare function packDisplayName(pack: MotelyBoosterPack): string;
|
|
4
3
|
export declare function bossDisplayName(boss: MotelyBossBlind): string;
|
|
5
|
-
export declare function tagDisplayName(tag: MotelyTag): string;
|
|
6
4
|
export declare function voucherDisplayName(voucher: MotelyVoucher): string;
|
|
5
|
+
export declare function tagDisplayName(tag: MotelyTag): string;
|
|
6
|
+
export declare function packDisplayName(pack: MotelyBoosterPack): string;
|
|
7
7
|
export declare function deckDisplayName(deck: MotelyDeck): string;
|
|
8
8
|
export declare function stakeDisplayName(stake: MotelyStake): string;
|