@mamrp/components 1.7.41 → 1.7.42

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.mjs CHANGED
@@ -1196,7 +1196,7 @@ var JalaliDatePicker = ({
1196
1196
  closeOnSelect: false,
1197
1197
  openTo: "day",
1198
1198
  views: views ?? ["year", "month", "day"],
1199
- label,
1199
+ label: variant === "standard" ? "" : label,
1200
1200
  value: field.value ? moment(field.value) : null,
1201
1201
  format: persian ? "dddd - jDD/jMMMM/jYYYY" : "jYYYY/jMM/jDD",
1202
1202
  slotProps: {