@salutejs-ds/sdds_sbcom 0.1.9 → 0.1.11

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 (104) hide show
  1. package/components/Button/Button.config.d.ts +3 -3
  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_1hraf1c.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +3 -3
  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_eljryy.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 +4 -4
  14. package/components/Counter/Counter.config.js +9 -9
  15. package/components/Counter/Counter.config.js.map +1 -1
  16. package/{es/components/Counter/Counter.config_u14r3s.css → components/Counter/Counter.config_1v7pqtf.css} +8 -8
  17. package/components/Counter/Counter.css +10 -10
  18. package/components/Counter/Counter.d.ts +4 -4
  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_16whlcu.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 +7 -7
  27. package/components/Link/Link.config.js.map +1 -1
  28. package/components/Link/Link.config_16czjeg.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_1x0ncs8.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 +456 -840
  38. package/css/sdds_sbcom__dark.css +324 -444
  39. package/css/sdds_sbcom__light.css +321 -441
  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_1hraf1c.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_eljryy.css +6 -0
  47. package/es/components/Checkbox/Checkbox.css +6 -6
  48. package/es/components/Counter/Counter.config.js +9 -9
  49. package/es/components/Counter/Counter.config.js.map +1 -1
  50. package/{components/Counter/Counter.config_u14r3s.css → es/components/Counter/Counter.config_1v7pqtf.css} +8 -8
  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_16whlcu.css +9 -0
  55. package/es/components/IconButton/IconButton.css +8 -8
  56. package/es/components/Link/Link.config.js +7 -7
  57. package/es/components/Link/Link.config.js.map +1 -1
  58. package/es/components/Link/Link.config_16czjeg.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_1x0ncs8.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 +497 -1169
  71. package/es/theme/tokens/index.js.map +1 -1
  72. package/index.css +55 -55
  73. package/index.js +12 -264
  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 +5 -5
  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 +5 -5
  82. package/styled-components/es/Button/Button.config.js +9 -9
  83. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  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 +5 -5
  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 +353 -773
  93. package/theme/tokens/index.js +508 -1432
  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/IconButton/IconButton.config_yxpssw.css +0 -9
  98. package/components/Link/Link.config_1adojdx.css +0 -8
  99. package/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
  100. package/es/components/Button/Button.config_1wue0f1.css +0 -10
  101. package/es/components/Checkbox/Checkbox.config_limvsr.css +0 -6
  102. package/es/components/IconButton/IconButton.config_yxpssw.css +0 -9
  103. package/es/components/Link/Link.config_1adojdx.css +0 -8
  104. package/es/components/Radiobox/Radiobox.config_wzkn6m.css +0 -6
@@ -2,154 +2,67 @@
2
2
 
