@useinsider/ab-components 0.0.115-beta.5 → 0.0.116-beta.7

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/index.d.ts CHANGED
@@ -229,6 +229,7 @@ declare type __VLS_Props = {
229
229
  preventXss?: boolean;
230
230
  iconName?: IconNames;
231
231
  hideDelay?: number;
232
+ showDelay?: number;
232
233
  };
233
234
 
234
235
  declare function __VLS_template(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.115-beta.5",
3
+ "version": "0.0.116-beta.7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"