@dialpad/dialtone-tokens 1.37.0 → 1.37.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.
Files changed (34) hide show
  1. package/dist/android/java/tokens-dp-dark.kt +1 -1
  2. package/dist/android/java/tokens-expressive-dark.kt +1 -1
  3. package/dist/android/java/tokens-expressive-sm-dark.kt +1 -1
  4. package/dist/android/java/tokens-tmo-dark.kt +1 -1
  5. package/dist/android/res/values/colors-dp-dark.xml +1 -1
  6. package/dist/android/res/values/colors-expressive-dark.xml +1 -1
  7. package/dist/android/res/values/colors-expressive-sm-dark.xml +1 -1
  8. package/dist/android/res/values/colors-tmo-dark.xml +1 -1
  9. package/dist/css/tokens-dp-dark.css +7 -7
  10. package/dist/css/tokens-expressive-dark.css +7 -7
  11. package/dist/css/tokens-expressive-sm-dark.css +7 -7
  12. package/dist/css/tokens-tmo-dark.css +7 -7
  13. package/dist/doc.json +3430 -3430
  14. package/dist/ios/tokens-dp-dark.swift +1 -1
  15. package/dist/ios/tokens-expressive-dark.swift +1 -1
  16. package/dist/ios/tokens-expressive-sm-dark.swift +1 -1
  17. package/dist/ios/tokens-tmo-dark.swift +1 -1
  18. package/dist/less/tokens-dp-dark.less +1 -1
  19. package/dist/less/tokens-expressive-dark.less +1 -1
  20. package/dist/less/tokens-expressive-sm-dark.less +1 -1
  21. package/dist/less/tokens-tmo-dark.less +1 -1
  22. package/dist/themes/dp-dark.cjs +1 -1
  23. package/dist/themes/dp-dark.js +1 -1
  24. package/dist/themes/expressive-dark.cjs +1 -1
  25. package/dist/themes/expressive-dark.js +1 -1
  26. package/dist/themes/expressive-sm-dark.cjs +1 -1
  27. package/dist/themes/expressive-sm-dark.js +1 -1
  28. package/dist/themes/tmo-dark.cjs +1 -1
  29. package/dist/themes/tmo-dark.js +1 -1
  30. package/dist/tokens-dp-dark.json +1 -1
  31. package/dist/tokens-expressive-dark.json +1 -1
  32. package/dist/tokens-expressive-sm-dark.json +1 -1
  33. package/dist/tokens-tmo-dark.json +1 -1
  34. package/package.json +2 -2
@@ -300,7 +300,7 @@ object DialtoneTokensDpDark {
300
300
  val dtThemeMentionColorForegroundStrong = Color(0xff000000)
301
301
  val dtThemePresenceColorBackgroundAvailable = Color(0xffb0ffa3)
302
302
  val dtThemePresenceColorBackgroundBusy = Color(0xfff6ab3c)
303
- val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffec0e0e)
303
+ val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffff8585)
304
304
  val dtThemePresenceColorBackgroundOffline = Color(0xffffffff)
305
305
  val dtThemeSidebarColorBackground = Color(0xff262626)
306
306
  val dtThemeSidebarColorForeground = Color(0xffc2c2c2)
@@ -286,7 +286,7 @@ object DialtoneTokensExpressiveDark {
286
286
  val dtThemeMentionColorForegroundStrong = Color(0xff000000)
287
287
  val dtThemePresenceColorBackgroundAvailable = Color(0xffb0ffa3)
288
288
  val dtThemePresenceColorBackgroundBusy = Color(0xfff6ab3c)
289
- val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffec0e0e)
289
+ val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffff8585)
290
290
  val dtThemePresenceColorBackgroundOffline = Color(0xffffffff)
291
291
  val dtThemeSidebarColorBackground = Color(0xff262626)
292
292
  val dtThemeSidebarColorForeground = Color(0xffc2c2c2)
@@ -286,7 +286,7 @@ object DialtoneTokensExpressiveSmDark {
286
286
  val dtThemeMentionColorForegroundStrong = Color(0xff000000)
287
287
  val dtThemePresenceColorBackgroundAvailable = Color(0xffb0ffa3)
288
288
  val dtThemePresenceColorBackgroundBusy = Color(0xfff6ab3c)
289
- val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffec0e0e)
289
+ val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffff8585)
290
290
  val dtThemePresenceColorBackgroundOffline = Color(0xffffffff)
291
291
  val dtThemeSidebarColorBackground = Color(0xff262626)
292
292
  val dtThemeSidebarColorForeground = Color(0xffc2c2c2)
