@salutejs-ds/sdds_sbcom 0.1.10 → 0.1.12

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 (106) hide show
  1. package/components/Button/Button.config.d.ts +4 -4
  2. package/components/Button/Button.config.js +7 -7
  3. package/components/Button/Button.config.js.map +1 -1
  4. package/components/Button/Button.config_b4txnl.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +4 -4
  7. package/components/Checkbox/Checkbox.config.d.ts +2 -2
  8. package/components/Checkbox/Checkbox.config.js +5 -5
  9. package/components/Checkbox/Checkbox.config.js.map +1 -1
  10. package/components/Checkbox/Checkbox.config_j2f4po.css +6 -0
  11. package/components/Checkbox/Checkbox.css +6 -6
  12. package/components/Checkbox/Checkbox.d.ts +2 -2
  13. package/components/Counter/Counter.config.d.ts +5 -5
  14. package/components/Counter/Counter.config.js +7 -7
  15. package/components/Counter/Counter.config.js.map +1 -1
  16. package/components/Counter/Counter.config_yoygvx.css +11 -0
  17. package/components/Counter/Counter.css +10 -10
  18. package/components/Counter/Counter.d.ts +5 -5
  19. package/components/IconButton/IconButton.config.d.ts +2 -2
  20. package/components/IconButton/IconButton.config.js +5 -5
  21. package/components/IconButton/IconButton.config.js.map +1 -1
  22. package/components/IconButton/IconButton.config_1q8h816.css +9 -0
  23. package/components/IconButton/IconButton.css +8 -8
  24. package/components/IconButton/IconButton.d.ts +2 -2
  25. package/components/Link/Link.config.d.ts +3 -3
  26. package/components/Link/Link.config.js +6 -6
  27. package/components/Link/Link.config.js.map +1 -1
  28. package/components/Link/Link.config_e4pw7e.css +8 -0
  29. package/components/Link/Link.css +8 -8
  30. package/components/Link/Link.d.ts +3 -3
  31. package/components/Radiobox/Radiobox.config.d.ts +1 -1
  32. package/components/Radiobox/Radiobox.config.js +3 -3
  33. package/components/Radiobox/Radiobox.config.js.map +1 -1
  34. package/components/Radiobox/Radiobox.config_10j4d0h.css +6 -0
  35. package/components/Radiobox/Radiobox.css +6 -6
  36. package/components/Radiobox/Radiobox.d.ts +1 -1
  37. package/css/sdds_sbcom.module.css +511 -367
  38. package/css/sdds_sbcom__dark.css +335 -191
  39. package/css/sdds_sbcom__light.css +335 -191
  40. package/es/components/Button/Button.config.js +7 -7
  41. package/es/components/Button/Button.config.js.map +1 -1
  42. package/es/components/Button/Button.config_b4txnl.css +10 -0
  43. package/es/components/Button/Button.css +9 -9
  44. package/es/components/Checkbox/Checkbox.config.js +5 -5
  45. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  46. package/es/components/Checkbox/Checkbox.config_j2f4po.css +6 -0
  47. package/es/components/Checkbox/Checkbox.css +6 -6
  48. package/es/components/Counter/Counter.config.js +7 -7
  49. package/es/components/Counter/Counter.config.js.map +1 -1
  50. package/es/components/Counter/Counter.config_yoygvx.css +11 -0
  51. package/es/components/Counter/Counter.css +10 -10
  52. package/es/components/IconButton/IconButton.config.js +5 -5
  53. package/es/components/IconButton/IconButton.config.js.map +1 -1
  54. package/es/components/IconButton/IconButton.config_1q8h816.css +9 -0
  55. package/es/components/IconButton/IconButton.css +8 -8
  56. package/es/components/Link/Link.config.js +6 -6
  57. package/es/components/Link/Link.config.js.map +1 -1
  58. package/es/components/Link/Link.config_e4pw7e.css +8 -0
  59. package/es/components/Link/Link.css +8 -8
  60. package/es/components/Radiobox/Radiobox.config.js +3 -3
  61. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  62. package/es/components/Radiobox/Radiobox.config_10j4d0h.css +6 -0
  63. package/es/components/Radiobox/Radiobox.css +6 -6
  64. package/es/index.css +55 -55
  65. package/es/index.js +1 -1
  66. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  67. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  68. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  69. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  70. package/es/theme/tokens/index.js +547 -427
  71. package/es/theme/tokens/index.js.map +1 -1
  72. package/index.css +55 -55
  73. package/index.js +12 -0
  74. package/index.js.map +1 -1
  75. package/package.json +1 -1
  76. package/styled-components/cjs/Button/Button.config.js +9 -9
  77. package/styled-components/cjs/Checkbox/Checkbox.config.js +6 -6
  78. package/styled-components/cjs/Counter/Counter.config.js +8 -8
  79. package/styled-components/cjs/IconButton/IconButton.config.js +6 -6
  80. package/styled-components/cjs/Link/Link.config.js +6 -6
  81. package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
  82. package/styled-components/es/Button/Button.config.js +9 -9
  83. package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
  84. package/styled-components/es/Counter/Counter.config.js +8 -8
  85. package/styled-components/es/IconButton/IconButton.config.js +6 -6
  86. package/styled-components/es/Link/Link.config.js +6 -6
  87. package/styled-components/es/Radiobox/Radiobox.config.js +6 -6
  88. package/theme/themes/sdds_sbcom__dark.js +1 -1
  89. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  90. package/theme/themes/sdds_sbcom__light.js +1 -1
  91. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  92. package/theme/tokens/index.d.ts +380 -272
  93. package/theme/tokens/index.js +558 -426
  94. package/theme/tokens/index.js.map +1 -1
  95. package/components/Button/Button.config_1wue0f1.css +0 -10
  96. package/components/Checkbox/Checkbox.config_limvsr.css +0 -6
  97. package/components/Counter/Counter.config_u14r3s.css +0 -11
  98. package/components/IconButton/IconButton.config_yxpssw.css +0 -9
  99. package/components/Link/Link.config_1adojdx.css +0 -8
  100. package/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
  101. package/es/components/Button/Button.config_1wue0f1.css +0 -10
  102. package/es/components/Checkbox/Checkbox.config_limvsr.css +0 -6
  103. package/es/components/Counter/Counter.config_u14r3s.css +0 -11
  104. package/es/components/IconButton/IconButton.config_yxpssw.css +0 -9
  105. package/es/components/Link/Link.config_1adojdx.css +0 -8
  106. package/es/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
@@ -2,152 +2,65 @@
2
2
 
