@charlesgomes/leafcode-shared-lib-react 1.0.69 → 1.0.70

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 CHANGED
@@ -1867,6 +1867,7 @@ var ValueFilterTemplate = (options, mask) => {
1867
1867
  import_inputnumber.InputNumber,
1868
1868
  {
1869
1869
  value: parsedValue,
1870
+ placeholder: "R$ 0,00",
1870
1871
  onValueChange: handleChange,
1871
1872
  mode: "currency",
1872
1873
  currency: "BRL",
package/dist/index.mjs CHANGED
@@ -1817,6 +1817,7 @@ var ValueFilterTemplate = (options, mask) => {
1817
1817
  InputNumber,
1818
1818
  {
1819
1819
  value: parsedValue,
1820
+ placeholder: "R$ 0,00",
1820
1821
  onValueChange: handleChange,
1821
1822
  mode: "currency",
1822
1823
  currency: "BRL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",