@microblink/blinkid-ux-manager 7.2.2 → 7.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microblink/blinkid-ux-manager",
3
- "version": "7.2.2",
3
+ "version": "7.3.1",
4
4
  "author": "Microblink",
5
5
  "type": "module",
6
6
  "main": "./dist/blinkid-ux-manager.js",
@@ -11,8 +11,8 @@
11
11
  "types"
12
12
  ],
13
13
  "dependencies": {
14
- "@microblink/blinkid-core": "^7.2.2",
15
- "@microblink/camera-manager": "^7.1.0",
14
+ "@microblink/blinkid-core": "^7.3.1",
15
+ "@microblink/camera-manager": "^7.2.1",
16
16
  "type-fest": "^4.35.0"
17
17
  },
18
18
  "access": "public",
@@ -29,6 +29,21 @@ export declare class BlinkIdUxManager {
29
29
  * Indicates whether the UI should display the production overlay. Controlled by the license property.
30
30
  */
31
31
  getShowProductionOverlay(): boolean;
32
+ /**
33
+ * Returns the timeout duration in ms. Null if timeout won't be triggered ever.
34
+ * @returns The timeout duration in ms.
35
+ */
36
+ getTimeoutDuration(): number | null;
37
+ /**
38
+ * Returns the time in ms before the help tooltip is shown. Null if tooltip won't be auto shown.
39
+ * @returns The time in ms before the help tooltip is shown.
40
+ */
41
+ getHelpTooltipShowDelay(): number | null;
42
+ /**
43
+ * Returns the time in ms before the help tooltip is hidden. Null if tooltip won't be auto hidden.
44
+ * @returns The time in ms before the help tooltip is hidden.
45
+ */
46
+ getHelpTooltipHideDelay(): number | null;
32
47
  /**
33
48
  * Adds a callback function to be executed when the UI state changes.
34
49
  * @param callback - Function to be called when UI state changes. Receives the new UI state as parameter.
@@ -100,9 +115,28 @@ export declare class BlinkIdUxManager {
100
115
  addOnErrorCallback(callback: (errorState: BlinkIdProcessingError) => void): () => void;
101
116
  addOnDocumentFilteredCallback(callback: (documentClassInfo: DocumentClassInfo) => void): () => void;
102
117
  /**
103
- * Set the duration of the timeout in milliseconds.
118
+ * Sets the duration after which the scanning session will timeout. The timeout can occur in various scenarios
119
+ * and may be restarted by different scanning events.
120
+ *
121
+ * @param duration The timeout duration in milliseconds. If null, timeout won't be triggered ever.
122
+ * @param setHelpTooltipShowDelay If true, also sets the help tooltip show delay to half of the provided duration. If timeout duration is null, help tooltip show delay will be set to null. Defaults to true.
123
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
124
+ */
125
+ setTimeoutDuration(duration: number | null, setHelpTooltipShowDelay?: boolean): void;
126
+ /**
127
+ * Sets the duration in milliseconds before the help tooltip is shown.
128
+ * A value of null means the help tooltip will not be auto shown.
129
+ * @param duration The duration in milliseconds before the help tooltip is shown. If null, tooltip won't be auto shown.
130
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
131
+ */
132
+ setHelpTooltipShowDelay(duration: number | null): void;
133
+ /**
134
+ * Sets the duration in milliseconds before the help tooltip is hidden.
135
+ * A value of null means the help tooltip will not be auto hidden.
136
+ * @param duration The duration in milliseconds before the help tooltip is hidden. If null, tooltip won't be auto hidden.
137
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
104
138
  */
105
- setTimeoutDuration(duration: number): void;
139
+ setHelpTooltipHideDelay(duration: number | null): void;
106
140
  /**
107
141
  * Clears any active timeout.
108
142
  */
@@ -1 +1 @@
1
- {"version":3,"file":"BlinkIdUxManager.d.ts","sourceRoot":"","sources":["../../src/core/BlinkIdUxManager.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EAGlB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,gBAAgB;;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,EAAE,qBAAqB,CAAC;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,aAAa,EAAE,iBAAiB,CAAC;IACjC,kBAAkB,EAAE,kBAAkB,CAAC,OAAO,iBAAiB,CAAC,CAAC;IACjE,eAAe,EAAE,sBAAsB,CAAC;gBAoB9C,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,qBAAqB;IAqDxC;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;OAEG;IACH,wBAAwB,IAAI,OAAO;IAInC;;;;;;;;;;OAUG;IACH,2BAA2B,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;IAOvE;;;;;;;;;;;;;OAaG;IACH,mBAAmB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,qBAAqB,KAAK,IAAI;IAOrE;;;;;;;;;;;;OAYG;IACH,sBAAsB,CAAC,QAAQ,EAAE,mBAAmB;IAOpD;;;;;;;;;;;;OAYG;IACH,yBAAyB,CACvB,QAAQ,EAAE,CAAC,WAAW,EAAE,uBAAuB,KAAK,IAAI;IAQ1D;;;;;;;;;;;;OAYG;IACH,kBAAkB,CAAC,QAAQ,EAAE,CAAC,UAAU,EAAE,sBAAsB,KAAK,IAAI;IAiBzE,6BAA6B,CAC3B,QAAQ,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,KAAK,IAAI;IA4G1D;;OAEG;IACH,kBAAkB,CAAC,QAAQ,EAAE,MAAM;IA6FnC;;OAEG;IACH,gBAAgB,aAGd;IAEF;;;;OAIG;IACH,KAAK;CAUN"}
1
+ {"version":3,"file":"BlinkIdUxManager.d.ts","sourceRoot":"","sources":["../../src/core/BlinkIdUxManager.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EAGlB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,gBAAgB;;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,EAAE,qBAAqB,CAAC;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,aAAa,EAAE,iBAAiB,CAAC;IACjC,kBAAkB,EAAE,kBAAkB,CAAC,OAAO,iBAAiB,CAAC,CAAC;IACjE,eAAe,EAAE,sBAAsB,CAAC;gBAwB9C,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,qBAAqB;IA2DxC;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;OAEG;IACH,wBAAwB,IAAI,OAAO;IAInC;;;OAGG;IACH,kBAAkB,IAAI,MAAM,GAAG,IAAI;IAInC;;;OAGG;IACH,uBAAuB,IAAI,MAAM,GAAG,IAAI;IAIxC;;;OAGG;IACH,uBAAuB,IAAI,MAAM,GAAG,IAAI;IAIxC;;;;;;;;;;OAUG;IACH,2BAA2B,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;IAOvE;;;;;;;;;;;;;OAaG;IACH,mBAAmB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,qBAAqB,KAAK,IAAI;IAOrE;;;;;;;;;;;;OAYG;IACH,sBAAsB,CAAC,QAAQ,EAAE,mBAAmB;IAOpD;;;;;;;;;;;;OAYG;IACH,yBAAyB,CACvB,QAAQ,EAAE,CAAC,WAAW,EAAE,uBAAuB,KAAK,IAAI;IAQ1D;;;;;;;;;;;;OAYG;IACH,kBAAkB,CAAC,QAAQ,EAAE,CAAC,UAAU,EAAE,sBAAsB,KAAK,IAAI;IAiBzE,6BAA6B,CAC3B,QAAQ,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,KAAK,IAAI;IA4G1D;;;;;;;OAOG;IACH,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,uBAAuB,UAAO;IAY1E;;;;;OAKG;IACH,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAQ/C;;;;;OAKG;IACH,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAyG/C;;OAEG;IACH,gBAAgB,aAQd;IAEF;;;;OAIG;IACH,KAAK;CAUN"}
@@ -59,6 +59,21 @@ export declare class BlinkIdUxManager {
59
59
  * Indicates whether the UI should display the production overlay. Controlled by the license property.
60
60
  */
61
61
  getShowProductionOverlay(): boolean;
62
+ /**
63
+ * Returns the timeout duration in ms. Null if timeout won't be triggered ever.
64
+ * @returns The timeout duration in ms.
65
+ */
66
+ getTimeoutDuration(): number | null;
67
+ /**
68
+ * Returns the time in ms before the help tooltip is shown. Null if tooltip won't be auto shown.
69
+ * @returns The time in ms before the help tooltip is shown.
70
+ */
71
+ getHelpTooltipShowDelay(): number | null;
72
+ /**
73
+ * Returns the time in ms before the help tooltip is hidden. Null if tooltip won't be auto hidden.
74
+ * @returns The time in ms before the help tooltip is hidden.
75
+ */
76
+ getHelpTooltipHideDelay(): number | null;
62
77
  /**
63
78
  * Adds a callback function to be executed when the UI state changes.
64
79
  * @param callback - Function to be called when UI state changes. Receives the new UI state as parameter.
@@ -130,9 +145,28 @@ export declare class BlinkIdUxManager {
130
145
  addOnErrorCallback(callback: (errorState: BlinkIdProcessingError) => void): () => void;
131
146
  addOnDocumentFilteredCallback(callback: (documentClassInfo: DocumentClassInfo) => void): () => void;
132
147
  /**
133
- * Set the duration of the timeout in milliseconds.
148
+ * Sets the duration after which the scanning session will timeout. The timeout can occur in various scenarios
149
+ * and may be restarted by different scanning events.
150
+ *
151
+ * @param duration The timeout duration in milliseconds. If null, timeout won't be triggered ever.
152
+ * @param setHelpTooltipShowDelay If true, also sets the help tooltip show delay to half of the provided duration. If timeout duration is null, help tooltip show delay will be set to null. Defaults to true.
153
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
154
+ */
155
+ setTimeoutDuration(duration: number | null, setHelpTooltipShowDelay?: boolean): void;
156
+ /**
157
+ * Sets the duration in milliseconds before the help tooltip is shown.
158
+ * A value of null means the help tooltip will not be auto shown.
159
+ * @param duration The duration in milliseconds before the help tooltip is shown. If null, tooltip won't be auto shown.
160
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
134
161
  */
135
- setTimeoutDuration(duration: number): void;
162
+ setHelpTooltipShowDelay(duration: number | null): void;
163
+ /**
164
+ * Sets the duration in milliseconds before the help tooltip is hidden.
165
+ * A value of null means the help tooltip will not be auto hidden.
166
+ * @param duration The duration in milliseconds before the help tooltip is hidden. If null, tooltip won't be auto hidden.
167
+ * @throws {Error} Throws an error if duration is less than or equal to 0 when not null.
168
+ */
169
+ setHelpTooltipHideDelay(duration: number | null): void;
136
170
  /**
137
171
  * Clears any active timeout.
138
172
  */
@@ -145,7 +179,7 @@ export declare class BlinkIdUxManager {
145
179
  reset(): void;
146
180
  }
147
181
 
148
- export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent, { localizationStrings, preserveSdkInstance, showOnboardingGuide, showHelpTooltipTimeout, }?: FeedbackUiOptions): () => void;
182
+ export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent, { localizationStrings, preserveSdkInstance, showOnboardingGuide, showHelpButton, }?: FeedbackUiOptions): () => void;
149
183
 
150
184
  /**
151
185
  * Copyright (c) 2025 Microblink Ltd. All rights reserved.
@@ -249,8 +283,18 @@ export declare type FeedbackUiOptions = {
249
283
  * @defaultValue false
250
284
  */
251
285
  preserveSdkInstance?: boolean;
286
+ /**
287
+ * If set to `true`, the onboarding guide will be shown.
288
+ *
289
+ * @defaultValue true
290
+ */
252
291
  showOnboardingGuide?: boolean;
253
- showHelpTooltipTimeout?: number;
292
+ /**
293
+ * If set to `true`, the help button will be shown.
294
+ *
295
+ * @defaultValue true
296
+ */
297
+ showHelpButton?: boolean;
254
298
  };
255
299
 
256
300
  export declare const firstSideCapturedStates: BlinkIdUiStateKey[];
@@ -1 +1 @@
1
- {"version":3,"file":"BlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/BlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAc1C,OAAO,EAEL,mBAAmB,EAEpB,MAAM,uBAAuB,CAAC;AAI/B,OAAO,iBAAiB,CAAC;AAazB,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC7C,CAmIA,CAAC"}
1
+ {"version":3,"file":"BlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/BlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAc1C,OAAO,EAEL,mBAAmB,EAEpB,MAAM,uBAAuB,CAAC;AAI/B,OAAO,iBAAiB,CAAC;AAazB,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC7C,CAqIA,CAAC"}
@@ -14,6 +14,7 @@ export type BlinkIdUiStore = {
14
14
  showOnboardingGuide?: boolean;
15
15
  showHelpTooltipTimeout?: number;
16
16
  showHelpModal?: boolean;
17
+ showHelpButton?: boolean;
17
18
  dismountFeedbackUi: () => void;
18
19
  };
19
20
  type BlinkIdUiStoreContextValue = {
@@ -24,6 +25,7 @@ export declare const BlinkIdUiStoreProvider: ParentComponent<{
24
25
  blinkIdUxManager: BlinkIdUxManager;
25
26
  cameraManagerComponent: CameraManagerComponent;
26
27
  showOnboardingGuide?: boolean;
28
+ showHelpButton?: boolean;
27
29
  showHelpTooltipTimeout?: number;
28
30
  dismountFeedbackUi: () => void;
29
31
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"BlinkIdUiStoreContext.d.ts","sourceRoot":"","sources":["../../src/ui/BlinkIdUiStoreContext.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACzE,OAAO,EAGL,KAAK,eAAe,EAErB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAe,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,KAAK,EAAE,cAAc,CAAC;IACtB,WAAW,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAC;CAC/C,CAAC;AAIF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC;IACnD,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CA+BA,CAAC;AAEF,wBAAgB,iBAAiB,+BAOhC"}
1
+ {"version":3,"file":"BlinkIdUiStoreContext.d.ts","sourceRoot":"","sources":["../../src/ui/BlinkIdUiStoreContext.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACzE,OAAO,EAGL,KAAK,eAAe,EAErB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAe,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,KAAK,EAAE,cAAc,CAAC;IACtB,WAAW,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAC;CAC/C,CAAC;AAIF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC;IACnD,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAgCA,CAAC;AAEF,wBAAgB,iBAAiB,+BAOhC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAIlB,OAAO,EACL,cAAc,EAGf,MAAM,0BAA0B,CAAC;AAelC,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;CACzB,CA0HA,CAAC"}
1
+ {"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAIlB,OAAO,EACL,cAAc,EAGf,MAAM,0BAA0B,CAAC;AAelC,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;CACzB,CAiHA,CAAC"}
@@ -13,8 +13,18 @@ export type FeedbackUiOptions = {
13
13
  * @defaultValue false
14
14
  */
15
15
  preserveSdkInstance?: boolean;
16
+ /**
17
+ * If set to `true`, the onboarding guide will be shown.
18
+ *
19
+ * @defaultValue true
20
+ */
16
21
  showOnboardingGuide?: boolean;
17
- showHelpTooltipTimeout?: number;
22
+ /**
23
+ * If set to `true`, the help button will be shown.
24
+ *
25
+ * @defaultValue true
26
+ */
27
+ showHelpButton?: boolean;
18
28
  };
19
- export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent, { localizationStrings, preserveSdkInstance, showOnboardingGuide, showHelpTooltipTimeout, }?: FeedbackUiOptions): () => void;
29
+ export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent, { localizationStrings, preserveSdkInstance, showOnboardingGuide, showHelpButton, }?: FeedbackUiOptions): () => void;
20
30
  //# sourceMappingURL=createBlinkIdFeedbackUi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createBlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/createBlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAIpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,EACE,mBAAmB,EAEnB,mBAAmB,EACnB,mBAA0B,EAC1B,sBAA6B,GAC9B,GAAE,iBAAsB,cAgC1B"}
1
+ {"version":3,"file":"createBlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/createBlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAIpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,EACE,mBAAmB,EAEnB,mBAAmB,EACnB,mBAA0B,EAC1B,cAAqB,GACtB,GAAE,iBAAsB,cAgC1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"HelpModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/HelpModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,KAAK,SAAS,EAKd,eAAe,EAChB,MAAM,UAAU,CAAC;AAclB,eAAO,MAAM,SAAS,EAAE,SAkHvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CA8DjE,CAAC"}
1
+ {"version":3,"file":"HelpModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/HelpModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,KAAK,SAAS,EAKd,eAAe,EAChB,MAAM,UAAU,CAAC;AAclB,eAAO,MAAM,SAAS,EAAE,SAkHvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CAwFjE,CAAC"}