@myelmut/design-system 0.1.46 → 0.1.47

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.
@@ -335,7 +335,7 @@ export declare const frDesign: {
335
335
  }
336
336
  };
337
337
 
338
- export declare const FrequencySelectorCard: ({ title, description, priceLabel, isSelected, badgeLabel, onClick, className }: FrequencySelectorCardProps) => JSX.Element;
338
+ export declare const FrequencySelectorCard: ({ title, description, priceLabel, isSelected, badgeLabel, onClick, className, mobileImage, desktopImage, mobile2xImage, desktop2xImage, imageAlt }: FrequencySelectorCardProps) => JSX.Element;
339
339
 
340
340
  declare interface FrequencySelectorCardProps {
341
341
  title: string;
@@ -345,6 +345,11 @@ declare interface FrequencySelectorCardProps {
345
345
  badgeLabel?: string;
346
346
  onClick?: () => void;
347
347
  className?: string;
348
+ mobileImage: string;
349
+ desktopImage: string;
350
+ mobile2xImage: string;
351
+ desktop2xImage: string;
352
+ imageAlt: string;
348
353
  }
349
354
 
350
355
  export declare const H1: default_2.ForwardRefExoticComponent<Omit<TitleProps, "variant"> & default_2.RefAttributes<HTMLHeadingElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myelmut/design-system",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",