@designcrowd/fe-shared-lib 1.5.6-add-shield-tick-v2 → 1.5.6-add-shield-tick-v3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.6-add-shield-tick-v2",
3
+ "version": "1.5.6-add-shield-tick-v3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -262,6 +262,7 @@ import IconSend from './icons/send.vue';
262
262
  import IconServices from './icons/services.vue';
263
263
  import IconSettings from './icons/settings.vue';
264
264
  import IconShare from './icons/share.vue';
265
+ import IconShieldTick from './icons/shield-tick.vue';
265
266
  import IconShop from './icons/shop.vue';
266
267
  import IconStop from './icons/stop.vue';
267
268
  import IconSms from './icons/sms.vue';
@@ -626,6 +627,7 @@ export default {
626
627
  IconServices,
627
628
  IconSettings,
628
629
  IconShare,
630
+ IconShieldTick,
629
631
  IconSms,
630
632
  IconSocialFacebook,
631
633
  IconSocialFacebookColor,