Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(web-components) Design token cleanup #18410

Commits on Jun 9, 2021

  1. [web-components] update components to extend foundation element (micr…

    …osoft#18187)
    
    * update accordion to use foundation element
    
    * update anchor to extend foundation element
    
    * update anchored region to extend foundation element
    
    * correct style exports
    
    * update badge to extend foundation
    
    * update breadcrumb to extend foundation element
    
    * update button to extend foundation element
    
    * update checkbox to extend foundation element
    
    * update combobox to extend foundation element
    
    * update dialog to extend foundation element
    
    * update divider styles
    
    * update flipper to extend foundation element
    
    * update horizontal scroll to extend foundation element
    
    * update listbox to extend foundation element
    
    * update listbox option to extend foundation element
    
    * update naming for exported registries
    
    * update menu and menu item to extend foundation
    
    * aupdate number field to extend foundation element
    
    * update progress to extend foundation element
    
    * update radio, radiogroup and select to extend foundation el
    
    * update skeleton to extend foundation element
    
    * update slider to extend foundation element
    
    * update switch to extend foundation component
    
    * correct prefix for export names
    
    * update text area to extend foundation element
    
    * update text field to extend foundation
    
    * update tooltip to extend foundation element
    
    * update tree view to extend foundation element
    
    * update comments v1
    
    * export all custom element definitions
    
    * exportfluent design system and definitions from rollup
    
    * add data grid
    
    * update fast to fluent in rollup
    
    * add beta package to start updating w/ foundation element
    
    * update stories files
    
    * Change files
    chrisdholt authored and bheston committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    65d6ac4 View commit details
    Browse the repository at this point in the history
  2. Rename and clean up of design tokens and recipe:

    - neutralContrastFill -> neutralFillInverse
    - neutralFillToggle -> neutralFillContrast
    - neutralFocus -> focusStrokeOuter
    - neutralFocusInnerAccent -> focusStrokeInner
    - outline -> stroke
    - Removed 'selected' colors
    bheston committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a82efb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b54a2d View commit details
    Browse the repository at this point in the history
  4. Rename neutral fill "contrast" to "strong"

    Defining visual intent using adjective form opposed to implementation details
    bheston committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ab50f08 View commit details
    Browse the repository at this point in the history
  5. Updated a couple more design tokens

    - cornerRadius -> controlConerRadius
    - elevatedCornerRadius -> surfaceCornerRadius
    - removed neutral foreground states
    bheston committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f93e736 View commit details
    Browse the repository at this point in the history
  6. Change files

    bheston committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    98f8895 View commit details
    Browse the repository at this point in the history