tocco-widget-bundle 0.1.62 → 0.1.63
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 +6 -0
- package/dist/address-update.js +2 -2
- package/dist/chunk-code-editor.df2ae8b3ddc191b1432d.js +1 -0
- package/dist/{chunk-vendor-icons.de5c9c00466f900517b0.js → chunk-vendor-icons.d648b0f5987dc373190b.js} +1 -1
- package/dist/docs-browser.js +1 -1
- package/dist/entity-browser.js +1 -1
- package/dist/entity-dms.js +1 -1
- package/dist/login.js +1 -1
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +1 -1
- package/dist/personal-dms.js +1 -1
- package/dist/public-dms.js +59 -0
- package/dist/sso-login.js +1 -1
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +1 -1
- package/dist/wage-view.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-code-editor.189efbca262b96fb4122.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
0.1.63
|
|
2
|
+
- harmonize spacing of ranged dates by increasing search panel width
|
|
3
|
+
- add public dms widget
|
|
4
|
+
- add public-dms widget to bundle
|
|
5
|
+
- simplify widget code
|
|
6
|
+
|
|
1
7
|
0.1.62
|
|
2
8
|
- reintroduce min-width for Ball component, since normal width caused rendering issues in the main menu
|
|
3
9
|
- replace useWindowWidth hook with universal useWindowSize hook
|