- ef55a9d: Combobox: fix displayValue rendering when allowCustomValue is false
- 2e075cc: Combobox: Improved custom option props, allowing comboboxes to act more like auto-complete inputs
- 2e075cc: Combobox: add Field overrides
- 014a642: Button: hide enhancers in loading state
- acfbb1a: Theme: adjust tailwind preflight button style specificity
- 41e4bb5: CardButton: new component, clickable card button
- 41e4bb5: Select: new
card
kind, andhasOptionBorder
prop for listbox - 41e4bb5: Card: removed
hover
kind, replaced withraised
kind, newsurface
kind, updates toflat
kind, newstatus
prop with apending
state - 41e4bb5: Checkbox: added
surface
kind
- 41e4bb5: Accordion: updated border-bottom color
- 41e4bb5: Theme: added
roundedMedium
border radius, updated dark mode dropdown and overlayBlack variables - 41e4bb5: Combobox: added
hasOptionBorder
prop to match Select listbox
- 087723b: Input: Adjusted padding to reduce input height to 34px
- 525d2ff: feat: Add override props and make TextArea forward ref
- a8941e5: Tabs: color and styling updates, kind
full
,barStyle
thick or thin,backgroundStyle
with glass option - ecd7deb: Theme: Revamped tokens and variables with updated structures, plus new materials and blurs
- a8941e5: Theme: updated “materials” variables, added accent glows to “lighting”
- a8941e5: Drawer: color and styling updates, new sizes
fullWithMargin
andfullOnMobile
with tweakedfull
behavior,bottomPanel
with glass material and removed padding,additionalActions
available on paginated drawers,overlayStyle
"greyed" renamed to "grey" - a8941e5: Dialog: color and styling updates,
overlayStyle
with defaultblur
and optiongrey
- a8941e5: Callout: color updates, default ArrowRight icon
- a8941e5: Tag: color and styling updates,
shape
prop forsquare
variant withicon
,corners
prop for border and radius, plannedand
voidkinds,
colorLevel` to adjust color background - a8941e5: Button: color updates, added
medium
size,corners
prop for border-radius, removedrounded
shape
- a8941e5: Accordion: color updates
- a8941e5: Styled Link: color updates
- a8941e5: Table: color and styling updates
- a8941e5: Toast: color updates
- a8941e5: Popover: color updates
- a8941e5: Checkbox: color updates
- a8941e5: Select: color and styling updates, fixed disabled states
- a8941e5: Menu: color updates
- a8941e5: TextArea: color updates, enhancer updates to match Input
- a8941e5: Card: color updates
- a8941e5: Avatar: color updates
- a8941e5: Combobox: color and styling updates
- a8941e5: Icon:
Check
andArrowRight
- a8941e5: Input: color and styling updates, enhancer color states
- 0243ccb: fix(Field): Remove stopPropagation on Field component
- 5d2f644: Checkbox: fix label onClick
- 1476e89: Checkbox: default to
ParagraphXSmall
text styling for label when string is passed - ed42d02: Button: honor passed
style
prop
- beb687f: Menu: add animations for menu items
- beb687f: Dropdowns: Light mode border style fixes
- 9ef8cb0: Menu: add z-index for MenuItems
- 3a29baf: Menu: update category
- e9d24cf: Icon: fix typings for
as
prop - e9d24cf: StyledLink: fix typings for
as
prop - 9b29f1d: Table: update docs to mention
cells
instead ofnodes
forrowRenderFn
- c1fd99a: feat(Tag): Add new Tag styling
- c1fd99a: feat: Update menu component to support new feature styling
- c1fd99a: chore: Update README typo
- c1fd99a: feat(Button): Add notification dot support
- 616d1e6: fix: Remove New Tag styling and add teal700
- 5e230d9: Add 'new' variant Tag
- effd11c: Adjust height of drawer header to design
- 74d5542: A bunch of minor changes and UI adjustments
- 9c1955b: Add emptyState render for Table when there are no rows to display
- 28104e0: feat(drawer): Make drawer overlay style default grey and adjust backgroundOverlayGrey color
- e9430ae: misc: Add maxHeight to Select dropdown, fix prop error, add menu to exports
- 0c812a0: input: Remove system end enhancer
- 568588a: menu: refactor and add documention
- c0ba653: feat: Add Menu component
- 64cf505: Use
dvh
instead ofvh
units
- 730f4ff: Checkbox: make label always clickable
- 0b20210: Select: use Transition div for parent positioning to avoid z-index issues
- 0b20210: Checkbox: revert temp z-index fix
- c0e8369: Checkbox: visual disabled state
- f3a8c6f: Checkbox: add
z-index: -1
to fix Select overlay bug
- 536f830: TextArea: default
rows
prop to 3
- 5206e66: Input, Select:
forwardRef
- c3a5648: Allow for title in paginated drawer
- 963e618: Pagination: add
reset
function to reset the history state
- 9192ce2: Button: rename
hrefTarget
prop tohreftarget
for React compatibility
- 30bb138: Accordion: allow uncontrolled state management
- 669cf98:
Avatar
component - 669cf98:
Popover
component
- 669cf98: Icon:
Spinner
- 5193149: Tabs: make controllable
- 2fd3be7: Drawer: bottom panel
- 8950299: Button: preset themes
- 0234060: StyledLink component
- 0234060: Accordion component
- 0234060: Avatar component
- 0234060: Toast component
- 516e8ec: Tag component
- 0234060: Callout component
- 516e8ec: Icon: Ellipsis icon
- 0234060: Various stylistic and positional fixes
- 516e8ec: Theme:
labelXXSmall
typography +backgroundInverseWarning
color - 516e8ec: Drawer: stylistic updates
- 8e959b8: Table: support
hideBelow
formax-width
breakpoint hiding of columns - 8e959b8: Tabs: add
compact
styling option
- 8de0fe5: Table component
- 73fb594: Tabs component
- 1f40b98: Text: add
!important
to ensureweight
prop overrides other styles
- ecfd77e: Text: change fontWeights capitalizations
- fd52101: Explicitly define each component export in
package.json
for TypeScript support without needing a tsconfig update - 94c847a: feat: Add weight and fontStyle props to Text component
- a90ddd3: Drawer: Add overlay greyed style option Field: Allow for custom label and description components to be passed as props
- 49f9ee4: Prop typing fixes
- 32e9050: Fix
Card
className prop
- 6d53d07: Separate
Tilt
fromCard
- 0a23074: Allow rendering
Button
s as anchors by passinghref
prop - 6e5ea2c:
Tilt
component - 50ab5e3:
Icon
component for included icons - 50ab5e3:
Drawer
component - 6e5ea2c:
Card
component - dcd9bb6:
Combobox
component - 05903f0:
Checkbox
component - b758949:
Dialog
component
- bbe60be:
Field
component for generic form fields with a label and description - 50ab5e3: Drawer pagination
- bbe60be: Add label/description for Select
- 50ab5e3: Glassmorphic Dialog variant
- eef2375:
TextArea
component - 2f6cd01:
Input
component - eef2375:
Select
component
- b61e950: Use
clsx
for cleaner class names - b61e950: Add
global.scss
file and update docs to reflect global styles import - 16c9c3e: Update docs to specify transpile requirement
- 2f6cd01: Memoized enhancers
- 646fccf: Add
status
forInput
for success/error styling - b61e950: Have
Text
use the theme fontFamily instead of inheriting
- 0387f1d: Exclude unnecessary files from NPM package
- 9d791a6: Add more metadata to
package.json
- 7b3a5fc:
Button
component - d1630ec:
Text
component for typography and script for auto-generating typography CSS module + Storybook stories
- 4a3ecb1: Document tokens, update README and auto-import it to Welcome
- 6d358a4: Update proof-of-concept
Button
withpte
theming - 952ee38: Add
pte
for theming - 3b46865: Circular colors on Tokens page
- 2059fea: Proper theme injection and updates across stories and docs
- 72875c5: Set up changesets & husky