@dialpad/dialtone 9.69.1 → 9.70.0-beta.2

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.
Files changed (139) hide show
  1. package/dist/css/dialtone-default-theme.css +4 -4
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens/tokens-dp-dark.css +3 -3
  4. package/dist/css/tokens/tokens-dp-light.css +4 -4
  5. package/dist/css/tokens/tokens-expressive-dark.css +3 -3
  6. package/dist/css/tokens/tokens-expressive-light.css +4 -4
  7. package/dist/css/tokens/tokens-expressive-sm-dark.css +3 -3
  8. package/dist/css/tokens/tokens-expressive-sm-light.css +4 -4
  9. package/dist/css/tokens/tokens-tmo-dark.css +3 -3
  10. package/dist/css/tokens/tokens-tmo-light.css +4 -4
  11. package/dist/tokens/css/tokens-dp-dark.css +3 -3
  12. package/dist/tokens/css/tokens-dp-light.css +4 -4
  13. package/dist/tokens/css/tokens-expressive-dark.css +3 -3
  14. package/dist/tokens/css/tokens-expressive-light.css +4 -4
  15. package/dist/tokens/css/tokens-expressive-sm-dark.css +3 -3
  16. package/dist/tokens/css/tokens-expressive-sm-light.css +4 -4
  17. package/dist/tokens/css/tokens-tmo-dark.css +3 -3
  18. package/dist/tokens/css/tokens-tmo-light.css +4 -4
  19. package/dist/tokens/doc.json +12142 -12142
  20. package/dist/tokens/less/tokens-dp-dark.less +2 -2
  21. package/dist/tokens/less/tokens-dp-light.less +2 -2
  22. package/dist/tokens/less/tokens-expressive-dark.less +2 -2
  23. package/dist/tokens/less/tokens-expressive-light.less +2 -2
  24. package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -2
  25. package/dist/tokens/less/tokens-expressive-sm-light.less +2 -2
  26. package/dist/tokens/less/tokens-tmo-dark.less +2 -2
  27. package/dist/tokens/less/tokens-tmo-light.less +2 -2
  28. package/dist/{themes/tmo-dark.cjs → tokens/themes/dp-dark.cjs} +1 -1
  29. package/dist/{themes/tmo-dark.js → tokens/themes/dp-dark.js} +2 -2
  30. package/dist/{themes/tmo-light.cjs → tokens/themes/dp-light.cjs} +1 -1
  31. package/dist/{themes/tmo-light.js → tokens/themes/dp-light.js} +2 -2
  32. package/dist/{themes → tokens/themes}/expressive-dark.cjs +1 -1
  33. package/dist/{themes → tokens/themes}/expressive-dark.js +1 -1
  34. package/dist/{themes → tokens/themes}/expressive-light.cjs +1 -1
  35. package/dist/{themes → tokens/themes}/expressive-light.js +1 -1
  36. package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +1 -1
  37. package/dist/{themes → tokens/themes}/expressive-sm-dark.js +1 -1
  38. package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +1 -1
  39. package/dist/{themes → tokens/themes}/expressive-sm-light.js +1 -1
  40. package/dist/{themes/dp-dark.cjs → tokens/themes/tmo-dark.cjs} +1 -1
  41. package/dist/{themes/dp-dark.js → tokens/themes/tmo-dark.js} +2 -2
  42. package/dist/{themes/dp-light.cjs → tokens/themes/tmo-light.cjs} +1 -1
  43. package/dist/{themes/dp-light.js → tokens/themes/tmo-light.js} +2 -2
  44. package/dist/tokens/themes/types/config.d.ts +2 -0
  45. package/dist/tokens/themes/types/config.d.ts.map +1 -0
  46. package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
  47. package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
  48. package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
  49. package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
  50. package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
  51. package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
  52. package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
  53. package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
  54. package/dist/tokens/tokens-dp-dark.json +1 -1
  55. package/dist/tokens/tokens-dp-light.json +2 -2
  56. package/dist/tokens/tokens-expressive-dark.json +1 -1
  57. package/dist/tokens/tokens-expressive-light.json +2 -2
  58. package/dist/tokens/tokens-expressive-sm-dark.json +1 -1
  59. package/dist/tokens/tokens-expressive-sm-light.json +2 -2
  60. package/dist/tokens/tokens-tmo-dark.json +1 -1
  61. package/dist/tokens/tokens-tmo-light.json +2 -2
  62. package/dist/vue2/lib/contact-centers-row.cjs +5 -5
  63. package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
  64. package/dist/vue2/lib/contact-centers-row.js +5 -5
  65. package/dist/vue2/lib/contact-centers-row.js.map +1 -1
  66. package/dist/vue2/lib/contact-row.cjs +9 -2
  67. package/dist/vue2/lib/contact-row.cjs.map +1 -1
  68. package/dist/vue2/lib/contact-row.js +9 -2
  69. package/dist/vue2/lib/contact-row.js.map +1 -1
  70. package/dist/vue2/style.css +57 -57
  71. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  72. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
  73. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  74. package/dist/vue3/component-documentation.json +1 -1
  75. package/dist/vue3/dialtone-vue.cjs +1 -1
  76. package/dist/vue3/dialtone-vue.js +1 -1
  77. package/dist/vue3/lib/avatar.cjs +31 -45
  78. package/dist/vue3/lib/avatar.cjs.map +1 -1
  79. package/dist/vue3/lib/avatar.js +33 -47
  80. package/dist/vue3/lib/avatar.js.map +1 -1
  81. package/dist/vue3/lib/callbox.cjs +14 -6
  82. package/dist/vue3/lib/callbox.cjs.map +1 -1
  83. package/dist/vue3/lib/callbox.js +15 -7
  84. package/dist/vue3/lib/callbox.js.map +1 -1
  85. package/dist/vue3/lib/contact-centers-row.cjs +5 -5
  86. package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
  87. package/dist/vue3/lib/contact-centers-row.js +5 -5
  88. package/dist/vue3/lib/contact-centers-row.js.map +1 -1
  89. package/dist/vue3/lib/contact-info.cjs +28 -10
  90. package/dist/vue3/lib/contact-info.cjs.map +1 -1
  91. package/dist/vue3/lib/contact-info.js +29 -11
  92. package/dist/vue3/lib/contact-info.js.map +1 -1
  93. package/dist/vue3/lib/contact-row.cjs +23 -10
  94. package/dist/vue3/lib/contact-row.cjs.map +1 -1
  95. package/dist/vue3/lib/contact-row.js +24 -11
  96. package/dist/vue3/lib/contact-row.js.map +1 -1
  97. package/dist/vue3/lib/feed-item-row.cjs +16 -10
  98. package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
  99. package/dist/vue3/lib/feed-item-row.js +17 -11
  100. package/dist/vue3/lib/feed-item-row.js.map +1 -1
  101. package/dist/vue3/style.css +106 -106
  102. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
  103. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  104. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  105. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  106. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  107. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  108. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  109. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  110. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  111. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
  112. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  114. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -1
  115. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  116. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  117. package/package.json +5 -6
  118. package/dist/themes/types/config.d.ts +0 -6
  119. package/dist/themes/types/config.d.ts.map +0 -1
  120. package/dist/themes/types/expressive-dark.d.ts.map +0 -1
  121. package/dist/themes/types/expressive-light.d.ts.map +0 -1
  122. package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
  123. package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
  124. package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
  125. package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
  126. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
  127. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
  128. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
  129. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
  130. /package/dist/{themes → tokens/themes}/config.cjs +0 -0
  131. /package/dist/{themes → tokens/themes}/config.js +0 -0
  132. /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
  133. /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
  134. /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
  135. /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
  136. /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
  137. /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
  138. /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
  139. /package/dist/{themes → tokens/themes}/types/tmo-light.d.ts +0 -0
