@dialpad/dialtone 9.63.0 → 9.64.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.
Files changed (128) hide show
  1. package/dist/css/dialtone-default-theme.css +96 -17
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +84 -17
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens/tokens-dp-dark.css +12 -0
  6. package/dist/css/tokens/tokens-dp-light.css +12 -0
  7. package/dist/css/tokens/tokens-expressive-dark.css +12 -0
  8. package/dist/css/tokens/tokens-expressive-light.css +12 -0
  9. package/dist/css/tokens/tokens-expressive-sm-dark.css +12 -0
  10. package/dist/css/tokens/tokens-expressive-sm-light.css +12 -0
  11. package/dist/css/tokens/tokens-tmo-dark.css +12 -0
  12. package/dist/css/tokens/tokens-tmo-light.css +12 -0
  13. package/dist/themes/dp-dark.cjs +1 -1
  14. package/dist/themes/dp-dark.js +1 -1
  15. package/dist/themes/dp-light.cjs +1 -1
  16. package/dist/themes/dp-light.js +1 -1
  17. package/dist/themes/expressive-dark.cjs +1 -1
  18. package/dist/themes/expressive-dark.js +1 -1
  19. package/dist/themes/expressive-light.cjs +1 -1
  20. package/dist/themes/expressive-light.js +1 -1
  21. package/dist/themes/expressive-sm-dark.cjs +1 -1
  22. package/dist/themes/expressive-sm-dark.js +1 -1
  23. package/dist/themes/expressive-sm-light.cjs +1 -1
  24. package/dist/themes/expressive-sm-light.js +1 -1
  25. package/dist/themes/tmo-dark.cjs +1 -1
  26. package/dist/themes/tmo-dark.js +1 -1
  27. package/dist/themes/tmo-light.cjs +1 -1
  28. package/dist/themes/tmo-light.js +1 -1
  29. package/dist/tokens/css/tokens-dp-dark.css +12 -0
  30. package/dist/tokens/css/tokens-dp-light.css +12 -0
  31. package/dist/tokens/css/tokens-expressive-dark.css +12 -0
  32. package/dist/tokens/css/tokens-expressive-light.css +12 -0
  33. package/dist/tokens/css/tokens-expressive-sm-dark.css +12 -0
  34. package/dist/tokens/css/tokens-expressive-sm-light.css +12 -0
  35. package/dist/tokens/css/tokens-tmo-dark.css +12 -0
  36. package/dist/tokens/css/tokens-tmo-light.css +12 -0
  37. package/dist/tokens/doc.json +8274 -7922
  38. package/dist/tokens/less/tokens-dp-dark.less +2 -0
  39. package/dist/tokens/less/tokens-dp-light.less +2 -0
  40. package/dist/tokens/less/tokens-expressive-dark.less +2 -0
  41. package/dist/tokens/less/tokens-expressive-light.less +2 -0
  42. package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -0
  43. package/dist/tokens/less/tokens-expressive-sm-light.less +2 -0
  44. package/dist/tokens/less/tokens-tmo-dark.less +2 -0
  45. package/dist/tokens/less/tokens-tmo-light.less +2 -0
  46. package/dist/tokens/tokens-dp-dark.json +2 -0
  47. package/dist/tokens/tokens-dp-light.json +2 -0
  48. package/dist/tokens/tokens-expressive-dark.json +2 -0
  49. package/dist/tokens/tokens-expressive-light.json +2 -0
  50. package/dist/tokens/tokens-expressive-sm-dark.json +2 -0
  51. package/dist/tokens/tokens-expressive-sm-light.json +2 -0
  52. package/dist/tokens/tokens-tmo-dark.json +2 -0
  53. package/dist/tokens/tokens-tmo-light.json +2 -0
  54. package/dist/vue2/component-documentation.json +1 -1
  55. package/dist/vue2/dialtone-vue.cjs +3 -0
  56. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  57. package/dist/vue2/dialtone-vue.js +3 -0
  58. package/dist/vue2/dialtone-vue.js.map +1 -1
  59. package/dist/vue2/lib/button.cjs +2 -8
  60. package/dist/vue2/lib/button.cjs.map +1 -1
  61. package/dist/vue2/lib/button.js +2 -8
  62. package/dist/vue2/lib/button.js.map +1 -1
  63. package/dist/vue2/lib/general-row.cjs +2 -2
  64. package/dist/vue2/lib/general-row.cjs.map +1 -1
  65. package/dist/vue2/lib/general-row.js +2 -2
  66. package/dist/vue2/lib/general-row.js.map +1 -1
  67. package/dist/vue2/lib/rich-text-editor.cjs +1 -9
  68. package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
  69. package/dist/vue2/lib/rich-text-editor.js +1 -9
  70. package/dist/vue2/lib/rich-text-editor.js.map +1 -1
  71. package/dist/vue2/lib/split-button.cjs +512 -0
  72. package/dist/vue2/lib/split-button.cjs.map +1 -0
  73. package/dist/vue2/lib/split-button.js +512 -0
  74. package/dist/vue2/lib/split-button.js.map +1 -0
  75. package/dist/vue2/style.css +65 -65
  76. package/dist/vue2/types/components/button/button.vue.d.ts +2 -14
  77. package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
  78. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  79. package/dist/vue2/types/components/split_button/index.d.ts +3 -0
  80. package/dist/vue2/types/components/split_button/index.d.ts.map +1 -0
  81. package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
  82. package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
  83. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +136 -0
  84. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
  85. package/dist/vue2/types/components/split_button/split_button.vue.d.ts +347 -0
  86. package/dist/vue2/types/components/split_button/split_button.vue.d.ts.map +1 -0
  87. package/dist/vue2/types/components/split_button/split_button_constants.d.ts +12 -0
  88. package/dist/vue2/types/components/split_button/split_button_constants.d.ts.map +1 -0
  89. package/dist/vue2/types/index.d.ts +1 -0
  90. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  91. package/dist/vue3/component-documentation.json +1 -1
  92. package/dist/vue3/dialtone-vue.cjs +3 -0
  93. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  94. package/dist/vue3/dialtone-vue.js +3 -0
  95. package/dist/vue3/dialtone-vue.js.map +1 -1
  96. package/dist/vue3/lib/button.cjs +3 -9
  97. package/dist/vue3/lib/button.cjs.map +1 -1
  98. package/dist/vue3/lib/button.js +3 -9
  99. package/dist/vue3/lib/button.js.map +1 -1
  100. package/dist/vue3/lib/general-row.cjs +3 -3
  101. package/dist/vue3/lib/general-row.cjs.map +1 -1
  102. package/dist/vue3/lib/general-row.js +3 -3
  103. package/dist/vue3/lib/general-row.js.map +1 -1
  104. package/dist/vue3/lib/rich-text-editor.cjs +1 -9
  105. package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
  106. package/dist/vue3/lib/rich-text-editor.js +1 -9
  107. package/dist/vue3/lib/rich-text-editor.js.map +1 -1
  108. package/dist/vue3/lib/split-button.cjs +544 -0
  109. package/dist/vue3/lib/split-button.cjs.map +1 -0
  110. package/dist/vue3/lib/split-button.js +544 -0
  111. package/dist/vue3/lib/split-button.js.map +1 -0
  112. package/dist/vue3/style.css +65 -65
  113. package/dist/vue3/types/components/button/button.vue.d.ts +4 -16
  114. package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
  115. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  116. package/dist/vue3/types/components/split_button/index.d.ts +3 -0
  117. package/dist/vue3/types/components/split_button/index.d.ts.map +1 -0
  118. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
  119. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
  120. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +136 -0
  121. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
  122. package/dist/vue3/types/components/split_button/split_button.vue.d.ts +348 -0
  123. package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -0
  124. package/dist/vue3/types/components/split_button/split_button_constants.d.ts +12 -0
  125. package/dist/vue3/types/components/split_button/split_button_constants.d.ts.map +1 -0
  126. package/dist/vue3/types/index.d.ts +1 -0
  127. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  128. package/package.json +2 -2
