@salutejs-ds/sdds_sbcom 0.1.10 → 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 +393 -249
  38. package/css/sdds_sbcom__dark.css +291 -147
  39. package/css/sdds_sbcom__light.css +291 -147
  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 +467 -347
  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 +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 +320 -212
  93. package/theme/tokens/index.js +478 -346
  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,152 +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
24
  --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: #B6B1AFFF;
54
- --outline-primary-active: #706966FF;
55
- --inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
56
- --inverse-personas-indigo-text-accent-active: #652DA9FF;
57
- --inverse-personas-pink-text-accent-hover: #E26E6EFF;
58
- --inverse-personas-pink-text-accent-active: #D83B3BFF;
59
- --personas-olive-text-accent-hover: #1DB71AFF;
60
25
  --personas-olive-text-accent-active: #179315FF;
61
- --inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
62
26
  --inverse-personas-ochre-text-accent-active: #F19F7EFF;
63
27
  --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
64
- --on-dark-personas-olive-text-accent-active: #7DC07CFF;
65
- --inverse-surface-transparent-navi-hover: #242424B8;
66
28
  --inverse-surface-transparent-navi-active: #2424248A;
67
- --on-light-personas-olive-text-accent-hover: #1DB71AFF;
68
29
  --on-light-personas-olive-text-accent-active: #179315FF;
69
- --on-light-personas-violet-text-accent-hover: #B740C9FF;
70
30
  --on-light-personas-violet-text-accent-active: #81288FFF;
71
- --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
72
31
  --on-light-personas-ochre-text-accent-active: #AA4A0EFF;
73
- --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
74
32
  --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
75
33
  --on-dark-surface-accent-secondary-hover: #70CDB7FF;
76
- --on-dark-surface-accent-secondary-active: #59C5ACFF;
77
34
  --inverse-personas-green-text-accent-hover: #04C396FF;
78
- --inverse-personas-green-text-accent-active: #03A57FFF;
79
35
  --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
36
  --surface-accent-secondary-hover: #50C3A8FF;
83
- --surface-accent-secondary-active: #3CAF94FF;
84
37
  --personas-pink-text-accent-hover: #FBCBCBFF;
85
- --surface-transparent-accent-minor: #0BA6863D;
86
38
  --personas-pink-text-accent-active: #F48080FF;
87
39
  --personas-indigo-text-accent-hover: #000000FF;
88
- --personas-indigo-text-accent-active: #5B2999FF;
89
40
  --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
90
- --on-dark-personas-violet-text-accent-active: #D982E8FF;
91
41
  --on-light-outline-primary: #DDD9D7;
92
- --on-light-surface-transparent-navi-hover: #FFFFFFA8;
93
42
  --inverse-outline-default: #383838;
94
- --on-light-surface-transparent-navi-active: #FFFFFFAD;
95
- --inverse-personas-sea-blue-text-accent: #00898D;
96
- --background-hardline: #FFFFFF;
97
- --inverse-personas-blue-text-accent: #79B3F2;
98
43
  --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
99
- --inverse-personas-violet-text-accent: #E19DED;
100
44
  --on-dark-personas-blue-text-accent-active: #5DA3EFFF;
101
- --inverse-surface-transparent-accent-minor: #0BA6863D;
102
45
  --on-light-personas-indigo-text-accent-hover: #000000FF;
103
- --on-light-personas-blue-text-accent: #1063BA;
104
46
  --on-light-personas-indigo-text-accent-active: #5B2999FF;
105
- --on-dark-surface-transparent-navi: #23232399;
106
47
  --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
107
- --inverse-outline-primary: #3B3735;
108
48
  --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
109
49
  --on-light-outline-default: #FFFFFF;
110
- --inverse-personas-olive-text-accent-hover: #A6D4A5FF;
111
- --inverse-personas-olive-text-accent-active: #7DC07CFF;
112
- --personas-ochre-text-accent-hover: #ED6C1DFF;
113
- --on-dark-outline-default: #383838;
114
50
  --personas-ochre-text-accent-active: #AA4A0EFF;
115
- --personas-green-text-accent: #6CD5BB;
116
- --personas-sea-blue-text-accent: #7BC8C8;
117
51
  --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
118
52
  --inverse-background-hardline: #FFFFFF;
119
- --inverse-surface-accent-secondary: #61C8B0;
120
53
  --on-dark-surface-transparent-accent-minor-active: #0BA88838;
121
- --light-background-hardline: #FFFFFF;
122
54
  --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
123
- --on-light-surface-accent-secondary: #41BDA1;
124
55
  --surface-transparent-navi: #23232399;
