@dialpad/dialtone 9.9.0 → 9.11.1
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/README.md +92 -20
- package/dist/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +25 -4
- package/dist/css/dialtone.min.css +1 -1
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/circle-slashed.svg +1 -1
- package/dist/icons/svg/code-block.svg +1 -0
- package/dist/icons/svg/{0365-calendar.svg → o365-calendar.svg} +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 +5 -5
- package/dist/vue2/dialtone-vue.js +1742 -1298
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/emoji_picker-G_dpCtLb.cjs +1 -0
- package/dist/vue2/emoji_picker-H4Qp2wF5.js +782 -0
- package/dist/vue2/{emoji_text_wrapper-VgRKbImg.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
- package/dist/vue2/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
- package/dist/vue2/index-ASOzBdZi.js +139513 -0
- package/dist/vue2/index-Fi4GXrPf.cjs +1 -0
- package/dist/vue2/message_input.cjs +1 -92
- package/dist/vue2/message_input.js +86 -13208
- package/dist/vue2/rich_text_editor-HGWAxljc.cjs +97 -0
- package/dist/vue2/rich_text_editor-hvsobGV1.js +16483 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-RmgCyjmY.cjs → tooltip-R7LTeOZf.cjs} +5 -5
- package/dist/vue2/{tooltip-UOWkfPpb.js → tooltip-vREVnN_1.js} +282 -263
- package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +33 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts +2 -0
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +5 -5
- package/dist/vue3/dialtone-vue.js +2857 -2264
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/{emoji-WjzabgKs.js → emoji-BTNutvt9.js} +3929 -3915
- package/dist/vue3/emoji-rlL92lZG.cjs +1 -0
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-J3yCpi0n.js → emoji_picker-nmJ2h6aY.js} +2 -2
- package/dist/vue3/{emoji_picker-Uhm2r1e3.cjs → emoji_picker-yry3pYOn.cjs} +1 -1
- package/dist/vue3/emoji_text_wrapper--VteZTud.js +85 -0
- package/dist/vue3/emoji_text_wrapper-c3aPthCy.cjs +1 -0
- package/dist/vue3/message_input.cjs +1 -92
- package/dist/vue3/message_input.js +156 -13406
- package/dist/vue3/rich_text_editor-2sh3YgmO.js +16664 -0
- package/dist/vue3/rich_text_editor-rl8EpCt1.cjs +97 -0
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/{tooltip-Cr_G7ib3.js → tooltip-3O-FaSCC.js} +167 -148
- package/dist/vue3/{tooltip-gZ2LW6l0.cjs → tooltip-POX7tOJg.cjs} +5 -5
- package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +33 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts +2 -0
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +522 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji-dxiv7Pn5.cjs +0 -1
- package/dist/vue2/emoji-eFDb2_CE.js +0 -56678
- package/dist/vue2/emoji_picker-1wJCa-sD.js +0 -83604
- package/dist/vue2/emoji_picker-abQkp-dE.cjs +0 -1
- package/dist/vue2/emoji_text_wrapper-fbV6ZEWh.cjs +0 -1
- package/dist/vue2/stack-T6wnw8L8.cjs +0 -2
- package/dist/vue2/stack-ksXg6ONX.js +0 -1852
- package/dist/vue3/emoji-wyzCAeMh.cjs +0 -1
- package/dist/vue3/emoji_text_wrapper-N_7eQTWM.js +0 -86
- package/dist/vue3/emoji_text_wrapper-PF5FAHE8.cjs +0 -1
- package/dist/vue3/stack--3ERj1r4.cjs +0 -2
- package/dist/vue3/stack-tU3sgAgJ.js +0 -1905
package/dist/css/dialtone.css
CHANGED
|
@@ -64,6 +64,13 @@ pre {
|
|
|
64
64
|
*/
|
|
65
65
|
a {
|
|
66
66
|
background-color: transparent;
|
|
67
|
+
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
|
|
68
|
+
text-decoration-thickness: var(--dt-size-border-50);
|
|
69
|
+
}
|
|
70
|
+
ins,
|
|
71
|
+
u {
|
|
72
|
+
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
|
|
73
|
+
text-decoration-thickness: var(--dt-size-border-50);
|
|
67
74
|
}
|
|
68
75
|
/**
|
|
69
76
|
* 1. Remove the bottom border in Chrome 57-
|
|
@@ -77,6 +84,12 @@ abbr[title] {
|
|
|
77
84
|
-webkit-text-decoration: underline dotted;
|
|
78
85
|
text-decoration: underline dotted;
|
|
79
86
|
/* 2 */
|
|
87
|
+
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
|
|
88
|
+
text-decoration-thickness: var(--dt-size-border-100);
|
|
89
|
+
}
|
|
90
|
+
del,
|
|
91
|
+
s {
|
|
92
|
+
text-decoration-thickness: var(--dt-size-border-100) !important;
|
|
80
93
|
}
|
|
81
94
|
/**
|
|
82
95
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
@@ -1629,6 +1642,13 @@ template {
|
|
|
1629
1642
|
color: var(--dt-color-foreground-muted);
|
|
1630
1643
|
background-color: var(--dt-color-neutral-transparent);
|
|
1631
1644
|
}
|
|
1645
|
+
.d-emoji {
|
|
1646
|
+
display: inline-block;
|
|
1647
|
+
vertical-align: middle;
|
|
1648
|
+
}
|
|
1649
|
+
.d-emoji-text-wrapper span {
|
|
1650
|
+
vertical-align: middle;
|
|
1651
|
+
}
|
|
1632
1652
|
.d-emoji-picker {
|
|
1633
1653
|
flex-direction: column;
|
|
1634
1654
|
width: calc(var(--dt-size-925) + var(--dt-size-600) + var(--dt-size-400));
|
|
@@ -2344,7 +2364,7 @@ legend .d-label {
|
|
|
2344
2364
|
-webkit-text-decoration: var(--link-text-decoration);
|
|
2345
2365
|
text-decoration: var(--link-text-decoration);
|
|
2346
2366
|
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
|
|
2347
|
-
text-decoration-thickness: var(--dt-size-border-
|
|
2367
|
+
text-decoration-thickness: var(--dt-size-border-50);
|
|
2348
2368
|
background-color: transparent;
|
|
2349
2369
|
border: 0;
|
|
2350
2370
|
transition-timing-function: var(--ttf-out-quint);
|
|
@@ -7164,7 +7184,7 @@ ul {
|
|
|
7164
7184
|
.d-td-underline {
|
|
7165
7185
|
text-decoration: underline !important;
|
|
7166
7186
|
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100)) !important;
|
|
7167
|
-
text-decoration-thickness: var(--dt-size-border-
|
|
7187
|
+
text-decoration-thickness: var(--dt-size-border-50) !important;
|
|
7168
7188
|
}
|
|
7169
7189
|
.d-td-dotted {
|
|
7170
7190
|
-webkit-text-decoration: underline dotted !important;
|
|
@@ -7174,6 +7194,7 @@ ul {
|
|
|
7174
7194
|
}
|
|
7175
7195
|
.d-td-line-through {
|
|
7176
7196
|
text-decoration: line-through !important;
|
|
7197
|
+
text-decoration-thickness: var(--dt-size-border-100) !important;
|
|
7177
7198
|
}
|
|
7178
7199
|
.d-td-unset {
|
|
7179
7200
|
text-decoration: unset !important;
|
|
@@ -7380,7 +7401,7 @@ body {
|
|
|
7380
7401
|
}
|
|
7381
7402
|
/**
|
|
7382
7403
|
* Do not edit directly
|
|
7383
|
-
* Generated on
|
|
7404
|
+
* Generated on Mon, 05 Feb 2024 23:02:51 GMT
|
|
7384
7405
|
*/
|
|
7385
7406
|
|
|
7386
7407
|
.dialtone-theme-light {
|
|
@@ -8177,7 +8198,7 @@ body {
|
|
|
8177
8198
|
|
|
8178
8199
|
/**
|
|
8179
8200
|
* Do not edit directly
|
|
8180
|
-
* Generated on
|
|
8201
|
+
* Generated on Mon, 05 Feb 2024 23:02:52 GMT
|
|
8181
8202
|
*/
|
|
8182
8203
|
|
|
8183
8204
|
.dialtone-theme-dark {
|