@myelmut/design-system 0.1.35 → 0.1.37
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/assets/images/ingredients/beer-yeast.webp +0 -0
- package/assets/images/ingredients/calcium.webp +0 -0
- package/assets/images/ingredients/rice.webp +0 -0
- package/assets/images/ingredients/seaweed.webp +0 -0
- package/assets/images/tips/claudine-tips-head-mobile.webp +0 -0
- package/assets/images/tips/claudine-tips-head-mobile@2x.webp +0 -0
- package/assets/images/tips/claudine-tips-head.webp +0 -0
- package/assets/images/tips/claudine-tips-head@2x.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head-mobile.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head-mobile@2x.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head@2x.webp +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +134 -120
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
- /package/assets/images/ingredients/{cereals.webp → quinoa.webp} +0 -0
- /package/assets/images/ingredients/{powder.webp → vitamins.webp} +0 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -332,7 +332,7 @@ export declare const Ingredient: ({ label, description, image, className }: Ingr
|
|
|
332
332
|
declare interface IngredientProps {
|
|
333
333
|
label: string;
|
|
334
334
|
description: string;
|
|
335
|
-
image: 'carrot' | '
|
|
335
|
+
image: 'carrot' | 'quinoa' | 'potato' | 'apple' | 'dry-carrot' | 'beef' | 'chicken' | 'courgette' | 'duck' | 'fish' | 'liquid' | 'oil' | 'pork' | 'turkey' | 'vitamins' | 'seaweed' | 'rice' | 'beer-yeast' | 'calcium';
|
|
336
336
|
className?: string;
|
|
337
337
|
}
|
|
338
338
|
|
|
@@ -622,7 +622,7 @@ declare interface TextProps extends React.HTMLAttributes<HTMLParagraphElement |
|
|
|
622
622
|
|
|
623
623
|
export { TiktokIcon }
|
|
624
624
|
|
|
625
|
-
export declare const Tips:
|
|
625
|
+
export declare const Tips: ForwardRefExoticComponent<TipsProps & RefAttributes<HTMLDivElement>>;
|
|
626
626
|
|
|
627
627
|
declare interface TipsProps {
|
|
628
628
|
content: string;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|