ahs-cti 1.0.0-beta.21 → 1.0.0-beta.22
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 +24 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2518,7 +2518,10 @@ function ConferenceDialog() {
|
|
|
2518
2518
|
)
|
|
2519
2519
|
}
|
|
2520
2520
|
),
|
|
2521
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material3.Box, { textAlign: "center", m: 2,
|
|
2521
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material3.Box, { textAlign: "center", m: 2, sx: {
|
|
2522
|
+
textAlign: "center",
|
|
2523
|
+
margin: 2
|
|
2524
|
+
}, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
2522
2525
|
import_material3.Button,
|
|
2523
2526
|
{
|
|
2524
2527
|
variant: "outlined",
|
|
@@ -3380,6 +3383,7 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3380
3383
|
{
|
|
3381
3384
|
variant: "body1",
|
|
3382
3385
|
m: 1,
|
|
3386
|
+
sx: { m: 1 },
|
|
3383
3387
|
children: [
|
|
3384
3388
|
" ",
|
|
3385
3389
|
"Call Disposition"
|
|
@@ -3403,6 +3407,10 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3403
3407
|
{
|
|
3404
3408
|
display: "flex",
|
|
3405
3409
|
gap: 2,
|
|
3410
|
+
sx: {
|
|
3411
|
+
display: "flex",
|
|
3412
|
+
gap: 2
|
|
3413
|
+
},
|
|
3406
3414
|
children: [
|
|
3407
3415
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
3408
3416
|
import_material3.Autocomplete,
|
|
@@ -3449,6 +3457,11 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3449
3457
|
display: "flex",
|
|
3450
3458
|
gap: 2,
|
|
3451
3459
|
mt: 2,
|
|
3460
|
+
sx: {
|
|
3461
|
+
display: "flex",
|
|
3462
|
+
gap: 2,
|
|
3463
|
+
mt: 2
|
|
3464
|
+
},
|
|
3452
3465
|
children: [
|
|
3453
3466
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
3454
3467
|
import_material3.Box,
|
|
@@ -3504,6 +3517,11 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3504
3517
|
display: "flex",
|
|
3505
3518
|
gap: 2,
|
|
3506
3519
|
mt: 2,
|
|
3520
|
+
sx: {
|
|
3521
|
+
display: "flex",
|
|
3522
|
+
gap: 2,
|
|
3523
|
+
mt: 2
|
|
3524
|
+
},
|
|
3507
3525
|
children: [
|
|
3508
3526
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
3509
3527
|
import_material3.Autocomplete,
|
|
@@ -3532,7 +3550,7 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3532
3550
|
]
|
|
3533
3551
|
}
|
|
3534
3552
|
),
|
|
3535
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material3.Box, { mt: 2, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
3553
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material3.Box, { mt: 2, sx: { mt: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
3536
3554
|
import_material3.TextField,
|
|
3537
3555
|
{
|
|
3538
3556
|
size: "small",
|
|
@@ -3553,6 +3571,10 @@ function EndCallDispositionDialog({ open, setOpen, onSubmitDisposition }) {
|
|
|
3553
3571
|
{
|
|
3554
3572
|
textAlign: "right",
|
|
3555
3573
|
m: 2,
|
|
3574
|
+
sx: {
|
|
3575
|
+
textAlign: "right",
|
|
3576
|
+
m: 2
|
|
3577
|
+
},
|
|
3556
3578
|
children: [
|
|
3557
3579
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
3558
3580
|
import_material3.Button,
|