voice-page-agent 2.7.1 → 2.7.3

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/README.md CHANGED
@@ -137,6 +137,13 @@ You can use `VoicePageAgentButton` globally after plugin install:
137
137
  <VoicePageAgentButton />
138
138
  ```
139
139
 
140
+ The component injects default styles automatically. You can override these classes in your app:
141
+
142
+ - `.voice-page-agent-root`
143
+ - `.voice-page-agent-actions`
144
+ - `.voice-page-agent-btn`
145
+ - `.voice-page-agent-status`
146
+
140
147
  It renders:
141
148
  - wake button (only when mic permission is not granted)
142
149
  - open page-agent button
@@ -0,0 +1,9 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
+ var __export = (target, all) => {
4
+ for (var name in all)
5
+ __defProp(target, name, { get: all[name], enumerable: true });
6
+ };
7
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
8
+
9
+ export { __export, __publicField };