@24vlh/vds 0.3.4 → 0.3.6

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 (69) hide show
  1. package/dist/components/accordion.css +0 -9
  2. package/dist/components/action-bar.css +0 -3
  3. package/dist/components/authoring.css +0 -9
  4. package/dist/components/authoring.min.css +1 -1
  5. package/dist/components/avatar.css +0 -6
  6. package/dist/components/badge-tag.css +0 -6
  7. package/dist/components/badge-tag.min.css +1 -1
  8. package/dist/components/buttons.css +0 -12
  9. package/dist/components/buttons.min.css +1 -1
  10. package/dist/components/charts.css +0 -14
  11. package/dist/components/charts.min.css +1 -1
  12. package/dist/components/command.css +1 -21
  13. package/dist/components/command.min.css +1 -1
  14. package/dist/components/content-blocks.css +0 -21
  15. package/dist/components/content-blocks.min.css +1 -1
  16. package/dist/components/description-list.css +0 -5
  17. package/dist/components/description-list.min.css +1 -1
  18. package/dist/components/doc-block.css +0 -24
  19. package/dist/components/doc-block.min.css +1 -1
  20. package/dist/components/feedback.css +3 -20
  21. package/dist/components/feedback.min.css +1 -1
  22. package/dist/components/flows.css +0 -14
  23. package/dist/components/flows.min.css +1 -1
  24. package/dist/components/forms-advanced.css +0 -13
  25. package/dist/components/forms-advanced.min.css +1 -1
  26. package/dist/components/forms.css +0 -28
  27. package/dist/components/forms.min.css +1 -1
  28. package/dist/components/guidance.css +0 -14
  29. package/dist/components/guidance.min.css +1 -1
  30. package/dist/components/header-footer.css +0 -10
  31. package/dist/components/header-footer.min.css +1 -1
  32. package/dist/components/hero.css +0 -12
  33. package/dist/components/hero.min.css +1 -1
  34. package/dist/components/icons.css +60 -19
  35. package/dist/components/icons.min.css +1 -1
  36. package/dist/components/inbox.css +0 -54
  37. package/dist/components/inbox.min.css +1 -1
  38. package/dist/components/navigation.css +0 -13
  39. package/dist/components/navigation.min.css +1 -1
  40. package/dist/components/overlays.css +0 -15
  41. package/dist/components/overlays.min.css +1 -1
  42. package/dist/components/progress.css +0 -5
  43. package/dist/components/progress.min.css +1 -1
  44. package/dist/components/sections.css +0 -16
  45. package/dist/components/sections.min.css +1 -1
  46. package/dist/components/skeleton.css +0 -11
  47. package/dist/components/state.css +0 -3
  48. package/dist/components/tables.css +0 -18
  49. package/dist/components/tables.min.css +1 -1
  50. package/dist/components/tabs.css +0 -10
  51. package/dist/components/tabs.min.css +1 -1
  52. package/dist/components/toasts.css +0 -8
  53. package/dist/components/toasts.min.css +1 -1
  54. package/dist/components/tooltips-popovers.css +0 -13
  55. package/dist/components/tooltips-popovers.min.css +1 -1
  56. package/dist/components/typography.css +0 -3
  57. package/dist/components/utilities.css +0 -28
  58. package/dist/components/utilities.min.css +1 -1
  59. package/dist/core.css +2 -2
  60. package/dist/core.min.css +1 -1
  61. package/dist/identity.css +2 -7
  62. package/dist/identity.min.css +1 -1
  63. package/dist/themes/carbon.css +0 -2
  64. package/dist/themes/graphite.css +0 -2
  65. package/dist/themes/navy.css +0 -2
  66. package/dist/themes/slate.css +0 -2
  67. package/dist/vds.css +75 -32
  68. package/dist/vds.min.css +1 -1
  69. package/package.json +1 -1
package/dist/vds.css CHANGED
@@ -26,7 +26,7 @@
26
26
  /* -----------------------------------------------------
27
27
  TYPOGRAPHY - Families, Scale, Line Heights, Weights
28
28
  ----------------------------------------------------- */
29
- --font-family-sans: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif;
29
+ --font-family-sans: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
30
30
  --font-family-mono: "JetBrains Mono", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
31
31
 
32
32
  --text-xxxs: 0.65rem;
@@ -262,7 +262,7 @@ body {
262
262
  min-height: 100vh;
263
263
  background: var(--color-bg);
264
264
  color: var(--color-text);
265
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
265
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
266
266
  font-family: var(--font-family-sans), sans-serif;
267
267
  font-size: 1rem;
268
268
  font-size: var(--text-base);
@@ -3215,10 +3215,6 @@ a.button:hover {
3215
3215
  .chart__canvas svg {
3216
3216
  width: 100% !important;
3217
3217
  height: 100% !important;
3218
- }
3219
-
3220
- .chart__canvas canvas,
3221
- .chart__canvas svg {
3222
3218
  display: block;
3223
3219
  }
3224
3220
 
@@ -3998,7 +3994,7 @@ a.button:hover {
3998
3994
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--command-item-border-active) 40%, transparent);
3999
3995
  }
