ui-primitives 9.28.0 → 9.30.0

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.
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 8.5C10.067 8.5 8.5 10.067 8.5 12H7C7 9.23858 9.23858 7 12 7C13.5309 7 14.9012 7.68804 15.8183 8.77177L16 7.5H17L17 11H13.5V10L14.7406 9.82278C14.0993 9.01674 13.11 8.5 12 8.5ZM15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.89 15.5 9.90065 14.9833 9.25944 14.1772L10.5 14V13L7 13L7 16.5H8L8.18168 15.2282C9.09885 16.312 10.4691 17 12 17C14.7614 17 17 14.7614 17 12H15.5Z" fill="#000000"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path d="M20.1468 15.6468C20.5885 14.5882 20.8858 13.3726 21.0001 12H18.9333C18.8099 12.7273 18.6572 13.3847 18.4779 13.9779L20.1468 15.6468Z" fill="#000000"/>
3
+ <path d="M17.587 16.087L19.0705 17.5705C17.4008 19.8568 14.8671 21 12.2232 21C9.39589 21 6.72329 19.5 5.22316 17.5L5 20H3V14H9V16H6.72316C8.22316 18 9.84441 19 12.2232 19C14.3946 19 16.3012 18.2966 17.587 16.087Z" fill="#000000"/>
4
+ <path d="M9.75165 5.25165C10.3905 5.07463 11.0697 5 11.777 5C14.1557 5 15.777 6 17.277 8H15.0002V10H21.0002V4H19.0002L18.777 6.5C17.2769 4.5 14.6043 3 11.777 3C10.549 3 9.34474 3.24661 8.23982 3.73982L9.75165 5.25165Z" fill="#000000"/>
5
+ <path d="M6.38517 4.88517L7.77246 6.27246C6.51431 7.3152 5.55847 9.10254 5.06688 12H3.00002C3.27118 8.74603 4.56995 6.37442 6.38517 4.88517Z" fill="#000000"/>
6
+ <path d="M21 19.5L4.5 3L3 4.5L19.5 21L21 19.5Z" fill="#000000"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path d="M15.0002 8H17.277L18.777 6.5L19.0002 4H21.0002V10H15.0002V8Z" fill="#000000"/>
3
+ <path d="M5.06688 12C6.00002 6.5 8.60598 5 11.777 5C14.1557 5 15.777 6 17.277 8L18.777 8L18.777 6.5C17.2769 4.5 14.6043 3 11.777 3C7.49383 3 3.50002 6 3.00002 12H5.06688Z" fill="#000000"/>
4
+ <path d="M9 16H6.72316L5.22316 17.5L5 20H3V14H9V16Z" fill="#000000"/>
5
+ <path d="M18.9333 12C18.0001 17.5 15.3942 19 12.2232 19C9.84441 19 8.22316 18 6.72316 16L5.22316 16L5.22316 17.5C6.72329 19.5 9.39589 21 12.2232 21C16.5063 21 20.5001 18 21.0001 12H18.9333Z" fill="#000000"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20 6C21.1046 6 22 6.89543 22 8L22 16C22 17.1046 21.1046 18 20 18L4 18C2.89543 18 2 17.1046 2 16L2 8C2 6.89543 2.89543 6 4 6L20 6ZM6 10L6 14L4 14L4 10L6 10Z" fill="#000000"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "9.28.0",
3
+ "version": "9.30.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -5,18 +5,18 @@
5
5
  "alias": "backgroundColorAccent"
6
6
  },
7
7
  "dark_bg_attention_muted": {
8
- "rgba": "rgba(51, 33, 4, 1)",
9
- "hex": "#332104",
8
+ "rgba": "rgba(45, 30, 17, 1)",
9
+ "hex": "#2d1e11",
10
10
  "alias": "backgroundColorAttentionMuted"
11
11
  },
12
12
  "dark_bg_info": {
13
- "rgba": "rgba(0, 28, 60, 1)",
14
- "hex": "#001c3c",
13
+ "rgba": "rgba(22, 33, 55, 1)",
14
+ "hex": "#162137",
15
15
  "alias": "backgroundColorInfo"
16
16
  },
17
17
  "dark_bg_negative_muted": {
18
- "rgba": "rgba(53, 17, 13, 1)",
19
- "hex": "#35110d",
18
+ "rgba": "rgba(49, 27, 22, 1)",
19
+ "hex": "#311b16",
20
20
  "alias": "backgroundColorNegativeMuted"
21
21
  },
22
22
  "dark_bg_opaque": {
@@ -30,13 +30,13 @@
30
30
  "alias": "backgroundColorOverlay"
31
31
  },
32
32
  "dark_bg_positive_muted": {
33
- "rgba": "rgba(4, 33, 23, 1)",
34
- "hex": "#042117",
33
+ "rgba": "rgba(22, 37, 24, 1)",
34
+ "hex": "#162518",
35
35
  "alias": "backgroundColorPositiveMuted"
36
36
  },
37
37
  "dark_bg_primary": {
38
- "rgba": "rgba(18, 18, 18, 1)",
39
- "hex": "#121212",
38
+ "rgba": "rgba(14, 14, 15, 1)",
39
+ "hex": "#0e0e0f",
40
40
  "alias": "backgroundColorPrimary"
41
41
  },
42
42
  "dark_bg_primary_inverted": {
@@ -45,33 +45,33 @@
45
45
  "alias": "backgroundColorPrimaryInverted"
46
46
  },
47
47
  "dark_bg_quaternary": {
48
- "rgba": "rgba(58, 58, 60, 1)",
49
- "hex": "#3a3a3c",
48
+ "rgba": "rgba(64, 64, 69, 1)",
49
+ "hex": "#404045",
50
50
  "alias": "backgroundColorQuaternary"
51
51
  },
