@croquiscom/pds 2.0.0 → 2.1.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/CHANGELOG.md +12 -0
- package/assets/icons/CheckBold.svg +3 -0
- package/assets/icons/Picture.svg +2 -3
- package/assets/icons/PictureX.svg +5 -0
- package/dist/components/icons/generated/CheckBold.d.ts +4 -0
- package/dist/components/icons/generated/PictureX.d.ts +4 -0
- package/dist/components/icons/generated/index.d.ts +2 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- 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="M22.5353 7.08541L8.84013 20.1481L1.38797 11.9157L3.61206 9.90241L8.99773 15.8519L20.4647 4.91455L22.5353 7.08541Z" fill="#363644"/>
|
|
3
|
+
</svg>
|
package/assets/icons/Picture.svg
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
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="
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 4.5H2.5V19.5H21.5V4.5ZM1 3V21H23V3H1Z" fill="#363644"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 9C4.25 7.48122 5.48122 6.25 7 6.25C8.51878 6.25 9.75 7.48122 9.75 9C9.75 10.5188 8.51878 11.75 7 11.75C5.48122 11.75 4.25 10.5188 4.25 9ZM7 7.75C6.30964 7.75 5.75 8.30964 5.75 9C5.75 9.69036 6.30964 10.25 7 10.25C7.69036 10.25 8.25 9.69036 8.25 9C8.25 8.30964 7.69036 7.75 7 7.75Z" fill="#363644"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 3.25H22.75V20.75H1.25V3.25ZM2.75 4.75V19.25H5.67799L15.4862 8.92554L21.25 14.6893V4.75H2.75ZM21.25 16.8106L15.5138 11.0744L7.74695 19.25H21.25V16.8106Z" fill="#363644"/>
|
|
5
4
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.75 3.25H1.25V20.75H13.8182V19.25H7.74696L15.5138 11.0744L17.9697 13.5303L19.0303 12.4696L15.4862 8.92554L5.67799 19.25H2.75V4.75H21.25V12.8889H22.75V3.25Z" fill="#363644"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 6.25C5.48122 6.25 4.25 7.48122 4.25 9C4.25 10.5188 5.48122 11.75 7 11.75C8.51878 11.75 9.75 10.5188 9.75 9C9.75 7.48122 8.51878 6.25 7 6.25ZM5.75 9C5.75 8.30964 6.30964 7.75 7 7.75C7.69036 7.75 8.25 8.30964 8.25 9C8.25 9.69036 7.69036 10.25 7 10.25C6.30964 10.25 5.75 9.69036 5.75 9Z" fill="#363644"/>
|
|
4
|
+
<path d="M16.4697 16.5304L18.9393 19.0001L16.4697 21.4697L17.5303 22.5304L20 20.0607L22.4697 22.5304L23.5303 21.4697L21.0607 19.0001L23.5303 16.5304L22.4697 15.4697L20 17.9394L17.5303 15.4697L16.4697 16.5304Z" fill="#363644"/>
|
|
5
|
+
</svg>
|
|
@@ -50,6 +50,7 @@ export { default as IconCategoryLife } from './CategoryLife';
|
|
|
50
50
|
export { default as IconCategoryShop } from './CategoryShop';
|
|
51
51
|
export { default as IconCategoryZDelivery } from './CategoryZDelivery';
|
|
52
52
|
export { default as IconCheck } from './Check';
|
|
53
|
+
export { default as IconCheckBold } from './CheckBold';
|
|
53
54
|
export { default as IconChecklist } from './Checklist';
|
|
54
55
|
export { default as IconCircle } from './Circle';
|
|
55
56
|
export { default as IconCircleAutoCharge } from './CircleAutoCharge';
|
|
@@ -141,6 +142,7 @@ export { default as IconNumThreeFill } from './NumThreeFill';
|
|
|
141
142
|
export { default as IconNumTwoFill } from './NumTwoFill';
|
|
142
143
|
export { default as IconPauseFill } from './PauseFill';
|
|
143
144
|
export { default as IconPicture } from './Picture';
|
|
145
|
+
export { default as IconPictureX } from './PictureX';
|
|
144
146
|
export { default as IconPin } from './Pin';
|
|
145
147
|
export { default as IconPinColor } from './PinColor';
|
|
146
148
|
export { default as IconPlayFill } from './PlayFill';
|