@budibase/frontend-core 2.30.2 → 2.30.3

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.30.2",
3
+ "version": "2.30.3",
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.30.2",
10
- "@budibase/shared-core": "2.30.2",
11
- "@budibase/types": "2.30.2",
9
+ "@budibase/bbui": "2.30.3",
10
+ "@budibase/shared-core": "2.30.3",
11
+ "@budibase/types": "2.30.3",
12
12
  "dayjs": "^1.10.8",
13
13
  "lodash": "4.17.21",
14
14
  "shortid": "2.2.15",
15
15
  "socket.io-client": "^4.7.5"
16
16
  },
17
- "gitHead": "c5877bb1bf52f056cd63b3792054e986f781a180"
17
+ "gitHead": "bb6092e58b80d4343bf3b720881f2dc01a30d1c9"
18
18
  }
@@ -129,6 +129,11 @@
129
129
  width: 100%;
130
130
  min-width: unset;
131
131
  }
132
+ .signature-cell img {
133
+ max-width: 100%;
134
+ max-height: 100%;
135
+ object-fit: contain;
136
+ }
132
137
  .signature-cell.light img {
133
138
  -webkit-filter: invert(100%);
134
139
  filter: invert(100%);