4000
3996
 
4001
- @supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
3997
+ @supports (color: color-mix(in lch, red, blue)) {
4002
3998
  .command__item--active,
4003
3999
  .command__item[aria-selected="true"] {
4004
4000
  box-shadow: 0 0 0 var(--border-width, 1px) color-mix(in srgb, var(--command-item-border-active) 40%, transparent);
@@ -8407,6 +8403,9 @@ a.button:hover {
8407
8403
 
8408
8404
  .feedback-toast--static {
8409
8405
  position: relative !important;
8406
+ width: -moz-max-content;
8407
+ width: max-content;
8408
+ max-width: 100%;
8410
8409
  transform: none !important;
8411
8410
  top: auto !important;
8412
8411
  right: auto !important;
@@ -8416,12 +8415,6 @@ a.button:hover {
8416
8415
  animation: none !important;
8417
8416
  }
8418
8417
 
8419
- .feedback-toast--static {
8420
- width: -moz-max-content;
8421
- width: max-content;
8422
- max-width: 100%;
8423
- }
8424
-
8425
8418
  /************************************************************
8426
8419
  * VLAH DESIGN SYSTEM (VDS) - Flows & Timelines
8427
8420
  *
@@ -14773,6 +14766,46 @@ select.form-control:not([multiple]):not([size]) {
14773
14766
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3 V6 H2 V10 H6 V13 L11 8 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14774
14767
  }
14775
14768
 
14769
+ .icon--take-left-fill {
14770
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3 V6 H14 V10 H10 V13 L5 8 Z' fill='white'/%3E%3C/svg%3E");
14771
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3 V6 H14 V10 H10 V13 L5 8 Z' fill='white'/%3E%3C/svg%3E");
14772
+ }
14773
+
14774
+ .icon--take-left-outline {
14775
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3 V6 H14 V10 H10 V13 L5 8 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14776
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3 V6 H14 V10 H10 V13 L5 8 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14777
+ }
14778
+
14779
+ .icon--take-up-fill {
14780
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 H6 V14 H10 V10 H13 L8 5 Z' fill='white'/%3E%3C/svg%3E");
14781
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 H6 V14 H10 V10 H13 L8 5 Z' fill='white'/%3E%3C/svg%3E");
14782
+ }
14783
+
14784
+ .icon--take-up-outline {
14785
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 H6 V14 H10 V10 H13 L8 5 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14786
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 H6 V14 H10 V10 H13 L8 5 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14787
+ }
14788
+
14789
+ .icon--take-down-fill {
14790
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='white'/%3E%3C/svg%3E");
14791
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='white'/%3E%3C/svg%3E");
14792
+ }
14793
+
14794
+ .icon--take-down-outline {
14795
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14796
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14797
+ }
14798
+
14799
+ .icon--take-dow-fill {
14800
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='white'/%3E%3C/svg%3E");
14801
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='white'/%3E%3C/svg%3E");
14802
+ }
14803
+
14804
+ .icon--take-dow-outline {
14805
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14806
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6 H6 V2 H10 V6 H13 L8 11 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
14807
+ }
14808
+
14776
14809
  .icon--open-fill {
14777
14810
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='white'/%3E%3Cpath d='M4 6 L6 2 H14 V6 Z' fill='white'/%3E%3C/svg%3E");
14778
14811
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='white'/%3E%3Cpath d='M4 6 L6 2 H14 V6 Z' fill='white'/%3E%3C/svg%3E");
@@ -14883,6 +14916,26 @@ select.form-control:not([multiple]):not([size]) {
14883
14916
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4V5M19 9h-4V5M5 15h4v4M19 15h-4v4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14884
14917
  }
14885
14918
 
14919
+ .icon--panel-expand {
14920
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9,2.5 13.5,2.5 13.5,7' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolyline points='7,13.5 2.5,13.5 2.5,9' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='4.2' y1='11.8' x2='11.8' y2='4.2' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='9.6,4.2 11.8,4.2 11.8,6.4' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14921
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9,2.5 13.5,2.5 13.5,7' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolyline points='7,13.5 2.5,13.5 2.5,9' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='4.2' y1='11.8' x2='11.8' y2='4.2' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='9.6,4.2 11.8,4.2 11.8,6.4' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14922
+ }
14923
+
14924
+ .icon--panel-minimize {
14925
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9,2.5 13.5,2.5 13.5,7' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolyline points='7,13.5 2.5,13.5 2.5,9' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='11.8' y1='4.2' x2='4.2' y2='11.8' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='4.2,9.6 4.2,11.8 6.4,11.8' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14926
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9,2.5 13.5,2.5 13.5,7' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolyline points='7,13.5 2.5,13.5 2.5,9' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='11.8' y1='4.2' x2='4.2' y2='11.8' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='4.2,9.6 4.2,11.8 6.4,11.8' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14927
+ }
14928
+
14929
+ .icon--expand-panel {
14930
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='11' height='11' rx='1.8' fill='none' stroke='white' stroke-width='1.4'/%3E%3Cline x1='2.6' y1='5.6' x2='13.4' y2='5.6' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cline x1='8' y1='6.6' x2='8' y2='9.2' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='6.2,8.4 8,10.2 9.8,8.4' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14931
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='11' height='11' rx='1.8' fill='none' stroke='white' stroke-width='1.4'/%3E%3Cline x1='2.6' y1='5.6' x2='13.4' y2='5.6' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cline x1='8' y1='6.6' x2='8' y2='9.2' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='6.2,8.4 8,10.2 9.8,8.4' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14932
+ }
14933
+
14934
+ .icon--minimize-panel {
14935
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='11' height='11' rx='1.8' fill='none' stroke='white' stroke-width='1.4'/%3E%3Cline x1='2.6' y1='5.6' x2='13.4' y2='5.6' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cline x1='8' y1='9.4' x2='8' y2='6.8' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='6.2,7.6 8,5.8 9.8,7.6' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14936
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='11' height='11' rx='1.8' fill='none' stroke='white' stroke-width='1.4'/%3E%3Cline x1='2.6' y1='5.6' x2='13.4' y2='5.6' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cline x1='8' y1='9.4' x2='8' y2='6.8' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpolyline points='6.2,7.6 8,5.8 9.8,7.6' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14937
+ }
14938
+
14886
14939
  .icon--attach-outline {
14887
14940
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
14888
14941
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
@@ -22636,7 +22689,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
22636
22689
  .typography h4,
22637
22690
  .typography h5,
22638
22691
  .typography h6 {
22639
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
22692
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
22640
22693
  font-family: var(--font-family-sans), sans-serif;
22641
22694
  font-weight: 600;
22642
22695
  color: var(--color-text);
@@ -22747,9 +22800,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
22747
22800
  .typography pre code {
22748
22801
  background: none !important;
22749
22802
  border: none !important;
22750
- }
22751
-
22752
- .typography pre code {
22753
22803
  padding: 0;
22754
22804
  border-radius: 0;
22755
22805
  }
@@ -22962,9 +23012,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
22962
23012
 
22963
23013
  .sr-only {
22964
23014
  position: absolute !important;
22965
- }
22966
-
22967
- .sr-only {
22968
23015
  width: 1px;
22969
23016
  height: 1px;
22970
23017
  padding: 0;
@@ -22978,10 +23025,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
22978
23025
  .sr-only-focusable:active,
22979
23026
  .sr-only-focusable:focus {
22980
23027
  position: static !important;
22981
- }
22982
-
22983
- .sr-only-focusable:active,
22984
- .sr-only-focusable:focus {
22985
23028
  width: auto;
22986
23029
  height: auto;
22987
23030
  margin: 0;
@@ -25422,7 +25465,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25422
25465
  }
25423
25466
 
25424
25467
  .text-body {
25425
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25468
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25426
25469
  font-family: var(--font-family-sans), sans-serif;
25427
25470
  font-size: 1rem;
25428
25471
  font-size: var(--text-base);
@@ -25432,7 +25475,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25432
25475
  }
25433
25476
 
25434
25477
  .text-body-soft {
25435
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25478
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25436
25479
  font-family: var(--font-family-sans), sans-serif;
25437
25480
  font-size: 1rem;
25438
25481
  font-size: var(--text-base);
@@ -25442,7 +25485,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25442
25485
  }
25443
25486
 
25444
25487
  .text-body-muted {
25445
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25488
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25446
25489
  font-family: var(--font-family-sans), sans-serif;
25447
25490
  font-size: 1rem;
25448
25491
  font-size: var(--text-base);
@@ -25452,7 +25495,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25452
25495
  }
25453
25496
 
25454
25497
  .text-body-strong {
25455
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25498
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25456
25499
  font-family: var(--font-family-sans), sans-serif;
25457
25500
  font-size: 1rem;
25458
25501
  font-size: var(--text-base);
@@ -25463,7 +25506,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25463
25506
  }
25464
25507
 
25465
25508
  .text-body-sm {
25466
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25509
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25467
25510
  font-family: var(--font-family-sans), sans-serif;
25468
25511
  font-size: 0.875rem;
25469
25512
  font-size: var(--text-sm);
@@ -25473,7 +25516,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25473
25516
  }
25474
25517
 
25475
25518
  .text-body-sm-muted {
25476
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25519
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25477
25520
  font-family: var(--font-family-sans), sans-serif;
25478
25521
  font-size: 0.875rem;
25479
25522
  font-size: var(--text-sm);
@@ -25483,7 +25526,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25483
25526
  }
25484
25527
 
25485
25528
  .text-body-sm-soft {
25486
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25529
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25487
25530
  font-family: var(--font-family-sans), sans-serif;
25488
25531
  font-size: 0.875rem;
25489
25532
  font-size: var(--text-sm);
@@ -25493,7 +25536,7 @@ button.inbox-filter__chip[aria-disabled="true"] {
25493
25536
  }
25494
25537
 
25495
25538
  .text-body-sm-strong {
25496
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25539
+ font-family: system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
25497
25540
  font-family: var(--font-family-sans), sans-serif;
25498
25541
  font-size: 0.875rem;
25499
25542
  font-size: var(--text-sm);