@seeqdev/qomponents 0.0.35 → 0.0.36
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DEFAULT_TOOL_TIP_DELAY =
|
|
1
|
+
export declare const DEFAULT_TOOL_TIP_DELAY = 500;
|
|
2
2
|
export declare const tooltipPositions: readonly ["top", "left", "right", "bottom"];
|
|
3
3
|
export type TooltipPosition = typeof tooltipPositions[number];
|
|
4
4
|
export interface TooltipProps {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.types.js","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"Tooltip.types.js","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAC;AAC1C,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,CAAU,CAAC"}
|
package/dist/index.esm.js
CHANGED
|
@@ -31,7 +31,7 @@ const browserName = browserId && browserId.split(' ', 2)[0];
|
|
|
31
31
|
browserId && parseInt(browserId.split(' ', 2)[1], 10);
|
|
32
32
|
const browserIsFirefox = browserId && browserName === 'Firefox';
|
|
33
33
|
|
|
34
|
-
const DEFAULT_TOOL_TIP_DELAY =
|
|
34
|
+
const DEFAULT_TOOL_TIP_DELAY = 500;
|
|
35
35
|
|
|
36
36
|
const colorClassesThemeLight = {
|
|
37
37
|
'theme': 'tw-text-sq-color-dark',
|