@@ -1500,12 +1500,24 @@
1500
1500
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1501
1501
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1502
1502
  --dt-theme-mention-color-foreground: #ffffff;
1503
+ --dt-theme-mention-color-foreground-strong-h: 0;
1504
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1505
+ --dt-theme-mention-color-foreground-strong-l: 0%;
1506
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1507
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1508
+ --dt-theme-mention-color-foreground-strong: #000000;
1503
1509
  --dt-theme-mention-color-background-h: 254.5664739884393;
1504
1510
  --dt-theme-mention-color-background-s: 100%;
1505
1511
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1506
1512
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1507
1513
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1508
1514
  --dt-theme-mention-color-background: #7C52FF;
1515
+ --dt-theme-mention-color-background-strong-h: 260.35714285714283;
1516
+ --dt-theme-mention-color-background-strong-s: 100%;
1517
+ --dt-theme-mention-color-background-strong-l: 89.01960784313725%;
1518
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1519
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1520
+ --dt-theme-mention-color-background-strong: #DAC7FF;
1509
1521
  --dt-avatar-color-foreground-h: 0;
1510
1522
  --dt-avatar-color-foreground-s: 0%;
1511
1523
  --dt-avatar-color-foreground-l: 0%;
@@ -1500,12 +1500,24 @@
1500
1500
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1501
1501
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1502
1502
  --dt-theme-mention-color-foreground: #ffffff;
