tocco-widget-bundle 0.1.154 → 0.1.155
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 +8 -0
- package/dist/address-update.js +2 -2
- package/dist/{chunk-240.0a14ed0ee3695a81da29.js → chunk-240.a46dce3d86c582470574.js} +1 -1
- package/dist/chunk-690.dcb12ce0d3d2c60e2a2b.js +1 -0
- package/dist/chunk-actions.b442c7da36deaeaf2974.js +1 -0
- package/dist/{chunk-docs-actions.6c1ab64ef5ed1086a60b.js → chunk-docs-actions.da4836ddc13cd703f975.js} +1 -1
- package/dist/chunk-vendor-icons.cd392b987abab6b07aa3.js +1 -0
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +6 -6
- package/dist/entity-dms.js +7 -7
- package/dist/evaluation-execution-participation.js +2 -2
- package/dist/event-registration.js +2 -2
- package/dist/job-application.js +6 -6
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +2 -2
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +2 -2
- package/dist/stint-auction.js +7 -7
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-577.f1769b722f3f548bde44.js +0 -1
- package/dist/chunk-actions.77ec717f65cd64c59a6a.js +0 -1
- package/dist/chunk-vendor-icons.46a81a2af023c95e2006.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
0.1.155
|
|
2
|
+
- harmonize sso login spacing and color
|
|
3
|
+
- also implement border radius for indicator container wrapper to prevent cover of input field edges
|
|
4
|
+
- fix subfolder search
|
|
5
|
+
- add cancel button to confirm modals
|
|
6
|
+
- show correct pending changes modal on widgets
|
|
7
|
+
- fix border radius calculation of panel headers
|
|
8
|
+
|
|
1
9
|
0.1.154
|
|
2
10
|
- fix baseline of code edit
|
|
3
11
|
|