@useloops/design-system 1.4.339 → 1.4.341

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
@@ -1923,6 +1923,7 @@ interface HeaderProps {
1923
1923
  titleIconButton?: Omit<IconButtonProps, 'icon'>;
1924
1924
  container?: ContainerProps;
1925
1925
  };
1926
+ loading?: boolean;
1926
1927
  }
1927
1928
  declare const Header: FunctionComponent<HeaderProps>;
1928
1929
 
@@ -1969,6 +1970,7 @@ declare const LoopItem: FunctionComponent<LoopItemProps>;
1969
1970
 
1970
1971
  interface LoopItemEmptyProps extends PropsWithChildren {
1971
1972
  onClick: () => void;
1973
+ ctaSpacing?: boolean;
1972
1974
  }
1973
1975
  declare const LoopItemEmpty: react.ForwardRefExoticComponent<LoopItemEmptyProps & react.RefAttributes<HTMLDivElement>>;
1974
1976