@stll/workspace-ui 0.5.1 → 0.5.2
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.
|
@@ -7,7 +7,7 @@ const RESPONSIVE_ACTION_TOOLBAR_SLOT_CLASS = {
|
|
|
7
7
|
action: "shrink-0"
|
|
8
8
|
};
|
|
9
9
|
const ResponsiveActionToolbar = ({ className, ...props }) => /* @__PURE__ */ jsx("div", {
|
|
10
|
-
className: cn("flex min-w-0 flex-nowrap items-center gap-2 overflow-x-auto", className),
|
|
10
|
+
className: cn("flex min-w-0 [scrollbar-width:none] flex-nowrap items-center gap-2 overflow-x-auto [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden", className),
|
|
11
11
|
...props
|
|
12
12
|
});
|
|
13
13
|
const ResponsiveActionToolbarItem = ({ slot, className, children }) => /* @__PURE__ */ jsx("div", {
|
package/dist/view-switcher.js
CHANGED
|
@@ -134,7 +134,7 @@ const WorkspaceViewTab = ({ actions, canReorder, direction, getDragData, getDrop
|
|
|
134
134
|
view.id
|
|
135
135
|
]);
|
|
136
136
|
return /* @__PURE__ */ jsxs("div", {
|
|
137
|
-
className: "relative",
|
|
137
|
+
className: "relative flex items-center",
|
|
138
138
|
ref: setTabContainer,
|
|
139
139
|
children: [
|
|
140
140
|
dropPosition !== null && /* @__PURE__ */ jsx("span", {
|