Skip to content

chore(search)!: core tokens migration #1761

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

Merged
merged 54 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
b60173e
docs(search): update component description
jawinn Mar 30, 2023
a0d1e0c
build(search)!: core token migration build changes
jawinn Mar 31, 2023
50964fc
feat(search): core token migration - initial css
jawinn Mar 31, 2023
1abe109
feat(search): focus indicator tokens
jawinn Apr 3, 2023
4013c82
feat(search): help text and updated example docs
jawinn Apr 3, 2023
e675a69
build(search): bump tokens package to 8.0.0
jawinn Apr 3, 2023
038338f
fix(search): story update, remove skin.css, start color tokens
jawinn Apr 4, 2023
e208b21
feat(search): finalize additional tokens from design
jawinn Apr 5, 2023
6c94bd8
feat(search): add t-shirt sizing to stories
jawinn Apr 5, 2023
118ccc7
feat(search): forced-colors / whcm support
jawinn Apr 7, 2023
8d2752c
fix(search): icon not visible in safari for some variants
jawinn Apr 10, 2023
0b3badd
fix(search): include --mod for search-border-radius
jawinn Apr 11, 2023
c1b13d3
fix(search): forced color mode adjustments
jawinn Apr 12, 2023
7436ddd
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Apr 12, 2023
c94483d
fix(search): add guidelines link
jawinn Apr 13, 2023
eaa8f72
fix(search): hide clear button when disabled
jawinn Apr 14, 2023
e88f474
fix(search): move some quiet properties and add specificity
jawinn Apr 14, 2023
616d764
fix(search): border color for disabled state
jawinn Apr 14, 2023
d717670
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Apr 17, 2023
0f8c63b
fix(search): to edge tokens in padding need to subtract border width
jawinn Apr 20, 2023
edd0f68
fix(search): storybook missing is-disabled on parent
jawinn Apr 20, 2023
2efab6f
feat(search): generate list of mods
jawinn Apr 20, 2023
ad1ba47
fix(search): remove styles for use case of no clear button
jawinn Apr 20, 2023
7a54584
build(search): packages update, reconcile with main
jawinn Apr 20, 2023
63a75ba
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Apr 20, 2023
8e282e6
chore(search): manual version bump for beta release
pfulton Apr 20, 2023
609fd04
fix(search): adjust quiet spacing and WHCM colors
jawinn Apr 21, 2023
17379dc
fix(search): focus indicator corner radius calculation
jawinn Apr 24, 2023
4765eed
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Apr 25, 2023
0d51f12
chore(search): manual version bump for beta release
pfulton Apr 25, 2023
5c54a16
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn May 22, 2023
3ce665a
fix(search): update mods and remove skin.css
jawinn May 22, 2023
a50a39e
refactor(search): replace styles with custom property passthroughs
jawinn May 22, 2023
9916332
refactor(search): simplify high contrast styles
jawinn May 22, 2023
3b59b52
fix(search): remove unnecessary sizeM style rule
jawinn May 22, 2023
cc49776
refactor(search): use local variable for search icon color
jawinn May 23, 2023
560bd13
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn May 23, 2023
45f94fc
refactor: search and textfield search icon leftovers
jawinn May 24, 2023
b74ea13
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 25, 2023
443ed5a
chore(search): manual version bump for beta release
pfulton May 25, 2023
702cd64
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 25, 2023
5c83445
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 26, 2023
73a3c18
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 26, 2023
844708c
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 26, 2023
79fc49a
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 26, 2023
67baf62
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
github-actions[bot] May 26, 2023
eb5e2c8
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
castastrophe May 26, 2023
9f146b9
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
castastrophe May 30, 2023
f52648c
fix(search): simplify forced-colors mode fix to help with swc merge
jawinn May 30, 2023
9dfc14b
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn May 30, 2023
e6909ad
chore(search): manual version bump for beta release
pfulton May 30, 2023
1449c41
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Jun 1, 2023
9961f6e
Merge branch 'main' into jawinn/css-384-search-field-core-tokens
jawinn Jun 2, 2023
8c599af
fix(search): prettier and stylelint after merge
jawinn Jun 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/search/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@spectrum-css/component-builder");
module.exports = require("@spectrum-css/component-builder-simple");
Loading