@linzjs/lui 21.10.1 → 21.10.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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- 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
|
+
## [21.10.2](https://github.com/linz/lui/compare/v21.10.1...v21.10.2) (2023-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* export error illustrations ([#1051](https://github.com/linz/lui/issues/1051)) ([97ef92f](https://github.com/linz/lui/commit/97ef92f02c9000532347cedfe4010f80f84c83b2))
|
|
7
|
+
|
|
1
8
|
## [21.10.1](https://github.com/linz/lui/compare/v21.10.0...v21.10.1) (2023-11-21)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export { ISearchInputProps, ISearchGroupedResult, ISearchResult, LuiSearchInput,
|
|
|
40
40
|
export { ISearchMenuOption, ILuiSearchBoxProps, LuiSearchBox, } from './components/LuiSearchBox/LuiSearchBox';
|
|
41
41
|
export { ILuiSplitButtonProps, ILuiSplitButtonMenuItemProps, LuiSplitButtonPosition, LuiSplitButtonMenuItem, LuiSplitButton, } from './components/LuiSplitButton/LuiSplitButton';
|
|
42
42
|
export { LuiErrorPage } from './components/LuiErrorPage/LuiErrorPage';
|
|
43
|
+
export { LuiErrorIllustration, LuiErrorIllustrationType, } from './components/LuiErrorPage/LuiErrorIllustration';
|
|
43
44
|
export * from './components/LuiLoadingSpinner/LuiLoadingSpinner';
|
|
44
45
|
export { LuiFilterContainer } from './components/LuiFilterContainer/LuiFilterContainer';
|
|
45
46
|
export { LuiTooltip, ILuiTooltipProperties, } from './components/LuiTooltip/LuiTooltip';
|
package/dist/index.js
CHANGED
|
@@ -58767,6 +58767,7 @@ exports.LuiDrawerMenuV2 = LuiDrawerMenuV2;
|
|
|
58767
58767
|
exports.LuiDropdownMenu = LuiDropdownMenu;
|
|
58768
58768
|
exports.LuiDropdownMenuV2 = LuiDropdownMenuV2;
|
|
58769
58769
|
exports.LuiDropdownMenuV2DropContent = LuiDropdownMenuV2DropContent;
|
|
58770
|
+
exports.LuiErrorIllustration = LuiErrorIllustration;
|
|
58770
58771
|
exports.LuiErrorPage = LuiErrorPage;
|
|
58771
58772
|
exports.LuiExpandableBanner = LuiExpandableBanner;
|
|
58772
58773
|
exports.LuiFileInputBox = LuiFileInputBox;
|