@feedmepos/mf-remy-panel 0.19.0-dev.3 → 0.19.0-dev.5
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/{HomeView-cdeba7bb.js → HomeView-6053c367.js} +1 -1
- package/dist/{RemyButton-d5050c0a.js → RemyButton-5542601f.js} +1 -1
- package/dist/{app-0c605b0c.js → app-28db554a.js} +2272 -2231
- package/dist/app.js +1 -1
- package/dist/components/avatar/RemyAvatar.vue.d.ts +1 -1
- package/dist/components/avatar/remyAvatarState.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "vue";
|
|
2
|
-
import { C as o, A as p, c as m, i as n, d as u, r as C, u as l, b as A } from "./app-
|
|
2
|
+
import { C as o, A as p, c as m, i as n, d as u, r as C, u as l, b as A } from "./app-28db554a.js";
|
|
3
3
|
import "pinia";
|
|
4
4
|
import "@feedmepos/mf-common";
|
|
5
5
|
import "vue-router";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type RemyAvatarAnimation } from './remyAvatarState';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
animation?: RemyAvatarAnimation | undefined;
|
|
4
4
|
expression?: "neutral" | "upward-side-glance" | "downward-gaze" | "skeptical-right" | "small-attentive" | "wide-downward-gaze" | "surprised-left" | "sleepy-squint" | "angry-right" | "curious-left" | "asymmetric-down-right" | "attentive-left" | "joyful-wide" | "eyes-closed" | "joyful-down-right" | "skeptical-left" | "far-right-glance" | "angry-left" | "playful-right" | "asymmetric-up-left" | "gentle-downward-gaze" | "wide-down-left" | "surprised-wide-left" | "drowsy-closed" | "suspicious-right" | "shy-downward" | "angry-brows" | "uneasy-left" | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export type RemyAvatarAnimation = 'sleeping' | 'waking' | 'idle' | 'listening' | 'thinking' | 'searching' | 'working' | 'excited' | 'bored' | 'suspicious' | 'angry' | 'drowsy' | 'happy' | 'curious' | 'confused' | 'surprised' | 'proud' | 'shy' | 'sad' | 'laughing' | 'scared' | 'playful' | 'celebrate';
|
|
1
|
+
export type RemyAvatarAnimation = 'showcase' | 'sleeping' | 'waking' | 'idle' | 'listening' | 'thinking' | 'searching' | 'working' | 'excited' | 'bored' | 'suspicious' | 'angry' | 'drowsy' | 'happy' | 'curious' | 'confused' | 'surprised' | 'proud' | 'shy' | 'sad' | 'laughing' | 'scared' | 'playful' | 'celebrate';
|
|
2
|
+
export declare const REMY_AVATAR_SHOWCASE_EXPRESSIONS: readonly ["neutral", "upward-side-glance", "downward-gaze", "skeptical-right", "small-attentive", "wide-downward-gaze", "surprised-left", "sleepy-squint", "angry-right", "curious-left", "asymmetric-down-right", "attentive-left", "joyful-wide", "eyes-closed", "joyful-down-right", "skeptical-left", "far-right-glance", "angry-left", "playful-right", "asymmetric-up-left", "gentle-downward-gaze", "wide-down-left", "surprised-wide-left", "drowsy-closed", "suspicious-right"];
|
|
2
3
|
export interface RemyAvatarContext {
|
|
3
4
|
isStreaming: boolean;
|
|
4
5
|
hasError?: boolean;
|