3
3
  .dark {
4
4
  --on-dark-personas-green-text-accent: #6CD5BB;
5
- --on-dark-personas-green-text-accent-hover: #84DCC6FF;
6
- --on-dark-personas-green-text-accent-active: #54CFB0FF;
7
- --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
8
- --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
9
5
  --surface-transparent-accent-minor-hover: #0BA88866;
10
- --surface-transparent-accent-minor-active: #0BA88838;
11
6
  --on-light-outline-primary-hover: #ADA39FFF;
12
- --on-light-outline-primary-active: #C4BEBAFF;
13
- --inverse-outline-default-hover: #CCCCCCFF;
14
7
  --inverse-outline-default-active: #E6E6E6FF;
15
- --inverse-personas-sea-blue-text-accent-hover: #000000FF;
16
8
  --inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;
17
- --inverse-personas-blue-text-accent-hover: #1477E1FF;
18
- --inverse-personas-blue-text-accent-active: #0D4F96FF;
19
- --inverse-personas-violet-text-accent-hover: #B740C9FF;
20
9
  --inverse-personas-violet-text-accent-active: #81288FFF;
21
- --inverse-surface-transparent-accent-minor-hover: #0BA88857;
22
- --inverse-surface-transparent-accent-minor-active: #0BA8885C;
23
- --on-light-personas-blue-text-accent-hover: #1477E1FF;
24
- --on-light-personas-blue-text-accent-active: #0D4F96FF;
25
- --on-dark-surface-transparent-navi-hover: #242424B8;
26
10
  --on-dark-surface-transparent-navi-active: #2424248A;
27
- --inverse-outline-primary-hover: #ADA39FFF;
28
- --inverse-outline-primary-active: #C4BEBAFF;
29
11
  --on-light-outline-default-hover: #CCCCCCFF;
30
- --on-light-outline-default-active: #E6E6E6FF;
31
- --on-dark-outline-default-hover: #666666FF;
12
+ --inverse-outline-primary-active: #C4BEBAFF;
32
13
  --on-dark-outline-default-active: #292929FF;
14
+ --on-dark-outline-default-hover: #666666FF;
33
15
  --personas-green-text-accent-hover: #04C396FF;
34
- --personas-green-text-accent-active: #03A57FFF;
35
16
  --personas-sea-blue-text-accent-hover: #00C5CCFF;
36
- --personas-sea-blue-text-accent-active: #00A8ADFF;
37
17
  --inverse-surface-accent-secondary-hover: #50C3A8FF;
38
- --inverse-surface-accent-secondary-active: #3CAF94FF;
39
- --on-light-surface-accent-secondary-hover: #50C3A8FF;
40
18
  --on-light-surface-accent-secondary-active: #3CAF94FF;
41
- --surface-transparent-navi-hover: #FFFFFFB8;
42
- --surface-transparent-navi-active: #FFFFFF8A;
43
- --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
19
+ --surface-transparent-navi-active: #2424248A;
44
20
  --on-light-surface-transparent-accent-minor-active: #0BA88852;
45
- --on-light-personas-green-text-accent-hover: #04D7A6FF;
46
21
  --on-light-personas-green-text-accent-active: #04AF87FF;
47
- --outline-default-hover: #858585FF;
48
22
  --outline-default-active: #666666FF;
49
- --on-dark-outline-primary-hover: #6B6461FF;
50
23
  --on-dark-outline-primary-active: #2B2827FF;
51
- --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
52
- --on-dark-personas-pink-text-accent-active: #F58A8AFF;
53
- --outline-primary-hover: #91847EFF;
54
- --outline-primary-active: #665C57FF;
55
- --inverse-personas-indigo-text-accent-hover: #D2B4F8FF;
56
- --inverse-personas-indigo-text-accent-active: #A46AF1FF;
57
- --inverse-personas-pink-text-accent-hover: #FBCBCBFF;
58
- --inverse-personas-pink-text-accent-active: #F48080FF;
59
- --personas-olive-text-accent-hover: #A6D4A5FF;
60
24
  --personas-olive-text-accent-active: #7DC07CFF;
61
- --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;
62
- --inverse-personas-ochre-text-accent-active: #AA4A0EFF;
63
25
  --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
64
- --on-dark-personas-olive-text-accent-active: #7DC07CFF;
65
- --inverse-surface-transparent-navi-hover: #FFFFFFA8;
26
+ --inverse-personas-ochre-text-accent-active: #AA4A0EFF;
66
27
  --inverse-surface-transparent-navi-active: #FFFFFFAD;
67
- --on-light-personas-olive-text-accent-hover: #1DB71AFF;
68
28
  --on-light-personas-olive-text-accent-active: #179315FF;
69
- --on-light-personas-violet-text-accent-hover: #B740C9FF;
70
29
  --on-light-personas-violet-text-accent-active: #81288FFF;
71
- --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
72
30
  --on-light-personas-ochre-text-accent-active: #AA4A0EFF;
73
- --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
74
- --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
75
31
  --on-dark-surface-accent-secondary-hover: #70CDB7FF;
76
- --on-dark-surface-accent-secondary-active: #59C5ACFF;
77
32
  --inverse-personas-green-text-accent-hover: #8CDECAFF;
78
- --inverse-personas-green-text-accent-active: #4CCDACFF;
79
33
  --on-light-personas-pink-text-accent-hover: #E47777FF;
80
- --on-light-personas-pink-text-accent-active: #D73333FF;
81
- --on-dark-personas-ochre-text-accent: #F4B49B;
82
34
  --surface-accent-secondary-hover: #70CDB7FF;
83
- --surface-accent-secondary-active: #59C5ACFF;
84
35
  --personas-pink-text-accent-hover: #E26E6EFF;
85
- --surface-transparent-accent-minor: #0BA68647;
86
- --personas-pink-text-accent-active: #D83B3BFF;
87
36
  --personas-indigo-text-accent-hover: #E8DAFCFF;
88
- --personas-indigo-text-accent-active: #AA73F2FF;
37
+ --personas-pink-text-accent-active: #D83B3BFF;
89
38
  --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
90
- --on-dark-personas-violet-text-accent-active: #D982E8FF;
91
39
  --on-light-outline-primary: #DDD9D7;
92
- --on-light-surface-transparent-navi-hover: #FFFFFFA8;
93
40
  --inverse-outline-default: #FFFFFF;
94
- --on-light-surface-transparent-navi-active: #FFFFFFAD;
95
- --inverse-personas-sea-blue-text-accent: #7BC8C8;
96
- --background-hardline: #000000;
97
- --inverse-personas-blue-text-accent: #1063BA;
98
41
  --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
99
- --inverse-personas-violet-text-accent: #9E32AF;
100
42
  --on-dark-personas-blue-text-accent-active: #5DA3EFFF;
101
- --inverse-surface-transparent-accent-minor: #0BA68647;
102
43
  --on-light-personas-indigo-text-accent-hover: #000000FF;
103
- --on-light-personas-blue-text-accent: #1063BA;
104
44
  --on-light-personas-indigo-text-accent-active: #5B2999FF;
105
- --on-dark-surface-transparent-navi: #23232399;
106
45
  --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
107
- --inverse-outline-primary: #DDD9D7;
108
46
  --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
109
47
  --on-light-outline-default: #FFFFFF;
110
- --inverse-personas-olive-text-accent-hover: #1DB71AFF;
111
- --inverse-personas-olive-text-accent-active: #179315FF;
112
- --personas-ochre-text-accent-hover: #F7C8B6FF;
113
- --on-dark-outline-default: #383838;
114
48
  --personas-ochre-text-accent-active: #F19F7EFF;
115
- --personas-green-text-accent: #038768;
116
- --personas-sea-blue-text-accent: #00898D;
117
- --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
118
49
  --inverse-background-hardline: #000000;
119
- --inverse-surface-accent-secondary: #41BDA1;
50
+ --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
120
51
  --on-dark-surface-transparent-accent-minor-active: #0BA88838;
121
- --light-background-hardline: #FFFFFF;
122
52
  --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
123
53
  --on-light-surface-accent-secondary: #41BDA1;
124
- --surface-transparent-navi: #FFFFFF99;
125
- --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
126
- --personas-violet-text-accent-hover: #B438C7FF;
127
- --on-light-surface-transparent-accent-minor: #0BA6863D;
54
+ --surface-transparent-navi: #23232399;
128
55
  --personas-violet-text-accent-active: #892B97FF;
129
- --on-light-personas-green-text-accent: #038768;
130
56
  --personas-blue-text-accent-hover: #C3DDF9FF;
131
57
  --outline-default: #FFFFFF;
132
- --personas-blue-text-accent-active: #5DA3EFFF;
133
- --text-primary-brightness-hover: #FAFAFA93;
134
- --dark-background-hardline: #000000;
135
58
  --text-primary-brightness-active: #FAFAFAC4;
136
- --on-dark-outline-primary: #3B3735;
137
- --on-dark-text-primary-brightness-hover: #FAFAFA93;
138
- --on-dark-personas-pink-text-accent: #F7A4A4;
139
- --on-dark-text-primary-brightness-active: #FAFAFAC4;
140
- --on-light-text-primary-brightness-hover: #17171793;
141
- --on-light-text-primary-brightness-active: #171717C4;
142
- --inverse-text-primary-brightness-hover: #17171793;
143
- --inverse-text-primary-brightness-active: #171717C4;
144
- --surface-solid-primary-brightness-active: #212121FF;
145
59
  --surface-transparent-card-brightness-hover: #FAFAFA1F;
146
60
  --surface-transparent-card-brightness-active: #FAFAFA0A;
147
61
  --surface-solid-card-brightness-hover: #303030FF;
148
62
  --surface-solid-card-brightness-active: #212121FF;
149
63
  --surface-solid-primary-brightness-hover: #303030FF;
150
- --on-dark-surface-solid-primary-brightness-hover: #303030FF;
151
64
  --on-dark-surface-solid-primary-brightness-active: #212121FF;
152
65
  --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
153
66
  --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
@@ -165,18 +78,17 @@
165
78
  --on-light-surface-solid-tertiary-active: #FFFFFFFF;
166
79
  --on-dark-personas-olive-text-accent: #93CB92;
167
80
  --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
168
- --on-dark-surface-accent-minor-active: #043F34FF;
169
81
  --text-primary: #FFFFFFFC;
170
82
  --on-dark-text-accent-minor-hover: #60C7AFFF;
171
83
  --inverse-surface-transparent-navi: #FFFFFF99;
172
84
  --on-light-personas-olive-text-accent: #127210;
173
85
  --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
86
+ --on-dark-surface-accent-minor-active: #043F34FF;
174
87
  --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
175
88
  --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
176
89
  --inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;
177
90
  --inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
178
91
  --inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;
179
- --on-light-outline-warning-active: #A3420AFF;
180
92
  --on-light-personas-violet-text-accent: #9E32AF;
181
93
  --on-light-personas-ochre-text-accent: #D15A11;
182
94
  --on-dark-personas-indigo-text-accent: #BD91F5;
@@ -190,14 +102,11 @@
190
102
  --inverse-surface-solid-tertiary: #FFFFFF;
191
103
  --on-light-surface-accent-minor: #D0F2E9;
192
104
  --inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
193
- --inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
105
+ --on-light-outline-warning-active: #A3420AFF;
194
106
  --on-light-surface-accent-minor-hover: #C7F0E5FF;
195
107
  --inverse-surface-accent-minor: #D0F2E9;
196
108
  --inverse-surface-solid-card-brightness-active: #FFFFFFFF;
197
109
  --on-dark-surface-accent-minor-hover: #055C4CFF;
198
- --personas-pink-text-accent: #DE5555;
199
- --personas-indigo-text-accent: #BD91F5;
200
- --on-dark-personas-violet-text-accent: #E19DED;
201
110
  --on-light-surface-transparent-navi: #FFFFFF99;
202
111
  --on-dark-personas-blue-text-accent: #79B3F2;
203
112
  --on-light-personas-indigo-text-accent: #7133BE;
@@ -205,12 +114,101 @@
205
114
  --inverse-personas-olive-text-accent: #127210;
206
115
  --personas-ochre-text-accent: #F4B49B;
207
116
  --on-dark-surface-transparent-accent-minor: #0BA68647;
117
+ --on-dark-personas-violet-text-accent: #E19DED;
208
118
  --on-light-text-warning-active: #6F2D06FF;
119
+ --on-light-outline-primary-active: #C4BEBAFF;
120
+ --inverse-personas-blue-text-accent-active: #0D4F96FF;
121
+ --inverse-surface-transparent-accent-minor-active: #0BA8885C;
209
122
  --on-dark-personas-sea-blue-text-accent: #7BC8C8;
123
+ --on-dark-personas-green-text-accent-hover: #84DCC6FF;
124
+ --on-light-personas-blue-text-accent-active: #0D4F96FF;
125
+ --on-light-outline-default-active: #E6E6E6FF;
126
+ --personas-green-text-accent-active: #03A57FFF;
127
+ --personas-sea-blue-text-accent-active: #00A8ADFF;
128
+ --inverse-surface-accent-secondary-active: #3CAF94FF;
129
+ --on-dark-personas-pink-text-accent-active: #F58A8AFF;
130
+ --outline-primary-active: #665C57FF;
131
+ --inverse-personas-indigo-text-accent-active: #A46AF1FF;
132
+ --inverse-personas-pink-text-accent-active: #F48080FF;
133
+ --on-dark-personas-olive-text-accent-active: #7DC07CFF;
134
+ --on-dark-surface-accent-secondary-active: #59C5ACFF;
135
+ --inverse-personas-green-text-accent-active: #4CCDACFF;
136
+ --on-light-personas-pink-text-accent-active: #D73333FF;
137
+ --personas-indigo-text-accent-active: #AA73F2FF;
138
+ --on-dark-personas-violet-text-accent-active: #D982E8FF;
139
+ --on-light-surface-transparent-navi-hover: #FFFFFFA8;
140
+ --on-light-surface-transparent-navi-active: #FFFFFFAD;
141
+ --inverse-personas-olive-text-accent-hover: #1DB71AFF;
142
+ --personas-ochre-text-accent-hover: #F7C8B6FF;
143
+ --inverse-surface-accent-secondary: #41BDA1;
144
+ --light-background-hardline: #FFFFFF;
145
+ --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
146
+ --on-light-surface-transparent-accent-minor: #0BA6863D;
147
+ --on-light-personas-green-text-accent: #038768;
148
+ --text-primary-brightness-hover: #FAFAFA93;
149
+ --on-dark-text-primary-brightness-hover: #FAFAFA93;
150
+ --on-dark-personas-green-text-accent-active: #54CFB0FF;
151
+ --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
152
+ --surface-transparent-accent-minor-active: #0BA88838;
153
+ --inverse-outline-default-hover: #CCCCCCFF;
210
154
  --personas-violet-text-accent: #9E32AF;
155
+ --inverse-personas-sea-blue-text-accent-hover: #000000FF;
156
+ --inverse-personas-blue-text-accent-hover: #1477E1FF;
157
+ --inverse-personas-violet-text-accent-hover: #B740C9FF;
158
+ --inverse-surface-transparent-accent-minor-hover: #0BA88857;
159
+ --on-light-personas-blue-text-accent-hover: #1477E1FF;
160
+ --on-dark-surface-transparent-navi-hover: #242424B8;
161
+ --inverse-outline-primary-hover: #ADA39FFF;
162
+ --on-light-surface-accent-secondary-hover: #50C3A8FF;
163
+ --surface-transparent-navi-hover: #242424B8;
164
+ --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
165
+ --on-light-personas-green-text-accent-hover: #04D7A6FF;
166
+ --outline-default-hover: #858585FF;
167
+ --on-dark-outline-primary-hover: #6B6461FF;
168
+ --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
169
+ --outline-primary-hover: #91847EFF;
170
+ --inverse-personas-indigo-text-accent-hover: #D2B4F8FF;
171
+ --inverse-personas-pink-text-accent-hover: #FBCBCBFF;
172
+ --personas-olive-text-accent-hover: #A6D4A5FF;
173
+ --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;
174
+ --inverse-surface-transparent-navi-hover: #FFFFFFA8;
175
+ --on-light-personas-olive-text-accent-hover: #1DB71AFF;
176
+ --on-light-personas-violet-text-accent-hover: #B740C9FF;
177
+ --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
178
+ --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
179
+ --on-dark-personas-ochre-text-accent: #F4B49B;
180
+ --personas-sea-blue-text-accent: #00898D;
181
+ --personas-violet-text-accent-hover: #B438C7FF;
182
+ --surface-accent-secondary-active: #59C5ACFF;
183
+ --surface-transparent-accent-minor: #0BA68647;
184
+ --inverse-personas-sea-blue-text-accent: #7BC8C8;
185
+ --background-hardline: #000000;
186
+ --inverse-personas-blue-text-accent: #1063BA;
187
+ --inverse-personas-violet-text-accent: #9E32AF;
188
+ --inverse-surface-transparent-accent-minor: #0BA68647;
189
+ --on-light-personas-blue-text-accent: #1063BA;
190
+ --on-dark-surface-transparent-navi: #23232399;
191
+ --inverse-outline-primary: #DDD9D7;
192
+ --inverse-personas-olive-text-accent-active: #179315FF;
193
+ --on-dark-outline-default: #383838;
194
+ --personas-green-text-accent: #038768;
195
+ --personas-blue-text-accent-active: #5DA3EFFF;
196
+ --dark-background-hardline: #000000;
197
+ --on-dark-outline-primary: #3B3735;
198
+ --on-dark-personas-pink-text-accent: #F7A4A4;
199
+ --on-light-text-primary-brightness-hover: #17171793;
200
+ --inverse-text-primary-brightness-hover: #17171793;
201
+ --surface-solid-primary-brightness-active: #212121FF;
202
+ --on-dark-surface-solid-primary-brightness-hover: #303030FF;
203
+ --inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
204
+ --personas-pink-text-accent: #DE5555;
211
205
  --personas-blue-text-accent: #79B3F2;
212
- --text-secondary: #F6F2F0A3;
213
- --text-paragraph: #F6F2F07A;
206
+ --on-dark-text-primary-brightness-active: #FAFAFAC4;
207
+ --on-light-text-primary-brightness-active: #171717C4;
208
+ --inverse-text-primary-brightness-active: #171717C4;
209
+ --personas-indigo-text-accent: #BD91F5;
210
+ --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
211
+ --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
214
212
  --text-paragraph-hover: #F5F1EFFF;
215
213
  --text-paragraph-active: #F5F1EF93;
216
214
  --text-accent: #61C8B0;
@@ -232,14 +230,14 @@
232
230
  --text-info-hover: #BCDBFAFF;
233
231
  --text-info-active: #53A3F3FF;
234
232
  --text-secondary-hover: #F5F1EFFF;
233
+ --text-secondary: #F6F2F0A3;
235
234
  --text-primary-active: #FFFFFFCA;
236
235
  --text-secondary-active: #F5F1EFC4;
237
236
  --text-tertiary: #F6F2F03D;
238
237
  --text-tertiary-hover: #F5F1EFFF;
239
238
  --text-tertiary-active: #F5F1EF49;
240
239
  --text-primary-brightness: #FAFAFAF5;
241
- --on-dark-text-tertiary-active: #F5F1EF49;
242
- --on-dark-text-paragraph: #F6F2F07A;
240
+ --text-paragraph: #F6F2F07A;
243
241
  --on-dark-text-paragraph-hover: #F5F1EFFF;
244
242
  --on-dark-text-paragraph-active: #F5F1EF93;
245
243
  --on-dark-text-accent: #61C8B0ED;
@@ -260,6 +258,7 @@
260
258
  --on-dark-text-info-hover: #BCDBFAFF;
261
259
  --on-dark-text-info-active: #53A3F3FF;
262
260
  --on-dark-text-primary-active: #FFFFFFCA;
261
+ --on-dark-text-tertiary-active: #F5F1EF49;
263
262
  --on-dark-text-primary: #FFFFFFFC;
264
263
  --on-dark-text-primary-brightness: #FAFAFAF5;
265
264
  --on-dark-text-secondary: #F6F2F0A3;
@@ -268,7 +267,7 @@
268
267
  --on-dark-text-tertiary-hover: #F5F1EFFF;
269
268
  --on-dark-text-secondary-active: #F5F1EFC4;
270
269
  --on-dark-text-primary-hover: #FFFFFF97;
271
- --on-light-text-primary-hover: #15110F97;
270
+ --on-dark-text-paragraph: #F6F2F07A;
272
271
  --on-light-text-primary-active: #15110FCA;
273
272
  --on-light-text-primary-brightness: #171717F5;
274
273
  --on-light-text-secondary: #15110FA3;
@@ -292,6 +291,7 @@
292
291
  --on-light-text-warning: #973C09;
293
292
  --on-light-text-warning-hover: #BC4C0BFF;
294
293
  --on-light-text-primary: #15110FFC;
294
+ --on-light-text-primary-hover: #15110F97;
295
295
  --inverse-text-primary: #15110FFC;
296
296
  --inverse-text-primary-hover: #15110F97;
297
297
  --inverse-text-primary-active: #15110FCA;
@@ -317,14 +317,13 @@
317
317
  --on-light-text-info-hover: #000000FF;
318
318
  --on-light-text-info-active: #194B85FF;
319
319
  --on-light-text-negative-hover: #E3353BFF;
320
- --inverse-text-warning-active: #6F2D06FF;
321
- --inverse-text-negative: #D11D23;
322
320
  --inverse-text-negative-hover: #E3353BFF;
323
321
  --inverse-text-negative-active: #AF181DFF;
324
322
  --inverse-text-info: #205EA5;
325
323
  --inverse-text-info-hover: #000000FF;
326
324
  --inverse-text-info-active: #194B85FF;
327
325
  --surface-solid-primary: #232323;
326
+ --inverse-text-warning-active: #6F2D06FF;
328
327
  --surface-solid-primary-hover: #2E2E2EFF;
329
328
  --surface-solid-primary-active: #1F1F1FFF;
330
329
  --surface-solid-primary-brightness: #262626FF;
@@ -338,8 +337,7 @@
338
337
  --inverse-text-warning: #973C09;
339
338
  --inverse-text-warning-hover: #BC4C0BFF;
340
339
  --inverse-text-positive-active: #185E17FF;
341
- --surface-transparent-primary-active: #FFFFFF0F;
342
- --surface-transparent-secondary: #FFFFFF29;
340
+ --inverse-text-negative: #D11D23;
343
341
  --surface-transparent-secondary-hover: #FFFFFF47;
344
342
  --surface-transparent-secondary-active: #FFFFFF1A;
345
343
  --surface-transparent-tertiary: #FFFFFF3D;
@@ -372,8 +370,8 @@
372
370
  --surface-transparent-primary-hover: #FFFFFF24;
373
371
  --surface-solid-default-active: #F2ECE9FF;
374
372
  --surface-solid-card-hover: #2E2E2EFF;
375
- --surface-positive-active: #9FCF9BFF;
376
- --surface-warning: #F8AD80;
373
+ --surface-transparent-primary-active: #FFFFFF0F;
374
+ --surface-transparent-secondary: #FFFFFF29;
377
375
  --surface-warning-hover: #F9BB94FF;
378
376
  --surface-warning-active: #F8A977FF;
379
377
  --surface-negative: #F8A6A9;
@@ -382,8 +380,10 @@
382
380
  --surface-info: #9BCAF8;
383
381
  --surface-info-hover: #AED4F9FF;
384
382
  --surface-info-active: #91C4F7FF;
383
+ --surface-positive-active: #9FCF9BFF;
385
384
  --surface-positive: #A6D2A2;
386
385
  --surface-positive-hover: #B3D9B0FF;
386
+ --surface-warning: #F8AD80;
387
387
  --surface-read-only: #F9F9F905;
388
388
  --surface-read-only-hover: #FAFAFA0F;
389
389
  --surface-read-only-active: #FAFAFA00;
@@ -396,8 +396,6 @@
396
396
  --on-dark-surface-solid-secondary-active: #242424FF;
397
397
  --on-dark-surface-solid-tertiary: #474747;
398
398
  --on-dark-surface-solid-tertiary-hover: #525252FF;
399
- --on-dark-surface-transparent-primary-active: #FFFFFF0F;
400
- --on-dark-surface-transparent-secondary: #FFFFFF29;
401
399
  --on-dark-surface-transparent-secondary-hover: #FFFFFF47;
402
400
  --on-dark-surface-transparent-secondary-active: #FFFFFF1A;
403
401
  --on-dark-surface-transparent-tertiary: #FFFFFF3D;
@@ -425,6 +423,8 @@
425
423
  --on-dark-surface-transparent-primary: #FFFFFF14;
426
424
  --on-dark-surface-transparent-primary-hover: #FFFFFF24;
427
425
  --on-dark-surface-solid-card-hover: #2E2E2EFF;
426
+ --on-dark-surface-transparent-primary-active: #FFFFFF0F;
427
+ --on-dark-surface-transparent-secondary: #FFFFFF29;
428
428
  --on-dark-surface-positive: #A6D2A2;
429
429
  --on-dark-surface-positive-hover: #B3D9B0FF;
430
430
  --on-dark-surface-positive-active: #9FCF9BFF;
@@ -452,8 +452,6 @@
452
452
  --on-light-surface-solid-secondary-active: #FFFFFFFF;
453
453
  --on-light-surface-solid-tertiary: #FFFFFF;
454
454
  --on-light-surface-solid-tertiary-hover: #FFFFFFFF;
455
- --on-light-surface-transparent-primary-active: #15110F0F;
456
- --on-light-surface-transparent-secondary: #15110F14;
457
455
  --on-light-surface-transparent-secondary-hover: #15110F1A;
458
456
  --on-light-surface-transparent-secondary-active: #15110F1F;
459
457
  --on-light-surface-transparent-tertiary: #15110F1F;
@@ -481,6 +479,8 @@
481
479
  --on-light-surface-transparent-primary-hover: #15110F0D;
482
480
  --on-light-surface-solid-default-active: #090706FF;
483
481
  --on-light-surface-solid-card-hover: #FFFFFFFF;
482
+ --on-light-surface-transparent-primary-active: #15110F0F;
483
+ --on-light-surface-transparent-secondary: #15110F14;
484
484
  --on-light-surface-positive: #239322;
485
485
  --on-light-surface-positive-hover: #28A126FF;
486
486
  --on-light-surface-positive-active: #20801EFF;
@@ -506,8 +506,6 @@
506
506
  --inverse-surface-solid-secondary: #FFFFFF;
507
507
  --inverse-surface-solid-secondary-hover: #FFFFFFFF;
508
508
  --inverse-surface-solid-secondary-active: #FFFFFFFF;
509
- --inverse-surface-transparent-primary-hover: #15110F0D;
510
- --inverse-surface-transparent-primary-active: #15110F0F;
511
509
  --inverse-surface-transparent-secondary: #15110F14;
512
510
  --inverse-surface-transparent-secondary-hover: #15110F1A;
513
511
  --inverse-surface-transparent-secondary-active: #15110F1F;
@@ -535,6 +533,8 @@
535
533
  --inverse-surface-solid-card-brightness: #FFFFFFFF;
536
534
  --inverse-surface-solid-default: #15110F;
537
535
  --inverse-surface-transparent-primary: #15110F0A;
536
+ --inverse-surface-transparent-primary-hover: #15110F0D;
537
+ --inverse-surface-transparent-primary-active: #15110F0F;
538
538
  --inverse-surface-positive: #239322;
539
539
  --inverse-surface-positive-hover: #28A126FF;
540
540
  --inverse-surface-positive-active: #20801EFF;
@@ -563,7 +563,6 @@
563
563
  --dark-background-secondary: #0F0F0F;
564
564
  --dark-background-tertiary: #141413;
565
565
  --light-background-primary: #EBE7E5;
566
- --on-light-overlay-soft: #0000003D;
567
566
  --on-light-overlay-hard: #00000052;
568
567
  --inverse-overlay-soft: #0000003D;
569
568
  --inverse-overlay-hard: #00000052;
@@ -579,6 +578,7 @@
579
578
  --on-dark-overlay-soft: #0000001F;
580
579
  --on-dark-overlay-hard: #00000029;
581
580
  --inverse-background-primary: #EBE7E5;
581
+ --on-light-overlay-soft: #0000003D;
582
582
  --outline-positive: #A6D2A2;
583
583
  --outline-positive-hover: #DBEDD9FF;
584
584
  --outline-positive-active: #92C88DFF;
@@ -633,8 +633,6 @@
633
633
  --inverse-outline-clear: #FFFFFF00;
634
634
  --inverse-outline-clear-hover: #FFFFFF00;
635
635
  --inverse-outline-clear-active: #FFFFFF00;
636
- --inverse-outline-positive-active: #20801EFF;
637
- --inverse-outline-warning: #BE4E0C;
638
636
  --inverse-outline-warning-hover: #F3813FFF;
639
637
  --inverse-outline-warning-active: #A3420AFF;
640
638
  --inverse-outline-negative: #E83439;
@@ -643,8 +641,10 @@
643
641
  --inverse-outline-info: #3776BC;
644
642
  --inverse-outline-info-hover: #81AADAFF;
645
643
  --inverse-outline-info-active: #3067A6FF;
644
+ --inverse-outline-positive-active: #20801EFF;
646
645
  --inverse-outline-positive: #239322;
647
646
  --inverse-outline-positive-hover: #32CA2FFF;
647
+ --inverse-outline-warning: #BE4E0C;
648
648
  --text-primary-hover: #FFFFFF97;
649
649
  --on-dark-surface-solid-default: #F6F2F0;
650
650
  --on-light-surface-accent-minor-active: #BFEDE1FF;
@@ -655,8 +655,6 @@
655
655
 
656
656
  .dark {
657
657
  --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
658
- --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
659
- --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
660
658
  --surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
661
659
  --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
662
660
  --overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
@@ -680,12 +678,12 @@
680
678
  --on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
681
679
  --inverse-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
682
680
  --inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
683
- --on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
684
681
  --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
685
682
  --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
686
683
  --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
687
- --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
688
- --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
684
+ --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
685
+ --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
686
+ --on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
689
687
  --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
690
688
  --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
691
689
  --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
@@ -710,227 +708,227 @@
710
708
  --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
711
709
  --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
712
710
  --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
711
+ --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
712
+ --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
713
713
  --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
714
714
  --surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
715
715
  --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
716
716
  --on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
717
- --inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
718
717
  --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
719
718
  --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
720
719
  --inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
720
+ --inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
721
721
  }
722
722
 
723
723
  .light {
724
724
  --on-dark-personas-green-text-accent: #6CD5BB;
725
- --on-dark-personas-green-text-accent-hover: #84DCC6FF;
726
- --on-dark-personas-green-text-accent-active: #54CFB0FF;
727
- --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
728
- --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
729
725
  --surface-transparent-accent-minor-hover: #0BA8884D;
730
- --surface-transparent-accent-minor-active: #0BA88852;
731
726
  --on-light-outline-primary-hover: #ADA39FFF;
732
- --on-light-outline-primary-active: #C4BEBAFF;
733
- --inverse-outline-default-hover: #666666FF;
734
727
  --inverse-outline-default-active: #292929FF;
735
- --inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
736
728
  --inverse-personas-sea-blue-text-accent-active: #00A8ADFF;
737
- --inverse-personas-blue-text-accent-hover: #C3DDF9FF;
738
- --inverse-personas-blue-text-accent-active: #5DA3EFFF;
739
- --inverse-personas-violet-text-accent-hover: #E9B6F2FF;
740
729
  --inverse-personas-violet-text-accent-active: #D982E8FF;
741
- --inverse-surface-transparent-accent-minor-hover: #0BA8885C;
742
- --inverse-surface-transparent-accent-minor-active: #0BA8882E;
743
- --on-light-personas-blue-text-accent-hover: #1477E1FF;
744
- --on-light-personas-blue-text-accent-active: #0D4F96FF;
745
- --on-dark-surface-transparent-navi-hover: #242424B8;
746
730
  --on-dark-surface-transparent-navi-active: #2424248A;
747
- --inverse-outline-primary-hover: #6B6461FF;
748
- --inverse-outline-primary-active: #2B2827FF;
749
731
  --on-light-outline-default-hover: #CCCCCCFF;
750
- --on-light-outline-default-active: #E6E6E6FF;
751
- --on-dark-outline-default-hover: #666666FF;
732
+ --inverse-outline-primary-active: #2B2827FF;
752
733
  --on-dark-outline-default-active: #292929FF;
734
+ --on-dark-outline-default-hover: #666666FF;
753
735
  --personas-green-text-accent-hover: #8CDECAFF;
754
- --personas-green-text-accent-active: #4CCDACFF;
755
736
  --personas-sea-blue-text-accent-hover: #000000FF;
756
- --personas-sea-blue-text-accent-active: #4BB4B4FF;
757
737
  --inverse-surface-accent-secondary-hover: #70CDB7FF;
758
- --inverse-surface-accent-secondary-active: #59C5ACFF;
759
- --on-light-surface-accent-secondary-hover: #50C3A8FF;
760
738
  --on-light-surface-accent-secondary-active: #3CAF94FF;
761
- --surface-transparent-navi-hover: #242424A8;
762
- --surface-transparent-navi-active: #242424AD;
763
- --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
739
+ --surface-transparent-navi-active: #FFFFFFAD;
764
740
  --on-light-surface-transparent-accent-minor-active: #0BA88852;
765
- --on-light-personas-green-text-accent-hover: #04D7A6FF;
766
741
  --on-light-personas-green-text-accent-active: #04AF87FF;
767
- --outline-default-hover: #B3B3B3FF;
768
742
  --outline-default-active: #6B6B6BFF;
769
- --on-dark-outline-primary-hover: #6B6461FF;
770
743
  --on-dark-outline-primary-active: #2B2827FF;
771
- --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
772
- --on-dark-personas-pink-text-accent-active: #F58A8AFF;
773
- --outline-primary-hover: #B6B1AFFF;
774
- --outline-primary-active: #706966FF;
775
- --inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
776
- --inverse-personas-indigo-text-accent-active: #652DA9FF;
777
- --inverse-personas-pink-text-accent-hover: #E26E6EFF;
778
- --inverse-personas-pink-text-accent-active: #D83B3BFF;
779
- --personas-olive-text-accent-hover: #1DB71AFF;
780
744
  --personas-olive-text-accent-active: #179315FF;
781
- --inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
782
- --inverse-personas-ochre-text-accent-active: #F19F7EFF;
783
745
  --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
784
- --on-dark-personas-olive-text-accent-active: #7DC07CFF;
785
- --inverse-surface-transparent-navi-hover: #242424B8;
746
+ --inverse-personas-ochre-text-accent-active: #F19F7EFF;
786
747
  --inverse-surface-transparent-navi-active: #2424248A;
787
- --on-light-personas-olive-text-accent-hover: #1DB71AFF;
788
748
  --on-light-personas-olive-text-accent-active: #179315FF;
789
- --on-light-personas-violet-text-accent-hover: #B740C9FF;
790
749
  --on-light-personas-violet-text-accent-active: #81288FFF;
791
- --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
792
750
  --on-light-personas-ochre-text-accent-active: #AA4A0EFF;
793
- --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
794
- --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
795
751
  --on-dark-surface-accent-secondary-hover: #70CDB7FF;
796
- --on-dark-surface-accent-secondary-active: #59C5ACFF;
797
752
  --inverse-personas-green-text-accent-hover: #04C396FF;
798
- --inverse-personas-green-text-accent-active: #03A57FFF;
799
753
  --on-light-personas-pink-text-accent-hover: #E47777FF;
800
- --on-light-personas-pink-text-accent-active: #D73333FF;
801
- --on-dark-personas-ochre-text-accent: #F4B49B;
802
754
  --surface-accent-secondary-hover: #50C3A8FF;
803
- --surface-accent-secondary-active: #3CAF94FF;
804
755
  --personas-pink-text-accent-hover: #FBCBCBFF;
805
- --surface-transparent-accent-minor: #0BA6863D;
806
- --personas-pink-text-accent-active: #F48080FF;
807
756
  --personas-indigo-text-accent-hover: #000000FF;
808
- --personas-indigo-text-accent-active: #5B2999FF;
757
+ --personas-pink-text-accent-active: #F48080FF;
809
758
  --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
810
- --on-dark-personas-violet-text-accent-active: #D982E8FF;
811
759
  --on-light-outline-primary: #DDD9D7;
812
- --on-light-surface-transparent-navi-hover: #FFFFFFA8;
813
760
  --inverse-outline-default: #383838;
814
- --on-light-surface-transparent-navi-active: #FFFFFFAD;
815
- --inverse-personas-sea-blue-text-accent: #00898D;
816
- --background-hardline: #FFFFFF;
817
- --inverse-personas-blue-text-accent: #79B3F2;
818
761
  --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
819
- --inverse-personas-violet-text-accent: #E19DED;
820
762
  --on-dark-personas-blue-text-accent-active: #5DA3EFFF;
821
- --inverse-surface-transparent-accent-minor: #0BA6863D;
822
763
  --on-light-personas-indigo-text-accent-hover: #000000FF;
823
- --on-light-personas-blue-text-accent: #1063BA;
824
764
  --on-light-personas-indigo-text-accent-active: #5B2999FF;
825
- --on-dark-surface-transparent-navi: #23232399;
826
765
  --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
827
- --inverse-outline-primary: #3B3735;
828
766
  --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
829
767
  --on-light-outline-default: #FFFFFF;
830
- --inverse-personas-olive-text-accent-hover: #A6D4A5FF;
831
- --inverse-personas-olive-text-accent-active: #7DC07CFF;
832
- --personas-ochre-text-accent-hover: #ED6C1DFF;
833
- --on-dark-outline-default: #383838;
834
768
  --personas-ochre-text-accent-active: #AA4A0EFF;
835
- --personas-green-text-accent: #6CD5BB;
836
- --personas-sea-blue-text-accent: #7BC8C8;
837
- --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
838
769
  --inverse-background-hardline: #FFFFFF;
839
- --inverse-surface-accent-secondary: #61C8B0;
770
+ --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
840
771
  --on-dark-surface-transparent-accent-minor-active: #0BA88838;
841
- --light-background-hardline: #FFFFFF;
842
772
  --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
843
773
  --on-light-surface-accent-secondary: #41BDA1;
844
- --surface-transparent-navi: #23232399;
845
- --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
846
- --personas-violet-text-accent-hover: #EBBEF3FF;
847
- --on-light-surface-transparent-accent-minor: #0BA6863D;
774
+ --surface-transparent-navi: #FFFFFF99;
848
775
  --personas-violet-text-accent-active: #D679E6FF;
849
- --on-light-personas-green-text-accent: #038768;
850
776
  --personas-blue-text-accent-hover: #1477E1FF;
851
777
  --outline-default: #383838;
778
+ --text-primary-brightness-active: #171717C4;
779
+ --surface-transparent-card-brightness-hover: #FFFFFFFF;
780
+ --surface-transparent-card-brightness-active: #FFFFFFFF;
781
+ --surface-solid-card-brightness-hover: #FFFFFFFF;
782
+ --surface-solid-card-brightness-active: #FFFFFFFF;
783
+ --surface-solid-primary-brightness-hover: #FFFFFFFF;
784
+ --on-dark-surface-solid-primary-brightness-active: #212121FF;
785
+ --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
786
+ --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
787
+ --on-dark-surface-solid-card-brightness-hover: #303030FF;
788
+ --on-dark-surface-solid-card-brightness-active: #212121FF;
789
+ --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
790
+ --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
791
+ --outline-primary: #3B3735;
792
+ --inverse-personas-indigo-text-accent: #7133BE;
793
+ --inverse-personas-pink-text-accent: #DE5555;
794
+ --on-light-outline-positive-active: #20801EFF;
795
+ --personas-olive-text-accent: #127210;
796
+ --inverse-personas-ochre-text-accent: #F4B49B;
797
+ --surface-solid-tertiary-active: #FFFFFFFF;
798
+ --on-light-surface-solid-tertiary-active: #FFFFFFFF;
799
+ --on-dark-personas-olive-text-accent: #93CB92;
800
+ --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
801
+ --text-primary: #15110FFC;
802
+ --on-dark-text-accent-minor-hover: #60C7AFFF;
803
+ --inverse-surface-transparent-navi: #23232399;
804
+ --on-light-personas-olive-text-accent: #127210;
805
+ --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
806
+ --on-dark-surface-accent-minor-active: #043F34FF;
807
+ --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
808
+ --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
809
+ --inverse-surface-solid-primary-brightness-hover: #303030FF;
810
+ --inverse-surface-solid-primary-brightness-active: #212121FF;
811
+ --inverse-surface-transparent-card-brightness-hover: #FAFAFA1F;
812
+ --on-light-personas-violet-text-accent: #9E32AF;
813
+ --on-light-personas-ochre-text-accent: #D15A11;
814
+ --on-dark-personas-indigo-text-accent: #BD91F5;
815
+ --on-dark-surface-accent-secondary: #61C8B0;
816
+ --inverse-personas-green-text-accent: #038768;
817
+ --on-light-personas-pink-text-accent: #DE5555;
818
+ --surface-accent-secondary: #41BDA1;
819
+ --surface-accent-minor: #D0F2E9;
820
+ --on-dark-surface-solid-tertiary-active: #424242FF;
821
+ --light-background-secondary: #F6F2F0;
822
+ --inverse-surface-solid-tertiary: #474747;
823
+ --on-light-surface-accent-minor: #D0F2E9;
824
+ --inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
825
+ --on-light-outline-warning-active: #A3420AFF;
826
+ --on-light-surface-accent-minor-hover: #C7F0E5FF;
827
+ --inverse-surface-accent-minor: #04473B;
828
+ --inverse-surface-solid-card-brightness-active: #212121FF;
829
+ --on-dark-surface-accent-minor-hover: #055C4CFF;
830
+ --on-light-surface-transparent-navi: #FFFFFF99;
831
+ --on-dark-personas-blue-text-accent: #79B3F2;
832
+ --on-light-personas-indigo-text-accent: #7133BE;
833
+ --on-light-personas-sea-blue-text-accent: #00898D;
834
+ --inverse-personas-olive-text-accent: #93CB92;
835
+ --personas-ochre-text-accent: #D15A11;
836
+ --on-dark-surface-transparent-accent-minor: #0BA68647;
837
+ --on-dark-personas-violet-text-accent: #E19DED;
838
+ --on-light-text-warning-active: #6F2D06FF;
839
+ --on-light-outline-primary-active: #C4BEBAFF;
840
+ --inverse-personas-blue-text-accent-active: #5DA3EFFF;
841
+ --inverse-surface-transparent-accent-minor-active: #0BA8882E;
842
+ --on-dark-personas-sea-blue-text-accent: #7BC8C8;
843
+ --on-dark-personas-green-text-accent-hover: #84DCC6FF;
844
+ --on-light-personas-blue-text-accent-active: #0D4F96FF;
845
+ --on-light-outline-default-active: #E6E6E6FF;
846
+ --personas-green-text-accent-active: #4CCDACFF;
847
+ --personas-sea-blue-text-accent-active: #4BB4B4FF;
848
+ --inverse-surface-accent-secondary-active: #59C5ACFF;
849
+ --on-dark-personas-pink-text-accent-active: #F58A8AFF;
850
+ --outline-primary-active: #706966FF;
851
+ --inverse-personas-indigo-text-accent-active: #652DA9FF;
852
+ --inverse-personas-pink-text-accent-active: #D83B3BFF;
853
+ --on-dark-personas-olive-text-accent-active: #7DC07CFF;
854
+ --on-dark-surface-accent-secondary-active: #59C5ACFF;
855
+ --inverse-personas-green-text-accent-active: #03A57FFF;
856
+ --on-light-personas-pink-text-accent-active: #D73333FF;
857
+ --personas-indigo-text-accent-active: #5B2999FF;
858
+ --on-dark-personas-violet-text-accent-active: #D982E8FF;
859
+ --on-light-surface-transparent-navi-hover: #FFFFFFA8;
860
+ --on-light-surface-transparent-navi-active: #FFFFFFAD;
861
+ --inverse-personas-olive-text-accent-hover: #A6D4A5FF;
862
+ --personas-ochre-text-accent-hover: #ED6C1DFF;
863
+ --inverse-surface-accent-secondary: #61C8B0;
864
+ --light-background-hardline: #FFFFFF;
865
+ --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
866
+ --on-light-surface-transparent-accent-minor: #0BA6863D;
867
+ --on-light-personas-green-text-accent: #038768;
868
+ --text-primary-brightness-hover: #17171793;
869
+ --on-dark-text-primary-brightness-hover: #FAFAFA93;
870
+ --on-dark-personas-green-text-accent-active: #54CFB0FF;
871
+ --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
872
+ --surface-transparent-accent-minor-active: #0BA88852;
873
+ --inverse-outline-default-hover: #666666FF;
874
+ --personas-violet-text-accent: #E19DED;
875
+ --inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
876
+ --inverse-personas-blue-text-accent-hover: #C3DDF9FF;
877
+ --inverse-personas-violet-text-accent-hover: #E9B6F2FF;
878
+ --inverse-surface-transparent-accent-minor-hover: #0BA8885C;
879
+ --on-light-personas-blue-text-accent-hover: #1477E1FF;
880
+ --on-dark-surface-transparent-navi-hover: #242424B8;
881
+ --inverse-outline-primary-hover: #6B6461FF;
882
+ --on-light-surface-accent-secondary-hover: #50C3A8FF;
883
+ --surface-transparent-navi-hover: #FFFFFFA8;
884
+ --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
885
+ --on-light-personas-green-text-accent-hover: #04D7A6FF;
886
+ --outline-default-hover: #B3B3B3FF;
887
+ --on-dark-outline-primary-hover: #6B6461FF;
888
+ --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
889
+ --outline-primary-hover: #B6B1AFFF;
890
+ --inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
891
+ --inverse-personas-pink-text-accent-hover: #E26E6EFF;
892
+ --personas-olive-text-accent-hover: #1DB71AFF;
893
+ --inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
894
+ --inverse-surface-transparent-navi-hover: #242424B8;
895
+ --on-light-personas-olive-text-accent-hover: #1DB71AFF;
896
+ --on-light-personas-violet-text-accent-hover: #B740C9FF;
897
+ --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
898
+ --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
899
+ --on-dark-personas-ochre-text-accent: #F4B49B;
900
+ --personas-sea-blue-text-accent: #7BC8C8;
901
+ --personas-violet-text-accent-hover: #EBBEF3FF;
902
+ --surface-accent-secondary-active: #3CAF94FF;
903
+ --surface-transparent-accent-minor: #0BA6863D;
904
+ --inverse-personas-sea-blue-text-accent: #00898D;
905
+ --background-hardline: #FFFFFF;
906
+ --inverse-personas-blue-text-accent: #79B3F2;
907
+ --inverse-personas-violet-text-accent: #E19DED;
908
+ --inverse-surface-transparent-accent-minor: #0BA6863D;
909
+ --on-light-personas-blue-text-accent: #1063BA;
910
+ --on-dark-surface-transparent-navi: #23232399;
911
+ --inverse-outline-primary: #3B3735;
912
+ --inverse-personas-olive-text-accent-active: #7DC07CFF;
913
+ --on-dark-outline-default: #383838;
914
+ --personas-green-text-accent: #6CD5BB;
852
915
  --personas-blue-text-accent-active: #0D4F96FF;
853
- --text-primary-brightness-hover: #17171793;
854
916
  --dark-background-hardline: #000000;
855
- --text-primary-brightness-active: #171717C4;
856
917
  --on-dark-outline-primary: #3B3735;
857
- --on-dark-text-primary-brightness-hover: #FAFAFA93;
858
918
  --on-dark-personas-pink-text-accent: #F7A4A4;
859
- --on-dark-text-primary-brightness-active: #FAFAFAC4;
860
919
  --on-light-text-primary-brightness-hover: #17171793;
861
- --on-light-text-primary-brightness-active: #171717C4;
862
920
  --inverse-text-primary-brightness-hover: #FAFAFA93;
863
- --inverse-text-primary-brightness-active: #FAFAFAC4;
864
921
  --surface-solid-primary-brightness-active: #FFFFFFFF;
865
- --surface-transparent-card-brightness-hover: #FFFFFFFF;
866
- --surface-transparent-card-brightness-active: #FFFFFFFF;
867
- --surface-solid-card-brightness-hover: #FFFFFFFF;
868
- --surface-solid-card-brightness-active: #FFFFFFFF;
869
- --surface-solid-primary-brightness-hover: #FFFFFFFF;
870
922
  --on-dark-surface-solid-primary-brightness-hover: #303030FF;
871
- --on-dark-surface-solid-primary-brightness-active: #212121FF;
872
- --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
873
- --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
874
- --on-dark-surface-solid-card-brightness-hover: #303030FF;
875
- --on-dark-surface-solid-card-brightness-active: #212121FF;
876
- --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
877
- --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
878
- --outline-primary: #3B3735;
879
- --inverse-personas-indigo-text-accent: #7133BE;
880
- --inverse-personas-pink-text-accent: #DE5555;
881
- --on-light-outline-positive-active: #20801EFF;
882
- --personas-olive-text-accent: #127210;
883
- --inverse-personas-ochre-text-accent: #F4B49B;
884
- --surface-solid-tertiary-active: #FFFFFFFF;
885
- --on-light-surface-solid-tertiary-active: #FFFFFFFF;
886
- --on-dark-personas-olive-text-accent: #93CB92;
887
- --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
888
- --on-dark-surface-accent-minor-active: #043F34FF;
889
- --text-primary: #15110FFC;
890
- --on-dark-text-accent-minor-hover: #60C7AFFF;
891
- --inverse-surface-transparent-navi: #23232399;
892
- --on-light-personas-olive-text-accent: #127210;
893
- --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
894
- --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
895
- --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
896
- --inverse-surface-solid-primary-brightness-hover: #303030FF;
897
- --inverse-surface-solid-primary-brightness-active: #212121FF;
898
- --inverse-surface-transparent-card-brightness-hover: #FAFAFA1F;
899
- --on-light-outline-warning-active: #A3420AFF;
900
- --on-light-personas-violet-text-accent: #9E32AF;
901
- --on-light-personas-ochre-text-accent: #D15A11;
902
- --on-dark-personas-indigo-text-accent: #BD91F5;
903
- --on-dark-surface-accent-secondary: #61C8B0;
904
- --inverse-personas-green-text-accent: #038768;
905
- --on-light-personas-pink-text-accent: #DE5555;
906
- --surface-accent-secondary: #41BDA1;
907
- --surface-accent-minor: #D0F2E9;
908
- --on-dark-surface-solid-tertiary-active: #424242FF;
909
- --light-background-secondary: #F6F2F0;
910
- --inverse-surface-solid-tertiary: #474747;
911
- --on-light-surface-accent-minor: #D0F2E9;
912
- --inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
913
923
  --inverse-surface-solid-card-brightness-hover: #303030FF;
914
- --on-light-surface-accent-minor-hover: #C7F0E5FF;
915
- --inverse-surface-accent-minor: #04473B;
916
- --inverse-surface-solid-card-brightness-active: #212121FF;
917
- --on-dark-surface-accent-minor-hover: #055C4CFF;
918
924
  --personas-pink-text-accent: #F7A4A4;
919
- --personas-indigo-text-accent: #7133BE;
920
- --on-dark-personas-violet-text-accent: #E19DED;
921
- --on-light-surface-transparent-navi: #FFFFFF99;
922
- --on-dark-personas-blue-text-accent: #79B3F2;
923
- --on-light-personas-indigo-text-accent: #7133BE;
924
- --on-light-personas-sea-blue-text-accent: #00898D;
925
- --inverse-personas-olive-text-accent: #93CB92;
926
- --personas-ochre-text-accent: #D15A11;
927
- --on-dark-surface-transparent-accent-minor: #0BA68647;
928
- --on-light-text-warning-active: #6F2D06FF;
929
- --on-dark-personas-sea-blue-text-accent: #7BC8C8;
930
- --personas-violet-text-accent: #E19DED;
931
925
  --personas-blue-text-accent: #1063BA;
932
- --text-secondary: #15110FA3;
933
- --text-paragraph: #15110F66;
926
+ --on-dark-text-primary-brightness-active: #FAFAFAC4;
927
+ --on-light-text-primary-brightness-active: #171717C4;
928
+ --inverse-text-primary-brightness-active: #FAFAFAC4;
929
+ --personas-indigo-text-accent: #7133BE;
930
+ --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
931
+ --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
934
932
  --text-paragraph-hover: #15110FFF;
935
933
  --text-paragraph-active: #15110F7A;
936
934
  --text-accent: #0A8E73;
@@ -952,14 +950,14 @@
952
950
  --text-info-hover: #000000FF;
953
951
  --text-info-active: #194B85FF;
954
952
  --text-secondary-hover: #15110FFF;
953
+ --text-secondary: #15110FA3;
955
954
  --text-primary-active: #15110FCA;
956
955
  --text-secondary-active: #15110FC4;
957
956
  --text-tertiary: #15110F3D;
958
957
  --text-tertiary-hover: #15110FFF;
959
958
  --text-tertiary-active: #15110F49;
960
959
  --text-primary-brightness: #171717F5;
961
- --on-dark-text-tertiary-active: #F5F1EF49;
962
- --on-dark-text-paragraph: #F6F2F07A;
960
+ --text-paragraph: #15110F66;
963
961
  --on-dark-text-paragraph-hover: #F5F1EFFF;
964
962
  --on-dark-text-paragraph-active: #F5F1EF93;
965
963
  --on-dark-text-accent: #61C8B0;
@@ -980,6 +978,7 @@
980
978
  --on-dark-text-info-hover: #BCDBFAFF;
981
979
  --on-dark-text-info-active: #53A3F3FF;
982
980
  --on-dark-text-primary-active: #FFFFFFCA;
981
+ --on-dark-text-tertiary-active: #F5F1EF49;
983
982
  --on-dark-text-primary: #FFFFFFFC;
984
983
  --on-dark-text-primary-brightness: #FAFAFAF5;
985
984
  --on-dark-text-secondary: #F6F2F0A3;
@@ -988,7 +987,7 @@
988
987
  --on-dark-text-tertiary-hover: #F5F1EFFF;
989
988
  --on-dark-text-secondary-active: #F5F1EFC4;
990
989
  --on-dark-text-primary-hover: #FFFFFF97;
991
- --on-light-text-primary-hover: #15110F97;
990
+ --on-dark-text-paragraph: #F6F2F07A;
992
991
  --on-light-text-primary-active: #15110FCA;
993
992
  --on-light-text-primary-brightness: #171717F5;
994
993
  --on-light-text-secondary: #15110FA3;
@@ -1012,6 +1011,7 @@
1012
1011
  --on-light-text-warning: #973C09;
1013
1012
  --on-light-text-warning-hover: #BC4C0BFF;
1014
1013
  --on-light-text-primary: #15110FFC;
1014
+ --on-light-text-primary-hover: #15110F97;
1015
1015
  --inverse-text-primary: #FFFFFFFC;
1016
1016
  --inverse-text-primary-hover: #FFFFFF97;
1017
1017
  --inverse-text-primary-active: #FFFFFFCA;
@@ -1037,14 +1037,13 @@
1037
1037
  --on-light-text-info-hover: #000000FF;
1038
1038
  --on-light-text-info-active: #194B85FF;
1039
1039
  --on-light-text-negative-hover: #E3353BFF;
1040
- --inverse-text-warning-active: #C45D21FF;
1041
- --inverse-text-negative: #F57E83;
1042
1040
  --inverse-text-negative-hover: #F89BA0FF;
1043
1041
  --inverse-text-negative-active: #F3626AFF;
1044
1042
  --inverse-text-info: #70B2F5;
1045
1043
  --inverse-text-info-hover: #BCDBFAFF;
1046
1044
  --inverse-text-info-active: #53A3F3FF;
1047
1045
  --surface-solid-primary: #FFFFFF;
1046
+ --inverse-text-warning-active: #C45D21FF;
1048
1047
  --surface-solid-primary-hover: #FFFFFFFF;
1049
1048
  --surface-solid-primary-active: #FFFFFFFF;
1050
1049
  --surface-solid-primary-brightness: #FFFFFFFF;
@@ -1058,8 +1057,7 @@
1058
1057
  --inverse-text-warning: #DA6828;
1059
1058
  --inverse-text-warning-hover: #DF7D43FF;
1060
1059
  --inverse-text-positive-active: #469442FF;
1061
- --surface-transparent-primary-active: #15110F0F;
1062
- --surface-transparent-secondary: #15110F14;
1060
+ --inverse-text-negative: #F57E83;
1063
1061
  --surface-transparent-secondary-hover: #15110F1A;
1064
1062
  --surface-transparent-secondary-active: #15110F1F;
1065
1063
  --surface-transparent-tertiary: #15110F1F;
@@ -1092,8 +1090,8 @@
1092
1090
  --surface-transparent-primary-hover: #15110F0D;
1093
1091
  --surface-solid-default-active: #090706FF;
1094
1092
  --surface-solid-card-hover: #FFFFFFFF;
1095
- --surface-positive-active: #20801EFF;
1096
- --surface-warning: #BE4E0C;
1093
+ --surface-transparent-primary-active: #15110F0F;
1094
+ --surface-transparent-secondary: #15110F14;
1097
1095
  --surface-warning-hover: #D3560DFF;
1098
1096
  --surface-warning-active: #AD460BFF;
1099
1097
  --surface-negative: #E83439;
@@ -1102,8 +1100,10 @@
1102
1100
  --surface-info: #3776BC;
1103
1101
  --surface-info-hover: #4180C8FF;
1104
1102
  --surface-info-active: #326CAEFF;
1103
+ --surface-positive-active: #20801EFF;
1105
1104
  --surface-positive: #239322;
1106
1105
  --surface-positive-hover: #28A126FF;
1106
+ --surface-warning: #BE4E0C;
1107
1107
  --surface-read-only: #F9F9F903;
1108
1108
  --surface-read-only-hover: #FAFAFA05;
1109
1109
  --surface-read-only-active: #FAFAFA08;
@@ -1116,8 +1116,6 @@
1116
1116
  --on-dark-surface-solid-secondary-active: #242424FF;
1117
1117
  --on-dark-surface-solid-tertiary: #474747;
1118
1118
  --on-dark-surface-solid-tertiary-hover: #525252FF;
1119
- --on-dark-surface-transparent-primary-active: #FFFFFF0F;
1120
- --on-dark-surface-transparent-secondary: #FFFFFF29;
1121
1119
  --on-dark-surface-transparent-secondary-hover: #FFFFFF47;
1122
1120
  --on-dark-surface-transparent-secondary-active: #FFFFFF1A;
1123
1121
  --on-dark-surface-transparent-tertiary: #FFFFFF3D;
@@ -1145,6 +1143,8 @@
1145
1143
  --on-dark-surface-transparent-primary: #FFFFFF14;
1146
1144
  --on-dark-surface-transparent-primary-hover: #FFFFFF24;
1147
1145
  --on-dark-surface-solid-card-hover: #2E2E2EFF;
1146
+ --on-dark-surface-transparent-primary-active: #FFFFFF0F;
1147
+ --on-dark-surface-transparent-secondary: #FFFFFF29;
1148
1148
  --on-dark-surface-positive: #A6D2A2;
1149
1149
  --on-dark-surface-positive-hover: #B3D9B0FF;
1150
1150
  --on-dark-surface-positive-active: #9FCF9BFF;
@@ -1172,8 +1172,6 @@
1172
1172
  --on-light-surface-solid-secondary-active: #FFFFFFFF;
1173
1173
  --on-light-surface-solid-tertiary: #FFFFFF;
1174
1174
  --on-light-surface-solid-tertiary-hover: #FFFFFFFF;
1175
- --on-light-surface-transparent-primary-active: #15110F0F;
1176
- --on-light-surface-transparent-secondary: #15110F14;
1177
1175
  --on-light-surface-transparent-secondary-hover: #15110F1A;
1178
1176
  --on-light-surface-transparent-secondary-active: #15110F1F;
1179
1177
  --on-light-surface-transparent-tertiary: #15110F1F;
@@ -1201,6 +1199,8 @@
1201
1199
  --on-light-surface-transparent-primary-hover: #15110F0D;
1202
1200
  --on-light-surface-solid-default-active: #090706FF;
1203
1201
  --on-light-surface-solid-card-hover: #FFFFFFFF;
1202
+ --on-light-surface-transparent-primary-active: #15110F0F;
1203
+ --on-light-surface-transparent-secondary: #15110F14;
1204
1204
  --on-light-surface-positive: #239322;
1205
1205
  --on-light-surface-positive-hover: #28A126FF;
1206
1206
  --on-light-surface-positive-active: #20801EFF;
@@ -1226,8 +1226,6 @@
1226
1226
  --inverse-surface-solid-secondary: #292929;
1227
1227
  --inverse-surface-solid-secondary-hover: #333333FF;
1228
1228
  --inverse-surface-solid-secondary-active: #242424FF;
1229
- --inverse-surface-transparent-primary-hover: #FFFFFF24;
1230
- --inverse-surface-transparent-primary-active: #FFFFFF0F;
1231
1229
  --inverse-surface-transparent-secondary: #FFFFFF29;
1232
1230
  --inverse-surface-transparent-secondary-hover: #FFFFFF47;
1233
1231
  --inverse-surface-transparent-secondary-active: #FFFFFF1A;
@@ -1255,6 +1253,8 @@
1255
1253
  --inverse-surface-solid-card-brightness: #262626FF;
1256
1254
  --inverse-surface-solid-default: #F6F2F0;
1257
1255
  --inverse-surface-transparent-primary: #FFFFFF14;
1256
+ --inverse-surface-transparent-primary-hover: #FFFFFF24;
1257
+ --inverse-surface-transparent-primary-active: #FFFFFF0F;
1258
1258
  --inverse-surface-positive: #A6D2A2;
1259
1259
  --inverse-surface-positive-hover: #B3D9B0FF;
1260
1260
  --inverse-surface-positive-active: #9FCF9BFF;
@@ -1283,7 +1283,6 @@
1283
1283
  --dark-background-secondary: #0F0F0F;
1284
1284
  --dark-background-tertiary: #141413;
1285
1285
  --light-background-primary: #EBE7E5;
1286
- --on-light-overlay-soft: #0000003D;
1287
1286
  --on-light-overlay-hard: #00000052;
1288
1287
  --inverse-overlay-soft: #0000001F;
1289
1288
  --inverse-overlay-hard: #00000029;
@@ -1299,6 +1298,7 @@
1299
1298
  --on-dark-overlay-soft: #0000001F;
1300
1299
  --on-dark-overlay-hard: #00000029;
1301
1300
  --inverse-background-primary: #141413;
1301
+ --on-light-overlay-soft: #0000003D;
1302
1302
  --outline-positive: #239322;
1303
1303
  --outline-positive-hover: #32CA2FFF;
1304
1304
  --outline-positive-active: #20801EFF;
@@ -1353,8 +1353,6 @@
1353
1353
  --inverse-outline-clear: #FFFFFF00;
1354
1354
  --inverse-outline-clear-hover: #FFFFFF00;
1355
1355
  --inverse-outline-clear-active: #FFFFFF00;
1356
- --inverse-outline-positive-active: #92C88DFF;
1357
- --inverse-outline-warning: #F8AD80;
1358
1356
  --inverse-outline-warning-hover: #FCE0CFFF;
1359
1357
  --inverse-outline-warning-active: #F79C64FF;
1360
1358
  --inverse-outline-negative: #F8A6A9;
@@ -1363,8 +1361,10 @@
1363
1361
  --inverse-outline-info: #9BCAF8;
1364
1362
  --inverse-outline-info-hover: #E7F2FDFF;
1365
1363
  --inverse-outline-info-active: #7EBAF6FF;
1364
+ --inverse-outline-positive-active: #92C88DFF;
1366
1365
  --inverse-outline-positive: #A6D2A2;
1367
1366
  --inverse-outline-positive-hover: #DBEDD9FF;
1367
+ --inverse-outline-warning: #F8AD80;
1368
1368
  --text-primary-hover: #15110F97;
1369
1369
  --on-dark-surface-solid-default: #F6F2F0;
1370
1370
  --on-light-surface-accent-minor-active: #BFEDE1FF;
@@ -1375,8 +1375,6 @@
1375
1375
 
1376
1376
  .light {
1377
1377
  --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
1378
- --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
1379
- --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
1380
1378
  --surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);
1381
1379
  --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
1382
1380
  --overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
@@ -1400,12 +1398,12 @@
1400
1398
  --on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
1401
1399
  --inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
1402
1400
  --inverse-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
1403
- --on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
1404
1401
  --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
1405
1402
  --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
1406
1403
  --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
1407
- --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
1408
- --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
1404
+ --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
1405
+ --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
1406
+ --on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
1409
1407
  --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
1410
1408
  --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
1411
1409
  --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
@@ -1430,49 +1428,49 @@
1430
1428
  --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
1431
1429
  --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
1432
1430
  --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
1431
+ --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
1432
+ --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
1433
1433
  --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
1434
1434
  --surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
1435
1435
  --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
1436
1436
  --on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
1437
- --inverse-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
1438
1437
  --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
1439
1438
  --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
1440
1439
  --inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
1440
+ --inverse-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
1441
1441
  }
1442
1442
 
1443
1443
  .dark, .light {
1444
1444
  --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
1445
+ --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
1445
1446
  --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
1446
1447
  --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
1447
- --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
1448
1448
  --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
1449
1449
  --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
1450
- --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1451
- --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
1452
1450
  --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
1453
1451
  --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1454
1452
  --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
1455
1453
  --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
1454
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1455
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
1456
1456
  }
1457
1457
 
1458
1458
  .dark, .light {
1459
1459
  --border-radius-4xl: 2rem;
1460
1460
  --border-radius-3xl: 1.75rem;
1461
1461
  --border-radius-5xl: 2.5rem;
1462
- --border-radius-circle: 100rem;
1463
- --border-radius-m: 0.75rem;
1464
1462
  --border-radius-l: 1rem;
1465
1463
  --border-radius-xxs: 0.25rem;
1466
1464
  --border-radius-xs: 0.375rem;
1467
1465
  --border-radius-xxl: 1.5rem;
1468
1466
  --border-radius-s: 0.5rem;
1469
1467
  --border-radius-xl: 1.25rem;
1468
+ --border-radius-circle: 100rem;
1469
+ --border-radius-m: 0.75rem;
1470
1470
  }
1471
1471
 
1472
1472
  .dark, .light {
1473
1473
  --spacing-16x: 2rem;
1474
- --spacing-3x: 0.375rem;
1475
- --spacing-6x: 0.75rem;
1476
1474
  --spacing-8x: 1rem;
1477
1475
  --spacing-10x: 1.25rem;
1478
1476
  --spacing-12x: 1.5rem;
@@ -1485,16 +1483,18 @@
1485
1483
  --spacing-2x: 0.25rem;
1486
1484
  --spacing-0x: 0rem;
1487
1485
  --spacing-1x: 0.125rem;
1486
+ --spacing-3x: 0.375rem;
1487
+ --spacing-6x: 0.75rem;
1488
1488
  }
1489
1489
 
1490
1490
  .dark, .light {
1491
1491
  font-size: 16px;
1492
1492
  --plasma-typo-overflow-wrap: break-word;
1493
1493
  --plasma-typo-hyphens: auto;
1494
- --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
1495
- --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
1496
- --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
1497
- --plasma-typo-text-font-family: 'undefined', sans-serif;
1494
+ --plasma-typo-display-font-family: 'Roboto', sans-serif;
1495
+ --plasma-typo-body-font-family: 'Roboto', sans-serif;
1496
+ --plasma-typo-header-font-family: 'Roboto', sans-serif;
1497
+ --plasma-typo-text-font-family: 'Roboto', sans-serif;
1498
1498
  --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1499
1499
  --plasma-typo-body-xxs-bold-letter-spacing: normal;
1500
1500
  --plasma-typo-body-xxs-bold-font-style: normal;
@@ -1549,6 +1549,15 @@
1549
1549
  --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
1550
1550
  --plasma-typo-body-l-bold-letter-spacing: normal;
1551
1551
  --plasma-typo-body-l-bold-font-style: normal;
1552
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
1553
+ --plasma-typo-body-s-bold-letter-spacing: normal;
1554
+ --plasma-typo-body-s-bold-font-style: normal;
1555
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
1556
+ --plasma-typo-body-l-medium-letter-spacing: normal;
1557
+ --plasma-typo-body-l-medium-font-style: normal;
1558
+ --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
1559
+ --plasma-typo-body-m-letter-spacing: normal;
1560
+ --plasma-typo-body-m-font-style: normal;
1552
1561
  --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
1553
1562
  --plasma-typo-body-s-medium-letter-spacing: normal;
1554
1563
  --plasma-typo-body-s-medium-font-style: normal;
@@ -1573,18 +1582,45 @@
1573
1582
  --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
1574
1583
  --plasma-typo-body-s-letter-spacing: normal;
1575
1584
  --plasma-typo-body-s-font-style: normal;
1576
- --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
1577
- --plasma-typo-body-s-bold-letter-spacing: normal;
1578
- --plasma-typo-body-s-bold-font-style: normal;
1579
- --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
1580
- --plasma-typo-body-l-medium-letter-spacing: normal;
1581
- --plasma-typo-body-l-medium-font-style: normal;
1582
- --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
1583
- --plasma-typo-body-m-letter-spacing: normal;
1584
- --plasma-typo-body-m-font-style: normal;
1585
1585
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1586
1586
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
1587
1587
  --plasma-typo-body-xxs-medium-font-style: normal;
1588
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1589
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1590
+ --plasma-typo-text-l-font-style: normal;
1591
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1592
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1593
+ --plasma-typo-text-s-medium-font-style: normal;
1594
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1595
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1596
+ --plasma-typo-text-l-bold-font-style: normal;
1597
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1598
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1599
+ --plasma-typo-text-m-font-style: normal;
1600
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1601
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1602
+ --plasma-typo-text-l-medium-font-style: normal;
1603
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1604
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1605
+ --plasma-typo-text-s-font-style: normal;
1606
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1607
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1608
+ --plasma-typo-text-s-bold-font-style: normal;
1609
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1610
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1611
+ --plasma-typo-text-m-bold-font-style: normal;
1612
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1613
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1614
+ --plasma-typo-text-m-medium-font-style: normal;
1615
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1616
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1617
+ --plasma-typo-text-xs-font-style: normal;
1618
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1619
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1620
+ --plasma-typo-text-xs-bold-font-style: normal;
1621
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1622
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1623
+ --plasma-typo-text-xs-medium-font-style: normal;
1588
1624
  }
1589
1625
 
1590
1626
  @media (max-width: 559px) {
@@ -1643,6 +1679,15 @@
1643
1679
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
1644
1680
  --plasma-typo-body-l-bold-font-weight: 700;
1645
1681
  --plasma-typo-body-l-bold-line-height: 1.25rem;
1682
+ --plasma-typo-body-s-bold-font-size: 0.8125rem;
1683
+ --plasma-typo-body-s-bold-font-weight: 600;
1684
+ --plasma-typo-body-s-bold-line-height: 0.9375rem;
1685
+ --plasma-typo-body-l-medium-font-size: 0.9375rem;
1686
+ --plasma-typo-body-l-medium-font-weight: 500;
1687
+ --plasma-typo-body-l-medium-line-height: 1.25rem;
1688
+ --plasma-typo-body-m-font-size: 0.875rem;
1689
+ --plasma-typo-body-m-font-weight: 400;
1690
+ --plasma-typo-body-m-line-height: 1.125rem;
1646
1691
  --plasma-typo-body-s-medium-font-size: 0.8125rem;
1647
1692
  --plasma-typo-body-s-medium-font-weight: 500;
1648
1693
  --plasma-typo-body-s-medium-line-height: 0.9375rem;
@@ -1667,18 +1712,45 @@
1667
1712
  --plasma-typo-body-s-font-size: 0.8125rem;
1668
1713
  --plasma-typo-body-s-font-weight: 400;
1669
1714
  --plasma-typo-body-s-line-height: 0.9375rem;
1670
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1671
- --plasma-typo-body-s-bold-font-weight: 600;
1672
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1673
- --plasma-typo-body-l-medium-font-size: 0.9375rem;
1674
- --plasma-typo-body-l-medium-font-weight: 500;
1675
- --plasma-typo-body-l-medium-line-height: 1.25rem;
1676
- --plasma-typo-body-m-font-size: 0.875rem;
1677
- --plasma-typo-body-m-font-weight: 400;
1678
- --plasma-typo-body-m-line-height: 1.125rem;
1679
1715
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1680
1716
  --plasma-typo-body-xxs-medium-font-weight: 500;
1681
1717
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1718
+ --plasma-typo-text-l-font-size: 1.125rem;
1719
+ --plasma-typo-text-l-font-weight: 400;
1720
+ --plasma-typo-text-l-line-height: 1.625rem;
1721
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1722
+ --plasma-typo-text-s-medium-font-weight: 500;
1723
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1724
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1725
+ --plasma-typo-text-l-bold-font-weight: 600;
1726
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1727
+ --plasma-typo-text-m-font-size: 1rem;
1728
+ --plasma-typo-text-m-font-weight: 400;
1729
+ --plasma-typo-text-m-line-height: 1.5rem;
1730
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1731
+ --plasma-typo-text-l-medium-font-weight: 500;
1732
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1733
+ --plasma-typo-text-s-font-size: 0.875rem;
1734
+ --plasma-typo-text-s-font-weight: 400;
1735
+ --plasma-typo-text-s-line-height: 1.25rem;
1736
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1737
+ --plasma-typo-text-s-bold-font-weight: 600;
1738
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1739
+ --plasma-typo-text-m-bold-font-size: 1rem;
1740
+ --plasma-typo-text-m-bold-font-weight: 600;
1741
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1742
+ --plasma-typo-text-m-medium-font-size: 1rem;
1743
+ --plasma-typo-text-m-medium-font-weight: 500;
1744
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1745
+ --plasma-typo-text-xs-font-size: 0.75rem;
1746
+ --plasma-typo-text-xs-font-weight: 400;
1747
+ --plasma-typo-text-xs-line-height: 1rem;
1748
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1749
+ --plasma-typo-text-xs-bold-font-weight: 600;
1750
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1751
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1752
+ --plasma-typo-text-xs-medium-font-weight: 500;
1753
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1682
1754
  }
1683
1755
  }
