@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.js CHANGED
@@ -1249,7 +1249,7 @@ var JalaliDatePicker = ({
1249
1249
  closeOnSelect: false,
1250
1250
  openTo: "day",
1251
1251
  views: views ?? ["year", "month", "day"],
1252
- label,
1252
+ label: variant === "standard" ? "" : label,
1253
1253
  value: field.value ? (0, import_moment_jalaali.default)(field.value) : null,
1254
1254
  format: persian ? "dddd - jDD/jMMMM/jYYYY" : "jYYYY/jMM/jDD",
1255
1255
  slotProps: {