blockly 12.1.0-beta.0 → 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.
@@ -177,6 +177,10 @@ export declare class FocusManager {
177
177
  * simultaneously will result in an error being thrown).
178
178
  */
179
179
  takeEphemeralFocus(focusableElement: HTMLElement | SVGElement): ReturnEphemeralFocus;
180
+ /**
181
+ * @returns whether something is currently holding ephemeral focus
182
+ */
183
+ ephemeralFocusTaken(): boolean;
180
184
  /**
181
185
  * Ensures that the manager is currently allowing operations that change its
182
186
  * internal focus state (such as via focusNode()).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockly",
3
- "version": "12.1.0-beta.0",
3
+ "version": "12.1.0",
4
4
  "description": "Blockly is a library for building visual programming editors.",
5
5
  "keywords": [
6
6
  "blockly"