@linzjs/lui 17.12.0 → 17.12.3

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 CHANGED
@@ -1,3 +1,24 @@
1
+ ## [17.12.3](https://github.com/linz/lui/compare/v17.12.2...v17.12.3) (2022-08-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Makes framer-motion a dependency rather than a dev dependency ([#743](https://github.com/linz/lui/issues/743)) ([8c46b52](https://github.com/linz/lui/commit/8c46b52289c8e87b8a875ef5b422d5857dfe7491))
7
+
8
+ ## [17.12.2](https://github.com/linz/lui/compare/v17.12.1...v17.12.2) (2022-08-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** moving react-aria related dependencies out of dev so consuming apps dont need to install them when building ([#742](https://github.com/linz/lui/issues/742)) ([79d78f6](https://github.com/linz/lui/commit/79d78f6121e32cddd3fc39818eb741b36dd6e6d1))
14
+
15
+ ## [17.12.1](https://github.com/linz/lui/compare/v17.12.0...v17.12.1) (2022-08-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Fixes dealing app path in app switcher menu ([#741](https://github.com/linz/lui/issues/741)) ([bad6d5e](https://github.com/linz/lui/commit/bad6d5ebdd237576ec03f84c5094ae4321086d6f))
21
+
1
22
  # [17.12.0](https://github.com/linz/lui/compare/v17.11.3...v17.12.0) (2022-08-28)
2
23
 
3
24
 
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, '/dealings', TitlesIconActive, TitlesIcon, [
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',