@adaptavant/core@0.0.4

Patch Changes

  • ec60ea3: Reducing the default font weight specificity. Now font weight can be manually overridden by props. Updated tests.
  • 08432df: Provide default values for component props
  • df9dd10: Make all padding values responsive
  • 8c10f6c: Add box-sizing to sx
  • 78ac58c: Add Spacer component
  • 8089afe: Add Box component
  • 181faf0: Add onFocus and onBlur types to Button and ButtonLink
  • a607cb6: Add -16 token to margin in sx
  • e6f5437: Fix bug with Track rendering incorrect children
  • 1bc804e: Changed style properties to kebab-case
  • 7788ac0: Add Chip component
  • 95fbdbc: Add aria-describedby to Checkbox
  • efa52f9: Update allowed sx properties
  • 181faf0: Add -16 token to margin-block in sx
  • fcc788e: Added TextLinks component
  • 34f8f0f: Add responsive styles for CSS display property in sx.
  • 8ae0713: Add ESLint rule to sort JSX props
  • a0f67a2: Add PlaceholderText component
  • 3e751a8: Compose Track with Box and useStyleProps
  • ddfab29: Refactor brand styles to sx objects
  • 146beb8: Add Image component
  • 7f3c571: New sizes for icon link and icon button
  • 32d65d0: Updated button component with layouts component
  • 58dc4e4: Add Grid component
  • d39de2e: Remove label types and fix loading styles
  • 75a035f: Bug fix for createSx function
  • 90e9324: Upgrade dependencies
  • b030219: Add large icon sizeUpdate sx function to accept more tokens
  • a82d9c2: Add fontWeight to typography styles. Remove default fontWeight from Text and Heading. Make BookingPageSettings coords optional
  • e50034f: Fix icons package
  • fc76873: Add TextInput component
  • 1e8d462: Add Text component
  • 7c26fc3: Add Select component
  • 8fc65f2: Add Heading component
  • 367040c: Make API for Checkbox and Radio components consistent
  • d4f14b6: Updated radio and checkbox API and compose with layout and text components
  • e570097: Set aria-disabled to undefined on IconButton if isDisabled prop is falsey
  • ad4c20c: Feat/radio button
  • 44a0f4f: Make IconLink polymorphic
  • bcd4555: Add Track component
  • f1e726d: Updated teleport icon, new icons clock, lock open, lock closed, map pin filled.
  • 2ff2538: Add sx prop and input complex selector styles
  • 1c59c34: Fix alignment of loading icons in Button and IconButton
  • edd5d60: Add Textarea component
  • f5b77c8: Add Stack component
  • 606e8e6: Use ForwardRefComponent type for Track component
  • 75a035f: Add backgroundColor in sx to accept "currentColor"
  • 7966f6b: Add PlaceholderImage component
  • f4b49f0: EDS-388 New Icons
  • 352a08d: Set css vars in style tag for emotion
  • fc76873: Add Field component
  • 424315e: Abstract styling lib into packages
  • 2f1cb87: Update deps
  • 95fbdbc: Add form attribute to Button props
  • 29f469a: Add ControlGroup componentAdd RadioGroup component