125
- --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
126
- --personas-violet-text-accent-hover: #EBBEF3FF;
127
- --on-light-surface-transparent-accent-minor: #0BA6863D;
56
+ --on-light-surface-accent-secondary: #41BDA1;
128
57
  --personas-violet-text-accent-active: #D679E6FF;
129
- --on-light-personas-green-text-accent: #038768;
130
58
  --personas-blue-text-accent-hover: #1477E1FF;
131
59
  --outline-default: #383838;
132
- --personas-blue-text-accent-active: #0D4F96FF;
133
- --text-primary-brightness-hover: #17171793;
134
- --dark-background-hardline: #000000;
135
60
  --text-primary-brightness-active: #171717C4;
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: #FAFAFA93;
143
- --inverse-text-primary-brightness-active: #FAFAFAC4;
144
- --surface-solid-primary-brightness-active: #FFFFFFFF;
145
61
  --surface-transparent-card-brightness-hover: #FFFFFFFF;
146
62
  --surface-transparent-card-brightness-active: #FFFFFFFF;
147
63
  --surface-solid-card-brightness-hover: #FFFFFFFF;
148
64
  --surface-solid-card-brightness-active: #FFFFFFFF;
149
65
  --surface-solid-primary-brightness-hover: #FFFFFFFF;
150
- --on-dark-surface-solid-primary-brightness-hover: #303030FF;
151
66
  --on-dark-surface-solid-primary-brightness-active: #212121FF;
152
67
  --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
153
68
  --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
@@ -165,12 +80,12 @@
165
80
  --on-light-surface-solid-tertiary-active: #FFFFFFFF;
166
81
  --on-dark-personas-olive-text-accent: #93CB92;
167
82
  --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
168
- --on-dark-surface-accent-minor-active: #043F34FF;
169
83
  --text-primary: #15110FFC;
170
84
  --on-dark-text-accent-minor-hover: #60C7AFFF;
171
85
  --inverse-surface-transparent-navi: #23232399;
172
86
  --on-light-personas-olive-text-accent: #127210;
173
87
  --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
88
+ --on-dark-surface-accent-minor-active: #043F34FF;
174
89
  --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
175
90
  --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
176
91
  --inverse-surface-solid-primary-brightness-hover: #303030FF;
@@ -190,13 +105,10 @@
190
105
  --inverse-surface-solid-tertiary: #474747;
191
106
  --on-light-surface-accent-minor: #D0F2E9;
192
107
  --inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
193
- --inverse-surface-solid-card-brightness-hover: #303030FF;
194
108
  --on-light-surface-accent-minor-hover: #C7F0E5FF;
195
109
  --inverse-surface-accent-minor: #04473B;
196
110
  --inverse-surface-solid-card-brightness-active: #212121FF;
197
111
  --on-dark-surface-accent-minor-hover: #055C4CFF;
198
- --personas-pink-text-accent: #F7A4A4;
199
- --personas-indigo-text-accent: #7133BE;
200
112
  --on-dark-personas-violet-text-accent: #E19DED;
201
113
  --on-light-surface-transparent-navi: #FFFFFF99;
202
114
  --on-dark-personas-blue-text-accent: #79B3F2;
@@ -207,9 +119,96 @@
207
119
  --on-dark-surface-transparent-accent-minor: #0BA68647;
208
120
  --on-light-text-warning-active: #6F2D06FF;
209
121
  --on-dark-personas-sea-blue-text-accent: #7BC8C8;
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;
210
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;
211
207
  --personas-blue-text-accent: #1063BA;
212
- --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;
213
212
  --text-paragraph: #15110F66;
214
213
  --text-paragraph-hover: #15110FFF;
215
214
  --text-paragraph-active: #15110F7A;
@@ -232,13 +231,13 @@
232
231
  --text-info-hover: #000000FF;
233
232
  --text-info-active: #194B85FF;
234
233
  --text-secondary-hover: #15110FFF;
234
+ --text-secondary: #15110FA3;
235
235
  --text-primary-active: #15110FCA;
236
236
  --text-secondary-active: #15110FC4;
237
237
  --text-tertiary: #15110F3D;
238
238
  --text-tertiary-hover: #15110FFF;
239
239
  --text-tertiary-active: #15110F49;
240
240
  --text-primary-brightness: #171717F5;
241
- --on-dark-text-tertiary-active: #F5F1EF49;
242
241
  --on-dark-text-paragraph: #F6F2F07A;
243
242
  --on-dark-text-paragraph-hover: #F5F1EFFF;
244
243
  --on-dark-text-paragraph-active: #F5F1EF93;
