@designcrowd/fe-shared-lib 1.1.5-eng-2651 → 1.1.5-eng-2651-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/package.json +1 -1
- package/src/atoms/components/Icon/Icon.vue +6 -6
- package/src/atoms/components/Icon/icons/{cap-filled.vue → cap.vue} +1 -1
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +0 -1
- package/src/atoms/components/Icon/icons/{mug-filled.vue → mug.vue} +0 -1
- package/src/atoms/components/Icon/icons/{sticker-filled.vue → sticker.vue} +0 -1
- package/src/atoms/components/Icon/icons/user-headset.vue +0 -1
package/package.json
CHANGED
|
@@ -84,7 +84,7 @@ import IconCalloutError from './icons/callout-error.vue';
|
|
|
84
84
|
import IconCalloutInfo from './icons/callout-info.vue';
|
|
85
85
|
import IconCalloutSuccess from './icons/callout-success.vue';
|
|
86
86
|
import IconCalloutWarning from './icons/callout-warning.vue';
|
|
87
|
-
import
|
|
87
|
+
import IconCap from './icons/cap.vue';
|
|
88
88
|
import IconCard from './icons/card.vue';
|
|
89
89
|
import IconCartEmpty from './icons/cart-empty.vue';
|
|
90
90
|
import IconCheck from './icons/check.vue';
|
|
@@ -210,7 +210,7 @@ import IconLock from './icons/lock.vue';
|
|
|
210
210
|
import IconMacosCommand from './icons/mac-command.vue';
|
|
211
211
|
import IconMap from './icons/map.vue';
|
|
212
212
|
import IconMessage from './icons/message.vue';
|
|
213
|
-
import
|
|
213
|
+
import IconMug from './icons/mug.vue';
|
|
214
214
|
|
|
215
215
|
import IconFormMessage from './icons/form-message.vue';
|
|
216
216
|
import IconContactMessage from './icons/contact-message.vue';
|
|
@@ -261,7 +261,7 @@ import IconSocialTwitterCrazyDomains from './icons/crazy-domains/social-twitter.
|
|
|
261
261
|
import IconSocialYoutubeCrazyDomains from './icons/crazy-domains/social-youtube.vue';
|
|
262
262
|
import IconStarFilled from './icons/star-filled.vue';
|
|
263
263
|
import IconStarHollow from './icons/star-hollow.vue';
|
|
264
|
-
import
|
|
264
|
+
import IconSticker from './icons/sticker.vue';
|
|
265
265
|
import IconStyles from './icons/styles.vue';
|
|
266
266
|
import IconSubmit from './icons/submit.vue';
|
|
267
267
|
import IconTemplates from './icons/templates.vue';
|
|
@@ -437,7 +437,7 @@ export default {
|
|
|
437
437
|
IconCalloutInfo,
|
|
438
438
|
IconCalloutSuccess,
|
|
439
439
|
IconCalloutWarning,
|
|
440
|
-
|
|
440
|
+
IconCap,
|
|
441
441
|
IconCard,
|
|
442
442
|
IconCartEmpty,
|
|
443
443
|
IconCheck,
|
|
@@ -571,7 +571,7 @@ export default {
|
|
|
571
571
|
IconMinus,
|
|
572
572
|
IconMinusCircleLight,
|
|
573
573
|
IconMobile,
|
|
574
|
-
|
|
574
|
+
IconMug,
|
|
575
575
|
IconOther,
|
|
576
576
|
IconPages,
|
|
577
577
|
IconPause,
|
|
@@ -618,7 +618,7 @@ export default {
|
|
|
618
618
|
IconSocialYoutubeCrazyDomains,
|
|
619
619
|
IconStarFilled,
|
|
620
620
|
IconStarHollow,
|
|
621
|
-
|
|
621
|
+
IconSticker,
|
|
622
622
|
IconStyles,
|
|
623
623
|
IconSubmit,
|
|
624
624
|
IconTemplates,
|