1684
1756
 
@@ -1774,35 +1846,77 @@
1774
1846
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1775
1847
  --plasma-typo-body-xxs-medium-font-weight: 500;
1776
1848
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1849
+ --plasma-typo-text-m-font-size: 1rem;
1850
+ --plasma-typo-text-m-font-weight: 400;
1851
+ --plasma-typo-text-m-line-height: 1.5rem;
1852
+ --plasma-typo-text-m-bold-font-size: 1rem;
1853
+ --plasma-typo-text-m-bold-font-weight: 600;
1854
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1855
+ --plasma-typo-text-m-medium-font-size: 1rem;
1856
+ --plasma-typo-text-m-medium-font-weight: 500;
1857
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1858
+ --plasma-typo-text-s-font-size: 0.875rem;
1859
+ --plasma-typo-text-s-font-weight: 400;
1860
+ --plasma-typo-text-s-line-height: 1.25rem;
1861
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1862
+ --plasma-typo-text-s-bold-font-weight: 600;
1863
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1864
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1865
+ --plasma-typo-text-s-medium-font-weight: 500;
1866
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1867
+ --plasma-typo-text-xs-font-size: 0.75rem;
1868
+ --plasma-typo-text-xs-font-weight: 400;
1869
+ --plasma-typo-text-xs-line-height: 1rem;
1870
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1871
+ --plasma-typo-text-xs-bold-font-weight: 600;
1872
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1873
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1874
+ --plasma-typo-text-xs-medium-font-weight: 500;
1875
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1876
+ --plasma-typo-text-l-font-size: 1.25rem;
1877
+ --plasma-typo-text-l-font-weight: 400;
1878
+ --plasma-typo-text-l-line-height: 1.75rem;
1879
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1880
+ --plasma-typo-text-l-bold-font-weight: 600;
1881
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1882
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1883
+ --plasma-typo-text-l-medium-font-weight: 500;
1884
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1777
1885
  }
