beca-ui 2.0.19-beta.74 → 2.0.19-beta.76
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/beca-ui.js +2 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -101909,6 +101909,7 @@ const AppContext = createContext$1({
|
|
|
101909
101909
|
}, dt = () => {
|
|
101910
101910
|
R && R(!k);
|
|
101911
101911
|
}, gt = (pt) => {
|
|
101912
|
+
pt > 10 ? ve(!0) : ve(!1);
|
|
101912
101913
|
}, Ve = (pt) => {
|
|
101913
101914
|
Le(pt);
|
|
101914
101915
|
const ht = document.querySelector(":root");
|
|
@@ -101970,7 +101971,7 @@ const AppContext = createContext$1({
|
|
|
101970
101971
|
We && "is-mobile",
|
|
101971
101972
|
w && "custom-sidebar-layout"
|
|
101972
101973
|
),
|
|
101973
|
-
onScroll: (pt) => gt(pt.currentTarget.scrollTop),
|
|
101974
|
+
onScroll: We ? void 0 : (pt) => gt(pt.currentTarget.scrollTop),
|
|
101974
101975
|
onClick: () => {
|
|
101975
101976
|
!k && We && R && R(!0);
|
|
101976
101977
|
},
|