@dialpad/dialtone-tokens 1.33.0 → 1.34.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 (50) hide show
  1. package/dist/android/java/tokens-dp-dark.kt +2 -0
  2. package/dist/android/java/tokens-dp-light.kt +2 -0
  3. package/dist/android/java/tokens-expressive-dark.kt +2 -0
  4. package/dist/android/java/tokens-expressive-light.kt +2 -0
  5. package/dist/android/java/tokens-expressive-sm-dark.kt +2 -0
  6. package/dist/android/java/tokens-expressive-sm-light.kt +2 -0
  7. package/dist/android/java/tokens-tmo-dark.kt +2 -0
  8. package/dist/android/java/tokens-tmo-light.kt +2 -0
  9. package/dist/android/res/values/colors-dp-dark.xml +2 -0
  10. package/dist/android/res/values/colors-dp-light.xml +2 -0
  11. package/dist/android/res/values/colors-expressive-dark.xml +2 -0
  12. package/dist/android/res/values/colors-expressive-light.xml +2 -0
  13. package/dist/android/res/values/colors-expressive-sm-dark.xml +2 -0
  14. package/dist/android/res/values/colors-expressive-sm-light.xml +2 -0
  15. package/dist/android/res/values/colors-tmo-dark.xml +2 -0
  16. package/dist/android/res/values/colors-tmo-light.xml +2 -0
  17. package/dist/css/tokens-dp-dark.css +12 -0
  18. package/dist/css/tokens-dp-light.css +12 -0
  19. package/dist/css/tokens-expressive-dark.css +12 -0
  20. package/dist/css/tokens-expressive-light.css +12 -0
  21. package/dist/css/tokens-expressive-sm-dark.css +12 -0
  22. package/dist/css/tokens-expressive-sm-light.css +12 -0
  23. package/dist/css/tokens-tmo-dark.css +12 -0
  24. package/dist/css/tokens-tmo-light.css +12 -0
  25. package/dist/doc.json +14168 -13816
  26. package/dist/ios/tokens-dp-dark.swift +2 -0
  27. package/dist/ios/tokens-dp-light.swift +2 -0
  28. package/dist/ios/tokens-expressive-dark.swift +2 -0
  29. package/dist/ios/tokens-expressive-light.swift +2 -0
  30. package/dist/ios/tokens-expressive-sm-dark.swift +2 -0
  31. package/dist/ios/tokens-expressive-sm-light.swift +2 -0
  32. package/dist/ios/tokens-tmo-dark.swift +2 -0
  33. package/dist/ios/tokens-tmo-light.swift +2 -0
  34. package/dist/less/tokens-dp-dark.less +2 -0
  35. package/dist/less/tokens-dp-light.less +2 -0
  36. package/dist/less/tokens-expressive-dark.less +2 -0
  37. package/dist/less/tokens-expressive-light.less +2 -0
  38. package/dist/less/tokens-expressive-sm-dark.less +2 -0
  39. package/dist/less/tokens-expressive-sm-light.less +2 -0
  40. package/dist/less/tokens-tmo-dark.less +2 -0
  41. package/dist/less/tokens-tmo-light.less +2 -0
  42. package/dist/tokens-dp-dark.json +2 -0
  43. package/dist/tokens-dp-light.json +2 -0
  44. package/dist/tokens-expressive-dark.json +2 -0
  45. package/dist/tokens-expressive-light.json +2 -0
  46. package/dist/tokens-expressive-sm-dark.json +2 -0
  47. package/dist/tokens-expressive-sm-light.json +2 -0
  48. package/dist/tokens-tmo-dark.json +2 -0
  49. package/dist/tokens-tmo-light.json +2 -0
  50. package/package.json +1 -1
