lizaui 3.0.26 → 3.0.28
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/calendar/index.cjs.js +13 -10
- package/dist/calendar/index.cjs.js.map +1 -1
- package/dist/calendar/index.es.js +249 -235
- package/dist/calendar/index.es.js.map +1 -1
- package/dist/chunks/{index-aJH5hxzX.js → index-CAN9sAU3.js} +3 -3
- package/dist/chunks/{index-aJH5hxzX.js.map → index-CAN9sAU3.js.map} +1 -1
- package/dist/chunks/{index-CsBpUUVP.js → index-DwUBdMuM.js} +2 -2
- package/dist/chunks/{index-CsBpUUVP.js.map → index-DwUBdMuM.js.map} +1 -1
- package/dist/components/calendar/date-picker/date-picker.d.ts.map +1 -1
- package/dist/components/calendar/date-picker/date-picker.style.d.ts.map +1 -1
- package/dist/pagination/index.cjs.js +1 -1
- package/dist/pagination/index.es.js +1 -1
- package/dist/ui/index.cjs.js +1 -1
- package/dist/ui/index.es.js +2 -2
- package/package.json +1 -1
|
@@ -1763,7 +1763,7 @@ const El = jr({
|
|
|
1763
1763
|
}, Il = zr(
|
|
1764
1764
|
[
|
|
1765
1765
|
"bg-white",
|
|
1766
|
-
"transition duration-250 ease appearance-none
|
|
1766
|
+
"transition duration-250 ease appearance-none file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex w-full min-w-0 border px-3 py-1 text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-primary focus-visible:ring-primary/20 focus-visible:ring-[3px] aria-invalid:ring-danger/20 dark:aria-invalid:ring-danger/40 font-normal aria-invalid:border-danger"
|
|
1767
1767
|
],
|
|
1768
1768
|
{
|
|
1769
1769
|
variants: {
|
|
@@ -1812,7 +1812,7 @@ const El = jr({
|
|
|
1812
1812
|
"text-gray-400": h,
|
|
1813
1813
|
"text-green-700": !m && x,
|
|
1814
1814
|
"text-gray-500": !z
|
|
1815
|
-
}), O = Xe(u && "pl-8", !u && "pl-2.5", f && "pr-8", !f && "pr-2.5"), B = de(Il({ size: l, radius: c }), O, r), X = de("block font-normal text-sm text-
|
|
1815
|
+
}), O = Xe(u && "pl-8", !u && "pl-2.5", f && "pr-8", !f && "pr-2.5"), B = de(Il({ size: l, radius: c }), O, r), X = de("block font-normal text-sm text-foreground mb-1", {
|
|
1816
1816
|
"text-danger": z
|
|
1817
1817
|
}), K = (q) => {
|
|
1818
1818
|
const J = q.target.value;
|
|
@@ -6393,4 +6393,4 @@ export {
|
|
|
6393
6393
|
Pu as y,
|
|
6394
6394
|
Zu as z
|
|
6395
6395
|
};
|
|
6396
|
-
//# sourceMappingURL=index-
|
|
6396
|
+
//# sourceMappingURL=index-CAN9sAU3.js.map
|