3
3
  :root {
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
5
  --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
8
- --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
9
6
  --surface-transparent-accent-minor-hover: #0BA8884D;
10
- --surface-transparent-accent-minor-active: #0BA88852;
11
7
  --on-light-outline-primary-hover: #ADA39FFF;
12
- --on-light-outline-primary-active: #C4BEBAFF;
13
- --inverse-outline-default-hover: #666666FF;
14
8
  --inverse-outline-default-active: #292929FF;
15
- --inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
16
9
  --inverse-personas-sea-blue-text-accent-active: #00A8ADFF;
17
- --inverse-personas-blue-text-accent-hover: #C3DDF9FF;
18
- --inverse-personas-blue-text-accent-active: #5DA3EFFF;
19
- --inverse-personas-violet-text-accent-hover: #E9B6F2FF;
20
10
  --inverse-personas-violet-text-accent-active: #D982E8FF;
21
- --inverse-surface-transparent-accent-minor-hover: #0BA8885C;
22
- --inverse-surface-transparent-accent-minor-active: #0BA8882E;
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
11
  --on-dark-surface-transparent-navi-active: #2424248A;
27
- --inverse-outline-primary-hover: #6B6461FF;
28
12
  --inverse-outline-primary-active: #2B2827FF;
29
13
  --on-light-outline-default-hover: #CCCCCCFF;
30
- --on-light-outline-default-active: #E6E6E6FF;
31
14
  --on-dark-outline-default-hover: #666666FF;
32
15
  --on-dark-outline-default-active: #292929FF;
33
16
  --personas-green-text-accent-hover: #8CDECAFF;
34
- --personas-green-text-accent-active: #4CCDACFF;
35
17
  --personas-sea-blue-text-accent-hover: #000000FF;
36
- --personas-sea-blue-text-accent-active: #4BB4B4FF;
37
18
  --inverse-surface-accent-secondary-hover: #70CDB7FF;
38
- --inverse-surface-accent-secondary-active: #59C5ACFF;
39
- --on-light-surface-accent-secondary-hover: #50C3A8FF;
40
19
  --on-light-surface-accent-secondary-active: #3CAF94FF;
41
- --surface-transparent-navi-hover: #242424A8;
42
20
  --surface-transparent-navi-active: #242424AD;
43
- --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
44
21
  --on-light-surface-transparent-accent-minor-active: #0BA88852;
45
- --on-light-personas-green-text-accent-hover: #04D7A6FF;
46
22
  --on-light-personas-green-text-accent-active: #04AF87FF;
47
- --outline-default-hover: #B3B3B3FF;
48
23
  --outline-default-active: #6B6B6BFF;
49
- --on-dark-outline-primary-hover: #6B6461FF;
50
- --on-dark-outline-positive-minor-active: #074A14FF;
51
24
  --on-dark-outline-primary-active: #2B2827FF;
52
- --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
53
- --on-dark-personas-pink-text-accent-active: #F58A8AFF;
54
- --outline-primary-hover: #B6B1AFFF;
55
- --outline-primary-active: #706966FF;
56
- --inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
57
- --inverse-personas-indigo-text-accent-active: #652DA9FF;
58
- --inverse-personas-pink-text-accent-hover: #E26E6EFF;
59
- --inverse-personas-pink-text-accent-active: #D83B3BFF;
60
- --personas-olive-text-accent-hover: #1DB71AFF;
61
25
  --personas-olive-text-accent-active: #179315FF;
62
- --inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
63
26
  --inverse-personas-ochre-text-accent-active: #F19F7EFF;
64
27
  --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
65
- --on-dark-personas-olive-text-accent-active: #7DC07CFF;
66
- --inverse-surface-transparent-navi-hover: #242424B8;
67
28
  --inverse-surface-transparent-navi-active: #2424248A;
68
- --on-light-personas-olive-text-accent-hover: #1DB71AFF;
69
29
  --on-light-personas-olive-text-accent-active: #179315FF;
70
- --on-light-personas-violet-text-accent-hover: #B740C9FF;
71
30
  --on-light-personas-violet-text-accent-active: #81288FFF;
72
- --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
73
- --on-light-outline-read-only-hover: #C7C7C7FF;
74
31
  --on-light-personas-ochre-text-accent-active: #AA4A0EFF;
75
- --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
76
32
  --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
77
33
  --on-dark-surface-accent-secondary-hover: #70CDB7FF;
78
- --on-dark-surface-accent-secondary-active: #59C5ACFF;
79
34
  --inverse-personas-green-text-accent-hover: #04C396FF;
80
- --inverse-personas-green-text-accent-active: #03A57FFF;
81
35
  --on-light-personas-pink-text-accent-hover: #E47777FF;
82
- --on-light-personas-pink-text-accent-active: #D73333FF;
83
- --on-dark-personas-ochre-text-accent: #F4B49B;
84
36
  --surface-accent-secondary-hover: #50C3A8FF;
85
- --surface-accent-secondary-active: #3CAF94FF;
86
37
  --personas-pink-text-accent-hover: #FBCBCBFF;
87
- --surface-transparent-accent-minor: #0BA6863D;
88
38
  --personas-pink-text-accent-active: #F48080FF;
89
39
  --personas-indigo-text-accent-hover: #000000FF;
90
- --personas-indigo-text-accent-active: #5B2999FF;
91
40
  --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
92
- --on-dark-personas-violet-text-accent-active: #D982E8FF;
93
41
  --on-light-outline-primary: #DDD9D7;
94
- --on-light-surface-transparent-navi-hover: #FFFFFFFF;
95
42
  --inverse-outline-default: #383838;
96
- --on-light-surface-transparent-navi-active: #FFFFFFFF;
97
- --inverse-personas-sea-blue-text-accent: #00898D;
98
- --background-hardline: #FFFFFF;
99
- --inverse-personas-blue-text-accent: #79B3F2;
100
43
  --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
101
- --inverse-personas-violet-text-accent: #E19DED;
102
44
  --on-dark-personas-blue-text-accent-active: #5DA3EFFF;
103
- --inverse-surface-transparent-accent-minor: #0BA6863D;
104
45
  --on-light-personas-indigo-text-accent-hover: #000000FF;
105
- --on-light-personas-blue-text-accent: #1063BA;
106
46
  --on-light-personas-indigo-text-accent-active: #5B2999FF;
107
- --on-dark-surface-transparent-navi: #23232399;
108
47
  --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
109
- --inverse-outline-primary: #3B3735;
110
48
  --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
111
49
  --on-light-outline-default: #FFFFFF;
112
- --inverse-personas-olive-text-accent-hover: #A6D4A5FF;
113
- --inverse-personas-olive-text-accent-active: #7DC07CFF;
114
- --personas-ochre-text-accent-hover: #ED6C1DFF;
115
- --on-dark-outline-default: #383838;
116
50
  --personas-ochre-text-accent-active: #AA4A0EFF;
117
- --personas-green-text-accent: #6CD5BB;
118
- --personas-sea-blue-text-accent: #7BC8C8;
119
51
  --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
120
52
  --inverse-background-hardline: #FFFFFF;
121
- --inverse-surface-accent-secondary: #61C8B0;
122
53
  --on-dark-surface-transparent-accent-minor-active: #0BA88838;
123
- --light-background-hardline: #FFFFFF;
124
54
  --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
125
- --on-light-surface-accent-secondary: #41BDA1;
126
55
  --surface-transparent-navi: #23232399;
127
- --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
128
- --personas-violet-text-accent-hover: #EBBEF3FF;
129
- --on-light-surface-transparent-accent-minor: #0BA6863D;
56
+ --on-light-surface-accent-secondary: #41BDA1;
130
57
  --personas-violet-text-accent-active: #D679E6FF;
131
- --on-light-personas-green-text-accent: #038768;
132
58
  --personas-blue-text-accent-hover: #1477E1FF;
133
59
  --outline-default: #383838;
134
- --personas-blue-text-accent-active: #0D4F96FF;
135
- --text-primary-brightness-hover: #17171793;
136
- --dark-background-hardline: #000000;
137
60
  --text-primary-brightness-active: #171717C4;
138
- --on-dark-outline-primary: #3B3735;
139
- --on-dark-text-primary-brightness-hover: #FAFAFA93;
140
- --on-dark-personas-pink-text-accent: #F7A4A4;
141
- --on-dark-text-primary-brightness-active: #FAFAFAC4;
142
- --on-light-text-primary-brightness-hover: #17171793;
143
- --on-light-text-primary-brightness-active: #171717C4;
144
- --inverse-text-primary-brightness-hover: #FAFAFA93;
145
- --inverse-text-primary-brightness-active: #FAFAFAC4;
146
- --surface-solid-primary-brightness-active: #FFFFFFFF;
147
61
  --surface-transparent-card-brightness-hover: #FFFFFFFF;
148
62
  --surface-transparent-card-brightness-active: #FFFFFFFF;
149
63
  --surface-solid-card-brightness-hover: #FFFFFFFF;
150
64
  --surface-solid-card-brightness-active: #FFFFFFFF;
151
65
  --surface-solid-primary-brightness-hover: #FFFFFFFF;
152
- --on-dark-surface-solid-primary-brightness-hover: #303030FF;
153
66
  --on-dark-surface-solid-primary-brightness-active: #212121FF;
154
67
  --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
155
68
  --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
@@ -157,38 +70,28 @@
157
70
  --on-dark-surface-solid-card-brightness-active: #212121FF;
158
71
  --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
159
72
  --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
160
- --outline-transparent-negative-hover: #DD1D30FF;
161
- --on-dark-outline-transparent-warning-active: #B34100FF;
162
73
  --outline-primary: #3B3735;
163
74
  --inverse-personas-indigo-text-accent: #7133BE;
164
75
  --inverse-personas-pink-text-accent: #DE5555;
165
- --on-dark-text-warning-minor-hover: #BB4F11FF;
166
76
  --on-light-outline-positive-active: #20801EFF;
167
77
  --personas-olive-text-accent: #127210;
168
78
  --inverse-personas-ochre-text-accent: #F4B49B;
169
79
  --surface-solid-tertiary-active: #FFFFFFFF;
170
80
  --on-light-surface-solid-tertiary-active: #FFFFFFFF;
171
- --on-light-surface-warning-minor-active: #FED9C3FF;
172
- --on-light-data-yellow-transparent-hover: #F5B638FF;
173
81
  --on-dark-personas-olive-text-accent: #93CB92;
174
82
  --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
175
- --on-dark-surface-accent-minor-active: #043F34FF;
176
83
  --text-primary: #15110FFC;
177
84
  --on-dark-text-accent-minor-hover: #60C7AFFF;
178
85
  --inverse-surface-transparent-navi: #23232399;
179
86
  --on-light-personas-olive-text-accent: #127210;
180
- --inverse-surface-positive-minor-active: #08210CFF;
181
87
  --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
88
+ --on-dark-surface-accent-minor-active: #043F34FF;
182
89
  --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
183
90
  --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
184
91
  --inverse-surface-solid-primary-brightness-hover: #303030FF;
185
92
  --inverse-surface-solid-primary-brightness-active: #212121FF;
186
93
  --inverse-surface-transparent-card-brightness-hover: #FAFAFA1F;
187
- --on-light-outline-solid-tertiary-hover: #A3A3A3FF;
188
94
  --on-light-outline-warning-active: #A3420AFF;
189
- --inverse-outline-transparent-secondary-active: #616161FF;
190
- --inverse-outline-transparent-warning-active: #B34100FF;
191
- --inverse-data-yellow-minor-hover: #B87A00FF;
192
95
  --on-light-personas-violet-text-accent: #9E32AF;
193
96
  --on-light-personas-ochre-text-accent: #D15A11;
194
97
  --on-dark-personas-indigo-text-accent: #BD91F5;
@@ -202,17 +105,10 @@
202
105
  --inverse-surface-solid-tertiary: #474747;
203
106
  --on-light-surface-accent-minor: #D0F2E9;
204
107
  --inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
205
- --on-dark-outline-transparent-tertiary-active: #616161FF;
206
- --inverse-surface-solid-card-brightness-hover: #303030FF;
207
- --on-dark-surface-transparent-warning-active: #C74900FF;
208
108
  --on-light-surface-accent-minor-hover: #C7F0E5FF;
209
109
  --inverse-surface-accent-minor: #04473B;
210
- --outline-transparent-positive-hover: #0F9527FF;
211
- --outline-solid-tertiary-hover: #A3A3A3FF;
212
110
  --inverse-surface-solid-card-brightness-active: #212121FF;
213
111
  --on-dark-surface-accent-minor-hover: #055C4CFF;
214
- --personas-pink-text-accent: #F7A4A4;
215
- --personas-indigo-text-accent: #7133BE;
216
112
  --on-dark-personas-violet-text-accent: #E19DED;
217
113
  --on-light-surface-transparent-navi: #FFFFFF99;
218
114
  --on-dark-personas-blue-text-accent: #79B3F2;
@@ -221,15 +117,98 @@
221
117
  --inverse-personas-olive-text-accent: #93CB92;
222
118
  --personas-ochre-text-accent: #D15A11;
223
119
  --on-dark-surface-transparent-accent-minor: #0BA68647;
224
- --inverse-outline-warning-minor-active: #70300AFF;
225
120
  --on-light-text-warning-active: #6F2D06FF;
226
121
  --on-dark-personas-sea-blue-text-accent: #7BC8C8;
227
- --text-info-minor-active: #29A9FFFF;
228
- --inverse-text-warning-minor-hover: #BB4F11FF;
229
- --on-dark-outline-warning-minor-active: #70300AFF;
122
+ --on-dark-personas-green-text-accent-hover: #84DCC6FF;
123
+ --on-light-outline-primary-active: #C4BEBAFF;
124
+ --inverse-personas-blue-text-accent-active: #5DA3EFFF;
125
+ --inverse-surface-transparent-accent-minor-active: #0BA8882E;
126
+ --on-light-personas-blue-text-accent-active: #0D4F96FF;
127
+ --on-light-outline-default-active: #E6E6E6FF;
128
+ --personas-green-text-accent-active: #4CCDACFF;
129
+ --personas-sea-blue-text-accent-active: #4BB4B4FF;
130
+ --inverse-surface-accent-secondary-active: #59C5ACFF;
131
+ --on-dark-personas-pink-text-accent-active: #F58A8AFF;
132
+ --outline-primary-active: #706966FF;
133
+ --inverse-personas-indigo-text-accent-active: #652DA9FF;
134
+ --inverse-personas-pink-text-accent-active: #D83B3BFF;
135
+ --on-dark-personas-olive-text-accent-active: #7DC07CFF;
136
+ --on-dark-surface-accent-secondary-active: #59C5ACFF;
137
+ --inverse-personas-green-text-accent-active: #03A57FFF;
138
+ --on-light-personas-pink-text-accent-active: #D73333FF;
139
+ --personas-indigo-text-accent-active: #5B2999FF;
140
+ --on-dark-personas-violet-text-accent-active: #D982E8FF;
141
+ --on-light-surface-transparent-navi-hover: #FFFFFFA8;
142
+ --on-light-surface-transparent-navi-active: #FFFFFFAD;
143
+ --inverse-personas-olive-text-accent-hover: #A6D4A5FF;
144
+ --personas-ochre-text-accent-hover: #ED6C1DFF;
145
+ --inverse-surface-accent-secondary: #61C8B0;
146
+ --light-background-hardline: #FFFFFF;
147
+ --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
148
+ --on-light-surface-transparent-accent-minor: #0BA6863D;
149
+ --on-light-personas-green-text-accent: #038768;
150
+ --text-primary-brightness-hover: #17171793;
151
+ --on-dark-text-primary-brightness-hover: #FAFAFA93;
230
152
  --personas-violet-text-accent: #E19DED;
153
+ --on-dark-personas-green-text-accent-active: #54CFB0FF;
154
+ --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
155
+ --surface-transparent-accent-minor-active: #0BA88852;
156
+ --inverse-outline-default-hover: #666666FF;
157
+ --inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
158
+ --inverse-personas-blue-text-accent-hover: #C3DDF9FF;
159
+ --inverse-personas-violet-text-accent-hover: #E9B6F2FF;
160
+ --inverse-surface-transparent-accent-minor-hover: #0BA8885C;
161
+ --on-light-personas-blue-text-accent-hover: #1477E1FF;
162
+ --on-dark-surface-transparent-navi-hover: #242424B8;
163
+ --inverse-outline-primary-hover: #6B6461FF;
164
+ --on-light-surface-accent-secondary-hover: #50C3A8FF;
165
+ --surface-transparent-navi-hover: #242424A8;
166
+ --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
167
+ --on-light-personas-green-text-accent-hover: #04D7A6FF;
168
+ --outline-default-hover: #B3B3B3FF;
169
+ --on-dark-outline-primary-hover: #6B6461FF;
170
+ --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
171
+ --outline-primary-hover: #B6B1AFFF;
172
+ --inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
173
+ --inverse-personas-pink-text-accent-hover: #E26E6EFF;
174
+ --personas-olive-text-accent-hover: #1DB71AFF;
175
+ --inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
176
+ --inverse-surface-transparent-navi-hover: #242424B8;
177
+ --on-light-personas-olive-text-accent-hover: #1DB71AFF;
178
+ --on-light-personas-violet-text-accent-hover: #B740C9FF;
179
+ --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
180
+ --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
181
+ --on-dark-personas-ochre-text-accent: #F4B49B;
182
+ --surface-accent-secondary-active: #3CAF94FF;
183
+ --surface-transparent-accent-minor: #0BA6863D;
184
+ --inverse-personas-sea-blue-text-accent: #00898D;
185
+ --background-hardline: #FFFFFF;
186
+ --inverse-personas-blue-text-accent: #79B3F2;
187
+ --inverse-personas-violet-text-accent: #E19DED;
188
+ --inverse-surface-transparent-accent-minor: #0BA6863D;
189
+ --on-light-personas-blue-text-accent: #1063BA;
190
+ --on-dark-surface-transparent-navi: #23232399;
191
+ --inverse-outline-primary: #3B3735;
192
+ --inverse-personas-olive-text-accent-active: #7DC07CFF;
193
+ --on-dark-outline-default: #383838;
194
+ --personas-green-text-accent: #6CD5BB;
195
+ --personas-sea-blue-text-accent: #7BC8C8;
196
+ --personas-violet-text-accent-hover: #EBBEF3FF;
197
+ --personas-blue-text-accent-active: #0D4F96FF;
198
+ --dark-background-hardline: #000000;
199
+ --on-dark-outline-primary: #3B3735;
200
+ --on-dark-personas-pink-text-accent: #F7A4A4;
201
+ --on-light-text-primary-brightness-hover: #17171793;
202
+ --inverse-text-primary-brightness-hover: #FAFAFA93;
203
+ --surface-solid-primary-brightness-active: #FFFFFFFF;
204
+ --on-dark-surface-solid-primary-brightness-hover: #303030FF;
205
+ --inverse-surface-solid-card-brightness-hover: #303030FF;
206
+ --personas-pink-text-accent: #F7A4A4;
231
207
  --personas-blue-text-accent: #1063BA;
232
- --text-secondary: #15110FA3;
208
+ --on-dark-text-primary-brightness-active: #FAFAFAC4;
209
+ --on-light-text-primary-brightness-active: #171717C4;
210
+ --inverse-text-primary-brightness-active: #FAFAFAC4;
211
+ --personas-indigo-text-accent: #7133BE;
233
212
  --text-paragraph: #15110F66;
234
213
  --text-paragraph-hover: #15110FFF;
235
214
  --text-paragraph-active: #15110F7A;
@@ -251,21 +230,14 @@
251
230
  --text-info: #205EA5;
252
231
  --text-info-hover: #000000FF;
253
232
  --text-info-active: #194B85FF;
254
- --text-positive-minor-hover: #47DC62FF;
255
- --text-positive-minor-active: #21B03CFF;
256
- --text-warning-minor-hover: #FDB790FF;
257
- --text-warning-minor-active: #FC8240FF;
258
- --text-negative-minor-hover: #FFB8BFFF;
259
- --text-negative-minor-active: #FF6675FF;
260
- --text-info-minor-hover: #7ACAFFFF;
261
233
  --text-secondary-hover: #15110FFF;
234
+ --text-secondary: #15110FA3;
262
235
  --text-primary-active: #15110FCA;
263
236
  --text-secondary-active: #15110FC4;
264
237
  --text-tertiary: #15110F3D;
265
238
  --text-tertiary-hover: #15110FFF;
266
239
  --text-tertiary-active: #15110F49;
267
240
  --text-primary-brightness: #171717F5;
268
- --on-dark-text-tertiary-active: #F5F1EF49;
269
241
  --on-dark-text-paragraph: #F6F2F07A;
270
242
  --on-dark-text-paragraph-hover: #F5F1EFFF;
271
243
  --on-dark-text-paragraph-active: #F5F1EF93;
@@ -286,9 +258,8 @@
286
258
  --on-dark-text-info: #70B2F5;
287
259
  --on-dark-text-info-hover: #BCDBFAFF;
288
260
  --on-dark-text-info-active: #53A3F3FF;
289
- --on-dark-text-positive-minor-hover: #0F9527FF;
290
- --on-dark-text-positive-minor-active: #0C7920FF;
291
261
  --on-dark-text-primary-active: #FFFFFFCA;
262
+ --on-dark-text-tertiary-active: #F5F1EF49;
292
263
  --on-dark-text-primary: #FFFFFFFC;
293
264
  --on-dark-text-primary-brightness: #FAFAFAF5;
294
265
  --on-dark-text-secondary: #F6F2F0A3;
@@ -297,7 +268,6 @@
297
268
  --on-dark-text-tertiary-hover: #F5F1EFFF;
298
269
  --on-dark-text-secondary-active: #F5F1EFC4;
299
270
  --on-dark-text-primary-hover: #FFFFFF97;
300
- --on-dark-text-negative-minor-active: #83111CFF;
301
271
  --on-light-text-primary-hover: #15110F97;
302
272
  --on-light-text-primary-active: #15110FCA;
303
273
  --on-light-text-primary-brightness: #171717F5;
@@ -321,16 +291,7 @@
321
291
  --on-light-text-positive-active: #185E17FF;
322
292
  --on-light-text-warning: #973C09;
323
293
  --on-light-text-warning-hover: #BC4C0BFF;
324
- --on-dark-text-info-minor-hover: #1277BAFF;
325
- --on-dark-text-info-minor-active: #10659EFF;
326
294
  --on-light-text-primary: #15110FFC;
327
- --on-dark-text-negative-minor-hover: #B91828FF;
328
- --on-light-text-warning-minor-hover: #FDB790FF;
329
- --on-light-text-warning-minor-active: #FC8240FF;
330
- --on-light-text-negative-minor-hover: #FFB8BFFF;
331
- --on-light-text-negative-minor-active: #FF6675FF;
332
- --on-light-text-info-minor-hover: #7ACAFFFF;
333
- --on-light-text-info-minor-active: #29A9FFFF;
334
295
  --inverse-text-primary: #FFFFFFFC;
335
296
  --inverse-text-primary-hover: #FFFFFF97;
336
297
  --inverse-text-primary-active: #FFFFFFCA;
@@ -355,24 +316,15 @@
355
316
  --on-light-text-info: #205EA5;
356
317
  --on-light-text-info-hover: #000000FF;
357
318
  --on-light-text-info-active: #194B85FF;
358
- --on-light-text-positive-minor-hover: #47DC62FF;
359
- --on-light-text-positive-minor-active: #21B03CFF;
360
319
  --on-light-text-negative-hover: #E3353BFF;
361
- --inverse-text-warning-active: #C45D21FF;
362
320
  --inverse-text-negative: #F57E83;
363
321
  --inverse-text-negative-hover: #F89BA0FF;
364
322
  --inverse-text-negative-active: #F3626AFF;
365
323
  --inverse-text-info: #70B2F5;
366
324
  --inverse-text-info-hover: #BCDBFAFF;
367
325
  --inverse-text-info-active: #53A3F3FF;
368
- --inverse-text-positive-minor-hover: #0F9527FF;
369
- --inverse-text-positive-minor-active: #0C7920FF;
370
- --inverse-text-warning-minor-active: #9F440FFF;
371
- --inverse-text-negative-minor-hover: #B91828FF;
372
- --inverse-text-negative-minor-active: #83111CFF;
373
- --inverse-text-info-minor-hover: #1277BAFF;
374
- --inverse-text-info-minor-active: #10659EFF;
375
326
  --surface-solid-primary: #FFFFFF;
327
+ --inverse-text-warning-active: #C45D21FF;
376
328
  --surface-solid-primary-hover: #FFFFFFFF;
377
329
  --surface-solid-primary-active: #FFFFFFFF;
378
330
  --surface-solid-primary-brightness: #FFFFFFFF;
@@ -386,7 +338,6 @@
386
338
  --inverse-text-warning: #DA6828;
387
339
  --inverse-text-warning-hover: #DF7D43FF;
388
340
  --inverse-text-positive-active: #469442FF;
389
- --surface-transparent-primary-active: #15110F0F;
390
341
  --surface-transparent-secondary: #15110F14;
391
342
  --surface-transparent-secondary-hover: #15110F1A;
392
343
  --surface-transparent-secondary-active: #15110F1F;
@@ -394,11 +345,11 @@
394
345
  --surface-transparent-tertiary-hover: #15110F2E;
395
346
  --surface-transparent-tertiary-active: #15110F33;
396
347
  --surface-transparent-deep: #FFFFFFB3;
397
- --surface-transparent-deep-hover: #FFFFFFFF;
398
- --surface-transparent-deep-active: #FFFFFFFF;
348
+ --surface-transparent-deep-hover: #FFFFFFC2;
349
+ --surface-transparent-deep-active: #FFFFFFC7;
399
350
  --surface-transparent-card: #FFFFFF85;
400
- --surface-transparent-card-hover: #FFFFFFFF;
401
- --surface-transparent-card-active: #FFFFFFFF;
351
+ --surface-transparent-card-hover: #FFFFFF94;
352
+ --surface-transparent-card-active: #FFFFFF99;
402
353
  --surface-transparent-card-brightness: #FFFFFFFF;
403
354
  --surface-clear: #15110F00;
404
355
  --surface-clear-hover: #15110F00;
@@ -420,7 +371,7 @@
420
371
  --surface-transparent-primary-hover: #15110F0D;
421
372
  --surface-solid-default-active: #090706FF;
422
373
  --surface-solid-card-hover: #FFFFFFFF;
423
- --surface-positive-active: #20801EFF;
374
+ --surface-transparent-primary-active: #15110F0F;
424
375
  --surface-warning: #BE4E0C;
425
376
  --surface-warning-hover: #D3560DFF;
426
377
  --surface-warning-active: #AD460BFF;
@@ -430,19 +381,12 @@
430
381
  --surface-info: #3776BC;
431
382
  --surface-info-hover: #4180C8FF;
432
383
  --surface-info-active: #326CAEFF;
433
- --surface-positive-minor-hover: #94F9A7FF;
434
- --surface-positive-minor-active: #8BF99FFF;
384
+ --surface-positive-active: #20801EFF;
435
385
  --surface-positive: #239322;
436
386
  --surface-positive-hover: #28A126FF;
437
- --surface-transparent-warning-hover: #E65400FF;
438
- --surface-transparent-warning-active: #BD4500FF;
439
- --surface-transparent-negative-hover: #ED1D31FF;
440
- --surface-transparent-negative-active: #D01124FF;
441
- --surface-transparent-info-hover: #0D84D3FF;
442
- --surface-transparent-info-active: #0A66A3FF;
443
387
  --surface-read-only: #F9F9F903;
444
- --surface-read-only-hover: #F7F7F7FF;
445
- --surface-read-only-active: #F5F5F5FF;
388
+ --surface-read-only-hover: #FAFAFA05;
389
+ --surface-read-only-active: #FAFAFA08;
446
390
  --on-dark-surface-solid-primary: #232323;
447
391
  --on-dark-surface-solid-primary-hover: #2E2E2EFF;
448
392
  --on-dark-surface-solid-primary-active: #1F1F1FFF;
@@ -452,21 +396,12 @@
452
396
  --on-dark-surface-solid-secondary-active: #242424FF;
453
397
  --on-dark-surface-solid-tertiary: #474747;
454
398
  --on-dark-surface-solid-tertiary-hover: #525252FF;
455
- --surface-warning-minor-active: #FED9C3FF;
456
- --surface-warning-minor-hover: #FEDCC8FF;
457
- --surface-negative-minor-active: #FFD1D6FF;
458
- --surface-negative-minor-hover: #FFD6DAFF;
459
- --surface-info-minor-active: #C2E7FFFF;
460
- --surface-transparent-positive-hover: #0F9928FF;
461
- --surface-info-minor-hover: #C7E9FFFF;
462
- --surface-transparent-positive-active: #0B741FFF;
463
- --on-dark-surface-transparent-primary-active: #FFFFFFFF;
464
399
  --on-dark-surface-transparent-secondary: #FFFFFF29;
465
- --on-dark-surface-transparent-secondary-hover: #FFFFFFFF;
466
- --on-dark-surface-transparent-secondary-active: #FFFFFFFF;
400
+ --on-dark-surface-transparent-secondary-hover: #FFFFFF47;
401
+ --on-dark-surface-transparent-secondary-active: #FFFFFF1A;
467
402
  --on-dark-surface-transparent-tertiary: #FFFFFF3D;
468
- --on-dark-surface-transparent-tertiary-hover: #FFFFFFFF;
469
- --on-dark-surface-transparent-tertiary-active: #FFFFFFFF;
403
+ --on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
404
+ --on-dark-surface-transparent-tertiary-active: #FFFFFF2E;
470
405
  --on-dark-surface-transparent-deep: #373737B8;
471
406
  --on-dark-surface-transparent-deep-hover: #383838D6;
472
407
  --on-dark-surface-transparent-deep-active: #383838A8;
@@ -487,8 +422,9 @@
487
422
  --on-dark-surface-solid-default-hover: #F9F7F5FF;
488
423
  --on-dark-surface-solid-default-active: #F2ECE9FF;
489
424
  --on-dark-surface-transparent-primary: #FFFFFF14;
490
- --on-dark-surface-transparent-primary-hover: #FFFFFFFF;
425
+ --on-dark-surface-transparent-primary-hover: #FFFFFF24;
491
426
  --on-dark-surface-solid-card-hover: #2E2E2EFF;
427
+ --on-dark-surface-transparent-primary-active: #FFFFFF0F;
492
428
  --on-dark-surface-positive: #A6D2A2;
493
429
  --on-dark-surface-positive-hover: #B3D9B0FF;
494
430
  --on-dark-surface-positive-active: #9FCF9BFF;
@@ -501,21 +437,12 @@
501
437
  --on-dark-surface-info: #9BCAF8;
502
438
  --on-dark-surface-info-hover: #AED4F9FF;
503
439
  --on-dark-surface-info-active: #91C4F7FF;
504
- --on-dark-surface-positive-minor-hover: #0E3A16FF;
505
- --on-dark-surface-positive-minor-active: #08210CFF;
506
- --on-dark-surface-warning-minor-hover: #4F250DFF;
507
- --on-dark-surface-warning-minor-active: #351909FF;
508
440
  --on-dark-surface-transparent-accent-active: #0BA88824;
509
441
  --on-dark-surface-transparent-accent: #0BA68633;
510
442
  --on-dark-surface-transparent-accent-hover: #0BA88852;
511
- --on-dark-surface-transparent-warning-hover: #E65400FF;
512
- --on-dark-surface-transparent-negative-hover: #ED1D31FF;
513
- --on-dark-surface-transparent-negative-active: #D91226FF;
514
- --on-dark-surface-transparent-info-hover: #0D7EC9FF;
515
- --on-dark-surface-transparent-info-active: #0B6CADFF;
516
443
  --on-dark-surface-read-only: #F9F9F905;
517
- --on-dark-surface-read-only-hover: #FFFFFFFF;
518
- --on-dark-surface-read-only-active: #F5F5F5FF;
444
+ --on-dark-surface-read-only-hover: #FAFAFA0F;
445
+ --on-dark-surface-read-only-active: #FAFAFA00;
519
446
  --on-light-surface-solid-primary: #FFFFFF;
520
447
  --on-light-surface-solid-primary-hover: #FFFFFFFF;
521
448
  --on-light-surface-solid-primary-active: #FFFFFFFF;
@@ -525,13 +452,6 @@
525
452
  --on-light-surface-solid-secondary-active: #FFFFFFFF;
526
453
  --on-light-surface-solid-tertiary: #FFFFFF;
527
454
  --on-light-surface-solid-tertiary-hover: #FFFFFFFF;
528
- --on-dark-surface-negative-minor-hover: #5B1018FF;
529
- --on-dark-surface-info-minor-hover: #10344CFF;
530
- --on-dark-surface-info-minor-active: #0A2333FF;
531
- --on-dark-surface-transparent-positive-active: #0C7D21FF;
532
- --on-dark-surface-transparent-positive-hover: #0F9928FF;
533
- --on-dark-surface-negative-minor-active: #410B11FF;
534
- --on-light-surface-transparent-primary-active: #15110F0F;
535
455
  --on-light-surface-transparent-secondary: #15110F14;
536
456
  --on-light-surface-transparent-secondary-hover: #15110F1A;
537
457
  --on-light-surface-transparent-secondary-active: #15110F1F;
@@ -539,11 +459,11 @@
539
459
  --on-light-surface-transparent-tertiary-hover: #15110F2E;
540
460
  --on-light-surface-transparent-tertiary-active: #15110F33;
541
461
  --on-light-surface-transparent-deep: #FFFFFFB3;
542
- --on-light-surface-transparent-deep-hover: #FFFFFFFF;
543
- --on-light-surface-transparent-deep-active: #FFFFFFFF;
462
+ --on-light-surface-transparent-deep-hover: #FFFFFFC2;
463
+ --on-light-surface-transparent-deep-active: #FFFFFFC7;
544
464
  --on-light-surface-transparent-card: #FFFFFF85;
545
- --on-light-surface-transparent-card-hover: #FFFFFFFF;
546
- --on-light-surface-transparent-card-active: #FFFFFFFF;
465
+ --on-light-surface-transparent-card-hover: #FFFFFF94;
466
+ --on-light-surface-transparent-card-active: #FFFFFF99;
547
467
  --on-light-surface-transparent-card-brightness: #FFFFFFFF;
548
468
  --on-light-surface-clear: #FFFFFF00;
549
469
  --on-light-surface-clear-hover: #FFFFFF00;
@@ -560,6 +480,7 @@
560
480
  --on-light-surface-transparent-primary-hover: #15110F0D;
561
481
  --on-light-surface-solid-default-active: #090706FF;
562
482
  --on-light-surface-solid-card-hover: #FFFFFFFF;
483
+ --on-light-surface-transparent-primary-active: #15110F0F;
563
484
  --on-light-surface-positive: #239322;
564
485
  --on-light-surface-positive-hover: #28A126FF;
565
486
  --on-light-surface-positive-active: #20801EFF;
@@ -572,21 +493,12 @@
572
493
  --on-light-surface-info: #3776BC;
573
494
  --on-light-surface-info-hover: #4180C8FF;
574
495
  --on-light-surface-info-active: #326CAEFF;
575
- --on-light-surface-positive-minor-hover: #94F9A7FF;
576
- --on-light-surface-positive-minor-active: #8BF99FFF;
577
- --on-light-surface-warning-minor-hover: #FEDCC8FF;
578
496
  --on-light-surface-transparent-accent-active: #0BA88833;
579
497
  --on-light-surface-transparent-accent: #0BA6861F;
580
498
  --on-light-surface-transparent-accent-hover: #0BA8882E;
581
- --on-light-surface-transparent-warning-hover: #E65400FF;
582
- --on-light-surface-transparent-warning-active: #BD4500FF;
583
- --on-light-surface-transparent-negative-hover: #ED1D31FF;
584
- --on-light-surface-transparent-negative-active: #D01124FF;
585
- --on-light-surface-transparent-info-hover: #0D84D3FF;
586
- --on-light-surface-transparent-info-active: #0A66A3FF;
587
499
  --on-light-surface-read-only: #F9F9F903;
588
- --on-light-surface-read-only-hover: #F7F7F7FF;
589
- --on-light-surface-read-only-active: #F5F5F5FF;
500
+ --on-light-surface-read-only-hover: #FAFAFA05;
501
+ --on-light-surface-read-only-active: #FAFAFA08;
590
502
  --inverse-surface-solid-primary: #232323;
591
503
  --inverse-surface-solid-primary-hover: #2E2E2EFF;
592
504
  --inverse-surface-solid-primary-active: #1F1F1FFF;
@@ -594,19 +506,13 @@
594
506
  --inverse-surface-solid-secondary: #292929;
595
507
  --inverse-surface-solid-secondary-hover: #333333FF;
596
508
  --inverse-surface-solid-secondary-active: #242424FF;
597
- --on-light-surface-info-minor-hover: #C7E9FFFF;
598
- --on-light-surface-info-minor-active: #C2E7FFFF;
599
- --on-light-surface-transparent-positive-hover: #0F9928FF;
600
- --on-light-surface-transparent-positive-active: #0B741FFF;
601
- --on-light-surface-negative-minor-active: #FFD1D6FF;
602
- --inverse-surface-transparent-primary-hover: #FFFFFFFF;
603
- --inverse-surface-transparent-primary-active: #FFFFFFFF;
509
+ --inverse-surface-transparent-primary-active: #FFFFFF0F;
604
510
  --inverse-surface-transparent-secondary: #FFFFFF29;
605
- --inverse-surface-transparent-secondary-hover: #FFFFFFFF;
606
- --inverse-surface-transparent-secondary-active: #FFFFFFFF;
511
+ --inverse-surface-transparent-secondary-hover: #FFFFFF47;
512
+ --inverse-surface-transparent-secondary-active: #FFFFFF1A;
607
513
  --inverse-surface-transparent-tertiary: #FFFFFF3D;
608
- --inverse-surface-transparent-tertiary-hover: #FFFFFFFF;
609
- --inverse-surface-transparent-tertiary-active: #FFFFFFFF;
514
+ --inverse-surface-transparent-tertiary-hover: #FFFFFF5C;
515
+ --inverse-surface-transparent-tertiary-active: #FFFFFF2E;
610
516
  --inverse-surface-transparent-deep: #373737B8;
611
517
  --inverse-surface-transparent-deep-hover: #383838D6;
612
518
  --inverse-surface-transparent-deep-active: #383838A8;
@@ -628,6 +534,7 @@
628
534
  --inverse-surface-solid-card-brightness: #262626FF;
629
535
  --inverse-surface-solid-default: #F6F2F0;
630
536
  --inverse-surface-transparent-primary: #FFFFFF14;
537
+ --inverse-surface-transparent-primary-hover: #FFFFFF24;
631
538
  --inverse-surface-positive: #A6D2A2;
632
539
  --inverse-surface-positive-hover: #B3D9B0FF;
633
540
  --inverse-surface-positive-active: #9FCF9BFF;
@@ -640,24 +547,15 @@
640
547
  --inverse-surface-info: #9BCAF8;
641
548
  --inverse-surface-info-hover: #AED4F9FF;
642
549
  --inverse-surface-info-active: #91C4F7FF;
643
- --inverse-surface-positive-minor-hover: #0E3A16FF;
644
550
  --inverse-surface-accent-minor-active: #043F34FF;
645
551
  --inverse-surface-accent-hover: #0CBB98FF;
646
552
  --inverse-surface-transparent-accent: #0BA68633;
647
553
  --inverse-surface-transparent-accent-hover: #0BA88852;
648
554
  --inverse-surface-transparent-accent-active: #0BA88824;
649
555
  --inverse-surface-accent-active: #0A9E81FF;
650
- --inverse-surface-transparent-positive-hover: #0F9928FF;
651
- --inverse-surface-transparent-positive-active: #0C7D21FF;
652
- --inverse-surface-transparent-warning-hover: #E65400FF;
653
- --inverse-surface-transparent-warning-active: #C74900FF;
654
- --inverse-surface-transparent-negative-hover: #ED1D31FF;
655
- --inverse-surface-transparent-negative-active: #D91226FF;
656
- --inverse-surface-transparent-info-hover: #0D7EC9FF;
657
- --inverse-surface-transparent-info-active: #0B6CADFF;
658
556
  --inverse-surface-read-only: #F9F9F905;
659
- --inverse-surface-read-only-hover: #FFFFFFFF;
660
- --inverse-surface-read-only-active: #F5F5F5FF;
557
+ --inverse-surface-read-only-hover: #FAFAFA0F;
558
+ --inverse-surface-read-only-active: #FAFAFA00;
661
559
  --background-primary: #EBE7E5;
662
560
  --background-secondary: #F6F2F0;
663
561
  --background-tertiary: #FFFFFF;
@@ -665,30 +563,13 @@
665
563
  --dark-background-secondary: #0F0F0F;
666
564
  --dark-background-tertiary: #141413;
667
565
  --light-background-primary: #EBE7E5;
668
- --inverse-surface-warning-minor-hover: #4F250DFF;
669
- --inverse-surface-negative-minor-hover: #5B1018FF;
670
- --inverse-surface-negative-minor-active: #410B11FF;
671
- --inverse-surface-info-minor-hover: #10344CFF;
672
- --inverse-surface-info-minor-active: #0A2333FF;
673
- --inverse-surface-warning-minor-active: #351909FF;
674
566
  --on-light-overlay-soft: #0000003D;
675
567
  --on-light-overlay-hard: #00000052;
676
568
  --inverse-overlay-soft: #0000001F;
677
569
  --inverse-overlay-hard: #00000029;
678
- --outline-solid-primary-hover: #ABABABFF;
679
- --outline-solid-primary-active: #C4C4C4FF;
680
- --outline-solid-secondary-hover: #DBDBDBFF;
681
- --outline-solid-secondary-active: #8F8F8FFF;
682
- --outline-solid-tertiary-active: #5C5C5CFF;
683
- --outline-solid-default-hover: #969696FF;
684
- --outline-solid-default-active: #080808FF;
685
570
  --outline-transparent-primary: #15110F3D;
686
571
  --outline-transparent-primary-hover: #15110F25;
687
572
  --outline-transparent-primary-active: #15110F62;
688
- --outline-transparent-secondary-hover: #969696FF;
689
- --outline-transparent-secondary-active: #080808FF;
690
- --outline-transparent-tertiary-hover: #969696FF;
691
- --outline-transparent-tertiary-active: #080808FF;
692
573
  --outline-clear: #FFFFFF00;
693
574
  --inverse-background-secondary: #0F0F0F;
694
575
  --light-background-tertiary: #FFFFFF;
@@ -710,46 +591,11 @@
710
591
  --outline-info: #3776BC;
711
592
  --outline-info-hover: #81AADAFF;
712
593
  --outline-info-active: #3067A6FF;
713
- --outline-positive-minor-hover: #7AE68EFF;
714
- --outline-positive-minor-active: #23B83EFF;
715
- --outline-warning-minor-hover: #FDB790FF;
716
- --outline-warning-minor-active: #FC8240FF;
717
- --outline-negative-minor-hover: #FFB8BFFF;
718
- --outline-negative-minor-active: #FF6675FF;
719
- --outline-info-minor-hover: #A3DAFFFF;
720
- --outline-info-minor-active: #29A9FFFF;
721
594
  --outline-clear-active: #FFFFFF00;
722
595
  --outline-clear-hover: #FFFFFF00;
723
- --outline-accent-active: #074A14FF;
724
- --outline-accent-hover: #0F9527FF;
725
- --outline-transparent-accent-hover: #0F9527FF;
726
- --outline-accent-minor-hover: #7AE68EFF;
727
- --outline-accent-minor-active: #23B83EFF;
728
- --outline-transparent-accent-active: #074A14FF;
729
- --outline-read-only-hover: #C7C7C7FF;
730
- --outline-read-only-active: #E0E0E0FF;
731
- --on-dark-outline-solid-primary-hover: #545454FF;
732
- --on-dark-outline-solid-primary-active: #171717FF;
733
- --on-dark-outline-solid-secondary-hover: #ABABABFF;
734
- --on-dark-outline-solid-secondary-active: #363636FF;
735
- --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
736
- --on-dark-outline-solid-tertiary-active: #525252FF;
737
- --on-dark-outline-solid-default-hover: #808080FF;
738
- --on-dark-outline-solid-default-active: #616161FF;
739
596
  --on-dark-outline-transparent-primary: #FFFFFF1F;
740
- --on-dark-outline-transparent-primary-hover: #858585FF;
741
- --on-dark-outline-transparent-primary-active: #666666FF;
742
- --on-dark-outline-transparent-secondary-hover: #808080FF;
743
- --on-dark-outline-transparent-secondary-active: #616161FF;
744
- --on-dark-outline-transparent-tertiary-hover: #808080FF;
745
- --outline-transparent-warning-hover: #B14B10FF;
746
- --outline-transparent-positive-active: #074A14FF;
747
- --outline-transparent-warning-active: #5D2809FF;
748
- --outline-transparent-negative-active: #8C121EFF;
749
- --outline-transparent-info-hover: #137DC3FF;
750
- --outline-transparent-info-active: #093B5DFF;
751
- --on-dark-outline-transparent-accent-hover: #13BE32FF;
752
- --on-dark-outline-transparent-accent-active: #0B741FFF;
597
+ --on-dark-outline-transparent-primary-hover: #FFFFFF4D;
598
+ --on-dark-outline-transparent-primary-active: #FFFFFF12;
753
599
  --on-dark-outline-positive: #A6D2A2;
754
600
  --on-dark-outline-positive-hover: #DBEDD9FF;
755
601
  --on-dark-outline-positive-active: #92C88DFF;
@@ -762,69 +608,17 @@
762
608
  --on-dark-outline-info: #9BCAF8;
763
609
  --on-dark-outline-info-hover: #E7F2FDFF;
764
610
  --on-dark-outline-info-active: #7EBAF6FF;
765
- --on-dark-outline-positive-minor-hover: #0F9527FF;
766
- --on-dark-outline-warning-minor-hover: #BB4F11FF;
767
611
  --on-dark-outline-clear-active: #FFFFFF00;
768
612
  --on-dark-outline-clear: #FFFFFF00;
769
- --on-dark-outline-accent-hover: #13BE32FF;
770
- --on-dark-outline-accent-active: #0B741FFF;
771
- --on-dark-outline-accent-minor-hover: #0F9527FF;
772
- --on-dark-outline-accent-minor-active: #074A14FF;
773
613
  --on-dark-outline-clear-hover: #FFFFFF00;
774
- --on-dark-outline-transparent-warning-hover: #FF8138FF;
775
- --on-dark-outline-transparent-negative-hover: #F36876FF;
776
- --on-dark-outline-transparent-negative-active: #C61022FF;
777
- --on-dark-outline-transparent-info-hover: #0F96F0FF;
778
- --on-dark-outline-transparent-info-active: #0A66A3FF;
779
- --on-dark-outline-read-only-hover: #808080FF;
780
- --on-dark-outline-read-only-active: #616161FF;
781
- --on-light-outline-solid-primary-hover: #ABABABFF;
782
- --on-light-outline-solid-primary-active: #C4C4C4FF;
783
- --on-light-outline-solid-secondary-hover: #DBDBDBFF;
784
- --on-light-outline-solid-secondary-active: #8F8F8FFF;
785
- --on-dark-outline-negative-minor-active: #8C121EFF;
786
- --on-dark-outline-info-minor-hover: #1277BAFF;
787
- --on-dark-outline-info-minor-active: #0B476FFF;
788
- --on-dark-outline-transparent-positive-hover: #13BE32FF;
789
- --on-dark-outline-transparent-positive-active: #0B741FFF;
790
- --on-dark-outline-negative-minor-hover: #D41C2EFF;
791
- --on-light-outline-transparent-secondary-active: #080808FF;
792
- --on-light-outline-transparent-tertiary-hover: #969696FF;
793
- --on-light-outline-transparent-tertiary-active: #080808FF;
794
614
  --on-light-outline-clear: #FFFFFF00;
795
615
  --on-light-outline-clear-hover: #FFFFFF00;
796
616
  --on-light-outline-clear-active: #FFFFFF00;
797
- --on-light-outline-accent-hover: #0F9527FF;
798
- --on-light-outline-accent-active: #074A14FF;
799
- --on-light-outline-accent-minor-hover: #7AE68EFF;
800
- --on-light-outline-accent-minor-active: #23B83EFF;
801
- --on-light-outline-transparent-accent-hover: #0F9527FF;
802
- --on-light-outline-transparent-accent-active: #074A14FF;
803
617
  --on-light-outline-positive: #239322;
804
618
  --on-light-outline-positive-hover: #32CA2FFF;
805
- --on-light-outline-solid-default-hover: #969696FF;
806
- --on-light-outline-solid-tertiary-active: #5C5C5CFF;
807
- --on-light-outline-solid-default-active: #080808FF;
808
619
  --on-light-outline-transparent-primary: #15110F3D;
809
620
  --on-light-outline-transparent-primary-hover: #15110F25;
810
- --on-light-outline-transparent-secondary-hover: #969696FF;
811
621
  --on-light-outline-transparent-primary-active: #15110F62;
812
- --on-light-outline-positive-minor-hover: #7AE68EFF;
813
- --on-light-outline-positive-minor-active: #23B83EFF;
814
- --on-light-outline-warning-minor-hover: #FDB790FF;
815
- --on-light-outline-warning-minor-active: #FC8240FF;
816
- --on-light-outline-negative-minor-hover: #FFB8BFFF;
817
- --on-light-outline-negative-minor-active: #FF6675FF;
818
- --on-light-outline-info-minor-hover: #A3DAFFFF;
819
- --on-light-outline-info-minor-active: #29A9FFFF;
820
- --on-light-outline-transparent-positive-hover: #0F9527FF;
821
- --on-light-outline-transparent-positive-active: #074A14FF;
822
- --on-light-outline-transparent-warning-hover: #B14B10FF;
823
- --on-light-outline-transparent-warning-active: #5D2809FF;
824
- --on-light-outline-transparent-negative-hover: #DD1D30FF;
825
- --on-light-outline-transparent-negative-active: #8C121EFF;
826
- --on-light-outline-transparent-info-hover: #137DC3FF;
827
- --on-light-outline-transparent-info-active: #093B5DFF;
828
622
  --on-light-outline-negative: #E83439;
829
623
  --on-light-outline-warning: #BE4E0C;
830
624
  --on-light-outline-negative-hover: #F17E82FF;
@@ -833,29 +627,12 @@
833
627
  --on-light-outline-info-active: #3067A6FF;
834
628
  --on-light-outline-info-hover: #81AADAFF;
835
629
  --on-light-outline-warning-hover: #F3813FFF;
836
- --inverse-outline-solid-primary-hover: #545454FF;
837
- --inverse-outline-solid-tertiary-active: #525252FF;
838
- --inverse-outline-solid-default-hover: #808080FF;
839
- --inverse-outline-solid-default-active: #616161FF;
840
630
  --inverse-outline-transparent-primary: #FFFFFF1F;
841
- --inverse-outline-transparent-primary-hover: #858585FF;
842
- --inverse-outline-transparent-primary-active: #666666FF;
843
- --inverse-outline-transparent-secondary-hover: #808080FF;
844
- --inverse-outline-transparent-tertiary-hover: #808080FF;
845
- --inverse-outline-transparent-tertiary-active: #616161FF;
631
+ --inverse-outline-transparent-primary-hover: #FFFFFF4D;
632
+ --inverse-outline-transparent-primary-active: #FFFFFF12;
846
633
  --inverse-outline-clear: #FFFFFF00;
847
634
  --inverse-outline-clear-hover: #FFFFFF00;
848
635
  --inverse-outline-clear-active: #FFFFFF00;
849
- --inverse-outline-accent-hover: #13BE32FF;
850
- --inverse-outline-accent-active: #0B741FFF;
851
- --inverse-outline-accent-minor-hover: #0F9527FF;
852
- --inverse-outline-accent-minor-active: #074A14FF;
853
- --inverse-outline-solid-primary-active: #171717FF;
854
- --on-light-outline-read-only-active: #E0E0E0FF;
855
- --inverse-outline-solid-secondary-hover: #ABABABFF;
856
- --inverse-outline-solid-secondary-active: #363636FF;
857
- --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
858
- --inverse-outline-positive-active: #92C88DFF;
859
636
  --inverse-outline-warning: #F8AD80;
860
637
  --inverse-outline-warning-hover: #FCE0CFFF;
861
638
  --inverse-outline-warning-active: #F79C64FF;
@@ -865,53 +642,12 @@
865
642
  --inverse-outline-info: #9BCAF8;
866
643
  --inverse-outline-info-hover: #E7F2FDFF;
867
644
  --inverse-outline-info-active: #7EBAF6FF;
868
- --inverse-outline-positive-minor-hover: #0F9527FF;
869
- --inverse-outline-positive-minor-active: #074A14FF;
870
- --inverse-outline-warning-minor-hover: #BB4F11FF;
871
- --inverse-outline-negative-minor-hover: #D41C2EFF;
872
- --inverse-outline-negative-minor-active: #8C121EFF;
873
- --inverse-outline-info-minor-hover: #1277BAFF;
874
- --inverse-outline-info-minor-active: #0B476FFF;
875
- --inverse-outline-transparent-positive-hover: #13BE32FF;
876
- --inverse-outline-transparent-positive-active: #0B741FFF;
877
- --inverse-outline-transparent-accent-active: #0B741FFF;
645
+ --inverse-outline-positive-active: #92C88DFF;
878
646
  --inverse-outline-positive: #A6D2A2;
879
647
  --inverse-outline-positive-hover: #DBEDD9FF;
880
- --inverse-outline-read-only-active: #616161FF;
881
- --data-yellow-hover: #F5B638FF;
882
- --data-yellow-active: #E49C0CFF;
883
- --data-yellow-minor-hover: #FFCF70FF;
884
- --data-yellow-minor-active: #FFCC66FF;
885
- --data-yellow-transparent-hover: #F5B638FF;
886
- --data-yellow-transparent-active: #E49C0CFF;
887
- --on-dark-data-yellow-hover: #F4B22FFF;
888
- --on-dark-data-yellow-active: #EDA20CFF;
889
- --on-dark-data-yellow-minor-hover: #B87A00FF;
890
- --on-dark-data-yellow-minor-active: #996600FF;
891
- --on-dark-data-yellow-transparent-hover: #F4B22FFF;
892
- --on-dark-data-yellow-transparent-active: #EDA20CFF;
893
- --on-light-data-yellow-hover: #F5B638FF;
894
- --on-light-data-yellow-active: #E49C0CFF;
895
- --on-light-data-yellow-minor-hover: #FFCF70FF;
896
- --on-light-data-yellow-minor-active: #FFCC66FF;
897
- --inverse-outline-transparent-negative-hover: #F36876FF;
898
- --inverse-outline-transparent-warning-hover: #FF8138FF;
899
- --inverse-outline-transparent-negative-active: #C61022FF;
900
- --inverse-outline-transparent-info-hover: #0F96F0FF;
901
- --inverse-outline-read-only-hover: #808080FF;
902
- --inverse-outline-transparent-info-active: #0A66A3FF;
903
- --inverse-data-yellow-hover: #F4B22FFF;
904
- --inverse-data-yellow-active: #EDA20CFF;
905
- --inverse-data-yellow-minor-active: #996600FF;
906
- --on-light-data-yellow-transparent-active: #E49C0CFF;
907
- --inverse-data-yellow-transparent-active: #EDA20CFF;
908
- --inverse-data-yellow-transparent-hover: #F4B22FFF;
909
- --inverse-outline-transparent-accent-hover: #13BE32FF;
910
648
  --text-primary-hover: #15110F97;
911
- --on-dark-text-warning-minor-active: #9F440FFF;
912
649
  --on-dark-surface-solid-default: #F6F2F0;
913
650
  --on-light-surface-accent-minor-active: #BFEDE1FF;
914
- --on-light-surface-negative-minor-hover: #FFD6DAFF;
915
651
  --inverse-surface-accent-minor-hover: #055C4CFF;
916
652
  color: var(--text-primary);
917
653
  background-color: var(--background-primary);
@@ -919,7 +655,6 @@
919
655
 
920
656
  :root {
921
657
  --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
922
- --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%);
923
658
  --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
924
659
  --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%);
