@dialpad/dialtone 9.15.1 → 9.16.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/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +8 -3
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -2
- package/dist/vue2/dialtone-vue.js +21 -28
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +2 -2
- package/dist/vue2/{rich_text_editor-VIRykWIa.cjs → rich_text_editor-MzdHNizj.cjs} +17 -17
- package/dist/vue2/{rich_text_editor-eFa_UQsN.js → rich_text_editor-trHmm1VD.js} +1363 -1357
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +27 -9
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +2 -0
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -2
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +11 -11
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -17
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -2
- package/dist/vue3/dialtone-vue.js +22 -25
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +2 -2
- package/dist/vue3/{rich_text_editor--3JpdmJ2.cjs → rich_text_editor-2jqjuGrZ.cjs} +17 -17
- package/dist/vue3/{rich_text_editor-_GiT5AG_.js → rich_text_editor-NWAFxCaY.js} +708 -690
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +29 -11
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -0
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -2
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +11 -11
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +4 -4
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -17
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/css/dialtone.css
CHANGED
|
@@ -362,13 +362,16 @@ template {
|
|
|
362
362
|
overflow: hidden auto;
|
|
363
363
|
box-shadow: none;
|
|
364
364
|
}
|
|
365
|
+
.d-root-layout__sidebar:focus-visible {
|
|
366
|
+
box-shadow: var(--dt-shadow-focus-inset);
|
|
367
|
+
}
|
|
365
368
|
.d-root-layout__content {
|
|
366
369
|
grid-area: body;
|
|
367
370
|
overflow-y: auto;
|
|
368
371
|
box-shadow: none;
|
|
369
372
|
}
|
|
370
373
|
.d-root-layout__content:focus-visible {
|
|
371
|
-
box-shadow:
|
|
374
|
+
box-shadow: var(--dt-shadow-focus-inset);
|
|
372
375
|
}
|
|
373
376
|
.d-root-layout__footer {
|
|
374
377
|
grid-area: footer;
|
|
@@ -530,6 +533,7 @@ template {
|
|
|
530
533
|
}
|
|
531
534
|
.dt-item-layout > .dt-item-layout--right {
|
|
532
535
|
padding-left: var(--dt-space-400);
|
|
536
|
+
flex-shrink: 0;
|
|
533
537
|
}
|
|
534
538
|
.dt-item-layout > .dt-item-layout--left {
|
|
535
539
|
justify-content: flex-end;
|
|
@@ -1357,6 +1361,7 @@ template {
|
|
|
1357
1361
|
transition-timing-function: var(--ttf-in-out);
|
|
1358
1362
|
transition-duration: var(--td200);
|
|
1359
1363
|
transition-property: background-color;
|
|
1364
|
+
max-width: var(--dt-size-100-percent);
|
|
1360
1365
|
}
|
|
1361
1366
|
.d-chip__label:not(:only-child)::after {
|
|
1362
1367
|
flex-shrink: 0;
|
|
@@ -7459,7 +7464,7 @@ body {
|
|
|
7459
7464
|
}
|
|
7460
7465
|
/**
|
|
7461
7466
|
* Do not edit directly
|
|
7462
|
-
* Generated on Wed,
|
|
7467
|
+
* Generated on Wed, 06 Mar 2024 18:14:31 GMT
|
|
7463
7468
|
*/
|
|
7464
7469
|
|
|
7465
7470
|
.dialtone-theme-light {
|
|
@@ -8256,7 +8261,7 @@ body {
|
|
|
8256
8261
|
|
|
8257
8262
|
/**
|
|
8258
8263
|
* Do not edit directly
|
|
8259
|
-
* Generated on Wed,
|
|
8264
|
+
* Generated on Wed, 06 Mar 2024 18:14:31 GMT
|
|
8260
8265
|
*/
|
|
8261
8266
|
|
|
8262
8267
|
.dialtone-theme-dark {
|