@linzjs/lui 13.1.0 → 13.1.3

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,24 @@
1
+ ## [13.1.3](https://github.com/linz/lui/compare/v13.1.2...v13.1.3) (2022-02-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Make font selector for icon more specific so it works ([#550](https://github.com/linz/lui/issues/550)) ([9fd654e](https://github.com/linz/lui/commit/9fd654efc706d20a5114b159024458ece60e7e8d))
7
+
8
+ ## [13.1.2](https://github.com/linz/lui/compare/v13.1.1...v13.1.2) (2022-02-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * makes fonts external ([#549](https://github.com/linz/lui/issues/549)) ([5c83392](https://github.com/linz/lui/commit/5c833925187cc22ce3d09629654418ef5d0ed8c8))
14
+
15
+ ## [13.1.1](https://github.com/linz/lui/compare/v13.1.0...v13.1.1) (2022-02-01)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **LuiMenu.scss:** Makes react-menu as external so that it shares context with client app ([#546](https://github.com/linz/lui/issues/546)) ([160d4c0](https://github.com/linz/lui/commit/160d4c0691c5d8c37ed0ddb5d134336af7245d87))
21
+
1
22
  # [13.1.0](https://github.com/linz/lui/compare/v13.0.2...v13.1.0) (2022-01-31)
2
23
 
3
24
 
@@ -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.