matts-dinner-component-library 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Bibliothèque de composants React pour interface de kiosque de restauration rapide. Publiée sur npm.
4
4
 
5
- ![Preview](./docs/hero.PNG)
5
+ ![Preview](https://raw.githubusercontent.com/Kamat99302/Matt-s-Dinner-Component-Library/refs/heads/main/docs/hero.PNG)
6
6
 
7
7
  ---
8
8
 
@@ -74,8 +74,8 @@ Exemple : les labels des boutons dans CartFooter sont passés en props (`viewCar
74
74
 
75
75
  | Composant | Figma | Storybook |
76
76
  |-----------|-------|-----------|
77
- | CartItemCard | ![](./docs/cartitemcard-figma.jpeg) | ![](./docs/cartitemcard-storybook.jpeg) |
78
- | Checkbox | ![](./docs/checkbox-figma.jpeg) | ![](./docs/checkbox-storybook.jpeg) |
77
+ | CartItemCard | ![](https://raw.githubusercontent.com/Kamat99302/Matt-s-Dinner-Component-Library/main/docs/cartitemcard-figma.jpeg) | ![](https://raw.githubusercontent.com/Kamat99302/Matt-s-Dinner-Component-Library/main/docs/cartitemcard-storybook.jpeg) |
78
+ | Checkbox | ![](https://raw.githubusercontent.com/Kamat99302/Matt-s-Dinner-Component-Library/main/docs/checkbox-figma.jpeg) | ![](https://raw.githubusercontent.com/Kamat99302/Matt-s-Dinner-Component-Library/main/docs/checkbox-storybook.jpeg) |
79
79
 
80
80
  ---
81
81
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "matts-dinner-component-library",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "type": "module",
6
6
  "main": "./dist/matts-dinner-library.umd.js",
7
7
  "module": "./dist/matts-dinner-library.es.js",