925
660
  --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
@@ -948,7 +683,7 @@
948
683
  --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
949
684
  --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
950
685
  --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
951
- --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
686
+ --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%);
952
687
  --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
953
688
  --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
954
689
  --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
@@ -974,36 +709,36 @@
974
709
  --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
975
710
  --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
976
711
  --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
712
+ --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
977
713
  --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
978
714
  --surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
979
715
  --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
980
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%);
981
- --inverse-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
982
717
  --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
983
718
  --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
984
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(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
985
721
  }
986
722
 
987
723
  :root {
988
724
  --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
989
- --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
990
725
  --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
991
726
  --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
727
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
992
728
  --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
993
729
  --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
994
- --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
995
730
  --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
996
731
  --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
997
732
  --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
998
733
  --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
999
734
  --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
735
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1000
736
  }
1001
737
 
1002
738
  :root {
1003
739
  --border-radius-4xl: 2rem;
1004
- --border-radius-3xl: 1.75rem;
1005
740
  --border-radius-5xl: 2.5rem;
1006
- --border-radius-circle: 100rem;
741
+ --border-radius-3xl: 1.75rem;
1007
742
  --border-radius-m: 0.75rem;
1008
743
  --border-radius-l: 1rem;
1009
744
  --border-radius-xxs: 0.25rem;
@@ -1011,11 +746,11 @@
1011
746
  --border-radius-xxl: 1.5rem;
1012
747
  --border-radius-s: 0.5rem;
1013
748
  --border-radius-xl: 1.25rem;
749
+ --border-radius-circle: 100rem;
1014
750
  }