52
52
  "dark_bg_quaternary_inverted": {
53
- "rgba": "rgba(220, 220, 221, 1)",
54
- "hex": "#dcdcdd",
53
+ "rgba": "rgba(220, 220, 226, 1)",
54
+ "hex": "#dcdce2",
55
55
  "alias": "backgroundColorQuaternaryInverted"
56
56
  },
57
57
  "dark_bg_secondary": {
58
- "rgba": "rgba(32, 32, 34, 1)",
59
- "hex": "#202022",
58
+ "rgba": "rgba(26, 26, 29, 1)",
59
+ "hex": "#1a1a1d",
60
60
  "alias": "backgroundColorSecondary"
61
61
  },
62
62
  "dark_bg_secondary_inverted": {
63
- "rgba": "rgba(243, 244, 245, 1)",
64
- "hex": "#f3f4f5",
63
+ "rgba": "rgba(242, 242, 246, 1)",
64
+ "hex": "#f2f2f6",
65
65
  "alias": "backgroundColorSecondaryInverted"
66
66
  },
67
67
  "dark_bg_tertiary": {
68
- "rgba": "rgba(44, 44, 46, 1)",
69
- "hex": "#2c2c2e",
68
+ "rgba": "rgba(42, 42, 46, 1)",
69
+ "hex": "#2a2a2e",
70
70
  "alias": "backgroundColorTertiary"
71
71
  },
72
72
  "dark_bg_tertiary_inverted": {
73
- "rgba": "rgba(233, 233, 235, 1)",
74
- "hex": "#e9e9eb",
73
+ "rgba": "rgba(233, 233, 238, 1)",
74
+ "hex": "#e9e9ee",
75
75
  "alias": "backgroundColorTertiaryInverted"
76
76
  },
77
77
  "dark_border_accent": {
@@ -90,48 +90,48 @@
90
90
  "alias": "borderColorKeyInverted"
91
91
  },
92
92
  "dark_border_link": {
93
- "rgba": "rgba(0, 114, 239, 1)",
94
- "hex": "#0072ef",
93
+ "rgba": "rgba(62, 147, 255, 1)",
94
+ "hex": "#3e93ff",
95
95
  "alias": "borderColorLink"
96
96
  },
97
97
  "dark_border_primary": {
98
- "rgba": "rgba(43, 43, 46, 1)",
99
- "hex": "#2b2b2e",
98
+ "rgba": "rgba(255, 255, 255, 0.1)",
99
+ "hex": "#1affffff",
100
100
  "alias": "borderColorPrimary"
101
101
  },
102
102
  "dark_border_primary_inverted": {
103
- "rgba": "rgba(220, 220, 221, 1)",
104
- "hex": "#dcdcdd",
103
+ "rgba": "rgba(0, 0, 0, 0.1)",
104
+ "hex": "#1a000000",
105
105
  "alias": "borderColorPrimaryInverted"
106
106
  },
107
107
  "dark_border_secondary": {
108
- "rgba": "rgba(38, 38, 41, 1)",
109
- "hex": "#262629",
108
+ "rgba": "rgba(255, 255, 255, 0.06)",
109
+ "hex": "#0fffffff",
110
110
  "alias": "borderColorSecondary"
111
111
  },
112
112
  "dark_border_secondary_inverted": {
113
- "rgba": "rgba(233, 233, 235, 1)",
114
- "hex": "#e9e9eb",
113
+ "rgba": "rgba(0, 0, 0, 0.06)",
114
+ "hex": "#0f000000",
115
115
  "alias": "borderColorSecondaryInverted"
116
116
  },
117
117
  "dark_border_tertiary": {
118
- "rgba": "rgba(28, 28, 30, 1)",
119
- "hex": "#1c1c1e",
118
+ "rgba": "rgba(255, 255, 255, 0.04)",
119
+ "hex": "#0affffff",
120
120
  "alias": "borderColorTertiary"
121
121
  },
122
122
  "dark_border_tertiary_inverted": {
123
- "rgba": "rgba(243, 244, 245, 1)",
124
- "hex": "#f3f4f5",
123
+ "rgba": "rgba(0, 0, 0, 0.04)",
124
+ "hex": "#0a000000",
125
125
  "alias": "borderColorTertiaryInverted"
126
126
  },
127
127
  "dark_border_underline": {
128
- "rgba": "rgba(70, 70, 73, 1)",
129
- "hex": "#464649",
128
+ "rgba": "rgba(255, 255, 255, 0.2)",
129
+ "hex": "#33ffffff",
130
130
  "alias": "borderColorUnderline"
131
131
  },
132
132
  "dark_border_underline_inverted": {
133
- "rgba": "rgba(197, 197, 199, 1)",
134
- "hex": "#c5c5c7",
133
+ "rgba": "rgba(0, 0, 0, 0.2)",
134
+ "hex": "#33000000",
135
135
  "alias": "borderColorUnderlineInverted"
136
136
  },
137
137
  "dark_graphic_accent": {
@@ -140,23 +140,23 @@
140
140
  "alias": "graphicColorAccent"
141
141
  },
142
142
  "dark_graphic_attention": {
143
- "rgba": "rgba(246, 191, 101, 1)",
144
- "hex": "#f6bf65",
143
+ "rgba": "rgba(255, 163, 56, 1)",
144
+ "hex": "#ffa338",
145
145
  "alias": "graphicColorAttention"
146
146
  },
147
147
  "dark_graphic_link": {
148
- "rgba": "rgba(0, 114, 239, 1)",
149
- "hex": "#0072ef",
148
+ "rgba": "rgba(62, 147, 255, 1)",
149
+ "hex": "#3e93ff",
150
150
  "alias": "graphicColorLink"
151
151
  },
152
152
  "dark_graphic_negative": {
153
- "rgba": "rgba(217, 29, 11, 1)",
154
- "hex": "#d91d0b",
153
+ "rgba": "rgba(253, 104, 73, 1)",
154
+ "hex": "#fd6849",
155
155
  "alias": "graphicColorNegative"
156
156
  },
