Skip to content

Commit

Permalink
feat(search): use core tokens
Browse files Browse the repository at this point in the history
Update to use / test the beta 6.0 version of Spectrum CSS 'search',
which has migrated the component to use core tokens.

Includes edits to package.json and spectrum-tokens.js script, and
auto generated updates to CSS files and yarn.lock after yarn install.
  • Loading branch information
jawinn authored and Westbrook committed Jun 5, 2023
1 parent c5f6766 commit c62a7cd
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 124 deletions.
2 changes: 1 addition & 1 deletion packages/search/package.json
Expand Up @@ -64,7 +64,7 @@
"@spectrum-web-components/textfield": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/search": "^5.0.19"
"@spectrum-css/search": "^6.0.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down

0 comments on commit c62a7cd

Please sign in to comment.