@@ -1270,7 +1270,7 @@ body > .os-scrollbar {
1270
1270
  }
1271
1271
  }
1272
1272
  /* stylelint-disable selector-pseudo-class-no-unknown */
1273
- .dt-leftbar-row[data-v-cc2f5ae8] {
1273
+ .dt-leftbar-row[data-v-0f361db5] {
1274
1274
  --leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
1275
1275
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
1276
1276
  --leftbar-row-radius: var(--dt-size-radius-pill);
@@ -1301,49 +1301,49 @@ body > .os-scrollbar {
1301
1301
  transition-duration: var(--td200);
1302
1302
  transition-property: background-color, border, box-shadow;
1303
1303
  }
1304
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover,
1305
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within {
1304
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):hover,
1305
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):focus-within {
1306
1306
  --leftbar-row-unread-badge-display: none;
1307
1307
  }
1308
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
1309
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
1308
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
1309
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
1310
1310
  display: inline-flex;
1311
1311
  }
1312
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
1313
- .dt-leftbar-row[data-v-cc2f5ae8]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
1312
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
1313
+ .dt-leftbar-row[data-v-0f361db5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
1314
1314
  opacity: 1;
1315
1315
  }
1316
- .dt-leftbar-row[data-v-cc2f5ae8]:hover,
1317
- .dt-leftbar-row[data-v-cc2f5ae8]:focus-within {
1316
+ .dt-leftbar-row[data-v-0f361db5]:hover,
1317
+ .dt-leftbar-row[data-v-0f361db5]:focus-within {
1318
1318
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
1319
1319
  }
1320
- .dt-leftbar-row[data-v-cc2f5ae8]:hover .d-presence,
1321
- .dt-leftbar-row[data-v-cc2f5ae8]:focus-within .d-presence {
1320
+ .dt-leftbar-row[data-v-0f361db5]:hover .d-presence,
1321
+ .dt-leftbar-row[data-v-0f361db5]:focus-within .d-presence {
1322
1322
  --presence-color-border-base: var(--dt-color-black-200);
1323
1323
  }
1324
- .dt-leftbar-row[data-v-cc2f5ae8]:hover .d-avatar__count,
1325
- .dt-leftbar-row[data-v-cc2f5ae8]:focus-within .d-avatar__count {
1324
+ .dt-leftbar-row[data-v-0f361db5]:hover .d-avatar__count,
1325
+ .dt-leftbar-row[data-v-0f361db5]:focus-within .d-avatar__count {
1326
1326
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
1327
1327
  }
1328
- .dt-leftbar-row--has-unread[data-v-cc2f5ae8] {
1328
+ .dt-leftbar-row--has-unread[data-v-0f361db5] {
1329
1329
  --leftbar-row-description-font-weight: var(--dt-font-weight-bold);
1330
1330
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
1331
1331
  --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
1332
1332
  }
1333
- .dt-leftbar-row--muted[data-v-cc2f5ae8] {
1333
+ .dt-leftbar-row--muted[data-v-0f361db5] {
1334
1334
  --leftbar-row-opacity: 60%;
1335
1335
  }
1336
- .dt-leftbar-row--selected[data-v-cc2f5ae8] {
1336
+ .dt-leftbar-row--selected[data-v-0f361db5] {
1337
1337
  --leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
1338
1338
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
1339
1339
  }
1340
- .dt-leftbar-row--selected[data-v-cc2f5ae8] .d-presence {
1340
+ .dt-leftbar-row--selected[data-v-0f361db5] .d-presence {
1341
1341
  --presence-color-border-base: var(--dt-color-black-200);
1342
1342
  }
1343
- .dt-leftbar-row--selected[data-v-cc2f5ae8] .d-avatar__count {
1343
+ .dt-leftbar-row--selected[data-v-0f361db5] .d-avatar__count {
1344
1344
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
1345
1345
  }
1346
- .dt-leftbar-row__is-typing[data-v-cc2f5ae8] {
1346
+ .dt-leftbar-row__is-typing[data-v-0f361db5] {
1347
1347
  --is-typing-size-shape: var(--dt-size-550);
1348
1348
  position: absolute;
1349
1349
  display: flex;
@@ -1355,7 +1355,7 @@ body > .os-scrollbar {
1355
1355
  border-radius: var(--dt-size-radius-pill);
1356
1356
  opacity: 0.75;
1357
1357
  }
1358
- .dt-leftbar-row__is-typing span[data-v-cc2f5ae8] {
1358
+ .dt-leftbar-row__is-typing span[data-v-0f361db5] {
1359
1359
  display: inline-block;
1360
1360
  width: var(--dt-size-300);
1361
1361
  height: var(--dt-size-300);
@@ -1364,18 +1364,18 @@ body > .os-scrollbar {
1364
1364
  border-radius: var(--dt-size-radius-pill);
1365
1365
  opacity: 0.3;
1366
1366
  transition: all 500ms ease;
1367
- animation: wave-cc2f5ae8 1.5s ease infinite;
1367
+ animation: wave-0f361db5 1.5s ease infinite;
1368
1368
  }
1369
- .dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(1) {
1369
+ .dt-leftbar-row__is-typing span[data-v-0f361db5]:nth-child(1) {
1370
1370
  animation-delay: 0ms;
1371
1371
  }
1372
- .dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(2) {
1372
+ .dt-leftbar-row__is-typing span[data-v-0f361db5]:nth-child(2) {
1373
1373
  animation-delay: var(--td100);
1374
1374
  }
1375
- .dt-leftbar-row__is-typing span[data-v-cc2f5ae8]:nth-child(3) {
1375
+ .dt-leftbar-row__is-typing span[data-v-0f361db5]:nth-child(3) {
1376
1376
  animation-delay: var(--td200);
1377
1377
  }
1378
- .dt-leftbar-row__primary[data-v-cc2f5ae8] {
1378
+ .dt-leftbar-row__primary[data-v-0f361db5] {
1379
1379
  display: flex;
1380
1380
  flex: 1;
1381
1381
  align-items: center;
@@ -1392,18 +1392,18 @@ body > .os-scrollbar {
1392
1392
  border-radius: var(--leftbar-row-radius);
1393
1393
  appearance: none;
1394
1394
  }
1395
- .dt-leftbar-row__primary[data-v-cc2f5ae8]:active {
1395
+ .dt-leftbar-row__primary[data-v-0f361db5]:active {
1396
1396
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
1397
1397
  }
1398
- .dt-leftbar-row__primary[data-v-cc2f5ae8]:focus-visible {
1398
+ .dt-leftbar-row__primary[data-v-0f361db5]:focus-visible {
1399
1399
  box-shadow: var(--dt-shadow-focus-inset);
1400
1400
  }
1401
- .dt-leftbar-row__action-button[data-v-cc2f5ae8] {
1401
+ .dt-leftbar-row__action-button[data-v-0f361db5] {
1402
1402
  width: var(--leftbar-row-action-width);
1403
1403
  height: var(--leftbar-row-action-height);
1404
1404
  opacity: 0;
1405
1405
  }
1406
- .dt-leftbar-row__alpha[data-v-cc2f5ae8] {
1406
+ .dt-leftbar-row__alpha[data-v-0f361db5] {
1407
1407
  display: flex;
1408
1408
  align-items: center;
1409
1409
  justify-content: center;
@@ -1415,11 +1415,11 @@ body > .os-scrollbar {
1415
1415
  color: var(--leftbar-row-alpha-color-foreground);
1416
1416
  border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
1417
1417
  }
1418
- .dt-leftbar-row__label[data-v-cc2f5ae8] {
1418
+ .dt-leftbar-row__label[data-v-0f361db5] {
1419
1419
  flex: 0 1;
1420
1420
  min-width: 0;
1421
1421
  }
1422
- .dt-leftbar-row__omega[data-v-cc2f5ae8] {
1422
+ .dt-leftbar-row__omega[data-v-0f361db5] {
1423
1423
  position: absolute;
1424
1424
  top: var(--leftbar-row-action-position-bottom);
1425
1425
  right: var(--leftbar-row-action-position-right);
@@ -1431,34 +1431,34 @@ body > .os-scrollbar {
1431
1431
  border-radius: var(--leftbar-row-radius);
1432
1432
  transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
1433
1433
  }
1434
- .dt-leftbar-row__unread-badge[data-v-cc2f5ae8] {
1434
+ .dt-leftbar-row__unread-badge[data-v-0f361db5] {
1435
1435
  display: var(--leftbar-row-unread-badge-display);
1436
1436
  color: var(--dt-theme-mention-color-foreground);
1437
1437
  background-color: var(--dt-theme-mention-color-background);
1438
1438
  }
1439
- .dt-leftbar-row--unread-count[data-v-cc2f5ae8] .dt-leftbar-row__action {
1439
+ .dt-leftbar-row--unread-count[data-v-0f361db5] .dt-leftbar-row__action {
1440
1440
  display: none;
1441
1441
  }
1442
- .dt-leftbar-row__unread-count-badge[data-v-cc2f5ae8] {
1442
+ .dt-leftbar-row__unread-count-badge[data-v-0f361db5] {
1443
1443
  border-top-right-radius: var(--dt-size-radius-0);
1444
1444
  border-bottom-right-radius: var(--dt-size-radius-0);
1445
1445
  }
1446
- .dt-leftbar-row__unread-mention-count-badge[data-v-cc2f5ae8] {
1446
+ .dt-leftbar-row__unread-mention-count-badge[data-v-0f361db5] {
1447
1447
  color: var(--dt-theme-mention-color-foreground-strong);
1448
1448
  background-color: var(--dt-theme-mention-color-background-strong);
1449
1449
  border-top-left-radius: var(--dt-size-radius-0);
1450
1450
  border-bottom-left-radius: var(--dt-size-radius-0);
1451
1451
  }
1452
- .dt-leftbar-row__unread-mention-only-count-badge[data-v-cc2f5ae8] {
1452
+ .dt-leftbar-row__unread-mention-only-count-badge[data-v-0f361db5] {
1453
1453
  color: var(--dt-theme-mention-color-foreground-strong);
1454
1454
  background-color: var(--dt-theme-mention-color-background-strong);
1455
1455
  }
1456
- .dt-leftbar-row__active-voice[data-v-cc2f5ae8] {
1456
+ .dt-leftbar-row__active-voice[data-v-0f361db5] {
1457
1457
  display: inline-flex;
1458
1458
  color: var(--dt-color-purple-400);
1459
- -webkit-animation-name: opacity-pulsate-cc2f5ae8;
1460
- -moz-animation-name: opacity-pulsate-cc2f5ae8;
1461
- animation-name: opacity-pulsate-cc2f5ae8;
1459
+ -webkit-animation-name: opacity-pulsate-0f361db5;
1460
+ -moz-animation-name: opacity-pulsate-0f361db5;
1461
+ animation-name: opacity-pulsate-0f361db5;
1462
1462
  -webkit-animation-duration: 1s;
1463
1463
  -moz-animation-duration: 1s;
1464
1464
  animation-duration: 1s;
@@ -1469,7 +1469,7 @@ body > .os-scrollbar {
1469
1469
  -moz-animation-fill-mode: both;
1470
1470
  animation-fill-mode: both;
1471
1471
  }
1472
- .dt-leftbar-row__dnd[data-v-cc2f5ae8] {
1472
+ .dt-leftbar-row__dnd[data-v-0f361db5] {
1473
1473
  padding-top: var(--dt-space-200);
1474
1474
  padding-right: var(--dt-space-300);
1475
1475
  color: var(--dt-color-foreground-tertiary);
@@ -1477,26 +1477,26 @@ body > .os-scrollbar {
1477
1477
  font-size: var(--dt-font-size-100);
1478
1478
  line-height: var(--dt-font-line-height-400);
1479
1479
  }
1480
- .dt-leftbar-row__container--off-duty[data-v-cc2f5ae8] {
1480
+ .dt-leftbar-row__container--off-duty[data-v-0f361db5] {
1481
1481
  background-color: var(--dt-badge-color-background-critical);
1482
1482
  border: var(--dt-size-100) solid var(--dt-color-border-subtle);
1483
1483
  border-radius: var(--dt-size-radius-500);
1484
1484
  }
1485
- .dt-leftbar-row__container--off-duty[data-v-cc2f5ae8] .dt-leftbar-row__primary {
1485
+ .dt-leftbar-row__container--off-duty[data-v-0f361db5] .dt-leftbar-row__primary {
1486
1486
  margin: calc(var(--dt-size-100) * -1);
1487
1487
  }
1488
- .dt-leftbar-row--contact-centers[data-v-cc2f5ae8] .dt-leftbar-row__alpha {
1488
+ .dt-leftbar-row--contact-centers[data-v-0f361db5] .dt-leftbar-row__alpha {
1489
1489
  padding-right: var(--dt-space-450);
1490
1490
  padding-left: var(--dt-space-450);
1491
1491
  }
1492
- .dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-cc2f5ae8] {
1492
+ .dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-0f361db5] {
1493
1493
  display: inline-flex;
1494
1494
  align-items: center;
1495
1495
  justify-content: flex-end;
1496
1496
  min-width: var(--dt-size-600);
1497
1497
  height: var(--dt-size-500);
1498
1498
  }
1499
- .dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__description {
1499
+ .dt-leftbar-row[data-v-0f361db5] .dt-leftbar-row__description {
1500
1500
  overflow: hidden;
1501
1501
  color: var(--leftbar-row-description-color-foreground);
1502
1502
  font-weight: var(--leftbar-row-description-font-weight);
@@ -1505,7 +1505,7 @@ body > .os-scrollbar {
1505
1505
  white-space: nowrap;
1506
1506
  text-overflow: ellipsis;
1507
1507
  }
1508
- .dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__status {
1508
+ .dt-leftbar-row[data-v-0f361db5] .dt-leftbar-row__status {
1509
1509
  padding-bottom: var(--dt-space-100);
1510
1510
  overflow: hidden;
1511
1511
  color: var(--leftbar-row-status-color-foreground);
@@ -1514,19 +1514,19 @@ body > .os-scrollbar {
1514
1514
  white-space: nowrap;
1515
1515
  text-overflow: ellipsis;
1516
1516
  }
1517
- .dt-leftbar-row[data-v-cc2f5ae8] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
1517
+ .dt-leftbar-row[data-v-0f361db5] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
1518
1518
  color: var(--dt-theme-sidebar-status-color-foreground);
1519
1519
  content: " • ";
1520
1520
  }
1521
- .dt-leftbar-row__icon-cc[data-v-cc2f5ae8] {
1521
+ .dt-leftbar-row__icon-cc[data-v-0f361db5] {
1522
1522
  width: calc(var(--dt-size-300) * 3.5);
1523
1523
  height: calc(var(--dt-size-300) * 3.5);
1524
1524
  border-radius: var(--dt-size-200);
1525
1525
  }
1526
- .opacity-pulsate[data-v-cc2f5ae8] {
1527
- -webkit-animation-name: opacity-pulsate-cc2f5ae8;
1528
- -moz-animation-name: opacity-pulsate-cc2f5ae8;
1529
- animation-name: opacity-pulsate-cc2f5ae8;
1526
+ .opacity-pulsate[data-v-0f361db5] {
1527
+ -webkit-animation-name: opacity-pulsate-0f361db5;
1528
+ -moz-animation-name: opacity-pulsate-0f361db5;
1529
+ animation-name: opacity-pulsate-0f361db5;
1530
1530
  -webkit-animation-duration: 1s;
1531
1531
  -moz-animation-duration: 1s;
1532
1532
  animation-duration: 1s;
@@ -1537,7 +1537,7 @@ body > .os-scrollbar {
1537
1537
  -moz-animation-fill-mode: both;
1538
1538
  animation-fill-mode: both;
1539
1539
  }
1540
- @keyframes opacity-pulsate-cc2f5ae8 {
1540
+ @keyframes opacity-pulsate-0f361db5 {
1541
1541
  0%,
1542
1542
  100% {
1543
1543
  opacity: 0.2;
@@ -1546,7 +1546,7 @@ body > .os-scrollbar {
1546
1546
  opacity: 1;
1547
1547
  }
1548
1548
  }
1549
- @keyframes opacity-pulsate-cc2f5ae8 {
1549
+ @keyframes opacity-pulsate-0f361db5 {
1550
1550
  0%,
1551
1551
  100% {
1552
1552
  opacity: 0.2;
@@ -1555,7 +1555,7 @@ body > .os-scrollbar {
1555
1555
  opacity: 1;
1556
1556
  }
1557
1557
  }
1558
- @keyframes opacity-pulsate-cc2f5ae8 {
1558
+ @keyframes opacity-pulsate-0f361db5 {
1559
1559
  0%,
1560
1560
  100% {
1561
1561
  opacity: 0.2;
@@ -1564,7 +1564,7 @@ body > .os-scrollbar {
1564
1564
  opacity: 1;
1565
1565
  }
1566
1566
  }
1567
- @keyframes wave-cc2f5ae8 {
1567
+ @keyframes wave-0f361db5 {
1568
1568
  0%,
1569
1569
  50%,
1570
1570
  100% {
@@ -1575,51 +1575,51 @@ body > .os-scrollbar {
1575
1575
  opacity: 0.9;
1576
1576
  }
1577
1577
  }
1578
- .dt-recipe-callbox[data-v-ef08f46e] {
1578
+ .dt-recipe-callbox[data-v-0d10d03a] {
1579
1579
  padding: 0;
1580
1580
  color: var(--dt-color-foreground-primary);
1581
1581
  background-color: var(--dt-color-surface-primary);
1582
1582
  border-radius: var(--dt-size-radius-300);
1583
1583
  }
1584
- .dt-recipe-callbox--video[data-v-ef08f46e] {
1584
+ .dt-recipe-callbox--video[data-v-0d10d03a] {
1585
1585
  display: flex;
1586
1586
  border-radius: var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;
1587
1587
  overflow: clip;
1588
1588
  margin-bottom: var(--dt-space-300-negative);
1589
1589
  }
1590
- .dt-recipe-callbox--main-content[data-v-ef08f46e] {
1590
+ .dt-recipe-callbox--main-content[data-v-0d10d03a] {
1591
1591
  padding: 0;
1592
1592
  border-radius: var(--dt-size-radius-300);
1593
1593
  border: var(--dt-size-border-100) solid transparent;
1594
1594
  align-items: stretch;
1595
1595
  }
1596
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-ef08f46e] {
1596
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-0d10d03a] {
1597
1597
  border-color: var(--dt-color-border-default);
1598
1598
  }
1599
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-ef08f46e] {
1599
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-0d10d03a] {
1600
1600
  background: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, linear-gradient(135deg, var(--dt-color-border-accent), var(--dt-color-border-brand)) border-box;
1601
1601
  }
1602
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-ef08f46e] {
1602
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-0d10d03a] {
1603
1603
  background: radial-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, radial-gradient(circle, #E7301D, #F78B23) border-box;
1604
1604
  }
1605
- .dt-recipe-callbox--main-content-top[data-v-ef08f46e] {
1605
+ .dt-recipe-callbox--main-content-top[data-v-0d10d03a] {
1606
1606
  display: flex;
1607
1607
  align-items: center;
1608
1608
  padding: var(--dt-space-350) var(--dt-space-400);
1609
1609
  }
1610
- .dt-recipe-callbox--main-content-bottom[data-v-ef08f46e] {
1610
+ .dt-recipe-callbox--main-content-bottom[data-v-0d10d03a] {
1611
1611
  border-top: 1px solid var(--dt-color-border-subtle);
1612
1612
  }
1613
- .dt-recipe-callbox--avatar[data-v-ef08f46e] {
1613
+ .dt-recipe-callbox--avatar[data-v-0d10d03a] {
1614
1614
  margin-right: var(--dt-space-400);
1615
1615
  }
1616
- .dt-recipe-callbox--content[data-v-ef08f46e] {
1616
+ .dt-recipe-callbox--content[data-v-0d10d03a] {
1617
1617
  display: flex;
1618
1618
  flex-direction: column;
1619
1619
  flex: 1 0 auto;
1620
1620
  min-width: 0;
1621
1621
  }
1622
- .dt-recipe-callbox--content-title[data-v-ef08f46e] {
1622
+ .dt-recipe-callbox--content-title[data-v-0d10d03a] {
1623
1623
  overflow: clip;
1624
1624
  white-space: nowrap;
1625
1625
  text-overflow: ellipsis;
@@ -1634,10 +1634,10 @@ body > .os-scrollbar {
1634
1634
  user-select: text;
1635
1635
  line-height: normal;
1636
1636
  }
1637
- .dt-recipe-callbox--content-badge[data-v-ef08f46e] {
1637
+ .dt-recipe-callbox--content-badge[data-v-0d10d03a] {
1638
1638
  line-height: normal;
1639
1639
  }
1640
- .dt-recipe-callbox--content-subtitle[data-v-ef08f46e] {
1640
+ .dt-recipe-callbox--content-subtitle[data-v-0d10d03a] {
1641
1641
  padding: 0;
1642
1642
  font-size: var(--dt-font-size-100);
1643
1643
  color: var(--dt-color-foreground-tertiary);
@@ -1646,40 +1646,40 @@ body > .os-scrollbar {
1646
1646
  width: 0;
1647
1647
  min-width: 100%;
1648
1648
  }
1649
- .dt-recipe-callbox--right[data-v-ef08f46e] {
1649
+ .dt-recipe-callbox--right[data-v-0d10d03a] {
1650
1650
  display: flex;
1651
1651
  justify-content: right;
1652
1652
  }
1653
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e] {
1653
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-0d10d03a] {
1654
1654
  cursor: pointer;
1655
1655
  user-select: none;
1656
1656
  border-radius: var(--dt-size-100);
1657
1657
  }
1658
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:focus-visible {
1658
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-0d10d03a]:focus-visible {
1659
1659
  outline: none;
1660
1660
  box-shadow: var(--dt-shadow-focus);
1661
1661
  }
1662
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:hover,
1663
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:active {
1662
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-0d10d03a]:hover,
1663
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-0d10d03a]:active {
1664
1664
  text-decoration: underline;
1665
1665
  }
1666
- .dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-ef08f46e] {
1666
+ .dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-0d10d03a] {
1667
1667
  background-color: var(--dt-color-surface-warning);
1668
1668
  }
1669
- .dt-contact-info[data-v-7b60b2d6] {
1669
+ .dt-contact-info[data-v-b6ccb4a8] {
1670
1670
  --contact-info-avatar-border-color: var(--dt-color-surface-primary);
1671
1671
  display: flex;
1672
1672
  }
1673
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout {
1673
+ .dt-contact-info[data-v-b6ccb4a8] .dt-item-layout {
1674
1674
  flex: 1 1 0;
1675
1675
  }
1676
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--content {
1676
+ .dt-contact-info[data-v-b6ccb4a8] .dt-item-layout--content {
1677
1677
  /*
1678
1678
  DP-74536: Add `min-width` to make the width of "contact info" adjustable.
1679
1679
  */
1680
1680
  min-width: var(--dt-space-825);
1681
1681
  }
1682
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--left {
1682
+ .dt-contact-info[data-v-b6ccb4a8] .dt-item-layout--left {
1683
1683
  /*
1684
1684
  DP-74536: To make 'Avatar' in fixed position when resizing the window.
1685
1685
  */
@@ -1687,26 +1687,26 @@ body > .os-scrollbar {
1687
1687
  justify-content: flex-start;
1688
1688
  align-items: center;
1689
1689
  }
1690
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--right {
1690
+ .dt-contact-info[data-v-b6ccb4a8] .dt-item-layout--right {
1691
1691
  /*
1692
1692
  DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
1693
1693
  */
1694
1694
  min-width: 0;
1695
1695
  align-items: center;
1696
1696
  }
1697
- .dt-contact-info__left[data-v-7b60b2d6] {
1697
+ .dt-contact-info__left[data-v-b6ccb4a8] {
1698
1698
  position: relative;
1699
1699
  background-color: transparent;
1700
1700
  background-image: none;
1701
1701
  border-width: 0;
1702
1702
  cursor: pointer;
1703
1703
  }
1704
- .dt-contact-info--avatars[data-v-7b60b2d6] {
1704
+ .dt-contact-info--avatars[data-v-b6ccb4a8] {
1705
1705
  margin-right: var(--dt-space-300-negative);
1706
1706
  display: flex;
1707
1707
  flex-direction: row;
1708
1708
  }
1709
- .dt-contact-info--avatars .d-avatar[data-v-7b60b2d6] {
1709
+ .dt-contact-info--avatars .d-avatar[data-v-b6ccb4a8] {
1710
1710
  border-radius: var(--dt-size-radius-pill);
1711
1711
  border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
1712
1712
  box-sizing: unset;
@@ -1880,42 +1880,42 @@ body > .os-scrollbar {
1880
1880
  transform: scale(1);
1881
1881
  }
1882
1882
  }
1883
- .dt-feed-item-row[data-v-418199f0] {
1883
+ .dt-feed-item-row[data-v-731d32a0] {
1884
1884
  width: var(--dt-size-100-percent);
1885
1885
  box-sizing: border-box;
1886
1886
  position: relative;
1887
1887
  padding: var(--dt-space-300) var(--dt-space-500);
1888
1888
  }
1889
- .dt-feed-item-row[data-v-418199f0]:focus-visible {
1889
+ .dt-feed-item-row[data-v-731d32a0]:focus-visible {
1890
1890
  box-shadow: var(--dt-shadow-focus-inset);
1891
1891
  }
1892
- .dt-feed-item-row--state-searched[data-v-418199f0] {
1892
+ .dt-feed-item-row--state-searched[data-v-731d32a0] {
1893
1893
  background-color: var(--dt-color-surface-warning-subtle);
1894
1894
  }
1895
- .dt-feed-item-row--state-error[data-v-418199f0] {
1895
+ .dt-feed-item-row--state-error[data-v-731d32a0] {
1896
1896
  background-color: var(--dt-color-surface-critical-subtle);
1897
1897
  }
1898
- .dt-feed-item-row--active[data-v-418199f0] {
1898
+ .dt-feed-item-row--active[data-v-731d32a0] {
1899
1899
  background-color: var(--dt-color-surface-secondary-opaque);
1900
1900
  }
1901
- .dt-feed-item-row--state-transition[data-v-418199f0] {
1901
+ .dt-feed-item-row--state-transition[data-v-731d32a0] {
1902
1902
  transition-duration: 2s;
1903
1903
  transition-delay: 0s;
1904
1904
  transition-timing-function: var(--ttf-in-out);
1905
1905
  transition-property: background-color;
1906
1906
  }
1907
- .dt-feed-item-row__avatar-container[data-v-418199f0] {
1907
+ .dt-feed-item-row__avatar-container[data-v-731d32a0] {
1908
1908
  padding-top: var(--dt-space-300);
1909
1909
  padding-bottom: var(--dt-space-300);
1910
1910
  }
1911
- .dt-feed-item-row__content[data-v-418199f0] {
1911
+ .dt-feed-item-row__content[data-v-731d32a0] {
1912
1912
  padding-left: var(--dt-space-300);
1913
1913
  }
1914
- .dt-feed-item-row__attachment[data-v-418199f0] {
1914
+ .dt-feed-item-row__attachment[data-v-731d32a0] {
1915
1915
  padding-top: var(--dt-space-200);
1916
1916
  padding-bottom: var(--dt-space-300);
1917
1917
  }
1918
- .dt-feed-item-row__attachment[data-v-418199f0] .dt-feed-item-row__image {
1918
+ .dt-feed-item-row__attachment[data-v-731d32a0] .dt-feed-item-row__image {
1919
1919
  border: var(--dt-color-border-subtle) solid var(--dt-size-border-100);
1920
1920
  border-radius: var(--dt-size-radius-400);
1921
1921
  display: block;
@@ -1924,11 +1924,11 @@ body > .os-scrollbar {
1924
1924
  min-width: 5.6rem;
1925
1925
  min-height: 5.6rem;
1926
1926
  }
1927
- .dt-feed-item-row__attachment[data-v-418199f0] .dt-feed-item-row__video {
1927
+ .dt-feed-item-row__attachment[data-v-731d32a0] .dt-feed-item-row__video {
1928
1928
  display: block;
1929
1929
  height: 25rem;
1930
1930
  }
1931
- .dt-feed-item-row__header[data-v-418199f0] {
1931
+ .dt-feed-item-row__header[data-v-731d32a0] {
1932
1932
  display: flex;
1933
1933
  align-items: baseline;
1934
1934
  flex-wrap: wrap;
@@ -1936,43 +1936,43 @@ body > .os-scrollbar {
1936
1936
  font-size: var(--dt-font-size-200);
1937
1937
  line-height: var(--dt-font-line-height-300);
1938
1938
  }
1939
- .dt-feed-item-row__header__name[data-v-418199f0] {
1939
+ .dt-feed-item-row__header__name[data-v-731d32a0] {
1940
1940
  font-weight: var(--dt-font-weight-bold);
1941
1941
  }
1942
- .dt-feed-item-row__header__time[data-v-418199f0] {
1942
+ .dt-feed-item-row__header__time[data-v-731d32a0] {
1943
1943
  font-size: var(--dt-font-size-100);
1944
1944
  color: var(--dt-color-foreground-tertiary);
1945
1945
  flex-shrink: 0;
1946
1946
  }
1947
- .dt-feed-item-row__reactions[data-v-418199f0] {
1947
+ .dt-feed-item-row__reactions[data-v-731d32a0] {
1948
1948
  display: flex;
1949
1949
  flex-wrap: wrap;
1950
1950
  padding-top: var(--dt-space-200);
1951
1951
  padding-bottom: var(--dt-space-200);
1952
1952
  padding-left: var(--dt-space-300);
1953
1953
  }
1954
- .dt-feed-item-row__threading[data-v-418199f0] {
1954
+ .dt-feed-item-row__threading[data-v-731d32a0] {
1955
1955
  padding-top: var(--dt-space-200);
1956
1956
  padding-bottom: var(--dt-space-200);
1957
1957
  }
1958
- .dt-feed-item-row__left-time[data-v-418199f0] {
1958
+ .dt-feed-item-row__left-time[data-v-731d32a0] {
1959
1959
  color: var(--dt-color-foreground-tertiary);
1960
1960
  font-size: var(--dt-font-size-100);
1961
1961
  font-weight: var(--dt-font-weight-normal);
1962
1962
  vertical-align: middle;
1963
1963
  white-space: nowrap;
1964
1964
  }
1965
- .dt-feed-item-row__menu[data-v-418199f0] {
1965
+ .dt-feed-item-row__menu[data-v-731d32a0] {
1966
1966
  position: absolute;
1967
1967
  top: var(--dt-space-550-negative);
1968
1968
  right: var(--dt-space-450);
1969
1969
  }
1970
- .dt-feed-item-row[data-v-418199f0] > .dt-item-layout {
1970
+ .dt-feed-item-row[data-v-731d32a0] > .dt-item-layout {
1971
1971
  font: var(--dt-typography-body-md-compact);
1972
1972
  min-height: initial;
1973
1973
  padding: 0px;
1974
1974
  }
1975
- .dt-feed-item-row[data-v-418199f0] > .dt-item-layout > .dt-item-layout--left {
1975
+ .dt-feed-item-row[data-v-731d32a0] > .dt-item-layout > .dt-item-layout--left {
1976
1976
  align-self: flex-start;
1977
1977
  text-align: end;
1978
1978
  display: block;
@@ -1980,11 +1980,11 @@ body > .os-scrollbar {
1980
1980
  padding-left: var(--dt-space-0);
1981
1981
  min-width: calc(var(--dt-space-600) + var(--dt-space-300));
1982
1982
  }
1983
- .dt-feed-item-row[data-v-418199f0] > .dt-item-layout > .dt-item-layout--right {
1983
+ .dt-feed-item-row[data-v-731d32a0] > .dt-item-layout > .dt-item-layout--right {
1984
1984
  padding: 0;
1985
1985
  min-width: initial;
1986
1986
  }
1987
- .dt-feed-item-row[data-v-418199f0] > .dt-item-layout > .dt-item-layout--content > .dt-item-layout--bottom {
1987
+ .dt-feed-item-row[data-v-731d32a0] > .dt-item-layout > .dt-item-layout--content > .dt-item-layout--bottom {
1988
1988
  display: flex;
1989
1989
  flex-direction: column;
1990
1990
  margin-top: 0;
@@ -80,13 +80,6 @@ declare const _default: import("vue").DefineComponent<{
80
80
  default: undefined;
81
81
  validator: (group: unknown) => boolean;
82
82
  };
83
- /**
84
- * The icon that overlays the avatar
85
- */
86
- overlayIcon: {
87
- type: StringConstructor;
88
- default: string;
89
- };
90
83
  /**
91
84
  * The text that overlays the avatar
92
85
  */
@@ -117,14 +110,6 @@ declare const _default: import("vue").DefineComponent<{
117
110
  type: StringConstructor;
118
111
  default: undefined;
119
112
  };
120
- /**
121
- * Icon name to be displayed on the avatar
122
- */
123
- iconName: {
124
- type: StringConstructor;
125
- default: undefined;
126
- validator: (name: unknown) => boolean;
127
- };
128
113
  /**
129
114
  * Icon size to be displayed on the avatar
130
115
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -184,8 +169,11 @@ declare const _default: import("vue").DefineComponent<{
184
169
  imageLoadedSuccessfully: null;
185
170
  formattedInitials: string;
186
171
  initializing: boolean;
172
+ hasSlotContent: typeof hasSlotContent;
187
173
  }, {
188
- isNotIconType(): boolean;
174
+ isIconType(): any;
175
+ hasOverlayIcon(): any;
176
+ iconDataQa(): "dt-avatar-icon";
189
177
  avatarClasses(): any[];
190
178
  overlayClasses(): (string | Record<string, any> | unknown[])[];
191
179
  showGroup(): boolean;
@@ -282,13 +270,6 @@ declare const _default: import("vue").DefineComponent<{
282
270
  default: undefined;
283
271
  validator: (group: unknown) => boolean;
284
272
  };
285
- /**
286
- * The icon that overlays the avatar
287
- */
288
- overlayIcon: {
289
- type: StringConstructor;
290
- default: string;
291
- };
292
273
  /**
293
274
  * The text that overlays the avatar
294
275
  */
@@ -319,14 +300,6 @@ declare const _default: import("vue").DefineComponent<{
319
300
  type: StringConstructor;
320
301
  default: undefined;
321
302
  };
322
- /**
323
- * Icon name to be displayed on the avatar
324
- */
325
- iconName: {
326
- type: StringConstructor;
327
- default: undefined;
328
- validator: (name: unknown) => boolean;
329
- };
330
303
  /**
331
304
  * Icon size to be displayed on the avatar
332
305
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -363,8 +336,8 @@ declare const _default: import("vue").DefineComponent<{
363
336
  onClick?: ((...args: any[]) => any) | undefined;
364
337
  }, {
365
338
  presence: string;
366
- size: string;
367
339
  fullName: string;
340
+ size: string;
368
341
  group: number;
369
342
  imageSrc: string;
370
343
  id: string;
@@ -374,14 +347,13 @@ declare const _default: import("vue").DefineComponent<{
374
347
  canvasClass: string | Record<string, any> | unknown[];
375
348
  iconClass: string | Record<string, any> | unknown[];
376
349
  presenceProps: Record<string, any>;
377
- overlayIcon: string;
378
350
  overlayText: string;
379
351
  overlayClass: string | Record<string, any> | unknown[];
380
352
  imageAlt: string;
381
- iconName: string;
382
353
  iconSize: string;
383
354
  clickable: boolean;
384
355
  iconAriaLabel: string;
385
356
  }, {}>;
386
357
  export default _default;
358
+ import { hasSlotContent } from '@/common/utils';
387
359
  //# sourceMappingURL=avatar.vue.d.ts.map