@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
|
@@ -737,7 +737,7 @@ function SelectTrigger({
|
|
|
737
737
|
"data-size": size,
|
|
738
738
|
className: cn(
|
|
739
739
|
// Core structure - uses CSS variables
|
|
740
|
-
"flex w-
|
|
740
|
+
"flex w-full items-center justify-between gap-2 rounded-md border border-input",
|
|
741
741
|
"bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs",
|
|
742
742
|
"transition-[color,box-shadow] outline-none",
|
|
743
743
|
// Focus state
|
|
@@ -4132,5 +4132,5 @@ function DateRangePicker({
|
|
|
4132
4132
|
DateRangePicker.displayName = "DateRangePicker";
|
|
4133
4133
|
|
|
4134
4134
|
export { Checkbox2 as Checkbox, CheckboxGroup, DatePicker, DateRangePicker, FileInput, MultiSelect, Radio, Select2 as Select, Switch2 as Switch, TextArea, TextInput, TimePicker };
|
|
4135
|
-
//# sourceMappingURL=chunk-
|
|
4136
|
-
//# sourceMappingURL=chunk-
|
|
4135
|
+
//# sourceMappingURL=chunk-IFAYTPIF.js.map
|
|
4136
|
+
//# sourceMappingURL=chunk-IFAYTPIF.js.map
|