@linzjs/lui 21.8.0 → 21.8.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 +7 -0
- package/dist/index.d.ts +1 -1
- 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.8.1](https://github.com/linz/lui/compare/v21.8.0...v21.8.1) (2023-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fixed issue with the switch not being correctly imported ([#1040](https://github.com/linz/lui/issues/1040)) ([c091526](https://github.com/linz/lui/commit/c091526ae2a9fdec9bc210bed9828db76159cd85))
|
|
7
|
+
|
|
1
8
|
# [21.8.0](https://github.com/linz/lui/compare/v21.7.0...v21.8.0) (2023-11-01)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export { LuiButtonGroup } from './components/LuiButton/LuiButton';
|
|
|
8
8
|
export { LuiExpandableBanner } from './components/LuiExpandableBanner/LuiExpandableBanner';
|
|
9
9
|
export { LuiMenu, LuiControlledMenu } from './components/LuiMenu/LuiMenu';
|
|
10
10
|
export { LuiResizableLayout, SplitPanelState, } from './components/LuiResizableLayout/LuiResizableLayout';
|
|
11
|
-
export { LuiSelectMenu, LuiSelectMenuItem, LuiSelectSubMenuItem, } from './components/LuiSelectMenu/LuiSelectMenu';
|
|
11
|
+
export { LuiSelectMenu, LuiSelectMenuItem, LuiSelectMenuItemSwitch, LuiSelectSubMenuItem, } from './components/LuiSelectMenu/LuiSelectMenu';
|
|
12
12
|
export { LuiSelectDataMenu } from './components/LuiSelectMenu/LuiSelectDataMenu';
|
|
13
13
|
export { LuiFilterMenu } from './components/LuiFilterMenu/LuiFilterMenu';
|
|
14
14
|
export { LuiTabs, LuiTabsContext } from './components/LuiTabs/LuiTabs';
|
package/dist/index.js
CHANGED
|
@@ -58778,6 +58778,7 @@ exports.LuiSelectDataMenu = LuiSelectDataMenu;
|
|
|
58778
58778
|
exports.LuiSelectInput = LuiSelectInput;
|
|
58779
58779
|
exports.LuiSelectMenu = LuiSelectMenu;
|
|
58780
58780
|
exports.LuiSelectMenuItem = LuiSelectMenuItem;
|
|
58781
|
+
exports.LuiSelectMenuItemSwitch = LuiSelectMenuItemSwitch;
|
|
58781
58782
|
exports.LuiSelectSubMenuItem = LuiSelectSubMenuItem;
|
|
58782
58783
|
exports.LuiShadow = LuiShadow;
|
|
58783
58784
|
exports.LuiSideMenu = LuiSideMenu;
|