Skip to content

Commit

Permalink
0.0.122 (#322)
Browse files Browse the repository at this point in the history
- Fixed hint typo in PhoneNumberField
- Fixed hint in TextFieldHint from being reachable by screen reader when not active
- Updated TextField and TextFieldHint accessibility association
- Updated MaskedTextField and TextFieldHint accessibility association
- Added propTypes for the DateField component
  • Loading branch information
mmarcuccio authored Apr 24, 2019
1 parent 76b8ef0 commit 1591096
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 217 deletions.
2 changes: 1 addition & 1 deletion dist/snacks.js

Large diffs are not rendered by default.

File renamed without changes.
437 changes: 224 additions & 213 deletions docs/build/bundle.9402c237.js → docs/build/bundle.aaa33de5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Snacks</title></head><body><div id="rsg-root"></div><script src="build/bundle.9402c237.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Snacks</title></head><body><div id="rsg-root"></div><script src="build/bundle.aaa33de5.js"></script></body></html>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-snacks",
"version": "0.0.121",
"version": "0.0.122",
"description": "The Instacart Component Library for Web",
"main": "dist/snacks.js",
"scripts": {
Expand Down

0 comments on commit 1591096

Please sign in to comment.