@@ -260,6 +259,7 @@
260
259
  --on-dark-text-info-hover: #BCDBFAFF;
261
260
  --on-dark-text-info-active: #53A3F3FF;
262
261
  --on-dark-text-primary-active: #FFFFFFCA;
262
+ --on-dark-text-tertiary-active: #F5F1EF49;
263
263
  --on-dark-text-primary: #FFFFFFFC;
264
264
  --on-dark-text-primary-brightness: #FAFAFAF5;
265
265
  --on-dark-text-secondary: #F6F2F0A3;
@@ -317,7 +317,6 @@
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: #C45D21FF;
321
320
  --inverse-text-negative: #F57E83;
322
321
  --inverse-text-negative-hover: #F89BA0FF;
323
322
  --inverse-text-negative-active: #F3626AFF;
@@ -325,6 +324,7 @@
325
324
  --inverse-text-info-hover: #BCDBFAFF;
326
325
  --inverse-text-info-active: #53A3F3FF;
327
326
  --surface-solid-primary: #FFFFFF;
327
+ --inverse-text-warning-active: #C45D21FF;
328
328
  --surface-solid-primary-hover: #FFFFFFFF;
329
329
  --surface-solid-primary-active: #FFFFFFFF;
330
330
  --surface-solid-primary-brightness: #FFFFFFFF;
@@ -338,7 +338,6 @@
338
338
  --inverse-text-warning: #DA6828;
339
339
  --inverse-text-warning-hover: #DF7D43FF;
340
340
  --inverse-text-positive-active: #469442FF;
341
- --surface-transparent-primary-active: #15110F0F;
342
341
  --surface-transparent-secondary: #15110F14;
343
342
  --surface-transparent-secondary-hover: #15110F1A;
344
343
  --surface-transparent-secondary-active: #15110F1F;
@@ -372,7 +371,7 @@
372
371
  --surface-transparent-primary-hover: #15110F0D;
373
372
  --surface-solid-default-active: #090706FF;
374
373
  --surface-solid-card-hover: #FFFFFFFF;
375
- --surface-positive-active: #20801EFF;
374
+ --surface-transparent-primary-active: #15110F0F;
376
375
  --surface-warning: #BE4E0C;
377
376
  --surface-warning-hover: #D3560DFF;
378
377
  --surface-warning-active: #AD460BFF;
@@ -382,6 +381,7 @@
382
381
  --surface-info: #3776BC;
383
382
  --surface-info-hover: #4180C8FF;
384
383
  --surface-info-active: #326CAEFF;
384
+ --surface-positive-active: #20801EFF;
385
385
  --surface-positive: #239322;
386
386
  --surface-positive-hover: #28A126FF;
387
387
  --surface-read-only: #F9F9F903;
@@ -396,7 +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
399
  --on-dark-surface-transparent-secondary: #FFFFFF29;
401
400
  --on-dark-surface-transparent-secondary-hover: #FFFFFF47;
402
401
  --on-dark-surface-transparent-secondary-active: #FFFFFF1A;
@@ -425,6 +424,7 @@
425
424
  --on-dark-surface-transparent-primary: #FFFFFF14;
426
425
  --on-dark-surface-transparent-primary-hover: #FFFFFF24;
427
426
  --on-dark-surface-solid-card-hover: #2E2E2EFF;
427
+ --on-dark-surface-transparent-primary-active: #FFFFFF0F;
428
428
  --on-dark-surface-positive: #A6D2A2;
429
429
  --on-dark-surface-positive-hover: #B3D9B0FF;
430
430
  --on-dark-surface-positive-active: #9FCF9BFF;
@@ -452,7 +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
455
  --on-light-surface-transparent-secondary: #15110F14;
457
456
  --on-light-surface-transparent-secondary-hover: #15110F1A;
458
457
  --on-light-surface-transparent-secondary-active: #15110F1F;
@@ -481,6 +480,7 @@
481
480
  --on-light-surface-transparent-primary-hover: #15110F0D;
482
481
  --on-light-surface-solid-default-active: #090706FF;
483
482
  --on-light-surface-solid-card-hover: #FFFFFFFF;
483
+ --on-light-surface-transparent-primary-active: #15110F0F;
484
484
  --on-light-surface-positive: #239322;
485
485
  --on-light-surface-positive-hover: #28A126FF;
486
486
  --on-light-surface-positive-active: #20801EFF;
@@ -506,7 +506,6 @@
506
506
  --inverse-surface-solid-secondary: #292929;
507
507
  --inverse-surface-solid-secondary-hover: #333333FF;
508
508
  --inverse-surface-solid-secondary-active: #242424FF;