157
157
  "dark_graphic_positive": {
158
- "rgba": "rgba(47, 194, 110, 1)",
159
- "hex": "#2fc26e",
158
+ "rgba": "rgba(55, 191, 85, 1)",
159
+ "hex": "#37bf55",
160
160
  "alias": "graphicColorPositive"
161
161
  },
162
162
  "dark_graphic_primary": {
@@ -165,48 +165,48 @@
165
165
  "alias": "graphicColorPrimary"
166
166
  },
167
167
  "dark_graphic_primary_inverted": {
168
- "rgba": "rgba(0, 0, 0, 1)",
169
- "hex": "#000000",
168
+ "rgba": "rgba(14, 14, 15, 1)",
169
+ "hex": "#0e0e0f",
170
170
  "alias": "graphicColorPrimaryInverted"
171
171
  },
172
172
  "dark_graphic_quaternary": {
173
- "rgba": "rgba(42, 42, 44, 1)",
174
- "hex": "#2a2a2c",
173
+ "rgba": "rgba(42, 42, 46, 1)",
174
+ "hex": "#2a2a2e",
175
175
  "alias": "graphicColorQuaternary"
176
176
  },
177
177
  "dark_graphic_quaternary_inverted": {
178
- "rgba": "rgba(220, 220, 221, 1)",
179
- "hex": "#dcdcdd",
178
+ "rgba": "rgba(220, 220, 226, 1)",
179
+ "hex": "#dcdce2",
180
180
  "alias": "graphicColorQuaternaryInverted"
181
181
  },
182
182
  "dark_graphic_secondary": {
183
- "rgba": "rgba(141, 141, 147, 1)",
184
- "hex": "#8d8d93",
183
+ "rgba": "rgba(133, 133, 141, 1)",
184
+ "hex": "#85858d",
185
185
  "alias": "graphicColorSecondary"
186
186
  },
187
187
  "dark_graphic_secondary_inverted": {
188
- "rgba": "rgba(138, 138, 142, 1)",
189
- "hex": "#8a8a8e",
188
+ "rgba": "rgba(133, 133, 141, 1)",
189
+ "hex": "#85858d",
190
190
  "alias": "graphicColorSecondaryInverted"
191
191
  },
192
192
  "dark_graphic_tertiary": {
193
- "rgba": "rgba(70, 70, 73, 1)",
194
- "hex": "#464649",
193
+ "rgba": "rgba(90, 90, 97, 1)",
194
+ "hex": "#5a5a61",
195
195
  "alias": "graphicColorTertiary"
196
196
  },
197
197
  "dark_graphic_tertiary_inverted": {
198
- "rgba": "rgba(197, 197, 199, 1)",
199
- "hex": "#c5c5c7",
198
+ "rgba": "rgba(189, 189, 195, 1)",
199
+ "hex": "#bdbdc3",
200
200
  "alias": "graphicColorTertiaryInverted"
201
201
  },
202
202
  "dark_specialbg_component": {
203
- "rgba": "rgba(255, 255, 255, 0.1)",
204
- "hex": "#1affffff",
203
+ "rgba": "rgba(223, 223, 246, 0.13)",
204
+ "hex": "#21dfdff6",
205
205
  "alias": "specialBackgroundColorComponent"
206
206
  },
207
207
  "dark_specialbg_component_inverted": {
208
- "rgba": "rgba(0, 0, 0, 0.08)",
209
- "hex": "#14000000",
208
+ "rgba": "rgba(19, 19, 73, 0.11)",
209
+ "hex": "#1c131349",
210
210
  "alias": "specialBackgroundColorComponentInverted"
211
211
  },
212
212
  "dark_specialbg_nulled": {
@@ -215,43 +215,43 @@
215
215
  "alias": "specialBackgroundColorNulled"
216
216
  },
217
217
  "dark_specialbg_overlay_fallback": {
218
- "rgba": "rgba(7, 7, 7, 1)",
219
- "hex": "#070707",
218
+ "rgba": "rgba(14, 14, 15, 1)",
219
+ "hex": "#0e0e0f",
220
220
  "alias": "specialBackgroundColorOverlayFallback"
221
221
  },
222
222
  "dark_specialbg_primary_grouped": {
223
- "rgba": "rgba(32, 32, 34, 1)",
224
- "hex": "#202022",
223
+ "rgba": "rgba(26, 26, 29, 1)",
224
+ "hex": "#1a1a1d",
225
225
  "alias": "specialBackgroundColorPrimaryGrouped"
226
226
  },
227
227
  "dark_specialbg_secondary_grouped": {
228
- "rgba": "rgba(44, 44, 46, 1)",
229
- "hex": "#2c2c2e",
228
+ "rgba": "rgba(42, 42, 46, 1)",
229
+ "hex": "#2a2a2e",
230
230
  "alias": "specialBackgroundColorSecondaryGrouped"
231
231
  },
232
232
  "dark_specialbg_secondary_transparent": {
233
- "rgba": "rgba(255, 255, 255, 0.06)",
234
- "hex": "#0fffffff",
233
+ "rgba": "rgba(199, 199, 228, 0.07)",
234
+ "hex": "#12c7c7e4",
235
235
  "alias": "specialBackgroundColorSecondaryTransparent"
236
236
  },
237
237
  "dark_specialbg_secondary_transparent_inverted": {
238
- "rgba": "rgba(32, 32, 34, 0.05)",
239
- "hex": "#0d202022",
238
+ "rgba": "rgba(38, 38, 105, 0.06)",
239
+ "hex": "#0f262669",
240
240
  "alias": "specialBackgroundColorSecondaryTransparentInverted"
241
241
  },
