@lax-wp/design-system 0.5.16 → 0.5.19
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -17283,10 +17283,10 @@ const m2 = ({
|
|
|
17283
17283
|
"div",
|
|
17284
17284
|
{
|
|
17285
17285
|
style: {
|
|
17286
|
-
marginLeft: "var(--sidebar-ml,
|
|
17286
|
+
marginLeft: "var(--sidebar-ml, 0px)"
|
|
17287
17287
|
},
|
|
17288
17288
|
className: q(
|
|
17289
|
-
"relative h-[calc(100vh-56px)] overflow-y-auto flex flex-col bg-primary-800 dark:bg-black-800",
|
|
17289
|
+
" relative h-[calc(100vh-56px)] overflow-y-auto flex flex-col bg-primary-800 dark:bg-black-800",
|
|
17290
17290
|
`ease-in-out duration-${ei}`,
|
|
17291
17291
|
r
|
|
17292
17292
|
),
|