@bluepic/embed 0.4.0-next.194 → 0.4.0-next.195

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/dist/main.mjs CHANGED
@@ -44040,7 +44040,8 @@ function Yte({ lingerMs: e = 500 } = {}) {
44040
44040
  return t.value === c || n.value === c;
44041
44041
  }
44042
44042
  function o(c) {
44043
- a(t.value === c ? void 0 : t.value), t.value = c;
44043
+ const d = c === n.value || c === t.value;
44044
+ a(d ? void 0 : t.value), t.value = c;
44044
44045
  }
44045
44046
  function u(c) {
44046
44047
  return t.value !== c ? !1 : (a(c), t.value = void 0, !0);
@@ -7,6 +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 { useChipHighlight } from './useChipHighlight';
10
11
  export { createFieldElementRegistry, provideFieldFocus, revealFieldElement, useFieldFocus, FIELD_FOCUS_KEY, FIELD_FOCUS_FLASH_CLASS, FIELD_HOVER_CLASS, } from './fieldFocus';
11
12
  export type { FieldFocusController } from './fieldFocus';
12
13
  export { chipActionFor, fieldHasChip, readFieldProp } from './chipAction';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
- "version": "0.4.0-next.194",
3
+ "version": "0.4.0-next.195",
4
4
  "description": "Bluepic embed sdk",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@auth0/auth0-vue": "^2.4.0",
49
- "@bluepic/types": "^0.8.83",
49
+ "@bluepic/types": "^0.8.76",
50
50
  "@hono/zod-openapi": "^1.1.4",
51
51
  "@types/css": "^0.0.38",
52
52
  "@types/downloadjs": "^1.4.6",