@dialpad/dialtone 9.10.1 → 9.11.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.
- package/README.md +92 -20
- package/dist/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +28 -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/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 +1 -1
- package/dist/vue2/dialtone-vue.js +7 -7
- 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-50hU6Bus.cjs → emoji_picker-G_dpCtLb.cjs} +1 -1
- package/dist/vue2/{emoji_picker-3cVhhlbr.js → emoji_picker-H4Qp2wF5.js} +2 -2
- package/dist/vue2/{emoji_text_wrapper-45075bUQ.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
- package/dist/vue2/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
- package/dist/vue2/{index-NG2T0qK1.js → index-ASOzBdZi.js} +1009 -997
- package/dist/vue2/index-Fi4GXrPf.cjs +1 -0
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +4 -4
- package/dist/vue2/{rich_text_editor-E7mcsC-J.cjs → rich_text_editor-HGWAxljc.cjs} +2 -2
- package/dist/vue2/{rich_text_editor-sxTdV897.js → rich_text_editor-hvsobGV1.js} +3 -3
- 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/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/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +7 -7
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/{emoji-RvO57rkW.js → emoji-BTNutvt9.js} +5140 -5126
- 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-ZDMH1VIY.js → emoji_picker-nmJ2h6aY.js} +2 -2
- package/dist/vue3/{emoji_picker-EYanEJrn.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 -1
- package/dist/vue3/message_input.js +4 -4
- package/dist/vue3/{rich_text_editor-o1bRsprW.js → rich_text_editor-2sh3YgmO.js} +4 -4
- package/dist/vue3/{rich_text_editor-VFx2M8I2.cjs → rich_text_editor-rl8EpCt1.cjs} +2 -2
- 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/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/package.json +1 -1
- package/dist/vue2/emoji_text_wrapper-dc6a_C0K.cjs +0 -1
- package/dist/vue2/index-8ytmeBCH.cjs +0 -1
- package/dist/vue3/emoji-3sZLmJtM.cjs +0 -1
- package/dist/vue3/emoji_text_wrapper-p2pyEE4j.cjs +0 -1
- package/dist/vue3/emoji_text_wrapper-zvhbHADN.js +0 -86
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,16 @@ 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 {
|
|
1650
|
+
line-height: var(--dt-size-0);
|
|
1651
|
+
}
|
|
1652
|
+
.d-emoji-text-wrapper span {
|
|
1653
|
+
vertical-align: middle;
|
|
1654
|
+
}
|
|
1632
1655
|
.d-emoji-picker {
|
|
1633
1656
|
flex-direction: column;
|
|
1634
1657
|
width: calc(var(--dt-size-925) + var(--dt-size-600) + var(--dt-size-400));
|
|
@@ -2344,7 +2367,7 @@ legend .d-label {
|
|
|
2344
2367
|
-webkit-text-decoration: var(--link-text-decoration);
|
|
2345
2368
|
text-decoration: var(--link-text-decoration);
|
|
2346
2369
|
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
|
|
2347
|
-
text-decoration-thickness: var(--dt-size-border-
|
|
2370
|
+
text-decoration-thickness: var(--dt-size-border-50);
|
|
2348
2371
|
background-color: transparent;
|
|
2349
2372
|
border: 0;
|
|
2350
2373
|
transition-timing-function: var(--ttf-out-quint);
|
|
@@ -7164,7 +7187,7 @@ ul {
|
|
|
7164
7187
|
.d-td-underline {
|
|
7165
7188
|
text-decoration: underline !important;
|
|
7166
7189
|
text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100)) !important;
|
|
7167
|
-
text-decoration-thickness: var(--dt-size-border-
|
|
7190
|
+
text-decoration-thickness: var(--dt-size-border-50) !important;
|
|
7168
7191
|
}
|
|
7169
7192
|
.d-td-dotted {
|
|
7170
7193
|
-webkit-text-decoration: underline dotted !important;
|
|
@@ -7174,6 +7197,7 @@ ul {
|
|
|
7174
7197
|
}
|
|
7175
7198
|
.d-td-line-through {
|
|
7176
7199
|
text-decoration: line-through !important;
|
|
7200
|
+
text-decoration-thickness: var(--dt-size-border-100) !important;
|
|
7177
7201
|
}
|
|
7178
7202
|
.d-td-unset {
|
|
7179
7203
|
text-decoration: unset !important;
|
|
@@ -7380,7 +7404,7 @@ body {
|
|
|
7380
7404
|
}
|
|
7381
7405
|
/**
|
|
7382
7406
|
* Do not edit directly
|
|
7383
|
-
* Generated on
|
|
7407
|
+
* Generated on Tue, 06 Feb 2024 00:12:07 GMT
|
|
7384
7408
|
*/
|
|
7385
7409
|
|
|
7386
7410
|
.dialtone-theme-light {
|
|
@@ -8177,7 +8201,7 @@ body {
|
|
|
8177
8201
|
|
|
8178
8202
|
/**
|
|
8179
8203
|
* Do not edit directly
|
|
8180
|
-
* Generated on
|
|
8204
|
+
* Generated on Tue, 06 Feb 2024 00:12:08 GMT
|
|
8181
8205
|
*/
|
|
8182
8206
|
|
|
8183
8207
|
.dialtone-theme-dark {
|