@rkosafo/cai.components 0.0.46 → 0.0.47

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.
@@ -761,6 +761,7 @@ export interface ITab {
761
761
  export interface RemoveTabEvent {
762
762
  tabId: string | number;
763
763
  tabData?: any;
764
+ refresh?: boolean;
764
765
  }
765
766
  export interface TabChildrenProps extends ITab {
766
767
  onTabChange?: (tabId: number | string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkosafo/cai.components",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",