Conversation
Feature: Add date picker range support to filters
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
Feature: Extend checkbox component
Fix: Date Picker Component
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
…react into feat/timesheet
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
Signed-off-by: Ayush Nirwal <coding.carrots@gmail.com>
ayushnirwal
previously approved these changes
Sep 17, 2026
mohdsayed
previously approved these changes
Sep 17, 2026
Signed-off-by: Ayush Nirwal <coding.carrots@gmail.com>
Signed-off-by: Ayush Nirwal <coding.carrots@gmail.com>
Signed-off-by: Ayush Nirwal <coding.carrots@gmail.com>
Signed-off-by: Ayush Nirwal <coding.carrots@gmail.com>
Feature: add a new component column selector
ayushnirwal
dismissed stale reviews from mohdsayed and themself
via
September 23, 2026 10:55
b11d31f
chore: add className props for ListRow components
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Components
DurationInputFilterStaticTextEditorComponents Rebuilt on Base UI
SelectAutoCompleteComboboxDatePickerDateRangePickerDateTimePickerTabButtonsBehaviour Changes
These changes affect the behavior of existing call sites without changing their prop types.
DatePickertriggerchildrenrender prop is now wrapped inPopover.Trigger, so a custom trigger opens the popup on click without requiringonClick={togglePopover}.togglePopoverremains available alongside the newopenPicker,closePicker,onTriggerKeyDown, anddisabledprops.ListRowmarkup<button className="[all:unset]">to<div>, fixing invalid HTML and keyboard accessibility issues with nested controls.Spinnergradient IDuseIdinstead of the hardcodedid="gradient"to prevent conflicts when multiple spinners are rendered. The stop color now usescurrentColor, allowing the spinner color to inherit fromclassName.MonthPickeryearBreadcrumbsrenderPrefix/renderSuffixTooltipon touchpointerdown.focus:ring-*andfocus:outline-nonewith outline utilities across Button, Checkbox, Switch, Toast, Tabs, Dropdown, Sidebar, and inputs. Adds--focus-outline-*theme tokens and a global:focus-visiblerule similar to Frappe UI.API Additions
Existing props are unchanged. New optional props only.
children(element or trigger render-prop),open,onOpenChange,searchValue,onSearchChange,keepSelectedVisible,renderFooter,emptyMessage,className,labelClassName,triggerClassName,searchInputClassName,listClassName.optionsacceptsnull/undefined.onChangegains a secondselectedOptionargument.classNamesize,highlightLastItem,highlightAllItems,compactCrumbs,className,crumbClassName,separatorClassName.BreadcrumbItemgainsid,interactive, anddropdown(aDropdownPropsplusrenderDropdown).extraLabelClasses,extraWrapperClassesid,clearable,openOnFocus,searchValue,onSearchChange,loading,emptyMessage,inputClassName,popupClassName,tooltipOnTruncate.SimpleOptiongainsdescription.disabled,sideOffset,footer. Children props gaindisabled,openPicker,closePicker,onTriggerKeyDown.disabled,disallowAfter,sideOffset,footerdisabledclassName,classNames(13 slots: backdrop, viewport, content, header, titleWrapper, title, iconWrapper, icon, closeButton, closeIcon, description, footer, actions)classNameside,dropdownClassName,groupClassName,itemClassName,selectedKey,selectedGroupKey,renderItems,renderMenuItem.DropdownOptiongainskey,DropdownGroupOptiongainsgroupKey.ButtonPropsnow comes from the local Button, not Headless UI.childrenaccepts AutoComplete's trigger render-propchildren,className.labelis now optional.classNameinputIcontriggerLabel,triggerClassName,open,onOpenChange,searchValue,onSearchChange,positionerClassName,popupClassNameclassName,placeholderClassName,matchTriggerWidth,suffix,optionactiveItemClassName,sectionDividers. Sections gaindefaultOpenand an optionallabel. Items gainsuffixandrender.buttonClassNameclassNameextensionOptions(per-extension config for placeholder, taskList, taskItem, textAlign, highlight, table),mentions,mentionsItemRenderer. Forwards aTextEditorHandleref exposingaddListItem(id, text)andremoveListItem(id).readOnly,onKeyDown,inputClassName, andmin/max/stepgated by a discriminated union so they only type-check onnumber,range,date,month,week,timeanddatetime-local.showWhen("always"or"truncated"),truncationRef. Truncation is measured asscrollWidth > clientWidth.Design Tokens
green-4/5,amber-5,blue-4/5, andviolet-5, and ink tokens forgreen-4,amber-4,cyan-3, andviolet-3/4.--focus-outline-*variables and a global:focus-visiblerule.tailwindExtend.jsonwith the new tokens for Tailwind v3 consumers.extras, 7 inline, and 4 insolid.extrasalso adds anindex.tsexporting the five status icons.cvavariant files.Maintenance
@storybook/addon-mcp..nvmrc, adds Base UI, and removes Radix UI since it is no longer a dependency.Props
Mohammad Taqui Sayed ( @mohdsayed ), Aditya Dhade ( @b1ink0 ), Ayush Nirwal ( @ayushnirwal ), Praveen Kumar ( @PraveenKum11 ), Saransh Sinha ( @saranshsinhaa )