Skip to content
  1. Oct 22, 2019
  2. Oct 19, 2019
  3. Oct 18, 2019
  4. Oct 17, 2019
  5. Oct 16, 2019
  6. Oct 14, 2019
  7. Oct 09, 2019
  8. Oct 02, 2019
  9. Sep 27, 2019
  10. Sep 25, 2019
  11. Sep 16, 2019
  12. Sep 14, 2019
    • Tasso Evangelista's avatar
      fix: Theming and typography (#56) · 7efc77e9
      Tasso Evangelista authored
      * Remove unused helper
      
      * Fix wrong Icon reference
      
      * Re-enable Storybook on IE11
      
      * Update style mixins for Button
      
      * Add Label component
      
      * Speed-up Icon mouting
      
      * Condense helpers
      
      * Remove labels from CheckBox and RadioButton
      
      * Avoid runtime string transformations
      
      * Update theming for CheckBox, RadioButton, and ToggleSwitch
      
      * Add Hint component; update Field, ButtonGroup, and FieldGroup
      
      * Remove obsolete mixins
      
      * Remove styled-components from the final bundle
      
      * Use adimensional lengths on tokens
      
      * Add some typographic components
      
      * Update storybook helpers
      
      * Update dependencies
      
      * Autoprefix standard classes
      
      * Rename typography module as textStyles
      
      * Rename actions module as buttonColors
      
      * Drop CSS variables again
      
      * Remove some subclasses
      
      * Add missing diplayName
      
      * Reenable CSS vars to base theme variables
      
      * Reattach theme variables to components
      7efc77e9
  13. Sep 04, 2019
    • Tasso Evangelista's avatar
      feat: Design tokens (#55) · bb323c03
      Tasso Evangelista authored
      * Add typography tokens
      
      * Add spacing tokens
      
      * Add text color tokens
      
      * Add borders and transitions tokens
      
      * Revert text color tokens
      
      * Unify theme module
      
      * Drop tokens- and theme-related stories
      bb323c03