@citizenplane/pimp 10.1.4 → 10.1.6
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/pimp.es.js +185 -186
- package/dist/pimp.umd.js +31 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseInputLabel.vue +1 -0
- package/src/components/CpPartnerBadge.vue +1 -1
- package/src/components/icons/IconSupplier.vue +2 -5
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg
|
|
2
|
+
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path
|
|
4
|
-
d="
|
|
5
|
-
/>
|
|
6
|
-
<path
|
|
7
|
-
d="M17.4343 10.3981C16.7665 10.3981 16.2267 10.9355 16.2267 11.5978V14.5178C16.2267 14.8933 15.92 15.1968 15.542 15.1968H8.45714C8.07917 15.1968 7.77365 14.8933 7.77365 14.5178V11.5978C7.77365 10.9355 7.23265 10.3981 6.56607 10.3981C5.89828 10.3981 5.35849 10.9355 5.35849 11.5978V15.7175C5.35849 16.7552 6.205 17.5962 7.24956 17.5962H9.50411C9.88208 17.5962 10.1888 17.9009 10.1888 18.2764V19.6596C10.1888 19.8456 10.0367 19.9955 9.84948 19.9955H8.78198C8.22528 19.9955 7.77365 20.4442 7.77365 20.9973C7.77365 21.5515 8.22528 22.0002 8.78198 22.0002H15.2184C15.7751 22.0002 16.2267 21.5515 16.2267 20.9973C16.2267 20.4442 15.7751 19.9955 15.2184 19.9955H14.1497C13.9625 19.9955 13.8116 19.8456 13.8116 19.6596V18.2764C13.8116 17.9009 14.1171 17.5962 14.495 17.5962H17.4343C17.7676 17.5962 18.0695 17.463 18.288 17.2459C18.5066 17.0275 18.6419 16.7276 18.6419 16.3965V11.5978C18.6419 10.9355 18.1009 10.3981 17.4343 10.3981Z"
|
|
4
|
+
d="M12 1.00195C12.5249 1.00195 13.0401 1.14066 13.4951 1.40234L13.4961 1.40137L20.4961 5.40137L20.5 5.4043L20.667 5.50781C20.9652 5.70713 21.2233 5.95939 21.4326 6.25C21.4943 6.31111 21.5501 6.38022 21.5957 6.45898C21.6334 6.52412 21.6619 6.59222 21.6836 6.66113C21.8908 7.07582 21.9995 7.5338 22 7.99902V16.001C21.9995 16.5269 21.8608 17.0436 21.5977 17.499C21.3344 17.9545 20.9556 18.3327 20.5 18.5957L20.4961 18.5986L13.4961 22.5986L13.4951 22.5977C13.1797 22.7791 12.8352 22.8994 12.4785 22.957C12.3363 23.0348 12.1735 23.0801 12 23.0801C11.8262 23.0801 11.6629 23.0351 11.5205 22.957C11.1639 22.8993 10.8193 22.7791 10.5039 22.5977V22.5986L3.50391 18.5986L3.5 18.5957C3.04444 18.3327 2.6656 17.9545 2.40234 17.499C2.13918 17.0436 2.00055 16.5269 2 16.001V7.99902L2.00684 7.80176C2.03338 7.40483 2.13856 7.01709 2.31641 6.66113C2.33807 6.59222 2.36662 6.52412 2.4043 6.45898C2.44987 6.38022 2.50571 6.31111 2.56738 6.25C2.81484 5.90641 3.13136 5.61717 3.5 5.4043L3.50391 5.40137L10.5039 1.40137V1.40234C10.9591 1.14038 11.4748 1.00195 12 1.00195ZM4 15.999L4.00879 16.1299C4.02601 16.2592 4.06815 16.3844 4.13379 16.498C4.22077 16.6485 4.34602 16.7738 4.49609 16.8613L11 20.5771V12.5869L4 8.53711V15.999ZM13 12.5869V20.5771L19.5039 16.8613C19.654 16.7738 19.7792 16.6485 19.8662 16.498C19.9536 16.3466 19.9996 16.1748 20 16V8.53711L13 12.5869ZM12 3.00195C11.8245 3.00195 11.652 3.048 11.5 3.13574L11.4961 3.1377L5.03809 6.82715L12 10.8545L18.9609 6.82715L12.5039 3.1377L12.5 3.13574C12.348 3.048 12.1755 3.00195 12 3.00195Z"
|
|
8
5
|
/>
|
|
9
6
|
</svg>
|
|
10
7
|
</template>
|