@openmrs/esm-form-builder-app 2.0.2-pre.559 → 2.0.2-pre.563

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.
@@ -45,7 +45,7 @@ const EditableValue: React.FC<EditableValueProps> = ({
45
45
  <Button
46
46
  kind="ghost"
47
47
  size="sm"
48
- enterDelayMs={200}
48
+ enterDelayMs={300}
49
49
  iconDescription={t("editButton", "Edit {elementType}", {
50
50
  elementType: elementType,
51
51
  })}
@@ -471,7 +471,7 @@ const InteractiveBuilder: React.FC<InteractiveBuilderProps> = ({
471
471
  </div>
472
472
  <Button
473
473
  hasIconOnly
474
- enterDelayMs={200}
474
+ enterDelayMs={300}
475
475
  iconDescription={t("deletePage", "Delete page")}
476
476
  kind="ghost"
477
477
  onClick={() => {
@@ -511,7 +511,7 @@ const InteractiveBuilder: React.FC<InteractiveBuilderProps> = ({
511
511
  </div>
512
512
  <Button
513
513
  hasIconOnly
514
- enterDelayMs={200}
514
+ enterDelayMs={300}
515
515
  iconDescription={t(
516
516
  "deleteSection",
517
517
  "Delete section"