andoncloud-sdk 1.6.42 → 1.6.43

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/index.d.ts CHANGED
@@ -57,16 +57,10 @@ declare module 'andoncloud-sdk' {
57
57
 
58
58
  export const getDisplayMode: () => Display['mode'];
59
59
 
60
- type UpdateParentHeaderLeadingTextArgs = {
61
- text: string;
62
- };
63
- export const updateParentHeaderLeadingText: ({ text }: UpdateParentHeaderLeadingTextArgs) => void;
60
+ export const updateParentHeaderLeadingText: (text: string) => void;
64
61
  export const resetParentHeaderLeadingText: () => void;
65
62
 
66
- type UpdateParentHeaderTitleArgs = {
67
- title: string;
68
- };
69
- export const updateParentHeaderTitle: ({ title }: UpdateParentHeaderTitleArgs) => void;
63
+ export const updateParentHeaderTitle: (title: string) => void;
70
64
  export const resetParentHeaderTitle: () => void;
71
65
 
72
66
  type UpdateParentHeaderStylesArgs = {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.6.42";
1
+ export declare const LIBRARY_VERSION = "1.6.43";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.6.42",
3
+ "version": "1.6.43",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",