@selfcommunity/react-theme-default 0.5.0-mui7.40 → 0.5.0-mui7.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.
@@ -40,7 +40,7 @@ declare const Component: {
40
40
  height: string;
41
41
  };
42
42
  };
43
- skeletonRoot: () => {};
43
+ skeletonRoot: ({ theme }: any) => {};
44
44
  };
45
45
  };
46
46
  export default Component;
@@ -42,7 +42,7 @@ const Component = {
42
42
  height: 'fit-content'
43
43
  }
44
44
  }),
45
- skeletonRoot: () => ({})
45
+ skeletonRoot: ({ theme }) => ({})
46
46
  }
47
47
  };
48
48
  exports.default = Component;
@@ -9440,7 +9440,7 @@ declare const theme: {
9440
9440
  height: string;
9441
9441
  };
9442
9442
  };
9443
- skeletonRoot: () => {};
9443
+ skeletonRoot: ({ theme }: any) => {};
9444
9444
  };
9445
9445
  };
9446
9446
  SCUserSubscribedGroupsWidget: {
@@ -40,7 +40,7 @@ declare const Component: {
40
40
  height: string;
41
41
  };
42
42
  };
43
- skeletonRoot: () => {};
43
+ skeletonRoot: ({ theme }: any) => {};
44
44
  };
45
45
  };
46
46
  export default Component;
@@ -40,7 +40,7 @@ const Component = {
40
40
  height: 'fit-content'
41
41
  }
42
42
  }),
43
- skeletonRoot: () => ({})
43
+ skeletonRoot: ({ theme }) => ({})
44
44
  }
45
45
  };
46
46
  export default Component;
@@ -9440,7 +9440,7 @@ declare const theme: {
9440
9440
  height: string;
9441
9441
  };
9442
9442
  };
9443
- skeletonRoot: () => {};
9443
+ skeletonRoot: ({ theme }: any) => {};
9444
9444
  };
9445
9445
  };
9446
9446
  SCUserSubscribedGroupsWidget: {