randmarcomps 1.83.0 → 1.84.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/dist/randmarcomps.d.ts +2 -1
- package/dist/randmarcomps.js +914 -880
- package/dist/randmarcomps.umd.cjs +6 -6
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -197,7 +197,7 @@ export declare interface NavRoute {
|
|
|
197
197
|
showInNav?: boolean;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
export declare function PartnerCard({ id, name, about, voiceName, voiceStyle, sceneName, action, }: PartnerCardProps): JSX.Element;
|
|
200
|
+
export declare function PartnerCard({ id, name, about, voiceName, voiceStyle, sceneName, action, loading, }: PartnerCardProps): JSX.Element;
|
|
201
201
|
|
|
202
202
|
declare interface PartnerCardProps {
|
|
203
203
|
id: string;
|
|
@@ -207,6 +207,7 @@ declare interface PartnerCardProps {
|
|
|
207
207
|
voiceStyle?: string;
|
|
208
208
|
sceneName?: string;
|
|
209
209
|
action?: ReactNode;
|
|
210
|
+
loading?: boolean;
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
declare interface Product {
|