509
- --inverse-surface-transparent-primary-hover: #FFFFFF24;
510
509
  --inverse-surface-transparent-primary-active: #FFFFFF0F;
511
510
  --inverse-surface-transparent-secondary: #FFFFFF29;
512
511
  --inverse-surface-transparent-secondary-hover: #FFFFFF47;
@@ -535,6 +534,7 @@
535
534
  --inverse-surface-solid-card-brightness: #262626FF;
536
535
  --inverse-surface-solid-default: #F6F2F0;
537
536
  --inverse-surface-transparent-primary: #FFFFFF14;
537
+ --inverse-surface-transparent-primary-hover: #FFFFFF24;
538
538
  --inverse-surface-positive: #A6D2A2;
539
539
  --inverse-surface-positive-hover: #B3D9B0FF;
540
540
  --inverse-surface-positive-active: #9FCF9BFF;
@@ -633,7 +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: #92C88DFF;
637
636
  --inverse-outline-warning: #F8AD80;
638
637
  --inverse-outline-warning-hover: #FCE0CFFF;
639
638
  --inverse-outline-warning-active: #F79C64FF;
@@ -643,6 +642,7 @@
643
642
  --inverse-outline-info: #9BCAF8;
644
643
  --inverse-outline-info-hover: #E7F2FDFF;
645
644
  --inverse-outline-info-active: #7EBAF6FF;
645
+ --inverse-outline-positive-active: #92C88DFF;
646
646
  --inverse-outline-positive: #A6D2A2;
647
647
  --inverse-outline-positive-hover: #DBEDD9FF;
648
648
  --text-primary-hover: #15110F97;
@@ -655,7 +655,6 @@
655
655
 
656
656
  :root {
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
658
  --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
660
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%);
661
660
  --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
@@ -684,7 +683,7 @@
684
683
  --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
685
684
  --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
686
685
  --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(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%);
688
687
  --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
689
688
  --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
690
689
  --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
@@ -710,36 +709,36 @@
710
709
  --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
711
710
  --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
712
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%);
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(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 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(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 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(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
721
721
  }
722
722
 
723
723
  :root {
724
724
  --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
725
- --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
726
725
  --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
727
726
  --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
727
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
728
728
  --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
729
729
  --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
730
- --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
731
730
  --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
732
731
  --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
733
732
  --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
734
733
  --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
735
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;
736
736
  }
737
737
 
738
738
  :root {
739
739
  --border-radius-4xl: 2rem;
740
- --border-radius-3xl: 1.75rem;
741
740
  --border-radius-5xl: 2.5rem;
742
- --border-radius-circle: 100rem;
741
+ --border-radius-3xl: 1.75rem;
743
742
  --border-radius-m: 0.75rem;
744
743
  --border-radius-l: 1rem;
745
744
  --border-radius-xxs: 0.25rem;
@@ -747,11 +746,11 @@
747
746
  --border-radius-xxl: 1.5rem;
748
747
  --border-radius-s: 0.5rem;
749
748
  --border-radius-xl: 1.25rem;
749
+ --border-radius-circle: 100rem;
750
750
  }
751
751
 
752
752
  :root {
753
753
  --spacing-16x: 2rem;
754
- --spacing-3x: 0.375rem;
755
754
  --spacing-6x: 0.75rem;
756
755
  --spacing-8x: 1rem;
757
756
  --spacing-10x: 1.25rem;
@@ -765,16 +764,17 @@
765
764
  --spacing-2x: 0.25rem;
766
765
  --spacing-0x: 0rem;
767
766
  --spacing-1x: 0.125rem;
767
+ --spacing-3x: 0.375rem;
768
768
  }
769
769
 
770
770
  :root {
771
771
  font-size: 16px;
772
772
  --plasma-typo-overflow-wrap: break-word;
773
773
  --plasma-typo-hyphens: auto;
774
- --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
775
- --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
776
- --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
777
- --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;
778
778
  --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
779
779
  --plasma-typo-body-xxs-bold-letter-spacing: normal;
780
780
  --plasma-typo-body-xxs-bold-font-style: normal;
@@ -862,9 +862,45 @@
862
862
  --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
863
863
  --plasma-typo-body-m-letter-spacing: normal;
864
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;
865
868
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
866
869
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
867
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;
868
904
  }
869
905
 
870
906
  @media (max-width: 559px) {
@@ -956,9 +992,45 @@
956
992
  --plasma-typo-body-m-font-size: 0.875rem;
957
993
  --plasma-typo-body-m-font-weight: 400;
958
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;
959
998
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
960
999
  --plasma-typo-body-xxs-medium-font-weight: 500;
961
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;
962
1034
  }
963
1035
  }
964
1036
 
@@ -1054,44 +1126,56 @@
1054
1126
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1055
1127
  --plasma-typo-body-xxs-medium-font-weight: 500;
1056
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;
1057
1165
  }
