@budibase/bbui 2.9.38 → 2.9.39-alpha.0

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.
@@ -57,10 +57,8 @@
57
57
  function calculateIndicatorLength() {
58
58
  if (!vertical) {
59
59
  width = $tab.info?.width + "px"
60
- height = $tab.info?.height
61
60
  } else {
62
61
  height = $tab.info?.height + 4 + "px"
63
- width = $tab.info?.width
64
62
  }
65
63
  }
66
64
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  export let text = null
6
6
  export let condition = true
7
- export let duration = 3000
7
+ export let duration = 5000
8
8
  export let position
9
9
  export let type
10
10