@masters-union/union-stack 0.3.18 → 0.4.1
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/README.md +1 -1
- package/dist/cdn/loader.v1.global.js +1 -1
- package/dist/cdn/loader.v1.global.js.map +1 -1
- package/dist/{chunk-KFGLJY75.js → chunk-3BQ6RNXE.js} +4 -4
- package/dist/chunk-3BQ6RNXE.js.map +1 -0
- package/dist/{chunk-VDOTBC6Y.js → chunk-JAO2DEL3.js} +3 -3
- package/dist/{chunk-VDOTBC6Y.js.map → chunk-JAO2DEL3.js.map} +1 -1
- package/dist/{chunk-4DBTQE3U.cjs → chunk-ULC3GQ5J.cjs} +3 -3
- package/dist/{chunk-4DBTQE3U.cjs.map → chunk-ULC3GQ5J.cjs.map} +1 -1
- package/dist/{chunk-7LKSR4EY.cjs → chunk-Z7JOL2OE.cjs} +5 -5
- package/dist/chunk-Z7JOL2OE.cjs.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.js +3 -3
- package/dist/node.cjs +4 -4
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +2 -2
- package/dist/node.js.map +1 -1
- package/dist/picker.cjs +1 -1
- package/dist/picker.cjs.map +1 -1
- package/dist/picker.js +1 -1
- package/dist/picker.js.map +1 -1
- package/dist/react.cjs +3 -3
- package/dist/react.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-7LKSR4EY.cjs.map +0 -1
- package/dist/chunk-KFGLJY75.js.map +0 -1
package/dist/picker.js
CHANGED
|
@@ -1293,7 +1293,7 @@ function mergeConfig(server, runtime) {
|
|
|
1293
1293
|
return merged;
|
|
1294
1294
|
}
|
|
1295
1295
|
var DEFAULT_TITLE = "Upload files";
|
|
1296
|
-
var FOOTER_LINK = "https://unionstack.
|
|
1296
|
+
var FOOTER_LINK = "https://unionstack.in";
|
|
1297
1297
|
var ICON2 = {
|
|
1298
1298
|
upload: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>`,
|
|
1299
1299
|
fileUp: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><path d="M12 18v-6"/><path d="m9 15 3-3 3 3"/></svg>`,
|