@nebularstreams/libmui 2.5.125 → 3.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.125",
4
+ "version": "3.0.1",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
package/src/index.js CHANGED
@@ -14,8 +14,6 @@ import Separator from "./widgets/Separator";
14
14
  import PlusMinus from "./widgets/PlusMinusWidget";
15
15
  import TitleBarWidget from "./widgets/TitleBarWidget";
16
16
  import RangeWidget from "./widgets/RangeWidget";
17
- import SmileysPanel from "./widgets/SmileysPanel";
18
- import SmileysWidget from "./widgets/SmileysWidget";
19
17
  import SmileysButton from "./widgets/SmileysButton";
20
18
  import startApp from "./app/app"
21
19
  import defineWidget from "./util/widgets.utils";
@@ -68,8 +66,6 @@ export {
68
66
  PlusMinus,
69
67
  RangeWidget,
70
68
  Selector,
71
- SmileysPanel,
72
- SmileysWidget,
73
69
  SmileysButton,
74
70
  SwitchWidget,
75
71
  Separator,