@useloops/design-system 1.4.307 → 1.4.309
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/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -879,7 +879,7 @@ interface BackgroundOptions {
|
|
|
879
879
|
declare const backgroundCreator: (theme: Theme, options: BackgroundOptions) => string;
|
|
880
880
|
|
|
881
881
|
type SupportedCurrency = 'gbp' | 'eur' | 'usd';
|
|
882
|
-
type SupportedFrequency = 'monthly' | '
|
|
882
|
+
type SupportedFrequency = 'monthly' | 'annually';
|
|
883
883
|
interface AnnualControllerProps {
|
|
884
884
|
body: string;
|
|
885
885
|
currency: string;
|