@fixefy/fixefy-ui-components 0.3.16 → 0.3.17
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/FxPopper/Popper.js +2 -2
- package/package.json +2 -2
package/dist/FxPopper/Popper.js
CHANGED
|
@@ -18,7 +18,7 @@ _export(exports, {
|
|
|
18
18
|
});
|
|
19
19
|
const _jsxruntime = require("react/jsx-runtime");
|
|
20
20
|
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
21
|
-
const
|
|
21
|
+
const _fixefyuiutils = require("@fixefy/fixefy-ui-utils");
|
|
22
22
|
const _material = require("@mui/material");
|
|
23
23
|
function _getRequireWildcardCache(nodeInterop) {
|
|
24
24
|
if (typeof WeakMap !== "function") return null;
|
|
@@ -61,7 +61,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
|
|
|
61
61
|
}
|
|
62
62
|
return newObj;
|
|
63
63
|
}
|
|
64
|
-
const useStyles = (0,
|
|
64
|
+
const useStyles = (0, _fixefyuiutils.makeStyles)()((theme)=>({
|
|
65
65
|
popper: {
|
|
66
66
|
left: '10px !important',
|
|
67
67
|
zIndex: 4,
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apollo/client": "3.10.4",
|
|
8
|
-
"@fixefy/fixefy-ui-utils": "0.2.
|
|
8
|
+
"@fixefy/fixefy-ui-utils": "0.2.46",
|
|
9
9
|
"@mui/icons-material": "5.16.7",
|
|
10
10
|
"@mui/lab": "6.0.0-beta.7",
|
|
11
11
|
"@mui/material": "5.16.7",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"require": "./dist/index.js"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"version": "0.3.
|
|
70
|
+
"version": "0.3.17"
|
|
71
71
|
}
|