@budibase/bbui 3.12.5 → 3.12.6

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/dist/bbui.mjs CHANGED
@@ -73959,7 +73959,7 @@ function create_fragment$9(f) {
73959
73959
  }
73960
73960
  function instance$9(f, u, p) {
73961
73961
  let { value: m = void 0 } = u, { height: v = void 0 } = u, y;
73962
- const k = (T, O) => {
73962
+ const k = async (T, O) => {
73963
73963
  if (T) {
73964
73964
  if (!O) {
73965
73965
  T.innerHTML = "";
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.12.5",
4
+ "version": "3.12.6",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.ts",
7
7
  "module": "dist/bbui.mjs",
@@ -99,5 +99,5 @@
99
99
  }
100
100
  }
101
101
  },
102
- "gitHead": "1b7296dc708223ebfa03d91b471c1ad4a4b49758"
102
+ "gitHead": "a9dabfd71bc85ee7bff3ad4c1421e1478987d0a2"
103
103
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  $: updateValue(ref, value)
10
10
 
11
- const updateValue = (
11
+ const updateValue = async (
12
12
  ref: HTMLDivElement | undefined,
13
13
  markdown: string | undefined
14
14
  ) => {