1015
751
 
1016
752
  :root {
1017
753
  --spacing-16x: 2rem;
1018
- --spacing-3x: 0.375rem;
1019
754
  --spacing-6x: 0.75rem;
1020
755
  --spacing-8x: 1rem;
1021
756
  --spacing-10x: 1.25rem;
@@ -1029,16 +764,17 @@
1029
764
  --spacing-2x: 0.25rem;
1030
765
  --spacing-0x: 0rem;
1031
766
  --spacing-1x: 0.125rem;
767
+ --spacing-3x: 0.375rem;
1032
768
  }
1033
769
 
1034
770
  :root {
1035
771
  font-size: 16px;
1036
772
  --plasma-typo-overflow-wrap: break-word;
1037
773
  --plasma-typo-hyphens: auto;
1038
- --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
1039
- --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
1040
- --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
1041
- --plasma-typo-text-font-family: 'undefined', sans-serif;
774
+ --plasma-typo-display-font-family: 'Roboto', sans-serif;
775
+ --plasma-typo-body-font-family: 'Roboto', sans-serif;
776
+ --plasma-typo-header-font-family: 'Roboto', sans-serif;
777
+ --plasma-typo-text-font-family: 'Roboto', sans-serif;
1042
778
  --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1043
779
  --plasma-typo-body-xxs-bold-letter-spacing: normal;
1044
780
  --plasma-typo-body-xxs-bold-font-style: normal;
@@ -1126,9 +862,45 @@
1126
862
  --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
1127
863
  --plasma-typo-body-m-letter-spacing: normal;
1128
864
  --plasma-typo-body-m-font-style: normal;
865
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
866
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
867
+ --plasma-typo-text-xs-medium-font-style: normal;
1129
868
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1130
869
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
1131
870
  --plasma-typo-body-xxs-medium-font-style: normal;
871
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
872
+ --plasma-typo-text-l-letter-spacing: -0.02em;
873
+ --plasma-typo-text-l-font-style: normal;
874
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
875
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
876
+ --plasma-typo-text-s-medium-font-style: normal;
877
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
878
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
879
+ --plasma-typo-text-l-bold-font-style: normal;
880
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
881
+ --plasma-typo-text-m-letter-spacing: -0.02em;
882
+ --plasma-typo-text-m-font-style: normal;
883
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
884
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
885
+ --plasma-typo-text-l-medium-font-style: normal;
886
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
887
+ --plasma-typo-text-s-letter-spacing: -0.02em;
888
+ --plasma-typo-text-s-font-style: normal;
889
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
890
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
891
+ --plasma-typo-text-s-bold-font-style: normal;
892
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
893
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
894
+ --plasma-typo-text-m-bold-font-style: normal;
895
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
896
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
897
+ --plasma-typo-text-m-medium-font-style: normal;
898
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
899
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
900
+ --plasma-typo-text-xs-font-style: normal;
901
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
902
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
903
+ --plasma-typo-text-xs-bold-font-style: normal;
1132
904
  }
