@charlesgomes/leafcode-shared-lib-react 1.0.22 → 1.0.23

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
@@ -1176,7 +1176,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
1176
1176
  value: import_api3.FilterMatchMode.EQUALS
1177
1177
  },
1178
1178
  {
1179
- label: isLanguagePtBr ? "N\xE3o cont\xE9m" : "Does not contain",
1179
+ label: isLanguagePtBr ? "Diferente" : "Not equals",
1180
1180
  value: import_api3.FilterMatchMode.NOT_EQUALS
1181
1181
  },
1182
1182
  {
package/dist/index.mjs CHANGED
@@ -1129,7 +1129,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
1129
1129
  value: FilterMatchMode3.EQUALS
1130
1130
  },
1131
1131
  {
1132
- label: isLanguagePtBr ? "N\xE3o cont\xE9m" : "Does not contain",
1132
+ label: isLanguagePtBr ? "Diferente" : "Not equals",
1133
1133
  value: FilterMatchMode3.NOT_EQUALS
1134
1134
  },
1135
1135
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",