242
242
  "dark_specialbg_tertiary_grouped": {
243
- "rgba": "rgba(58, 58, 60, 1)",
244
- "hex": "#3a3a3c",
243
+ "rgba": "rgba(64, 64, 69, 1)",
244
+ "hex": "#404045",
245
245
  "alias": "specialBackgroundColorTertiaryGrouped"
246
246
  },
247
247
  "dark_specialbg_tertiary_transparent": {
248
- "rgba": "rgba(255, 255, 255, 0.11)",
249
- "hex": "#1cffffff",
248
+ "rgba": "rgba(220, 220, 243, 0.14)",
249
+ "hex": "#24dcdcf3",
250
250
  "alias": "specialBackgroundColorTertiaryTransparent"
251
251
  },
252
252
  "dark_specialbg_tertiary_transparent_inverted": {
253
- "rgba": "rgba(32, 32, 34, 0.1)",
254
- "hex": "#1a202022",
253
+ "rgba": "rgba(11, 11, 66, 0.09)",
254
+ "hex": "#170b0b42",
255
255
  "alias": "specialBackgroundColorTertiaryTransparentInverted"
256
256
  },
257
257
  "dark_text_accent": {
@@ -260,33 +260,33 @@
260
260
  "alias": "textColorAccent"
261
261
  },
262
262
  "dark_text_attention": {
263
- "rgba": "rgba(203, 131, 15, 1)",
264
- "hex": "#cb830f",
263
+ "rgba": "rgba(247, 147, 30, 1)",
264
+ "hex": "#f7931e",
265
265
  "alias": "textColorAttention"
266
266
  },
267
267
  "dark_text_disabled": {
268
- "rgba": "rgba(235, 235, 245, 0.18)",
269
- "hex": "#2eebebf5",
268
+ "rgba": "rgba(220, 220, 243, 0.14)",
269
+ "hex": "#24dcdcf3",
270
270
  "alias": "textColorDisabled"
271
271
  },
272
272
  "dark_text_disabled_inverted": {
273
- "rgba": "rgba(60, 60, 67, 0.18)",
274
- "hex": "#2e3c3c43",
273
+ "rgba": "rgba(1, 1, 24, 0.26)",
274
+ "hex": "#42010118",
275
275
  "alias": "textColorDisabledInverted"
276
276
  },
277
277
  "dark_text_link": {
278
- "rgba": "rgba(0, 114, 239, 1)",
279
- "hex": "#0072ef",
278
+ "rgba": "rgba(62, 147, 255, 1)",
279
+ "hex": "#3e93ff",
280
280
  "alias": "textColorLink"
281
281
  },
282
282
  "dark_text_negative": {
283
- "rgba": "rgba(241, 80, 69, 1)",
284
- "hex": "#f15045",
283
+ "rgba": "rgba(255, 84, 56, 1)",
284
+ "hex": "#ff5438",
285
285
  "alias": "textColorNegative"
286
286
  },
287
287
  "dark_text_positive": {
288
- "rgba": "rgba(19, 164, 99, 1)",
289
- "hex": "#13a463",
288
+ "rgba": "rgba(23, 176, 68, 1)",
289
+ "hex": "#17b044",
290
290
  "alias": "textColorPositive"
291
291
  },
292
292
  "dark_text_primary": {
@@ -295,28 +295,28 @@
295
295
  "alias": "textColorPrimary"
296
296
  },
297
297
  "dark_text_primary_inverted": {
298
- "rgba": "rgba(0, 0, 0, 1)",
299
- "hex": "#000000",
298
+ "rgba": "rgba(14, 14, 15, 1)",
299
+ "hex": "#0e0e0f",
300
300
  "alias": "textColorPrimaryInverted"
301
301
  },
302
302
  "dark_text_secondary": {
303
- "rgba": "rgba(235, 235, 245, 0.6)",
304
- "hex": "#99ebebf5",
303
+ "rgba": "rgba(239, 239, 254, 0.53)",
304
+ "hex": "#87efeffe",
305
305
  "alias": "textColorSecondary"
306
306
  },
307
307
  "dark_text_secondary_inverted": {
308
- "rgba": "rgba(60, 60, 67, 0.6)",
309
- "hex": "#993c3c43",
308
+ "rgba": "rgba(3, 3, 16, 0.56)",
309
+ "hex": "#8f030310",
310
310
  "alias": "textColorSecondaryInverted"
311
311
  },
312
312
  "dark_text_tertiary": {
313
- "rgba": "rgba(235, 235, 245, 0.3)",
314
- "hex": "#4debebf5",
313
+ "rgba": "rgba(233, 233, 251, 0.35)",
314
+ "hex": "#59e9e9fb",
315
315
  "alias": "textColorTertiary"
316
316
  },
317
317
  "dark_text_tertiary_inverted": {
318
- "rgba": "rgba(60, 60, 67, 0.3)",
319
- "hex": "#4d3c3c43",
318
+ "rgba": "rgba(1, 1, 18, 0.41)",
319
+ "hex": "#69010112",
320
320
  "alias": "textColorTertiaryInverted"
321
321
  },
322
322
  "light_bg_accent": {
@@ -325,18 +325,18 @@
325
325
  "alias": "backgroundColorAccent"
326
326
  },
327
327
  "light_bg_attention_muted": {
328
- "rgba": "rgba(247, 235, 217, 1)",
329
- "hex": "#f7ebd9",
328
+ "rgba": "rgba(255, 239, 220, 1)",
329
+ "hex": "#ffefdc",
330
330
  "alias": "backgroundColorAttentionMuted"
331
331
  },
332
332
  "light_bg_info": {
333
- "rgba": "rgba(214, 232, 252, 1)",
334
- "hex": "#d6e8fc",
333
+ "rgba": "rgba(230, 241, 255, 1)",
334
+ "hex": "#e6f1ff",
335
335
  "alias": "backgroundColorInfo"
336
336
  },