1133
905
 
1134
906
  @media (max-width: 559px) {
@@ -1220,9 +992,45 @@
1220
992
  --plasma-typo-body-m-font-size: 0.875rem;
1221
993
  --plasma-typo-body-m-font-weight: 400;
1222
994
  --plasma-typo-body-m-line-height: 1.125rem;
995
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
996
+ --plasma-typo-text-xs-medium-font-weight: 500;
997
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1223
998
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1224
999
  --plasma-typo-body-xxs-medium-font-weight: 500;
1225
1000
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1001
+ --plasma-typo-text-l-font-size: 1.125rem;
1002
+ --plasma-typo-text-l-font-weight: 400;
1003
+ --plasma-typo-text-l-line-height: 1.625rem;
1004
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1005
+ --plasma-typo-text-s-medium-font-weight: 500;
1006
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1007
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1008
+ --plasma-typo-text-l-bold-font-weight: 600;
1009
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1010
+ --plasma-typo-text-m-font-size: 1rem;
1011
+ --plasma-typo-text-m-font-weight: 400;
1012
+ --plasma-typo-text-m-line-height: 1.5rem;
1013
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1014
+ --plasma-typo-text-l-medium-font-weight: 500;
1015
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1016
+ --plasma-typo-text-s-font-size: 0.875rem;
1017
+ --plasma-typo-text-s-font-weight: 400;
1018
+ --plasma-typo-text-s-line-height: 1.25rem;
1019
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1020
+ --plasma-typo-text-s-bold-font-weight: 600;
1021
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1022
+ --plasma-typo-text-m-bold-font-size: 1rem;
1023
+ --plasma-typo-text-m-bold-font-weight: 600;
1024
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1025
+ --plasma-typo-text-m-medium-font-size: 1rem;
1026
+ --plasma-typo-text-m-medium-font-weight: 500;
1027
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1028
+ --plasma-typo-text-xs-font-size: 0.75rem;
1029
+ --plasma-typo-text-xs-font-weight: 400;
1030
+ --plasma-typo-text-xs-line-height: 1rem;
1031
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1032
+ --plasma-typo-text-xs-bold-font-weight: 600;
1033
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1226
1034
  }
