@useloops/design-system 1.4.293 → 1.4.295

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
@@ -883,6 +883,7 @@ type SupportedFrequency = 'monthly' | 'annual';
883
883
  interface AnnualControllerProps {
884
884
  body: string;
885
885
  currency: string;
886
+ hideCurrency?: boolean;
886
887
  changeCurrencyEvent?: (value: string) => void;
887
888
  frequency: string;
888
889
  heading: string;