@designcrowd/fe-shared-lib 1.2.24-hide-page-2 → 1.2.24
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/css/tailwind-brandCrowd.css +0 -3
- package/dist/css/tailwind-brandPage.css +0 -3
- package/dist/css/tailwind-crazyDomains.css +0 -3
- package/dist/css/tailwind-designCom.css +0 -3
- package/dist/css/tailwind-designCrowd.css +0 -3
- package/package.json +1 -1
- package/src/atoms/components/Icon/Icon.stories.js +0 -1
- package/src/atoms/components/Icon/Icon.vue +0 -2
- package/public/css/tailwind-brandCrowd.css +0 -2408
- package/public/css/tailwind-brandPage.css +0 -2092
- package/public/css/tailwind-crazyDomains.css +0 -2408
- package/public/css/tailwind-designCom.css +0 -2408
- package/public/css/tailwind-designCrowd.css +0 -2408
- package/src/atoms/components/Icon/icons/eye-open.vue +0 -11
package/package.json
CHANGED
|
@@ -117,7 +117,6 @@ import IconError from './icons/error.vue';
|
|
|
117
117
|
import IconEllipsis from './icons/ellipsis.vue';
|
|
118
118
|
import IconEnvelopeEmail from './icons/envelope-email.vue';
|
|
119
119
|
import IconEyeCrossed from './icons/eye-crossed.vue';
|
|
120
|
-
import IconEyeOpen from './icons/eye-open.vue';
|
|
121
120
|
import IconFees from './icons/fees.vue';
|
|
122
121
|
import IconFilter from './icons/filter.vue';
|
|
123
122
|
import IconFilterCrazyDomains from './icons/crazy-domains/filter.vue';
|
|
@@ -474,7 +473,6 @@ export default {
|
|
|
474
473
|
IconError,
|
|
475
474
|
IconEnvelopeEmail,
|
|
476
475
|
IconEyeCrossed,
|
|
477
|
-
IconEyeOpen,
|
|
478
476
|
IconFees,
|
|
479
477
|
IconFilter,
|
|
480
478
|
IconFilterCrazyDomains,
|