@@ -268,7 +268,9 @@ object DialtoneTokensDpDark {
268
268
  val dtSizeBorderFocus = 2.dp + 1.dp
269
269
  val dtThemeColorBase = Color(0xff000000)
270
270
  val dtThemeMentionColorBackground = Color(0xff000000)
271
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
271
272
  val dtThemeMentionColorForeground = Color(0xff000000)
273
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
272
274
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
273
275
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
274
276
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -268,7 +268,9 @@ object DialtoneTokensDpLight {
268
268
  val dtSizeBorderFocus = 2.dp + 1.dp
269
269
  val dtThemeColorBase = Color(0xff000000)
270
270
  val dtThemeMentionColorBackground = Color(0xff000000)
271
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
271
272
  val dtThemeMentionColorForeground = Color(0xff000000)
273
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
272
274
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
273
275
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
274
276
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -274,7 +274,9 @@ object DialtoneTokensExpressiveDark {
274
274
  val dtSizeBorderFocus = 2.dp + 1.dp
275
275
  val dtThemeColorBase = Color(0xff000000)
276
276
  val dtThemeMentionColorBackground = Color(0xff000000)
277
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
277
278
  val dtThemeMentionColorForeground = Color(0xff000000)
279
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
278
280
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
279
281
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
280
282
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -274,7 +274,9 @@ object DialtoneTokensExpressiveLight {
274
274
  val dtSizeBorderFocus = 2.dp + 1.dp
275
275
  val dtThemeColorBase = Color(0xff000000)
276
276
  val dtThemeMentionColorBackground = Color(0xff000000)
277
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
277
278
  val dtThemeMentionColorForeground = Color(0xff000000)
279
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
278
280
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
279
281
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
280
282
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -274,7 +274,9 @@ object DialtoneTokensExpressiveSmDark {
274
274
  val dtSizeBorderFocus = 2.dp + 1.dp
275
275
  val dtThemeColorBase = Color(0xff000000)
276
276
  val dtThemeMentionColorBackground = Color(0xff000000)
277
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
277
278
  val dtThemeMentionColorForeground = Color(0xff000000)
279
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
278
280
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
279
281
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
280
282
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -274,7 +274,9 @@ object DialtoneTokensExpressiveSmLight {
274
274
  val dtSizeBorderFocus = 2.dp + 1.dp
275
275
  val dtThemeColorBase = Color(0xff000000)
276
276
  val dtThemeMentionColorBackground = Color(0xff000000)
277
+ val dtThemeMentionColorBackgroundStrong = Color(0xff000000)
277
278
  val dtThemeMentionColorForeground = Color(0xff000000)
279
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
278
280
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
279
281
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
280
282
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -268,7 +268,9 @@ object DialtoneTokensTmoDark {
268
268
  val dtSizeBorderFocus = 2.dp + 1.dp
269
269
  val dtThemeColorBase = Color(0xfff285bc)
270
270
  val dtThemeMentionColorBackground = Color(0xffe20074)
271
+ val dtThemeMentionColorBackgroundStrong = Color(0xffffcee7)
271
272
  val dtThemeMentionColorForeground = Color(0xff000000)
273
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
272
274
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
273
275
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
274
276
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -268,7 +268,9 @@ object DialtoneTokensTmoLight {
268
268
  val dtSizeBorderFocus = 2.dp + 1.dp
269
269
  val dtThemeColorBase = Color(0xffe20074)
270
270
  val dtThemeMentionColorBackground = Color(0xffe20074)
271
+ val dtThemeMentionColorBackgroundStrong = Color(0xff770141)
271
272
  val dtThemeMentionColorForeground = Color(0xff000000)
273
+ val dtThemeMentionColorForegroundStrong = Color(0xff000000)
272
274
  val dtThemePresenceColorBackgroundAvailable = Color(0xff000000)
273
275
  val dtThemePresenceColorBackgroundBusy = Color(0xff000000)
274
276
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xff000000)
@@ -220,7 +220,9 @@
220
220
  <color name="dt_dp_dark_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_dp_dark_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_dp_dark_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_dp_dark_theme_mention_color_foreground_strong">#ff000000</color>
223
224
  <color name="dt_dp_dark_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_dp_dark_theme_mention_color_background_strong">#ffdac7ff</color>
224
226
  <color name="dt_dp_dark_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_dp_dark_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_dp_dark_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_dp_light_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_dp_light_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_dp_light_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_dp_light_theme_mention_color_foreground_strong">#ffffffff</color>
223
224
  <color name="dt_dp_light_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_dp_light_theme_mention_color_background_strong">#ff3a1d95</color>
224
226
  <color name="dt_dp_light_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_dp_light_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_dp_light_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_expressive_dark_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_expressive_dark_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_expressive_dark_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_expressive_dark_theme_mention_color_foreground_strong">#ff000000</color>
223
224
  <color name="dt_expressive_dark_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_expressive_dark_theme_mention_color_background_strong">#ffdac7ff</color>
224
226
  <color name="dt_expressive_dark_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_expressive_dark_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_expressive_dark_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_expressive_light_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_expressive_light_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_expressive_light_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_expressive_light_theme_mention_color_foreground_strong">#ffffffff</color>
223
224
  <color name="dt_expressive_light_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_expressive_light_theme_mention_color_background_strong">#ff3a1d95</color>
224
226
  <color name="dt_expressive_light_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_expressive_light_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_expressive_light_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_expressive_sm_dark_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_expressive_sm_dark_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_expressive_sm_dark_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_expressive_sm_dark_theme_mention_color_foreground_strong">#ff000000</color>
223
224
  <color name="dt_expressive_sm_dark_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_expressive_sm_dark_theme_mention_color_background_strong">#ffdac7ff</color>
224
226
  <color name="dt_expressive_sm_dark_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_expressive_sm_dark_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_expressive_sm_dark_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_expressive_sm_light_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_expressive_sm_light_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_expressive_sm_light_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_expressive_sm_light_theme_mention_color_foreground_strong">#ffffffff</color>
223
224
  <color name="dt_expressive_sm_light_theme_mention_color_background">#ff7c52ff</color>
225
+ <color name="dt_expressive_sm_light_theme_mention_color_background_strong">#ff3a1d95</color>
224
226
  <color name="dt_expressive_sm_light_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_expressive_sm_light_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_expressive_sm_light_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_tmo_dark_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_tmo_dark_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_tmo_dark_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_tmo_dark_theme_mention_color_foreground_strong">#ff000000</color>
223
224
  <color name="dt_tmo_dark_theme_mention_color_background">#ffe20074</color>
225
+ <color name="dt_tmo_dark_theme_mention_color_background_strong">#ffffcee7</color>
224
226
  <color name="dt_tmo_dark_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_tmo_dark_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_tmo_dark_avatar_color_background_200">#ffaaff83</color>
@@ -220,7 +220,9 @@
220
220
  <color name="dt_tmo_light_theme_presence_color_background_busy">#fff6ab3c</color>
221
221
  <color name="dt_tmo_light_theme_presence_color_background_offline">#ffffffff</color>
222
222
  <color name="dt_tmo_light_theme_mention_color_foreground">#ffffffff</color>
223
+ <color name="dt_tmo_light_theme_mention_color_foreground_strong">#ffffffff</color>
223
224
  <color name="dt_tmo_light_theme_mention_color_background">#ffe20074</color>
225
+ <color name="dt_tmo_light_theme_mention_color_background_strong">#ff770141</color>
224
226
  <color name="dt_tmo_light_avatar_color_foreground">#ff000000</color>
225
227
  <color name="dt_tmo_light_avatar_color_background_100">#ff1aa340</color>
226
228
  <color name="dt_tmo_light_avatar_color_background_200">#ffaaff83</color>
@@ -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%;