@linzjs/lui 17.13.1 → 17.13.2
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/components/lol/LOLAppLauncherMenu.d.ts +1 -1
- 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.13.2](https://github.com/linz/lui/compare/v17.13.1...v17.13.2) (2022-09-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dealings app launcher link text ([#750](https://github.com/linz/lui/issues/750)) ([935c9b8](https://github.com/linz/lui/commit/935c9b86dc72e0d3afe55f5c003c67b87841f3a7))
|
|
7
|
+
|
|
1
8
|
## [17.13.1](https://github.com/linz/lui/compare/v17.13.0...v17.13.1) (2022-09-04)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -8,5 +8,5 @@ export interface ILOLAppLauncherMenuProps {
|
|
|
8
8
|
export declare const SEARCH_LABEL = "Search";
|
|
9
9
|
export declare const NOC_LABEL = "Post registered NoC";
|
|
10
10
|
export declare const SURVEY_LABEL = "Survey";
|
|
11
|
-
export declare const TITLES_LABEL = "
|
|
11
|
+
export declare const TITLES_LABEL = "Dealings";
|
|
12
12
|
export declare const LOLAppLauncherMenu: (props: ILOLAppLauncherMenuProps) => JSX.Element | null;
|
package/dist/index.js
CHANGED
|
@@ -29158,7 +29158,7 @@ function createLink(pathname, label, target, activeIcon, icon, anyPrivileges) {
|
|
|
29158
29158
|
var SEARCH_LABEL = 'Search';
|
|
29159
29159
|
var NOC_LABEL = 'Post registered NoC';
|
|
29160
29160
|
var SURVEY_LABEL = 'Survey';
|
|
29161
|
-
var TITLES_LABEL = '
|
|
29161
|
+
var TITLES_LABEL = 'Dealings';
|
|
29162
29162
|
var LOLAppLauncherMenu = function (props) {
|
|
29163
29163
|
var _a = useLOLUserContext(), user = _a.user, isInternal = _a.isInternal;
|
|
29164
29164
|
var pathname = props.pathname, _b = props.enableNOCLink, enableNOCLink = _b === void 0 ? false : _b, _c = props.enableSurveyLink, enableSurveyLink = _c === void 0 ? false : _c, _d = props.enableTitlesLink, enableTitlesLink = _d === void 0 ? false : _d;
|