@designcrowd/fe-shared-lib 1.5.3-MP-4628-add-missing-icons → 1.5.3
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/package.json +1 -1
- package/src/atoms/components/Icon/Icon.stories.js +0 -2
- package/src/atoms/components/Icon/Icon.vue +0 -4
- package/public/css/tailwind-brandCrowd.css +0 -2472
- package/public/css/tailwind-brandPage.css +0 -2156
- package/public/css/tailwind-crazyDomains.css +0 -2472
- package/public/css/tailwind-designCom.css +0 -2472
- package/public/css/tailwind-designCrowd.css +0 -2472
- package/src/atoms/components/Icon/icons/media.vue +0 -3
- package/src/atoms/components/Icon/icons/resize.vue +0 -6
package/package.json
CHANGED
|
@@ -253,8 +253,6 @@ import IconQuestion from './icons/question.vue';
|
|
|
253
253
|
import IconQuote from './icons/quote.vue';
|
|
254
254
|
import IconReload from './icons/reload.vue';
|
|
255
255
|
import IconReorderable from './icons/reorderable.vue';
|
|
256
|
-
import IconResize from './icons/resize.vue';
|
|
257
|
-
import IconMedia from './icons/media.vue';
|
|
258
256
|
import IconRequestPayment from './icons/request-payment.vue';
|
|
259
257
|
import IconSearch from './icons/search.vue';
|
|
260
258
|
import IconSecure from './icons/secure.vue';
|
|
@@ -614,8 +612,6 @@ export default {
|
|
|
614
612
|
IconQuote,
|
|
615
613
|
IconReload,
|
|
616
614
|
IconReorderable,
|
|
617
|
-
IconResize,
|
|
618
|
-
IconMedia,
|
|
619
615
|
IconRequestPayment,
|
|
620
616
|
IconShop,
|
|
621
617
|
IconSearch,
|