@farm-investimentos/front-mfe-components-vue3 1.6.6 → 1.6.8
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/front-mfe-components.common.js +1 -1
- package/dist/front-mfe-components.common.js.map +1 -1
- package/dist/front-mfe-components.css +1 -1
- package/dist/front-mfe-components.umd.js +1 -1
- package/dist/front-mfe-components.umd.js.map +1 -1
- package/dist/front-mfe-components.umd.min.js +1 -1
- package/dist/front-mfe-components.umd.min.js.map +1 -1
- package/dist/img/clipboard.dc810726.svg +1 -0
- package/package.json +1 -1
- package/src/assets/icons/clipboard/clipboard.scss +14 -0
- package/src/assets/icons/clipboard/clipboard.svg +1 -0
- package/src/assets/icons/custom-icons-list.ts +1 -0
- package/src/assets/icons/custom-icons.scss +1 -0
|
@@ -15193,7 +15193,7 @@ const Line_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(Linevue_type_
|
|
|
15193
15193
|
|
|
15194
15194
|
/* harmony default export */ var layout_Line = ((/* unused pure expression or super */ null && (Line)));
|
|
15195
15195
|
;// CONCATENATED MODULE: ./src/assets/icons/custom-icons-list.ts
|
|
15196
|
-
const customIconsList = ['custom-currency-exchange', 'custom-money-off', 'custom-receipt-outline', 'custom-price-check', 'custom-bar-chart', 'custom-wallet'];
|
|
15196
|
+
const customIconsList = ['custom-currency-exchange', 'custom-money-off', 'custom-receipt-outline', 'custom-price-check', 'custom-bar-chart', 'custom-wallet', 'custom-clipboard'];
|
|
15197
15197
|
/* harmony default export */ var custom_icons_list = (customIconsList);
|
|
15198
15198
|
;// CONCATENATED MODULE: ./src/assets/icons/index.ts
|
|
15199
15199
|
|