@zealicsolutions/web-ui 0.1.83 → 0.1.85

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.
@@ -16,7 +16,7 @@ export declare type FeedContentProps = {
16
16
  onClick?: () => void;
17
17
  };
18
18
  isMobile?: boolean;
19
- isExpanded: boolean;
19
+ isExpanded?: boolean;
20
20
  destinationLink?: string;
21
21
  onDestinationHandler?: Callback;
22
22
  imageStyles?: CSSProperties;
@@ -0,0 +1,4 @@
1
+ export declare const useSwitchExpanded: () => {
2
+ isExpandedContent: boolean;
3
+ onClickHandler: () => void;
4
+ };
package/dist/index.d.ts CHANGED
@@ -696,7 +696,7 @@ declare type FeedContentProps = {
696
696
  onClick?: () => void;
697
697
  };
698
698
  isMobile?: boolean;
699
- isExpanded: boolean;
699
+ isExpanded?: boolean;
700
700
  destinationLink?: string;
701
701
  onDestinationHandler?: Callback;
702
702
  imageStyles?: CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"