1503
+ --dt-theme-mention-color-foreground-strong-h: 0;
1504
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1505
+ --dt-theme-mention-color-foreground-strong-l: 100%;
1506
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1507
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1508
+ --dt-theme-mention-color-foreground-strong: #ffffff;
1503
1509
  --dt-theme-mention-color-background-h: 254.5664739884393;
1504
1510
  --dt-theme-mention-color-background-s: 100%;
1505
1511
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1506
1512
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1507
1513
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1508
1514
  --dt-theme-mention-color-background: #7C52FF;
1515
+ --dt-theme-mention-color-background-strong-h: 254.49999999999997;
1516
+ --dt-theme-mention-color-background-strong-s: 67.41573033707866%;
1517
+ --dt-theme-mention-color-background-strong-l: 34.90196078431373%;
1518
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1519
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1520
+ --dt-theme-mention-color-background-strong: #3A1D95;
1509
1521
  --dt-avatar-color-foreground-h: 0;
1510
1522
  --dt-avatar-color-foreground-s: 0%;
1511
1523
  --dt-avatar-color-foreground-l: 0%;
@@ -1506,12 +1506,24 @@
1506
1506
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1507
1507
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1508
1508
  --dt-theme-mention-color-foreground: #ffffff;
1509
+ --dt-theme-mention-color-foreground-strong-h: 0;
1510
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1511
+ --dt-theme-mention-color-foreground-strong-l: 0%;
1512
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1513
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1514
+ --dt-theme-mention-color-foreground-strong: #000000;
1509
1515
  --dt-theme-mention-color-background-h: 254.5664739884393;
1510
1516
  --dt-theme-mention-color-background-s: 100%;
1511
1517
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1512
1518
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1513
1519
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1514
1520
  --dt-theme-mention-color-background: #7C52FF;
1521
+ --dt-theme-mention-color-background-strong-h: 260.35714285714283;
1522
+ --dt-theme-mention-color-background-strong-s: 100%;
1523
+ --dt-theme-mention-color-background-strong-l: 89.01960784313725%;
1524
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1525
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1526
+ --dt-theme-mention-color-background-strong: #DAC7FF;
1515
1527
  --dt-avatar-color-foreground-h: 0;
1516
1528
  --dt-avatar-color-foreground-s: 0%;
1517
1529
  --dt-avatar-color-foreground-l: 0%;
@@ -1506,12 +1506,24 @@
1506
1506
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1507
1507
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1508
1508
  --dt-theme-mention-color-foreground: #ffffff;
1509
+ --dt-theme-mention-color-foreground-strong-h: 0;
1510
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1511
+ --dt-theme-mention-color-foreground-strong-l: 100%;
1512
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1513
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1514
+ --dt-theme-mention-color-foreground-strong: #ffffff;
1509
1515
  --dt-theme-mention-color-background-h: 254.5664739884393;
1510
1516
  --dt-theme-mention-color-background-s: 100%;
1511
1517
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1512
1518
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1513
1519
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1514
1520
  --dt-theme-mention-color-background: #7C52FF;
1521
+ --dt-theme-mention-color-background-strong-h: 254.49999999999997;
1522
+ --dt-theme-mention-color-background-strong-s: 67.41573033707866%;
1523
+ --dt-theme-mention-color-background-strong-l: 34.90196078431373%;
1524
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1525
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1526
+ --dt-theme-mention-color-background-strong: #3A1D95;
1515
1527
  --dt-avatar-color-foreground-h: 0;
1516
1528
  --dt-avatar-color-foreground-s: 0%;
1517
1529
  --dt-avatar-color-foreground-l: 0%;
@@ -1506,12 +1506,24 @@
1506
1506
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1507
1507
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1508
1508
  --dt-theme-mention-color-foreground: #ffffff;
1509
+ --dt-theme-mention-color-foreground-strong-h: 0;
1510
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1511
+ --dt-theme-mention-color-foreground-strong-l: 0%;
1512
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1513
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1514
+ --dt-theme-mention-color-foreground-strong: #000000;
1509
1515
  --dt-theme-mention-color-background-h: 254.5664739884393;
1510
1516
  --dt-theme-mention-color-background-s: 100%;
1511
1517
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1512
1518
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1513
1519
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1514
1520
  --dt-theme-mention-color-background: #7C52FF;
