@page-speed/forms 0.5.3 → 0.5.5
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/{chunk-5NT5T5XY.js → chunk-IFAYTPIF.js} +3 -3
- package/dist/{chunk-5NT5T5XY.js.map → chunk-IFAYTPIF.js.map} +1 -1
- package/dist/{chunk-ZYFTT6DB.cjs → chunk-XNZHEEGT.cjs} +3 -3
- package/dist/{chunk-ZYFTT6DB.cjs.map → chunk-XNZHEEGT.cjs.map} +1 -1
- package/dist/inputs.cjs +13 -13
- package/dist/inputs.js +1 -1
- package/dist/integration.cjs +18 -17
- package/dist/integration.cjs.map +1 -1
- package/dist/integration.d.cts +7 -1
- package/dist/integration.d.ts +7 -1
- package/dist/integration.js +6 -5
- package/dist/integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -759,7 +759,7 @@ function SelectTrigger({
|
|
|
759
759
|
"data-size": size,
|
|
760
760
|
className: chunkDKLLPKZN_cjs.cn(
|
|
761
761
|
// Core structure - uses CSS variables
|
|
762
|
-
"flex w-
|
|
762
|
+
"flex w-full items-center justify-between gap-2 rounded-md border border-input",
|
|
763
763
|
"bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs",
|
|
764
764
|
"transition-[color,box-shadow] outline-none",
|
|
765
765
|
// Focus state
|
|
@@ -4165,5 +4165,5 @@ exports.Switch = Switch2;
|
|
|
4165
4165
|
exports.TextArea = TextArea;
|
|
4166
4166
|
exports.TextInput = TextInput;
|
|
4167
4167
|
exports.TimePicker = TimePicker;
|
|
4168
|
-
//# sourceMappingURL=chunk-
|
|
4169
|
-
//# sourceMappingURL=chunk-
|
|
4168
|
+
//# sourceMappingURL=chunk-XNZHEEGT.cjs.map
|
|
4169
|
+
//# sourceMappingURL=chunk-XNZHEEGT.cjs.map
|