@fctc/sme-widget-ui 1.6.0 → 1.6.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32714,7 +32714,7 @@ var DownLoadBinaryField = (props) => {
|
|
|
32714
32714
|
{
|
|
32715
32715
|
type: "button",
|
|
32716
32716
|
onClick: handleFileDownload,
|
|
32717
|
-
className: "flex items-center gap-1 text-blue-700 my-auto",
|
|
32717
|
+
className: "download-binary-field flex items-center gap-1 text-blue-700 my-auto",
|
|
32718
32718
|
children: [
|
|
32719
32719
|
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(DownloadIcon, {}),
|
|
32720
32720
|
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "text-sm italic underline text-primary", children: i18n_default.t("download_file") })
|
package/dist/index.mjs
CHANGED
|
@@ -32595,7 +32595,7 @@ var DownLoadBinaryField = (props) => {
|
|
|
32595
32595
|
{
|
|
32596
32596
|
type: "button",
|
|
32597
32597
|
onClick: handleFileDownload,
|
|
32598
|
-
className: "flex items-center gap-1 text-blue-700 my-auto",
|
|
32598
|
+
className: "download-binary-field flex items-center gap-1 text-blue-700 my-auto",
|
|
32599
32599
|
children: [
|
|
32600
32600
|
/* @__PURE__ */ jsx81(DownloadIcon, {}),
|
|
32601
32601
|
/* @__PURE__ */ jsx81("span", { className: "text-sm italic underline text-primary", children: i18n_default.t("download_file") })
|
package/dist/widgets.js
CHANGED
|
@@ -32340,7 +32340,7 @@ var DownLoadBinaryField = (props) => {
|
|
|
32340
32340
|
{
|
|
32341
32341
|
type: "button",
|
|
32342
32342
|
onClick: handleFileDownload,
|
|
32343
|
-
className: "flex items-center gap-1 text-blue-700 my-auto",
|
|
32343
|
+
className: "download-binary-field flex items-center gap-1 text-blue-700 my-auto",
|
|
32344
32344
|
children: [
|
|
32345
32345
|
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(DownloadIcon, {}),
|
|
32346
32346
|
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "text-sm italic underline text-primary", children: i18n_default.t("download_file") })
|
package/dist/widgets.mjs
CHANGED
|
@@ -32277,7 +32277,7 @@ var DownLoadBinaryField = (props) => {
|
|
|
32277
32277
|
{
|
|
32278
32278
|
type: "button",
|
|
32279
32279
|
onClick: handleFileDownload,
|
|
32280
|
-
className: "flex items-center gap-1 text-blue-700 my-auto",
|
|
32280
|
+
className: "download-binary-field flex items-center gap-1 text-blue-700 my-auto",
|
|
32281
32281
|
children: [
|
|
32282
32282
|
/* @__PURE__ */ jsx81(DownloadIcon, {}),
|
|
32283
32283
|
/* @__PURE__ */ jsx81("span", { className: "text-sm italic underline text-primary", children: i18n_default.t("download_file") })
|