@budibase/frontend-core 2.28.7 → 2.29.1

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "2.28.7",
3
+ "version": "2.29.1",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
7
7
  "svelte": "src/index.js",
8
8
  "dependencies": {
9
- "@budibase/bbui": "2.28.7",
10
- "@budibase/shared-core": "2.28.7",
11
- "@budibase/types": "2.28.7",
9
+ "@budibase/bbui": "2.29.1",
10
+ "@budibase/shared-core": "2.29.1",
11
+ "@budibase/types": "2.29.1",
12
12
  "dayjs": "^1.10.8",
13
13
  "lodash": "4.17.21",
14
14
  "shortid": "2.2.15",
15
15
  "socket.io-client": "^4.6.1"
16
16
  },
17
- "gitHead": "b1ed4509cf54dc3e0e52f8968ffcc1d76b198061"
17
+ "gitHead": "496c5d935a2e143f043ae51a9b00489be888d5b8"
18
18
  }
@@ -161,6 +161,9 @@ export const buildFormBlockButtonConfig = props => {
161
161
  {
162
162
  "##eventHandlerType": "Close Side Panel",
163
163
  },
164
+ {
165
+ "##eventHandlerType": "Close Modal",
166
+ },
164
167
  // Clear a create form once submitted
165
168
  ...(actionType !== "Create"
166
169
  ? []