@yselimcan/ui 0.0.25 → 0.0.26
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
|
@@ -29101,7 +29101,7 @@ function oj({ className: e, ...t }) {
|
|
|
29101
29101
|
{
|
|
29102
29102
|
"data-slot": "sidebar-inset",
|
|
29103
29103
|
className: L(
|
|
29104
|
-
"bg-
|
|
29104
|
+
"bg-background relative flex w-full flex-1 flex-col md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2",
|
|
29105
29105
|
e
|
|
29106
29106
|
),
|
|
29107
29107
|
...t
|