1058
1166
  }
1059
1167
 
1060
1168
  @media (min-width: 960px) {
1061
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;
1062
1173
  --plasma-typo-dspl-s-font-size: 2.125rem;
1063
1174
  --plasma-typo-dspl-s-font-weight: 400;
1064
1175
  --plasma-typo-dspl-s-line-height: 2.5625rem;
1065
1176
  --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1066
1177
  --plasma-typo-dspl-s-bold-font-weight: 700;
1067
1178
  --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1068
- --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1069
- --plasma-typo-dspl-s-medium-font-weight: 500;
1070
- --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1071
- --plasma-typo-body-m-medium-font-size: 0.875rem;
1072
- --plasma-typo-body-m-medium-font-weight: 500;
1073
- --plasma-typo-body-m-medium-line-height: 1.125rem;
1074
- --plasma-typo-body-s-font-size: 0.8125rem;
1075
- --plasma-typo-body-s-font-weight: 400;
1076
- --plasma-typo-body-s-line-height: 0.9375rem;
1077
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1078
- --plasma-typo-body-s-bold-font-weight: 600;
1079
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1080
- --plasma-typo-h1-font-size: 1.75rem;
1081
- --plasma-typo-h1-font-weight: 400;
1082
- --plasma-typo-h1-line-height: 2.25rem;
1083
- --plasma-typo-h1-bold-font-size: 1.75rem;
1084
- --plasma-typo-h1-bold-font-weight: 700;
1085
- --plasma-typo-h1-bold-line-height: 2.25rem;
1086
- --plasma-typo-h1-medium-font-size: 1.75rem;
1087
- --plasma-typo-h1-medium-font-weight: 500;
1088
- --plasma-typo-h1-medium-line-height: 2.25rem;
1089
- --plasma-typo-h2-font-size: 1.375rem;
1090
- --plasma-typo-h2-font-weight: 400;
1091
- --plasma-typo-h2-line-height: 1.75rem;
1092
- --plasma-typo-h2-bold-font-size: 1.375rem;
1093
- --plasma-typo-h2-bold-font-weight: 700;
1094
- --plasma-typo-h2-bold-line-height: 1.75rem;
1095
1179
  --plasma-typo-h2-medium-font-size: 1.375rem;
1096
1180
  --plasma-typo-h2-medium-font-weight: 500;
1097
1181
  --plasma-typo-h2-medium-line-height: 1.75rem;
@@ -1113,6 +1197,15 @@
1113
1197
  --plasma-typo-h4-medium-font-size: 1rem;
1114
1198
  --plasma-typo-h4-medium-font-weight: 500;
1115
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;
1116
1209
  --plasma-typo-body-l-font-size: 1.125rem;
1117
1210
  --plasma-typo-body-l-font-weight: 400;
1118
1211
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1122,12 +1215,69 @@
1122
1215
  --plasma-typo-body-l-medium-font-size: 0.9375rem;
1123
1216
  --plasma-typo-body-l-medium-font-weight: 500;
1124
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;
1125
1224
  --plasma-typo-body-m-font-size: 0.875rem;
1126
1225
  --plasma-typo-body-m-font-weight: 400;
1127
1226
  --plasma-typo-body-m-line-height: 1.125rem;
1128
1227
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1129
1228
  --plasma-typo-body-m-bold-font-weight: 600;
1130
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;
1131
1281
  --plasma-typo-body-xs-bold-font-size: 0.75rem;
1132
1282
  --plasma-typo-body-xs-bold-font-weight: 600;
1133
1283
  --plasma-typo-body-xs-bold-line-height: 0.875rem;
@@ -1140,14 +1290,8 @@
1140
1290
  --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1141
1291
  --plasma-typo-body-xxs-medium-font-weight: 500;
1142
1292
  --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1143
- --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1144
- --plasma-typo-body-xxs-bold-font-weight: 600;
1145
- --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1146
- --plasma-typo-body-s-medium-font-size: 0.8125rem;
1147
- --plasma-typo-body-s-medium-font-weight: 500;
1148
- --plasma-typo-body-s-medium-line-height: 0.9375rem;
1149
- --plasma-typo-body-xs-font-size: 0.75rem;
1150
- --plasma-typo-body-xs-font-weight: 400;
1151
- --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;
1152
1296
  }
1153
1297
  }