diff --git a/REQUIRE b/REQUIRE index 3a51ea2..56f69b4 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,10 +1,10 @@ julia 0.6 JSON 0.7 Compat 0.17 -InteractBase 0.5.0 -InteractBulma 0.3.2 +InteractBase 0.6.0 +InteractBulma 0.3.3 WebIO CSSUtil Knockout DataStructures 0.2.10 -Widgets 0.2.0 +Widgets 0.2.3 diff --git a/docs/src/widgets.md b/docs/src/widgets.md index d4b7b5b..65be8be 100644 --- a/docs/src/widgets.md +++ b/docs/src/widgets.md @@ -21,7 +21,6 @@ timepicker colorpicker checkbox toggle -togglecontent ``` ## File input @@ -57,8 +56,6 @@ radiobuttons checkboxes toggles togglebuttons -``` -```@docs tabs tabulator ``` @@ -67,6 +64,10 @@ tabulator ```@docs latex +alert +highlight +InteractBase.notifications +togglecontent ``` ## Create widgets automatically from a Julia variable diff --git a/src/Interact.jl b/src/Interact.jl index d3d6fc4..b624c21 100644 --- a/src/Interact.jl +++ b/src/Interact.jl @@ -5,7 +5,7 @@ module Interact using Reexport @reexport using InteractBase - +import InteractBase: notifications import InteractBulma import Widgets: Widget, @layout, @nodeps, @map