337
337
  "light_bg_negative_muted": {
338
- "rgba": "rgba(251, 232, 231, 1)",
339
- "hex": "#fbe8e7",
338
+ "rgba": "rgba(255, 235, 229, 1)",
339
+ "hex": "#ffebe5",
340
340
  "alias": "backgroundColorNegativeMuted"
341
341
  },
342
342
  "light_bg_opaque": {
@@ -350,8 +350,8 @@
350
350
  "alias": "backgroundColorOverlay"
351
351
  },
352
352
  "light_bg_positive_muted": {
353
- "rgba": "rgba(231, 246, 239, 1)",
354
- "hex": "#e7f6ef",
353
+ "rgba": "rgba(224, 248, 225, 1)",
354
+ "hex": "#e0f8e1",
355
355
  "alias": "backgroundColorPositiveMuted"
356
356
  },
357
357
  "light_bg_primary": {
@@ -360,38 +360,38 @@
360
360
  "alias": "backgroundColorPrimary"
361
361
  },
362
362
  "light_bg_primary_inverted": {
363
- "rgba": "rgba(18, 18, 18, 1)",
364
- "hex": "#121212",
363
+ "rgba": "rgba(14, 14, 15, 1)",
364
+ "hex": "#0e0e0f",
365
365
  "alias": "backgroundColorPrimaryInverted"
366
366
  },
367
367
  "light_bg_quaternary": {
368
- "rgba": "rgba(220, 220, 221, 1)",
369
- "hex": "#dcdcdd",
368
+ "rgba": "rgba(220, 220, 226, 1)",
369
+ "hex": "#dcdce2",
370
370
  "alias": "backgroundColorQuaternary"
371
371
  },
372
372
  "light_bg_quaternary_inverted": {
373
- "rgba": "rgba(58, 58, 60, 1)",
374
- "hex": "#3a3a3c",
373
+ "rgba": "rgba(64, 64, 69, 1)",
374
+ "hex": "#404045",
375
375
  "alias": "backgroundColorQuaternaryInverted"
376
376
  },
377
377
  "light_bg_secondary": {
378
- "rgba": "rgba(243, 244, 245, 1)",
379
- "hex": "#f3f4f5",
378
+ "rgba": "rgba(242, 242, 246, 1)",
379
+ "hex": "#f2f2f6",
380
380
  "alias": "backgroundColorSecondary"
381
381
  },
382
382
  "light_bg_secondary_inverted": {
383
- "rgba": "rgba(32, 32, 34, 1)",
384
- "hex": "#202022",
383
+ "rgba": "rgba(26, 26, 29, 1)",
384
+ "hex": "#1a1a1d",
385
385
  "alias": "backgroundColorSecondaryInverted"
386
386
  },
387
387
  "light_bg_tertiary": {
388
- "rgba": "rgba(233, 233, 235, 1)",
389
- "hex": "#e9e9eb",
388
+ "rgba": "rgba(233, 233, 238, 1)",
389
+ "hex": "#e9e9ee",
390
390
  "alias": "backgroundColorTertiary"
391
391
  },
392
392
  "light_bg_tertiary_inverted": {
393
- "rgba": "rgba(44, 44, 46, 1)",
394
- "hex": "#2c2c2e",
393
+ "rgba": "rgba(42, 42, 46, 1)",
394
+ "hex": "#2a2a2e",
395
395
  "alias": "backgroundColorTertiaryInverted"
396
396
  },
397
397
  "light_border_accent": {
@@ -410,48 +410,48 @@
410
410
  "alias": "borderColorKeyInverted"
411
411
  },
412
412
  "light_border_link": {
413
- "rgba": "rgba(0, 114, 239, 1)",
414
- "hex": "#0072ef",
413
+ "rgba": "rgba(62, 147, 255, 1)",
414
+ "hex": "#3e93ff",
415
415
  "alias": "borderColorLink"
416
416
  },
417
417
  "light_border_primary": {
418
- "rgba": "rgba(220, 220, 221, 1)",
419
- "hex": "#dcdcdd",
418
+ "rgba": "rgba(0, 0, 0, 0.1)",
419
+ "hex": "#1a000000",
420
420
  "alias": "borderColorPrimary"
421
421
  },
422
422
  "light_border_primary_inverted": {
423
- "rgba": "rgba(43, 43, 46, 1)",
424
- "hex": "#2b2b2e",
423
+ "rgba": "rgba(255, 255, 255, 0.1)",
424
+ "hex": "#1affffff",
425
425
  "alias": "borderColorPrimaryInverted"
426
426
  },
427
427
  "light_border_secondary": {
428
- "rgba": "rgba(233, 233, 235, 1)",
429
- "hex": "#e9e9eb",
428
+ "rgba": "rgba(0, 0, 0, 0.06)",
429
+ "hex": "#0f000000",
430
430
  "alias": "borderColorSecondary"
431
431
  },
432
432
  "light_border_secondary_inverted": {
433
- "rgba": "rgba(38, 38, 41, 1)",
434
- "hex": "#262629",
433
+ "rgba": "rgba(255, 255, 255, 0.06)",
434
+ "hex": "#0fffffff",
435
435
  "alias": "borderColorSecondaryInverted"
436
436
  },
437
437
  "light_border_tertiary": {
438
- "rgba": "rgba(243, 244, 245, 1)",
439
- "hex": "#f3f4f5",
438
+ "rgba": "rgba(0, 0, 0, 0.04)",
439
+ "hex": "#0a000000",
440
440
  "alias": "borderColorTertiary"
441
441
  },
442
442
  "light_border_tertiary_inverted": {
443
- "rgba": "rgba(28, 28, 30, 1)",
444
- "hex": "#1c1c1e",
443
+ "rgba": "rgba(255, 255, 255, 0.04)",
444
+ "hex": "#0affffff",
445
445
  "alias": "borderColorTertiaryInverted"
446
446
  },
