@budibase/bbui 3.34.3 → 3.34.4
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.
|
@@ -3319,7 +3319,7 @@ const AppIconMap = {
|
|
|
3319
3319
|
AutomatedSegment: "funnel",
|
|
3320
3320
|
Back: "rotate-counter-clockwise",
|
|
3321
3321
|
Back30Seconds: "rewind",
|
|
3322
|
-
BackAndroid: "
|
|
3322
|
+
BackAndroid: "backspace",
|
|
3323
3323
|
Beaker: "beaker",
|
|
3324
3324
|
BeakerCheck: "beaker",
|
|
3325
3325
|
BeakerShare: "beaker",
|
|
@@ -43128,7 +43128,7 @@ function SpectrumMDE(l, u) {
|
|
|
43128
43128
|
let f = prop(u, "height", 12, null), p = prop(u, "scroll", 8, !0), v = prop(u, "easyMDEOptions", 8, null), y = prop(u, "mde", 12, null), b = prop(u, "id", 8, null), $ = prop(u, "fullScreenOffset", 8, null), w = prop(u, "disabled", 8, !1), k = /* @__PURE__ */ mutable_source(void 0);
|
|
43129
43129
|
onMount(async () => {
|
|
43130
43130
|
f(f() || "200px");
|
|
43131
|
-
const { default: F } = await import("./easymde-
|
|
43131
|
+
const { default: F } = await import("./easymde-BKbmP8sT.mjs").then((T) => T.e);
|
|
43132
43132
|
y(new F({
|
|
43133
43133
|
element: get$2(k),
|
|
43134
43134
|
spellChecker: !1,
|
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": "3.34.
|
|
4
|
+
"version": "3.34.4",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"module": "dist/bbui.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "374da6efdde7455de279a8cdfda9d5662db9cb46"
|
|
111
111
|
}
|
package/src/helpers.ts
CHANGED
|
@@ -352,7 +352,7 @@ export const SpectrumIconMap: Record<string, string> = {
|
|
|
352
352
|
AutomatedSegment: "funnel",
|
|
353
353
|
Back: "rotate-counter-clockwise",
|
|
354
354
|
Back30Seconds: "rewind",
|
|
355
|
-
BackAndroid: "
|
|
355
|
+
BackAndroid: "backspace",
|
|
356
356
|
Beaker: "beaker",
|
|
357
357
|
BeakerCheck: "beaker",
|
|
358
358
|
BeakerShare: "beaker",
|