@linzjs/lui 17.12.0 → 17.12.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.12.1](https://github.com/linz/lui/compare/v17.12.0...v17.12.1) (2022-08-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fixes dealing app path in app switcher menu ([#741](https://github.com/linz/lui/issues/741)) ([bad6d5e](https://github.com/linz/lui/commit/bad6d5ebdd237576ec03f84c5094ae4321086d6f))
|
|
7
|
+
|
|
1
8
|
# [17.12.0](https://github.com/linz/lui/compare/v17.11.3...v17.12.0) (2022-08-28)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -28978,7 +28978,7 @@ const LOLAppLauncherMenu = (props) => {
|
|
|
28978
28978
|
]));
|
|
28979
28979
|
}
|
|
28980
28980
|
if (!isInternal() && enableTitlesLink) {
|
|
28981
|
-
links.push(createLink(pathname, TITLES_LABEL, '/
|
|
28981
|
+
links.push(createLink(pathname, TITLES_LABEL, '/dealing', TitlesIconActive, TitlesIcon, [
|
|
28982
28982
|
'prv_cancel_with_deal',
|
|
28983
28983
|
'prv_create_deal_tin',
|
|
28984
28984
|
'prv_edit_modify_deal_tin',
|