447
447
  "light_border_underline": {
448
- "rgba": "rgba(197, 197, 199, 1)",
449
- "hex": "#c5c5c7",
448
+ "rgba": "rgba(0, 0, 0, 0.2)",
449
+ "hex": "#33000000",
450
450
  "alias": "borderColorUnderline"
451
451
  },
452
452
  "light_border_underline_inverted": {
453
- "rgba": "rgba(70, 70, 73, 1)",
454
- "hex": "#464649",
453
+ "rgba": "rgba(255, 255, 255, 0.2)",
454
+ "hex": "#33ffffff",
455
455
  "alias": "borderColorUnderlineInverted"
456
456
  },
457
457
  "light_graphic_accent": {
@@ -460,28 +460,28 @@
460
460
  "alias": "graphicColorAccent"
461
461
  },
462
462
  "light_graphic_attention": {
463
- "rgba": "rgba(246, 191, 101, 1)",
464
- "hex": "#f6bf65",
463
+ "rgba": "rgba(255, 163, 56, 1)",
464
+ "hex": "#ffa338",
465
465
  "alias": "graphicColorAttention"
466
466
  },
467
467
  "light_graphic_link": {
468
- "rgba": "rgba(0, 114, 239, 1)",
469
- "hex": "#0072ef",
468
+ "rgba": "rgba(62, 147, 255, 1)",
469
+ "hex": "#3e93ff",
470
470
  "alias": "graphicColorLink"
471
471
  },
472
472
  "light_graphic_negative": {
473
- "rgba": "rgba(241, 80, 69, 1)",
474
- "hex": "#f15045",
473
+ "rgba": "rgba(255, 84, 56, 1)",
474
+ "hex": "#ff5438",
475
475
  "alias": "graphicColorNegative"
476
476
  },
477
477
  "light_graphic_positive": {
478
- "rgba": "rgba(47, 194, 110, 1)",
479
- "hex": "#2fc26e",
478
+ "rgba": "rgba(55, 191, 85, 1)",
479
+ "hex": "#37bf55",
480
480
  "alias": "graphicColorPositive"
481
481
  },
482
482
  "light_graphic_primary": {
483
- "rgba": "rgba(0, 0, 0, 1)",
484
- "hex": "#000000",
483
+ "rgba": "rgba(14, 14, 15, 1)",
484
+ "hex": "#0e0e0f",
485
485
  "alias": "graphicColorPrimary"
486
486
  },
487
487
  "light_graphic_primary_inverted": {
@@ -490,43 +490,43 @@
490
490
  "alias": "graphicColorPrimaryInverted"
491
491
  },
492
492
  "light_graphic_quaternary": {
493
- "rgba": "rgba(220, 220, 221, 1)",
494
- "hex": "#dcdcdd",
493
+ "rgba": "rgba(220, 220, 226, 1)",
494
+ "hex": "#dcdce2",
495
495
  "alias": "graphicColorQuaternary"
496
496
  },
497
497
  "light_graphic_quaternary_inverted": {
498
- "rgba": "rgba(42, 42, 44, 1)",
499
- "hex": "#2a2a2c",
498
+ "rgba": "rgba(42, 42, 46, 1)",
499
+ "hex": "#2a2a2e",
500
500
  "alias": "graphicColorQuaternaryInverted"
501
501
  },
502
502
  "light_graphic_secondary": {
503
- "rgba": "rgba(138, 138, 142, 1)",
504
- "hex": "#8a8a8e",
503
+ "rgba": "rgba(133, 133, 141, 1)",
504
+ "hex": "#85858d",
505
505
  "alias": "graphicColorSecondary"
506
506
  },
507
507
  "light_graphic_secondary_inverted": {
508
- "rgba": "rgba(141, 141, 147, 1)",
509
- "hex": "#8d8d93",
508
+ "rgba": "rgba(133, 133, 141, 1)",
509
+ "hex": "#85858d",
510
510
  "alias": "graphicColorSecondaryInverted"
511
511
  },
512
512
  "light_graphic_tertiary": {
513
- "rgba": "rgba(197, 197, 199, 1)",
514
- "hex": "#c5c5c7",
513
+ "rgba": "rgba(189, 189, 195, 1)",
514
+ "hex": "#bdbdc3",
515
515
  "alias": "graphicColorTertiary"
516
516
  },
517
517
  "light_graphic_tertiary_inverted": {
518
- "rgba": "rgba(70, 70, 73, 1)",
519
- "hex": "#464649",
518
+ "rgba": "rgba(90, 90, 97, 1)",
519
+ "hex": "#5a5a61",
520
520
  "alias": "graphicColorTertiaryInverted"
521
521
  },
522
522
  "light_specialbg_component": {
523
- "rgba": "rgba(0, 0, 0, 0.08)",
524
- "hex": "#14000000",
523
+ "rgba": "rgba(19, 19, 73, 0.11)",
524
+ "hex": "#1c131349",
525
525
  "alias": "specialBackgroundColorComponent"
526
526
  },
527
527
  "light_specialbg_component_inverted": {
528
- "rgba": "rgba(255, 255, 255, 0.1)",
529
- "hex": "#1affffff",
528
+ "rgba": "rgba(223, 223, 246, 0.13)",
529
+ "hex": "#21dfdff6",
530
530
  "alias": "specialBackgroundColorComponentInverted"
531
531
  },
532
532
  "light_specialbg_nulled": {
@@ -535,13 +535,13 @@
535
535
  "alias": "specialBackgroundColorNulled"
536
536
  },
537
537
  "light_specialbg_overlay_fallback": {
538
- "rgba": "rgba(92, 92, 92, 1)",
539
- "hex": "#5c5c5c",
538
+ "rgba": "rgba(90, 90, 97, 1)",
539
+ "hex": "#5a5a61",
540
540
  "alias": "specialBackgroundColorOverlayFallback"
541
541
  },
