@dreamcommerce/aurora 2.6.9-4 → 2.6.10

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const TOOLTIP_TIMEOUT_IN_MS = 150;
5
+ const TOOLTIP_TIMEOUT_IN_MS = 250;
6
6
 
7
7
  exports.TOOLTIP_TIMEOUT_IN_MS = TOOLTIP_TIMEOUT_IN_MS;
8
8
  //# sourceMappingURL=tooltip_constants.js.map
@@ -1 +1 @@
1
- export declare const TOOLTIP_TIMEOUT_IN_MS = 150;
1
+ export declare const TOOLTIP_TIMEOUT_IN_MS = 250;
@@ -1,4 +1,4 @@
1
- const TOOLTIP_TIMEOUT_IN_MS = 150;
1
+ const TOOLTIP_TIMEOUT_IN_MS = 250;
2
2
 
3
3
  export { TOOLTIP_TIMEOUT_IN_MS };
4
4
  //# sourceMappingURL=tooltip_constants.js.map
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.6.9-4",
5
+ "version": "2.6.10",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",