@budibase/bbui 2.14.6 → 2.14.7

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": "2.14.6",
4
+ "version": "2.14.7",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -36,8 +36,8 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
39
- "@budibase/shared-core": "2.14.6",
40
- "@budibase/string-templates": "2.14.6",
39
+ "@budibase/shared-core": "2.14.7",
40
+ "@budibase/string-templates": "2.14.7",
41
41
  "@spectrum-css/accordion": "3.0.24",
42
42
  "@spectrum-css/actionbutton": "1.0.1",
43
43
  "@spectrum-css/actiongroup": "1.0.1",
@@ -104,5 +104,5 @@
104
104
  }
105
105
  }
106
106
  },
107
- "gitHead": "8a749f5bcf80b35bcfd2c86a50a66da9235ea310"
107
+ "gitHead": "7b5a19d3146b137e974c22f99e04f3541c9e5215"
108
108
  }
@@ -40,7 +40,7 @@
40
40
  loading = false
41
41
  }
42
42
 
43
- async function confirm() {
43
+ export async function confirm() {
44
44
  loading = true
45
45
  if (!onConfirm || (await onConfirm()) !== keepOpen) {
46
46
  hide()