@budibase/bbui 3.38.4 → 3.38.5
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.38.
|
|
4
|
+
"version": "3.38.5",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"module": "dist/bbui.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "5795ec6c95812463cba1d8cede8295f6c2b915cb"
|
|
109
109
|
}
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
<style>
|
|
92
92
|
button {
|
|
93
|
+
position: relative;
|
|
93
94
|
transition:
|
|
94
95
|
filter 130ms ease-out,
|
|
95
96
|
background 130ms ease-out,
|
|
@@ -181,13 +182,14 @@
|
|
|
181
182
|
.tooltip {
|
|
182
183
|
position: absolute;
|
|
183
184
|
pointer-events: none;
|
|
184
|
-
|
|
185
|
+
inset-inline-end: 0;
|
|
185
186
|
top: calc(100% + 4px);
|
|
186
|
-
width:
|
|
187
|
+
width: max-content;
|
|
187
188
|
max-width: 150px;
|
|
188
|
-
|
|
189
|
+
min-width: 0;
|
|
189
190
|
text-align: center;
|
|
190
191
|
z-index: 1;
|
|
192
|
+
box-sizing: border-box;
|
|
191
193
|
}
|
|
192
194
|
.accent.is-selected,
|
|
193
195
|
.accent:active {
|