@adaptavant/core@0.0.7

Patch Changes

  • a7f3e6e: Make as prop required for heading, and typography prop optional
  • 8f75eef: Add experimental FilterMenu component
  • 787a83c: Add TogglePrimitive to experimental entrypoint
  • 47b5152: New icons for calendar microfrontend. Renaming icons with add- and new- to create-. Deprecating ShareArrowIcon, it now replaces shareIcon.
  • ce8dd22: Added inverseTertiary token to background-color tokens.
  • 594a578: Update typography for Checkbox and abstract out CheckboxPrimitive
  • 9c79e20: Add experimental Toggle component
  • 73e66ee: Update size prop to accept a literal value instead of t-shirt sizing
  • c9cea57: Add size prop to Field and enable small variants for TextInput, Select and Textarea
  • 594a578: Update typography for ControlGroup and add error icon to errorMessage
  • 9461919: Change PlaceholderImage to use placehold.co
  • 9461919: Add scrollbar-display: none, margin: -24 and opacity: 1 to sx
  • 8ab528b: Added CSS property 'order' to sx and made it responsive.
  • 9bc6471: Add ShareArrowIcon
  • 594a578: - Update typography for Radio
    • Prevent disabled Radio inputs from being checked when clicked
    • Let consumers set an explicit aria-describedby value
  • e4bc18f: Updated radio styles to match checkbox styles.
  • e568481: Change size of icon for standard IconButton and IconLink
  • 17ff6da: Add labelId to FieldContext and expose a useFieldContext hook for accessing everything in FieldContext
  • e60f2df: Add min-height: 100dvh to sx
  • b0f245c: Update text-link to use Box and support the as prop
  • 8f75eef: Add autoFocus and role props to TextInput
  • 10eafa4: Change label to legend for Fieldset and RadioGroup
  • 594a578: Map all parts from ControlGroup onto RadioGroup
  • 59135b4: Update imports in core to no longer come from central index file
  • 9bc6471: Add inverse background-color in sx
  • 10eafa4: Rename ControlGroup to Fieldset
  • a674950: Make value required for RadioGroup
  • 3489c4a: Expose adornment slots for TextInput
  • 16740e7: Add inset-inline and inset-block to sx
  • 51f2a87: Add RootRefProvider to root
  • 3489c4a: Update styles for Select to account for smaller height
  • 9bc6471: Add 200 to transition-duration in sx
  • 86e8d81: Make all margin properties in sx responsive
  • 594a578: Add disabled styles for Field typography
  • 8f75eef: Add onKeyDown prop to Button component
  • 8f75eef: Add overflow-y to sx
  • 8f75eef: Add experimental Popover component and usePopover hook
  • a674950: Make type of value prop for Checkbox and Radio an optional string
  • d5c75d4: Update font size, inline-padding, icon size, loader size for standard size Button.
  • 3489c4a: Compose FocusContainer with Track component
  • 39a8a60: Add experimental Portal component
  • 3ddc972: Add 'margin-inline-start': '-2' to sx
  • 9bc6471: Add responsive gap prop to Track
  • 51f2a87: Update styling API for Root to match other DS components
  • a0aac90: Add onBlur support to RadioGroup