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

chore: merge web-components-v3 feature branch #31288

Merged
merged 206 commits into from
May 13, 2024
Merged

Commits on May 10, 2024

  1. Enable build pipeline for web-components-v3 branch (#25529)

    * Enable build pipeline for web-components-v3 branch
    
    * Add comments
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f97e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bada17 View commit details
    Browse the repository at this point in the history
  3. Remove Web Components v2 implementation in v3 branch (#25434)

    * Delete existing Web Components implementation
    
    * Reset storybook
    
    * Change file
    
    * Add empty test to pass CI
    
    * Comment out WCs in stress-test
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    66d2d1c View commit details
    Browse the repository at this point in the history
  4. ci: setup wc v3 daily releases (#25808)

    * ci: setup wc v3 daily releases
    
    * chore: UNDO - remove web-components from stress-test deps
    
    * ci: add change files check so we dont accidentaly release something beside wc-3
    
    * chore: remove changefiles from master that could trigger unwanted releases
    
    * generate changefiles
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e6fe592 View commit details
    Browse the repository at this point in the history
  5. feat(wc): Add v9-compatible themes (#25660)

    * bump FAST dependencies
    
    * Add theme tokens (from react-theme)
    
    * Add theme switcher to storybook
    
    * deduplicate packages
    
    * fix yarn.lock
    
    * Replace @fluentui/react-theme with @fluentui/tokens
    
    * change file
    
    * address PR comments
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3010a9d View commit details
    Browse the repository at this point in the history
  6. chore: setup typescript 4.7 for web-components package (#26299)

    * chore: setup typescript 4.7 for web-components package
    
    * chore: generate change-file
    
    * fixup! chore: setup typescript 4.7 for web-components package
    
    * fixup! fixup! chore: setup typescript 4.7 for web-components package
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    49b1287 View commit details
    Browse the repository at this point in the history
  7. feat: add text as new component (#26090)

    * add text as a new component
    
    * update main.js to .cjs format for esm due to require syntax
    
    * update style rules to align with FUI react v9, export text options, update stories to leverage object.keys of options
    
    * export text, update node resolution to 16 and fix object.keys for size to object.values
    
    * prettier style files, may need to revert if it does not play nice with selectors
    
    * update display for host to ensure we can layout the element properly margin, etc...
    
    * update latest FAST packages
    
    * leverage ValuesOf type helper
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1432e12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e77479 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65d640f View commit details
    Browse the repository at this point in the history
  10. feat: add badge and counter badge as new components (#26357)

    * add badge as a new component
    
    * add counter badge as a new component
    
    * fix broken import and add export paths
    
    * use badge template for counter badge to render count
    
    * update badge svg styles and fix import syntax
    
    * fixup imports for stories
    
    * update partial with default styles
    
    * js extension missing from partial imports
    
    * update api report
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    df7b75d View commit details
    Browse the repository at this point in the history
  11. Users/procload/add progressbar as new component (#26329)

    * Adds web component version of ProgressBar
    
    * Generates change
    
    * Renames progressbar to progress-bar
    
    * Changes alphabetical ordering of imports
    
    * Enumerates null value; Adds ? to boolean in Story
    
    * Adds typedocs to progress-bar class
    
    * Fixes class to attribute typo in CSS
    
    * Removes duped CSS
    
    * Adds export of progress-bar to package.json
    
    * Removes null in validation state object
    
    * Removes local CSS variables; Removes defaults on thickness and rounded corners
    
    * Removes unused CSS
    
    * Removes unused options, pause and min, that don't exist in Fluent
    
    * Addresses remaining feedback on PR: Renames rect to square; Cleans up Storybook
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    831af4d View commit details
    Browse the repository at this point in the history
  12. chore(web-components): run manually bump to fix failed CI release (#2…

    …6498)
    
    * chore: run manually bump to fix failed CI release
    
    * generate changefile
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2ec905c View commit details
    Browse the repository at this point in the history
  13. feat(web-components): export theme (#26500)

    * feat: export theme
    
    * change file
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2141a97 View commit details
    Browse the repository at this point in the history
  14. ci: fix github pushes auth for release (#26502)

    * ci: fix github pushes auth for release
    
    * chore(web-components): run manually bump to fix failed CI release
    
    * generate changefile
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5f99781 View commit details
    Browse the repository at this point in the history
  15. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bd3775e View commit details
    Browse the repository at this point in the history
  16. ci: setup web-components docsite CI/CD (#26629)

    * chore(web-components): turn of storybook telemetry
    
    * ci: setup web-components docsite CI/CD
    
    * generate change-file
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    43a09d2 View commit details
    Browse the repository at this point in the history
  17. Update azure-static-web-apps-deploy.yml (#26632)

    * Update azure-static-web-apps-deploy.yml
    
    * Update and rename azure-static-web-apps-deploy.yml to azure-storage-web-components.yml
    
    * Update azure-storage-web-components.yml
    
    * Create azure-static-web-apps-deploy.yml
    ling1726 authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5b8bb47 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2f09b4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4f0fbaa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70d1e2a View commit details
    Browse the repository at this point in the history
  21. style: format yml workflow (#26634)

    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    31a88b7 View commit details
    Browse the repository at this point in the history
  22. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    80570b0 View commit details
    Browse the repository at this point in the history
  23. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b1e022a View commit details
    Browse the repository at this point in the history
  24. Adds basic implementation of Spinner component (#26392)

    * Adds basic implementation of Spinner component
    
    * Adds inverted Story to Spinner
    
    * Cleans up some typos
    
    * Generates API report
    
    * Adds change file
    
    * Removes kebab-case for key in Spinner in favor of camelCase; Adds spinner export to package.json; Properly comments spinner options with type docs
    
    * Address feedback in PR
    
    * Minor typo cleanup
    
    * Rebuilds
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b9851d0 View commit details
    Browse the repository at this point in the history
  25. update fast element and foundation versions for wc-3 branch (#26844)

    * update fast element and foundation versions and update reference to extend badge options
    
    * no options export yet for badge :(
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4873cbc View commit details
    Browse the repository at this point in the history
  26. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c996f64 View commit details
    Browse the repository at this point in the history
  27. chore(web-components): introduce ts-solution configs and monorepo set…

    …up/DX (#26843)
    
    * chore(web-components): implement ts path aliases setup with valid ts compilation
    
    * chore(web-components): refactor test setup and test/sb utils approach
    
    * fix(web-components): tweak npmignore to not ship non relevant assets
    
    * chore: re-generate api-report
    
    * generate change file
    
    * fixup! chore(web-components): refactor test setup and test/sb utils approach
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    18b7eaa View commit details
    Browse the repository at this point in the history
  28. fix(web-components): dont ship non production assets to npm registry (#…

    …26854)
    
    * fix(web-components): dont ship non production assets to npm registry
    
    * generate change file
    Hotell authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    27dfead View commit details
    Browse the repository at this point in the history
  29. Manual bump of web components version (#26878)

    * Manual bump of web components version to match NPM 3.0.0-alpha.4
    JustSlone authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1e65b27 View commit details
    Browse the repository at this point in the history
  30. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    63365de View commit details
    Browse the repository at this point in the history
  31. doc(web-components): Add storybook landing page (#26911)

    * docs(web-components): Add docs landing page
    
    * change file
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    747479e View commit details
    Browse the repository at this point in the history
  32. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f2f5f3 View commit details
    Browse the repository at this point in the history
  33. web component accordion (#26547)

    * accordion and accordion item init
    
    * yarn change
    
    * updates docs
    
    * updates accordion item styles
    
    * code formatting
    
    * updates imports
    
    * adds v9 appearance sizes
    
    * updates attribute name to align with fluent v9
    
    * adds alternative stories for accordion with custom icons
    
    * adds docs
    
    * updates storybook
    
    * updates changelog
    
    * removes dead code
    
    * removes dynamic icons from sb
    
    * removes dead code
    
    * adds accordion README
    
    * moves accordion readme to accordion directory
    
    * updates docs
    
    * updates accordion docs
    
    * updates docs
    
    * updates docs
    
    * fixes docs
    
    * fixes exports
    
    * adds display helper to styles
    
    * optimizes styles
    
    * updates html helper to use html.partial
    
    * optimizes styles
    
    * exports directly on class
    
    * removes html helper
    
    * removes arg tables from stories
    
    * sorts exports alphabetically
    
    * api report
    
    * flattens accordion componnent folders
    
    * removes comment
    
    * updates styles
    
    * optimizes styles
    
    * updates attributes
    
    * removes renaming of definition import
    
    * removes attribute syntax
    
    * adds attr
    
    * reverts api-report
    
    * removes dead code
    
    * updates styles
    
    * consolidates stories into one
    
    * updates docs
    
    * adds display helper to accordion styles
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cfec27a View commit details
    Browse the repository at this point in the history
  34. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ffe28d3 View commit details
    Browse the repository at this point in the history
  35. fix(ci): check changes folder exists (#26941)

    * fix(ci): skip changes files check if the changes folder does not exist
    
    * test for empty changes folder
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    609aa47 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2f18c50 View commit details
    Browse the repository at this point in the history
  37. Web Component Switch (#26517)

    * switch init
    
    * provides export path
    
    * yarn change
    
    * removes dead code
    
    * adds table docs
    
    * updates attribute to use attr syntax
    
    * removes on/off text for label only
    
    * addresses PR feedback
    
    * updates label font-weight
    
    * removes dead code
    
    * updates styles
    
    * adds required styles for switch
    
    * Update change/@fluentui-web-components-a74d6518-0d94-4e22-bd9f-70ea63a066ab.json
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    
    * removes unuses import
    
    * api report
    
    * removes dead code
    
    * updates styles and story
    
    * optimizes styles
    
    * reverts api report
    
    * removes unchecked checked message styles
    
    * updates labelPosition type to include undefined
    
    * updates helper import
    
    * optimizes css
    
    * cleans up styles
    
    * optimizes styles
    
    * uses design tokens
    
    * removes dead import
    
    * removes dead code
    
    * removes required styling from label
    
    * adds switch readme
    
    * fixes docs
    
    * fixes switch hover styles
    
    * formats switch styles
    
    * alphabetizes exports
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    db9bcd8 View commit details
    Browse the repository at this point in the history
  38. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    05d14a6 View commit details
    Browse the repository at this point in the history
  39. fix(ci): update web components swa workflow (#26960)

    * fix(ci): update web components swa workflow
    
    update workflow
    
    add yarn as engine in package.json
    
    add engines section in web-components package.json
    
    remove engines section from web components package json
    
    fix output location
    
    remove run condition
    
    replace branch
    
    add manual trigger
    
    * remove workflow_dispatch directive
    
    * remove azure storage workflow for web components docsite
    tudorpopams authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    81e272b View commit details
    Browse the repository at this point in the history
  40. Adds Image web component (#26936)

    * Adds Image web component.
    
    * Removes unused portions of the doc file (now spec.md). Renames and simplifies the bordered attribute. Removes multiple image from first story. Adjusts style attribute selctor for bordered.
    
    * Removes unused CSS. Changes dimension of image used in first story.
    
    * Removes borderRadius attribute and related story code and styles. Adds CSS Guidance to spec to convey details about margin and border-radius values. Cleaned up story code.
    
    * Records results of yarn change
    
    * Updates package with reference to the component. Makes fit and shape optional. Replaces hard coded border radius value with token.
    
    * Update change/@fluentui-web-components-a862230b-9028-4c6a-8a43-3be819a6128e.json
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    3 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e85bac7 View commit details
    Browse the repository at this point in the history
  41. Adds Divider web component (#26901)

    * Adds Divider component
    
    * Generates change
    halerankin authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    47b6449 View commit details
    Browse the repository at this point in the history
  42. (web-components): add avatar as a new Fluent 2 aligned component (#26729

    )
    
    * add avatar as a new component
    
    * add export path
    
    * update helpers path in avatar stories
    
    * create public static value for named colors
    
    * update styles to support any slotted badge
    
    * add size 16 styles and stories
    
    * update animations to use tokens
    
    * add support for prefers reduced motion on active and inactive transitions
    
    * change set to generate for color and initials fns
    
    * add large badge styles
    
    * remove unnecessary badge cchange handlers
    
    * fix brand color in dark mode with static inverted value
    
    * update change file
    
    * remove unnecessary lifecycle event
    
    * add avatar readme for react deltas
    
    * update attributes as optional
    
    * update api report
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a27c73f View commit details
    Browse the repository at this point in the history
  43. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7a06f79 View commit details
    Browse the repository at this point in the history
  44. chore: Enable Typescript strict mode (#26950)

    * chore: Enable Typescript strict mode
    
    * change file
    
    * revert unnecessary change
    
    * update api-report after rebase
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e6e1b2b View commit details
    Browse the repository at this point in the history
  45. divides accordion and accordion item readme (#26938)

    * divides accordion and accordion item readme
    
    * updates accordion docs
    
    * updates accordion docs
    
    * formats docs table
    
    * yarn change
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6c949a0 View commit details
    Browse the repository at this point in the history
  46. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    beddd9c View commit details
    Browse the repository at this point in the history
  47. Redo of PR of Slider spec after merge error (#26981)

    * Redo of PR of Slider spec after merge error
    
    * Updates API report and beachball file
    
    * Generates API report
    
    * Redo of PR of Slider spec after merge error
    
    * Updates API report and beachball file
    
    * Generates API report
    
    * Updates API report
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    11704bf View commit details
    Browse the repository at this point in the history
  48. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    71f25a2 View commit details
    Browse the repository at this point in the history
  49. web component Radio and RadioGroup spec (#26900)

    * radio spec init
    
    * updates radio spec formatting
    
    * adds radio group spec
    
    * updates radio specs
    
    * updates spec
    
    * yarn change
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2410855 View commit details
    Browse the repository at this point in the history
  50. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0d524fb View commit details
    Browse the repository at this point in the history
  51. Adds SliderLabel Spec and Folder (#27001)

    * Adds SliderLabel spec and folder
    
    * Creates change and api-report
    
    * Creates change and api-report
    
    * Update change/@fluentui-web-components-085483f0-a46f-4531-b8c4-218a2e78461b.json
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    * Regenerates API Report
    
    ---------
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c2054a8 View commit details
    Browse the repository at this point in the history
  52. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    adeec7b View commit details
    Browse the repository at this point in the history
  53. Web Component v3 Stories (#27049)

    * Flatten badge stories in sidebar
    
    * undo badge flattening
    
    * add divider stories
    
    * progress stories
    
    * spinner stories
    
    * switch stories
    
    * text stories
    
    * remove text as story
    levithomason authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5898ff3 View commit details
    Browse the repository at this point in the history
  54. fix: [text] block breaks the style attribute (#27129)

    * fix: [text] block breaks the style attribute
    
    * chnage files
    
    * addresed comments
    
    * Update packages/web-components/src/text/text.styles.ts
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    
    * addressed pr comments
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e5fa521 View commit details
    Browse the repository at this point in the history
  55. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    197a16b View commit details
    Browse the repository at this point in the history
  56. update FAST dependencies (#27187)

    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2e91be9 View commit details
    Browse the repository at this point in the history
  57. (web-components): add css containment to v3 components (#27190)

    * add css containment to custom elements
    
    * add css containment to existing web components
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    79c5aa6 View commit details
    Browse the repository at this point in the history
  58. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3f0d57a View commit details
    Browse the repository at this point in the history
  59. Adds Slider as a web component (#27165)

    * Initial commit of styles and markup for slider
    
    * Cleans up some styles and adds Stories for states
    
    * More Slider styles and stories
    
    * Adds stripes to slider for vertical/horizontal. Deletes SliderLabel as we don't need it
    
    * Fixes silly math
    
    * Cleans up CSS
    
    * Cleans up CSS and Stories for Slider
    
    * Initial commit of styles and markup for slider
    
    * More Slider styles and stories
    
    * Adds stripes to slider for vertical/horizontal. Deletes SliderLabel as we don't need it
    
    * Fixes silly math
    
    * Fixes some styles on checkmarks
    
    * Adds check to see if Step was set
    
    * Generates API report
    
    * Removes some duplicate CSS and cleans up spec
    
    * Adds slider to index.ts and package.json
    
    * Addresses initial round of feedback to PR
    
    * Renames sizeChanged to stepChanged. Duh.
    
    * Adds JSDOC comments
    
    * update slider step rate code
    
    * Adds export to SliderOrientation
    
    * Adds new focus style and fixes overflow visual bug
    
    * Fixes build errors
    
    * Adds export to SliderOrientation
    
    * Adds new focus style and fixes overflow visual bug
    
    * Fixes build errors
    
    * Runs API report
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ed4d369 View commit details
    Browse the repository at this point in the history
  60. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c325360 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    75f0d6d View commit details
    Browse the repository at this point in the history
  62. feat(button): add button to web components v3 (#27278)

    * add button as a new web component
    
    * change files
    
    * add package export
    
    * add icon attr, fixup disabled styles
    
    * update color => fill
    
    * add disabled focusable click handling
    
    * move to attribute syntax for aria-disabled
    
    * remove icon attribute in favor of min-height to accommodate icons
    
    * use long form for padding to ensure we catch browser defaults
    
    * add basic readme with deltas
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7dda763 View commit details
    Browse the repository at this point in the history
  63. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6ca9cd1 View commit details
    Browse the repository at this point in the history
  64. add menu button as new component (#27396)

    * add menu button as a new component
    
    * remove unnecessary icon attr in stories
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    13ed8c9 View commit details
    Browse the repository at this point in the history
  65. Adding web component Tabs, Tab and TabPanel (#27167)

    * adding tab list spec
    
    * adding files for tab list, tab, and tab-panel
    
    * adding files for tab list, tab, and tab-panel
    
    * adding tab
    
    * working tab list web components. no styling. no re-referencing of attributes
    
    * adding styling for tabList
    
    * commenting out unused styling
    
    * adding tab-list styles
    
    * basic api working. styling not correct in all cases.
    
    * Adding svgs. they are not rendering for some reason
    
    * svgs working
    
    * updating styling
    
    * removing fill on svg
    
    * adding logic to track tab selection and css variables. broken
    
    * commit before refactor
    
    * addint html data attr
    
    * updating how tab data is handled
    
    * Animations not working
    
    * animations not working
    
    * broken animation
    
    * location of tab is not correct
    
    * refactoring dataActiveTabChanged
    
    * removing class field for current active tab
    
    * adding method to add and remove classes
    
    * tab animates to offset location
    
    * animating almost correctly
    
    * horizontal animations working
    
    * adding vertical positioning logic
    
    * tabs animations working vertical and horizontal
    
    * Adding tab-list options. adding comments
    
    * adjusting styling
    
    * removing unused vars
    
    * removing comments
    
    * Adding change file
    
    * updating readme. fixing naming conflict in exports of tab-panel index
    
    * fixing default value for tablist size
    
    * removing check for activeid in setTabData
    
    * removing patch for removing activeIndicator
    
    * moving pointer events none to disabled fluent tab
    
    * removing boolean converters, adding type consts, renaming TabList to Tabs.
    
    * documenting difference between tabs and tab list
    
    * updating tabs index.js
    
    * fixing circular dependency import
    
    * removing references to TabList, renaming to Tabs. Removing Tabs orientation type const  and importing it from FAST
    
    * Refactoring tab into tabs
    
    * updating token names object
    
    * updating css for tab token names
    
    * updating tab token names in tabs.ts
    
    * removing unused vars
    
    * adding pseudo element to account for spacing difference of bold and unbolded text on active states
    
    * adding placeholder element to render active indicator
    
    * updating :focus-visible style
    
    * removing unused vars
    
    * adding tab-content span and 2px margin for tab-content span
    
    * updating color foreground for unselected and selected tabs
    
    * removing unused var
    
    * removing host-context
    
    * removing tab content part
    
    * putting back tab content part
    
    * removing unecessary dom element
    
    * removing unecessary z index
    
    * adding tab-content class. removing tab-content part
    
    * adding display helper function to tab-panel
    
    * shorthanding tab padding in tab styles
    
    * removing duplicate selector
    
    * fixing display helper implementation
    
    * removing divs in storybook.ts
    
    * removing divs from stories.ts
    
    * adding second display helper
    
    * adding display helper in tab.styles
    
    * removing stray div in stories.ts
    
    * adding display helper in tabs.styles
    
    * removing active indicator css
    
    * removing important
    
    * removing unused vars
    
    * renaming getSelectedTab to getTab, since tab is passed into method
    
    * updating TabData
    
    * updating check for previous tab for first render
    
    * replacing document add style with fast controller add style
    
    * grabbing scale and offset token names from const
    
    * updating stories, removing redundant code and renaming tabids
    
    * using const objects to provide default values
    
    * Removing animation clear method. apparently not needed
    
    * updating comments
    
    * removing duplicate display
    
    * setting display to inline-flex
    
    * removing unnecessary disabled font-weight in tab
    
    * removing unnecessary outline
    
    * replacing margin-right with margin-inline-end
    
    * Reducing number of duplicarte border radius
    
    Removing horizontal selector in css since it's default
    
    Removing the TabTokenNames and hard coding tokens into css
    
    Combining selectors in css and refactoring css overall
    
    Setting fill for subtle appearance selectors
    
    * adding margin-inline-end
    
    * Adding max width on tab content
    
    * Revert "Adding max width on tab content"
    
    This reverts commit b8dffde.
    
    * fixing focus visible border
    
    * combining padding
    
    * Removing margin auto on right margin
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f77b8ea View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    a1451f2 View commit details
    Browse the repository at this point in the history
  67. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    acd2341 View commit details
    Browse the repository at this point in the history
  68. Adds Label as a new web component (#27344)

    * label init
    
    * merge web-components-v3
    
    * updates readme
    
    * updates styles
    
    * adds label styles
    
    * removes dead import
    
    * divides accordion and accordion item readme
    
    * updates label docs
    
    * updates label template
    
    * updates label template and styles
    
    * updates label stories
    
    * label updates per review
    
    * removes attr decorator on label
    
    * label: yarn change
    
    * radio: updates attribute story names
    
    * label: removes attribute binding on template
    
    * label: removes template tag
    
    * label: updates per review
    
    * label: adds export to root json
    
    * adds disabled attr
    
    * removes dead code
    
    * Update change/@fluentui-web-components-2b95d12e-1c42-47e8-88da-aa67dac5673b.json
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    
    * label: removes dead import, updates storybook args to use consts
    
    * label: removes dead imports
    
    * label: updates asterisk styling
    
    * label:docs: enumerates rendered element API difs between FUIRv9 and FUIWC3
    
    * label: updates docs
    
    * label: fixes mispelling in docs
    
    * label: updates template, docs
    
    * label: updates docs
    
    * label: replaces arg values with label options const
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    57016be View commit details
    Browse the repository at this point in the history
  69. fixes label change log (#27481)

    * label: fixes change log
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fafde7e View commit details
    Browse the repository at this point in the history
  70. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e332782 View commit details
    Browse the repository at this point in the history
  71. Web Components V3 - Tabs, Tab, Tab-Panel package.json mappings (#27505)

    * adding missing package.json mappings
    
    * fixing package.json syntax
    
    * Adding change file
    bearcat-msft authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f01751d View commit details
    Browse the repository at this point in the history
  72. chore(storybook): set background for WC stories (#27504)

    * chore(storybook): Set background for stories
    
    * remove unnecessary !important
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e0df051 View commit details
    Browse the repository at this point in the history
  73. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8e46f75 View commit details
    Browse the repository at this point in the history
  74. add compound button as new v3 component (#27407)

    * add compound button as a new web component
    
    * change files
    
    * update locc css
    
    * remove icon ref in stories
    
    * remove icon attr in stories and address vertical alignment of buttons
    
    * fix disabled primary styles
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1f5ea52 View commit details
    Browse the repository at this point in the history
  75. add anchor button as a new component to web components v3 (#27395)

    * add anchor as a new component to support anchor-button scenario
    
    * dont forget managing anchor disabled
    
    * update naming to anchor button
    
    * Update change/@fluentui-web-components-b7e6d7ad-6aac-4ccb-b7ee-97424d76f9a2.json
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    837c3ca View commit details
    Browse the repository at this point in the history
  76. add toggle button as new v3 web component (#27405)

    * add toggle button as a new web component
    
    * address ts and lint errors
    
    * remove unnecessary css reassignment
    
    * remove unnecessary icon attr from stories
    
    * add checked stories and fix subtle appearance
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2ae63de View commit details
    Browse the repository at this point in the history
  77. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    90a98b4 View commit details
    Browse the repository at this point in the history
  78. Users/procload/add select spec (#27360)

    * Authors the Select spec
    
    * Cleans up some missing info in Spec
    
    * Removes references to Slider
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    77a5956 View commit details
    Browse the repository at this point in the history
  79. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    aed6dfc View commit details
    Browse the repository at this point in the history
  80. Update: Modify Image Web Component Styles (#27567)

    * Updates story with better placeholder images. Updates styles to ensure that shadow, shape and border work correctly when fit is center. Sets default border-radius and updates storybook shape description with detail about the default border radius.
    
    * Yarn change
    
    * Reverts style changes. Adds only essential style adjustments to meet spec. Updates attribute descriptions in the story.
    
    * Removes pixel value in description for design token: borderRadiusMedium.
    halerankin authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2346d39 View commit details
    Browse the repository at this point in the history
  81. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0b58024 View commit details
    Browse the repository at this point in the history
  82. Adds Menu and MenuItem as new web components (#26765)

    * menu init
    
    * updates docs
    
    * menu init
    
    * menu item init
    
    * registers menu-item
    
    * adds some menu styles
    
    * adds default menu item icons
    
    * adds menu stories
    
    * updates default menu icons
    
    * styles menu and menu item
    
    * updates readme
    
    * swaps part for class css
    
    * removes dead code
    
    * adds menu and menu item to package.json
    
    * removes dead code
    
    * updates menu styles
    
    * yarn change
    
    * adds menu header
    
    * updates jsdocs
    
    * removes dead file
    
    * removes dead code
    
    * removes split button styling
    
    * adds display helper
    
    * api report
    
    * flattens menu and menu item directories
    
    * removes element specification from slotted selector
    
    * formatting
    
    * optimizes styles
    
    * optmizes styles
    
    * updates disabled css selector to bool
    
    * removes dead code
    
    * consolidates menu docs into one story
    
    * updates menu storybook content
    
    * optimizes styling
    
    * revert api-report
    
    * updates disabled pseudo selector
    
    * fixes disabled state
    
    * fixes css syntax error
    
    * updates storybook content
    
    * updates storybook copy for consistency
    
    * revert api report
    
    * updates yarn change message
    
    * maps component to MenuList rather than Menu
    
    * fixes focus state
    
    * updates styles
    
    * divides accordion and accordion item readme
    
    * removes dead imports
    
    * fixes submenu positioning
    
    * adds styles for icon alignment
    
    * reverts Menu component name
    
    * cleans up storybook
    
    * dynamically set the menu item icon attribute when icons is true for menu (#26998)
    
    * dynamically set the menu item icon attribute when icons is true for menu
    
    * move icons check to set items to ensure we update on item change and init
    
    * set items should be protected
    
    * updates Menu styles
    
    * updates icon alignment styles and docs
    
    * updates menu docs
    
    * adds checkmarks attribute and styles menu items
    
    * adds conditional styling for when icons are present
    
    * updates Menu and MenuItem docs
    
    * updates deltas in docs
    
    * updates docs
    
    * optimizes styles
    
    * optimizes css
    
    * optimizes css
    
    * optimizes css
    
    * reverts json export
    
    * working (#27293)
    
    * optimizes styles
    
    * adds docs to menu.ts
    
    * updates menu logic for readability
    
    * menu: fixes style syntax error
    
    * menu: consolidates styles
    
    * menu: updates styling
    
    * menu: updates styling
    
    * yarn change
    
    * menulist, menuitem: changes component name to MenuList
    
    * menulist, menuitem, updates readme
    
    * menu, menuitem: fixes circular dep
    
    * menu, menuitem: alphabetize index.js
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    Co-authored-by: Jeff Smith <37851214+eljefe223@users.noreply.github.com>
    3 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0f8c7ac View commit details
    Browse the repository at this point in the history
  83. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4aad65d View commit details
    Browse the repository at this point in the history
  84. Adds Radio and RadioGroup as new web components (#27113)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * radio init
    
    * styles radio
    
    * adds radio and radio group to index rollup
    
    * merge
    
    * cherry-pick
    
    * fixes arguments passed to slottedRadioButtonsChanged
    
    * yarn changew
    
    * updates radio group logic
    
    * cherry-pick
    
    * updates styles
    
    * cherry-pick
    
    * merge
    
    * adds radio group attributes
    
    * removes console logs
    
    * updates styles
    
    * updates RadioGroup readme
    
    * fixes jsdoc
    
    * updats radio and radio group stories
    
    * formats radio group story markup
    
    * removes redundant attribute on RadioGroup story
    
    * removes dead code
    
    * updates radio styles
    
    * updates radio group styles
    
    * removes redundant attribute on radio group
    
    * merge
    
    * styles radio and radio group
    
    * removes dead code
    
    * updates css value to token
    
    * exports RadioGroupOrientation namespaced type
    
    * updates styles per design review
    
    * updates focus styles
    
    * reverts file
    
    * reverts file
    
    * mege
    
    * adds back story args
    
    * re exports RadioGroupOrientation from FAST
    
    * removes redundant stack attribute
    
    * testing local tokens for disabled styling
    
    * radio: updates styles per review
    
    * radio: updates design tokens & styles
    
    * radio: adds storybook content
    
    * radio init
    
    * styles radio
    
    * radio: merge
    
    * merge
    
    * cherry-pick
    
    * fixes arguments passed to slottedRadioButtonsChanged
    
    * yarn changew
    
    * updates radio group logic
    
    * cherry-pick
    
    * updates styles
    
    * cherry-pick
    
    * merge
    
    * adds radio group attributes
    
    * removes console logs
    
    * updates styles
    
    * updates RadioGroup readme
    
    * fixes jsdoc
    
    * updats radio and radio group stories
    
    * formats radio group story markup
    
    * removes redundant attribute on RadioGroup story
    
    * removes dead code
    
    * updates radio styles
    
    * updates radio group styles
    
    * removes redundant attribute on radio group
    
    * merge
    
    * styles radio and radio group
    
    * removes dead code
    
    * updates css value to token
    
    * exports RadioGroupOrientation namespaced type
    
    * updates styles per design review
    
    * updates focus styles
    
    * reverts file
    
    * reverts file
    
    * mege
    
    * adds back story args
    
    * re exports RadioGroupOrientation from FAST
    
    * removes redundant stack attribute
    
    * testing local tokens for disabled styling
    
    * radio: updates styles per review
    
    * radio: updates design tokens & styles
    
    * radio: adds storybook content
    
    * radio: initiates css variables in css
    
    * leverage css grid for spacing and remove js application for padding
    
    * radio: adds export to root json
    
    * radio: changes per review
    
    * radio: removes pointer events from disabled radio item
    
    * radio: updates styling
    
    * radio: styles formatting
    
    * radio: updates styles
    
    * Update change/@fluentui-web-components-94ca1c7a-1462-4aa5-9458-41a54f17527e.json
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    * removes redundant style
    
    * radio: addresses pr feedback
    
    * radio: updates disabled styles
    
    * Update packages/web-components/src/radio/radio.stories.ts
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    
    * radio: swaps args table value for const
    
    * radio: removes duplicate style
    
    * radio: optimizes styles
    
    * radio: swaps js for css disabled styling solution
    
    * radiogroup, radio: updates based on feedback
    
    * radiogroup, radio: updates storybook content and README
    
    * radiogroup, radio: updates docs
    
    * radiogroup, radio: removes label-position from docs
    
    * radiogroup, radio: updates docs
    
    * Update packages/web-components/src/radio/README.md
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    * radiogroup, radio: addresses feedback
    
    * radiogroup, radio: updates docs
    
    * radiogroup, radio: addresses feedback
    
    * radiogroup, radio: updates styles
    
    * radiogroup, radio: removes whitespace
    
    * radiogroup, radio: updates styles per review
    
    * radiogroup, radio: formats files
    
    * radiogroup, radio: format document
    
    * radiogroup, radio: fixes import
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    3 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ec275ac View commit details
    Browse the repository at this point in the history
  85. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e866eaf View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    1240c12 View commit details
    Browse the repository at this point in the history
  87. Correct export naming in Switch component (#27821)

    * Correct export naming in Switch component
    
    * Formats capitalization
    
    * Adds change file
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bfaef76 View commit details
    Browse the repository at this point in the history
  88. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ad861b View commit details
    Browse the repository at this point in the history
  89. Exports MenuItemRole From MenuItem (#27941)

    * Exports MenuItemRole so that the Fluent web component Angular and React wrappers can utilize the roles.
    
    * Runs yarn change
    
    * Update change/@fluentui-web-components-fe7f57a9-65bb-4816-9f01-0aded96e8ce9.json
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5b66ac1 View commit details
    Browse the repository at this point in the history
  90. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    aac2431 View commit details
    Browse the repository at this point in the history
  91. Adds TextInput as a new web component (#27348)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * text input init
    
    * adds text input options
    
    * styles text input
    
    * updates text input styles
    
    * adds input size attribute and styles
    
    * updates text input storybook
    
    * text input: adds properties to class
    
    * text-input: re-exports TextFieldType as TextInputType
    
    * text input: fixes export names
    
    * text input: updates underline styles
    
    * text-input: exports text-input from package.json
    
    * removes dead code
    
    * text-input: removes default attr values
    
    * text-input: updates icon sizes
    
    * text-input: updates block vs inline implimentation
    
    * text-input: updates docs
    
    * text-input: adds styling support for icons and text passed through start/end slots
    
    * text-input: updates border styles
    
    * input: updates storybook content
    
    * updates README
    
    * text-input: adds filled non shadow variants
    
    * text-input: modifies storybook examples
    
    * text-input: removes dead import
    
    * addresses PR feedback
    
    * text input: updates styles
    
    * text input: yarn change
    
    * text input: updates README and styles
    
    * text input: shorthands css property
    
    * textinput: fixes ts errors
    
    * textinput: updates attribute name
    
    * textinput: uses fluent-label in stories
    
    * textinput: updates control size type name
    
    * textinput: updates storybook
    
    * textinput: updates type
    
    * textinput: updates story styles
    
    * Update change/@fluentui-web-components-ec003fd2-a453-4e83-b620-9ec9f3ddffa0.json
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    * text-input: addresses feedback
    
    * text-input: alphabetize exports, removes setting default attr value
    
    ---------
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f7f64be View commit details
    Browse the repository at this point in the history
  92. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    26ede7d View commit details
    Browse the repository at this point in the history
  93. feat: export fluent design system from package (#27905)

    * export fluent design system
    
    * change files
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    55bde63 View commit details
    Browse the repository at this point in the history
  94. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    16d07dc View commit details
    Browse the repository at this point in the history
  95. feat (web-components-v3): Add dedicated vr-tests package and integrat…

    …e with Visual Regression Pipelines (#28222)
    TristanWatanabe authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3c3a7ea View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    c0d2547 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    f22e641 View commit details
    Browse the repository at this point in the history
  98. Adds Checkbox as a new web component (#27450)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * checkbox init
    
    * updats checkbox styles
    
    * checkbox: adds attributes to Checkbox
    
    * checkbox: updates checked-indicator svg and storybook templates
    
    * checkbox: updates styles
    
    * checkbox: adds exports
    
    * checkbox: organizes css
    
    * checkbox: updates styles
    
    * checkbox: adds README
    
    * checkbox: formats README
    
    * deletes dead file
    
    * checkbox: cleans up
    
    * checkbox: updates storybook content
    
    * checkbox: removes file
    
    * checkbox: yarn change
    
    * checkbox: updates README
    
    * checkbox: updates styles
    
    * checkbox: fixes styling bug
    
    * checkbox: optimze css
    
    * checkbox: updates storybook
    
    * checkbox: adds required story
    
    * checkbox: updates stories
    
    * Update change/@fluentui-web-components-eba99a5e-947a-4735-815b-86d613000d31.json
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    
    * checkbox: updates README, adds focus styles
    
    * checkbox: api-report
    
    * reverts api report
    
    * checkbox: updates styles
    
    ---------
    
    Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    915e1c3 View commit details
    Browse the repository at this point in the history
  99. change files (#28500)

    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dd7b721 View commit details
    Browse the repository at this point in the history
  100. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    59fcbd3 View commit details
    Browse the repository at this point in the history
  101. Docs: Normalize WC v3 and React v9 Storybook Styles (#28424)

    * normalize Storybook styles between web-components and react-components
    
    * clean up
    
    * restore attribute table controls
    
    * untangle styles between root, v9, and web components
    
    * add change file
    
    * update css file comments
    
    * add comment to v9 storybook manager-head.html
    levithomason authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fee8a91 View commit details
    Browse the repository at this point in the history
  102. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    aca62cd View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    ebd4017 View commit details
    Browse the repository at this point in the history
  104. Chore: trigger WC CI (#28733)

    * dummy commit to trigger ci
    
    * change file
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dd2e711 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    4f1ef00 View commit details
    Browse the repository at this point in the history
  106. chore(fluent-accordion): Add screenshot tests (#28441)

    * chore(fluent-accordion): Add screenshot tests
    
    * remove step
    
    * add basic support for scoped theming
    
    * rewrite the theme decorator to WC
    
    * change file
    
    * update the vr story to match component story
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4ce7da2 View commit details
    Browse the repository at this point in the history
  107. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e2da8cd View commit details
    Browse the repository at this point in the history
  108. Fixes low contrast in dark mode (#28766)

    * Fixes contrast on web component badge
    
    * Adds change
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6164d02 View commit details
    Browse the repository at this point in the history
  109. a11y high contrast mode and focus state bug fixes for web components (#…

    …28717)
    
    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * high contrast mode color fixes
    
    * removes file
    
    * yarn change
    
    * high contrast visual fixes
    
    * high contrast a11y fixes: optimizes high contrast styles using forcedColorsStylesheetBehavior
    
    * hc a11y: addresses feedback
    
    * hc a11y: removes dead code
    
    * hc a11y: fixes radio colors
    
    * hc a11y: fixes switch, togglebutton styles
    
    * hc a11y: combines css selectors
    
    * hc a11y: updates button styles
    
    * hc a11y: updates toggle button styles
    
    * hc a11y: fixes button styles
    
    ---------
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6d0bc2d View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    e606701 View commit details
    Browse the repository at this point in the history
  111. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3358e5d View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    5d4a91b View commit details
    Browse the repository at this point in the history
  113. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bb0c0cb View commit details
    Browse the repository at this point in the history
  114. chore(web-components): Add playwright testing for v3 web components (#…

    …28142)
    
    * setup playwright testing
    
    * fix deps and update readme
    
    * add playwright to ensure browsers and deps are installed
    
    * test npx command playwright
    
    * add pretest hook to test
    
    * add dev specific testing command so we can run ci pretest
    
    * point to the right directory chris...
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a0b4df9 View commit details
    Browse the repository at this point in the history
  115. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    baffcd7 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    4f3430c View commit details
    Browse the repository at this point in the history
  117. fix(web-components): update fast dependencies and fix un-allowed attr…

    …ibutes on fluent-divider (#28837)
    
    * fix(web-components): update fast depenencies and fix unallowed attributes on fluent-divider
    
    * lock alpha/beta package versions
    
    * lock versions of fast pckgs
    
    * reference applyMixin locally to avoid package drilling
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8bb3a74 View commit details
    Browse the repository at this point in the history
  118. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a74a758 View commit details
    Browse the repository at this point in the history
  119. Adds tests for Switch Component (#28828)

    * Adds tests for Switch component
    
    * Renames test string
    
    * adds new expect to aria-disabled test in Switch
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    35d774d View commit details
    Browse the repository at this point in the history
  120. chore: Add lint rules for playwright, enable unit tests (#28911)

    * chore: Enable unit tests
    
    * chore: Add playwright lint
    
    * change file
    
    * exclude eslint-plugin-playwright from satisfied
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    323ac90 View commit details
    Browse the repository at this point in the history
  121. Adds Playwright unit tests to ProgressBar web component (#28799)

    * Adds tests for progress bar web component
    
    * Adds other stest for progressbar
    
    * Cleans up attribute tests to shorten file
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    06edba7 View commit details
    Browse the repository at this point in the history
  122. Adds Tests for Slider Web Component v3 (#28813)

    * Adds tests for Slider component
    
    * Removes 'only' from test
    
    * Fixes slider story back to what it was
    
    * Attr -> Prop
    
    * Removes .only
    
    * fix lint errors
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c596f9d View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    b22594e View commit details
    Browse the repository at this point in the history
  124. accordion and accordion item unit tests (#28801)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * reverts dead file
    
    * accordion/accordion item unit tests: adds tests
    
    * accordion unit test updates
    
    * accordion, accordion item unit tests: updates tests
    
    * accordion tests: reverts files
    
    * accordion tests: tests keyboard interactions
    
    * accordion test: removes redundant click event
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dd2ab60 View commit details
    Browse the repository at this point in the history
  125. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1d69812 View commit details
    Browse the repository at this point in the history
  126. Adds test for Fluent Spinner (#28811)

    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    84e9a94 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    cbff696 View commit details
    Browse the repository at this point in the history
  128. removes unused import from checkbox story (#28924)

    * checkbox linting: removes dead import
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    84f5a1f View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    f531906 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    9e996ac View commit details
    Browse the repository at this point in the history
  131. chore(divider): Add screenshot tests (#28860)

    * chore(divider): Add screenshot tests
    
    * divider with icon in RTL
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    281f234 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    0a53bac View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    efabcb8 View commit details
    Browse the repository at this point in the history
  134. feat(web-components): update to use foundation export paths and add e…

    …xtensions for package exports (#28912)
    
    * update core component paths to use foundation export paths and add extensions to web component export paths
    
    * change files
    
    * update rollup to use esbuild and support package exports
    
    * update to use esm package exports
    
    * dedupe deps
    
    * fix order of alias resolutions
    
    * update paths for start end and patterns
    
    * fix extension order for web component vr tests
    
    * update module resolution for web component vr tests
    
    * resolve tsx to js as well
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    88328be View commit details
    Browse the repository at this point in the history
  135. chore(text-input): Add screenshot tests (#28929)

    * chore(text-input): Add screenshot tests
    
    * node16 module resolution
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b831415 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    dabec7f View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    9e91308 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    8b7b4b0 View commit details
    Browse the repository at this point in the history
  139. chore(label): Add screenshot tests (#28861)

    * chore(label): Add screenshot tests
    
    * add dark and RTL label stories
    
    * update parse import
    
    * node16 module resolution
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5265088 View commit details
    Browse the repository at this point in the history
  140. chore(checkbox): Add screenshot tests (#28871)

    * chore(checkbox): Add screenshot tests
    
    * node16 module resolution
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8e861b6 View commit details
    Browse the repository at this point in the history
  141. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d73d00c View commit details
    Browse the repository at this point in the history
  142. chore(menu-list): Add screenshot tests (#28864)

    * chore(menu-list): Add screenshot tests
    
    * node16 module resolution
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8c903bd View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    6b2919b View commit details
    Browse the repository at this point in the history
  144. Text component unit tests (#28834)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * reverts dead file
    
    * adds text unit tests
    
    * formats file
    
    * fix lint warnings
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d4cf082 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    b06d661 View commit details
    Browse the repository at this point in the history
  146. Adds Tests For Fluent Divider Web Component (#28812)

    * Adds Divider playwright test.
    
    * Updates test.
    
    * Removes unused import.
    
    * Updates Divider tests, fixing failed test.
    halerankin authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    482d7e8 View commit details
    Browse the repository at this point in the history
  147. Label unit tests (#28830)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * reverts dead file
    
    * label unit tests
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9cca621 View commit details
    Browse the repository at this point in the history
  148. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8fd7a06 View commit details
    Browse the repository at this point in the history
  149. menu list unit tests (#28857)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * reverts dead file
    
    * adds menulist unit tests
    
    * menu-list tests: updates test names, fixes role attribute in radio test
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    777c05e View commit details
    Browse the repository at this point in the history
  150. badge unit testing (#28832)

    * adds badge unit tests
    
    * badge tests: removes duplicate test, adds color attribute expect state for 'warning'
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    beec46c View commit details
    Browse the repository at this point in the history
  151. adds text input unit tests (#28859)

    * adds text input unit tests
    
    * fixes fixtureURL
    
    * text input: updates valid tel value test
    
    * text input tests: updates size attr tests
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b753a5c View commit details
    Browse the repository at this point in the history
  152. tabs, tab, tabpanel unit tests (#28872)

    * tabs tests: adds tabs, tab, and tab panel tests
    
    * tabs tests: consolidates no id tests to describe block
    
    * tabs unit tests: removes linting errors
    
    * fixes linting errors
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a9991e2 View commit details
    Browse the repository at this point in the history
  153. Adds Tests For Fluent Image Web Component (#28815)

    * Adds playwright tests for Image component.
    
    * Breaks tests into discrete chunks allowing for evaluation of each attribute.
    
    * Removes unused import from Checkbox story. Passes linting.
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    895d6e7 View commit details
    Browse the repository at this point in the history
  154. Adds Tests For Fluent Anchor Button Web Component (#28825)

    * Completes Anchor Button tests.
    
    * Updates tests to prevent flaky results. Fixes boolean tests. Passes linter.
    halerankin authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c7eacb2 View commit details
    Browse the repository at this point in the history
  155. avatar unit tests (#28800)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * reverts dead file
    
    * avatar unit tests: adds tests
    
    * avatar tests: updates tests
    
    * avatar unit tests: updates tests
    
    * fix lint errors
    
    * fixes linting errors
    
    ---------
    
    Co-authored-by: Miroslav Stastny <miroslav.stastny@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    75c3982 View commit details
    Browse the repository at this point in the history
  156. feat: Bump version to beta (#28976)

    * feat: Bump version to beta
    
    * change file
    
    * fix vr test deps
    miroslavstastny authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    920db2b View commit details
    Browse the repository at this point in the history
  157. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    88406da View commit details
    Browse the repository at this point in the history
  158. fix(web-components): Fixed pathing to types for package exports (#28986)

    Running typescript typechecking threw an error that it cannot find
    the type for the import defined in the package exports. This change
    updates package.json to point to the right location, dts folder,
    instead of esm folder.
    
    Co-authored-by: Chris Holt <chhol@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6f6042d View commit details
    Browse the repository at this point in the history
  159. Adds unit tests for CounterBadge (#28867)

    * Adds tests for counterBadge
    
    * Removes tests for slotted icon content
    
    * Adds tests to verify if showZero and dot are able to be set programmatically
    
    * Fixes linting errors
    
    * Changes beforeAll to beforeEach to fix flaky tests
    
    * Removes .only
    
    * Tries to unflake
    
    * Adds fixes for flaky tests
    
    * Updates tests without shadowContent query
    procload authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ddf1b90 View commit details
    Browse the repository at this point in the history
  160. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f17dbf3 View commit details
    Browse the repository at this point in the history
  161. accordion storybook content fix (#28729)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * accordion sb fixes: updates content
    
    * removes dead file
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    77c2d71 View commit details
    Browse the repository at this point in the history
  162. Menu Web Component [ PRIORITY 1 ] (#27906)

    * radio init
    
    * styles radio
    
    * reverts branch
    
    * input spec init
    
    * cleans up spec
    
    * formatting
    
    * updates component name to text input
    
    * updates component name in spec
    
    * menu: menu init
    
    * menu: updates README
    
    * menu: updates template, styles
    
    * menu: updates menu and stories
    
    * menu: removes dead code
    
    * menu: removes folder and file
    
    * yarn change
    
    * menu: removes tab index on template slot
    
    * menu changes based on feedback
    
    * menu: updates stories
    
    * menu, emits event on expanded change
    
    * menu: updatews attr/property name to align with fluent ( expand --> open )
    
    * menu: cleans up code
    
    * reverts dead file
    
    * menu: removes block styling
    
    * enhances cleanup of autoUpdate, conditionally remove mouseover event listener
    
    * Add defaultPrevented check to handleTriggerKeydown function
    
    * menu: adds open/close features
    
    * menu: fixes spelling error in readme
    
    * menu: adds part selector to positioningRegion
    
    * menu: adds z-index css variable, updates docs accordingly
    
    * menu: adds attr changed callback for closeOnScroll to manage event listeners
    
    * menu: adds exports
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4a8c229 View commit details
    Browse the repository at this point in the history
  163. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    20d2355 View commit details
    Browse the repository at this point in the history
  164. fix(web-components): update switch to use margin for checked state to…

    … support RTL (#29505)
    
    * use margin for switch checked transition to support RTL
    
    * change files
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    42021e5 View commit details
    Browse the repository at this point in the history
  165. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cb9e133 View commit details
    Browse the repository at this point in the history
  166. Adds Menu Component to sideEffects (#29581)

    * Adds menu component definition to list of sideEffects.
    
    * Generates change file.
    
    ---------
    
    Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    530fc2c View commit details
    Browse the repository at this point in the history
  167. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cfd444a View commit details
    Browse the repository at this point in the history
  168. Web Component Dialog (#28569)

    * dialog init
    
    * dialog: updates stories, styles, and docs
    
    * dialog: updates styles
    
    * dialog: removes dead code, cleans up
    
    * dialog: updates styles
    
    * updates docs
    
    * deletes dead code
    
    * dialog: addresses PR feedback
    
    * reverts dead file
    
    * dialog: updates styles per feedback
    
    * drawer: updates template, styles
    
    * dialog: removes attr changed callback
    
    * dialog: updates slot names for react parity, updates docs
    
    * yarn change
    
    * dialog: addresses feedback
    
    * dialog: updates README
    
    * dialog: fixes responsive styles
    
    * dialog: removes dead styles
    
    * dialog: updates readme docs
    
    * dialog: reworks dialog to use navtive html dialog element
    
    * dialog: fixes jsdoc
    
    * dialog: updates slot names for closer parity with fv9, updates stories and docs
    
    * dialog: updates README
    
    * dialog: updates template class names
    
    * dialog: updates backdrop to use fluent token
    
    * dialog: adds two column layout story
    
    * dialog: adds additional stories
    
    * dialog: adds exports to index and package json
    
    * dialog: fixes style token imports
    
    * dialog: cleans up open state
    
    * dialog: updates template slot names
    
    * dialog: updates property name
    
    * dialog: removes change-focus
    
    * dialog: syncs open attr
    
    * dialog: sync open attribute
    
    * dialog: updates storybook docs
    
    * dialog: updates readme docs
    brianchristopherbrady authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8712d19 View commit details
    Browse the repository at this point in the history
  169. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    df3b8e2 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    885ceb1 View commit details
    Browse the repository at this point in the history
  171. Web components V3 - updating disclaimer message on storybook intro pa…

    …ge (#29924)
    
    * updating disclaimer
    
    * updating storybook disclaimer
    
    * tweaking disclaimer
    bearcat-msft authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2fd75f1 View commit details
    Browse the repository at this point in the history
  172. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a843edb View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    e27184a View commit details
    Browse the repository at this point in the history
  174. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0c50929 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    29de826 View commit details
    Browse the repository at this point in the history
  176. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6caa69a View commit details
    Browse the repository at this point in the history
  177. chore(web-components): add perf testing benchmarks (#30972)

    Co-authored-by: Sean Monahan <seanmonahan@microsoft.com>
    Co-authored-by: Christopher Holt <=>
    2 people authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a33f28d View commit details
    Browse the repository at this point in the history
  178. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5df83b8 View commit details
    Browse the repository at this point in the history
  179. feat(web-components): revert syntax change for design tokens (#30819)

    Co-authored-by: Christopher Holt <=>
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    728f6a2 View commit details
    Browse the repository at this point in the history
  180. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ea6668 View commit details
    Browse the repository at this point in the history
  181. fix(web-components): remove final dependencies on fast-foundation (#3…

    …1009)
    
    Co-authored-by: Christopher Holt <=>
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1b9913b View commit details
    Browse the repository at this point in the history
  182. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    25e189f View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    16d7a8f View commit details
    Browse the repository at this point in the history
  184. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    29604b4 View commit details
    Browse the repository at this point in the history
  185. fix(web-components): ensure buttons with long text maintain center al…

    …ignment (#31179)
    
    Co-authored-by: Christopher Holt <=>
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c085569 View commit details
    Browse the repository at this point in the history
  186. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1eebe16 View commit details
    Browse the repository at this point in the history
  187. feat(web-components): create css partials for typography styles (#31164)

    Co-authored-by: Christopher Holt <=>
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e250095 View commit details
    Browse the repository at this point in the history
  188. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bf621b4 View commit details
    Browse the repository at this point in the history
  189. fix(web-components): refactor exports to remove most barrel exports f…

    …or components (#31069)
    
    Co-authored-by: Christopher Holt <=>
    chrisdholt authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    13794aa View commit details
    Browse the repository at this point in the history
  190. applying package updates

    Fluent UI Build authored and radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7ef020b View commit details
    Browse the repository at this point in the history
  191. fix rebase conflict

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e289db3 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    79e0e07 View commit details
    Browse the repository at this point in the history
  193. update rollup-plugin-esbuild

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    35cbf81 View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    57d6eab View commit details
    Browse the repository at this point in the history
  195. fix package mismatch

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fa875de View commit details
    Browse the repository at this point in the history
  196. resolve lockfile

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    650bd2a View commit details
    Browse the repository at this point in the history
  197. sync change directory

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4b16c70 View commit details
    Browse the repository at this point in the history
  198. resolve workspace lint

    radium-v committed May 10, 2024
    Configuration menu
    Copy the full SHA
    79ccd5e View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    a2c8be9 View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    cb6fdf3 View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    becdc34 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4a6f16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6cb564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0db9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c975fec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53e259b View commit details
    Browse the repository at this point in the history