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

Merge release/1.32.4 into main branch #692

Merged
merged 58 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
5a360c1
updates Dropdown documentation, adds Figma addon for illustrations (#…
jasonbasuil Mar 4, 2022
b824381
add transparent Button variant & update DropdownIconToggle (#560)
jasonbasuil Mar 8, 2022
cfe4241
Merge release/1.28.0 into develop branch (#564)
github-actions[bot] Mar 9, 2022
2ee3b29
add CardList to DS (#567)
jasonbasuil Mar 14, 2022
401aee8
update Pill color and border (#568)
jasonbasuil Mar 14, 2022
a72f8a4
Merge release/1.29.0 into develop branch (#570)
github-actions[bot] Mar 14, 2022
66ae4d7
remove margin from Card (#572)
jasonbasuil Mar 25, 2022
5857e9b
rename CardList to CardContainer (#574)
jasonbasuil Mar 29, 2022
1a9e4e4
Merge release/1.29.1 into develop branch (#579)
github-actions[bot] Mar 29, 2022
6cc232c
Button and Link distinction documentation (#587)
jasonbasuil Apr 6, 2022
3982322
add brand variants to Button (#593)
jasonbasuil Apr 20, 2022
a8bee61
Merge release/1.29.2 into develop branch (#595)
github-actions[bot] Apr 20, 2022
9a533cd
remove extra version in package.json
jasonbasuil Apr 20, 2022
7beb8ee
removing TrackedButton from export (#603)
jasonbasuil May 3, 2022
a7bddc3
add aria-live to Toast (#605)
jasonbasuil May 4, 2022
c8b2d38
handle setting title prop on Toast (#607)
jasonbasuil May 4, 2022
3c73ece
update focus state to Button and Select (#601)
jasonbasuil May 4, 2022
c60bab6
update snapshot (#610)
jasonbasuil May 5, 2022
977e82e
Merge release/1.30.0 into develop branch (#612)
github-actions[bot] May 5, 2022
9c15589
fix styles on Select to allow for tabbing and proper focus (#617)
jasonbasuil May 13, 2022
96f3f09
Merge release/1.30.1 into develop branch (#619)
github-actions[bot] May 16, 2022
00b1207
allow setting id on InputLabel (#621)
jasonbasuil May 17, 2022
ddd4c60
add id to FormGroup__invalid-feedback (#623)
jasonbasuil May 19, 2022
7b10c59
Merge release/1.30.2 into develop branch (#625)
github-actions[bot] May 19, 2022
5efc607
update Input focus boder to ux-blue-500 for 3:1 contrast ratio (#628)
jasonbasuil May 19, 2022
67c014d
Merge release/1.30.3 into develop branch (#630)
github-actions[bot] May 23, 2022
bceb3f0
update FormGroup and InputLabel to support fieldset and legend (#632)
jasonbasuil Jun 1, 2022
6564fbf
Merge release/1.31.0 into develop branch (#634)
github-actions[bot] Jun 1, 2022
e682ab0
change FormControlLabel label and children to span (#638)
jasonbasuil Jun 8, 2022
e3faaff
updating input scss variables (#641)
jasonbasuil Jun 8, 2022
5255c0c
Merge release/1.31.1 into develop branch (#643)
github-actions[bot] Jun 8, 2022
b49ae04
remove required id from FormGroup (#645)
jasonbasuil Jun 9, 2022
ca52185
Fix cypress tests (#647)
brianCollinsUI Jun 14, 2022
774eeef
Add data-testid to LoadingOverlay (#652)
careful-axe Jun 28, 2022
9b0276d
add Link variant to Button component (#659)
jasonbasuil Jul 7, 2022
ec1c100
upgrade react-select v5 (#658)
jasonbasuil Jul 7, 2022
a50c3bb
Add Accordion to DS (#656)
jasonbasuil Jul 7, 2022
8d141b6
Merge release/1.32.0 into develop branch (#661)
github-actions[bot] Jul 7, 2022
2a6dfea
add tabindex to error alerts and add js focus on any error toasts (#655)
jasonbasuil Jul 13, 2022
30c2d2f
update snapshots (#667)
jasonbasuil Jul 14, 2022
b73b577
Merge release/1.32.1 into develop branch (#669)
github-actions[bot] Jul 14, 2022
7a69744
add Chromatic (#665)
jasonbasuil Jul 19, 2022
877b113
Bump async from 3.2.1 to 3.2.3 (#596)
dependabot[bot] Jul 19, 2022
8a3ce75
Bump minimist from 1.2.5 to 1.2.6 (#581)
dependabot[bot] Jul 19, 2022
473a45b
Bump nanoid from 3.1.30 to 3.3.2 (#580)
dependabot[bot] Jul 19, 2022
76354de
Bump node-fetch from 2.6.1 to 2.6.7 (#532)
dependabot[bot] Jul 19, 2022
7edbcac
Bump shelljs from 0.8.4 to 0.8.5 (#520)
dependabot[bot] Jul 19, 2022
342c057
updates to Accordion v2 (#673)
jasonbasuil Jul 22, 2022
7d82d72
Bump terser from 4.8.0 to 4.8.1 (#674)
dependabot[bot] Jul 22, 2022
0dad7cc
Merge release/1.32.2 into develop branch (#676)
github-actions[bot] Jul 22, 2022
f6b92ef
update build schedule for Chromatic (#681)
jasonbasuil Jul 25, 2022
ac0f169
Remove percy and cypress (#682)
brianCollinsUI Jul 26, 2022
1385739
chromatic build change on push develop (#686)
jasonbasuil Jul 27, 2022
062cbd1
add ToggleInput (#672)
jasonbasuil Jul 28, 2022
dd29e39
Merge release/1.32.3 into develop branch (#689)
github-actions[bot] Jul 29, 2022
05fb94e
update react toggle css import (#691)
jasonbasuil Jul 29, 2022
4dc89a0
Prepare release 1.32.4
github-actions[bot] Jul 29, 2022
1cae97c
Merge branch 'main' into release/1.32.4
jasonbasuil Jul 29, 2022
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@user-interviews/ui-design-system",
"version": "1.32.3",
"version": "1.32.4",
"dependencies": {
"react-bootstrap": "^2.0.2",
"react-router-dom": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ToggleInput/ToggleInput.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~react-toggle/style.css';
@import '../../node_modules/react-toggle/style.css';
@import '../../scss/theme';

.ToggleInput {
Expand Down