@myelmut/design-system 0.1.37 → 0.1.39
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +278 -271
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -221,7 +222,7 @@ declare interface FiltersProps {
|
|
|
221
222
|
className?: string;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
|
-
export declare const FoodCard:
|
|
225
|
+
export declare const FoodCard: ForwardRefExoticComponent<FoodCardProps & RefAttributes<HTMLDivElement>>;
|
|
225
226
|
|
|
226
227
|
declare interface FoodCardProps {
|
|
227
228
|
title: string;
|
|
@@ -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 {
|