1521
+ --dt-theme-mention-color-background-strong-h: 260.35714285714283;
1522
+ --dt-theme-mention-color-background-strong-s: 100%;
1523
+ --dt-theme-mention-color-background-strong-l: 89.01960784313725%;
1524
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1525
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1526
+ --dt-theme-mention-color-background-strong: #DAC7FF;
1515
1527
  --dt-avatar-color-foreground-h: 0;
1516
1528
  --dt-avatar-color-foreground-s: 0%;
1517
1529
  --dt-avatar-color-foreground-l: 0%;
@@ -1506,12 +1506,24 @@
1506
1506
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1507
1507
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1508
1508
  --dt-theme-mention-color-foreground: #ffffff;
1509
+ --dt-theme-mention-color-foreground-strong-h: 0;
1510
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1511
+ --dt-theme-mention-color-foreground-strong-l: 100%;
1512
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1513
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1514
+ --dt-theme-mention-color-foreground-strong: #ffffff;
1509
1515
  --dt-theme-mention-color-background-h: 254.5664739884393;
1510
1516
  --dt-theme-mention-color-background-s: 100%;
1511
1517
  --dt-theme-mention-color-background-l: 66.07843137254902%;
1512
1518
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1513
1519
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1514
1520
  --dt-theme-mention-color-background: #7C52FF;
1521
+ --dt-theme-mention-color-background-strong-h: 254.49999999999997;
1522
+ --dt-theme-mention-color-background-strong-s: 67.41573033707866%;
1523
+ --dt-theme-mention-color-background-strong-l: 34.90196078431373%;
1524
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1525
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1526
+ --dt-theme-mention-color-background-strong: #3A1D95;
1515
1527
  --dt-avatar-color-foreground-h: 0;
1516
1528
  --dt-avatar-color-foreground-s: 0%;
1517
1529
  --dt-avatar-color-foreground-l: 0%;
@@ -1500,12 +1500,24 @@
1500
1500
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1501
1501
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1502
1502
  --dt-theme-mention-color-foreground: #ffffff;
1503
+ --dt-theme-mention-color-foreground-strong-h: 0;
1504
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1505
+ --dt-theme-mention-color-foreground-strong-l: 0%;
1506
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1507
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1508
+ --dt-theme-mention-color-foreground-strong: #000000;
1503
1509
  --dt-theme-mention-color-background-h: 329.20353982300884;
1504
1510
  --dt-theme-mention-color-background-s: 100%;
1505
1511
  --dt-theme-mention-color-background-l: 44.31372549019608%;
1506
1512
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1507
1513
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1508
1514
  --dt-theme-mention-color-background: #E20074;
1515
+ --dt-theme-mention-color-background-strong-h: 329.3877551020408;
1516
+ --dt-theme-mention-color-background-strong-s: 100%;
1517
+ --dt-theme-mention-color-background-strong-l: 90.3921568627451%;
1518
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1519
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1520
+ --dt-theme-mention-color-background-strong: #FFCEE7;
1509
1521
  --dt-avatar-color-foreground-h: 0;
1510
1522
  --dt-avatar-color-foreground-s: 0%;
1511
1523
  --dt-avatar-color-foreground-l: 0%;
@@ -1500,12 +1500,24 @@
1500
1500
  --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1501
1501
  --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1502
1502
  --dt-theme-mention-color-foreground: #ffffff;
1503
+ --dt-theme-mention-color-foreground-strong-h: 0;
1504
+ --dt-theme-mention-color-foreground-strong-s: 0%;
1505
+ --dt-theme-mention-color-foreground-strong-l: 100%;
1506
+ --dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
1507
+ --dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
1508
+ --dt-theme-mention-color-foreground-strong: #ffffff;
1503
1509
  --dt-theme-mention-color-background-h: 329.20353982300884;
1504
1510
  --dt-theme-mention-color-background-s: 100%;
1505
1511
  --dt-theme-mention-color-background-l: 44.31372549019608%;
1506
1512
  --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1507
1513
  --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1508
1514
  --dt-theme-mention-color-background: #E20074;
1515
+ --dt-theme-mention-color-background-strong-h: 327.45762711864404;
1516
+ --dt-theme-mention-color-background-strong-s: 98.33333333333334%;
1517
+ --dt-theme-mention-color-background-strong-l: 23.52941176470588%;
1518
+ --dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
1519
+ --dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
1520
+ --dt-theme-mention-color-background-strong: #770141;
1509
1521
  --dt-avatar-color-foreground-h: 0;
1510
1522
  --dt-avatar-color-foreground-s: 0%;
1511
1523
  --dt-avatar-color-foreground-l: 0%;