@useloops/design-system 1.4.233 → 1.4.234

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
@@ -1922,7 +1922,6 @@ interface Props extends PropsWithChildren {
1922
1922
  mode?: PaletteMode;
1923
1923
  screenSize?: ScreenSize;
1924
1924
  direction?: Direction;
1925
- skipDirectionCacheProvider?: boolean;
1926
1925
  }
1927
1926
  declare const ThemeProvider: FunctionComponent<Props>;
1928
1927