@useloops/design-system 1.4.158 → 1.4.159

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
@@ -559,7 +559,7 @@ declare const Pill: FunctionComponent<PillProps>;
559
559
 
560
560
  type BindOn = 'trigger' | 'contextMenu' | 'toggle' | 'hover' | 'focus' | 'doubleClick';
561
561
  interface PopperProps {
562
- popperProps?: PopperProps$1;
562
+ popperProps?: Partial<PopperProps$1>;
563
563
  transitionFadeProps?: Pick<FadeProps, 'easing' | 'timeout' | 'appear' | 'enter' | 'exit'>;
564
564
  surfaceProps?: SurfaceProps$1;
565
565
  bindOn?: BindOn[];