@budibase/frontend-core 3.4.6 → 3.4.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "3.4.6",
3
+ "version": "3.4.7",
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": "7d46e2f4d8537764dfa719b48a64ca3ca029c267"
23
+ "gitHead": "8b7e234e9da5237a393084a101bb7e6fcdbd97ce"
24
24
  }
@@ -1,4 +1,4 @@
1
- <script>
1
+ <script lang="ts">
2
2
  export let sideNav = false
3
3
  export let hideDevTools = false
4
4
  export let hideFooter = false
@@ -1,15 +1,15 @@
1
1
  <script>
2
2
  import { Layout } from "@budibase/bbui"
3
3
  import Bulgaria from "../../assets/bulgaria.png"
4
- import Covanta from "../../assets/covanta.png"
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 Covanta. Covanta expects to realize $3.2MM in savings due to the elimination of redundant data entry.",
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: Covanta,
12
+ image: Reworld,
13
13
  imageSize: 105,
14
14
  },
15
15
  {
@@ -1,7 +1,7 @@
1
1
  import { Readable, Writable } from "svelte/store"
2
2
 
3
3
  declare module "./memo" {
4
- export function memo<T>(value: T): Writable<T>
4
+ export function memo<T>(value?: T): Writable<T>
5
5
 
6
6
  export function derivedMemo<TStore, TResult>(
7
7
  store: Readable<TStore>,
Binary file