@helloimkostya/konsolpro-custom-ui-mini 0.0.411 → 0.0.412
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/lib/index-mini.js +13 -13
- package/package.json +1 -1
- package/styles/konsolpro-custom-ui.css +1 -1
package/lib/index-mini.js
CHANGED
|
@@ -5410,7 +5410,7 @@ const ui = me("", {
|
|
|
5410
5410
|
variants: {
|
|
5411
5411
|
padding: {
|
|
5412
5412
|
none: null,
|
|
5413
|
-
md: ["p-
|
|
5413
|
+
md: ["p-6"]
|
|
5414
5414
|
},
|
|
5415
5415
|
overflow: {
|
|
5416
5416
|
false: null,
|
|
@@ -5507,7 +5507,7 @@ const fr = y.forwardRef((i, o) => {
|
|
|
5507
5507
|
}, a), {
|
|
5508
5508
|
as: "h2",
|
|
5509
5509
|
variant: "h1",
|
|
5510
|
-
className: p(e),
|
|
5510
|
+
className: p("min-w-0 flex-1", e),
|
|
5511
5511
|
"data-testid": r,
|
|
5512
5512
|
children: t
|
|
5513
5513
|
})
|
|
@@ -5523,8 +5523,8 @@ const mr = y.forwardRef(
|
|
|
5523
5523
|
ref: o,
|
|
5524
5524
|
"data-testid": r,
|
|
5525
5525
|
className: p(
|
|
5526
|
-
"-mx-
|
|
5527
|
-
"bottom-0 z-[1] flex pt-4",
|
|
5526
|
+
"-mx-6 px-6",
|
|
5527
|
+
"bottom-0 z-[1] flex justify-end gap-3 pt-4 flex-wrap",
|
|
5528
5528
|
ur({ [t]: !0 }),
|
|
5529
5529
|
e
|
|
5530
5530
|
)
|
|
@@ -5631,7 +5631,7 @@ const mi = {
|
|
|
5631
5631
|
F(w({}, r), {
|
|
5632
5632
|
ref: a,
|
|
5633
5633
|
className: p(
|
|
5634
|
-
"-mx-
|
|
5634
|
+
"-mx-6 flex items-start gap-4 px-6 pb-6",
|
|
5635
5635
|
ur({ [t]: !0 }),
|
|
5636
5636
|
e
|
|
5637
5637
|
)
|
|
@@ -5780,7 +5780,7 @@ function se(m) {
|
|
|
5780
5780
|
shadow: g.shadowFooter,
|
|
5781
5781
|
ref: N,
|
|
5782
5782
|
className: p(
|
|
5783
|
-
u && "mx-0
|
|
5783
|
+
u && "mx-0 px-6 pb-6",
|
|
5784
5784
|
e == null ? void 0 : e.footer
|
|
5785
5785
|
)
|
|
5786
5786
|
}
|
|
@@ -6919,7 +6919,7 @@ const Fi = y.forwardRef(
|
|
|
6919
6919
|
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed z-50 box-border w-full gap-4 duration-200",
|
|
6920
6920
|
"data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom right-0 bottom-0 left-0 rounded-t-xl md:[right:unset] md:[bottom:unset]",
|
|
6921
6921
|
"md:data-[state=closed]:slide-out-to-left-1/2 md:data-[state=closed]:slide-out-to-top-[48%] md:data-[state=open]:slide-in-from-left-1/2 md:data-[state=open]:slide-in-from-top-[48%] md:top-[50%] md:left-[50%] md:translate-x-[-50%] md:translate-y-[-50%] md:rounded-4xl",
|
|
6922
|
-
"max-h-[100vh] overflow-hidden bg-white p-
|
|
6922
|
+
"max-h-[100vh] overflow-hidden bg-white p-6 md:max-h-[calc(100vh-40px)]",
|
|
6923
6923
|
Ai[c],
|
|
6924
6924
|
{ "p-0 md:p-0": o },
|
|
6925
6925
|
{ "w-full md:h-full md:max-h-full md:w-full": l },
|
|
@@ -6949,11 +6949,11 @@ const Fi = y.forwardRef(
|
|
|
6949
6949
|
"div",
|
|
6950
6950
|
{
|
|
6951
6951
|
className: p(
|
|
6952
|
-
"bottom-0 z-[1] flex pt-4 transition-shadow duration-200 md:pt-6",
|
|
6952
|
+
"bottom-0 z-[1] flex justify-end gap-3 pt-4 transition-shadow duration-200 md:pt-6 flex-wrap",
|
|
6953
6953
|
{ "shadow-[0_-4px_6px_-1px_rgba(0,0,0,0.1)]": m },
|
|
6954
|
-
{ "p-
|
|
6954
|
+
{ "p-6": o },
|
|
6955
6955
|
{
|
|
6956
|
-
"mx-[-
|
|
6956
|
+
"mx-[-24px] px-6": !o
|
|
6957
6957
|
},
|
|
6958
6958
|
i
|
|
6959
6959
|
),
|
|
@@ -6965,7 +6965,7 @@ const Fi = y.forwardRef(
|
|
|
6965
6965
|
{
|
|
6966
6966
|
tabIndex: -1,
|
|
6967
6967
|
className: p(
|
|
6968
|
-
"absolute top-
|
|
6968
|
+
"absolute top-0 right-0 border-0 bg-transparent p-0",
|
|
6969
6969
|
{ "top-2 right-2": o }
|
|
6970
6970
|
),
|
|
6971
6971
|
asChild: !0,
|
|
@@ -6973,7 +6973,7 @@ const Fi = y.forwardRef(
|
|
|
6973
6973
|
Q,
|
|
6974
6974
|
{
|
|
6975
6975
|
variant: "text",
|
|
6976
|
-
className: "text-secondary",
|
|
6976
|
+
className: "size-8 shrink-0 rounded-lg text-secondary",
|
|
6977
6977
|
iconOnly: !0,
|
|
6978
6978
|
icon: "CloseIcon"
|
|
6979
6979
|
}
|
|
@@ -7007,7 +7007,7 @@ const Pi = y.forwardRef((a, r) => {
|
|
|
7007
7007
|
className: p(
|
|
7008
7008
|
"",
|
|
7009
7009
|
{
|
|
7010
|
-
"font-graphik m-0 mb-2 pr-
|
|
7010
|
+
"font-graphik m-0 mb-2 min-w-0 pr-12 text-[28px] leading-[32px] font-bold md:mb-4": !t.asChild
|
|
7011
7011
|
},
|
|
7012
7012
|
e
|
|
7013
7013
|
)
|