542
542
  "light_specialbg_primary_grouped": {
543
- "rgba": "rgba(243, 244, 245, 1)",
544
- "hex": "#f3f4f5",
543
+ "rgba": "rgba(242, 242, 246, 1)",
544
+ "hex": "#f2f2f6",
545
545
  "alias": "specialBackgroundColorPrimaryGrouped"
546
546
  },
547
547
  "light_specialbg_secondary_grouped": {
@@ -550,28 +550,28 @@
550
550
  "alias": "specialBackgroundColorSecondaryGrouped"
551
551
  },
552
552
  "light_specialbg_secondary_transparent": {
553
- "rgba": "rgba(32, 32, 34, 0.05)",
554
- "hex": "#0d202022",
553
+ "rgba": "rgba(38, 38, 105, 0.06)",
554
+ "hex": "#0f262669",
555
555
  "alias": "specialBackgroundColorSecondaryTransparent"
556
556
  },
557
557
  "light_specialbg_secondary_transparent_inverted": {
558
- "rgba": "rgba(255, 255, 255, 0.06)",
559
- "hex": "#0fffffff",
558
+ "rgba": "rgba(199, 199, 228, 0.07)",
559
+ "hex": "#12c7c7e4",
560
560
  "alias": "specialBackgroundColorSecondaryTransparentInverted"
561
561
  },
562
562
  "light_specialbg_tertiary_grouped": {
563
- "rgba": "rgba(243, 244, 245, 1)",
564
- "hex": "#f3f4f5",
563
+ "rgba": "rgba(242, 242, 246, 1)",
564
+ "hex": "#f2f2f6",
565
565
  "alias": "specialBackgroundColorTertiaryGrouped"
566
566
  },
567
567
  "light_specialbg_tertiary_transparent": {
568
- "rgba": "rgba(32, 32, 34, 0.1)",
569
- "hex": "#1a202022",
568
+ "rgba": "rgba(11, 11, 66, 0.09)",
569
+ "hex": "#170b0b42",
570
570
  "alias": "specialBackgroundColorTertiaryTransparent"
571
571
  },
572
572
  "light_specialbg_tertiary_transparent_inverted": {
573
- "rgba": "rgba(255, 255, 255, 0.11)",
574
- "hex": "#1cffffff",
573
+ "rgba": "rgba(220, 220, 243, 0.14)",
574
+ "hex": "#24dcdcf3",
575
575
  "alias": "specialBackgroundColorTertiaryTransparentInverted"
576
576
  },
577
577
  "light_text_accent": {
@@ -580,38 +580,38 @@
580
580
  "alias": "textColorAccent"
581
581
  },
582
582
  "light_text_attention": {
583
- "rgba": "rgba(203, 131, 15, 1)",
584
- "hex": "#cb830f",
583
+ "rgba": "rgba(228, 131, 0, 1)",
584
+ "hex": "#e48300",
585
585
  "alias": "textColorAttention"
586
586
  },
587
587
  "light_text_disabled": {
588
- "rgba": "rgba(60, 60, 67, 0.18)",
589
- "hex": "#2e3c3c43",
588
+ "rgba": "rgba(1, 1, 24, 0.26)",
589
+ "hex": "#42010118",
590
590
  "alias": "textColorDisabled"
591
591
  },
592
592
  "light_text_disabled_inverted": {
593
- "rgba": "rgba(235, 235, 245, 0.18)",
594
- "hex": "#2eebebf5",
593
+ "rgba": "rgba(220, 220, 243, 0.14)",
594
+ "hex": "#24dcdcf3",
595
595
  "alias": "textColorDisabledInverted"
596
596
  },
597
597
  "light_text_link": {
598
- "rgba": "rgba(0, 114, 239, 1)",
599
- "hex": "#0072ef",
598
+ "rgba": "rgba(43, 110, 245, 1)",
599
+ "hex": "#2b6ef5",
600
600
  "alias": "textColorLink"
601
601
  },
602
602
  "light_text_negative": {
603
- "rgba": "rgba(217, 29, 11, 1)",
604
- "hex": "#d91d0b",
603
+ "rgba": "rgba(226, 45, 28, 1)",
604
+ "hex": "#e22d1c",
605
605
  "alias": "textColorNegative"
606
606
  },
607
607
  "light_text_positive": {
608
- "rgba": "rgba(19, 164, 99, 1)",
609
- "hex": "#13a463",
608
+ "rgba": "rgba(3, 137, 48, 1)",
609
+ "hex": "#038930",
610
610
  "alias": "textColorPositive"
611
611
  },
612
612
  "light_text_primary": {
613
- "rgba": "rgba(0, 0, 0, 1)",
614
- "hex": "#000000",
613
+ "rgba": "rgba(14, 14, 15, 1)",
614
+ "hex": "#0e0e0f",
615
615
  "alias": "textColorPrimary"
616
616
  },
617
617
  "light_text_primary_inverted": {
@@ -620,23 +620,23 @@
620
620
  "alias": "textColorPrimaryInverted"
621
621
  },
622
622
  "light_text_secondary": {
623
- "rgba": "rgba(60, 60, 67, 0.6)",
624
- "hex": "#993c3c43",
623
+ "rgba": "rgba(3, 3, 16, 0.56)",
624
+ "hex": "#8f030310",
625
625
  "alias": "textColorSecondary"
626
626
  },
627
627
  "light_text_secondary_inverted": {
628
- "rgba": "rgba(235, 235, 245, 0.6)",
629
- "hex": "#99ebebf5",
628
+ "rgba": "rgba(239, 239, 254, 0.53)",
629
+ "hex": "#87efeffe",
630
630
  "alias": "textColorSecondaryInverted"
631
631
  },
632
632
  "light_text_tertiary": {
633
- "rgba": "rgba(60, 60, 67, 0.3)",
634
- "hex": "#4d3c3c43",
633
+ "rgba": "rgba(1, 1, 18, 0.41)",
634
+ "hex": "#69010112",
635
635
  "alias": "textColorTertiary"
636
636
  },
