@useloops/design-system 1.4.503 → 1.4.505

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
@@ -935,6 +935,7 @@ interface TypographyProps extends Omit<TypographyProps$1, 'ref'> {
935
935
  type?: 'default' | 'button';
936
936
  variation?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl';
937
937
  weight?: 'default' | 'bold';
938
+ monospaced?: boolean;
938
939
  sx?: SxProps<Theme>;
939
940
  }
940
941
  declare const Typography: react.ForwardRefExoticComponent<TypographyProps & react.RefAttributes<HTMLHeadingElement | HTMLParagraphElement>>;