blockly 12.0.1-beta.1 → 12.1.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/blockly.mjs CHANGED
@@ -55,6 +55,7 @@ export const {
55
55
  INPUT_VALUE,
56
56
  Input,
57
57
  InsertionMarkerPreviewer,
58
+ KeyboardNavigationController,
58
59
  LabelFlyoutInflater,
59
60
  LineCursor,
60
61
  Marker,
@@ -144,7 +145,10 @@ export const {
144
145
  isSelectable,
145
146
  isSerializable,
146
147
  isVariableBackedParameterModel,
148
+ keyboardNavigationController,
147
149
  layers,
150
+ navigateBlock,
151
+ navigateStacks,
148
152
  procedures,
149
153
  registry,
150
154
  renderManagement,