@ada-support/embed2 1.0.58 → 1.0.62

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.
@@ -1,3 +1,3 @@
1
- import { StoreMutations } from "common/types/index";
1
+ import type { StoreMutations } from "common/types";
2
2
  declare const mutations: StoreMutations;
3
3
  export default mutations;
@@ -1,3 +1,3 @@
1
- import { StoreState } from "common/types/store-state";
1
+ import type { StoreState } from "common/types/store-state";
2
2
  export declare const isRTLLanguage: (language: StoreState["language"] | undefined) => boolean;
3
3
  export declare const isRTL: (client: StoreState["client"] | undefined, language: StoreState["language"] | undefined) => boolean;
@@ -22,7 +22,6 @@ export interface Features {
22
22
  afm_proactive_messaging?: boolean;
23
23
  afm_dont_show_proactive_messages_in_chat?: boolean;
24
24
  embed_test_bot?: boolean;
25
- rtl_language_support?: boolean;
26
25
  translations?: boolean;
27
26
  }
28
27
  export interface ClientObject {