@skalar-saas/design-system 0.1.83 → 0.1.85
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/design-system.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5971,7 +5971,7 @@ const Hl = ({
|
|
|
5971
5971
|
{
|
|
5972
5972
|
className: J(
|
|
5973
5973
|
"flex items-center",
|
|
5974
|
-
c !== void 0 ? "pl-8" : "shrink-0",
|
|
5974
|
+
c !== void 0 ? "lg:pl-8!" : "shrink-0",
|
|
5975
5975
|
me(u)
|
|
5976
5976
|
),
|
|
5977
5977
|
style: c !== void 0 ? { width: `${c}%` } : void 0,
|
|
@@ -5998,7 +5998,7 @@ const Hl = ({
|
|
|
5998
5998
|
{
|
|
5999
5999
|
className: J(
|
|
6000
6000
|
"flex items-center",
|
|
6001
|
-
m !== void 0 ? "justify-end pr-8" : "shrink-0 ml-auto"
|
|
6001
|
+
m !== void 0 ? "justify-end lg:pr-8!" : "shrink-0 ml-auto"
|
|
6002
6002
|
),
|
|
6003
6003
|
style: m !== void 0 ? { width: `${m}%` } : void 0,
|
|
6004
6004
|
children: b
|