@gisce/react-ooui 2.97.0-alpha.8 → 2.97.0-alpha.9
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/react-ooui.es.js
CHANGED
|
@@ -18492,9 +18492,9 @@ function Lb(t) {
|
|
|
18492
18492
|
paddingRight: 5,
|
|
18493
18493
|
marginBottom: 2,
|
|
18494
18494
|
fontWeight: o ? "bold" : "normal",
|
|
18495
|
-
cursor:
|
|
18495
|
+
cursor: S ? "grabbing" : "grab"
|
|
18496
18496
|
}),
|
|
18497
|
-
[c.colorPrimaryActive, o, S
|
|
18497
|
+
[c.colorPrimaryActive, o, S]
|
|
18498
18498
|
),
|
|
18499
18499
|
onDoubleClick: M,
|
|
18500
18500
|
children: d ? /* @__PURE__ */ s(
|
|
@@ -18618,8 +18618,6 @@ function jw() {
|
|
|
18618
18618
|
overflowY: "hidden",
|
|
18619
18619
|
WebkitOverflowScrolling: l ? "auto" : "touch",
|
|
18620
18620
|
position: "relative",
|
|
18621
|
-
scrollbarWidth: "none",
|
|
18622
|
-
msOverflowStyle: "none",
|
|
18623
18621
|
height: "40px",
|
|
18624
18622
|
minHeight: "40px",
|
|
18625
18623
|
maxHeight: "40px"
|