@aivex/ui 1.1.0-dev.10 → 1.1.0-dev.11
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6683,7 +6683,7 @@ var ba = n("aivex:flex aivex:w-full aivex:border aivex:bg-bg-primary aivex:trans
|
|
|
6683
6683
|
layout: {
|
|
6684
6684
|
inline: "aivex:items-center aivex:px-xl aivex:gap-xs",
|
|
6685
6685
|
block: "aivex:items-start aivex:px-xl aivex:gap-xs",
|
|
6686
|
-
wrap: "aivex:flex-wrap aivex:content-center aivex:px-md aivex:gap-xs"
|
|
6686
|
+
wrap: "aivex:flex-wrap aivex:items-center aivex:content-center aivex:px-md aivex:gap-xs"
|
|
6687
6687
|
}
|
|
6688
6688
|
},
|
|
6689
6689
|
compoundVariants: [
|
|
@@ -6710,12 +6710,12 @@ var ba = n("aivex:flex aivex:w-full aivex:border aivex:bg-bg-primary aivex:trans
|
|
|
6710
6710
|
{
|
|
6711
6711
|
layout: "wrap",
|
|
6712
6712
|
size: "sm",
|
|
6713
|
-
class: "aivex:py-
|
|
6713
|
+
class: "aivex:py-2xs aivex:min-h-8"
|
|
6714
6714
|
},
|
|
6715
6715
|
{
|
|
6716
6716
|
layout: "wrap",
|
|
6717
6717
|
size: "md",
|
|
6718
|
-
class: "aivex:py-
|
|
6718
|
+
class: "aivex:py-2xs aivex:min-h-10"
|
|
6719
6719
|
}
|
|
6720
6720
|
],
|
|
6721
6721
|
defaultVariants: {
|
|
@@ -10107,7 +10107,7 @@ function Id({ className: e, size: t = "sm", label: n, helperText: r, error: i, d
|
|
|
10107
10107
|
onBlur: (e) => {
|
|
10108
10108
|
P(!1), v?.(e), !M.current && A && ee(A);
|
|
10109
10109
|
},
|
|
10110
|
-
className: x("aivex:bg-transparent aivex:outline-none aivex:text-text-primary aivex:placeholder:text-text-tertiary aivex:min-w-[80px] aivex:flex-1", t === "sm" ? "aivex:text-body-md-regular" : "aivex:text-body-lg-regular"),
|
|
10110
|
+
className: x("aivex:bg-transparent aivex:outline-none aivex:text-text-primary aivex:placeholder:text-text-tertiary aivex:min-w-[80px] aivex:flex-1", t === "sm" ? "aivex:text-body-md-regular aivex:h-6" : "aivex:text-body-lg-regular aivex:h-8"),
|
|
10111
10111
|
...T
|
|
10112
10112
|
})]
|
|
10113
10113
|
});
|