@dialpad/dialtone 9.64.1 → 9.65.0
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/css/dialtone-default-theme.css +121 -37
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +121 -37
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +4686 -4686
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +1 -1
- package/dist/vue2/lib/contact-centers-row.cjs +17 -9
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +17 -9
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/stack.cjs +51 -14
- package/dist/vue2/lib/stack.cjs.map +1 -1
- package/dist/vue2/lib/stack.js +52 -15
- package/dist/vue2/lib/stack.js.map +1 -1
- package/dist/vue2/style.css +57 -57
- package/dist/vue2/types/components/stack/utils.d.ts +2 -2
- package/dist/vue2/types/components/stack/utils.d.ts.map +1 -1
- package/dist/vue2/types/components/stack/validators.d.ts +1 -1
- package/dist/vue2/types/components/stack/validators.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +15 -0
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +21 -10
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +21 -10
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/stack.cjs +51 -14
- package/dist/vue3/lib/stack.cjs.map +1 -1
- package/dist/vue3/lib/stack.js +52 -15
- package/dist/vue3/lib/stack.js.map +1 -1
- package/dist/vue3/style.css +57 -57
- package/dist/vue3/types/components/stack/utils.d.ts +2 -2
- package/dist/vue3/types/components/stack/utils.d.ts.map +1 -1
- package/dist/vue3/types/components/stack/validators.d.ts +1 -1
- package/dist/vue3/types/components/stack/validators.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +15 -0
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/vue3/style.css
CHANGED
|
@@ -1265,7 +1265,7 @@ body > .os-scrollbar {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}
|
|
1267
1267
|
/* stylelint-disable selector-pseudo-class-no-unknown */
|
|
1268
|
-
.dt-leftbar-row[data-v-
|
|
1268
|
+
.dt-leftbar-row[data-v-cc2f5ae8] {
|
|
1269
1269
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
1270
1270
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
1271
1271
|
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
@@ -1296,49 +1296,49 @@ body > .os-scrollbar {
|
|
|
1296
1296
|
transition-duration: var(--td200);
|
|
1297
1297
|
transition-property: background-color, border, box-shadow;
|
|
1298
1298
|
}
|
|
1299
|
-
.dt-leftbar-row[data-v-
|
|
1300
|
-
.dt-leftbar-row[data-v-
|
|
1299
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover,
|
|
1300
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within {
|
|
1301
1301
|
--leftbar-row-unread-badge-display: none;
|
|
1302
1302
|
}
|
|
1303
|
-
.dt-leftbar-row[data-v-
|
|
1304
|
-
.dt-leftbar-row[data-v-
|
|
1303
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
|
|
1304
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
|
|
1305
1305
|
display: inline-flex;
|
|
1306
1306
|
}
|
|
1307
|
-
.dt-leftbar-row[data-v-
|
|
1308
|
-
.dt-leftbar-row[data-v-
|
|
1307
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
|
|
1308
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
|
|
1309
1309
|
opacity: 1;
|
|
1310
1310
|
}
|
|
1311
|
-
.dt-leftbar-row[data-v-
|
|
1312
|
-
.dt-leftbar-row[data-v-
|
|
1311
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:hover,
|
|
1312
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:focus-within {
|
|
1313
1313
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
1314
1314
|
}
|
|
1315
|
-
.dt-leftbar-row[data-v-
|
|
1316
|
-
.dt-leftbar-row[data-v-
|
|
1315
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:hover .d-presence,
|
|
1316
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:focus-within .d-presence {
|
|
1317
1317
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
1318
1318
|
}
|
|
1319
|
-
.dt-leftbar-row[data-v-
|
|
1320
|
-
.dt-leftbar-row[data-v-
|
|
1319
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:hover .d-avatar__count,
|
|
1320
|
+
.dt-leftbar-row[data-v-cc2f5ae8]:focus-within .d-avatar__count {
|
|
1321
1321
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
1322
1322
|
}
|
|
1323
|
-
.dt-leftbar-row--has-unread[data-v-
|
|
1323
|
+
.dt-leftbar-row--has-unread[data-v-cc2f5ae8] {
|
|
1324
1324
|
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
1325
1325
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
1326
1326
|
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
1327
1327
|
}
|
|
1328
|
-
.dt-leftbar-row--muted[data-v-
|
|
1328
|
+
.dt-leftbar-row--muted[data-v-cc2f5ae8] {
|
|
1329
1329
|
--leftbar-row-opacity: 60%;
|
|
1330
1330
|
}
|
|
1331
|
-
.dt-leftbar-row--selected[data-v-
|
|
1331
|
+
.dt-leftbar-row--selected[data-v-cc2f5ae8] {
|
|
1332
1332
|
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
1333
1333
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
1334
1334
|
}
|
|
1335
|
-
.dt-leftbar-row--selected[data-v-
|
|
1335
|
+
.dt-leftbar-row--selected[data-v-cc2f5ae8] .d-presence {
|
|
1336
1336
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
1337
1337
|
}
|
|
1338
|
-
.dt-leftbar-row--selected[data-v-
|
|
1338
|
+
.dt-leftbar-row--selected[data-v-cc2f5ae8] .d-avatar__count {
|
|
1339
1339
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
1340
1340
|
}
|
|
1341
|
-
.dt-leftbar-row__is-typing[data-v-
|
|
1341
|
+
.dt-leftbar-row__is-typing[data-v-cc2f5ae8] {
|
|
1342
1342
|
--is-typing-size-shape: var(--dt-size-550);
|
|
1343
1343
|
position: absolute;
|
|
1344
1344
|
display: flex;
|
|
@@ -1350,7 +1350,7 @@ body > .os-scrollbar {
|
|
|
1350
1350
|
border-radius: var(--dt-size-radius-pill);
|
|
1351
1351
|
opacity: 0.75;
|
|
1352
1352
|
}
|
|
1353
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
1353
|
+
.dt-leftbar-row__is-typing span[data-v-cc2f5ae8] {
|
|
1354
1354
|
display: inline-block;
|
|
1355
1355
|
width: var(--dt-size-300);
|
|
1356
1356
|
height: var(--dt-size-300);
|
|
@@ -1359,18 +1359,18 @@ body > .os-scrollbar {
|
|
|
1359
1359
|
border-radius: var(--dt-size-radius-pill);
|
|
1360
1360
|
opacity: 0.3;
|
|
1361
1361
|
transition: all 500ms ease;
|
|
1362
|
-
animation: wave-
|
|
1362
|
+
animation: wave-cc2f5ae8 1.5s ease infinite;
|
|
1363
1363
|
}
|
|
1364
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
1364
|
+
.dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(1) {
|
|
1365
1365
|
animation-delay: 0ms;
|
|
1366
1366
|
}
|
|
1367
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
1367
|
+
.dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(2) {
|
|
1368
1368
|
animation-delay: var(--td100);
|
|
1369
1369
|
}
|
|
1370
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
1370
|
+
.dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(3) {
|
|
1371
1371
|
animation-delay: var(--td200);
|
|
1372
1372
|
}
|
|
1373
|
-
.dt-leftbar-row__primary[data-v-
|
|
1373
|
+
.dt-leftbar-row__primary[data-v-cc2f5ae8] {
|
|
1374
1374
|
display: flex;
|
|
1375
1375
|
flex: 1;
|
|
1376
1376
|
align-items: center;
|
|
@@ -1387,18 +1387,18 @@ body > .os-scrollbar {
|
|
|
1387
1387
|
border-radius: var(--leftbar-row-radius);
|
|
1388
1388
|
appearance: none;
|
|
1389
1389
|
}
|
|
1390
|
-
.dt-leftbar-row__primary[data-v-
|
|
1390
|
+
.dt-leftbar-row__primary[data-v-cc2f5ae8]:active {
|
|
1391
1391
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
1392
1392
|
}
|
|
1393
|
-
.dt-leftbar-row__primary[data-v-
|
|
1393
|
+
.dt-leftbar-row__primary[data-v-cc2f5ae8]:focus-visible {
|
|
1394
1394
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
1395
1395
|
}
|
|
1396
|
-
.dt-leftbar-row__action-button[data-v-
|
|
1396
|
+
.dt-leftbar-row__action-button[data-v-cc2f5ae8] {
|
|
1397
1397
|
width: var(--leftbar-row-action-width);
|
|
1398
1398
|
height: var(--leftbar-row-action-height);
|
|
1399
1399
|
opacity: 0;
|
|
1400
1400
|
}
|
|
1401
|
-
.dt-leftbar-row__alpha[data-v-
|
|
1401
|
+
.dt-leftbar-row__alpha[data-v-cc2f5ae8] {
|
|
1402
1402
|
display: flex;
|
|
1403
1403
|
align-items: center;
|
|
1404
1404
|
justify-content: center;
|
|
@@ -1410,11 +1410,11 @@ body > .os-scrollbar {
|
|
|
1410
1410
|
color: var(--leftbar-row-alpha-color-foreground);
|
|
1411
1411
|
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
1412
1412
|
}
|
|
1413
|
-
.dt-leftbar-row__label[data-v-
|
|
1413
|
+
.dt-leftbar-row__label[data-v-cc2f5ae8] {
|
|
1414
1414
|
flex: 0 1;
|
|
1415
1415
|
min-width: 0;
|
|
1416
1416
|
}
|
|
1417
|
-
.dt-leftbar-row__omega[data-v-
|
|
1417
|
+
.dt-leftbar-row__omega[data-v-cc2f5ae8] {
|
|
1418
1418
|
position: absolute;
|
|
1419
1419
|
top: var(--leftbar-row-action-position-bottom);
|
|
1420
1420
|
right: var(--leftbar-row-action-position-right);
|
|
@@ -1426,34 +1426,34 @@ body > .os-scrollbar {
|
|
|
1426
1426
|
border-radius: var(--leftbar-row-radius);
|
|
1427
1427
|
transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
|
|
1428
1428
|
}
|
|
1429
|
-
.dt-leftbar-row__unread-badge[data-v-
|
|
1429
|
+
.dt-leftbar-row__unread-badge[data-v-cc2f5ae8] {
|
|
1430
1430
|
display: var(--leftbar-row-unread-badge-display);
|
|
1431
1431
|
color: var(--dt-theme-mention-color-foreground);
|
|
1432
1432
|
background-color: var(--dt-theme-mention-color-background);
|
|
1433
1433
|
}
|
|
1434
|
-
.dt-leftbar-row--unread-count[data-v-
|
|
1434
|
+
.dt-leftbar-row--unread-count[data-v-cc2f5ae8] .dt-leftbar-row__action {
|
|
1435
1435
|
display: none;
|
|
1436
1436
|
}
|
|
1437
|
-
.dt-leftbar-row__unread-count-badge[data-v-
|
|
1437
|
+
.dt-leftbar-row__unread-count-badge[data-v-cc2f5ae8] {
|
|
1438
1438
|
border-top-right-radius: var(--dt-size-radius-0);
|
|
1439
1439
|
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
1440
1440
|
}
|
|
1441
|
-
.dt-leftbar-row__unread-mention-count-badge[data-v-
|
|
1441
|
+
.dt-leftbar-row__unread-mention-count-badge[data-v-cc2f5ae8] {
|
|
1442
1442
|
color: var(--dt-theme-mention-color-foreground-strong);
|
|
1443
1443
|
background-color: var(--dt-theme-mention-color-background-strong);
|
|
1444
1444
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
1445
1445
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
1446
1446
|
}
|
|
1447
|
-
.dt-leftbar-row__unread-mention-only-count-badge[data-v-
|
|
1447
|
+
.dt-leftbar-row__unread-mention-only-count-badge[data-v-cc2f5ae8] {
|
|
1448
1448
|
color: var(--dt-theme-mention-color-foreground-strong);
|
|
1449
1449
|
background-color: var(--dt-theme-mention-color-background-strong);
|
|
1450
1450
|
}
|
|
1451
|
-
.dt-leftbar-row__active-voice[data-v-
|
|
1451
|
+
.dt-leftbar-row__active-voice[data-v-cc2f5ae8] {
|
|
1452
1452
|
display: inline-flex;
|
|
1453
1453
|
color: var(--dt-color-purple-400);
|
|
1454
|
-
-webkit-animation-name: opacity-pulsate-
|
|
1455
|
-
-moz-animation-name: opacity-pulsate-
|
|
1456
|
-
animation-name: opacity-pulsate-
|
|
1454
|
+
-webkit-animation-name: opacity-pulsate-cc2f5ae8;
|
|
1455
|
+
-moz-animation-name: opacity-pulsate-cc2f5ae8;
|
|
1456
|
+
animation-name: opacity-pulsate-cc2f5ae8;
|
|
1457
1457
|
-webkit-animation-duration: 1s;
|
|
1458
1458
|
-moz-animation-duration: 1s;
|
|
1459
1459
|
animation-duration: 1s;
|
|
@@ -1464,7 +1464,7 @@ body > .os-scrollbar {
|
|
|
1464
1464
|
-moz-animation-fill-mode: both;
|
|
1465
1465
|
animation-fill-mode: both;
|
|
1466
1466
|
}
|
|
1467
|
-
.dt-leftbar-row__dnd[data-v-
|
|
1467
|
+
.dt-leftbar-row__dnd[data-v-cc2f5ae8] {
|
|
1468
1468
|
padding-top: var(--dt-space-200);
|
|
1469
1469
|
padding-right: var(--dt-space-300);
|
|
1470
1470
|
color: var(--dt-color-foreground-tertiary);
|
|
@@ -1472,26 +1472,26 @@ body > .os-scrollbar {
|
|
|
1472
1472
|
font-size: var(--dt-font-size-100);
|
|
1473
1473
|
line-height: var(--dt-font-line-height-400);
|
|
1474
1474
|
}
|
|
1475
|
-
.dt-leftbar-row__container--off-duty[data-v-
|
|
1475
|
+
.dt-leftbar-row__container--off-duty[data-v-cc2f5ae8] {
|
|
1476
1476
|
background-color: var(--dt-badge-color-background-critical);
|
|
1477
1477
|
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
1478
1478
|
border-radius: var(--dt-size-radius-500);
|
|
1479
1479
|
}
|
|
1480
|
-
.dt-leftbar-row__container--off-duty[data-v-
|
|
1480
|
+
.dt-leftbar-row__container--off-duty[data-v-cc2f5ae8] .dt-leftbar-row__primary {
|
|
1481
1481
|
margin: calc(var(--dt-size-100) * -1);
|
|
1482
1482
|
}
|
|
1483
|
-
.dt-leftbar-row--contact-centers[data-v-
|
|
1483
|
+
.dt-leftbar-row--contact-centers[data-v-cc2f5ae8] .dt-leftbar-row__alpha {
|
|
1484
1484
|
padding-right: var(--dt-space-450);
|
|
1485
1485
|
padding-left: var(--dt-space-450);
|
|
1486
1486
|
}
|
|
1487
|
-
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-
|
|
1487
|
+
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-cc2f5ae8] {
|
|
1488
1488
|
display: inline-flex;
|
|
1489
1489
|
align-items: center;
|
|
1490
1490
|
justify-content: flex-end;
|
|
1491
1491
|
min-width: var(--dt-size-600);
|
|
1492
1492
|
height: var(--dt-size-500);
|
|
1493
1493
|
}
|
|
1494
|
-
.dt-leftbar-row[data-v-
|
|
1494
|
+
.dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__description {
|
|
1495
1495
|
overflow: hidden;
|
|
1496
1496
|
color: var(--leftbar-row-description-color-foreground);
|
|
1497
1497
|
font-weight: var(--leftbar-row-description-font-weight);
|
|
@@ -1500,7 +1500,7 @@ body > .os-scrollbar {
|
|
|
1500
1500
|
white-space: nowrap;
|
|
1501
1501
|
text-overflow: ellipsis;
|
|
1502
1502
|
}
|
|
1503
|
-
.dt-leftbar-row[data-v-
|
|
1503
|
+
.dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__status {
|
|
1504
1504
|
padding-bottom: var(--dt-space-100);
|
|
1505
1505
|
overflow: hidden;
|
|
1506
1506
|
color: var(--leftbar-row-status-color-foreground);
|
|
@@ -1509,19 +1509,19 @@ body > .os-scrollbar {
|
|
|
1509
1509
|
white-space: nowrap;
|
|
1510
1510
|
text-overflow: ellipsis;
|
|
1511
1511
|
}
|
|
1512
|
-
.dt-leftbar-row[data-v-
|
|
1512
|
+
.dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
|
|
1513
1513
|
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
1514
1514
|
content: " • ";
|
|
1515
1515
|
}
|
|
1516
|
-
.dt-leftbar-row__icon-cc[data-v-
|
|
1516
|
+
.dt-leftbar-row__icon-cc[data-v-cc2f5ae8] {
|
|
1517
1517
|
width: calc(var(--dt-size-300) * 3.5);
|
|
1518
1518
|
height: calc(var(--dt-size-300) * 3.5);
|
|
1519
1519
|
border-radius: var(--dt-size-200);
|
|
1520
1520
|
}
|
|
1521
|
-
.opacity-pulsate[data-v-
|
|
1522
|
-
-webkit-animation-name: opacity-pulsate-
|
|
1523
|
-
-moz-animation-name: opacity-pulsate-
|
|
1524
|
-
animation-name: opacity-pulsate-
|
|
1521
|
+
.opacity-pulsate[data-v-cc2f5ae8] {
|
|
1522
|
+
-webkit-animation-name: opacity-pulsate-cc2f5ae8;
|
|
1523
|
+
-moz-animation-name: opacity-pulsate-cc2f5ae8;
|
|
1524
|
+
animation-name: opacity-pulsate-cc2f5ae8;
|
|
1525
1525
|
-webkit-animation-duration: 1s;
|
|
1526
1526
|
-moz-animation-duration: 1s;
|
|
1527
1527
|
animation-duration: 1s;
|
|
@@ -1532,7 +1532,7 @@ body > .os-scrollbar {
|
|
|
1532
1532
|
-moz-animation-fill-mode: both;
|
|
1533
1533
|
animation-fill-mode: both;
|
|
1534
1534
|
}
|
|
1535
|
-
@keyframes opacity-pulsate-
|
|
1535
|
+
@keyframes opacity-pulsate-cc2f5ae8 {
|
|
1536
1536
|
0%,
|
|
1537
1537
|
100% {
|
|
1538
1538
|
opacity: 0.2;
|
|
@@ -1541,7 +1541,7 @@ body > .os-scrollbar {
|
|
|
1541
1541
|
opacity: 1;
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
|
-
@keyframes opacity-pulsate-
|
|
1544
|
+
@keyframes opacity-pulsate-cc2f5ae8 {
|
|
1545
1545
|
0%,
|
|
1546
1546
|
100% {
|
|
1547
1547
|
opacity: 0.2;
|
|
@@ -1550,7 +1550,7 @@ body > .os-scrollbar {
|
|
|
1550
1550
|
opacity: 1;
|
|
1551
1551
|
}
|
|
1552
1552
|
}
|
|
1553
|
-
@keyframes opacity-pulsate-
|
|
1553
|
+
@keyframes opacity-pulsate-cc2f5ae8 {
|
|
1554
1554
|
0%,
|
|
1555
1555
|
100% {
|
|
1556
1556
|
opacity: 0.2;
|
|
@@ -1559,7 +1559,7 @@ body > .os-scrollbar {
|
|
|
1559
1559
|
opacity: 1;
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
|
-
@keyframes wave-
|
|
1562
|
+
@keyframes wave-cc2f5ae8 {
|
|
1563
1563
|
0%,
|
|
1564
1564
|
50%,
|
|
1565
1565
|
100% {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export function directionPropType(value: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
|
|
2
2
|
export function getDefaultDirectionClass(direction: any): string | null;
|
|
3
|
-
export function getResponsiveClasses(direction: any): (string | null)[]
|
|
4
|
-
export function
|
|
3
|
+
export function getResponsiveClasses(direction: any, gap: any): (string | null)[];
|
|
4
|
+
export function getDefaultGapClass(gap: any): string | null;
|
|
5
5
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/stack/utils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/stack/utils.js"],"names":[],"mappings":"AAwBA,2IAEC;AAED,wEAIC;AAwBD,kFAKC;AAED,4DAGC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../../components/stack/validators.js"],"names":[],"mappings":"AAGA,mEAQC;AAED,
|
|
1
|
+
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../../components/stack/validators.js"],"names":[],"mappings":"AAGA,mEAQC;AAED,4DASC"}
|
|
@@ -20,6 +20,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
type: BooleanConstructor;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* Making this true will hide the unread count badge, the chevron button, and the right slot
|
|
25
|
+
*/
|
|
26
|
+
hideActions: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
23
30
|
/**
|
|
24
31
|
* Number of unread messages
|
|
25
32
|
*/
|
|
@@ -70,6 +77,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
77
|
type: BooleanConstructor;
|
|
71
78
|
default: boolean;
|
|
72
79
|
};
|
|
80
|
+
/**
|
|
81
|
+
* Making this true will hide the unread count badge, the chevron button, and the right slot
|
|
82
|
+
*/
|
|
83
|
+
hideActions: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
73
87
|
/**
|
|
74
88
|
* Number of unread messages
|
|
75
89
|
*/
|
|
@@ -90,6 +104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
104
|
}, {
|
|
91
105
|
ariaLabel: string;
|
|
92
106
|
selected: boolean;
|
|
107
|
+
hideActions: boolean;
|
|
93
108
|
unreadCount: number;
|
|
94
109
|
}, {}>;
|
|
95
110
|
export default _default;
|
package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue.js"],"names":[],"mappings":";IAuBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue.js"],"names":[],"mappings":";IAuBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;IA1CH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|