@stll/workspace-ui 0.5.0 → 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", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/workspace-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Reusable workspace presentation components and view helpers for Stella.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calculations",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@stll/calculations": "^0.1.0",
|
|
116
116
|
"@stll/conditions": "^0.2.0",
|
|
117
117
|
"@stll/money": "^0.1.0",
|
|
118
|
-
"@stll/ui": "^0.
|
|
118
|
+
"@stll/ui": "^0.13.0",
|
|
119
119
|
"better-result": "3.0.0",
|
|
120
120
|
"lucide-react": "1.30.0",
|
|
121
121
|
"use-intl": "4.13.5"
|