1227
1035
  }
1228
1036
 
@@ -1318,44 +1126,56 @@
1318
1126
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1319
1127
  --plasma-typo-body-xxs-medium-font-weight: 500;
1320
1128
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1129
+ --plasma-typo-text-m-font-size: 1rem;
1130
+ --plasma-typo-text-m-font-weight: 400;
1131
+ --plasma-typo-text-m-line-height: 1.5rem;
1132
+ --plasma-typo-text-m-bold-font-size: 1rem;
1133
+ --plasma-typo-text-m-bold-font-weight: 600;
1134
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1135
+ --plasma-typo-text-m-medium-font-size: 1rem;
1136
+ --plasma-typo-text-m-medium-font-weight: 500;
1137
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1138
+ --plasma-typo-text-s-font-size: 0.875rem;
1139
+ --plasma-typo-text-s-font-weight: 400;
1140
+ --plasma-typo-text-s-line-height: 1.25rem;
1141
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1142
+ --plasma-typo-text-s-bold-font-weight: 600;
1143
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1144
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1145
+ --plasma-typo-text-s-medium-font-weight: 500;
1146
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1147
+ --plasma-typo-text-xs-font-size: 0.75rem;
1148
+ --plasma-typo-text-xs-font-weight: 400;
1149
+ --plasma-typo-text-xs-line-height: 1rem;
1150
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1151
+ --plasma-typo-text-xs-bold-font-weight: 600;
1152
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1153
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1154
+ --plasma-typo-text-xs-medium-font-weight: 500;
1155
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1156
+ --plasma-typo-text-l-font-size: 1.25rem;
1157
+ --plasma-typo-text-l-font-weight: 400;
1158
+ --plasma-typo-text-l-line-height: 1.75rem;
1159
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1160
+ --plasma-typo-text-l-bold-font-weight: 600;
1161
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1162
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1163
+ --plasma-typo-text-l-medium-font-weight: 500;
1164
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1321
1165
  }
