Skip to content

Commit 1b42253

Browse files
authored
STooltip: Decreased Open Delay. (#419)
1 parent 7f95ca3 commit 1b42253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soramitsu/soramitsu-js-ui",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"private": false,
55
"publishConfig": {
66
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"

src/components/Tooltip/STooltip.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ export default class STooltip extends Mixins(BorderRadiusMixin, DesignSystemInje
8585
/**
8686
* Delay of the tooltip appearance, in millisecond.
8787
*
88-
* `1000` by default
88+
* `500` by default
8989
*/
90-
@Prop({ default: 1000, type: Number }) readonly openDelay!: number
90+
@Prop({ default: 500, type: Number }) readonly openDelay!: number
9191
/**
9292
* Custom class name for tooltip's popper
9393
*/

0 commit comments

Comments
 (0)