@budibase/bbui 3.2.24 → 3.2.25
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/dist/bbui.mjs +3 -3
- package/package.json +4 -4
package/dist/bbui.mjs
CHANGED
|
@@ -61315,9 +61315,9 @@ var isCallable = reflectApply ? function(p) {
|
|
|
61315
61315
|
throw new TypeError("iterator must be a function");
|
|
61316
61316
|
var v;
|
|
61317
61317
|
arguments.length >= 3 && (v = m), toStr.call(p) === "[object Array]" ? forEachArray(p, u, v) : typeof p == "string" ? forEachString(p, u, v) : forEachObject(p, u, v);
|
|
61318
|
-
}, forEach_1 = forEach, possibleTypedArrayNames = ["Float32Array", "Float64Array", "Int8Array", "Int16Array", "Int32Array", "Uint8Array", "Uint8ClampedArray", "Uint16Array", "Uint32Array", "BigInt64Array", "BigUint64Array"], g$1 = typeof globalThis > "u" ? commonjsGlobal : globalThis, availableTypedArrays$1 = function() {
|
|
61319
|
-
for (var p = [], u = 0; u <
|
|
61320
|
-
typeof g$1[
|
|
61318
|
+
}, forEach_1 = forEach, possibleTypedArrayNames = ["Float32Array", "Float64Array", "Int8Array", "Int16Array", "Int32Array", "Uint8Array", "Uint8ClampedArray", "Uint16Array", "Uint32Array", "BigInt64Array", "BigUint64Array"], possibleNames = possibleTypedArrayNames, g$1 = typeof globalThis > "u" ? commonjsGlobal : globalThis, availableTypedArrays$1 = function() {
|
|
61319
|
+
for (var p = [], u = 0; u < possibleNames.length; u++)
|
|
61320
|
+
typeof g$1[possibleNames[u]] == "function" && (p[p.length] = possibleNames[u]);
|
|
61321
61321
|
return p;
|
|
61322
61322
|
}, availableTypedArrays = availableTypedArrays$1, $toString = callBound("Object.prototype.toString"), hasToStringTag = shams(), g = typeof globalThis > "u" ? commonjsGlobal : globalThis, typedArrays = availableTypedArrays(), $slice = callBound("String.prototype.slice"), getPrototypeOf = Object.getPrototypeOf, $indexOf = callBound("Array.prototype.indexOf", !0) || function(p, u) {
|
|
61323
61323
|
for (var m = 0; m < p.length; m += 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.2.
|
|
4
|
+
"version": "3.2.25",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.js",
|
|
7
7
|
"module": "dist/bbui.mjs",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
|
32
|
-
"@budibase/shared-core": "3.2.
|
|
33
|
-
"@budibase/string-templates": "3.2.
|
|
32
|
+
"@budibase/shared-core": "3.2.25",
|
|
33
|
+
"@budibase/string-templates": "3.2.25",
|
|
34
34
|
"@spectrum-css/accordion": "3.0.24",
|
|
35
35
|
"@spectrum-css/actionbutton": "1.0.1",
|
|
36
36
|
"@spectrum-css/actiongroup": "1.0.1",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "3f2da7f0e5e8359de19f91d1ec67dbe3abe36169"
|
|
102
102
|
}
|