@linzjs/lui 13.0.3-0 → 13.1.0-beta.0
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 +8 -0
- package/README.md +1 -1
- package/dist/components/LuiMenu/LuiMenu.d.ts +0 -1
- package/dist/index.js +26004 -28092
- package/dist/index.js.map +1 -1
- package/dist/lui.css +44 -34
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +25965 -28053
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/Messaging/messaging.scss +13 -12
- package/dist/scss/Components/Modal/modal.scss +9 -8
- package/dist/scss/Foundation/Utilities/Borders.scss +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [13.1.0](https://github.com/linz/lui/compare/v13.0.2...v13.1.0) (2022-01-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Build:** Replace TSDX with Rollup ([#530](https://github.com/linz/lui/issues/530)) ([f40b8a1](https://github.com/linz/lui/commit/f40b8a1e85b9eb37b94c77f72a93fc12b4d85f2a))
|
|
7
|
+
* **Rollup:** PR to trigger master build for PR ([#542](https://github.com/linz/lui/issues/542)) ([7d7949c](https://github.com/linz/lui/commit/7d7949cb094766a52d62359e2ce9528f5985c12e))
|
|
8
|
+
|
|
1
9
|
## [13.0.2](https://github.com/linz/lui/compare/v13.0.1...v13.0.2) (2022-01-31)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ControlledMenuProps, MenuProps } from '@szhsin/react-menu';
|
|
3
|
-
import '@szhsin/react-menu/dist/index.css';
|
|
4
3
|
/**
|
|
5
4
|
* A menu controlled by a user-supplied MenuButton. Open/closed state is managed internally. The defaulted style props,
|
|
6
5
|
* menuClassName and offsetY, can be overridden simply by setting them in the usual way.
|