@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.
Files changed (75) hide show
  1. package/README.md +92 -20
  2. package/dist/css/CHANGELOG.json +1 -1
  3. package/dist/css/dialtone.css +28 -4
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/icons/icons.json +1 -1
  6. package/dist/icons/keywords.json +1 -1
  7. package/dist/icons/svg/circle-slashed.svg +1 -1
  8. package/dist/icons/svg/code-block.svg +1 -0
  9. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  10. package/dist/tokens/android/java/tokens-light.kt +1 -1
  11. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  12. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  13. package/dist/tokens/android/res/values/dimens.xml +1 -1
  14. package/dist/tokens/css/variables-dark.css +1 -1
  15. package/dist/tokens/css/variables-light.css +1 -1
  16. package/dist/tokens/ios/tokens-dark.swift +1 -1
  17. package/dist/tokens/ios/tokens-light.swift +1 -1
  18. package/dist/tokens/less/variables-dark.less +1 -1
  19. package/dist/tokens/less/variables-light.less +1 -1
  20. package/dist/vue2/component-documentation.json +1 -1
  21. package/dist/vue2/dialtone-vue.cjs +1 -1
  22. package/dist/vue2/dialtone-vue.js +7 -7
  23. package/dist/vue2/directives.cjs +1 -1
  24. package/dist/vue2/directives.js +1 -1
  25. package/dist/vue2/emoji.cjs +1 -1
  26. package/dist/vue2/emoji.js +4 -4
  27. package/dist/vue2/{emoji_picker-50hU6Bus.cjs → emoji_picker-G_dpCtLb.cjs} +1 -1
  28. package/dist/vue2/{emoji_picker-3cVhhlbr.js → emoji_picker-H4Qp2wF5.js} +2 -2
  29. package/dist/vue2/{emoji_text_wrapper-45075bUQ.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
  30. package/dist/vue2/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
  31. package/dist/vue2/{index-NG2T0qK1.js → index-ASOzBdZi.js} +1009 -997
  32. package/dist/vue2/index-Fi4GXrPf.cjs +1 -0
  33. package/dist/vue2/message_input.cjs +1 -1
  34. package/dist/vue2/message_input.js +4 -4
  35. package/dist/vue2/{rich_text_editor-E7mcsC-J.cjs → rich_text_editor-HGWAxljc.cjs} +2 -2
  36. package/dist/vue2/{rich_text_editor-sxTdV897.js → rich_text_editor-hvsobGV1.js} +3 -3
  37. package/dist/vue2/style.css +1 -1
  38. package/dist/vue2/{tooltip-RmgCyjmY.cjs → tooltip-R7LTeOZf.cjs} +5 -5
  39. package/dist/vue2/{tooltip-UOWkfPpb.js → tooltip-vREVnN_1.js} +282 -263
  40. package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  41. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +33 -1
  42. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  43. package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts +2 -0
  44. package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
  45. package/dist/vue3/component-documentation.json +1 -1
  46. package/dist/vue3/dialtone-vue.cjs +1 -1
  47. package/dist/vue3/dialtone-vue.js +7 -7
  48. package/dist/vue3/directives.cjs +1 -1
  49. package/dist/vue3/directives.js +1 -1
  50. package/dist/vue3/{emoji-RvO57rkW.js → emoji-BTNutvt9.js} +5140 -5126
  51. package/dist/vue3/emoji-rlL92lZG.cjs +1 -0
  52. package/dist/vue3/emoji.cjs +1 -1
  53. package/dist/vue3/emoji.js +4 -4
  54. package/dist/vue3/{emoji_picker-ZDMH1VIY.js → emoji_picker-nmJ2h6aY.js} +2 -2
  55. package/dist/vue3/{emoji_picker-EYanEJrn.cjs → emoji_picker-yry3pYOn.cjs} +1 -1
  56. package/dist/vue3/emoji_text_wrapper--VteZTud.js +85 -0
  57. package/dist/vue3/emoji_text_wrapper-c3aPthCy.cjs +1 -0
  58. package/dist/vue3/message_input.cjs +1 -1
  59. package/dist/vue3/message_input.js +4 -4
  60. package/dist/vue3/{rich_text_editor-o1bRsprW.js → rich_text_editor-2sh3YgmO.js} +4 -4
  61. package/dist/vue3/{rich_text_editor-VFx2M8I2.cjs → rich_text_editor-rl8EpCt1.cjs} +2 -2
  62. package/dist/vue3/style.css +1 -1
  63. package/dist/vue3/{tooltip-Cr_G7ib3.js → tooltip-3O-FaSCC.js} +167 -148
  64. package/dist/vue3/{tooltip-gZ2LW6l0.cjs → tooltip-POX7tOJg.cjs} +5 -5
  65. package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  66. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +33 -1
  67. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  68. package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts +2 -0
  69. package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
  70. package/package.json +1 -1
  71. package/dist/vue2/emoji_text_wrapper-dc6a_C0K.cjs +0 -1
  72. package/dist/vue2/index-8ytmeBCH.cjs +0 -1
  73. package/dist/vue3/emoji-3sZLmJtM.cjs +0 -1
  74. package/dist/vue3/emoji_text_wrapper-p2pyEE4j.cjs +0 -1
  75. package/dist/vue3/emoji_text_wrapper-zvhbHADN.js +0 -86
@@ -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-100);
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-100) !important;
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 Thu, 01 Feb 2024 18:54:37 GMT
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 Thu, 01 Feb 2024 18:54:38 GMT
8204
+ * Generated on Tue, 06 Feb 2024 00:12:08 GMT
8181
8205
  */
8182
8206
 
8183
8207
  .dialtone-theme-dark {