@budibase/frontend-core 3.4.6 → 3.4.8
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/frontend-core",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.8",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"svelte-check": "^4.1.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "05107650275cffabe49237cea10fee66870201c9"
|
|
24
24
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import { Layout } from "@budibase/bbui"
|
|
3
3
|
import Bulgaria from "../../assets/bulgaria.png"
|
|
4
|
-
import
|
|
4
|
+
import Reworld from "../../assets/reworld.png"
|
|
5
5
|
import Schnellecke from "../../assets/schnellecke.png"
|
|
6
6
|
|
|
7
7
|
const testimonials = [
|
|
8
8
|
{
|
|
9
|
-
text: "Budibase was the only solution that checked all the boxes for
|
|
9
|
+
text: "Budibase was the only solution that checked all the boxes for Reworld. Reworld expects to realize $3.2MM in savings due to the elimination of redundant data entry.",
|
|
10
10
|
name: "Charles Link",
|
|
11
11
|
role: "Senior Director, Data and Analytics",
|
|
12
|
-
image:
|
|
12
|
+
image: Reworld,
|
|
13
13
|
imageSize: 105,
|
|
14
14
|
},
|
|
15
15
|
{
|
package/src/utils/memo.d.ts
CHANGED
package/assets/covanta.png
DELETED
|
Binary file
|