solid-baseui 0.1.0-alpha.0 → 0.1.0-alpha.1
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/CHANGELOG.md +30 -0
- package/README.md +95 -8
- package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
- package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
- package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
- package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
- package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
- package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
- package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
- package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
- package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
- package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
- package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
- package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
- package/dist/lib/client/accordion/index.js +1 -1
- package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
- package/dist/lib/client/alert-dialog/index.js +1 -1
- package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
- package/dist/lib/client/autocomplete/index.js +1 -1
- package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
- package/dist/lib/client/avatar/index.js +1 -1
- package/dist/lib/client/avatar-BQoEzzav.js +191 -0
- package/dist/lib/client/button/index.js +1 -1
- package/dist/lib/client/button-akYS6FyY.js +88 -0
- package/dist/lib/client/checkbox/index.js +1 -1
- package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
- package/dist/lib/client/checkbox-group/index.js +1 -1
- package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
- package/dist/lib/client/collapsible/index.js +1 -1
- package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
- package/dist/lib/client/combobox/index.js +2 -2
- package/dist/lib/client/combobox-6DhOdzit.js +399 -0
- package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
- package/dist/lib/client/context-menu/index.js +1 -1
- package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
- package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
- package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
- package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
- package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
- package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
- package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
- package/dist/lib/client/dialog/index.js +1 -1
- package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
- package/dist/lib/client/drawer/index.js +1 -1
- package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
- package/dist/lib/client/field/index.js +1 -1
- package/dist/lib/client/field-CjUAjp1m.js +483 -0
- package/dist/lib/client/fieldset/index.js +1 -1
- package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
- package/dist/lib/client/form/index.js +1 -1
- package/dist/lib/client/form-6Ne_bWQX.js +109 -0
- package/dist/lib/client/index.js +44 -42
- package/dist/lib/client/input/index.js +1 -1
- package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
- package/dist/lib/client/internals/form-context/index.js +1 -1
- package/dist/lib/client/internals/labelable-provider/index.js +1 -1
- package/dist/lib/client/menu/index.js +1 -1
- package/dist/lib/client/menu-DLqUBmMK.js +334 -0
- package/dist/lib/client/menubar/index.js +1 -1
- package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
- package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
- package/dist/lib/client/meter/index.js +1 -1
- package/dist/lib/client/meter-BvWdppcx.js +178 -0
- package/dist/lib/client/navigation-menu/index.js +1 -1
- package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
- package/dist/lib/client/number-field/index.js +1 -1
- package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
- package/dist/lib/client/otp-field/index.js +1 -1
- package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
- package/dist/lib/client/popover/index.js +1 -1
- package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
- package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
- package/dist/lib/client/preview-card/index.js +1 -1
- package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
- package/dist/lib/client/progress/index.js +1 -1
- package/dist/lib/client/progress-AVKxvgpc.js +195 -0
- package/dist/lib/client/radio/index.js +1 -1
- package/dist/lib/client/radio-DA_oZhQT.js +284 -0
- package/dist/lib/client/radio-group/index.js +1 -1
- package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
- package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
- package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
- package/dist/lib/client/scroll-area/index.js +1 -1
- package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
- package/dist/lib/client/select/index.js +1 -1
- package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
- package/dist/lib/client/separator/index.js +1 -1
- package/dist/lib/client/slider/index.js +1 -1
- package/dist/lib/client/slider-CWq9hxFf.js +927 -0
- package/dist/lib/client/switch/index.js +1 -1
- package/dist/lib/client/switch-CPl7QHKI.js +306 -0
- package/dist/lib/client/tabs/index.js +1 -1
- package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
- package/dist/lib/client/toast/index.js +1 -1
- package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
- package/dist/lib/client/toggle/index.js +1 -1
- package/dist/lib/client/toggle-CsC37e3e.js +142 -0
- package/dist/lib/client/toggle-group/index.js +1 -1
- package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
- package/dist/lib/client/toolbar/index.js +1 -1
- package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
- package/dist/lib/client/tooltip/index.js +1 -1
- package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
- package/dist/lib/client/use-render/index.js +2 -0
- package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
- package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
- package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
- package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
- package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
- package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
- package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
- package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
- package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
- package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
- package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
- package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
- package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
- package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
- package/dist/lib/server/accordion/index.js +32 -70
- package/dist/lib/server/alert-dialog/index.js +2 -2
- package/dist/lib/server/autocomplete/index.js +14 -5
- package/dist/lib/server/avatar/index.js +90 -51
- package/dist/lib/server/button/index.js +8 -9
- package/dist/lib/server/checkbox/index.js +30 -57
- package/dist/lib/server/checkbox-group/index.js +20 -10
- package/dist/lib/server/collapsible/index.js +36 -43
- package/dist/lib/server/combobox/index.js +64 -35
- package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
- package/dist/lib/server/context-menu/index.js +7 -9
- package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
- package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
- package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
- package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
- package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
- package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
- package/dist/lib/server/dialog/index.js +2 -2
- package/dist/lib/server/drawer/index.js +63 -71
- package/dist/lib/server/field/index.js +105 -93
- package/dist/lib/server/fieldset/index.js +13 -16
- package/dist/lib/server/form/index.js +16 -12
- package/dist/lib/server/index.js +5 -3
- package/dist/lib/server/input/index.js +1 -1
- package/dist/lib/server/internals/form-context/index.js +1 -1
- package/dist/lib/server/internals/labelable-provider/index.js +1 -1
- package/dist/lib/server/menu/index.js +21 -20
- package/dist/lib/server/menubar/index.js +6 -31
- package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
- package/dist/lib/server/meter/index.js +20 -32
- package/dist/lib/server/navigation-menu/index.js +53 -124
- package/dist/lib/server/number-field/index.js +44 -42
- package/dist/lib/server/otp-field/index.js +11 -14
- package/dist/lib/server/popover/index.js +42 -59
- package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
- package/dist/lib/server/preview-card/index.js +30 -41
- package/dist/lib/server/progress/index.js +21 -33
- package/dist/lib/server/radio/index.js +18 -39
- package/dist/lib/server/radio-group/index.js +7 -8
- package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
- package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
- package/dist/lib/server/scroll-area/index.js +23 -32
- package/dist/lib/server/select/index.js +95 -181
- package/dist/lib/server/separator/index.js +1 -1
- package/dist/lib/server/slider/index.js +25 -38
- package/dist/lib/server/switch/index.js +13 -23
- package/dist/lib/server/tabs/index.js +185 -129
- package/dist/lib/server/toast/index.js +49 -66
- package/dist/lib/server/toggle/index.js +4 -6
- package/dist/lib/server/toggle-group/index.js +9 -7
- package/dist/lib/server/toolbar/index.js +62 -79
- package/dist/lib/server/tooltip/index.js +28 -37
- package/dist/lib/server/use-render/index.js +2 -0
- package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
- package/dist/lib/server/useRender-CryVdCjs.js +16 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
- package/dist/lib/types/button/Button.d.ts +1 -1
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
- package/dist/lib/types/combobox/index.d.ts +2 -0
- package/dist/lib/types/combobox/index.parts.d.ts +1 -0
- package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
- package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
- package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
- package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
- package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
- package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
- package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
- package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
- package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
- package/dist/lib/types/separator/Separator.d.ts +1 -1
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
- package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
- package/dist/lib/types/toast/createToastManager.d.ts +2 -2
- package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
- package/dist/lib/types/toast/useToastManager.d.ts +1 -1
- package/dist/lib/types/toggle/Toggle.d.ts +1 -1
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
- package/dist/lib/types/types/index.d.ts +7 -3
- package/dist/lib/types/use-render/index.d.ts +2 -0
- package/dist/lib/types/use-render/useRender.d.ts +10 -0
- package/package.json +24 -11
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
- package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
- package/dist/lib/client/Separator-9DboD_Si.js +0 -25
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
- package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
- package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
- package/dist/lib/client/button-DpUi-2g8.js +0 -82
- package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
- package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
- package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
- package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
- package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
- package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
- package/dist/lib/client/field-C-o7jzKW.js +0 -469
- package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
- package/dist/lib/client/form-BINBiW5L.js +0 -106
- package/dist/lib/client/menu-DeMT08oD.js +0 -326
- package/dist/lib/client/menubar-C4aomSYv.js +0 -185
- package/dist/lib/client/meter-xSU37Q0m.js +0 -171
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
- package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
- package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
- package/dist/lib/client/popover-CQwyp-fs.js +0 -929
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
- package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
- package/dist/lib/client/progress-D7r0xAC9.js +0 -188
- package/dist/lib/client/radio-CzGQ81z1.js +0 -299
- package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
- package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
- package/dist/lib/client/select-IFhiEg73.js +0 -1940
- package/dist/lib/client/slider-BCagYmGp.js +0 -921
- package/dist/lib/client/switch-RIJeDnvS.js +0 -308
- package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
- package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
- package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
- package/dist/lib/client/toggle-momVEIBL.js +0 -138
- package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
- package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
- package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type AnchorAlign, type AnchorSide } from '../../internals/overlay/index.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface PopoverArrowState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { TransitionStatus } from '../../internals/stateAttributesMapping.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface PopoverBackdropState {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Accessor } from 'solid-js';
|
|
2
|
-
import {
|
|
2
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
3
3
|
import type { ReferenceElement, Strategy } from '@floating-ui/dom';
|
|
4
4
|
import { type AnchorAlign, type AnchorBoundary, type AnchorSide, type CollisionAvoidance, type OffsetFunction } from '../../internals/overlay/index.js';
|
|
5
5
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { AnchorAlign, AnchorSide } from '../../internals/overlay/index.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface PreviewCardArrowState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { TransitionStatus } from '../../internals/stateAttributesMapping.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface PreviewCardBackdropState {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Accessor } from 'solid-js';
|
|
2
|
-
import {
|
|
2
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
3
3
|
import type { ReferenceElement } from '@floating-ui/dom';
|
|
4
4
|
import { type AnchorAlign, type AnchorBoundary, type AnchorSide, type CollisionAvoidance, type OffsetFunction } from '../../internals/overlay/index.js';
|
|
5
5
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ProgressRootState } from '../root/ProgressRoot.js';
|
|
4
4
|
export interface ProgressIndicatorState extends ProgressRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ProgressRootState } from '../root/ProgressRoot.js';
|
|
4
4
|
export interface ProgressLabelState extends ProgressRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
export type ProgressStatus = 'indeterminate' | 'progressing' | 'complete';
|
|
4
4
|
export interface ProgressRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ProgressRootState } from '../root/ProgressRoot.js';
|
|
4
4
|
export interface ProgressTrackState extends ProgressRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ProgressRootState } from '../root/ProgressRoot.js';
|
|
4
4
|
export interface ProgressValueState extends ProgressRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type TransitionStatus } from '../../internals/stateAttributesMapping.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { RadioRootState } from '../root/RadioRoot.js';
|
|
@@ -12,7 +12,7 @@ interface RadioIndicatorOwnProps {
|
|
|
12
12
|
}
|
|
13
13
|
export type RadioIndicatorProps<Component extends ValidComponent = 'span'> = BaseUIComponentProps<Component, RadioIndicatorState, RadioIndicatorOwnProps>;
|
|
14
14
|
/** Indicates whether the enclosing radio is selected. */
|
|
15
|
-
export declare function RadioIndicator<Component extends ValidComponent = 'span'>(props: RadioIndicator.Props<Component>): JSX.Element;
|
|
15
|
+
export declare function RadioIndicator<Component extends ValidComponent = 'span'>(props: RadioIndicator.Props<Component>): import("@solidjs/web").JSX.Element;
|
|
16
16
|
export declare namespace RadioIndicator {
|
|
17
17
|
type State = RadioIndicatorState;
|
|
18
18
|
type Props<Component extends ValidComponent = 'span'> = RadioIndicatorProps<Component>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ScrollAreaRootState } from '../root/ScrollAreaRoot.js';
|
|
4
4
|
export interface ScrollAreaContentState extends ScrollAreaRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { ScrollAreaEventTarget } from '../utils/eventTarget.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { ScrollAreaRootState } from '../root/ScrollAreaRoot.js';
|
|
@@ -14,6 +14,7 @@ interface ScrollAreaScrollbarOwnProps<Component extends ValidComponent> {
|
|
|
14
14
|
orientation?: ScrollAreaOrientation | undefined;
|
|
15
15
|
/** Keeps the element mounted when its axis is not scrollable. @default false */
|
|
16
16
|
keepMounted?: boolean | undefined;
|
|
17
|
+
onMouseDown?: BaseUIEventHandlerUnion<ScrollAreaEventTarget<Component, 'onMouseDown', MouseEvent>, MouseEvent> | undefined;
|
|
17
18
|
onPointerCancel?: BaseUIEventHandlerUnion<ScrollAreaEventTarget<Component, 'onPointerCancel', PointerEvent>, PointerEvent> | undefined;
|
|
18
19
|
onPointerDown?: BaseUIEventHandlerUnion<ScrollAreaEventTarget<Component, 'onPointerDown', PointerEvent>, PointerEvent> | undefined;
|
|
19
20
|
onPointerUp?: BaseUIEventHandlerUnion<ScrollAreaEventTarget<Component, 'onPointerUp', PointerEvent>, PointerEvent> | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { ScrollAreaEventTarget } from '../utils/eventTarget.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { ScrollAreaRootState } from '../root/ScrollAreaRoot.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const tabsIndicatorPrehydrationScript = "
|
|
1
|
+
export declare const tabsIndicatorPrehydrationScript = "(() => {\n const indicator = document.currentScript.previousElementSibling;\n const list = indicator?.closest('[role=\"tablist\"]');\n const tab = list?.querySelector('[data-active]');\n if (!tab) return;\n const style = getComputedStyle(tab);\n if (['transform', 'translate', 'rotate', 'scale'].some(key => style[key] && style[key] !== 'none')) return;\n function cumulative(element) {\n let left = 0, top = 0;\n while (element) {\n left += element.offsetLeft;\n top += element.offsetTop;\n element = element.offsetParent;\n if (element) {\n left += element.clientLeft;\n top += element.clientTop;\n }\n }\n return { left, top };\n }\n function update() {\n const css = getComputedStyle(tab);\n let width = parseFloat(css.width) || 0, height = parseFloat(css.height) || 0;\n if (Math.round(width) !== tab.offsetWidth || Math.round(height) !== tab.offsetHeight) {\n width = tab.offsetWidth;\n height = tab.offsetHeight;\n }\n const tabOffset = cumulative(tab), listOffset = cumulative(list);\n let left = tabOffset.left - listOffset.left - list.clientLeft;\n let top = tabOffset.top - listOffset.top - list.clientTop;\n for (let parent = tab.parentElement; parent && parent !== list; parent = parent.parentElement) {\n left -= parent.scrollLeft;\n top -= parent.scrollTop;\n }\n left = Math.min(left, list.scrollWidth - width);\n top = Math.min(top, list.scrollHeight - height);\n const values = { left, top, right: list.scrollWidth - left - width, bottom: list.scrollHeight - top - height, width, height };\n for (const key in values) indicator.style.setProperty('--active-tab-' + key, values[key] + 'px');\n if (width > 0 && height > 0) {\n indicator.removeAttribute('hidden');\n return true;\n }\n return false;\n }\n if (update() || typeof ResizeObserver === 'undefined') return;\n let timer;\n const observer = new ResizeObserver(() => {\n if (!indicator.isConnected || !indicator.hasAttribute('hidden') || !tab.hasAttribute('data-active') || update()) {\n observer.disconnect();\n clearTimeout(timer);\n }\n });\n observer.observe(tab);\n timer = setTimeout(() => observer.disconnect(), 10000);\n})();";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { TabsRootState } from '../root/TabsRoot.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type TransitionStatus } from '../../internals/stateAttributesMapping.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { TabsRootState } from '../root/TabsRoot.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIChangeEventDetails } from '../../internals/createBaseUIEventDetails.js';
|
|
3
3
|
import { REASONS } from '../../internals/reasons.js';
|
|
4
4
|
import type { Orientation } from '../../internals/types.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ComponentProps, JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
import type { TabsRootOrientation } from '../root/TabsRoot.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ToastManagerAddOptions, ToastManagerPromiseOptions, ToastManagerUpdateOptions } from './types.js';
|
|
1
|
+
import type { ToastManagerAddOptions, ToastManagerPromiseOptions, ToastManagerUpdateOptions, ToastObject } from './types.js';
|
|
2
2
|
export interface ToastManagerEvent {
|
|
3
3
|
action: 'add' | 'close' | 'update' | 'promise';
|
|
4
4
|
options: any;
|
|
@@ -8,7 +8,7 @@ export interface ToastManager<Data extends object = any> {
|
|
|
8
8
|
' subscribe': (listener: (data: ToastManagerEvent) => void) => () => void;
|
|
9
9
|
add: <T extends Data = Data>(options: ToastManagerAddOptions<T>) => string;
|
|
10
10
|
close: (id?: string) => void;
|
|
11
|
-
update: <T extends Data = Data>(id: string, updates: ToastManagerUpdateOptions<T>) => void;
|
|
11
|
+
update: <T extends Data = Data>(id: string, updates: ToastManagerUpdateOptions<T> | ((prevToast: ToastObject<T>) => ToastManagerUpdateOptions<T>)) => void;
|
|
12
12
|
promise: <Value, T extends Data = Data>(promiseValue: Promise<Value>, options: ToastManagerPromiseOptions<Value, T>) => Promise<Value>;
|
|
13
13
|
}
|
|
14
14
|
/** Creates a toast manager usable outside of a component. */
|
|
@@ -40,7 +40,7 @@ export declare class ToastStore extends ReactiveStore<ToastState> {
|
|
|
40
40
|
dispose: () => void;
|
|
41
41
|
removeToast(toastId: string, skipOnRemove?: boolean): void;
|
|
42
42
|
addToast: <Data extends object>(toast: ToastManagerAddOptions<Data>) => string;
|
|
43
|
-
updateToast: <Data extends object>(id: string, updates: ToastManagerUpdateOptions<Data>) => void;
|
|
43
|
+
updateToast: <Data extends object>(id: string, updates: ToastManagerUpdateOptions<Data> | ((prevToast: ToastObject<Data>) => ToastManagerUpdateOptions<Data>)) => void;
|
|
44
44
|
updateToastInternal: <Data extends object>(id: string, updates: ToastInternalUpdateOptions<Data>, resetTimer?: boolean, markUpdated?: boolean) => void;
|
|
45
45
|
closeToast: (toastId?: string) => void;
|
|
46
46
|
promiseToast: <Value, Data extends object>(promiseValue: Promise<Value>, options: ToastManagerPromiseOptions<Value, Data>) => Promise<Value>;
|
|
@@ -4,7 +4,7 @@ export interface UseToastManagerReturnValue<Data extends object = any> {
|
|
|
4
4
|
toasts: Accessor<ToastObject<Data>[]>;
|
|
5
5
|
add: <T extends Data = Data>(options: ToastManagerAddOptions<T>) => string;
|
|
6
6
|
close: (toastId?: string) => void;
|
|
7
|
-
update: <T extends Data = Data>(toastId: string, options: ToastManagerUpdateOptions<T>) => void;
|
|
7
|
+
update: <T extends Data = Data>(toastId: string, options: ToastManagerUpdateOptions<T> | ((prevToast: ToastObject<T>) => ToastManagerUpdateOptions<T>)) => void;
|
|
8
8
|
promise: <Value, T extends Data = Data>(promiseValue: Promise<Value>, options: ToastManagerPromiseOptions<Value, T>) => Promise<Value>;
|
|
9
9
|
}
|
|
10
10
|
/** Returns an accessor for the toasts along with methods to manage them. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ComponentProps, JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../internals/composeEventHandlers.js';
|
|
3
3
|
import { createChangeEventDetails } from '../internals/createBaseUIEventDetails.js';
|
|
4
4
|
import { REASONS } from '../internals/reasons.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ComponentProps, JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import { type BaseUIEventHandlerUnion } from '../internals/composeEventHandlers.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../types/index.js';
|
|
4
4
|
import type { Orientation } from '../internals/types.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ToolbarRootState } from '../root/ToolbarRoot.js';
|
|
4
4
|
export interface ToolbarGroupState extends ToolbarRootState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
3
3
|
import type { ToolbarRootOrientation } from '../root/ToolbarRoot.js';
|
|
4
4
|
export interface ToolbarLinkState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { JSX, ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { Orientation } from '../../internals/types.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface ToolbarRootItemMetadata {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { Orientation } from '../../internals/types.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface ToolbarSeparatorState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
2
2
|
import type { AnchorAlign, AnchorSide } from '../../internals/overlay/index.js';
|
|
3
3
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
4
4
|
export interface TooltipArrowState {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Accessor } from 'solid-js';
|
|
2
|
-
import {
|
|
2
|
+
import type { ValidComponent } from '@solidjs/web';
|
|
3
3
|
import type { ReferenceElement, Strategy } from '@floating-ui/dom';
|
|
4
4
|
import { type AnchorAlign, type AnchorBoundary, type AnchorSide, type CollisionAvoidance, type OffsetFunction } from '../../internals/overlay/index.js';
|
|
5
5
|
import type { BaseUIComponentProps } from '../../types/index.js';
|
|
@@ -9,14 +9,18 @@ export type StyleValue<State> = JSX.CSSProperties | string | false | undefined |
|
|
|
9
9
|
export type Simplify<Value> = Value extends (...args: never[]) => unknown ? Value : {
|
|
10
10
|
[Key in keyof Value]: Value[Key];
|
|
11
11
|
};
|
|
12
|
-
export type PolymorphicProps<Component extends ValidComponent, OwnProps extends object = Record<never, never>, State = Record<never, never>> = Simplify<OwnProps & Omit<ComponentProps<Component>, keyof OwnProps | '
|
|
13
|
-
/** Replaces the
|
|
14
|
-
|
|
12
|
+
export type PolymorphicProps<Component extends ValidComponent, OwnProps extends object = Record<never, never>, State = Record<never, never>> = Simplify<OwnProps & Omit<ComponentProps<Component>, keyof OwnProps | 'render' | 'class' | 'style'> & {
|
|
13
|
+
/** Replaces the root. Forward the supplied props and ref to one element. */
|
|
14
|
+
render?: ComponentRenderFn<State> | undefined;
|
|
15
15
|
/** CSS classes, optionally derived from the component state. */
|
|
16
16
|
class?: ClassValue<State> | undefined;
|
|
17
17
|
/** Inline styles, optionally derived from the component state. */
|
|
18
18
|
style?: StyleValue<State> | undefined;
|
|
19
19
|
}>;
|
|
20
|
+
/** Props supplied to a render callback; the callback chooses the concrete DOM target. */
|
|
21
|
+
export type ComponentRenderProps = JSX.HTMLAttributes<any> & Record<string, unknown>;
|
|
22
|
+
/** Runs once per mount. Read props and state in JSX to retain reactivity. */
|
|
23
|
+
export type ComponentRenderFn<State = Record<never, never>> = (props: ComponentRenderProps, state: State) => JSX.Element;
|
|
20
24
|
export type BaseUIComponentProps<Component extends ValidComponent, State, OwnProps extends object = Record<never, never>> = PolymorphicProps<Component, OwnProps, State>;
|
|
21
25
|
export type NativeComponentProps<Component extends ValidComponent, State, OwnProps extends object = Record<never, never>> = Simplify<OwnProps & Omit<ComponentProps<Component>, keyof OwnProps | 'class' | 'style'> & {
|
|
22
26
|
/** CSS classes, optionally derived from the component state. */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type Accessor } from 'solid-js';
|
|
2
|
+
import type { JSX } from '@solidjs/web';
|
|
3
|
+
import type { ComponentRenderFn, ComponentRenderProps } from '../types/index.js';
|
|
4
|
+
/**
|
|
5
|
+
* Creates a root renderer with a native JSX fallback. The renderer is selected at
|
|
6
|
+
* mount; conditional roots belong inside the callback, using Solid control flow.
|
|
7
|
+
*/
|
|
8
|
+
export declare function useRender<State extends object>(props: {
|
|
9
|
+
render?: ComponentRenderFn<State> | undefined;
|
|
10
|
+
}, state: Accessor<State>, fallback: (props: ComponentRenderProps) => JSX.Element): (props: ComponentRenderProps) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-baseui",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
4
|
"description": "A native Solid 2 port of Base UI. Alpha: unannounced and unstable.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/lib/client/index.js",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"sideEffects": false,
|
|
18
18
|
"files": [
|
|
19
19
|
"dist/lib",
|
|
20
|
-
"README.md"
|
|
20
|
+
"README.md",
|
|
21
|
+
"CHANGELOG.md"
|
|
21
22
|
],
|
|
22
23
|
"exports": {
|
|
23
24
|
".": {
|
|
@@ -389,6 +390,15 @@
|
|
|
389
390
|
"import": "./dist/lib/client/toggle-group/index.js",
|
|
390
391
|
"default": "./dist/lib/client/toggle-group/index.js"
|
|
391
392
|
},
|
|
393
|
+
"./use-render": {
|
|
394
|
+
"types": "./dist/lib/types/use-render/index.d.ts",
|
|
395
|
+
"worker": "./dist/lib/server/use-render/index.js",
|
|
396
|
+
"deno": "./dist/lib/server/use-render/index.js",
|
|
397
|
+
"browser": "./dist/lib/client/use-render/index.js",
|
|
398
|
+
"node": "./dist/lib/server/use-render/index.js",
|
|
399
|
+
"import": "./dist/lib/client/use-render/index.js",
|
|
400
|
+
"default": "./dist/lib/client/use-render/index.js"
|
|
401
|
+
},
|
|
392
402
|
"./types": {
|
|
393
403
|
"types": "./dist/lib/types/types/index.d.ts",
|
|
394
404
|
"default": "./dist/lib/client/types/index.js"
|
|
@@ -508,6 +518,8 @@
|
|
|
508
518
|
"./package.json": "./package.json"
|
|
509
519
|
},
|
|
510
520
|
"scripts": {
|
|
521
|
+
"bench": "bun benchmarks/run.mjs",
|
|
522
|
+
"bench:typecheck": "tsc -p benchmarks/solid-baseui/tsconfig.json && tsc -p benchmarks/kobalte/tsconfig.json && tsc -p benchmarks/react/tsconfig.json",
|
|
511
523
|
"start": "vite",
|
|
512
524
|
"dev": "vite",
|
|
513
525
|
"build": "bun run build:lib && bun run build:preview",
|
|
@@ -542,14 +554,15 @@
|
|
|
542
554
|
],
|
|
543
555
|
"license": "MIT",
|
|
544
556
|
"publishConfig": {
|
|
545
|
-
"access": "public"
|
|
557
|
+
"access": "public",
|
|
558
|
+
"tag": "alpha"
|
|
546
559
|
},
|
|
547
560
|
"devDependencies": {
|
|
548
561
|
"@solidjs/meta": "^1.0.0-next.2",
|
|
549
|
-
"@solidjs/router": "
|
|
550
|
-
"@solidjs/testing-library": "1.0.0-beta.
|
|
551
|
-
"@solidjs/vite-plugin": "
|
|
552
|
-
"@solidjs/web": "
|
|
562
|
+
"@solidjs/router": "2.0.0-next.17",
|
|
563
|
+
"@solidjs/testing-library": "1.0.0-beta.3",
|
|
564
|
+
"@solidjs/vite-plugin": "3.0.0-next.38",
|
|
565
|
+
"@solidjs/web": "2.0.0-rc.6",
|
|
553
566
|
"@testing-library/jest-dom": "^6.6.3",
|
|
554
567
|
"@types/node": "^26.2.0",
|
|
555
568
|
"@vitest/browser-playwright": "4.1.10",
|
|
@@ -558,15 +571,15 @@
|
|
|
558
571
|
"jsdom": "^25.0.1",
|
|
559
572
|
"oxlint": "~1.79.0",
|
|
560
573
|
"playwright": "1.62.1",
|
|
561
|
-
"solid-js": "
|
|
574
|
+
"solid-js": "2.0.0-rc.6",
|
|
562
575
|
"typescript": "^5.9.2",
|
|
563
576
|
"vite": "^8.1.5",
|
|
564
577
|
"vitest": "4.1.10",
|
|
565
578
|
"zod": "4.4.3"
|
|
566
579
|
},
|
|
567
580
|
"peerDependencies": {
|
|
568
|
-
"@solidjs/web": "^2.0.0-rc.
|
|
569
|
-
"solid-js": "^2.0.0-rc.
|
|
581
|
+
"@solidjs/web": "^2.0.0-rc.6",
|
|
582
|
+
"solid-js": "^2.0.0-rc.6"
|
|
570
583
|
},
|
|
571
584
|
"dependencies": {
|
|
572
585
|
"@floating-ui/dom": "1.8.0",
|
|
@@ -577,7 +590,7 @@
|
|
|
577
590
|
"packageManager": {
|
|
578
591
|
"name": "bun",
|
|
579
592
|
"version": "1.4.0",
|
|
580
|
-
"onFail": "
|
|
593
|
+
"onFail": "warn"
|
|
581
594
|
}
|
|
582
595
|
}
|
|
583
596
|
}
|