@croquiscom/pds 2.1.0 → 2.1.2
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/Picture.svg +2 -3
- package/assets/icons/PictureX.svg +5 -0
- package/assets/icons/Sort.svg +1 -1
- package/dist/components/icons/generated/PictureX.d.ts +4 -0
- package/dist/components/icons/generated/index.d.ts +1 -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
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>
|
package/assets/icons/Sort.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M12 4.5L16.5 10.5H7.5L12 4.5Z" fill="#363644"/>
|
|
3
|
-
<path d="M12 19.5L7.5 13.5L16.5 13.5L12 19.5Z" fill="#
|
|
3
|
+
<path d="M12 19.5L7.5 13.5L16.5 13.5L12 19.5Z" fill="#D5D5DC"/>
|
|
4
4
|
</svg>
|
|
@@ -142,6 +142,7 @@ export { default as IconNumThreeFill } from './NumThreeFill';
|
|
|
142
142
|
export { default as IconNumTwoFill } from './NumTwoFill';
|
|
143
143
|
export { default as IconPauseFill } from './PauseFill';
|
|
144
144
|
export { default as IconPicture } from './Picture';
|
|
145
|
+
export { default as IconPictureX } from './PictureX';
|
|
145
146
|
export { default as IconPin } from './Pin';
|
|
146
147
|
export { default as IconPinColor } from './PinColor';
|
|
147
148
|
export { default as IconPlayFill } from './PlayFill';
|