tocco-widget-bundle 0.1.90 → 0.1.92
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 +15 -0
- package/dist/address-update.js +8 -8
- package/dist/{chunk-344.ae31af6c4549de4e22d8.js → chunk-344.7e3a6753e54fb8f14413.js} +1 -1
- package/dist/chunk-actions.65373cc7cd07d4d1e8ba.js +1 -0
- package/dist/chunk-code-editor.4a01da0631c09acbabee.js +1 -0
- package/dist/chunk-vendor-icons.d9d020bc19a644a36f80.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 +2 -2
- 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 +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-actions.d4879d1113beb34ae2b7.js +0 -1
- package/dist/chunk-code-editor.5d64dc0e83fbb831d429.js +0 -1
- package/dist/chunk-vendor-icons.64726b0c626a5ee59704.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
0.1.92
|
|
2
|
+
- add username form to login
|
|
3
|
+
- restructre login page input props
|
|
4
|
+
- fix paddings for user-menu button
|
|
5
|
+
- fix error message alignment
|
|
6
|
+
- add the possibility to close some modals with enter key if button is primary
|
|
7
|
+
- add choice ui component
|
|
8
|
+
- add choice field
|
|
9
|
+
- add form pseudo field logic
|
|
10
|
+
- add additional condition to getUsedPaths
|
|
11
|
+
|
|
12
|
+
0.1.91
|
|
13
|
+
- create event-registration-action
|
|
14
|
+
- add event-registration-action
|
|
15
|
+
|
|
1
16
|
0.1.90
|
|
2
17
|
- standardize page overlay and holder components for modal and blocking info
|
|
3
18
|
|