@croquiscom/pds 5.8.0 → 5.9.0
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/CHANGELOG.md +12 -0
- package/assets/icons/CategoryBeautyFood.svg +3 -0
- package/dist/components/icons/generated/CategoryBeautyFood.d.ts +4 -0
- package/dist/components/icons/generated/index.d.ts +1 -0
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 10.2501V0.55957L2.75 5.80957V10.2501H1.75V13.2501H0.75V22.7501H12.25V20.5761C12.5353 20.8015 12.836 21.0058 13.15 21.1868V22.75H19.85V21.1868C22.1584 19.8557 23.75 17.2684 23.75 14.2857V13.5357H21.9568C21.5568 11.0581 19.2036 9.25 16.5 9.25C14.1005 9.25 11.977 10.6742 11.25 12.7267V10.2501H10.25ZM9.26292 14.7501H2.25V21.2501H10.75V19C9.89369 17.8036 9.35171 16.3414 9.26292 14.7501ZM3.25 13.2501V11.7501H9.75V13.2501H3.25ZM4.25 10.2501H8.75V3.44055L4.25 6.59055V10.2501ZM20.4243 13.5357H12.5757C12.9615 11.9867 14.5164 10.75 16.5 10.75C18.4836 10.75 20.0385 11.9867 20.4243 13.5357ZM14.2318 20.065C12.4118 19.1674 11.0424 17.2953 10.7914 15.0357H22.2086C21.9576 17.2953 20.5882 19.1674 18.7682 20.065L18.35 20.2713V21.25H14.65V20.2713L14.2318 20.065Z" fill="#363644"/>
|
|
3
|
+
</svg>
|
|
@@ -50,6 +50,7 @@ export { default as IconCamera } from './Camera';
|
|
|
50
50
|
export { default as IconCancel } from './Cancel';
|
|
51
51
|
export { default as IconCart } from './Cart';
|
|
52
52
|
export { default as IconCategoryBeauty } from './CategoryBeauty';
|
|
53
|
+
export { default as IconCategoryBeautyFood } from './CategoryBeautyFood';
|
|
53
54
|
export { default as IconCategoryBrand } from './CategoryBrand';
|
|
54
55
|
export { default as IconCategoryDeliveryGlobal } from './CategoryDeliveryGlobal';
|
|
55
56
|
export { default as IconCategoryFashion } from './CategoryFashion';
|