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

feat(pickerbutton)!: migrate tokens #1940

Merged
merged 26 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
826417c
feat(pickerbutton)!: update to use tokens
mlogsdon18 May 31, 2023
7fcdac0
feat(pickerbutton): updating tokens
mlogsdon18 Jun 12, 2023
67317c2
chore(pickerbutton): move css from generated to index
mlogsdon18 Jun 12, 2023
5381d22
feat(pickerbutton): updating with tokens
mlogsdon18 Jun 12, 2023
349337b
docs(pickerbutton): update docs html to correct icon sizes
mlogsdon18 Jun 13, 2023
1c70355
refactor(pickerbutton): fixing variable names and tokens
mlogsdon18 Jun 14, 2023
26ae757
chore(pickerbutton): update story
mlogsdon18 Jun 14, 2023
8cb0c51
chore(pickerbutton): update storybook controls and template
mlogsdon18 Jun 14, 2023
16314e5
chore(pickerbutton): adding more storybook stories for express, quiet…
mlogsdon18 Jun 14, 2023
00548ba
fix(pickerbutton): fixing icon color
mlogsdon18 Jun 14, 2023
ddb07ab
chore(pickerbutton): reset yarn file
mlogsdon18 Jun 16, 2023
4cc5b4a
chore: reset yarn file
mlogsdon18 Jun 20, 2023
83d6da1
refactor(pickerbutton): fix button fill padding calculations
mlogsdon18 Jun 20, 2023
18aa954
chore(pickerbutton): remove invalid and isKeyboardFocused variants
mlogsdon18 Jun 20, 2023
b649dd7
chore(pickerbutton): prevent focused and open when disabled
mlogsdon18 Jun 23, 2023
ddd9bb9
fix(pickerbutton): fix disabled hover
mlogsdon18 Jun 23, 2023
a8e3332
fix(searchwithin): pass through mod for picker button border color
mlogsdon18 Jul 13, 2023
f69b1ec
chore(pickerbutton): bumping up tokens release
mlogsdon18 Jul 17, 2023
48ca59b
chore(pickerbutton): update token peer dependency
mlogsdon18 Jul 18, 2023
bc7ed50
fix(searchwithin): update searchwithin story to match docs site
mlogsdon18 Jul 18, 2023
1db6230
chore(pickerbutton): manual version increase for beta release
pfulton Jul 18, 2023
97aef68
chore(pickerbutton): remove pickerbutton-generated css
mlogsdon18 Jul 19, 2023
4d551fd
fix(pickerbutton): remove icononly class and remove padding from uiic…
mlogsdon18 Jul 26, 2023
5d60a0d
fix(pickerbutton): explicitly add box-sizing border-box
mlogsdon18 Jul 26, 2023
2b246ac
fix(pickerbutton): fix icon size
mlogsdon18 Jul 26, 2023
a680801
chore(pickerbutton): manual version increase for beta release
pfulton Jul 27, 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/picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@spectrum-css/icon": ">=3",
"@spectrum-css/menu": ">=4",
"@spectrum-css/popover": ">=5 <=6",
"@spectrum-css/tokens": ">=10.0.0"
"@spectrum-css/tokens": ">=11.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.15",
Expand Down
2 changes: 1 addition & 1 deletion components/pickerbutton/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