@@ -280,7 +280,7 @@ object DialtoneTokensTmoDark {
280
280
  val dtThemeMentionColorForegroundStrong = Color(0xff000000)
281
281
  val dtThemePresenceColorBackgroundAvailable = Color(0xffb0ffa3)
282
282
  val dtThemePresenceColorBackgroundBusy = Color(0xfff6ab3c)
283
- val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffec0e0e)
283
+ val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffff8585)
284
284
  val dtThemePresenceColorBackgroundOffline = Color(0xffffffff)
285
285
  val dtThemeSidebarColorBackground = Color(0xff262626)
286
286
  val dtThemeSidebarColorForeground = Color(0xffc2c2c2)
@@ -216,7 +216,7 @@
216
216
  <color name="dt_dp_dark_theme_sidebar_selected_row_color_background">#ffe6e6e6</color>
217
217
  <color name="dt_dp_dark_theme_sidebar_section_color_foreground">#ffaaaaaa</color>
218
218
  <color name="dt_dp_dark_theme_presence_color_background_available">#ffb0ffa3</color>
219
- <color name="dt_dp_dark_theme_presence_color_background_busy_unavailable">#ffec0e0e</color>
219
+ <color name="dt_dp_dark_theme_presence_color_background_busy_unavailable">#ffff8585</color>
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>
@@ -216,7 +216,7 @@
216
216
  <color name="dt_expressive_dark_theme_sidebar_selected_row_color_background">#ffe6e6e6</color>
217
217
  <color name="dt_expressive_dark_theme_sidebar_section_color_foreground">#ffaaaaaa</color>
218
218
  <color name="dt_expressive_dark_theme_presence_color_background_available">#ffb0ffa3</color>
219
- <color name="dt_expressive_dark_theme_presence_color_background_busy_unavailable">#ffec0e0e</color>
219
+ <color name="dt_expressive_dark_theme_presence_color_background_busy_unavailable">#ffff8585</color>
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>
@@ -216,7 +216,7 @@
216
216
  <color name="dt_expressive_sm_dark_theme_sidebar_selected_row_color_background">#ffe6e6e6</color>
217
217
  <color name="dt_expressive_sm_dark_theme_sidebar_section_color_foreground">#ffaaaaaa</color>
218
218
  <color name="dt_expressive_sm_dark_theme_presence_color_background_available">#ffb0ffa3</color>
219
- <color name="dt_expressive_sm_dark_theme_presence_color_background_busy_unavailable">#ffec0e0e</color>
219
+ <color name="dt_expressive_sm_dark_theme_presence_color_background_busy_unavailable">#ffff8585</color>
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>
@@ -216,7 +216,7 @@
216
216
  <color name="dt_tmo_dark_theme_sidebar_selected_row_color_background">#fff285bc</color>
217
217
  <color name="dt_tmo_dark_theme_sidebar_section_color_foreground">#ffaaaaaa</color>
218
218
  <color name="dt_tmo_dark_theme_presence_color_background_available">#ffb0ffa3</color>
219
- <color name="dt_tmo_dark_theme_presence_color_background_busy_unavailable">#ffec0e0e</color>
219
+ <color name="dt_tmo_dark_theme_presence_color_background_busy_unavailable">#ffff8585</color>
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>
@@ -240,13 +240,13 @@
240
240
  --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
241
241
  --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
242
242
  --dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
243
- --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);
244
- --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);
245
- --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);
246
- --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-300-a);
247
- --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);
248
- --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);
249
- --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);
243
+ --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
244
+ --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
245
+ --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
246
+ --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
247
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
248
+ --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
249
+ --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
250
250
  --dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
251
251
  --dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
252
252
  --dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
@@ -232,13 +232,13 @@
232
232
  --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
233
233
  --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
234
234
  --dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
235
- --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);
236
- --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);
237
- --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);
238
- --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-300-a);
239
- --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);
240
- --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);
241
- --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);
235
+ --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
236
+ --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
237
+ --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
238
+ --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
239
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
240
+ --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
241
+ --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
242
242
  --dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
243
243
  --dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
244
244
  --dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
@@ -232,13 +232,13 @@
232
232
  --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
233
233
  --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
234
234
  --dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
235
- --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);
236
- --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);
237
- --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);
238
- --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-300-a);
239
- --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);
240
- --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);
241
- --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);
235
+ --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
236
+ --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
237
+ --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
238
+ --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
239
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
240
+ --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
241
+ --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
242
242
  --dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
243
243
  --dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
244
244
  --dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
@@ -239,13 +239,13 @@
239
239
  --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
240
240
  --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
241
241
  --dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
242
- --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);
243
- --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);
244
- --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);
245
- --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-300-a);
246
- --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);
247
- --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);
248
- --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);
242
+ --dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
243
+ --dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
244
+ --dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
245
+ --dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
246
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
247
+ --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
248
+ --dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
249
249
  --dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
250
250
  --dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
251
251
  --dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);