analytica-frontend-lib 1.4.43 → 1.4.45
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/ActivitiesHistory/index.js +2 -1
- package/dist/ActivitiesHistory/index.js.map +1 -1
- package/dist/ActivitiesHistory/index.mjs +2 -1
- package/dist/ActivitiesHistory/index.mjs.map +1 -1
- package/dist/AlertDialog/index.d.ts +2 -0
- package/dist/AlertDialog/index.d.ts.map +1 -1
- package/dist/AlertDialog/index.js +2 -1
- package/dist/AlertDialog/index.js.map +1 -1
- package/dist/AlertDialog/index.mjs +2 -1
- package/dist/AlertDialog/index.mjs.map +1 -1
- package/dist/Quiz/index.js +2 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/RecommendedLessonsHistory/index.js +2 -1
- package/dist/RecommendedLessonsHistory/index.js.map +1 -1
- package/dist/RecommendedLessonsHistory/index.mjs +2 -1
- package/dist/RecommendedLessonsHistory/index.mjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
6144
|
+
action: submitAction,
|
|
6144
6145
|
onClick: handleSubmit,
|
|
6145
6146
|
children: submitButtonLabel
|
|
6146
6147
|
}
|