@parasutcom/fds 0.1.21 → 0.1.22
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29105,7 +29105,7 @@ function aj({ className: e, ...t }) {
|
|
|
29105
29105
|
{
|
|
29106
29106
|
"data-slot": "sidebar-inset",
|
|
29107
29107
|
className: F(
|
|
29108
|
-
"relative flex w-full flex-1 px-2
|
|
29108
|
+
"relative flex w-full flex-1 px-2 flex-col md:peer-data-[variant=inset]:mx-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2",
|
|
29109
29109
|
e
|
|
29110
29110
|
),
|
|
29111
29111
|
...t
|