@stll/workspace-ui 0.11.1 → 0.11.3
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/view-switcher.js +1 -1
- package/package.json +2 -2
package/dist/view-switcher.js
CHANGED
|
@@ -115,7 +115,7 @@ const WorkspaceViewSwitcher = ({ activeViewId, ariaLabel, direction, reorder, vi
|
|
|
115
115
|
})
|
|
116
116
|
})
|
|
117
117
|
}), addControl === null || addControl === void 0 ? null : /* @__PURE__ */ jsx("div", {
|
|
118
|
-
className: "flex shrink-0 translate-y-1 items-center",
|
|
118
|
+
className: "border-border flex shrink-0 translate-y-1 items-center border-s ps-1",
|
|
119
119
|
children: addControl
|
|
120
120
|
})]
|
|
121
121
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/workspace-ui",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Reusable workspace presentation components and view helpers for Stella.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calculations",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@stll/calculations": "^0.1.1",
|
|
120
120
|
"@stll/conditions": "^0.4.0",
|
|
121
121
|
"@stll/money": "^0.2.0",
|
|
122
|
-
"@stll/ui": "^0.
|
|
122
|
+
"@stll/ui": "^0.30.0",
|
|
123
123
|
"better-result": "3.0.1",
|
|
124
124
|
"lucide-react": "1.41.0",
|
|
125
125
|
"temporal-polyfill": "1.0.4",
|