@linzjs/lui 22.1.4 → 22.1.5
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 -1
- package/dist/index.js +2 -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
|
+
## [22.1.5](https://github.com/linz/lui/compare/v22.1.4...v22.1.5) (2025-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* exports missing components ([#1184](https://github.com/linz/lui/issues/1184)) ([23c39e4](https://github.com/linz/lui/commit/23c39e45740ccba94a9a5dc044655db032a03c33))
|
|
7
|
+
|
|
1
8
|
## [22.1.4](https://github.com/linz/lui/compare/v22.1.3...v22.1.4) (2025-01-09)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { LuiExpandableBanner } from './components/LuiExpandableBanner/LuiExpanda
|
|
|
9
9
|
export { LuiMenu, LuiControlledMenu } from './components/LuiMenu/LuiMenu';
|
|
10
10
|
export { LuiResizableLayout, SplitPanelState, } from './components/LuiResizableLayout/LuiResizableLayout';
|
|
11
11
|
export { LuiSelectMenu, LuiSelectMenuItem, LuiSelectMenuItemSwitch, LuiSelectSubMenuItem, } from './components/LuiSelectMenu/LuiSelectMenu';
|
|
12
|
-
export { LuiSelectDataMenu } from './components/LuiSelectMenu/LuiSelectDataMenu';
|
|
12
|
+
export { LuiSelectDataMenu, LuiSelectMenuDivider, LuiSelectMenuHeader, } from './components/LuiSelectMenu/LuiSelectDataMenu';
|
|
13
13
|
export { LuiFilterMenu } from './components/LuiFilterMenu/LuiFilterMenu';
|
|
14
14
|
export { LuiTabs, LuiTabsContext } from './components/LuiTabs/LuiTabs';
|
|
15
15
|
export { LuiTab } from './components/LuiTabs/LuiTab/LuiTab';
|
package/dist/index.js
CHANGED
|
@@ -60198,6 +60198,8 @@ exports.LuiSearchInput = LuiSearchInput;
|
|
|
60198
60198
|
exports.LuiSelectDataMenu = LuiSelectDataMenu;
|
|
60199
60199
|
exports.LuiSelectInput = LuiSelectInput;
|
|
60200
60200
|
exports.LuiSelectMenu = LuiSelectMenu;
|
|
60201
|
+
exports.LuiSelectMenuDivider = LuiSelectMenuDivider;
|
|
60202
|
+
exports.LuiSelectMenuHeader = LuiSelectMenuHeader;
|
|
60201
60203
|
exports.LuiSelectMenuItem = LuiSelectMenuItem;
|
|
60202
60204
|
exports.LuiSelectMenuItemSwitch = LuiSelectMenuItemSwitch;
|
|
60203
60205
|
exports.LuiSelectSubMenuItem = LuiSelectSubMenuItem;
|