@headless-adminapp/app 0.0.17-alpha.53 → 0.0.17-alpha.54
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from 'clsx';
|
|
3
|
-
import Scrollbars from 'react-custom-scrollbars-2';
|
|
3
|
+
import { Scrollbars } from 'react-custom-scrollbars-2';
|
|
4
4
|
export const ScrollView = ({ children, className, rtl, autoHide, onScroll, }) => (_jsx(Scrollbars, { autoHide: autoHide, className: clsx(className, 'hdl-scrollbar', rtl && 'rtl'), onScroll: onScroll, children: children }));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headless-adminapp/app",
|
|
3
|
-
"version": "0.0.17-alpha.
|
|
3
|
+
"version": "0.0.17-alpha.54",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"uuid": "11.0.3",
|
|
42
42
|
"yup": "^1.4.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f4a433f630b14040773eaf152c122961385c44f6"
|
|
45
45
|
}
|