@useloops/design-system 1.4.236 → 1.4.237

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
@@ -1932,6 +1932,7 @@ interface Props extends PropsWithChildren {
1932
1932
  mode?: PaletteMode;
1933
1933
  screenSize?: ScreenSize;
1934
1934
  direction?: Direction;
1935
+ ignoreCacheProvider?: boolean;
1935
1936
  }
1936
1937
  declare const ThemeProvider: FunctionComponent<Props>;
1937
1938