datastake-daf 0.6.471 → 0.6.472
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/components/index.js
CHANGED
|
@@ -44797,7 +44797,7 @@ const GetFormItem = ({
|
|
|
44797
44797
|
className: "max-char-cont",
|
|
44798
44798
|
children: /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
44799
44799
|
className: "max-char-span",
|
|
44800
|
-
children: t(
|
|
44800
|
+
children: t(maxRule === 1 ? "max-item" : "max-items", {
|
|
44801
44801
|
chars: maxRule
|
|
44802
44802
|
})
|
|
44803
44803
|
})
|
package/package.json
CHANGED
|
@@ -2093,7 +2093,7 @@ export const GetFormItem = ({
|
|
|
2093
2093
|
<div className="mt-2">
|
|
2094
2094
|
<div className="max-char-cont">
|
|
2095
2095
|
<span className="max-char-span">
|
|
2096
|
-
{t(
|
|
2096
|
+
{t(maxRule === 1 ? "max-item" : "max-items", { chars: maxRule })}
|
|
2097
2097
|
</span>
|
|
2098
2098
|
</div>
|
|
2099
2099
|
</div>
|