tocco-widget-bundle 0.1.88 → 0.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +7 -0
- package/dist/address-update.js +2 -2
- package/dist/{chunk-344.62d4a61e46bbb3a8dbe9.js → chunk-344.ae31af6c4549de4e22d8.js} +1 -1
- package/dist/{chunk-actions.a8987728382440689efe.js → chunk-actions.d4879d1113beb34ae2b7.js} +1 -1
- package/dist/{chunk-code-editor.1bd15f93bb8f0e6f0ffc.js → chunk-code-editor.5d64dc0e83fbb831d429.js} +1 -1
- package/dist/{chunk-vendor-fontawesome.b831ec45a4ea9c610a97.js → chunk-vendor-fontawesome.27039b73576b1327de88.js} +1 -1
- package/dist/chunk-vendor-icons.64726b0c626a5ee59704.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/login.js +3 -3
- package/dist/mailing-list.js +9 -9
- package/dist/password-update.js +3 -3
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +2 -2
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +9 -9
- package/dist/user-grades.js +9 -9
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +9 -9
- package/package.json +1 -1
- package/dist/chunk-vendor-icons.0d4148f6309418b191bc.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
0.1.90
|
|
2
|
+
- standardize page overlay and holder components for modal and blocking info
|
|
3
|
+
|
|
4
|
+
0.1.89
|
|
5
|
+
- datepicker focus handling on ffox and date only inputs
|
|
6
|
+
- lower height threshold of button context
|
|
7
|
+
|
|
1
8
|
0.1.88
|
|
2
9
|
- show proper error msg for 413
|
|
3
10
|
- fix react attribute error
|