637
637
  "light_text_tertiary_inverted": {
638
- "rgba": "rgba(235, 235, 245, 0.3)",
639
- "hex": "#4debebf5",
638
+ "rgba": "rgba(233, 233, 251, 0.35)",
639
+ "hex": "#59e9e9fb",
640
640
  "alias": "textColorTertiaryInverted"
641
641
  },
642
642
  "static_bg_accent": {
@@ -645,8 +645,8 @@
645
645
  "alias": "staticBackgroundColorAccent"
646
646
  },
647
647
  "static_bg_primary_dark": {
648
- "rgba": "rgba(18, 18, 18, 1)",
649
- "hex": "#121212",
648
+ "rgba": "rgba(14, 14, 15, 1)",
649
+ "hex": "#0e0e0f",
650
650
  "alias": "staticBackgroundColorPrimaryDark"
651
651
  },
652
652
  "static_bg_primary_light": {
@@ -655,33 +655,33 @@
655
655
  "alias": "staticBackgroundColorPrimaryLight"
656
656
  },
657
657
  "static_bg_quaternary_dark": {
658
- "rgba": "rgba(58, 58, 60, 1)",
659
- "hex": "#3a3a3c",
658
+ "rgba": "rgba(64, 64, 69, 1)",
659
+ "hex": "#404045",
660
660
  "alias": "staticBackgroundColorQuaternaryDark"
661
661
  },
662
662
  "static_bg_quaternary_light": {
663
- "rgba": "rgba(220, 220, 221, 1)",
664
- "hex": "#dcdcdd",
663
+ "rgba": "rgba(220, 220, 226, 1)",
664
+ "hex": "#dcdce2",
665
665
  "alias": "staticBackgroundColorQuaternaryLight"
666
666
  },
667
667
  "static_bg_secondary_dark": {
668
- "rgba": "rgba(32, 32, 34, 1)",
669
- "hex": "#202022",
668
+ "rgba": "rgba(26, 26, 29, 1)",
669
+ "hex": "#1a1a1d",
670
670
  "alias": "staticBackgroundColorSecondaryDark"
671
671
  },
672
672
  "static_bg_secondary_light": {
673
- "rgba": "rgba(243, 244, 245, 1)",
674
- "hex": "#f3f4f5",
673
+ "rgba": "rgba(242, 242, 246, 1)",
674
+ "hex": "#f2f2f6",
675
675
  "alias": "staticBackgroundColorSecondaryLight"
676
676
  },
677
677
  "static_bg_tertiary_dark": {
678
- "rgba": "rgba(44, 44, 46, 1)",
679
- "hex": "#2c2c2e",
678
+ "rgba": "rgba(42, 42, 46, 1)",
679
+ "hex": "#2a2a2e",
680
680
  "alias": "staticBackgroundColorTertiaryDark"
681
681
  },
682
682
  "static_bg_tertiary_light": {
683
- "rgba": "rgba(233, 233, 235, 1)",
684
- "hex": "#e9e9eb",
683
+ "rgba": "rgba(233, 233, 238, 1)",
684
+ "hex": "#e9e9ee",
685
685
  "alias": "staticBackgroundColorTertiaryLight"
686
686
  },
687
687
  "static_border_accent": {
@@ -695,8 +695,8 @@
695
695
  "alias": "staticGraphicColorAccent"
696
696
  },
697
697
  "static_graphic_dark": {
698
- "rgba": "rgba(0, 0, 0, 1)",
699
- "hex": "#000000",
698
+ "rgba": "rgba(14, 14, 15, 1)",
699
+ "hex": "#0e0e0f",
700
700
  "alias": "staticGraphicColorDark"
701
701
  },
702
702
  "static_graphic_light": {
@@ -710,8 +710,8 @@
710
710
  "alias": "staticTextColorAccent"
711
711
  },
712
712
  "static_text_primary_dark": {
713
- "rgba": "rgba(0, 0, 0, 1)",
714
- "hex": "#000000",
713
+ "rgba": "rgba(14, 14, 15, 1)",
714
+ "hex": "#0e0e0f",
715
715
  "alias": "staticTextColorPrimaryDark"
716
716
  },
717
717
  "static_text_primary_light": {
@@ -720,23 +720,23 @@
720
720
  "alias": "staticTextColorPrimaryLight"
721
721
  },
722
722
  "static_text_secondary_dark": {
723
- "rgba": "rgba(60, 60, 67, 0.6)",
724
- "hex": "#993c3c43",
723
+ "rgba": "rgba(3, 3, 16, 0.56)",
724
+ "hex": "#8f030310",
725
725
  "alias": "staticTextColorSecondaryDark"
726
726
  },
727
727
  "static_text_secondary_light": {
728
- "rgba": "rgba(235, 235, 245, 0.6)",
729
- "hex": "#99ebebf5",
728
+ "rgba": "rgba(239, 239, 254, 0.53)",
729
+ "hex": "#87efeffe",
730
730
  "alias": "staticTextColorSecondaryLight"
731
731
  },
732
732
  "static_text_tertiary_dark": {
733
- "rgba": "rgba(60, 60, 67, 0.3)",
734
- "hex": "#4d3c3c43",
733
+ "rgba": "rgba(1, 1, 18, 0.41)",
734
+ "hex": "#69010112",
735
735
  "alias": "staticTextColorTertiaryDark"
736
736
  },
737
737
  "static_text_tertiary_light": {
738
- "rgba": "rgba(235, 235, 245, 0.3)",
739
- "hex": "#4debebf5",
738
+ "rgba": "rgba(233, 233, 251, 0.35)",
739
+ "hex": "#59e9e9fb",
740
740
  "alias": "staticTextColorTertiaryLight"
741
741
  },
742
742
  "dark_bg_info_old": {