ire-preview 3.2.51 → 3.2.53

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.
@@ -11,3 +11,5 @@ export declare const getQuery: (key: string) => string | null;
11
11
  export declare const copyToClipboard: (text: string) => Promise<boolean>;
12
12
  export declare const getNested: (obj: any, path: string) => any;
13
13
  export declare const getConfValue: (conf: string) => any;
14
+ export declare const getBadgeStyle: (conf: string) => "warning" | "danger" | null;
15
+ export declare const getCustomTypeColor: (conf: string) => any;
@@ -23,7 +23,7 @@ export declare const useGlobalStore: import('pinia').StoreDefinition<"global", P
23
23
  customTypesPathCss: import('vue').ComputedRef<any>;
24
24
  setData: (data: any) => void;
25
25
  setIrePlaginWp: (val: IrePlagin) => void;
26
- }, "tooltip" | "hoverdSvg" | "shortcodeData" | "irePlaginWp">, Pick<{
26
+ }, "hoverdSvg" | "tooltip" | "shortcodeData" | "irePlaginWp">, Pick<{
27
27
  hoverdSvg: import('vue').Ref<any, any>;
28
28
  tooltip: import('vue').Ref<string, string>;
29
29
  shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.51",
3
+ "version": "3.2.53",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,