Skip to content

Commit

Permalink
Minor component upgrades and package updates (#1261)
Browse files Browse the repository at this point in the history
* 2024-02-13 EoD

* 2024-02-21 - MoD

* Add GetInputReference() to text fields, text areas and numeric fields

* Allow user to press Enter after a correct code in confirmation dialog

* Restyle menu surface for autocompletes

* Auto generated scss and package-lock.json

* Remove attempt to enable enter button press in confirmation dialog input

* Release notes

* Updated release notes

---------

Co-authored-by: Mark Stega <[email protected]>
  • Loading branch information
simonziegler and MarkStega authored Feb 21, 2024
1 parent a273f0e commit 720c86d
Show file tree
Hide file tree
Showing 38 changed files with 352 additions and 306 deletions.
2 changes: 1 addition & 1 deletion Material.Blazor.MD3/Styles/_material-symbols-outlined.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100 700;
src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v161/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v164/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
Expand Down
2 changes: 1 addition & 1 deletion Material.Blazor.MD3/Styles/_material-symbols-rounded.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 100 700;
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v159/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v162/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
}

.material-symbols-rounded {
Expand Down
2 changes: 1 addition & 1 deletion Material.Blazor.MD3/Styles/_material-symbols-sharp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-family: 'Material Symbols Sharp';
font-style: normal;
font-weight: 100 700;
src: url(https://fonts.gstatic.com/s/materialsymbolssharp/v157/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWE.woff2) format('woff2');
src: url(https://fonts.gstatic.com/s/materialsymbolssharp/v160/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWE.woff2) format('woff2');
}

.material-symbols-sharp {
Expand Down
66 changes: 33 additions & 33 deletions Material.Blazor.MD3/package-lock.json

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

6 changes: 3 additions & 3 deletions Material.Blazor.MD3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@material/web": "^1.2.1-nightly.6b95a13.0",
"@material/web": "^1.2.1-nightly.3e934e1.0",
"babel-loader": "^9.1.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"material-components-web": "14.0.0",
"regexp": "^1.0.0",
"sass": "1.39.2",
"terser": "^5.27.0",
"terser": "^5.27.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 720c86d

Please sign in to comment.