@myunisoft/design-system 0.19.0-beta.3 → 0.19.0-beta.4
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/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37,9 +37,9 @@ var $gXNCa$babelruntimeregenerator = require("@babel/runtime/regenerator");
|
|
|
37
37
|
var $gXNCa$babelruntimehelpersasyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator");
|
|
38
38
|
var $gXNCa$lodashfind = require("lodash/find");
|
|
39
39
|
var $gXNCa$exceljs = require("exceljs");
|
|
40
|
+
var $gXNCa$jspdf = require("jspdf");
|
|
40
41
|
var $gXNCa$printjs = require("print-js");
|
|
41
42
|
var $gXNCa$html2canvas = require("html2canvas");
|
|
42
|
-
var $gXNCa$jspdf = require("jspdf");
|
|
43
43
|
var $gXNCa$muistyleswithStyles = require("@mui/styles/withStyles");
|
|
44
44
|
var $gXNCa$reactdropzone = require("react-dropzone");
|
|
45
45
|
var $gXNCa$muimaterialIconButton = require("@mui/material/IconButton");
|
|
@@ -1681,6 +1681,8 @@ Object.defineProperty(module.exports, "__esModule", {
|
|
|
1681
1681
|
module.exports["default"] = void 0;
|
|
1682
1682
|
|
|
1683
1683
|
|
|
1684
|
+
var $c5260278287da19e$var$_classnames = $gXNCa$babelruntimehelpersinteropRequireDefault($gXNCa$classnames);
|
|
1685
|
+
|
|
1684
1686
|
var $c5260278287da19e$var$_react = $gXNCa$babelruntimehelpersinteropRequireDefault($gXNCa$react);
|
|
1685
1687
|
|
|
1686
1688
|
var $ckVq7 = parcelRequire("ckVq7");
|
|
@@ -1701,7 +1703,7 @@ var $c5260278287da19e$var$BodyGroupRow = function BodyGroupRow(props) {
|
|
|
1701
1703
|
}
|
|
1702
1704
|
return /*#__PURE__*/ $c5260278287da19e$var$_react["default"].createElement("div", {
|
|
1703
1705
|
key: rowIndex,
|
|
1704
|
-
className:
|
|
1706
|
+
className: (0, $c5260278287da19e$var$_classnames["default"])("groupRow", styles.groupRow),
|
|
1705
1707
|
style: {
|
|
1706
1708
|
top: style.top
|
|
1707
1709
|
}
|