@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.3-MP-4628-add-missing-icons",
3
+ "version": "1.5.3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -206,8 +206,6 @@ export const IconSample = () => {
206
206
  { name: 'question' },
207
207
  { name: 'reload' },
208
208
  { name: 'reorderable' },
209
- { name: 'resize' },
210
- { name: 'media' },
211
209
  { name: 'search' },
212
210
  { name: 'secure' },
213
211
  { name: 'send' },
@@ -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,