@bluepic/embed 0.4.0-next.180 → 0.4.0-next.182

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.
@@ -42,6 +42,8 @@ export declare function provideFieldFocus(controller: FieldFocusController): voi
42
42
  export declare function useFieldFocus(): FieldFocusController | undefined;
43
43
  /** Marks the focused field for a moment so the eye can follow the jump. */
44
44
  export declare const FIELD_FOCUS_FLASH_CLASS = "bx-field-hint-target";
45
+ /** Held while the pointer rests on the field's hitbox in the live preview. */
46
+ export declare const FIELD_HOVER_CLASS = "bx-field-hint-hover";
45
47
  /**
46
48
  * Scroll a field's control into view, flash it, and focus what you type into —
47
49
  * falling back to whatever else in it can take focus.
@@ -7,7 +7,7 @@ export type { OrderableHitbox } from './geometry';
7
7
  export { useFieldHitboxes } from './useFieldHitboxes';
8
8
  export type { FieldHitbox } from './useFieldHitboxes';
9
9
  export { useHintReveal } from './useHintReveal';
10
- export { createFieldElementRegistry, provideFieldFocus, revealFieldElement, useFieldFocus, FIELD_FOCUS_KEY, FIELD_FOCUS_FLASH_CLASS, } from './fieldFocus';
10
+ export { createFieldElementRegistry, provideFieldFocus, revealFieldElement, useFieldFocus, FIELD_FOCUS_KEY, FIELD_FOCUS_FLASH_CLASS, FIELD_HOVER_CLASS, } from './fieldFocus';
11
11
  export type { FieldFocusController } from './fieldFocus';
12
12
  export { chipActionFor, fieldHasChip, readFieldProp } from './chipAction';
13
13
  export type { ChipAction } from './chipAction';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
- "version": "0.4.0-next.180",
3
+ "version": "0.4.0-next.182",
4
4
  "description": "Bluepic embed sdk",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@auth0/auth0-vue": "^2.4.0",
48
- "@bluepic/types": "^0.8.58",
48
+ "@bluepic/types": "^0.8.64",
49
49
  "@hono/zod-openapi": "^1.1.4",
50
50
  "@types/css": "^0.0.38",
51
51
  "@types/downloadjs": "^1.4.6",