@fluid-app/portal-sdk 0.1.133 → 0.1.134
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/{ProductsScreen-DMldTDPg.mjs → ProductsScreen-BsuY5uQt.mjs} +2 -2
- package/dist/{ProductsScreen-BPNdpsYm.cjs → ProductsScreen-CC4bgiMI.cjs} +2 -2
- package/dist/{ProductsScreen-jdy2j9_J.mjs → ProductsScreen-Ccxux_2H.mjs} +2 -2
- package/dist/{ProductsScreen-jdy2j9_J.mjs.map → ProductsScreen-Ccxux_2H.mjs.map} +1 -1
- package/dist/{ProductsScreen-BY285fh-.cjs → ProductsScreen-yBjW5cWx.cjs} +2 -2
- package/dist/{ProductsScreen-BY285fh-.cjs.map → ProductsScreen-yBjW5cWx.cjs.map} +1 -1
- package/dist/{ShareablesScreen-DMBXIMMj.cjs → ShareablesScreen-BGHIqliw.cjs} +2 -2
- package/dist/{ShareablesScreen-znVUD_OK.cjs → ShareablesScreen-C3Xue2W7.cjs} +156 -110
- package/dist/ShareablesScreen-C3Xue2W7.cjs.map +1 -0
- package/dist/{ShareablesScreen-B6tMQzuX.mjs → ShareablesScreen-D8o7wTGM.mjs} +157 -111
- package/dist/ShareablesScreen-D8o7wTGM.mjs.map +1 -0
- package/dist/{ShareablesScreen-d_ThfnNQ.mjs → ShareablesScreen-DdaBX6Su.mjs} +2 -2
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/{src-C5GUPE_i.cjs → src-BAcQ6URl.cjs} +9 -8
- package/dist/{src-C5GUPE_i.cjs.map → src-BAcQ6URl.cjs.map} +1 -1
- package/dist/{src-DcIV4Mpe.mjs → src-j_uOaPI8.mjs} +10 -3
- package/dist/{src-DcIV4Mpe.mjs.map → src-j_uOaPI8.mjs.map} +1 -1
- package/package.json +19 -19
- package/dist/ShareablesScreen-B6tMQzuX.mjs.map +0 -1
- package/dist/ShareablesScreen-znVUD_OK.cjs.map +0 -1
|
@@ -6586,7 +6586,14 @@ function MediaCreateScreen({ onNavigate, onBack }) {
|
|
|
6586
6586
|
open: isPickerOpen,
|
|
6587
6587
|
onFilesSelected: handleFilesSelected,
|
|
6588
6588
|
onClose: () => setIsPickerOpen(false),
|
|
6589
|
-
config: {
|
|
6589
|
+
config: {
|
|
6590
|
+
maxFiles: 1,
|
|
6591
|
+
allowedMethods: [
|
|
6592
|
+
"dam",
|
|
6593
|
+
"upload",
|
|
6594
|
+
"url"
|
|
6595
|
+
]
|
|
6596
|
+
}
|
|
6590
6597
|
})
|
|
6591
6598
|
})
|
|
6592
6599
|
})]
|
|
@@ -8888,6 +8895,6 @@ function ProductsApp({ countryCode, companyLogoUrl, fetchProducts, fetchProduct,
|
|
|
8888
8895
|
});
|
|
8889
8896
|
}
|
|
8890
8897
|
//#endregion
|
|
8891
|
-
export {
|
|
8898
|
+
export { ShareablesCoreProvider as a, ShareablesApiProvider as i, ShareablesApp as n, ShareablesUIProvider as r, ProductsApp as t };
|
|
8892
8899
|
|
|
8893
|
-
//# sourceMappingURL=src-
|
|
8900
|
+
//# sourceMappingURL=src-j_uOaPI8.mjs.map
|