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

Comparison of main from start of React 18 upgrade project to latest #622

Closed
wants to merge 70 commits into from

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. 2 Configuration menu
    Copy the full SHA
    2a66631 View commit details
    Browse the repository at this point in the history
  2. feat: add Dialog component

    wp-aberg committed Dec 13, 2023
    2 Configuration menu
    Copy the full SHA
    15d6206 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

    site-eng-github-actions committed Dec 13, 2023
    2 Configuration menu
    Copy the full SHA
    c656028 View commit details
    Browse the repository at this point in the history
  4. Apply automatic changes

    wp-aberg authored and github-actions[bot] committed Dec 13, 2023
    2 Configuration menu
    Copy the full SHA
    5991835 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. chore: add jason

    artmsilva committed Dec 14, 2023
    2 Configuration menu
    Copy the full SHA
    206b7cc View commit details
    Browse the repository at this point in the history
  2. chore: add julie and erik

    artmsilva committed Dec 14, 2023
    2 Configuration menu
    Copy the full SHA
    0edd183 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. 2 Configuration menu
    Copy the full SHA
    3f907e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. feat: turn snow on

    artmsilva committed Dec 25, 2023
    2 Configuration menu
    Copy the full SHA
    5c88780 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix: remove snow

    artmsilva committed Jan 4, 2024
    1 Configuration menu
    Copy the full SHA
    f0f45f7 View commit details
    Browse the repository at this point in the history
  2. fix: remove snow

    artmsilva committed Jan 4, 2024
    2 Configuration menu
    Copy the full SHA
    cdfae9e View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    16b4b71 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. 2 Configuration menu
    Copy the full SHA
    5768e9c View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

    site-eng-github-actions committed Jan 10, 2024
    2 Configuration menu
    Copy the full SHA
    d4e4d7f View commit details
    Browse the repository at this point in the history
  3. Apply automatic changes

    artmsilva authored and github-actions[bot] committed Jan 10, 2024
    2 Configuration menu
    Copy the full SHA
    812d13a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 2 Configuration menu
    Copy the full SHA
    12cf193 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 2 Configuration menu
    Copy the full SHA
    1cfe566 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

    site-eng-github-actions committed Jan 24, 2024
    2 Configuration menu
    Copy the full SHA
    6a72587 View commit details
    Browse the repository at this point in the history
  3. Apply automatic changes

    artmsilva authored and github-actions[bot] committed Jan 24, 2024
    2 Configuration menu
    Copy the full SHA
    89639e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. chore(release): publish

    site-eng-github-actions committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dddd34e View commit details
    Browse the repository at this point in the history
  2. Apply automatic changes

    wp-aberg authored and github-actions[bot] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    32c5026 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix: reverted subtle and faint tokens (#566)

    Reverted subtle and faint tokens to their original values. Added a description to flag them as legacy and subject to depreciated
    BrianAA committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b45b54a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 15, 2024

  1. chore(release): publish

    site-eng-github-actions committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    870d508 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix: Fixed onSurface to have the correct camel casing (#571)

    * WIP
    
    * new color doc, fixed onSurface token to camel case
    
    * fix linting errors
    
    * revert concurrency for dev command
    
    * Fixed search input
    
    Lint calls out that I need to pass unnecessary dependencies to the useeffect breaking the input search from working. So removing them again.
    
    * fix title and reorganize
    
    * Fix to Update ThemeTokens.jsx
    
    Had a mispelling on the surface-highest
    
    * Update color.mdx
    
    Spacing adjustment
    
    * Fixed border token
    
    Shame on Brian for not using a token for the border color lol
    
    * Update ColorSamples.jsx to use tokens and theme
    
    * Update ThemeTokens.jsx
    
    * Improving Rendering performance per Art recs.
    
    * Update ColorSamples.jsx
    
    * Resolve conflicting Theme
    
    * Update color.mdx
    
    * Update color.mdx - adjusted spacing
    
    * format and update from main
    BrianAA committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9daca60 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fix: Change forCards modifier to forSurfaces (#576)

    * fix: Change forCards modifier to forSurfaces
    
    After much reflection and thought about the modifier forCards. I wanted to align more clearly to the tokens surface. To make it as clear as possible that its intention is to be used with surfaces
    
    * Update ThemeTokens.jsx
    
    Replace forCards to be forSurfaces in the theme example
    
    * Update wpds.tokens.json
    
    * Update wpds.tokens.json
    BrianAA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c5e0422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a5214 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: first pass [STRY-70]"

    This reverts commit 47a5214.
    val-l-hosler committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f122753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca38fb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    007ae6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95556bf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore: add CSS ADR (#551)

    wp-aberg committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    699f7bf View commit details
    Browse the repository at this point in the history
  2. fix: linting [STRY-70]

    val-l-hosler committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    63e8949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c686693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e65aee1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #581 from washingtonpost/STRY-70-examples-look-good

    fix: make examples look good on in between screen sizes [STRY-70]
    val-l-hosler committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5cc7845 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: update readme (#587)

    artmsilva committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    73b4b9e View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    310104f View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    65b0a0f View commit details
    Browse the repository at this point in the history
  4. fix: formatting (#588)

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d1e9ad4 View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    96dcb32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a717dbc View commit details
    Browse the repository at this point in the history
  7. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7cce2eb View commit details
    Browse the repository at this point in the history
  8. Fixing formatting (#590)

    * fix: fixing formatting
    
    * fix: ignore tokens in linter
    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    875ad35 View commit details
    Browse the repository at this point in the history
  9. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fd097c5 View commit details
    Browse the repository at this point in the history
  10. chore: commit wip (#591)

    artmsilva committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    74a9c82 View commit details
    Browse the repository at this point in the history
  11. fix: readme changes

    artmsilva committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    035b5c8 View commit details
    Browse the repository at this point in the history
  12. chore(release): publish

    site-eng-github-actions committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9e14549 View commit details
    Browse the repository at this point in the history
  13. Apply automatic changes

    artmsilva authored and github-actions[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    afea2cd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

  1. feat: increase the specificity of the wpds-dark selector to ensure it…

    … overrides light variables
    wp-aberg committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fd7748f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b647c60 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

    site-eng-github-actions committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f359ec7 View commit details
    Browse the repository at this point in the history
  4. Apply automatic changes

    wp-aberg authored and github-actions[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f99b577 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9fb968e View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

    site-eng-github-actions committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f83e92f View commit details
    Browse the repository at this point in the history
  3. Apply automatic changes

    wp-aberg authored and github-actions[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    71cd79b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 9, 2024

  1. chore: commit wip

    artmsilva committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7f666b1 View commit details
    Browse the repository at this point in the history
  2. chore: commit wip

    artmsilva committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1138eca View commit details
    Browse the repository at this point in the history
  3. chore: add comment

    carlyn-c committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aed4a70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #617 from washingtonpost/boop2

    fix: remove global styles from wpds-tokens
    carlyn-c committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    494ec35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2886b69 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish

    site-eng-github-actions committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8017ca1 View commit details
    Browse the repository at this point in the history
  7. Apply automatic changes

    artmsilva authored and github-actions[bot] committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6435025 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: v2.0.0 (#542)

    * chore: stub out dir
    
    * chore: stub out dir
    
    * chore: test nextjs 13 and 14 apps (page and app router) (#544)
    
    * fix: remove defaultOpen from kitchen sink Tooltip example to prevent client server mismatch
    
    * feat: updated InputLabel with latest Radix label component (#552)
    
    * fix: take latest minor of Radix accordion
    
    * feat: remove nanoid dependency (#555)
    
    * fix: remove border for clear button on input search (#560)
    
    * feat: move Button, Icon, theme, and VisuallyHidden to v2 package  (#562)
    
    * feat: card (#564)
    
    * feat: update Accordion to React 18 (#565)
    
    * feat: fresh install with updated node/npm (#574)
    
    * V2 switch (#570)
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * feat: fix React issue in story
    
    * feat: merge and install
    
    * fix: fixing formatting
    
    * fix: reset apps dir
    
    * fix: trying to reset the apps dir
    
    * fix: i don't know how dialog went mising (#579)
    
    * feat: v2 mass components upgrade/migration (#578)
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * chore: commit wip
    
    * lol idk if this is wise
    
    * lol idk if this is wise
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * Upgrade mass boop with v2 (#580)
    
    * fix: i don't know how dialog went mising (#579)
    
    * chore: commit wip
    
    * chore: commit wip
    
    ---------
    
    Co-authored-by: Edward Granger <edward.granger@washpost.com>
    
    * chore: commit wip
    
    * fix: correcting merge issue
    
    * fix: remove ui from jest tests
    
    * fix: experiment if pointerevents check will fix close button error in Safari
    
    * fix: prettify dialog test
    
    * fix: prettify dialog test
    
    * fix: tweaking dialog to hopefully pass storybook check in safari
    
    * fix: allow unused react in linter since nextjs wants to play by diff rules lol
    
    * fix: run next link upgrade codemod
    
    * fix: format
    
    ---------
    
    Co-authored-by: Edward Granger <edward.granger@washpost.com>
    Co-authored-by: Andrew Berg <andrew.berg@washpost.com>
    
    * fix: Playroom fix (#583)
    
    * fix: merging main and resolving conflicts (#585)
    
    * fix: merging main and resolving conflicts
    
    * wip
    
    * wip
    
    * wip
    
    * more changes to get docs site working
    
    * syntax error
    
    * running prettier
    
    * feat: update package-lock
    
    * chore(release): publish
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore: commit wip
    
    * chore(release): publish
    
    * chore(release): publish
    
    * chore(release): publish
    
    * V2 package lock upgraded (#593)
    
    * feat: bump wam to 1.24.0 (#546)
    
    * fix: our lockfile area for build dot site was borked (#547)
    
    * feat: add Dialog component
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * chore: add jason
    
    * chore: add julie and erik
    
    * feat: add snowfall to website for fun (#550)
    
    * feat: turn snow on
    
    * fix: remove snow
    
    * fix: remove snow
    
    * fix: remove tokens stylesheet
    
    * feat: responsive screen size hook and css var (#548)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * feat: add site footer back (#558)
    
    * fix: fixes a scrollbar issue with select and our header component (#563)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * feat: new dark mode colors and tokens (#554)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * fix: reverted subtle and faint tokens (#566)
    
    Reverted subtle and faint tokens to their original values. Added a description to flag them as legacy and subject to depreciated
    
    * feat: remove search feature from docs site (#569)
    
    * chore(release): publish
    
    * fix: Fixed onSurface to have the correct camel casing (#571)
    
    * WIP
    
    * new color doc, fixed onSurface token to camel case
    
    * fix linting errors
    
    * revert concurrency for dev command
    
    * Fixed search input
    
    Lint calls out that I need to pass unnecessary dependencies to the useeffect breaking the input search from working. So removing them again.
    
    * fix title and reorganize
    
    * Fix to Update ThemeTokens.jsx
    
    Had a mispelling on the surface-highest
    
    * Update color.mdx
    
    Spacing adjustment
    
    * Fixed border token
    
    Shame on Brian for not using a token for the border color lol
    
    * Update ColorSamples.jsx to use tokens and theme
    
    * Update ThemeTokens.jsx
    
    * Improving Rendering performance per Art recs.
    
    * Update ColorSamples.jsx
    
    * Resolve conflicting Theme
    
    * Update color.mdx
    
    * Update color.mdx - adjusted spacing
    
    * format and update from main
    
    * fix: Change forCards modifier to forSurfaces (#576)
    
    * fix: Change forCards modifier to forSurfaces
    
    After much reflection and thought about the modifier forCards. I wanted to align more clearly to the tokens surface. To make it as clear as possible that its intention is to be used with surfaces
    
    * Update ThemeTokens.jsx
    
    Replace forCards to be forSurfaces in the theme example
    
    * Update wpds.tokens.json
    
    * Update wpds.tokens.json
    
    * fix: first pass [STRY-70]
    
    * Revert "fix: first pass [STRY-70]"
    
    This reverts commit 47a5214.
    
    * fix: only add needed files [STRY-70]
    
    * fix: cleaned up [STRY-70]
    
    * fix: cleaned up again [STRY-70]
    
    * chore: add CSS ADR (#551)
    
    * fix: linting [STRY-70]
    
    * fix: ignoring .idea files [STRY-70]
    
    * chore: updating for exp package
    
    * wip
    
    * chore(release): publish
    
    * fix: update readme (#587)
    
    * chore(release): publish
    
    * chore(release): publish
    
    * fix: formatting (#588)
    
    * chore(release): publish
    
    * fix: fixing formatting (#589)
    
    * chore(release): publish
    
    * Fixing formatting (#590)
    
    * fix: fixing formatting
    
    * fix: ignore tokens in linter
    
    * chore(release): publish
    
    * chore: commit wip (#591)
    
    * fix: readme changes
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * wip
    
    * wip
    
    * chore(release): publish
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * chore(release): publish
    
    * wip
    
    * chore(release): publish
    
    * chore(release): publish
    
    * wip
    
    * wip
    
    * formatting
    
    ---------
    
    Co-authored-by: Arturo Silva <artmsilva@gmail.com>
    Co-authored-by: wp-aberg <102534985+wp-aberg@users.noreply.github.com>
    Co-authored-by: site-eng-github-actions <github-actions-bot@users.noreply.github.com>
    Co-authored-by: wp-aberg <wp-aberg@users.noreply.github.com>
    Co-authored-by: Arturo Silva <arturo.silva@washpost.com>
    Co-authored-by: artmsilva <artmsilva@users.noreply.github.com>
    Co-authored-by: Brian Alfaro <brianalfaro@thoughttolife.com>
    Co-authored-by: Valerie Hosler <valerie.hosler@washpost.com>
    Co-authored-by: Valerie Massimi (Hosler) <val.l.hosler@gmail.com>
    
    * fix: transform Select arrow on open (#597)
    
    * V2 package lock upgraded (#602)
    
    * feat: bump wam to 1.24.0 (#546)
    
    * fix: our lockfile area for build dot site was borked (#547)
    
    * feat: add Dialog component
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * chore: add jason
    
    * chore: add julie and erik
    
    * feat: add snowfall to website for fun (#550)
    
    * feat: turn snow on
    
    * fix: remove snow
    
    * fix: remove snow
    
    * fix: remove tokens stylesheet
    
    * feat: responsive screen size hook and css var (#548)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * feat: add site footer back (#558)
    
    * fix: fixes a scrollbar issue with select and our header component (#563)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * feat: new dark mode colors and tokens (#554)
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * fix: reverted subtle and faint tokens (#566)
    
    Reverted subtle and faint tokens to their original values. Added a description to flag them as legacy and subject to depreciated
    
    * feat: remove search feature from docs site (#569)
    
    * chore(release): publish
    
    * fix: Fixed onSurface to have the correct camel casing (#571)
    
    * WIP
    
    * new color doc, fixed onSurface token to camel case
    
    * fix linting errors
    
    * revert concurrency for dev command
    
    * Fixed search input
    
    Lint calls out that I need to pass unnecessary dependencies to the useeffect breaking the input search from working. So removing them again.
    
    * fix title and reorganize
    
    * Fix to Update ThemeTokens.jsx
    
    Had a mispelling on the surface-highest
    
    * Update color.mdx
    
    Spacing adjustment
    
    * Fixed border token
    
    Shame on Brian for not using a token for the border color lol
    
    * Update ColorSamples.jsx to use tokens and theme
    
    * Update ThemeTokens.jsx
    
    * Improving Rendering performance per Art recs.
    
    * Update ColorSamples.jsx
    
    * Resolve conflicting Theme
    
    * Update color.mdx
    
    * Update color.mdx - adjusted spacing
    
    * format and update from main
    
    * fix: Change forCards modifier to forSurfaces (#576)
    
    * fix: Change forCards modifier to forSurfaces
    
    After much reflection and thought about the modifier forCards. I wanted to align more clearly to the tokens surface. To make it as clear as possible that its intention is to be used with surfaces
    
    * Update ThemeTokens.jsx
    
    Replace forCards to be forSurfaces in the theme example
    
    * Update wpds.tokens.json
    
    * Update wpds.tokens.json
    
    * fix: first pass [STRY-70]
    
    * Revert "fix: first pass [STRY-70]"
    
    This reverts commit 47a5214.
    
    * fix: only add needed files [STRY-70]
    
    * fix: cleaned up [STRY-70]
    
    * fix: cleaned up again [STRY-70]
    
    * chore: add CSS ADR (#551)
    
    * fix: linting [STRY-70]
    
    * fix: ignoring .idea files [STRY-70]
    
    * chore: updating for exp package
    
    * wip
    
    * chore(release): publish
    
    * fix: update readme (#587)
    
    * chore(release): publish
    
    * chore(release): publish
    
    * fix: formatting (#588)
    
    * chore(release): publish
    
    * fix: fixing formatting (#589)
    
    * chore(release): publish
    
    * Fixing formatting (#590)
    
    * fix: fixing formatting
    
    * fix: ignore tokens in linter
    
    * chore(release): publish
    
    * chore: commit wip (#591)
    
    * fix: readme changes
    
    * chore(release): publish
    
    * Apply automatic changes
    
    * wip
    
    * wip
    
    * chore(release): publish
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * chore(release): publish
    
    * wip
    
    * chore(release): publish
    
    * chore(release): publish
    
    * wip
    
    * wip
    
    * formatting
    
    * fix: transform select icon on open (#596)
    
    * update from alpha.5
    
    ---------
    
    Co-authored-by: Arturo Silva <artmsilva@gmail.com>
    Co-authored-by: wp-aberg <102534985+wp-aberg@users.noreply.github.com>
    Co-authored-by: site-eng-github-actions <github-actions-bot@users.noreply.github.com>
    Co-authored-by: wp-aberg <wp-aberg@users.noreply.github.com>
    Co-authored-by: Arturo Silva <arturo.silva@washpost.com>
    Co-authored-by: artmsilva <artmsilva@users.noreply.github.com>
    Co-authored-by: Brian Alfaro <brianalfaro@thoughttolife.com>
    Co-authored-by: Valerie Hosler <valerie.hosler@washpost.com>
    Co-authored-by: Valerie Massimi (Hosler) <val.l.hosler@gmail.com>
    
    * update lock file again
    
    * fix: make input helper and error block level elements to preserve formatting
    
    * wip
    
    * fix: add nanoid back (#607)
    
    * chore(release): publish
    
    * feat: add v2 docs switcher (#608)
    
    * V2 updating deps (#612)
    
    * wip
    
    * wip
    
    * wip
    
    * fix: new colors are not showing up (#614)
    
    * fix: new colors are not showing up
    
    * chore: commit wip
    
    * chore(release): publish
    
    * wip
    
    * fix: add tokens specifier to exports (#616)
    
    * chore: commit changes from build
    
    * wip
    
    * chore: remove exports
    
    * chore(release): publish
    
    * V2 migrate theme (#619)
    
    * wip
    
    * wip
    
    * wi
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * chore(release): publish
    
    * V2 resolving conflicts (#620)
    
    * wip
    
    * wip
    
    * wip
    
    * wip (#621)
    
    * wip
    
    * chore(release): publish
    
    * wip
    
    * wip
    
    * feat: final update for v2 branch
    
    ---------
    
    Co-authored-by: Andrew Berg <andrew.berg@washpost.com>
    Co-authored-by: wp-aberg <102534985+wp-aberg@users.noreply.github.com>
    Co-authored-by: Edward Granger <edward.granger@washpost.com>
    Co-authored-by: site-eng-github-actions <github-actions-bot@users.noreply.github.com>
    Co-authored-by: wp-aberg <wp-aberg@users.noreply.github.com>
    Co-authored-by: artmsilva <artmsilva@users.noreply.github.com>
    Co-authored-by: Brian Alfaro <brianalfaro@thoughttolife.com>
    Co-authored-by: Valerie Hosler <valerie.hosler@washpost.com>
    Co-authored-by: Valerie Massimi (Hosler) <val.l.hosler@gmail.com>
    10 people committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d429cfa View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

    artmsilva committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    31c56dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee3b661 View commit details
    Browse the repository at this point in the history