@ahmadmubarak98/namozaj 1.4.0 → 1.4.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/main.d.ts CHANGED
@@ -235,7 +235,7 @@ export declare const Namozaj: default_2.ForwardRefExoticComponent<DynamicFormPro
235
235
 
236
236
  export declare interface NamozajLocalizationOptions {
237
237
  locales: string[];
238
- translatedLabelSuffix?: (label: string, locale: string) => string;
238
+ translatedLabel?: (label: string, locale: string) => string;
239
239
  translatedFieldNameSuffix?: (locale: string) => string;
240
240
  translatedFieldGrid?: (field: DynamicFormField, locale: string) => GridColumnConfig;
241
241
  localePicker?: {
package/dist/namozaj.js CHANGED
@@ -82563,7 +82563,7 @@ const Form = React__default.forwardRef(
82563
82563
  ), y.label = getTranslatedFieldLabel(
82564
82564
  p,
82565
82565
  h,
82566
- (b = e.localization) == null ? void 0 : b.translatedLabelSuffix
82566
+ (b = e.localization) == null ? void 0 : b.translatedLabel
82567
82567
  ), y.grid = getTranslatedFieldGrid(
82568
82568
  p,
82569
82569
  h,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",