@budibase/bbui 3.2.29 → 3.2.30

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "3.2.29",
4
+ "version": "3.2.30",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.mjs",
@@ -98,5 +98,5 @@
98
98
  }
99
99
  }
100
100
  },
101
- "gitHead": "047c20252062a6f96aa2028bc4f9c5c882cd6860"
101
+ "gitHead": "674ee960a79856f998b71845c0c86c6955a41f80"
102
102
  }
@@ -51,6 +51,7 @@
51
51
  }
52
52
  input.hide-arrows {
53
53
  -moz-appearance: textfield;
54
+ appearance: textfield;
54
55
  }
55
56
  input[type="time"]::-webkit-calendar-picker-indicator {
56
57
  display: none;
@@ -39,6 +39,7 @@
39
39
  padding: 0;
40
40
  margin: 0;
41
41
  -webkit-appearance: none;
42
+ appearance: none;
42
43
  background: transparent;
43
44
  }
44
45
  input::-webkit-slider-thumb {
@@ -37,7 +37,7 @@
37
37
  }
38
38
  }
39
39
 
40
- export let overBackground
40
+ export let overBackground = false
41
41
  </script>
42
42
 
43
43
  <!-- svelte-ignore a11y-no-static-element-interactions -->
@@ -124,8 +124,6 @@
124
124
  .spectrum-Tabs-selectionIndicator.emphasized {
125
125
  background-color: var(--spectrum-global-color-blue-400);
126
126
  }
127
- .spectrum-Tabs--horizontal .spectrum-Tabs-selectionIndicator {
128
- }
129
127
  .noHorizPadding {
130
128
  padding: 0;
131
129
  }
@@ -134,6 +134,7 @@
134
134
  .spectrum-Tooltip-label {
135
135
  display: -webkit-box;
136
136
  -webkit-line-clamp: 3;
137
+ line-clamp: 3;
137
138
  -webkit-box-orient: vertical;
138
139
  overflow: hidden;
139
140
  font-size: 12px;