@gouvfr-lasuite/ui-kit 0.16.2 → 0.17.1
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/cunningham.ts +320 -245
- package/dist/index.cjs +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +287 -203
- package/dist/index.js +6304 -6011
- package/dist/index.js.map +1 -1
- package/dist/storybook/logo-fichiers.svg +3 -3
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M41.5148 14.5894H12.6296C9.34872 14.5894 6.04954 17.171 5.26066 20.3556L3 29.4815V11.7732C3 9.86691 3.43711 8.43115 4.31133 7.46593C5.19676 6.48864 6.42404 6 7.99316 6H12.7509C13.3338 6 13.8381 6.04223 14.264 6.12669C14.6899 6.21114 15.0822 6.35592 15.4409 6.56103C15.7995 6.75408 16.175 7.02555 16.5673 7.37544L17.5255 8.22604C17.9963 8.62419 18.439 8.90773 18.8537 9.07664C19.2684 9.24555 19.7784 9.33001 20.3836 9.33001H36.0187C37.8232 9.33001 39.1906 9.83072 40.1208 10.8321C40.9553 11.7197 41.4199 12.9721 41.5148 14.5894Z" fill="#C83F49"/>
|
|
3
|
+
<path d="M8.51483 40.4999C6.69914 40.4999 5.45489 39.9803 4.7821 38.9409C4.1062 37.9141 4.0164 36.3989 4.51272 34.3954L7.99064 20.3556C8.41706 18.6342 10.2004 17.2388 11.9738 17.2388H44.0847C45.8581 17.2388 46.9501 18.6342 46.5237 20.3556L43.0458 34.3954C42.5495 36.3989 41.7258 37.9141 40.5748 38.9409C39.4207 39.9803 38.0423 40.4999 36.4395 40.4999H8.51483Z" fill="#2845C1"/>
|
|
4
4
|
</svg>
|