@linzjs/lui 16.2.8 → 16.2.9

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,10 @@
1
+ ## [16.2.9](https://github.com/linz/lui/compare/v16.2.8...v16.2.9) (2022-04-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **LuiShadow:** LuiShadow will be exported in the index.tsx ([#654](https://github.com/linz/lui/issues/654)) ([b188613](https://github.com/linz/lui/commit/b18861316e693138880177b0a1311b9effd7e3c4))
7
+
1
8
  ## [16.2.8](https://github.com/linz/lui/compare/v16.2.7...v16.2.8) (2022-04-13)
2
9
 
3
10
 
package/dist/index.d.ts CHANGED
@@ -49,3 +49,4 @@ export { LOLCommonDrawerMenu, LOLCommonDrawerMenuAfterLinks, LOLDrawerMenu, } fr
49
49
  export { LuiTooltip, ILuiTooltipProperties, } from './components/LuiTooltip/LuiTooltip';
50
50
  export * from './hooks';
51
51
  export { LuiBadge } from './components/LuiBadge/LuiBadge';
52
+ export { LuiShadow } from './components/LuiShadow/LuiShadow';
package/dist/index.js CHANGED
@@ -59894,6 +59894,7 @@ exports.LuiMiniSpinner = LuiMiniSpinner;
59894
59894
  exports.LuiModal = LuiModal;
59895
59895
  exports.LuiRadioInput = LuiRadioInput;
59896
59896
  exports.LuiSelectInput = LuiSelectInput;
59897
+ exports.LuiShadow = LuiShadow;
59897
59898
  exports.LuiStaticMessage = LuiStaticMessage;
59898
59899
  exports.LuiStatusSpinner = LuiStatusSpinner;
59899
59900
  exports.LuiTab = LuiTab;