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

V2 package lock upgraded #593

Merged
merged 69 commits into from
Mar 18, 2024
Merged

V2 package lock upgraded #593

merged 69 commits into from
Mar 18, 2024

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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 13, 2024

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

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

    ebgranger committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c33c9ff View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: update readme (#587)

    artmsilva authored 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. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7005fd2 View commit details
    Browse the repository at this point in the history
  4. 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
  5. fix: formatting (#588)

    ebgranger authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d1e9ad4 View commit details
    Browse the repository at this point in the history
  6. 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
  7. Configuration menu
    Copy the full SHA
    a717dbc View commit details
    Browse the repository at this point in the history
  8. 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
  9. Fixing formatting (#590)

    * fix: fixing formatting
    
    * fix: ignore tokens in linter
    ebgranger authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    875ad35 View commit details
    Browse the repository at this point in the history
  10. 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
  11. chore: commit wip (#591)

    artmsilva authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    74a9c82 View commit details
    Browse the repository at this point in the history
  12. 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
  13. 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
  14. 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
  15. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f34be01 View commit details
    Browse the repository at this point in the history
  16. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d20b864 View commit details
    Browse the repository at this point in the history
  17. wip

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

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    dd2388e View commit details
    Browse the repository at this point in the history
  19. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    218df58 View commit details
    Browse the repository at this point in the history
  20. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4ea630d View commit details
    Browse the repository at this point in the history
  21. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6f5cf34 View commit details
    Browse the repository at this point in the history
  22. wip

    ebgranger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5fb3023 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. chore(release): publish

    ebgranger committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cd5e009 View commit details
    Browse the repository at this point in the history
  2. wip

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

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

    ebgranger committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    193f23c View commit details
    Browse the repository at this point in the history
  5. wip

    ebgranger committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    542b213 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. wip

    ebgranger committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    39e9656 View commit details
    Browse the repository at this point in the history
  2. formatting

    ebgranger committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a5edfc8 View commit details
    Browse the repository at this point in the history