@myelmut/design-system 0.1.36 → 0.1.38

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.
@@ -27,6 +27,7 @@ import { ReactComponent as PlusIcon } from './plus.svg';
27
27
  import { ReactComponent as PolaroidThreadIcon } from './polaroid-thread.svg';
28
28
  import { ReactComponent as ProfilIcon } from './profil.svg';
29
29
  import { ReactComponent as QuoteIcon } from './quote.svg';
30
+ import { ReactComponent as RecipeBgShapeIcon } from './recipe-bg-shape.svg';
30
31
  import { RefAttributes } from 'react';
31
32
  import { RefObject } from 'react';
32
33
  import { ReactComponent as StarIcon } from './star.svg';
@@ -332,7 +333,7 @@ export declare const Ingredient: ({ label, description, image, className }: Ingr
332
333
  declare interface IngredientProps {
333
334
  label: string;
334
335
  description: string;
335
- image: 'carrot' | 'cereals' | 'potato' | 'apple' | 'dry-carrot' | 'beef' | 'chicken' | 'courgette' | 'duck' | 'fish' | 'liquid' | 'oil' | 'pork' | 'turkey' | 'powder' | 'oil' | 'seaweed';
336
+ image: 'carrot' | 'quinoa' | 'potato' | 'apple' | 'dry-carrot' | 'beef' | 'chicken' | 'courgette' | 'duck' | 'fish' | 'liquid' | 'oil' | 'pork' | 'turkey' | 'vitamins' | 'seaweed' | 'rice' | 'beer-yeast' | 'calcium';
336
337
  className?: string;
337
338
  }
338
339
 
@@ -480,6 +481,8 @@ declare interface RecetteCardProps {
480
481
  href: string;
481
482
  }
482
483
 
484
+ export { RecipeBgShapeIcon }
485
+
483
486
  export declare const ResponsiveImage: default_2.ForwardRefExoticComponent<ResponsiveImageProps & default_2.RefAttributes<HTMLImageElement>>;
484
487
 
485
488
  declare interface ResponsiveImageProps {
@@ -622,7 +625,7 @@ declare interface TextProps extends React.HTMLAttributes<HTMLParagraphElement |
622
625
 
623
626
  export { TiktokIcon }
624
627
 
625
- export declare const Tips: ({ content, className }: TipsProps) => JSX.Element;
628
+ export declare const Tips: ForwardRefExoticComponent<TipsProps & RefAttributes<HTMLDivElement>>;
626
629
 
627
630
  declare interface TipsProps {
628
631
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myelmut/design-system",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",