@danxbot/ui 3.4.0 → 3.4.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20847,7 +20847,7 @@ function k3({
|
|
|
20847
20847
|
"data-app-shell-content": "",
|
|
20848
20848
|
tabIndex: d ? 0 : -1,
|
|
20849
20849
|
className: K(
|
|
20850
|
-
"min-w-0 flex-1 outline-none",
|
|
20850
|
+
"flex min-w-0 flex-1 flex-col outline-none",
|
|
20851
20851
|
d && "relative min-h-0 overflow-y-auto focus-visible:outline-2 focus-visible:-outline-offset-2 focus-visible:outline-accent-border"
|
|
20852
20852
|
),
|
|
20853
20853
|
children: c
|