1778
1886
  }
1779
1887
 
1780
1888
  @media (min-width: 960px) {
1781
1889
  .dark, .light {
1890
+ --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1891
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1892
+ --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1782
1893
  --plasma-typo-dspl-s-font-size: 2.125rem;
1783
1894
  --plasma-typo-dspl-s-font-weight: 400;
1784
1895
  --plasma-typo-dspl-s-line-height: 2.5625rem;
1785
1896
  --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1786
1897
  --plasma-typo-dspl-s-bold-font-weight: 700;
1787
1898
  --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1788
- --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1789
- --plasma-typo-dspl-s-medium-font-weight: 500;
1790
- --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1791
- --plasma-typo-body-m-medium-font-size: 0.875rem;
1792
- --plasma-typo-body-m-medium-font-weight: 500;
1793
- --plasma-typo-body-m-medium-line-height: 1.125rem;
1794
- --plasma-typo-body-s-font-size: 0.8125rem;
1795
- --plasma-typo-body-s-font-weight: 400;
1796
- --plasma-typo-body-s-line-height: 0.9375rem;
1797
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1798
- --plasma-typo-body-s-bold-font-weight: 600;
1799
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1899
+ --plasma-typo-body-l-font-size: 1.125rem;
1900
+ --plasma-typo-body-l-font-weight: 400;
1901
+ --plasma-typo-body-l-line-height: 1.375rem;
1902
+ --plasma-typo-body-l-bold-font-size: 0.9375rem;
1903
+ --plasma-typo-body-l-bold-font-weight: 700;
1904
+ --plasma-typo-body-l-bold-line-height: 1.25rem;
1905
+ --plasma-typo-body-l-medium-font-size: 0.9375rem;
1906
+ --plasma-typo-body-l-medium-font-weight: 500;
1907
+ --plasma-typo-body-l-medium-line-height: 1.125rem;
1800
1908
  --plasma-typo-h1-font-size: 1.75rem;
1801
1909
  --plasma-typo-h1-font-weight: 400;
1802
1910
  --plasma-typo-h1-line-height: 2.25rem;
1803
1911
  --plasma-typo-h1-bold-font-size: 1.75rem;
1804
1912
  --plasma-typo-h1-bold-font-weight: 700;
1805
1913
  --plasma-typo-h1-bold-line-height: 2.25rem;
1914
+ --plasma-typo-body-m-font-size: 0.875rem;
1915
+ --plasma-typo-body-m-font-weight: 400;
1916
+ --plasma-typo-body-m-line-height: 1.125rem;
1917
+ --plasma-typo-body-m-bold-font-size: 0.875rem;
1918
+ --plasma-typo-body-m-bold-font-weight: 600;
1919
+ --plasma-typo-body-m-bold-line-height: 1.125rem;
1806
1920
  --plasma-typo-h1-medium-font-size: 1.75rem;
1807
1921
  --plasma-typo-h1-medium-font-weight: 500;
1808
1922
  --plasma-typo-h1-medium-line-height: 2.25rem;
@@ -1833,21 +1947,60 @@
1833
1947
  --plasma-typo-h4-medium-font-size: 1rem;
1834
1948
  --plasma-typo-h4-medium-font-weight: 500;
1835
1949
  --plasma-typo-h4-medium-line-height: 1.25rem;
1836
- --plasma-typo-body-l-font-size: 1.125rem;
1837
- --plasma-typo-body-l-font-weight: 400;
1838
- --plasma-typo-body-l-line-height: 1.375rem;
1839
- --plasma-typo-body-l-bold-font-size: 0.9375rem;
1840
- --plasma-typo-body-l-bold-font-weight: 700;
1841
- --plasma-typo-body-l-bold-line-height: 1.25rem;
1842
- --plasma-typo-body-l-medium-font-size: 0.9375rem;
1843
- --plasma-typo-body-l-medium-font-weight: 500;
1844
- --plasma-typo-body-l-medium-line-height: 1.125rem;
1845
- --plasma-typo-body-m-font-size: 0.875rem;
1846
- --plasma-typo-body-m-font-weight: 400;
1847
- --plasma-typo-body-m-line-height: 1.125rem;
1848
- --plasma-typo-body-m-bold-font-size: 0.875rem;
1849
- --plasma-typo-body-m-bold-font-weight: 600;
1850
- --plasma-typo-body-m-bold-line-height: 1.125rem;
1950
+ --plasma-typo-body-m-medium-font-size: 0.875rem;
1951
+ --plasma-typo-body-m-medium-font-weight: 500;
1952
+ --plasma-typo-body-m-medium-line-height: 1.125rem;
1953
+ --plasma-typo-body-s-font-size: 0.8125rem;
1954
+ --plasma-typo-body-s-font-weight: 400;
1955
+ --plasma-typo-body-s-line-height: 0.9375rem;
1956
+ --plasma-typo-body-s-bold-font-size: 0.8125rem;
1957
+ --plasma-typo-body-s-bold-font-weight: 600;
1958
+ --plasma-typo-body-s-bold-line-height: 0.9375rem;
1959
+ --plasma-typo-text-l-font-size: 1.5rem;
1960
+ --plasma-typo-text-l-font-weight: 400;
1961
+ --plasma-typo-text-l-line-height: 2rem;
1962
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1963
+ --plasma-typo-text-l-bold-font-weight: 600;
1964
+ --plasma-typo-text-l-bold-line-height: 2rem;
1965
+ --plasma-typo-text-xs-font-size: 0.75rem;
1966
+ --plasma-typo-text-xs-font-weight: 400;
1967
+ --plasma-typo-text-xs-line-height: 1rem;
1968
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1969
+ --plasma-typo-text-xs-bold-font-weight: 600;
1970
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1971
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1972
+ --plasma-typo-text-xs-medium-font-weight: 500;
1973
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1974
+ --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1975
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1976
+ --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1977
+ --plasma-typo-body-s-medium-font-size: 0.8125rem;
1978
+ --plasma-typo-body-s-medium-font-weight: 500;
1979
+ --plasma-typo-body-s-medium-line-height: 0.9375rem;
1980
+ --plasma-typo-body-xs-font-size: 0.75rem;
1981
+ --plasma-typo-body-xs-font-weight: 400;
1982
+ --plasma-typo-body-xs-line-height: 0.875rem;
1983
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1984
+ --plasma-typo-text-l-medium-font-weight: 500;
1985
+ --plasma-typo-text-l-medium-line-height: 2rem;
1986
+ --plasma-typo-text-m-font-size: 1.125rem;
1987
+ --plasma-typo-text-m-font-weight: 400;
1988
+ --plasma-typo-text-m-line-height: 1.625rem;
1989
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1990
+ --plasma-typo-text-m-bold-font-weight: 600;
1991
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1992
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1993
+ --plasma-typo-text-m-medium-font-weight: 500;
1994
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1995
+ --plasma-typo-text-s-font-size: 0.875rem;
1996
+ --plasma-typo-text-s-font-weight: 400;
1997
+ --plasma-typo-text-s-line-height: 1.25rem;
1998
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1999
+ --plasma-typo-text-s-bold-font-weight: 600;
2000
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2001
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2002
+ --plasma-typo-text-s-medium-font-weight: 500;
2003
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1851
2004
  --plasma-typo-body-xs-bold-font-size: 0.75rem;
1852
2005
  --plasma-typo-body-xs-bold-font-weight: 600;
1853
2006
  --plasma-typo-body-xs-bold-line-height: 0.875rem;
@@ -1860,14 +2013,5 @@
1860
2013
  --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1861
2014
  --plasma-typo-body-xxs-medium-font-weight: 500;
1862
2015
  --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1863
- --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1864
- --plasma-typo-body-xxs-bold-font-weight: 600;
1865
- --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1866
- --plasma-typo-body-s-medium-font-size: 0.8125rem;
1867
- --plasma-typo-body-s-medium-font-weight: 500;
1868
- --plasma-typo-body-s-medium-line-height: 0.9375rem;
1869
- --plasma-typo-body-xs-font-size: 0.75rem;
1870
- --plasma-typo-body-xs-font-weight: 400;
1871
- --plasma-typo-body-xs-line-height: 0.875rem;
1872
2016
  }
1873
2017
  }