@gouvfr-lasuite/ui-kit 0.23.0 → 0.23.2
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/{PdfPreview-tZ18gLC7.js → PdfPreview-BOBDAlTZ.js} +2 -2
- package/dist/{PdfPreview-tZ18gLC7.js.map → PdfPreview-BOBDAlTZ.js.map} +1 -1
- package/dist/{PdfPreview-C_MtPFTn.cjs → PdfPreview-C7taj-bH.cjs} +2 -2
- package/dist/{PdfPreview-C_MtPFTn.cjs.map → PdfPreview-C7taj-bH.cjs.map} +1 -1
- package/dist/icons.cjs +1 -1
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.d.ts +87 -0
- package/dist/icons.js +1203 -668
- package/dist/icons.js.map +1 -1
- package/dist/{index-DYZlJwgm.js → index-B6GHSbZ5.js} +3 -3
- package/dist/{index-DYZlJwgm.js.map → index-B6GHSbZ5.js.map} +1 -1
- package/dist/{index-CkP5ZmRC.cjs → index-Dw-xw-QF.cjs} +2 -2
- package/dist/{index-CkP5ZmRC.cjs.map → index-Dw-xw-QF.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/pdf.worker.mjs +58008 -0
- package/package.json +9 -1
|
@@ -24319,7 +24319,7 @@ const LC = ["numbers", "xlsx", "xls"], BC = /* @__PURE__ */ new Set([
|
|
|
24319
24319
|
const e = t.message;
|
|
24320
24320
|
return /Failed to (fetch|resolve) (dynamically imported )?module/i.test(e) || /Cannot find (module|package)/i.test(e) || /Importing a module script failed/i.test(e);
|
|
24321
24321
|
}, QC = F4(
|
|
24322
|
-
() => import("./PdfPreview-
|
|
24322
|
+
() => import("./PdfPreview-BOBDAlTZ.js").then((t) => ({ default: t.PdfPreview })).catch((t) => {
|
|
24323
24323
|
if (JC(t))
|
|
24324
24324
|
return {
|
|
24325
24325
|
default: XC
|
|
@@ -24509,7 +24509,7 @@ const LC = ["numbers", "xlsx", "xls"], BC = /* @__PURE__ */ new Set([
|
|
|
24509
24509
|
{
|
|
24510
24510
|
variant: "tertiary",
|
|
24511
24511
|
onClick: () => N(!$),
|
|
24512
|
-
icon: /* @__PURE__ */ f.jsx(_e, { name: "
|
|
24512
|
+
icon: /* @__PURE__ */ f.jsx(_e, { name: "more_horiz" })
|
|
24513
24513
|
}
|
|
24514
24514
|
)
|
|
24515
24515
|
}
|
|
@@ -24747,4 +24747,4 @@ export {
|
|
|
24747
24747
|
_p as y,
|
|
24748
24748
|
Qn as z
|
|
24749
24749
|
};
|
|
24750
|
-
//# sourceMappingURL=index-
|
|
24750
|
+
//# sourceMappingURL=index-B6GHSbZ5.js.map
|