@linzjs/lui 17.65.1 → 18.0.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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## [18.0.1](https://github.com/linz/lui/compare/v18.0.0...v18.0.1) (2023-07-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Force patch bump ([#966](https://github.com/linz/lui/issues/966)) ([6375b79](https://github.com/linz/lui/commit/6375b79880d79343f95af6a10f1604d43510ea9a))
7
+
8
+ # [18.0.0](https://github.com/linz/lui/compare/v17.65.1...v18.0.0) (2023-07-24)
9
+
1
10
  ## [17.65.1](https://github.com/linz/lui/compare/v17.65.0...v17.65.1) (2023-07-24)
2
11
 
3
12
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Lui - Linz User Interface!!
1
+ # Lui - Linz User Interface!
2
2
 
3
3
  > It's written in CSS and a React wrapper!
4
4
  >
package/dist/index.d.ts CHANGED
@@ -45,18 +45,9 @@ export { LuiUpdatesSplashModal } from './components/LuiUpdateSplashModal/LuiUpda
45
45
  export { LuiModal, LuiAlertModal, LuiAlertModalButtons, } from './components/LuiModal/LuiModal';
46
46
  export { ISearchInputProps, ISearchGroupedResult, ISearchResult, LuiSearchInput, } from './components/LuiSearchInput/LuiSearchInput';
47
47
  export { ISearchMenuOption, ILuiSearchBoxProps, LuiSearchBox, } from './components/LuiSearchBox/LuiSearchBox';
48
- export { getDefaultSearchMenuOptions, ILOLSearchBoxProps, LOLSearchBox, } from './components/lol/LOLSearchBox';
49
48
  export { LuiErrorPage } from './components/LuiErrorPage/LuiErrorPage';
50
49
  export * from './components/LuiLoadingSpinner/LuiLoadingSpinner';
51
- export { LOLFirmSwitcherMenu } from './components/lol/LOLFirmSwitcher';
52
- export { LOLLogoutLink } from './components/lol/LOLLogoutLink';
53
- export { LOLUserLastLogin } from './components/lol/LOLUserLastLogin';
54
- export * from './components/lol/contexts/LOLUserContext';
55
- export { GLOBAL_CLIENT_REFERENCE_KEY, IGlobalClientRefContext, LOLGlobalClientRefContext, LOLGlobalClientRefContextProvider, useLOLGlobalClientRefContext, } from './components/lol/contexts/LOLGlobalClientRefContext';
56
50
  export { LuiFilterContainer } from './components/LuiFilterContainer/LuiFilterContainer';
57
- export { LOLActiveFirmMessage } from './components/lol/LOLActiveFirmMessage';
58
- export { LOLAuthorisedLink } from './components/lol/LOLAuthorisedLink';
59
- export { LOLCommonDrawerMenu, LOLCommonDrawerMenuAfterLinks, LOLDrawerMenu, } from './components/lol/LOLCommonDrawerMenu';
60
51
  export { LuiTooltip, ILuiTooltipProperties, } from './components/LuiTooltip/LuiTooltip';
61
52
  export * from './hooks';
62
53
  export { LuiBadge } from './components/LuiBadge/LuiBadge';