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

refactor(ui-icons): s2 assets sourced from repo #2642

Closed
wants to merge 42 commits into from

Commits on Apr 26, 2024

  1. feat(tokens): use 13.0.0-beta.5

    Includes new color values for Spectrum 2
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e465991 View commit details
    Browse the repository at this point in the history
  2. feat(tokens): use 13.0.0-beta.8

    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4ef4710 View commit details
    Browse the repository at this point in the history
  3. feat(tokens): use 13.0.0-beta.9

    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ed94f9d View commit details
    Browse the repository at this point in the history
  4. feat(actiongroup)!: migrate to S2 (#2453)

    BREAKING CHANGE: migrates `Action Group` to Spectrum 2, Removes some mod properties
    mdt2 authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    043d33c View commit details
    Browse the repository at this point in the history
  5. feat(buttongroup)!: migrate to S2 (#2457)

    BREAKING CHANGE: migrates Button Group to Spectrum 2
    
    Also:
    * docs(buttongroup): expand chromatic coverage
    * refactor(buttongroup): remove extra css classes
    jenndiaz authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e13442b View commit details
    Browse the repository at this point in the history
  6. feat(tokens)!: use 13.0.0-beta.13

    BREAKING CHANGE: uses Spectrum 2 tokens
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    73c835e View commit details
    Browse the repository at this point in the history
  7. chore(release): release

     - @spectrum-css/preview@7.4.2-next.0
     - @spectrum-css/actiongroup@5.0.0-next.0
     - @spectrum-css/buttongroup@7.0.0-next.0
     - @spectrum-css/tokens@14.0.0-next.0
     - @spectrum-css/bundle-builder@6.3.1-next.0
     - @spectrum-css/component-builder-simple@5.0.1-next.0
     - @spectrum-css/component-builder@6.0.1-next.0
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e3fe897 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f338e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cb7c9c View commit details
    Browse the repository at this point in the history
  10. feat(closebutton)!: migrate to S2 (#2564)

    BREAKING CHANGE: migrates Close Button to Spectrum 2
    
    Additionally:
    * test: increase chromatic coverage
    * fix(closebutton): pass staticColor as arg for SB display
    * chore(closebutton): remove themes dir
    * docs(closebutton): adds s2 migration notes
    * chore(closebutton): specify s2 tokens release for dependency
    
    ---------
    
    Co-authored-by: Patrick Fulton <pfulton@adobe.com>
    2 people authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fb1ae3a View commit details
    Browse the repository at this point in the history
  11. chore: s2 grays component-level migration (#2583)

    * chore: migrate gray-50 to gray-25
    
    Migrates any instance of `--spectrum-gray-50` to use
    `--spectrum-gray-25` as per the S2 migration guide
    
    * chore: migrate gray-75 to gray-50
    
    Migrates usages of `--spectrum-gray-75` to use
    `--spectrum-gray-50` as per the s2 migration guide.
    
    * chore: migrate gray-100 to gray-75
    
    Migrates usages of `--spectrum-gray-100` to use
    `--spectrum-gray-75` as per the s2 migration guide
    
    * chore: migrate gray-200 to gray-100
    
    Migrates usages of `--spectrum-gray-200` to use
    `--spectrum-gray-100` as per the s2 migration guide
    
    * chore: migrate gray-300 to gray-200
    
    Migrates usages of `--spectrum-gray-300` to use
    `spectrum-gray-200` as per the s2 migration guide
    
    * chore(infieldbutton): gray-300 to gray-200
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ed610c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c76f53 View commit details
    Browse the repository at this point in the history
  13. fix(commons): remove renamed mods marked for deprecation (#2580)

    * fix(commons): remove renamed mods marked for deprecation
    
    Remove mods that were renamed and previously marked for deprecation,
    and regenerate mods lists. This will help in reviewing the accuracy of
    other components' mods lists as they are being migrated to s2.
    
    * docs: migration guide notes for mod property deprecations
    
    Add notes to components affected by mod property changes in the commons
    basebutton.
    
    * docs(closebutton): updated docs for migration guide and icon size
    
    - Removes the "Icon size" variant options, as noted in the closebutton
      PR. Per Figma changelog "removed icon size as a property".
    - Updates migration guide with a more organized history.
    
    * fix(commons): remove another mod referencing global token
    
    Deprecates an additional mod name that was referencing a global token,
    and updates migration notes for all affected components.
    jawinn authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3cbd193 View commit details
    Browse the repository at this point in the history
  14. feat(fieldlabel)!: s2 migration (#2569)

    BREAKING CHANGE: uses Spectrum 2 tokens
    
    Also:
    * feat(fieldlabel): medium as default and 100 sizing tokens
    
    - Use the correct "100" sized tokens for medium.
    - Make medium styles the default, to conform with existing pattern.
      .spectrum-FieldLabel--sizeM class removed as it is no longer
      necessary.
    
    * feat(fieldlabel): use correct font size tokens
    
    The font-size tokens used for large and extra large needed to be shifted
    up to match the s2 spec.
    
    * refactor(fieldlabel): remove deprecated mods
    
    Remove renamed mods marked as deprecated for S2 release.
    
    * docs(fieldlabel): spectrum 2 noted in migration notes
    
    Updates some docs and adds migration notes. Clarifies some docs around
    "left" and "right", and fixes duplicate ID warnings from examples code.
    
    * docs(fieldlabel): form - docs update and regenerate mods
    
    Add migration guide section to "Form", that currently lives within the
    Field label component. Regenerates mods to include the removal of
    deprecated renamed mods.
    
    * fix(fieldlabel): rename mod property referencing global token
    
    A mod custom property was referencing a global token instead of the
    component itself. Renames this and adds a note to the migration guide.
    
    * feat(fieldlabel): use correct sizing tokens
    
    Use correct tokens for some large and extra large custom properties,
    to matching with design.
    
    * style(fieldlabel): applying linter formatting adjustments
    
    Run linter fix on the fieldlabel component, which rearranges a few
    declarations.
    
    * docs(fieldlabel): document asterisk icon size
    
    Add documentation about asterisk UI icon sizes specified on the design.
    These sizes are already handled in the Storybook template, but were not
    really explained to the user.
    
    * feat(fieldlabel): black and white static color variants
    
    Add classes for static colors, as defined on the designs. And adds
    examples of these variants to the documentation.
    
    * build(fieldlabel): specify s2 tokens release for dependency
    
    Use Spectrum 2 version of tokens package in dependencies list.
    jawinn authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    03e7a3f View commit details
    Browse the repository at this point in the history
  15. chore(tokens): use spectrum-tokens v13.0.0-beta.19

    Takes in the latest beta release for S2 tokens
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dc6644a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a417d5d View commit details
    Browse the repository at this point in the history
  17. chore(release): release

     - @spectrum-css/preview@8.0.5-next.0
     - @spectrum-css/accordion@4.2.7-next.0
     - @spectrum-css/actionbar@7.2.5-next.0
     - @spectrum-css/actionbutton@5.2.7-next.0
     - @spectrum-css/actiongroup@5.0.0-next.1
     - @spectrum-css/actionmenu@5.1.4-next.0
     - @spectrum-css/alertbanner@1.1.42-next.0
     - @spectrum-css/alertdialog@1.2.5-next.0
     - @spectrum-css/asset@4.0.1-next.0
     - @spectrum-css/assetcard@3.1.5-next.0
     - @spectrum-css/assetlist@5.2.5-next.0
     - @spectrum-css/avatar@6.1.6-next.0
     - @spectrum-css/badge@3.2.6-next.0
     - @spectrum-css/breadcrumb@8.2.6-next.0
     - @spectrum-css/button@12.0.3-next.0
     - @spectrum-css/buttongroup@7.0.0-next.1
     - @spectrum-css/calendar@4.2.6-next.0
     - @spectrum-css/card@7.0.3-next.0
     - @spectrum-css/checkbox@8.1.6-next.0
     - @spectrum-css/clearbutton@5.1.5-next.0
     - @spectrum-css/closebutton@5.0.0-next.0
     - @spectrum-css/coachindicator@1.1.6-next.0
     - @spectrum-css/coachmark@6.1.6-next.0
     - @spectrum-css/colorarea@4.1.6-next.0
     - @spectrum-css/colorhandle@7.1.5-next.0
     - @spectrum-css/colorloupe@4.2.5-next.0
     - @spectrum-css/colorslider@5.1.6-next.0
     - @spectrum-css/colorwheel@3.1.6-next.0
     - @spectrum-css/combobox@2.1.7-next.0
     - @spectrum-css/commons@9.1.3
     - @spectrum-css/contextualhelp@2.1.6-next.0
     - @spectrum-css/datepicker@2.1.5-next.0
     - @spectrum-css/dial@2.2.5-next.0
     - @spectrum-css/dialog@9.2.5-next.0
     - @spectrum-css/divider@2.2.6-next.0
     - @spectrum-css/dropindicator@4.1.5-next.0
     - @spectrum-css/dropzone@5.2.6-next.0
     - @spectrum-css/fieldgroup@4.2.5-next.0
     - @spectrum-css/fieldlabel@8.0.0-next.0
     - @spectrum-css/floatingactionbutton@1.2.6-next.0
     - @spectrum-css/helptext@4.1.6-next.0
     - @spectrum-css/icon@6.0.6-next.0
     - @spectrum-css/illustratedmessage@6.1.6-next.0
     - @spectrum-css/infieldbutton@4.2.5-next.0
     - @spectrum-css/inlinealert@7.1.7-next.0
     - @spectrum-css/link@4.2.6-next.0
     - @spectrum-css/logicbutton@3.3.5-next.0
     - @spectrum-css/menu@6.1.6-next.0
     - @spectrum-css/miller@5.1.5-next.0
     - @spectrum-css/modal@4.2.7-next.0
     - @spectrum-css/opacitycheckerboard@1.1.6-next.0
     - @spectrum-css/page@7.1.5-next.0
     - @spectrum-css/pagination@7.1.7-next.0
     - @spectrum-css/picker@7.2.8-next.0
     - @spectrum-css/pickerbutton@4.1.6-next.0
     - @spectrum-css/popover@6.2.6-next.0
     - @spectrum-css/progressbar@3.1.6-next.0
     - @spectrum-css/progresscircle@2.2.4-next.0
     - @spectrum-css/radio@8.1.6-next.0
     - @spectrum-css/rating@4.2.5-next.0
     - @spectrum-css/search@6.2.5-next.0
     - @spectrum-css/sidenav@4.2.5-next.0
     - @spectrum-css/site@4.2.5-next.0
     - @spectrum-css/slider@4.3.6-next.0
     - @spectrum-css/splitview@4.2.5-next.0
     - @spectrum-css/statuslight@6.1.7-next.0
     - @spectrum-css/steplist@4.1.5-next.0
     - @spectrum-css/stepper@5.1.6-next.0
     - @spectrum-css/swatch@5.1.6-next.0
     - @spectrum-css/swatchgroup@2.1.6-next.0
     - @spectrum-css/switch@4.2.6-next.0
     - @spectrum-css/table@5.2.6-next.0
     - @spectrum-css/tabs@4.1.5-next.0
     - @spectrum-css/tag@8.1.6-next.0
     - @spectrum-css/taggroup@4.1.6-next.0
     - @spectrum-css/textfield@6.1.7-next.0
     - @spectrum-css/thumbnail@5.2.5-next.0
     - @spectrum-css/toast@9.1.26-next.0
     - @spectrum-css/tooltip@5.3.6-next.0
     - @spectrum-css/tray@2.2.8-next.0
     - @spectrum-css/treeview@9.2.7-next.0
     - @spectrum-css/typography@5.1.6-next.0
     - @spectrum-css/underlay@3.2.5-next.0
     - @spectrum-css/well@4.1.5-next.0
     - @spectrum-css/tokens@14.0.0-next.2
     - @spectrum-css/bundle-builder@7.0.3-next.0
     - @spectrum-css/component-builder-simple@5.0.6-next.0
     - @spectrum-css/component-builder@7.0.3-next.0
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5610a68 View commit details
    Browse the repository at this point in the history
  18. feat(downstate): docs + implementation for example components (#2520)

    * feat(downstate): docs + implementation for example components
    
    * docs: update mdx
    
    * docs: reorg, stories live within foundations
    
    * docs: decorator for down state dimension tokens
    
    * docs: fix mdx hierarchy console error
    
    * fix: small iconOnly button gets min perspective
    
    * docs: use markdown, update language
    
    * fix: disabled, readonly checkbox doesnt have down state
    
    * chore(button,checkbox): update package versions
    mdt2 authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    07d3f73 View commit details
    Browse the repository at this point in the history
  19. fix(button): resolve merge issue

    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d38df73 View commit details
    Browse the repository at this point in the history
  20. feat(tokens): use spectrum-tokens 13.0.0-beta.21 (#2597)

    * feat(tokens): use spectrum tokens beta 21
    * chore(tokens): add custom token for corner rounding
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    75c8ec8 View commit details
    Browse the repository at this point in the history
  21. chore(release): release

     - @spectrum-css/preview@8.1.0-next.0
     - @spectrum-css/accordion@4.2.7-next.1
     - @spectrum-css/actionbar@7.2.5-next.1
     - @spectrum-css/actionbutton@5.2.7-next.1
     - @spectrum-css/actiongroup@5.0.0-next.2
     - @spectrum-css/actionmenu@5.1.4-next.1
     - @spectrum-css/alertbanner@1.1.42-next.1
     - @spectrum-css/alertdialog@1.2.5-next.1
     - @spectrum-css/asset@4.0.1-next.1
     - @spectrum-css/assetcard@3.1.5-next.1
     - @spectrum-css/assetlist@5.2.5-next.1
     - @spectrum-css/avatar@6.1.6-next.1
     - @spectrum-css/badge@3.2.6-next.1
     - @spectrum-css/breadcrumb@8.2.6-next.1
     - @spectrum-css/button@14.0.0-next.3
     - @spectrum-css/buttongroup@7.0.0-next.2
     - @spectrum-css/calendar@4.2.6-next.1
     - @spectrum-css/card@7.0.3-next.1
     - @spectrum-css/checkbox@14.0.0-next.3
     - @spectrum-css/clearbutton@5.1.5-next.1
     - @spectrum-css/closebutton@5.0.0-next.1
     - @spectrum-css/coachindicator@1.1.6-next.1
     - @spectrum-css/coachmark@6.1.6-next.1
     - @spectrum-css/colorarea@4.1.6-next.1
     - @spectrum-css/colorhandle@7.1.5-next.1
     - @spectrum-css/colorloupe@4.2.5-next.1
     - @spectrum-css/colorslider@5.1.6-next.1
     - @spectrum-css/colorwheel@3.1.6-next.1
     - @spectrum-css/combobox@2.1.7-next.1
     - @spectrum-css/commons@9.1.4-next.0
     - @spectrum-css/contextualhelp@2.1.6-next.1
     - @spectrum-css/datepicker@2.1.5-next.1
     - @spectrum-css/dial@2.2.5-next.1
     - @spectrum-css/dialog@9.2.5-next.1
     - @spectrum-css/divider@2.2.6-next.1
     - @spectrum-css/dropindicator@4.1.5-next.1
     - @spectrum-css/dropzone@5.2.6-next.1
     - @spectrum-css/fieldgroup@4.2.5-next.1
     - @spectrum-css/fieldlabel@8.0.0-next.1
     - @spectrum-css/floatingactionbutton@1.2.6-next.1
     - @spectrum-css/helptext@4.1.6-next.1
     - @spectrum-css/icon@6.0.6-next.1
     - @spectrum-css/illustratedmessage@6.1.6-next.1
     - @spectrum-css/infieldbutton@4.2.5-next.1
     - @spectrum-css/inlinealert@7.1.7-next.1
     - @spectrum-css/link@4.2.6-next.1
     - @spectrum-css/logicbutton@3.3.5-next.1
     - @spectrum-css/menu@6.1.6-next.1
     - @spectrum-css/miller@5.1.5-next.1
     - @spectrum-css/modal@4.2.7-next.1
     - @spectrum-css/opacitycheckerboard@1.1.6-next.1
     - @spectrum-css/page@7.1.5-next.1
     - @spectrum-css/pagination@7.1.7-next.1
     - @spectrum-css/picker@7.2.8-next.1
     - @spectrum-css/pickerbutton@4.1.6-next.1
     - @spectrum-css/popover@6.2.6-next.1
     - @spectrum-css/progressbar@3.1.6-next.1
     - @spectrum-css/progresscircle@2.2.4-next.1
     - @spectrum-css/radio@8.1.6-next.1
     - @spectrum-css/rating@4.2.5-next.1
     - @spectrum-css/search@6.2.5-next.1
     - @spectrum-css/sidenav@4.2.5-next.1
     - @spectrum-css/site@4.2.5-next.1
     - @spectrum-css/slider@4.3.6-next.1
     - @spectrum-css/splitview@4.2.5-next.1
     - @spectrum-css/statuslight@6.1.7-next.1
     - @spectrum-css/steplist@4.1.5-next.1
     - @spectrum-css/stepper@5.1.6-next.1
     - @spectrum-css/swatch@5.1.6-next.1
     - @spectrum-css/swatchgroup@2.1.6-next.1
     - @spectrum-css/switch@4.2.6-next.1
     - @spectrum-css/table@5.2.6-next.1
     - @spectrum-css/tabs@4.1.5-next.1
     - @spectrum-css/tag@8.1.6-next.1
     - @spectrum-css/taggroup@4.1.6-next.1
     - @spectrum-css/textfield@6.1.7-next.1
     - @spectrum-css/thumbnail@5.2.5-next.1
     - @spectrum-css/toast@9.1.26-next.1
     - @spectrum-css/tooltip@5.3.6-next.1
     - @spectrum-css/tray@2.2.8-next.1
     - @spectrum-css/treeview@9.2.7-next.1
     - @spectrum-css/typography@5.1.6-next.1
     - @spectrum-css/underlay@3.2.5-next.1
     - @spectrum-css/well@4.1.5-next.1
     - @spectrum-css/tokens@14.0.0-next.3
     - @spectrum-css/bundle-builder@7.0.3-next.1
     - @spectrum-css/component-builder-simple@5.0.6-next.1
     - @spectrum-css/component-builder@7.0.3-next.1
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c44051e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9327c42 View commit details
    Browse the repository at this point in the history
  23. feat(cornerrounding): add custom token and foundations documentation (#…

    …2559)
    
    * feat(cornerrounding): documentation, custom tokens
    
    - feat(cornerrounding): add custom token
    - chore(cornerrounding): adds dist
    - docs(cornerrounding): add file strucutre for foundations
    - feat(cornerrounding): override token value
      - Sets custom var to override token spectrum-corner-radius-full
    - chore(cornerrounding): add override to dist
      - Adds custom var to override token value to dist
    - chore(cornerrounding): adjust file structure
      - Also renames file
    - feat(cornerrounding): add Foundations story for corner-rounding
    - feat(cornerrounding): add action buttons and checkboxes
      - Adds action buttons and checkboxes stories to demonstrate corner rounding
    - docs(cornerrounding): update corner-rounding docs
      - better utilize storybook features
      - clean up checkbox and action button stories
      - hide stories in corner-rounding directory
      - improve table styling and css token use
      - improve corner rounding documentation
      - add tables for component size tokens
    - fix(cornerrounding): remove mdx for tables
    - fix(cornerrounding): use sentence case
    - feat(cornerrounding): use custom token on close button
    - docs: add alias note
    - docs: remove reference to non-alias tokens
    - feat(actionbutton): partial migration for corner rounding only
    - feat(checkbox): partial migration for corner rounding only
    - chore(closebutton): update custom var post-refactor
    - fix: token rebase issue
    - chore(actionbutton,checkbox): update package version
    - chore: use corner-radius alias token
    - chore: update tokens version
    - chore: revert unneeded component version change
    - docs: design requested updates, show token with example
    - docs: move tables to stories, inline spacing for tables
    
    * fix: includes error
    
    ---------
    
    Co-authored-by: Melissa Thompson <mthompson@heysparkbox.com>
    2 people authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e75d1f9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    baace32 View commit details
    Browse the repository at this point in the history
  25. docs: update migration guide headings (#2638)

    Remove dates from in front of version numbers on migration guides, as
    we're adjusting to this format going forward. Includes removal of the
    placeholder "x/x/2024" dates that were added. The button component
    was excluded from this update as they're already removed in the button
    s2 migration PR.
    jawinn authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c18ca80 View commit details
    Browse the repository at this point in the history
  26. feat(opacitycheckerboard): S2, small t-shirt size squares (#2610)

    * feat(opacitycheckerboard): small t-shirt size squares
    * docs(opacitycheckerboard): chromatic coverage for t-shirt size
    mdt2 authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0fe54f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9530e01 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1398dd0 View commit details
    Browse the repository at this point in the history
  29. feat: add example gradients for static black and white (#2637)

    * feat: add example gradients for static black and white
    
    Add new gradient backgrounds, displayed for static black and static
    white variants. These are used for examples only. This adds CSS custom
    properties available globally within Storybook and sets them on the
    existing decorator.
    
    * docs(fieldlabel): support static colors decorator in storybook
    
    Change Field label stories that show static black and static white,
    so they work with the recently added decorator that changes the main
    Storybook background.
    
    * docs(button): adjust static colors template
    
    Adjust static colors template to better handle the static color
    decorator and gradients.
    
    * chore(fieldlabel): apply eslint indentation changes to stories
    jawinn authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    975e0bc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7ad5df6 View commit details
    Browse the repository at this point in the history
  31. chore(release): release

     - @spectrum-css/preview@8.1.0-next.1
     - @spectrum-css/accordion@4.2.7-next.2
     - @spectrum-css/actionbar@7.2.5-next.2
     - @spectrum-css/actionbutton@5.2.7-next.2
     - @spectrum-css/actiongroup@5.0.0-next.3
     - @spectrum-css/actionmenu@5.1.4-next.2
     - @spectrum-css/alertbanner@1.1.42-next.2
     - @spectrum-css/alertdialog@1.2.5-next.2
     - @spectrum-css/asset@4.0.1-next.2
     - @spectrum-css/assetcard@3.1.5-next.2
     - @spectrum-css/assetlist@5.2.5-next.2
     - @spectrum-css/avatar@6.1.6-next.2
     - @spectrum-css/badge@3.2.6-next.2
     - @spectrum-css/breadcrumb@8.2.6-next.2
     - @spectrum-css/button@14.0.0-next.4
     - @spectrum-css/buttongroup@7.0.0-next.3
     - @spectrum-css/calendar@4.2.6-next.2
     - @spectrum-css/card@7.0.3-next.2
     - @spectrum-css/checkbox@14.0.0-next.4
     - @spectrum-css/clearbutton@5.1.5-next.2
     - @spectrum-css/closebutton@5.0.0-next.2
     - @spectrum-css/coachindicator@1.1.6-next.2
     - @spectrum-css/coachmark@6.1.6-next.2
     - @spectrum-css/colorarea@4.1.6-next.2
     - @spectrum-css/colorhandle@7.1.5-next.2
     - @spectrum-css/colorloupe@4.2.5-next.2
     - @spectrum-css/colorslider@5.1.6-next.2
     - @spectrum-css/colorwheel@3.1.6-next.2
     - @spectrum-css/combobox@2.1.7-next.2
     - @spectrum-css/commons@9.1.4-next.1
     - @spectrum-css/contextualhelp@2.1.6-next.2
     - @spectrum-css/datepicker@2.1.5-next.2
     - @spectrum-css/dial@2.2.5-next.2
     - @spectrum-css/dialog@9.2.5-next.2
     - @spectrum-css/divider@2.2.6-next.2
     - @spectrum-css/dropindicator@4.1.5-next.2
     - @spectrum-css/dropzone@5.2.6-next.2
     - @spectrum-css/fieldgroup@4.2.5-next.2
     - @spectrum-css/fieldlabel@8.0.0-next.2
     - @spectrum-css/floatingactionbutton@1.2.6-next.2
     - @spectrum-css/helptext@4.1.6-next.2
     - @spectrum-css/icon@6.0.6-next.2
     - @spectrum-css/illustratedmessage@6.1.6-next.2
     - @spectrum-css/infieldbutton@4.2.5-next.2
     - @spectrum-css/inlinealert@7.1.7-next.2
     - @spectrum-css/link@4.2.6-next.2
     - @spectrum-css/logicbutton@3.3.5-next.2
     - @spectrum-css/menu@6.1.6-next.2
     - @spectrum-css/miller@5.1.5-next.2
     - @spectrum-css/modal@4.2.7-next.2
     - @spectrum-css/opacitycheckerboard@1.1.6-next.2
     - @spectrum-css/page@7.1.5-next.2
     - @spectrum-css/pagination@7.1.7-next.2
     - @spectrum-css/picker@7.2.8-next.2
     - @spectrum-css/pickerbutton@4.1.6-next.2
     - @spectrum-css/popover@6.2.6-next.2
     - @spectrum-css/progressbar@3.1.6-next.2
     - @spectrum-css/progresscircle@2.2.4-next.2
     - @spectrum-css/radio@8.1.6-next.2
     - @spectrum-css/rating@4.2.5-next.2
     - @spectrum-css/search@6.2.5-next.2
     - @spectrum-css/sidenav@4.2.5-next.2
     - @spectrum-css/site@4.2.5-next.2
     - @spectrum-css/slider@4.3.6-next.2
     - @spectrum-css/splitview@4.2.5-next.2
     - @spectrum-css/statuslight@6.1.7-next.2
     - @spectrum-css/steplist@4.1.5-next.2
     - @spectrum-css/stepper@5.1.6-next.2
     - @spectrum-css/swatch@5.1.6-next.2
     - @spectrum-css/swatchgroup@2.1.6-next.2
     - @spectrum-css/switch@4.2.6-next.2
     - @spectrum-css/table@5.2.6-next.2
     - @spectrum-css/tabs@4.1.5-next.2
     - @spectrum-css/tag@8.1.6-next.2
     - @spectrum-css/taggroup@4.1.6-next.2
     - @spectrum-css/textfield@6.1.7-next.2
     - @spectrum-css/thumbnail@5.2.5-next.2
     - @spectrum-css/toast@9.1.26-next.2
     - @spectrum-css/tooltip@5.3.6-next.2
     - @spectrum-css/tray@2.2.8-next.2
     - @spectrum-css/treeview@9.2.7-next.2
     - @spectrum-css/typography@5.1.6-next.2
     - @spectrum-css/underlay@3.2.5-next.2
     - @spectrum-css/well@4.1.5-next.2
     - @spectrum-css/generator@2.1.1-next.0
     - @spectrum-css/tokens@14.0.0-next.6
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    48f6b2f View commit details
    Browse the repository at this point in the history
  32. feat(switch): s2 migration (#2651)

    * feat(switch): s2 migration
    
    * chore: remove themes
    
    * fix: animation
    
    * fix: whcm light mode unchecked handle shows
    
    * docs(storybook): align chromatic setup with new standard
    
    * fix: checked corners for non-retina display
    
    * fix: whcm handle selected color
    
    * fix: namespace mods, use semantic tokens instead of global
    
    * fix: handle state colors
    mdt2 authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    16dc834 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8db2fae View commit details
    Browse the repository at this point in the history
  34. chore(tokens): use @adobe/spectrum-tokens@13.0.0-beta.30 (#2678)

    * chore(tokens): use spectrum-tokens@13.0.0-beta.30
    * chore: add changeset
    pfulton authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7aff2e6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d64d450 View commit details
    Browse the repository at this point in the history
  36. chore: release (next) (#2680)

    * chore: release (next)
    
    * docs: reset changes to changelog
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Fulton <pfulton@adobe.com>
    3 people authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    44e2291 View commit details
    Browse the repository at this point in the history
  37. chore: run branch through format; update pathing and fix errors (#2700)

    * feat(fieldlabel)!: s2 migration (#2569)
    
    BREAKING CHANGE: uses Spectrum 2 tokens
    
    Also:
    * feat(fieldlabel): medium as default and 100 sizing tokens
    
    - Use the correct "100" sized tokens for medium.
    - Make medium styles the default, to conform with existing pattern.
      .spectrum-FieldLabel--sizeM class removed as it is no longer
      necessary.
    
    * feat(fieldlabel): use correct font size tokens
    
    The font-size tokens used for large and extra large needed to be shifted
    up to match the s2 spec.
    
    * refactor(fieldlabel): remove deprecated mods
    
    Remove renamed mods marked as deprecated for S2 release.
    
    * docs(fieldlabel): spectrum 2 noted in migration notes
    
    Updates some docs and adds migration notes. Clarifies some docs around
    "left" and "right", and fixes duplicate ID warnings from examples code.
    
    * docs(fieldlabel): form - docs update and regenerate mods
    
    Add migration guide section to "Form", that currently lives within the
    Field label component. Regenerates mods to include the removal of
    deprecated renamed mods.
    
    * fix(fieldlabel): rename mod property referencing global token
    
    A mod custom property was referencing a global token instead of the
    component itself. Renames this and adds a note to the migration guide.
    
    * feat(fieldlabel): use correct sizing tokens
    
    Use correct tokens for some large and extra large custom properties,
    to matching with design.
    
    * style(fieldlabel): applying linter formatting adjustments
    
    Run linter fix on the fieldlabel component, which rearranges a few
    declarations.
    
    * docs(fieldlabel): document asterisk icon size
    
    Add documentation about asterisk UI icon sizes specified on the design.
    These sizes are already handled in the Storybook template, but were not
    really explained to the user.
    
    * feat(fieldlabel): black and white static color variants
    
    Add classes for static colors, as defined on the designs. And adds
    examples of these variants to the documentation.
    
    * build(fieldlabel): specify s2 tokens release for dependency
    
    Use Spectrum 2 version of tokens package in dependencies list.
    
    * chore: rebase against main and update components to use prerelease tokens
    
    * chore: run branch through format; update pathing and fix errors
    
    * chore: add changeset for css update
    
    ---------
    
    Co-authored-by: Josh Winn <965114+jawinn@users.noreply.github.com>
    Co-authored-by: Patrick Fulton <pfulton@adobe.com>
    3 people committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5f53aa9 View commit details
    Browse the repository at this point in the history
  38. chore: release (next) (#2706)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2b6c140 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ae7aedd View commit details
    Browse the repository at this point in the history
  40. feat(downstate): docs + implementation for example components (#2520)

    * feat(downstate): docs + implementation for example components
    
    * docs: update mdx
    
    * docs: reorg, stories live within foundations
    
    * docs: decorator for down state dimension tokens
    
    * docs: fix mdx hierarchy console error
    
    * fix: small iconOnly button gets min perspective
    
    * docs: use markdown, update language
    
    * fix: disabled, readonly checkbox doesnt have down state
    
    * chore(button,checkbox): update package versions
    mdt2 authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6a98ebd View commit details
    Browse the repository at this point in the history
  41. feat: add example gradients for static black and white (#2637)

    * feat: add example gradients for static black and white
    
    Add new gradient backgrounds, displayed for static black and static
    white variants. These are used for examples only. This adds CSS custom
    properties available globally within Storybook and sets them on the
    existing decorator.
    
    * docs(fieldlabel): support static colors decorator in storybook
    
    Change Field label stories that show static black and static white,
    so they work with the recently added decorator that changes the main
    Storybook background.
    
    * docs(button): adjust static colors template
    
    Adjust static colors template to better handle the static color
    decorator and gradients.
    
    * chore(fieldlabel): apply eslint indentation changes to stories
    jawinn authored and castastrophe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d7671a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    50f09e4 View commit details
    Browse the repository at this point in the history