@budibase/bbui 3.27.1 → 3.27.2
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.
|
@@ -43018,7 +43018,7 @@ function SpectrumMDE(l, u) {
|
|
|
43018
43018
|
let f = prop(u, "height", 12, null), p = prop(u, "scroll", 8, !0), v = prop(u, "easyMDEOptions", 8, null), y = prop(u, "mde", 12, null), b = prop(u, "id", 8, null), $ = prop(u, "fullScreenOffset", 8, null), w = prop(u, "disabled", 8, !1), k = /* @__PURE__ */ mutable_source(void 0);
|
|
43019
43019
|
onMount(async () => {
|
|
43020
43020
|
f(f() || "200px");
|
|
43021
|
-
const { default: F } = await import("./easymde-
|
|
43021
|
+
const { default: F } = await import("./easymde-DUNRBRSd.mjs").then((T) => T.e);
|
|
43022
43022
|
y(new F({
|
|
43023
43023
|
element: get$2(k),
|
|
43024
43024
|
spellChecker: !1,
|
|
@@ -44282,7 +44282,7 @@ function Multiselect_1(l, u) {
|
|
|
44282
44282
|
$$slots: { default: !0 }
|
|
44283
44283
|
}), pop();
|
|
44284
44284
|
}
|
|
44285
|
-
var root_1$q = /* @__PURE__ */ from_html('<div><div class="pill-list svelte-1a10bb"></div> <input class="spectrum-Textfield-input pill-input-field svelte-1a10bb"/></div>');
|
|
44285
|
+
var root_1$q = /* @__PURE__ */ from_html('<div role="presentation"><div class="pill-list svelte-1a10bb"></div> <input class="spectrum-Textfield-input pill-input-field svelte-1a10bb"/></div>');
|
|
44286
44286
|
function PillInput(l, u) {
|
|
44287
44287
|
push$1(u, !1);
|
|
44288
44288
|
let m = prop(u, "value", 28, () => []), f = prop(u, "label", 24, () => {
|
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.27.
|
|
4
|
+
"version": "3.27.2",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"module": "dist/bbui.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "63fd980947ecc5adf6fbcd928c73113dac34f7a1"
|
|
111
111
|
}
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
class:is-disabled={disabled}
|
|
148
148
|
class:is-focused={focused}
|
|
149
149
|
class:is-invalid={!!error}
|
|
150
|
+
role="presentation"
|
|
150
151
|
on:click={() => {
|
|
151
152
|
if (!disabled && !readonly) {
|
|
152
153
|
inputEl?.focus()
|
|
@@ -244,6 +245,15 @@
|
|
|
244
245
|
line-height: 1;
|
|
245
246
|
display: inline-flex;
|
|
246
247
|
align-items: center;
|
|
248
|
+
padding-left: 4px;
|
|
249
|
+
padding-right: 2px;
|
|
250
|
+
}
|
|
251
|
+
.pill-input :global(.spectrum-ClearButton) {
|
|
252
|
+
width: 16px;
|
|
253
|
+
height: 16px;
|
|
254
|
+
}
|
|
255
|
+
.pill-input :global(.spectrum-ClearButton i) {
|
|
256
|
+
font-size: 12px;
|
|
247
257
|
}
|
|
248
258
|
.pill-list {
|
|
249
259
|
display: contents;
|