1322
1166
  }
1323
1167
 
1324
1168
  @media (min-width: 960px) {
1325
1169
  :root {
1170
+ --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1171
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1172
+ --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1326
1173
  --plasma-typo-dspl-s-font-size: 2.125rem;
1327
1174
  --plasma-typo-dspl-s-font-weight: 400;
1328
1175
  --plasma-typo-dspl-s-line-height: 2.5625rem;
1329
1176
  --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1330
1177
  --plasma-typo-dspl-s-bold-font-weight: 700;
1331
1178
  --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1332
- --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1333
- --plasma-typo-dspl-s-medium-font-weight: 500;
1334
- --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1335
- --plasma-typo-body-m-medium-font-size: 0.875rem;
1336
- --plasma-typo-body-m-medium-font-weight: 500;
1337
- --plasma-typo-body-m-medium-line-height: 1.125rem;
1338
- --plasma-typo-body-s-font-size: 0.8125rem;
1339
- --plasma-typo-body-s-font-weight: 400;
1340
- --plasma-typo-body-s-line-height: 0.9375rem;
1341
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1342
- --plasma-typo-body-s-bold-font-weight: 600;
1343
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1344
- --plasma-typo-h1-font-size: 1.75rem;
1345
- --plasma-typo-h1-font-weight: 400;
1346
- --plasma-typo-h1-line-height: 2.25rem;
1347
- --plasma-typo-h1-bold-font-size: 1.75rem;
1348
- --plasma-typo-h1-bold-font-weight: 700;
1349
- --plasma-typo-h1-bold-line-height: 2.25rem;
1350
- --plasma-typo-h1-medium-font-size: 1.75rem;
1351
- --plasma-typo-h1-medium-font-weight: 500;
1352
- --plasma-typo-h1-medium-line-height: 2.25rem;
1353
- --plasma-typo-h2-font-size: 1.375rem;
1354
- --plasma-typo-h2-font-weight: 400;
1355
- --plasma-typo-h2-line-height: 1.75rem;
1356
- --plasma-typo-h2-bold-font-size: 1.375rem;
1357
- --plasma-typo-h2-bold-font-weight: 700;
1358
- --plasma-typo-h2-bold-line-height: 1.75rem;
1359
1179
  --plasma-typo-h2-medium-font-size: 1.375rem;
1360
1180
  --plasma-typo-h2-medium-font-weight: 500;
1361
1181
  --plasma-typo-h2-medium-line-height: 1.75rem;
@@ -1377,6 +1197,15 @@
1377
1197
  --plasma-typo-h4-medium-font-size: 1rem;
1378
1198
  --plasma-typo-h4-medium-font-weight: 500;
1379
1199
  --plasma-typo-h4-medium-line-height: 1.25rem;
1200
+ --plasma-typo-body-m-medium-font-size: 0.875rem;
1201
+ --plasma-typo-body-m-medium-font-weight: 500;
1202
+ --plasma-typo-body-m-medium-line-height: 1.125rem;
1203
+ --plasma-typo-body-s-font-size: 0.8125rem;
1204
+ --plasma-typo-body-s-font-weight: 400;
1205
+ --plasma-typo-body-s-line-height: 0.9375rem;
1206
+ --plasma-typo-body-s-bold-font-size: 0.8125rem;
1207
+ --plasma-typo-body-s-bold-font-weight: 600;
1208
+ --plasma-typo-body-s-bold-line-height: 0.9375rem;
1380
1209
  --plasma-typo-body-l-font-size: 1.125rem;
1381
1210
  --plasma-typo-body-l-font-weight: 400;
1382
1211
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1386,12 +1215,69 @@
1386
1215
  --plasma-typo-body-l-medium-font-size: 0.9375rem;
1387
1216
  --plasma-typo-body-l-medium-font-weight: 500;
1388
1217
  --plasma-typo-body-l-medium-line-height: 1.125rem;
1218
+ --plasma-typo-h1-font-size: 1.75rem;
1219
+ --plasma-typo-h1-font-weight: 400;
1220
+ --plasma-typo-h1-line-height: 2.25rem;
1221
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1222
+ --plasma-typo-h1-bold-font-weight: 700;
1223
+ --plasma-typo-h1-bold-line-height: 2.25rem;
1389
1224
  --plasma-typo-body-m-font-size: 0.875rem;
1390
1225
  --plasma-typo-body-m-font-weight: 400;
1391
1226
  --plasma-typo-body-m-line-height: 1.125rem;
1392
1227
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1393
1228
  --plasma-typo-body-m-bold-font-weight: 600;
1394
1229
  --plasma-typo-body-m-bold-line-height: 1.125rem;
1230
+ --plasma-typo-h1-medium-font-size: 1.75rem;
1231
+ --plasma-typo-h1-medium-font-weight: 500;
1232
+ --plasma-typo-h1-medium-line-height: 2.25rem;
1233
+ --plasma-typo-h2-font-size: 1.375rem;
1234
+ --plasma-typo-h2-font-weight: 400;
1235
+ --plasma-typo-h2-line-height: 1.75rem;
1236
+ --plasma-typo-h2-bold-font-size: 1.375rem;
1237
+ --plasma-typo-h2-bold-font-weight: 700;
1238
+ --plasma-typo-h2-bold-line-height: 1.75rem;
1239
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1240
+ --plasma-typo-text-l-bold-font-weight: 600;
1241
+ --plasma-typo-text-l-bold-line-height: 2rem;
1242
+ --plasma-typo-text-xs-font-size: 0.75rem;
1243
+ --plasma-typo-text-xs-font-weight: 400;
1244
+ --plasma-typo-text-xs-line-height: 1rem;
1245
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1246
+ --plasma-typo-text-xs-bold-font-weight: 600;
1247
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1248
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1249
+ --plasma-typo-text-xs-medium-font-weight: 500;
1250
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1251
+ --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1252
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1253
+ --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1254
+ --plasma-typo-body-s-medium-font-size: 0.8125rem;
1255
+ --plasma-typo-body-s-medium-font-weight: 500;
1256
+ --plasma-typo-body-s-medium-line-height: 0.9375rem;
1257
+ --plasma-typo-body-xs-font-size: 0.75rem;
1258
+ --plasma-typo-body-xs-font-weight: 400;
1259
+ --plasma-typo-body-xs-line-height: 0.875rem;
1260
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1261
+ --plasma-typo-text-l-medium-font-weight: 500;
1262
+ --plasma-typo-text-l-medium-line-height: 2rem;
1263
+ --plasma-typo-text-m-font-size: 1.125rem;
1264
+ --plasma-typo-text-m-font-weight: 400;
1265
+ --plasma-typo-text-m-line-height: 1.625rem;
1266
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1267
+ --plasma-typo-text-m-bold-font-weight: 600;
1268
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1269
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1270
+ --plasma-typo-text-m-medium-font-weight: 500;
1271
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1272
+ --plasma-typo-text-s-font-size: 0.875rem;
1273
+ --plasma-typo-text-s-font-weight: 400;
1274
+ --plasma-typo-text-s-line-height: 1.25rem;
1275
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1276
+ --plasma-typo-text-s-bold-font-weight: 600;
1277
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1278
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1279
+ --plasma-typo-text-s-medium-font-weight: 500;
1280
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1395
1281
  --plasma-typo-body-xs-bold-font-size: 0.75rem;
1396
1282
  --plasma-typo-body-xs-bold-font-weight: 600;
1397
1283
  --plasma-typo-body-xs-bold-line-height: 0.875rem;
@@ -1404,14 +1290,8 @@
1404
1290
  --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1405
1291
  --plasma-typo-body-xxs-medium-font-weight: 500;
1406
1292
  --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1407
- --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1408
- --plasma-typo-body-xxs-bold-font-weight: 600;
1409
- --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1410
- --plasma-typo-body-s-medium-font-size: 0.8125rem;
1411
- --plasma-typo-body-s-medium-font-weight: 500;
1412
- --plasma-typo-body-s-medium-line-height: 0.9375rem;
1413
- --plasma-typo-body-xs-font-size: 0.75rem;
1414
- --plasma-typo-body-xs-font-weight: 400;
1415
- --plasma-typo-body-xs-line-height: 0.875rem;
1293
+ --plasma-typo-text-l-font-size: 1.5rem;
1294
+ --plasma-typo-text-l-font-weight: 400;
1295
+ --plasma-typo-text-l-line-height: 2rem;
1416
1296
  }
1417
1297
  }