tocco-widget-bundle 0.1.170 → 0.1.172
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 +14 -0
- package/dist/address-update.js +7 -7
- package/dist/chunk-240.7889c567e3ae52d9ac5c.js +1 -0
- package/dist/chunk-690.550edafbd1968a1eb2c2.js +1 -0
- package/dist/chunk-actions.4a872cc992b529f9a5ca.js +1 -0
- package/dist/{chunk-vendor-icons.2fb4f2f5139e9efdad47.js → chunk-vendor-icons.5e680926035780c46f1d.js} +1 -1
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +6 -6
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +7 -7
- package/dist/event-registration.js +7 -7
- package/dist/job-application.js +6 -6
- package/dist/login.js +3 -3
- package/dist/mailing-list.js +7 -7
- package/dist/password-update.js +3 -3
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +3 -3
- package/dist/stint-auction.js +7 -7
- package/dist/user-availability.js +7 -7
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +3 -3
- package/dist/wage-view.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-240.e83df02bc8bb9f19b2c6.js +0 -1
- package/dist/chunk-690.942401d3772b6e4202b6.js +0 -1
- package/dist/chunk-actions.7efd4607611b5bbdd11d.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
0.1.172
|
|
2
|
+
- style promotion status badge
|
|
3
|
+
- adjust font factor of widget theme
|
|
4
|
+
|
|
5
|
+
0.1.171
|
|
6
|
+
- extend embed type
|
|
7
|
+
- add widget panel
|
|
8
|
+
- handle label position via prop
|
|
9
|
+
- handle label color for widget and admin differently
|
|
10
|
+
- handle different form components for widgets
|
|
11
|
+
- treat admin embedType logic as well for legacy-admin
|
|
12
|
+
- load formComponents on runtime
|
|
13
|
+
- add selectionDeleted for simple action
|
|
14
|
+
|
|
1
15
|
0.1.170
|
|
2
16
|
- add action button styling
|
|
3
17
|
|