@gainsight-hub/design-tokens 0.2.3 → 0.2.4
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.
- package/dist/styles.css +36 -36
- package/dist/token-catalog.json +51 -51
- package/dist/tokens.js +41 -41
- package/dist/tokens.json +41 -41
- package/dist/tokens.scss +41 -41
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
/* ───────────────────────────────────────────────────────────────────────── */
|
|
14
14
|
|
|
15
15
|
/* Brand scale */
|
|
16
|
-
--theme-brand-100: #
|
|
17
|
-
--theme-brand-200: #
|
|
18
|
-
--theme-brand-300: #
|
|
19
|
-
--theme-brand-400: #
|
|
20
|
-
--theme-brand-500: #
|
|
21
|
-
--theme-brand-600: #
|
|
22
|
-
--theme-brand-700: #
|
|
23
|
-
--theme-brand-800: #
|
|
24
|
-
--theme-brand-900: #
|
|
25
|
-
--theme-brand-1000: #
|
|
16
|
+
--theme-brand-100: #F2F0FF;
|
|
17
|
+
--theme-brand-200: #DCD8FD;
|
|
18
|
+
--theme-brand-300: #B3ACF6;
|
|
19
|
+
--theme-brand-400: #978FEF;
|
|
20
|
+
--theme-brand-500: #877EE7;
|
|
21
|
+
--theme-brand-600: #7970DB;
|
|
22
|
+
--theme-brand-700: #645DC6;
|
|
23
|
+
--theme-brand-800: #544DB2;
|
|
24
|
+
--theme-brand-900: #2F2C63;
|
|
25
|
+
--theme-brand-1000: #28273F;
|
|
26
26
|
|
|
27
27
|
/* Neutral scale */
|
|
28
28
|
--theme-neutral-0: #FFFFFF;
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
/* ───────────────────────────────────────────────────────────────────────── */
|
|
47
47
|
|
|
48
48
|
/* Color — Brand */
|
|
49
|
-
--color-brand-100: var(--theme-brand-100, #
|
|
50
|
-
--color-brand-200: var(--theme-brand-200, #
|
|
51
|
-
--color-brand-300: var(--theme-brand-300, #
|
|
52
|
-
--color-brand-400: var(--theme-brand-400, #
|
|
53
|
-
--color-brand-500: var(--theme-brand-500, #
|
|
54
|
-
--color-brand-600: var(--theme-brand-600, #
|
|
55
|
-
--color-brand-700: var(--theme-brand-700, #
|
|
56
|
-
--color-brand-800: var(--theme-brand-800, #
|
|
57
|
-
--color-brand-900: var(--theme-brand-900, #
|
|
58
|
-
--color-brand-1000: var(--theme-brand-1000, #
|
|
49
|
+
--color-brand-100: var(--theme-brand-100, #F2F0FF);
|
|
50
|
+
--color-brand-200: var(--theme-brand-200, #DCD8FD);
|
|
51
|
+
--color-brand-300: var(--theme-brand-300, #B3ACF6);
|
|
52
|
+
--color-brand-400: var(--theme-brand-400, #978FEF);
|
|
53
|
+
--color-brand-500: var(--theme-brand-500, #877EE7);
|
|
54
|
+
--color-brand-600: var(--theme-brand-600, #7970DB);
|
|
55
|
+
--color-brand-700: var(--theme-brand-700, #645DC6);
|
|
56
|
+
--color-brand-800: var(--theme-brand-800, #544DB2);
|
|
57
|
+
--color-brand-900: var(--theme-brand-900, #2F2C63);
|
|
58
|
+
--color-brand-1000: var(--theme-brand-1000, #28273F);
|
|
59
59
|
|
|
60
60
|
/* Color — Neutral */
|
|
61
61
|
--color-neutral-a100: rgba(43, 51, 70, 0.04);
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
--color-red-500: #f15050;
|
|
108
108
|
--color-red-600: #e23d3d;
|
|
109
109
|
--color-red-700: #c92c2f;
|
|
110
|
-
--color-red-800: #
|
|
110
|
+
--color-red-800: #ae2424;
|
|
111
111
|
--color-red-900: #5d1a1c;
|
|
112
112
|
--color-red-1000: #421f21;
|
|
113
113
|
|
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
|
|
190
190
|
/* Color — Action */
|
|
191
191
|
--color-action-destructive-default: var(--color-red-700, #c92c2f); /** color used for actions that perform irreversible or potentially harmful operations */
|
|
192
|
-
--color-action-destructive-hover: var(--color-red-800, #
|
|
192
|
+
--color-action-destructive-hover: var(--color-red-800, #ae2424); /** color used when a destructive action is hovered */
|
|
193
193
|
--color-action-destructive-pressed: var(--color-red-900, #5d1a1c); /** color used when a destructive action is actively pressed */
|
|
194
|
-
--color-action-primary-default: var(--color-brand-700, #
|
|
195
|
-
--color-action-primary-hover: var(--color-brand-800, #
|
|
196
|
-
--color-action-primary-pressed: var(--color-brand-900, #
|
|
194
|
+
--color-action-primary-default: var(--color-brand-700, #645DC6); /** default color used for the most prominent call-to-action in the interface */
|
|
195
|
+
--color-action-primary-hover: var(--color-brand-800, #544DB2); /** color used when a primary action is hovered */
|
|
196
|
+
--color-action-primary-pressed: var(--color-brand-900, #2F2C63); /** color used when a primary action is actively pressed */
|
|
197
197
|
--color-action-neutral-default: var(--color-neutral-0, #FFFFFF); /** color used for less prominent actions that support the primary action */
|
|
198
198
|
--color-action-neutral-hover: var(--color-neutral-100, #FAFAFA); /** color used when a secondary action is hovered */
|
|
199
199
|
--color-action-neutral-pressed: var(--color-neutral-200, #F4F5F6); /** color used when a secondary action is actively pressed */
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
--color-status-danger-bold: var(--color-red-700, #c92c2f); /** high-emphasis color used for neutral informational messages */
|
|
226
226
|
|
|
227
227
|
/* Color — Link */
|
|
228
|
-
--color-link-default: var(--color-brand-700, #
|
|
229
|
-
--color-link-hover: var(--color-brand-800, #
|
|
228
|
+
--color-link-default: var(--color-brand-700, #645DC6); /** default color used for interactive text links */
|
|
229
|
+
--color-link-hover: var(--color-brand-800, #544DB2); /** color used for interactive text links on hover */
|
|
230
230
|
|
|
231
231
|
/* Color — Focus */
|
|
232
232
|
--color-focus-ring: var(--color-blue-500, #388bff); /** default color used for focus rings on interactive elements */
|
|
@@ -243,8 +243,8 @@
|
|
|
243
243
|
/* Color — Community */
|
|
244
244
|
--color-community-answered: var(--color-green-700, #1f8444); /** color used to indicate that a question or thread has received an accepted answer */
|
|
245
245
|
--color-community-unanswered: var(--color-neutral-700, #696E7C); /** color used to indicate that a question or thread has not yet received a response */
|
|
246
|
-
--color-community-highlighted: var(--color-brand-700, #
|
|
247
|
-
--color-community-pinned: var(--color-brand-700, #
|
|
246
|
+
--color-community-highlighted: var(--color-brand-700, #645DC6); /** color used to highlight content that is featured or editorially promoted */
|
|
247
|
+
--color-community-pinned: var(--color-brand-700, #645DC6); /** color used to indicate content that is pinned and prioritized in listings */
|
|
248
248
|
|
|
249
249
|
/* Typography */
|
|
250
250
|
--text-hero-font-weight: var(--font-weight-bold, 700);
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
--button-destructive-background-default: var(--color-action-destructive-default, #c92c2f); /** Destructive button background in default state. */
|
|
336
336
|
--button-destructive-background-hover: color-mix(in oklch, var(--button-destructive-background-default) 85%, black); /** Destructive button background on hover. */
|
|
337
337
|
--button-destructive-background-pressed: color-mix(in oklch, var(--button-destructive-background-default) 70%, black); /** Destructive button background on press. */
|
|
338
|
-
--button-primary-background-default: var(--color-action-primary-default, #
|
|
338
|
+
--button-primary-background-default: var(--color-action-primary-default, #645DC6); /** Primary button background in default state. */
|
|
339
339
|
--button-primary-background-hover: color-mix(in oklch, var(--button-primary-background-default) 85%, black); /** Primary button background on hover. */
|
|
340
340
|
--button-primary-background-pressed: color-mix(in oklch, var(--button-primary-background-default) 70%, black); /** Primary button background on press. */
|
|
341
341
|
--button-primary-content-default: var(--color-content-inverse, #FFFFFF); /** Primary button label/icon color in default state. */
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
--button-vote-border-default: var(--color-line-default, #DEDFE2); /** Vote button border color in default state. */
|
|
363
363
|
--button-vote-border-hover: var(--color-line-default, #DEDFE2); /** Vote button border color on hover. */
|
|
364
364
|
--button-vote-border-pressed: var(--color-line-default, #DEDFE2); /** Vote button border color on press. */
|
|
365
|
-
--button-vote-selected-background-default: var(--color-action-primary-default, #
|
|
365
|
+
--button-vote-selected-background-default: var(--color-action-primary-default, #645DC6); /** Vote button background when selected (default). */
|
|
366
366
|
--button-vote-selected-background-hover: color-mix(in oklch, var(--button-vote-selected-background-default) 85%, black); /** Vote button background when selected (hovered). */
|
|
367
367
|
--button-vote-selected-background-pressed: color-mix(in oklch, var(--button-vote-selected-background-default) 70%, black); /** Vote button background when selected (pressed). */
|
|
368
368
|
--button-vote-selected-content-default: var(--color-content-inverse, #FFFFFF); /** Vote button content color when selected (default). */
|
|
@@ -382,11 +382,11 @@
|
|
|
382
382
|
--card-background-hover: color-mix(in oklch, var(--card-background-default) 85%, black); /** Card background on hover. */
|
|
383
383
|
--card-background-pressed: color-mix(in oklch, var(--card-background-default) 70%, black); /** Card background on press. */
|
|
384
384
|
--card-title-default: var(--color-content-heading-default, #2B3346); /** Card title color in default state. */
|
|
385
|
-
--card-title-hover: var(--color-link-default, #
|
|
385
|
+
--card-title-hover: var(--color-link-default, #645DC6); /** Card title color on hover (link styling). */
|
|
386
386
|
--card-title-pressed: var(--color-content-heading-default, #2B3346); /** Card title color on press. */
|
|
387
387
|
--card-content-default: var(--color-content-default, #2B3346); /** Card body/content color in default state. */
|
|
388
388
|
--card-content-hover: var(--color-content-default, #2B3346); /** Card body/content color on hover. */
|
|
389
|
-
--card-content-pressed: var(--color-link-hover, #
|
|
389
|
+
--card-content-pressed: var(--color-link-hover, #544DB2); /** Card body/content color on press (link hovered styling). */
|
|
390
390
|
|
|
391
391
|
/* Sidebar */
|
|
392
392
|
--sidebar-shadow: none; /** Sidebar widget placeholder box shadow. */
|
|
@@ -416,11 +416,11 @@
|
|
|
416
416
|
--feed-item-background-hover: color-mix(in oklch, var(--feed-item-background-default) 85%, black); /** Feed item background on hover. */
|
|
417
417
|
--feed-item-background-pressed: color-mix(in oklch, var(--feed-item-background-default) 70%, black); /** Feed item background on press. */
|
|
418
418
|
--feed-item-title-default: var(--color-content-heading-default, #2B3346); /** Feed item title color in default state. */
|
|
419
|
-
--feed-item-title-hover: var(--color-link-default, #
|
|
420
|
-
--feed-item-title-pressed: var(--color-link-hover, #
|
|
419
|
+
--feed-item-title-hover: var(--color-link-default, #645DC6); /** Feed item title color on hover (link styling). */
|
|
420
|
+
--feed-item-title-pressed: var(--color-link-hover, #544DB2); /** Feed item title color on press (link hovered styling). */
|
|
421
421
|
--feed-item-content-default: var(--color-content-default, #2B3346); /** Feed item content color in default state. */
|
|
422
422
|
--feed-item-content-hover: var(--color-content-default, #2B3346); /** Feed item content color on hover. */
|
|
423
|
-
--feed-item-content-pressed: var(--color-link-hover, #
|
|
423
|
+
--feed-item-content-pressed: var(--color-link-hover, #544DB2); /** Feed item content color on press (link hovered styling). */
|
|
424
424
|
|
|
425
425
|
/* Navigation */
|
|
426
426
|
--navigation-border-top: rgba(0, 0, 0, 0); /** Top border of navigation (transparent). */
|
package/dist/token-catalog.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.1.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-30T06:28:56.777Z",
|
|
4
4
|
"scales": {
|
|
5
5
|
"brand": {
|
|
6
6
|
"seedVar": "--theme-brand-700",
|
|
@@ -9,52 +9,52 @@
|
|
|
9
9
|
{
|
|
10
10
|
"step": "100",
|
|
11
11
|
"cssVar": "--theme-brand-100",
|
|
12
|
-
"value": "#
|
|
12
|
+
"value": "#F2F0FF"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"step": "200",
|
|
16
16
|
"cssVar": "--theme-brand-200",
|
|
17
|
-
"value": "#
|
|
17
|
+
"value": "#DCD8FD"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"step": "300",
|
|
21
21
|
"cssVar": "--theme-brand-300",
|
|
22
|
-
"value": "#
|
|
22
|
+
"value": "#B3ACF6"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"step": "400",
|
|
26
26
|
"cssVar": "--theme-brand-400",
|
|
27
|
-
"value": "#
|
|
27
|
+
"value": "#978FEF"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"step": "500",
|
|
31
31
|
"cssVar": "--theme-brand-500",
|
|
32
|
-
"value": "#
|
|
32
|
+
"value": "#877EE7"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"step": "600",
|
|
36
36
|
"cssVar": "--theme-brand-600",
|
|
37
|
-
"value": "#
|
|
37
|
+
"value": "#7970DB"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"step": "700",
|
|
41
41
|
"cssVar": "--theme-brand-700",
|
|
42
|
-
"value": "#
|
|
42
|
+
"value": "#645DC6"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"step": "800",
|
|
46
46
|
"cssVar": "--theme-brand-800",
|
|
47
|
-
"value": "#
|
|
47
|
+
"value": "#544DB2"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"step": "900",
|
|
51
51
|
"cssVar": "--theme-brand-900",
|
|
52
|
-
"value": "#
|
|
52
|
+
"value": "#2F2C63"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"step": "1000",
|
|
56
56
|
"cssVar": "--theme-brand-1000",
|
|
57
|
-
"value": "#
|
|
57
|
+
"value": "#28273F"
|
|
58
58
|
}
|
|
59
59
|
]
|
|
60
60
|
},
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"cssVar": "--color-action-primary-default",
|
|
127
127
|
"path": "color.action.primary.default",
|
|
128
128
|
"type": "color",
|
|
129
|
-
"value": "#
|
|
129
|
+
"value": "#645DC6",
|
|
130
130
|
"description": "default color used for the most prominent call-to-action in the interface",
|
|
131
131
|
"references": "color.brand.700",
|
|
132
132
|
"derivedFrom": "brand",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"cssVar": "--color-action-primary-hover",
|
|
137
137
|
"path": "color.action.primary.hover",
|
|
138
138
|
"type": "color",
|
|
139
|
-
"value": "#
|
|
139
|
+
"value": "#544DB2",
|
|
140
140
|
"description": "color used when a primary action is hovered",
|
|
141
141
|
"references": "color.brand.800",
|
|
142
142
|
"derivedFrom": "brand",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"cssVar": "--color-action-primary-pressed",
|
|
147
147
|
"path": "color.action.primary.pressed",
|
|
148
148
|
"type": "color",
|
|
149
|
-
"value": "#
|
|
149
|
+
"value": "#2F2C63",
|
|
150
150
|
"description": "color used when a primary action is actively pressed",
|
|
151
151
|
"references": "color.brand.900",
|
|
152
152
|
"derivedFrom": "brand",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"cssVar": "--color-community-highlighted",
|
|
157
157
|
"path": "color.community.highlighted",
|
|
158
158
|
"type": "color",
|
|
159
|
-
"value": "#
|
|
159
|
+
"value": "#645DC6",
|
|
160
160
|
"description": "color used to highlight content that is featured or editorially promoted",
|
|
161
161
|
"references": "color.brand.700",
|
|
162
162
|
"derivedFrom": "brand",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"cssVar": "--color-community-pinned",
|
|
167
167
|
"path": "color.community.pinned",
|
|
168
168
|
"type": "color",
|
|
169
|
-
"value": "#
|
|
169
|
+
"value": "#645DC6",
|
|
170
170
|
"description": "color used to indicate content that is pinned and prioritized in listings",
|
|
171
171
|
"references": "color.brand.700",
|
|
172
172
|
"derivedFrom": "brand",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"cssVar": "--color-link-default",
|
|
177
177
|
"path": "color.link.default",
|
|
178
178
|
"type": "color",
|
|
179
|
-
"value": "#
|
|
179
|
+
"value": "#645DC6",
|
|
180
180
|
"description": "default color used for interactive text links",
|
|
181
181
|
"references": "color.brand.700",
|
|
182
182
|
"derivedFrom": "brand",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"cssVar": "--color-link-hover",
|
|
187
187
|
"path": "color.link.hover",
|
|
188
188
|
"type": "color",
|
|
189
|
-
"value": "#
|
|
189
|
+
"value": "#544DB2",
|
|
190
190
|
"description": "color used for interactive text links on hover",
|
|
191
191
|
"references": "color.brand.800",
|
|
192
192
|
"derivedFrom": "brand",
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"cssVar": "--color-action-destructive-hover",
|
|
451
451
|
"path": "color.action.destructive.hover",
|
|
452
452
|
"type": "color",
|
|
453
|
-
"value": "#
|
|
453
|
+
"value": "#ae2424",
|
|
454
454
|
"description": "color used when a destructive action is hovered",
|
|
455
455
|
"references": "color.red.800",
|
|
456
456
|
"derivedFrom": "status",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"cssVar": "--button-primary-background-default",
|
|
1083
1083
|
"path": "button.primary.background.default",
|
|
1084
1084
|
"type": "color",
|
|
1085
|
-
"value": "#
|
|
1085
|
+
"value": "#645DC6",
|
|
1086
1086
|
"description": "Primary button background in default state.",
|
|
1087
1087
|
"references": "color.action.primary.default",
|
|
1088
1088
|
"derivedFrom": "action",
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"cssVar": "--button-primary-background-hover",
|
|
1093
1093
|
"path": "button.primary.background.hover",
|
|
1094
1094
|
"type": "color",
|
|
1095
|
-
"value": "#
|
|
1095
|
+
"value": "#544DB2",
|
|
1096
1096
|
"description": "Primary button background on hover.",
|
|
1097
1097
|
"references": "color.action.primary.hover",
|
|
1098
1098
|
"derivedFrom": "action",
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
"cssVar": "--button-primary-background-pressed",
|
|
1103
1103
|
"path": "button.primary.background.pressed",
|
|
1104
1104
|
"type": "color",
|
|
1105
|
-
"value": "#
|
|
1105
|
+
"value": "#2F2C63",
|
|
1106
1106
|
"description": "Primary button background on press.",
|
|
1107
1107
|
"references": "color.action.primary.pressed",
|
|
1108
1108
|
"derivedFrom": "action",
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
"cssVar": "--button-destructive-background-hover",
|
|
1293
1293
|
"path": "button.destructive.background.hover",
|
|
1294
1294
|
"type": "color",
|
|
1295
|
-
"value": "#
|
|
1295
|
+
"value": "#ae2424",
|
|
1296
1296
|
"description": "Destructive button background on hover.",
|
|
1297
1297
|
"references": "color.action.destructive.hover",
|
|
1298
1298
|
"derivedFrom": "action",
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"cssVar": "--button-vote-selected-background-default",
|
|
1503
1503
|
"path": "button.vote.selected.background.default",
|
|
1504
1504
|
"type": "color",
|
|
1505
|
-
"value": "#
|
|
1505
|
+
"value": "#645DC6",
|
|
1506
1506
|
"description": "Vote button background when selected (default).",
|
|
1507
1507
|
"references": "color.action.primary.default",
|
|
1508
1508
|
"derivedFrom": "action",
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"cssVar": "--button-vote-selected-background-hover",
|
|
1513
1513
|
"path": "button.vote.selected.background.hover",
|
|
1514
1514
|
"type": "color",
|
|
1515
|
-
"value": "#
|
|
1515
|
+
"value": "#544DB2",
|
|
1516
1516
|
"description": "Vote button background when selected (hovered).",
|
|
1517
1517
|
"references": "color.action.primary.hover",
|
|
1518
1518
|
"derivedFrom": "action",
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"cssVar": "--button-vote-selected-background-pressed",
|
|
1523
1523
|
"path": "button.vote.selected.background.pressed",
|
|
1524
1524
|
"type": "color",
|
|
1525
|
-
"value": "#
|
|
1525
|
+
"value": "#2F2C63",
|
|
1526
1526
|
"description": "Vote button background when selected (pressed).",
|
|
1527
1527
|
"references": "color.action.primary.pressed",
|
|
1528
1528
|
"derivedFrom": "action",
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
"cssVar": "--card-title-hover",
|
|
1715
1715
|
"path": "card.title.hover",
|
|
1716
1716
|
"type": "color",
|
|
1717
|
-
"value": "#
|
|
1717
|
+
"value": "#645DC6",
|
|
1718
1718
|
"description": "Card title color on hover (link styling).",
|
|
1719
1719
|
"references": "color.link.default",
|
|
1720
1720
|
"derivedFrom": "link",
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
"cssVar": "--card-content-pressed",
|
|
1755
1755
|
"path": "card.content.pressed",
|
|
1756
1756
|
"type": "color",
|
|
1757
|
-
"value": "#
|
|
1757
|
+
"value": "#544DB2",
|
|
1758
1758
|
"description": "Card body/content color on press (link hovered styling).",
|
|
1759
1759
|
"references": "color.link.hover",
|
|
1760
1760
|
"derivedFrom": "link",
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
"cssVar": "--feed-item-title-hover",
|
|
1937
1937
|
"path": "feed.item.title.hover",
|
|
1938
1938
|
"type": "color",
|
|
1939
|
-
"value": "#
|
|
1939
|
+
"value": "#645DC6",
|
|
1940
1940
|
"description": "Feed item title color on hover (link styling).",
|
|
1941
1941
|
"references": "color.link.default",
|
|
1942
1942
|
"derivedFrom": "link",
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
"cssVar": "--feed-item-title-pressed",
|
|
1947
1947
|
"path": "feed.item.title.pressed",
|
|
1948
1948
|
"type": "color",
|
|
1949
|
-
"value": "#
|
|
1949
|
+
"value": "#544DB2",
|
|
1950
1950
|
"description": "Feed item title color on press (link hovered styling).",
|
|
1951
1951
|
"references": "color.link.hover",
|
|
1952
1952
|
"derivedFrom": "link",
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"cssVar": "--feed-item-content-pressed",
|
|
1977
1977
|
"path": "feed.item.content.pressed",
|
|
1978
1978
|
"type": "color",
|
|
1979
|
-
"value": "#
|
|
1979
|
+
"value": "#544DB2",
|
|
1980
1980
|
"description": "Feed item content color on press (link hovered styling).",
|
|
1981
1981
|
"references": "color.link.hover",
|
|
1982
1982
|
"derivedFrom": "link",
|
|
@@ -2819,7 +2819,7 @@
|
|
|
2819
2819
|
"cssVar": "--color-action-primary-default",
|
|
2820
2820
|
"path": "color.action.primary.default",
|
|
2821
2821
|
"type": "color",
|
|
2822
|
-
"value": "#
|
|
2822
|
+
"value": "#645DC6",
|
|
2823
2823
|
"description": "default color used for the most prominent call-to-action in the interface",
|
|
2824
2824
|
"references": "color.brand.700",
|
|
2825
2825
|
"derivedFrom": "brand",
|
|
@@ -2829,7 +2829,7 @@
|
|
|
2829
2829
|
"cssVar": "--color-action-primary-hover",
|
|
2830
2830
|
"path": "color.action.primary.hover",
|
|
2831
2831
|
"type": "color",
|
|
2832
|
-
"value": "#
|
|
2832
|
+
"value": "#544DB2",
|
|
2833
2833
|
"description": "color used when a primary action is hovered",
|
|
2834
2834
|
"references": "color.brand.800",
|
|
2835
2835
|
"derivedFrom": "brand",
|
|
@@ -2839,7 +2839,7 @@
|
|
|
2839
2839
|
"cssVar": "--color-action-primary-pressed",
|
|
2840
2840
|
"path": "color.action.primary.pressed",
|
|
2841
2841
|
"type": "color",
|
|
2842
|
-
"value": "#
|
|
2842
|
+
"value": "#2F2C63",
|
|
2843
2843
|
"description": "color used when a primary action is actively pressed",
|
|
2844
2844
|
"references": "color.brand.900",
|
|
2845
2845
|
"derivedFrom": "brand",
|
|
@@ -2889,7 +2889,7 @@
|
|
|
2889
2889
|
"cssVar": "--color-action-destructive-hover",
|
|
2890
2890
|
"path": "color.action.destructive.hover",
|
|
2891
2891
|
"type": "color",
|
|
2892
|
-
"value": "#
|
|
2892
|
+
"value": "#ae2424",
|
|
2893
2893
|
"description": "color used when a destructive action is hovered",
|
|
2894
2894
|
"references": "color.red.800",
|
|
2895
2895
|
"derivedFrom": "status",
|
|
@@ -3109,7 +3109,7 @@
|
|
|
3109
3109
|
"cssVar": "--color-community-highlighted",
|
|
3110
3110
|
"path": "color.community.highlighted",
|
|
3111
3111
|
"type": "color",
|
|
3112
|
-
"value": "#
|
|
3112
|
+
"value": "#645DC6",
|
|
3113
3113
|
"description": "color used to highlight content that is featured or editorially promoted",
|
|
3114
3114
|
"references": "color.brand.700",
|
|
3115
3115
|
"derivedFrom": "brand",
|
|
@@ -3119,7 +3119,7 @@
|
|
|
3119
3119
|
"cssVar": "--color-community-pinned",
|
|
3120
3120
|
"path": "color.community.pinned",
|
|
3121
3121
|
"type": "color",
|
|
3122
|
-
"value": "#
|
|
3122
|
+
"value": "#645DC6",
|
|
3123
3123
|
"description": "color used to indicate content that is pinned and prioritized in listings",
|
|
3124
3124
|
"references": "color.brand.700",
|
|
3125
3125
|
"derivedFrom": "brand",
|
|
@@ -3129,7 +3129,7 @@
|
|
|
3129
3129
|
"cssVar": "--color-link-default",
|
|
3130
3130
|
"path": "color.link.default",
|
|
3131
3131
|
"type": "color",
|
|
3132
|
-
"value": "#
|
|
3132
|
+
"value": "#645DC6",
|
|
3133
3133
|
"description": "default color used for interactive text links",
|
|
3134
3134
|
"references": "color.brand.700",
|
|
3135
3135
|
"derivedFrom": "brand",
|
|
@@ -3139,7 +3139,7 @@
|
|
|
3139
3139
|
"cssVar": "--color-link-hover",
|
|
3140
3140
|
"path": "color.link.hover",
|
|
3141
3141
|
"type": "color",
|
|
3142
|
-
"value": "#
|
|
3142
|
+
"value": "#544DB2",
|
|
3143
3143
|
"description": "color used for interactive text links on hover",
|
|
3144
3144
|
"references": "color.brand.800",
|
|
3145
3145
|
"derivedFrom": "brand",
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
"cssVar": "--button-primary-background-default",
|
|
3760
3760
|
"path": "button.primary.background.default",
|
|
3761
3761
|
"type": "color",
|
|
3762
|
-
"value": "#
|
|
3762
|
+
"value": "#645DC6",
|
|
3763
3763
|
"description": "Primary button background in default state.",
|
|
3764
3764
|
"references": "color.action.primary.default",
|
|
3765
3765
|
"derivedFrom": "action",
|
|
@@ -3769,7 +3769,7 @@
|
|
|
3769
3769
|
"cssVar": "--button-primary-background-hover",
|
|
3770
3770
|
"path": "button.primary.background.hover",
|
|
3771
3771
|
"type": "color",
|
|
3772
|
-
"value": "#
|
|
3772
|
+
"value": "#544DB2",
|
|
3773
3773
|
"description": "Primary button background on hover.",
|
|
3774
3774
|
"references": "color.action.primary.hover",
|
|
3775
3775
|
"derivedFrom": "action",
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
"cssVar": "--button-primary-background-pressed",
|
|
3780
3780
|
"path": "button.primary.background.pressed",
|
|
3781
3781
|
"type": "color",
|
|
3782
|
-
"value": "#
|
|
3782
|
+
"value": "#2F2C63",
|
|
3783
3783
|
"description": "Primary button background on press.",
|
|
3784
3784
|
"references": "color.action.primary.pressed",
|
|
3785
3785
|
"derivedFrom": "action",
|
|
@@ -3969,7 +3969,7 @@
|
|
|
3969
3969
|
"cssVar": "--button-destructive-background-hover",
|
|
3970
3970
|
"path": "button.destructive.background.hover",
|
|
3971
3971
|
"type": "color",
|
|
3972
|
-
"value": "#
|
|
3972
|
+
"value": "#ae2424",
|
|
3973
3973
|
"description": "Destructive button background on hover.",
|
|
3974
3974
|
"references": "color.action.destructive.hover",
|
|
3975
3975
|
"derivedFrom": "action",
|
|
@@ -4179,7 +4179,7 @@
|
|
|
4179
4179
|
"cssVar": "--button-vote-selected-background-default",
|
|
4180
4180
|
"path": "button.vote.selected.background.default",
|
|
4181
4181
|
"type": "color",
|
|
4182
|
-
"value": "#
|
|
4182
|
+
"value": "#645DC6",
|
|
4183
4183
|
"description": "Vote button background when selected (default).",
|
|
4184
4184
|
"references": "color.action.primary.default",
|
|
4185
4185
|
"derivedFrom": "action",
|
|
@@ -4189,7 +4189,7 @@
|
|
|
4189
4189
|
"cssVar": "--button-vote-selected-background-hover",
|
|
4190
4190
|
"path": "button.vote.selected.background.hover",
|
|
4191
4191
|
"type": "color",
|
|
4192
|
-
"value": "#
|
|
4192
|
+
"value": "#544DB2",
|
|
4193
4193
|
"description": "Vote button background when selected (hovered).",
|
|
4194
4194
|
"references": "color.action.primary.hover",
|
|
4195
4195
|
"derivedFrom": "action",
|
|
@@ -4199,7 +4199,7 @@
|
|
|
4199
4199
|
"cssVar": "--button-vote-selected-background-pressed",
|
|
4200
4200
|
"path": "button.vote.selected.background.pressed",
|
|
4201
4201
|
"type": "color",
|
|
4202
|
-
"value": "#
|
|
4202
|
+
"value": "#2F2C63",
|
|
4203
4203
|
"description": "Vote button background when selected (pressed).",
|
|
4204
4204
|
"references": "color.action.primary.pressed",
|
|
4205
4205
|
"derivedFrom": "action",
|
|
@@ -4389,7 +4389,7 @@
|
|
|
4389
4389
|
"cssVar": "--card-title-hover",
|
|
4390
4390
|
"path": "card.title.hover",
|
|
4391
4391
|
"type": "color",
|
|
4392
|
-
"value": "#
|
|
4392
|
+
"value": "#645DC6",
|
|
4393
4393
|
"description": "Card title color on hover (link styling).",
|
|
4394
4394
|
"references": "color.link.default",
|
|
4395
4395
|
"derivedFrom": "link",
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
"cssVar": "--card-content-pressed",
|
|
4430
4430
|
"path": "card.content.pressed",
|
|
4431
4431
|
"type": "color",
|
|
4432
|
-
"value": "#
|
|
4432
|
+
"value": "#544DB2",
|
|
4433
4433
|
"description": "Card body/content color on press (link hovered styling).",
|
|
4434
4434
|
"references": "color.link.hover",
|
|
4435
4435
|
"derivedFrom": "link",
|
|
@@ -4609,7 +4609,7 @@
|
|
|
4609
4609
|
"cssVar": "--feed-item-title-hover",
|
|
4610
4610
|
"path": "feed.item.title.hover",
|
|
4611
4611
|
"type": "color",
|
|
4612
|
-
"value": "#
|
|
4612
|
+
"value": "#645DC6",
|
|
4613
4613
|
"description": "Feed item title color on hover (link styling).",
|
|
4614
4614
|
"references": "color.link.default",
|
|
4615
4615
|
"derivedFrom": "link",
|
|
@@ -4619,7 +4619,7 @@
|
|
|
4619
4619
|
"cssVar": "--feed-item-title-pressed",
|
|
4620
4620
|
"path": "feed.item.title.pressed",
|
|
4621
4621
|
"type": "color",
|
|
4622
|
-
"value": "#
|
|
4622
|
+
"value": "#544DB2",
|
|
4623
4623
|
"description": "Feed item title color on press (link hovered styling).",
|
|
4624
4624
|
"references": "color.link.hover",
|
|
4625
4625
|
"derivedFrom": "link",
|
|
@@ -4649,7 +4649,7 @@
|
|
|
4649
4649
|
"cssVar": "--feed-item-content-pressed",
|
|
4650
4650
|
"path": "feed.item.content.pressed",
|
|
4651
4651
|
"type": "color",
|
|
4652
|
-
"value": "#
|
|
4652
|
+
"value": "#544DB2",
|
|
4653
4653
|
"description": "Feed item content color on press (link hovered styling).",
|
|
4654
4654
|
"references": "color.link.hover",
|
|
4655
4655
|
"derivedFrom": "link",
|
package/dist/tokens.js
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
export const BorderWidth100 = "1px";
|
|
6
6
|
export const BorderWidth200 = "2px";
|
|
7
|
-
export const ColorBrand100 = "#
|
|
8
|
-
export const ColorBrand200 = "#
|
|
9
|
-
export const ColorBrand300 = "#
|
|
10
|
-
export const ColorBrand400 = "#
|
|
11
|
-
export const ColorBrand500 = "#
|
|
12
|
-
export const ColorBrand600 = "#
|
|
13
|
-
export const ColorBrand700 = "#
|
|
14
|
-
export const ColorBrand800 = "#
|
|
15
|
-
export const ColorBrand900 = "#
|
|
16
|
-
export const ColorBrand1000 = "#
|
|
7
|
+
export const ColorBrand100 = "#F2F0FF";
|
|
8
|
+
export const ColorBrand200 = "#DCD8FD";
|
|
9
|
+
export const ColorBrand300 = "#B3ACF6";
|
|
10
|
+
export const ColorBrand400 = "#978FEF";
|
|
11
|
+
export const ColorBrand500 = "#877EE7";
|
|
12
|
+
export const ColorBrand600 = "#7970DB";
|
|
13
|
+
export const ColorBrand700 = "#645DC6";
|
|
14
|
+
export const ColorBrand800 = "#544DB2";
|
|
15
|
+
export const ColorBrand900 = "#2F2C63";
|
|
16
|
+
export const ColorBrand1000 = "#28273F";
|
|
17
17
|
export const ColorNeutral0 = "#FFFFFF";
|
|
18
18
|
export const ColorNeutral100 = "#FAFAFA";
|
|
19
19
|
export const ColorNeutral200 = "#F4F5F6";
|
|
@@ -57,7 +57,7 @@ export const ColorRed400 = "#f86a68";
|
|
|
57
57
|
export const ColorRed500 = "#f15050";
|
|
58
58
|
export const ColorRed600 = "#e23d3d";
|
|
59
59
|
export const ColorRed700 = "#c92c2f";
|
|
60
|
-
export const ColorRed800 = "#
|
|
60
|
+
export const ColorRed800 = "#ae2424";
|
|
61
61
|
export const ColorRed900 = "#5d1a1c";
|
|
62
62
|
export const ColorRed1000 = "#421f21";
|
|
63
63
|
export const ColorYellow100 = "#fff7d6";
|
|
@@ -70,14 +70,14 @@ export const ColorYellow700 = "#946f00";
|
|
|
70
70
|
export const ColorYellow800 = "#7f5f01";
|
|
71
71
|
export const ColorYellow900 = "#533f04";
|
|
72
72
|
export const ColorYellow1000 = "#332e1b";
|
|
73
|
-
export const ColorActionPrimaryDefault = "#
|
|
74
|
-
export const ColorActionPrimaryHover = "#
|
|
75
|
-
export const ColorActionPrimaryPressed = "#
|
|
73
|
+
export const ColorActionPrimaryDefault = "#645DC6"; // default color used for the most prominent call-to-action in the interface
|
|
74
|
+
export const ColorActionPrimaryHover = "#544DB2"; // color used when a primary action is hovered
|
|
75
|
+
export const ColorActionPrimaryPressed = "#2F2C63"; // color used when a primary action is actively pressed
|
|
76
76
|
export const ColorActionNeutralDefault = "#FFFFFF"; // color used for less prominent actions that support the primary action
|
|
77
77
|
export const ColorActionNeutralHover = "#FAFAFA"; // color used when a secondary action is hovered
|
|
78
78
|
export const ColorActionNeutralPressed = "#F4F5F6"; // color used when a secondary action is actively pressed
|
|
79
79
|
export const ColorActionDestructiveDefault = "#c92c2f"; // color used for actions that perform irreversible or potentially harmful operations
|
|
80
|
-
export const ColorActionDestructiveHover = "#
|
|
80
|
+
export const ColorActionDestructiveHover = "#ae2424"; // color used when a destructive action is hovered
|
|
81
81
|
export const ColorActionDestructivePressed = "#5d1a1c"; // color used when a destructive action is actively pressed
|
|
82
82
|
export const ColorSurfacePage = "#FAFAFA"; // application canvas background used behind all UI surfaces
|
|
83
83
|
export const ColorSurfaceDefault = "#FFFFFF"; // default container surface for standard UI sections (cards, panels, content areas)
|
|
@@ -99,10 +99,10 @@ export const ColorStatusInformationBold = "#0c66e4"; // high-emphasis color used
|
|
|
99
99
|
export const ColorStatusDangerBold = "#c92c2f"; // high-emphasis color used for neutral informational messages
|
|
100
100
|
export const ColorCommunityAnswered = "#1f8444"; // color used to indicate that a question or thread has received an accepted answer
|
|
101
101
|
export const ColorCommunityUnanswered = "#696E7C"; // color used to indicate that a question or thread has not yet received a response
|
|
102
|
-
export const ColorCommunityHighlighted = "#
|
|
103
|
-
export const ColorCommunityPinned = "#
|
|
104
|
-
export const ColorLinkDefault = "#
|
|
105
|
-
export const ColorLinkHover = "#
|
|
102
|
+
export const ColorCommunityHighlighted = "#645DC6"; // color used to highlight content that is featured or editorially promoted
|
|
103
|
+
export const ColorCommunityPinned = "#645DC6"; // color used to indicate content that is pinned and prioritized in listings
|
|
104
|
+
export const ColorLinkDefault = "#645DC6"; // default color used for interactive text links
|
|
105
|
+
export const ColorLinkHover = "#544DB2"; // color used for interactive text links on hover
|
|
106
106
|
export const ColorFocusRing = "#388bff"; // default color used for focus rings on interactive elements
|
|
107
107
|
export const ColorOverlayBackdrop = "#2b33467a"; // semi-transparent color displayed behind modals to obscure background content
|
|
108
108
|
export const ColorOverlayInteractiveHover = "#2b33460a"; // overlay color applied to interactive elements to indicate a hover state
|
|
@@ -216,9 +216,9 @@ export const ButtonRadius = "8px"; // Border radius used for all button variants
|
|
|
216
216
|
export const ButtonBorderWidth = "1px"; // Border width used for all button variants.
|
|
217
217
|
export const ButtonFontWeight = 500; // Font weight used for button labels across all variants.
|
|
218
218
|
export const ButtonTextTransform = "none"; // Text transform applied to button labels (e.g., none/uppercase).
|
|
219
|
-
export const ButtonPrimaryBackgroundDefault = "#
|
|
220
|
-
export const ButtonPrimaryBackgroundHover = "#
|
|
221
|
-
export const ButtonPrimaryBackgroundPressed = "#
|
|
219
|
+
export const ButtonPrimaryBackgroundDefault = "#645DC6"; // Primary button background in default state.
|
|
220
|
+
export const ButtonPrimaryBackgroundHover = "#544DB2"; // Primary button background on hover.
|
|
221
|
+
export const ButtonPrimaryBackgroundPressed = "#2F2C63"; // Primary button background on press.
|
|
222
222
|
export const ButtonPrimaryContentDefault = "#FFFFFF"; // Primary button label/icon color in default state.
|
|
223
223
|
export const ButtonPrimaryContentHover = "#FFFFFF"; // Primary button label/icon color on hover.
|
|
224
224
|
export const ButtonPrimaryContentPressed = "#FFFFFF"; // Primary button label/icon color on press.
|
|
@@ -237,7 +237,7 @@ export const ButtonSecondaryBorderHover = "#DEDFE2"; // Secondary button border
|
|
|
237
237
|
export const ButtonSecondaryBorderPressed = "#DEDFE2"; // Secondary button border color on press.
|
|
238
238
|
export const ButtonSecondaryShadow = "none"; // Secondary button shadow (none).
|
|
239
239
|
export const ButtonDestructiveBackgroundDefault = "#c92c2f"; // Destructive button background in default state.
|
|
240
|
-
export const ButtonDestructiveBackgroundHover = "#
|
|
240
|
+
export const ButtonDestructiveBackgroundHover = "#ae2424"; // Destructive button background on hover.
|
|
241
241
|
export const ButtonDestructiveBackgroundPressed = "#5d1a1c"; // Destructive button background on press.
|
|
242
242
|
export const ButtonDestructiveContentDefault = "#FFFFFF"; // Destructive button label/icon color in default state.
|
|
243
243
|
export const ButtonDestructiveContentHover = "#FFFFFF"; // Destructive button label/icon color on hover.
|
|
@@ -258,9 +258,9 @@ export const ButtonVoteBorderPressed = "#DEDFE2"; // Vote button border color on
|
|
|
258
258
|
export const ButtonVoteShadowDefault = "none"; // Vote button shadow in default state (none).
|
|
259
259
|
export const ButtonVoteShadowHover = "none"; // Vote button shadow on hover (none).
|
|
260
260
|
export const ButtonVoteShadowPressed = "none"; // Vote button shadow on press (none).
|
|
261
|
-
export const ButtonVoteSelectedBackgroundDefault = "#
|
|
262
|
-
export const ButtonVoteSelectedBackgroundHover = "#
|
|
263
|
-
export const ButtonVoteSelectedBackgroundPressed = "#
|
|
261
|
+
export const ButtonVoteSelectedBackgroundDefault = "#645DC6"; // Vote button background when selected (default).
|
|
262
|
+
export const ButtonVoteSelectedBackgroundHover = "#544DB2"; // Vote button background when selected (hovered).
|
|
263
|
+
export const ButtonVoteSelectedBackgroundPressed = "#2F2C63"; // Vote button background when selected (pressed).
|
|
264
264
|
export const ButtonVoteSelectedContentDefault = "#FFFFFF"; // Vote button content color when selected (default).
|
|
265
265
|
export const ButtonVoteSelectedContentHover = "#FFFFFF"; // Vote button content color when selected (hovered).
|
|
266
266
|
export const ButtonVoteSelectedContentPressed = "#FFFFFF"; // Vote button content color when selected (pressed).
|
|
@@ -279,11 +279,11 @@ export const CardBackgroundDefault = "#FFFFFF"; // Card background in default st
|
|
|
279
279
|
export const CardBackgroundHover = "#FFFFFF"; // Card background on hover.
|
|
280
280
|
export const CardBackgroundPressed = "#FFFFFF"; // Card background on press.
|
|
281
281
|
export const CardTitleDefault = "#2B3346"; // Card title color in default state.
|
|
282
|
-
export const CardTitleHover = "#
|
|
282
|
+
export const CardTitleHover = "#645DC6"; // Card title color on hover (link styling).
|
|
283
283
|
export const CardTitlePressed = "#2B3346"; // Card title color on press.
|
|
284
284
|
export const CardContentDefault = "#2B3346"; // Card body/content color in default state.
|
|
285
285
|
export const CardContentHover = "#2B3346"; // Card body/content color on hover.
|
|
286
|
-
export const CardContentPressed = "#
|
|
286
|
+
export const CardContentPressed = "#544DB2"; // Card body/content color on press (link hovered styling).
|
|
287
287
|
export const CardShadowDefault = "none"; // Card shadow in default state (none).
|
|
288
288
|
export const CardShadowHover =
|
|
289
289
|
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Card shadow on hover.
|
|
@@ -303,11 +303,11 @@ export const FeedItemBackgroundDefault = "#FFFFFF"; // Feed item background in d
|
|
|
303
303
|
export const FeedItemBackgroundHover = "#FFFFFF"; // Feed item background on hover.
|
|
304
304
|
export const FeedItemBackgroundPressed = "#FFFFFF"; // Feed item background on press.
|
|
305
305
|
export const FeedItemTitleDefault = "#2B3346"; // Feed item title color in default state.
|
|
306
|
-
export const FeedItemTitleHover = "#
|
|
307
|
-
export const FeedItemTitlePressed = "#
|
|
306
|
+
export const FeedItemTitleHover = "#645DC6"; // Feed item title color on hover (link styling).
|
|
307
|
+
export const FeedItemTitlePressed = "#544DB2"; // Feed item title color on press (link hovered styling).
|
|
308
308
|
export const FeedItemContentDefault = "#2B3346"; // Feed item content color in default state.
|
|
309
309
|
export const FeedItemContentHover = "#2B3346"; // Feed item content color on hover.
|
|
310
|
-
export const FeedItemContentPressed = "#
|
|
310
|
+
export const FeedItemContentPressed = "#544DB2"; // Feed item content color on press (link hovered styling).
|
|
311
311
|
export const FeedItemShadowDefault = "none"; // Feed item shadow in default state (none).
|
|
312
312
|
export const FeedItemShadowHover =
|
|
313
313
|
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Feed item shadow on hover.
|
|
@@ -343,16 +343,16 @@ export const WidgetIntroductionContent = "#2B3346"; // Introduction widget body/
|
|
|
343
343
|
export const WidgetIntroductionIconBackground = "#1f8444"; // Introduction widget icon container background.
|
|
344
344
|
export const WidgetIntroductionIconContent = "#FFFFFF"; // Introduction widget icon color.
|
|
345
345
|
export const WidgetIntroductionCloseContent = "#696E7C"; // Introduction widget close button color.
|
|
346
|
-
export const ThemeBrand100 = "#
|
|
347
|
-
export const ThemeBrand200 = "#
|
|
348
|
-
export const ThemeBrand300 = "#
|
|
349
|
-
export const ThemeBrand400 = "#
|
|
350
|
-
export const ThemeBrand500 = "#
|
|
351
|
-
export const ThemeBrand600 = "#
|
|
352
|
-
export const ThemeBrand700 = "#
|
|
353
|
-
export const ThemeBrand800 = "#
|
|
354
|
-
export const ThemeBrand900 = "#
|
|
355
|
-
export const ThemeBrand1000 = "#
|
|
346
|
+
export const ThemeBrand100 = "#F2F0FF";
|
|
347
|
+
export const ThemeBrand200 = "#DCD8FD";
|
|
348
|
+
export const ThemeBrand300 = "#B3ACF6";
|
|
349
|
+
export const ThemeBrand400 = "#978FEF";
|
|
350
|
+
export const ThemeBrand500 = "#877EE7";
|
|
351
|
+
export const ThemeBrand600 = "#7970DB";
|
|
352
|
+
export const ThemeBrand700 = "#645DC6";
|
|
353
|
+
export const ThemeBrand800 = "#544DB2";
|
|
354
|
+
export const ThemeBrand900 = "#2F2C63";
|
|
355
|
+
export const ThemeBrand1000 = "#28273F";
|
|
356
356
|
export const ThemeNeutral0 = "#FFFFFF";
|
|
357
357
|
export const ThemeNeutral100 = "#FAFAFA";
|
|
358
358
|
export const ThemeNeutral200 = "#F4F5F6";
|
package/dist/tokens.json
CHANGED
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
},
|
|
8
8
|
"color": {
|
|
9
9
|
"brand": {
|
|
10
|
-
"100": "#
|
|
11
|
-
"200": "#
|
|
12
|
-
"300": "#
|
|
13
|
-
"400": "#
|
|
14
|
-
"500": "#
|
|
15
|
-
"600": "#
|
|
16
|
-
"700": "#
|
|
17
|
-
"800": "#
|
|
18
|
-
"900": "#
|
|
19
|
-
"1000": "#
|
|
10
|
+
"100": "#F2F0FF",
|
|
11
|
+
"200": "#DCD8FD",
|
|
12
|
+
"300": "#B3ACF6",
|
|
13
|
+
"400": "#978FEF",
|
|
14
|
+
"500": "#877EE7",
|
|
15
|
+
"600": "#7970DB",
|
|
16
|
+
"700": "#645DC6",
|
|
17
|
+
"800": "#544DB2",
|
|
18
|
+
"900": "#2F2C63",
|
|
19
|
+
"1000": "#28273F"
|
|
20
20
|
},
|
|
21
21
|
"neutral": {
|
|
22
22
|
"0": "#FFFFFF",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"500": "#f15050",
|
|
69
69
|
"600": "#e23d3d",
|
|
70
70
|
"700": "#c92c2f",
|
|
71
|
-
"800": "#
|
|
71
|
+
"800": "#ae2424",
|
|
72
72
|
"900": "#5d1a1c",
|
|
73
73
|
"1000": "#421f21"
|
|
74
74
|
},
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
},
|
|
87
87
|
"action": {
|
|
88
88
|
"primary": {
|
|
89
|
-
"default": "#
|
|
90
|
-
"hover": "#
|
|
91
|
-
"pressed": "#
|
|
89
|
+
"default": "#645DC6",
|
|
90
|
+
"hover": "#544DB2",
|
|
91
|
+
"pressed": "#2F2C63"
|
|
92
92
|
},
|
|
93
93
|
"neutral": {
|
|
94
94
|
"default": "#FFFFFF",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
"destructive": {
|
|
99
99
|
"default": "#c92c2f",
|
|
100
|
-
"hover": "#
|
|
100
|
+
"hover": "#ae2424",
|
|
101
101
|
"pressed": "#5d1a1c"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"community": {
|
|
139
139
|
"answered": "#1f8444",
|
|
140
140
|
"unanswered": "#696E7C",
|
|
141
|
-
"highlighted": "#
|
|
142
|
-
"pinned": "#
|
|
141
|
+
"highlighted": "#645DC6",
|
|
142
|
+
"pinned": "#645DC6"
|
|
143
143
|
},
|
|
144
144
|
"link": {
|
|
145
|
-
"default": "#
|
|
146
|
-
"hover": "#
|
|
145
|
+
"default": "#645DC6",
|
|
146
|
+
"hover": "#544DB2"
|
|
147
147
|
},
|
|
148
148
|
"focus": {
|
|
149
149
|
"ring": "#388bff"
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
},
|
|
367
367
|
"primary": {
|
|
368
368
|
"background": {
|
|
369
|
-
"default": "#
|
|
370
|
-
"hover": "#
|
|
371
|
-
"pressed": "#
|
|
369
|
+
"default": "#645DC6",
|
|
370
|
+
"hover": "#544DB2",
|
|
371
|
+
"pressed": "#2F2C63"
|
|
372
372
|
},
|
|
373
373
|
"content": {
|
|
374
374
|
"default": "#FFFFFF",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"destructive": {
|
|
404
404
|
"background": {
|
|
405
405
|
"default": "#c92c2f",
|
|
406
|
-
"hover": "#
|
|
406
|
+
"hover": "#ae2424",
|
|
407
407
|
"pressed": "#5d1a1c"
|
|
408
408
|
},
|
|
409
409
|
"content": {
|
|
@@ -441,9 +441,9 @@
|
|
|
441
441
|
},
|
|
442
442
|
"selected": {
|
|
443
443
|
"background": {
|
|
444
|
-
"default": "#
|
|
445
|
-
"hover": "#
|
|
446
|
-
"pressed": "#
|
|
444
|
+
"default": "#645DC6",
|
|
445
|
+
"hover": "#544DB2",
|
|
446
|
+
"pressed": "#2F2C63"
|
|
447
447
|
},
|
|
448
448
|
"content": {
|
|
449
449
|
"default": "#FFFFFF",
|
|
@@ -478,13 +478,13 @@
|
|
|
478
478
|
},
|
|
479
479
|
"title": {
|
|
480
480
|
"default": "#2B3346",
|
|
481
|
-
"hover": "#
|
|
481
|
+
"hover": "#645DC6",
|
|
482
482
|
"pressed": "#2B3346"
|
|
483
483
|
},
|
|
484
484
|
"content": {
|
|
485
485
|
"default": "#2B3346",
|
|
486
486
|
"hover": "#2B3346",
|
|
487
|
-
"pressed": "#
|
|
487
|
+
"pressed": "#544DB2"
|
|
488
488
|
},
|
|
489
489
|
"shadow": {
|
|
490
490
|
"default": "none",
|
|
@@ -517,13 +517,13 @@
|
|
|
517
517
|
},
|
|
518
518
|
"title": {
|
|
519
519
|
"default": "#2B3346",
|
|
520
|
-
"hover": "#
|
|
521
|
-
"pressed": "#
|
|
520
|
+
"hover": "#645DC6",
|
|
521
|
+
"pressed": "#544DB2"
|
|
522
522
|
},
|
|
523
523
|
"content": {
|
|
524
524
|
"default": "#2B3346",
|
|
525
525
|
"hover": "#2B3346",
|
|
526
|
-
"pressed": "#
|
|
526
|
+
"pressed": "#544DB2"
|
|
527
527
|
},
|
|
528
528
|
"shadow": {
|
|
529
529
|
"default": "none",
|
|
@@ -592,16 +592,16 @@
|
|
|
592
592
|
},
|
|
593
593
|
"theme": {
|
|
594
594
|
"brand": {
|
|
595
|
-
"100": "#
|
|
596
|
-
"200": "#
|
|
597
|
-
"300": "#
|
|
598
|
-
"400": "#
|
|
599
|
-
"500": "#
|
|
600
|
-
"600": "#
|
|
601
|
-
"700": "#
|
|
602
|
-
"800": "#
|
|
603
|
-
"900": "#
|
|
604
|
-
"1000": "#
|
|
595
|
+
"100": "#F2F0FF",
|
|
596
|
+
"200": "#DCD8FD",
|
|
597
|
+
"300": "#B3ACF6",
|
|
598
|
+
"400": "#978FEF",
|
|
599
|
+
"500": "#877EE7",
|
|
600
|
+
"600": "#7970DB",
|
|
601
|
+
"700": "#645DC6",
|
|
602
|
+
"800": "#544DB2",
|
|
603
|
+
"900": "#2F2C63",
|
|
604
|
+
"1000": "#28273F"
|
|
605
605
|
},
|
|
606
606
|
"neutral": {
|
|
607
607
|
"0": "#FFFFFF",
|
package/dist/tokens.scss
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
$border-width-100: 1px;
|
|
5
5
|
$border-width-200: 2px;
|
|
6
|
-
$color-brand-100: #
|
|
7
|
-
$color-brand-200: #
|
|
8
|
-
$color-brand-300: #
|
|
9
|
-
$color-brand-400: #
|
|
10
|
-
$color-brand-500: #
|
|
11
|
-
$color-brand-600: #
|
|
12
|
-
$color-brand-700: #
|
|
13
|
-
$color-brand-800: #
|
|
14
|
-
$color-brand-900: #
|
|
15
|
-
$color-brand-1000: #
|
|
6
|
+
$color-brand-100: #F2F0FF;
|
|
7
|
+
$color-brand-200: #DCD8FD;
|
|
8
|
+
$color-brand-300: #B3ACF6;
|
|
9
|
+
$color-brand-400: #978FEF;
|
|
10
|
+
$color-brand-500: #877EE7;
|
|
11
|
+
$color-brand-600: #7970DB;
|
|
12
|
+
$color-brand-700: #645DC6;
|
|
13
|
+
$color-brand-800: #544DB2;
|
|
14
|
+
$color-brand-900: #2F2C63;
|
|
15
|
+
$color-brand-1000: #28273F;
|
|
16
16
|
$color-neutral-0: #FFFFFF;
|
|
17
17
|
$color-neutral-100: #FAFAFA;
|
|
18
18
|
$color-neutral-200: #F4F5F6;
|
|
@@ -56,7 +56,7 @@ $color-red-400: #f86a68;
|
|
|
56
56
|
$color-red-500: #f15050;
|
|
57
57
|
$color-red-600: #e23d3d;
|
|
58
58
|
$color-red-700: #c92c2f;
|
|
59
|
-
$color-red-800: #
|
|
59
|
+
$color-red-800: #ae2424;
|
|
60
60
|
$color-red-900: #5d1a1c;
|
|
61
61
|
$color-red-1000: #421f21;
|
|
62
62
|
$color-yellow-100: #fff7d6;
|
|
@@ -69,14 +69,14 @@ $color-yellow-700: #946f00;
|
|
|
69
69
|
$color-yellow-800: #7f5f01;
|
|
70
70
|
$color-yellow-900: #533f04;
|
|
71
71
|
$color-yellow-1000: #332e1b;
|
|
72
|
-
$color-action-primary-default: #
|
|
73
|
-
$color-action-primary-hover: #
|
|
74
|
-
$color-action-primary-pressed: #
|
|
72
|
+
$color-action-primary-default: #645DC6; // default color used for the most prominent call-to-action in the interface
|
|
73
|
+
$color-action-primary-hover: #544DB2; // color used when a primary action is hovered
|
|
74
|
+
$color-action-primary-pressed: #2F2C63; // color used when a primary action is actively pressed
|
|
75
75
|
$color-action-neutral-default: #FFFFFF; // color used for less prominent actions that support the primary action
|
|
76
76
|
$color-action-neutral-hover: #FAFAFA; // color used when a secondary action is hovered
|
|
77
77
|
$color-action-neutral-pressed: #F4F5F6; // color used when a secondary action is actively pressed
|
|
78
78
|
$color-action-destructive-default: #c92c2f; // color used for actions that perform irreversible or potentially harmful operations
|
|
79
|
-
$color-action-destructive-hover: #
|
|
79
|
+
$color-action-destructive-hover: #ae2424; // color used when a destructive action is hovered
|
|
80
80
|
$color-action-destructive-pressed: #5d1a1c; // color used when a destructive action is actively pressed
|
|
81
81
|
$color-surface-page: #FAFAFA; // application canvas background used behind all UI surfaces
|
|
82
82
|
$color-surface-default: #FFFFFF; // default container surface for standard UI sections (cards, panels, content areas)
|
|
@@ -98,10 +98,10 @@ $color-status-information-bold: #0c66e4; // high-emphasis color used to indicate
|
|
|
98
98
|
$color-status-danger-bold: #c92c2f; // high-emphasis color used for neutral informational messages
|
|
99
99
|
$color-community-answered: #1f8444; // color used to indicate that a question or thread has received an accepted answer
|
|
100
100
|
$color-community-unanswered: #696E7C; // color used to indicate that a question or thread has not yet received a response
|
|
101
|
-
$color-community-highlighted: #
|
|
102
|
-
$color-community-pinned: #
|
|
103
|
-
$color-link-default: #
|
|
104
|
-
$color-link-hover: #
|
|
101
|
+
$color-community-highlighted: #645DC6; // color used to highlight content that is featured or editorially promoted
|
|
102
|
+
$color-community-pinned: #645DC6; // color used to indicate content that is pinned and prioritized in listings
|
|
103
|
+
$color-link-default: #645DC6; // default color used for interactive text links
|
|
104
|
+
$color-link-hover: #544DB2; // color used for interactive text links on hover
|
|
105
105
|
$color-focus-ring: #388bff; // default color used for focus rings on interactive elements
|
|
106
106
|
$color-overlay-backdrop: rgba(43, 51, 70, 0.48); // semi-transparent color displayed behind modals to obscure background content
|
|
107
107
|
$color-overlay-interactive-hover: rgba(43, 51, 70, 0.04); // overlay color applied to interactive elements to indicate a hover state
|
|
@@ -209,9 +209,9 @@ $button-radius: 8px; // Border radius used for all button variants.
|
|
|
209
209
|
$button-border-width: 1px; // Border width used for all button variants.
|
|
210
210
|
$button-font-weight: 500; // Font weight used for button labels across all variants.
|
|
211
211
|
$button-text-transform: none; // Text transform applied to button labels (e.g., none/uppercase).
|
|
212
|
-
$button-primary-background-default: #
|
|
213
|
-
$button-primary-background-hover: #
|
|
214
|
-
$button-primary-background-pressed: #
|
|
212
|
+
$button-primary-background-default: #645DC6; // Primary button background in default state.
|
|
213
|
+
$button-primary-background-hover: #544DB2; // Primary button background on hover.
|
|
214
|
+
$button-primary-background-pressed: #2F2C63; // Primary button background on press.
|
|
215
215
|
$button-primary-content-default: #FFFFFF; // Primary button label/icon color in default state.
|
|
216
216
|
$button-primary-content-hover: #FFFFFF; // Primary button label/icon color on hover.
|
|
217
217
|
$button-primary-content-pressed: #FFFFFF; // Primary button label/icon color on press.
|
|
@@ -230,7 +230,7 @@ $button-secondary-border-hover: #DEDFE2; // Secondary button border color on hov
|
|
|
230
230
|
$button-secondary-border-pressed: #DEDFE2; // Secondary button border color on press.
|
|
231
231
|
$button-secondary-shadow: none; // Secondary button shadow (none).
|
|
232
232
|
$button-destructive-background-default: #c92c2f; // Destructive button background in default state.
|
|
233
|
-
$button-destructive-background-hover: #
|
|
233
|
+
$button-destructive-background-hover: #ae2424; // Destructive button background on hover.
|
|
234
234
|
$button-destructive-background-pressed: #5d1a1c; // Destructive button background on press.
|
|
235
235
|
$button-destructive-content-default: #FFFFFF; // Destructive button label/icon color in default state.
|
|
236
236
|
$button-destructive-content-hover: #FFFFFF; // Destructive button label/icon color on hover.
|
|
@@ -251,9 +251,9 @@ $button-vote-border-pressed: #DEDFE2; // Vote button border color on press.
|
|
|
251
251
|
$button-vote-shadow-default: none; // Vote button shadow in default state (none).
|
|
252
252
|
$button-vote-shadow-hover: none; // Vote button shadow on hover (none).
|
|
253
253
|
$button-vote-shadow-pressed: none; // Vote button shadow on press (none).
|
|
254
|
-
$button-vote-selected-background-default: #
|
|
255
|
-
$button-vote-selected-background-hover: #
|
|
256
|
-
$button-vote-selected-background-pressed: #
|
|
254
|
+
$button-vote-selected-background-default: #645DC6; // Vote button background when selected (default).
|
|
255
|
+
$button-vote-selected-background-hover: #544DB2; // Vote button background when selected (hovered).
|
|
256
|
+
$button-vote-selected-background-pressed: #2F2C63; // Vote button background when selected (pressed).
|
|
257
257
|
$button-vote-selected-content-default: #FFFFFF; // Vote button content color when selected (default).
|
|
258
258
|
$button-vote-selected-content-hover: #FFFFFF; // Vote button content color when selected (hovered).
|
|
259
259
|
$button-vote-selected-content-pressed: #FFFFFF; // Vote button content color when selected (pressed).
|
|
@@ -272,11 +272,11 @@ $card-background-default: #FFFFFF; // Card background in default state.
|
|
|
272
272
|
$card-background-hover: #FFFFFF; // Card background on hover.
|
|
273
273
|
$card-background-pressed: #FFFFFF; // Card background on press.
|
|
274
274
|
$card-title-default: #2B3346; // Card title color in default state.
|
|
275
|
-
$card-title-hover: #
|
|
275
|
+
$card-title-hover: #645DC6; // Card title color on hover (link styling).
|
|
276
276
|
$card-title-pressed: #2B3346; // Card title color on press.
|
|
277
277
|
$card-content-default: #2B3346; // Card body/content color in default state.
|
|
278
278
|
$card-content-hover: #2B3346; // Card body/content color on hover.
|
|
279
|
-
$card-content-pressed: #
|
|
279
|
+
$card-content-pressed: #544DB2; // Card body/content color on press (link hovered styling).
|
|
280
280
|
$card-shadow-default: none; // Card shadow in default state (none).
|
|
281
281
|
$card-shadow-hover: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1); // Card shadow on hover.
|
|
282
282
|
$card-shadow-pressed: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1); // Card shadow on press.
|
|
@@ -294,11 +294,11 @@ $feed-item-background-default: #FFFFFF; // Feed item background in default state
|
|
|
294
294
|
$feed-item-background-hover: #FFFFFF; // Feed item background on hover.
|
|
295
295
|
$feed-item-background-pressed: #FFFFFF; // Feed item background on press.
|
|
296
296
|
$feed-item-title-default: #2B3346; // Feed item title color in default state.
|
|
297
|
-
$feed-item-title-hover: #
|
|
298
|
-
$feed-item-title-pressed: #
|
|
297
|
+
$feed-item-title-hover: #645DC6; // Feed item title color on hover (link styling).
|
|
298
|
+
$feed-item-title-pressed: #544DB2; // Feed item title color on press (link hovered styling).
|
|
299
299
|
$feed-item-content-default: #2B3346; // Feed item content color in default state.
|
|
300
300
|
$feed-item-content-hover: #2B3346; // Feed item content color on hover.
|
|
301
|
-
$feed-item-content-pressed: #
|
|
301
|
+
$feed-item-content-pressed: #544DB2; // Feed item content color on press (link hovered styling).
|
|
302
302
|
$feed-item-shadow-default: none; // Feed item shadow in default state (none).
|
|
303
303
|
$feed-item-shadow-hover: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1); // Feed item shadow on hover.
|
|
304
304
|
$feed-item-shadow-pressed: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1); // Feed item shadow on press.
|
|
@@ -332,16 +332,16 @@ $widget-introduction-content: #2B3346; // Introduction widget body/content color
|
|
|
332
332
|
$widget-introduction-icon-background: #1f8444; // Introduction widget icon container background.
|
|
333
333
|
$widget-introduction-icon-content: #FFFFFF; // Introduction widget icon color.
|
|
334
334
|
$widget-introduction-close-content: #696E7C; // Introduction widget close button color.
|
|
335
|
-
$theme-brand-100: #
|
|
336
|
-
$theme-brand-200: #
|
|
337
|
-
$theme-brand-300: #
|
|
338
|
-
$theme-brand-400: #
|
|
339
|
-
$theme-brand-500: #
|
|
340
|
-
$theme-brand-600: #
|
|
341
|
-
$theme-brand-700: #
|
|
342
|
-
$theme-brand-800: #
|
|
343
|
-
$theme-brand-900: #
|
|
344
|
-
$theme-brand-1000: #
|
|
335
|
+
$theme-brand-100: #F2F0FF;
|
|
336
|
+
$theme-brand-200: #DCD8FD;
|
|
337
|
+
$theme-brand-300: #B3ACF6;
|
|
338
|
+
$theme-brand-400: #978FEF;
|
|
339
|
+
$theme-brand-500: #877EE7;
|
|
340
|
+
$theme-brand-600: #7970DB;
|
|
341
|
+
$theme-brand-700: #645DC6;
|
|
342
|
+
$theme-brand-800: #544DB2;
|
|
343
|
+
$theme-brand-900: #2F2C63;
|
|
344
|
+
$theme-brand-1000: #28273F;
|
|
345
345
|
$theme-neutral-0: #FFFFFF;
|
|
346
346
|
$theme-neutral-100: #FAFAFA;
|
|
347
347
|
$theme-neutral-200: #F4F5F6;
|
package/package.json
CHANGED