kui-crm 0.0.124 → 0.0.126

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/cjs/index.js CHANGED
@@ -23,7 +23,6 @@ var ReactDOM = require('react-dom');
23
23
  var kuiIcon = require('kui-icon');
24
24
  var jsxRuntime$1 = require('@emotion/react/jsx-runtime');
25
25
  var Swiper = require('react-id-swiper');
26
- var kuiCrm = require('kui-crm');
27
26
  require('swiper/swiper-bundle.css');
28
27
 
29
28
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -3588,7 +3587,7 @@ function Breadcrumbs(_a) {
3588
3587
  ], kuiUtils.addToArrayByCondition(index < routes.length - 1, jsxRuntime$1.jsx(StyledIcon, { width: 7, height: 9 })), true); }) })));
3589
3588
  }
3590
3589
  var StyledWrapper$2 = styled__default["default"](kuiBasic.Grid)(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject(["\n width: auto;\n"], ["\n width: auto;\n"])));
3591
- var StyledLink = styled__default["default"](kuiCrm.Link)(templateObject_2$4 || (templateObject_2$4 = __makeTemplateObject(["\n width: auto;\n &:not(:last-of-type) {\n margin-right: 8px;\n }\n &:not(:first-of-type) {\n margin-left: 8px;\n }\n"], ["\n width: auto;\n &:not(:last-of-type) {\n margin-right: 8px;\n }\n &:not(:first-of-type) {\n margin-left: 8px;\n }\n"])));
3590
+ var StyledLink = styled__default["default"](Link)(templateObject_2$4 || (templateObject_2$4 = __makeTemplateObject(["\n width: auto;\n &:not(:last-of-type) {\n margin-right: 8px;\n }\n &:not(:first-of-type) {\n margin-left: 8px;\n }\n"], ["\n width: auto;\n &:not(:last-of-type) {\n margin-right: 8px;\n }\n &:not(:first-of-type) {\n margin-left: 8px;\n }\n"])));
3592
3591
  var StyledIcon = styled__default["default"](kuiIcon.HalfArrowNextIcon)(templateObject_3$4 || (templateObject_3$4 = __makeTemplateObject(["\n path {\n fill: ", ";\n }\n"], ["\n path {\n fill: ", ";\n }\n"])), kuiBasic.theme.palette.grey.fourty);
3593
3592
  var templateObject_1$7, templateObject_2$4, templateObject_3$4;
3594
3593