analytica-frontend-lib 1.4.43 → 1.4.44

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.
@@ -6058,6 +6058,7 @@ var AlertDialog = (0, import_react20.forwardRef)(
6058
6058
  onCancel,
6059
6059
  cancelValue,
6060
6060
  size = "medium",
6061
+ submitAction = "negative",
6061
6062
  ...props
6062
6063
  }, ref) => {
6063
6064
  (0, import_react20.useEffect)(() => {
@@ -6140,7 +6141,7 @@ var AlertDialog = (0, import_react20.forwardRef)(
6140
6141
  {
6141
6142
  variant: "solid",
6142
6143
  size: "small",
6143
- action: "negative",
6144
+ action: submitAction,
6144
6145
  onClick: handleSubmit,
6145
6146
  children: submitButtonLabel
6146
6147
  }