@khanacademy/wonder-blocks-tokens 16.6.0 → 16.8.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.
- package/.turbo/turbo-build$colon$css.log +1 -1
- package/CHANGELOG.md +21 -0
- package/dist/css/index.css +159 -63
- package/dist/css/vars.css +145 -49
- package/dist/es/index.js +2 -2
- package/dist/index.d.ts +62 -0
- package/dist/index.js +2 -2
- package/dist/theme/default.d.ts +62 -0
- package/dist/theme/semantic/semantic-color-syl-dark.d.ts +62 -0
- package/dist/theme/semantic/semantic-color-thunderblocks.d.ts +62 -0
- package/dist/theme/semantic/semantic-color.d.ts +62 -0
- package/dist/theme/syl-dark.d.ts +62 -0
- package/dist/theme/thunderblocks.d.ts +62 -0
- package/dist/tokens/theme.d.ts +62 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-tokens@16.
|
|
2
|
+
> @khanacademy/wonder-blocks-tokens@16.8.0 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-tokens
|
|
3
3
|
> node -r @swc-node/register ./src/build/generate-css-variables.ts
|
|
4
4
|
|
|
5
5
|
CSS variables generated successfully in: /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-tokens/dist/css
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-tokens
|
|
2
2
|
|
|
3
|
+
## 16.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f13552a: Add learning tokens for character flesh background and border
|
|
8
|
+
|
|
9
|
+
## 16.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 9773405: Add `core.shadow.chonky.disabled.subtle/default` tokens and use for `chonky.disabled.*` tokens. Update semantic color core tokens in `syl-dark` related to chonky tokens and border neutral tokens
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 0907f64: Update yellow_01 and green_01 primitives. Update syl-dark background.success/warning.subtle to address color contrast issues with interactive elements in banners
|
|
18
|
+
- 9773405: ActivityIconButton: Add component theme token for the label to accommodate syl-dark
|
|
19
|
+
- 022e775: SYL Dark - Update disabled semantic color core tokens
|
|
20
|
+
- e181c15: syl-dark theme: Update `core.background.neutral.default` to `gray_30`
|
|
21
|
+
- c033245: SYL Dark tokens: Update background.base.subtle/default
|
|
22
|
+
- a2bbc0a: SYL Dark semantic color tokens: Use TB tokens for `input.checked`
|
|
23
|
+
|
|
3
24
|
## 16.6.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/dist/css/index.css
CHANGED
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
--wb-c-banner-root-border-width-inlineEnd: var(--wb-border-width-thin);
|
|
27
27
|
--wb-c-banner-root-border-width-blockStart: var(--wb-border-width-thin);
|
|
28
28
|
--wb-c-banner-root-border-width-blockEnd: var(--wb-border-width-thin);
|
|
29
|
-
--wb-c-banner-root-color-border-info: var(--wb-semanticColor-
|
|
30
|
-
--wb-c-banner-root-color-border-success: var(--wb-semanticColor-
|
|
31
|
-
--wb-c-banner-root-color-border-warning: var(--wb-semanticColor-
|
|
32
|
-
--wb-c-banner-root-color-border-critical: var(--wb-semanticColor-
|
|
29
|
+
--wb-c-banner-root-color-border-info: var(--wb-semanticColor-core-transparent);
|
|
30
|
+
--wb-c-banner-root-color-border-success: var(--wb-semanticColor-core-transparent);
|
|
31
|
+
--wb-c-banner-root-color-border-warning: var(--wb-semanticColor-core-transparent);
|
|
32
|
+
--wb-c-banner-root-color-border-critical: var(--wb-semanticColor-core-transparent);
|
|
33
33
|
--wb-c-banner-root-layout-paddingInlineStart: var(--wb-sizing-size_160);
|
|
34
34
|
--wb-c-banner-root-layout-gap: var(--wb-sizing-size_120);
|
|
35
35
|
--wb-c-banner-icon-color-info: var(--wb-semanticColor-feedback-info-subtle-icon);
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
--wb-c-banner-root-border-width-inlineEnd: var(--wb-border-width-thin);
|
|
50
50
|
--wb-c-banner-root-border-width-blockStart: var(--wb-border-width-thin);
|
|
51
51
|
--wb-c-banner-root-border-width-blockEnd: var(--wb-border-width-thin);
|
|
52
|
-
--wb-c-banner-root-color-border-info: var(--wb-semanticColor-
|
|
53
|
-
--wb-c-banner-root-color-border-success: var(--wb-semanticColor-
|
|
54
|
-
--wb-c-banner-root-color-border-warning: var(--wb-semanticColor-
|
|
55
|
-
--wb-c-banner-root-color-border-critical: var(--wb-semanticColor-
|
|
52
|
+
--wb-c-banner-root-color-border-info: var(--wb-semanticColor-core-transparent);
|
|
53
|
+
--wb-c-banner-root-color-border-success: var(--wb-semanticColor-core-transparent);
|
|
54
|
+
--wb-c-banner-root-color-border-warning: var(--wb-semanticColor-core-transparent);
|
|
55
|
+
--wb-c-banner-root-color-border-critical: var(--wb-semanticColor-core-transparent);
|
|
56
56
|
--wb-c-banner-root-layout-paddingInlineStart: var(--wb-sizing-size_160);
|
|
57
57
|
--wb-c-banner-root-layout-gap: var(--wb-sizing-size_120);
|
|
58
58
|
--wb-c-banner-icon-color-info: var(--wb-semanticColor-feedback-info-subtle-icon);
|
|
@@ -277,7 +277,6 @@
|
|
|
277
277
|
--wb-c-dropdown-listbox-shadow-default: var(--wb-boxShadow-mid);
|
|
278
278
|
--wb-c-dropdown-opener-border-width-error: var(--wb-border-width-thin);
|
|
279
279
|
--wb-c-dropdown-opener-border-radius-rest: var(--wb-border-radius-radius_040);
|
|
280
|
-
--wb-c-dropdown-opener-color-icon: var(--wb-semanticColor-core-foreground-neutral-default);
|
|
281
280
|
--wb-c-dropdown-opener-layout-padding-inline: var(--wb-sizing-size_160);
|
|
282
281
|
--wb-c-dropdown-opener-layout-padding-inlineStart: var(--wb-sizing-size_160);
|
|
283
282
|
--wb-c-dropdown-opener-layout-padding-inlineEnd: var(--wb-sizing-size_120);
|
|
@@ -294,7 +293,6 @@
|
|
|
294
293
|
--wb-c-dropdown-listbox-shadow-default: var(--wb-boxShadow-low);
|
|
295
294
|
--wb-c-dropdown-opener-border-width-error: var(--wb-border-width-medium);
|
|
296
295
|
--wb-c-dropdown-opener-border-radius-rest: var(--wb-border-radius-radius_080);
|
|
297
|
-
--wb-c-dropdown-opener-color-icon: var(--wb-semanticColor-core-foreground-instructive-default);
|
|
298
296
|
--wb-c-dropdown-opener-layout-padding-inline: var(--wb-sizing-size_120);
|
|
299
297
|
--wb-c-dropdown-opener-layout-padding-inlineStart: var(--wb-sizing-size_120);
|
|
300
298
|
--wb-c-dropdown-opener-layout-padding-inlineEnd: var(--wb-sizing-size_120);
|
|
@@ -311,7 +309,6 @@
|
|
|
311
309
|
--wb-c-dropdown-listbox-shadow-default: var(--wb-boxShadow-low);
|
|
312
310
|
--wb-c-dropdown-opener-border-width-error: var(--wb-border-width-medium);
|
|
313
311
|
--wb-c-dropdown-opener-border-radius-rest: var(--wb-border-radius-radius_080);
|
|
314
|
-
--wb-c-dropdown-opener-color-icon: var(--wb-semanticColor-core-foreground-instructive-default);
|
|
315
312
|
--wb-c-dropdown-opener-layout-padding-inline: var(--wb-sizing-size_120);
|
|
316
313
|
--wb-c-dropdown-opener-layout-padding-inlineStart: var(--wb-sizing-size_120);
|
|
317
314
|
--wb-c-dropdown-opener-layout-padding-inlineEnd: var(--wb-sizing-size_120);
|
|
@@ -370,7 +367,8 @@
|
|
|
370
367
|
--wb-c-icon-button-iconButton-icon-sizing-xsmall: var(--wb-sizing-size_160);
|
|
371
368
|
--wb-c-icon-button-iconButton-icon-sizing-small: var(--wb-sizing-size_240);
|
|
372
369
|
--wb-c-icon-button-iconButton-icon-sizing-medium: var(--wb-sizing-size_240);
|
|
373
|
-
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_240);
|
|
370
|
+
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_240);
|
|
371
|
+
--wb-c-icon-button-activityIconButton-label-color-progressive: var(--wb-semanticColor-core-foreground-instructive-default);}
|
|
374
372
|
|
|
375
373
|
[data-wb-theme='syl-dark'] {--wb-c-icon-button-iconButton-root-border-offset-primary: var(--wb-border-width-medium);
|
|
376
374
|
--wb-c-icon-button-iconButton-root-border-offset-secondary: calc(-1 * var(--wb-border-width-medium));
|
|
@@ -394,7 +392,8 @@
|
|
|
394
392
|
--wb-c-icon-button-iconButton-icon-sizing-xsmall: var(--wb-sizing-size_120);
|
|
395
393
|
--wb-c-icon-button-iconButton-icon-sizing-small: var(--wb-sizing-size_120);
|
|
396
394
|
--wb-c-icon-button-iconButton-icon-sizing-medium: var(--wb-sizing-size_180);
|
|
397
|
-
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_200);
|
|
395
|
+
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_200);
|
|
396
|
+
--wb-c-icon-button-activityIconButton-label-color-progressive: var(--wb-semanticColor-core-foreground-neutral-strong);}
|
|
398
397
|
|
|
399
398
|
[data-wb-theme='thunderblocks'] {--wb-c-icon-button-iconButton-root-border-offset-primary: var(--wb-border-width-medium);
|
|
400
399
|
--wb-c-icon-button-iconButton-root-border-offset-secondary: calc(-1 * var(--wb-border-width-medium));
|
|
@@ -418,7 +417,8 @@
|
|
|
418
417
|
--wb-c-icon-button-iconButton-icon-sizing-xsmall: var(--wb-sizing-size_120);
|
|
419
418
|
--wb-c-icon-button-iconButton-icon-sizing-small: var(--wb-sizing-size_120);
|
|
420
419
|
--wb-c-icon-button-iconButton-icon-sizing-medium: var(--wb-sizing-size_180);
|
|
421
|
-
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_200);
|
|
420
|
+
--wb-c-icon-button-iconButton-icon-sizing-large: var(--wb-sizing-size_200);
|
|
421
|
+
--wb-c-icon-button-activityIconButton-label-color-progressive: var(--wb-semanticColor-core-foreground-instructive-default);}:root, [data-wb-theme='default'] {--wb-c-labeled-field-root-layout-paddingBlockEnd-labelWithDescription: var(--wb-sizing-size_040);
|
|
422
422
|
--wb-c-labeled-field-root-layout-paddingBlockEnd-labelWithNoDescription: var(--wb-sizing-size_120);
|
|
423
423
|
--wb-c-labeled-field-root-layout-spacingBetweenHelperText: var(--wb-sizing-size_120);
|
|
424
424
|
--wb-c-labeled-field-label-color-error-foreground: var(--wb-semanticColor-core-foreground-neutral-strong);
|
|
@@ -673,6 +673,8 @@
|
|
|
673
673
|
--wb-semanticColor-core-shadow-chonky-neutral-subtle: #b8b9bb;
|
|
674
674
|
--wb-semanticColor-core-shadow-chonky-neutral-default: #909296;
|
|
675
675
|
--wb-semanticColor-core-shadow-chonky-neutral-strong: #21242c;
|
|
676
|
+
--wb-semanticColor-core-shadow-chonky-disabled-subtle: transparent;
|
|
677
|
+
--wb-semanticColor-core-shadow-chonky-disabled-default: #b8b9bb;
|
|
676
678
|
--wb-semanticColor-learning-math-foreground-blue: #3D7586;
|
|
677
679
|
--wb-semanticColor-learning-math-foreground-gold: #946700;
|
|
678
680
|
--wb-semanticColor-learning-math-foreground-green: #447A53;
|
|
@@ -695,6 +697,21 @@
|
|
|
695
697
|
--wb-semanticColor-learning-background-progress-notStarted-default: #CBCBCD;
|
|
696
698
|
--wb-semanticColor-learning-background-progress-attempted-default: #FEE7AD;
|
|
697
699
|
--wb-semanticColor-learning-background-progress-complete-default: #BCEBBB;
|
|
700
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-subtle: #6C82FF;
|
|
701
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-default: #5753FA;
|
|
702
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-strong: #4340D0;
|
|
703
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-subtle: #57BAFD;
|
|
704
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-default: #28A9FF;
|
|
705
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-strong: #2485C7;
|
|
706
|
+
--wb-semanticColor-learning-background-characters-flesh-green-subtle: #72BB82;
|
|
707
|
+
--wb-semanticColor-learning-background-characters-flesh-green-default: #579F6C;
|
|
708
|
+
--wb-semanticColor-learning-background-characters-flesh-green-strong: #3C6D4A;
|
|
709
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-subtle: #F670C1;
|
|
710
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-default: #E83FA4;
|
|
711
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-strong: #BB3183;
|
|
712
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-subtle: #F97B4F;
|
|
713
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-default: #F8551A;
|
|
714
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-strong: #C8481A;
|
|
698
715
|
--wb-semanticColor-learning-border-gems-subtle: #FFE3F4;
|
|
699
716
|
--wb-semanticColor-learning-border-gems-default: #F9BBE1;
|
|
700
717
|
--wb-semanticColor-learning-border-gems-strong: #E83FA4;
|
|
@@ -704,6 +721,21 @@
|
|
|
704
721
|
--wb-semanticColor-learning-border-due-subtle: #DDF0FE;
|
|
705
722
|
--wb-semanticColor-learning-border-due-default: #A9DAFD;
|
|
706
723
|
--wb-semanticColor-learning-border-due-strong: #28A9FF;
|
|
724
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-subtle: #6C82FF;
|
|
725
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-default: #4340D0;
|
|
726
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-strong: #363498;
|
|
727
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-subtle: #57BAFD;
|
|
728
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-default: #2485C7;
|
|
729
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-strong: #20628F;
|
|
730
|
+
--wb-semanticColor-learning-border-characters-flesh-green-subtle: #72BB82;
|
|
731
|
+
--wb-semanticColor-learning-border-characters-flesh-green-default: #3C6D4A;
|
|
732
|
+
--wb-semanticColor-learning-border-characters-flesh-green-strong: #2C5037;
|
|
733
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-subtle: #F670C1;
|
|
734
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-default: #BB3183;
|
|
735
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-strong: #84275E;
|
|
736
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-subtle: #F97B4F;
|
|
737
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-default: #C8481A;
|
|
738
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-strong: #983C1A;
|
|
707
739
|
--wb-semanticColor-learning-foreground-gems-subtle: #F9BBE1;
|
|
708
740
|
--wb-semanticColor-learning-foreground-gems-default: #E83FA4;
|
|
709
741
|
--wb-semanticColor-learning-foreground-gems-strong: #84275E;
|
|
@@ -1089,8 +1121,8 @@
|
|
|
1089
1121
|
--wb-semanticColor-core-border-instructive-subtle: #5753FA;
|
|
1090
1122
|
--wb-semanticColor-core-border-instructive-default: #6C82FF;
|
|
1091
1123
|
--wb-semanticColor-core-border-instructive-strong: #8DA2FF;
|
|
1092
|
-
--wb-semanticColor-core-border-neutral-subtle: #
|
|
1093
|
-
--wb-semanticColor-core-border-neutral-default: #
|
|
1124
|
+
--wb-semanticColor-core-border-neutral-subtle: #4A4C53;
|
|
1125
|
+
--wb-semanticColor-core-border-neutral-default: #8A8B90;
|
|
1094
1126
|
--wb-semanticColor-core-border-neutral-strong: #CBCBCD;
|
|
1095
1127
|
--wb-semanticColor-core-border-critical-subtle: #BE2626;
|
|
1096
1128
|
--wb-semanticColor-core-border-critical-default: #E22D2D;
|
|
@@ -1105,27 +1137,27 @@
|
|
|
1105
1137
|
--wb-semanticColor-core-border-disabled-default: #4A4C53;
|
|
1106
1138
|
--wb-semanticColor-core-border-disabled-strong: #717279;
|
|
1107
1139
|
--wb-semanticColor-core-border-knockout-default: #151521;
|
|
1108
|
-
--wb-semanticColor-core-background-base-subtle: #
|
|
1109
|
-
--wb-semanticColor-core-background-base-default: #
|
|
1140
|
+
--wb-semanticColor-core-background-base-subtle: #151521;
|
|
1141
|
+
--wb-semanticColor-core-background-base-default: #252531;
|
|
1110
1142
|
--wb-semanticColor-core-background-base-strong: #FFFFFF;
|
|
1111
1143
|
--wb-semanticColor-core-background-instructive-subtle: #222149;
|
|
1112
1144
|
--wb-semanticColor-core-background-instructive-default: #5753FA;
|
|
1113
1145
|
--wb-semanticColor-core-background-instructive-strong: #8DA2FF;
|
|
1114
1146
|
--wb-semanticColor-core-background-neutral-subtle: #4A4C53;
|
|
1115
|
-
--wb-semanticColor-core-background-neutral-default: #
|
|
1147
|
+
--wb-semanticColor-core-background-neutral-default: #8A8B90;
|
|
1116
1148
|
--wb-semanticColor-core-background-neutral-strong: #EDEDEE;
|
|
1117
1149
|
--wb-semanticColor-core-background-critical-subtle: #3B141A;
|
|
1118
1150
|
--wb-semanticColor-core-background-critical-default: #E22D2D;
|
|
1119
1151
|
--wb-semanticColor-core-background-critical-strong: #F97F7F;
|
|
1120
|
-
--wb-semanticColor-core-background-success-subtle: #
|
|
1152
|
+
--wb-semanticColor-core-background-success-subtle: #1A2924;
|
|
1121
1153
|
--wb-semanticColor-core-background-success-default: #579F6C;
|
|
1122
1154
|
--wb-semanticColor-core-background-success-strong: #97D39E;
|
|
1123
|
-
--wb-semanticColor-core-background-warning-subtle: #
|
|
1155
|
+
--wb-semanticColor-core-background-warning-subtle: #312405;
|
|
1124
1156
|
--wb-semanticColor-core-background-warning-default: #FCB706;
|
|
1125
1157
|
--wb-semanticColor-core-background-warning-strong: #FDD673;
|
|
1126
1158
|
--wb-semanticColor-core-background-disabled-subtle: transparent;
|
|
1127
|
-
--wb-semanticColor-core-background-disabled-default: #
|
|
1128
|
-
--wb-semanticColor-core-background-disabled-strong: #
|
|
1159
|
+
--wb-semanticColor-core-background-disabled-default: #4A4C53;
|
|
1160
|
+
--wb-semanticColor-core-background-disabled-strong: #4A4C53;
|
|
1129
1161
|
--wb-semanticColor-core-background-overlay-default: rgba(21,21,33,0.80);
|
|
1130
1162
|
--wb-semanticColor-core-foreground-instructive-subtle: #4340D0;
|
|
1131
1163
|
--wb-semanticColor-core-foreground-instructive-default: #6C82FF;
|
|
@@ -1143,8 +1175,8 @@
|
|
|
1143
1175
|
--wb-semanticColor-core-foreground-warning-default: #FCB706;
|
|
1144
1176
|
--wb-semanticColor-core-foreground-warning-strong: #FEF1D0;
|
|
1145
1177
|
--wb-semanticColor-core-foreground-disabled-subtle: #4A4C53;
|
|
1146
|
-
--wb-semanticColor-core-foreground-disabled-default: #
|
|
1147
|
-
--wb-semanticColor-core-foreground-disabled-strong: #
|
|
1178
|
+
--wb-semanticColor-core-foreground-disabled-default: #717279;
|
|
1179
|
+
--wb-semanticColor-core-foreground-disabled-strong: #8A8B90;
|
|
1148
1180
|
--wb-semanticColor-core-foreground-knockout-default: #151521;
|
|
1149
1181
|
--wb-semanticColor-core-shadow-transparent-low: rgba(21,21,33,0.60);
|
|
1150
1182
|
--wb-semanticColor-core-shadow-transparent-mid: rgba(21,21,33,0.60);
|
|
@@ -1156,6 +1188,8 @@
|
|
|
1156
1188
|
--wb-semanticColor-core-shadow-chonky-neutral-subtle: #4A4C53;
|
|
1157
1189
|
--wb-semanticColor-core-shadow-chonky-neutral-default: #8A8B90;
|
|
1158
1190
|
--wb-semanticColor-core-shadow-chonky-neutral-strong: #B5B6B9;
|
|
1191
|
+
--wb-semanticColor-core-shadow-chonky-disabled-subtle: transparent;
|
|
1192
|
+
--wb-semanticColor-core-shadow-chonky-disabled-default: #252531;
|
|
1159
1193
|
--wb-semanticColor-learning-math-foreground-blue: #87CBFC;
|
|
1160
1194
|
--wb-semanticColor-learning-math-foreground-gold: #FCC539;
|
|
1161
1195
|
--wb-semanticColor-learning-math-foreground-green: #97D39E;
|
|
@@ -1178,6 +1212,21 @@
|
|
|
1178
1212
|
--wb-semanticColor-learning-background-progress-notStarted-default: #B5B6B9;
|
|
1179
1213
|
--wb-semanticColor-learning-background-progress-attempted-default: #FCC539;
|
|
1180
1214
|
--wb-semanticColor-learning-background-progress-complete-default: #72BB82;
|
|
1215
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-subtle: #4340D0;
|
|
1216
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-default: #5753FA;
|
|
1217
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-strong: #6C82FF;
|
|
1218
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-subtle: #2485C7;
|
|
1219
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-default: #28A9FF;
|
|
1220
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-strong: #57BAFD;
|
|
1221
|
+
--wb-semanticColor-learning-background-characters-flesh-green-subtle: #3C6D4A;
|
|
1222
|
+
--wb-semanticColor-learning-background-characters-flesh-green-default: #579F6C;
|
|
1223
|
+
--wb-semanticColor-learning-background-characters-flesh-green-strong: #72BB82;
|
|
1224
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-subtle: #BB3183;
|
|
1225
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-default: #E83FA4;
|
|
1226
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-strong: #F670C1;
|
|
1227
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-subtle: #C8481A;
|
|
1228
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-default: #F8551A;
|
|
1229
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-strong: #F97B4F;
|
|
1181
1230
|
--wb-semanticColor-learning-border-gems-subtle: #84275E;
|
|
1182
1231
|
--wb-semanticColor-learning-border-gems-default: #BB3183;
|
|
1183
1232
|
--wb-semanticColor-learning-border-gems-strong: #E83FA4;
|
|
@@ -1187,6 +1236,21 @@
|
|
|
1187
1236
|
--wb-semanticColor-learning-border-due-subtle: #2485C7;
|
|
1188
1237
|
--wb-semanticColor-learning-border-due-default: #57BAFD;
|
|
1189
1238
|
--wb-semanticColor-learning-border-due-strong: #A9DAFD;
|
|
1239
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-subtle: #363498;
|
|
1240
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-default: #4340D0;
|
|
1241
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-strong: #6C82FF;
|
|
1242
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-subtle: #20628F;
|
|
1243
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-default: #2485C7;
|
|
1244
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-strong: #57BAFD;
|
|
1245
|
+
--wb-semanticColor-learning-border-characters-flesh-green-subtle: #3C6D4A;
|
|
1246
|
+
--wb-semanticColor-learning-border-characters-flesh-green-default: #579F6C;
|
|
1247
|
+
--wb-semanticColor-learning-border-characters-flesh-green-strong: #97D39E;
|
|
1248
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-subtle: #84275E;
|
|
1249
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-default: #BB3183;
|
|
1250
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-strong: #F670C1;
|
|
1251
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-subtle: #983C1A;
|
|
1252
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-default: #C8481A;
|
|
1253
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-strong: #F97B4F;
|
|
1190
1254
|
--wb-semanticColor-learning-foreground-gems-subtle: #BB3183;
|
|
1191
1255
|
--wb-semanticColor-learning-foreground-gems-default: #E83FA4;
|
|
1192
1256
|
--wb-semanticColor-learning-foreground-gems-strong: #FCEEF7;
|
|
@@ -1237,8 +1301,8 @@
|
|
|
1237
1301
|
--wb-semanticColor-action-primary-neutral-press-background: #4A4C53;
|
|
1238
1302
|
--wb-semanticColor-action-primary-neutral-press-foreground: #FFFFFF;
|
|
1239
1303
|
--wb-semanticColor-action-primary-disabled-border: transparent;
|
|
1240
|
-
--wb-semanticColor-action-primary-disabled-background: #
|
|
1241
|
-
--wb-semanticColor-action-primary-disabled-foreground: #
|
|
1304
|
+
--wb-semanticColor-action-primary-disabled-background: #4A4C53;
|
|
1305
|
+
--wb-semanticColor-action-primary-disabled-foreground: #717279;
|
|
1242
1306
|
--wb-semanticColor-action-secondary-progressive-default-border: #5753FA;
|
|
1243
1307
|
--wb-semanticColor-action-secondary-progressive-default-background: #222149;
|
|
1244
1308
|
--wb-semanticColor-action-secondary-progressive-default-foreground: #6C82FF;
|
|
@@ -1257,7 +1321,7 @@
|
|
|
1257
1321
|
--wb-semanticColor-action-secondary-destructive-press-border: #F97F7F;
|
|
1258
1322
|
--wb-semanticColor-action-secondary-destructive-press-background: #3B141A;
|
|
1259
1323
|
--wb-semanticColor-action-secondary-destructive-press-foreground: #F97F7F;
|
|
1260
|
-
--wb-semanticColor-action-secondary-neutral-default-border: #
|
|
1324
|
+
--wb-semanticColor-action-secondary-neutral-default-border: #8A8B90;
|
|
1261
1325
|
--wb-semanticColor-action-secondary-neutral-default-background: transparent;
|
|
1262
1326
|
--wb-semanticColor-action-secondary-neutral-default-foreground: #CBCBCD;
|
|
1263
1327
|
--wb-semanticColor-action-secondary-neutral-hover-border: #CBCBCD;
|
|
@@ -1267,8 +1331,8 @@
|
|
|
1267
1331
|
--wb-semanticColor-action-secondary-neutral-press-background: transparent;
|
|
1268
1332
|
--wb-semanticColor-action-secondary-neutral-press-foreground: #EDEDEE;
|
|
1269
1333
|
--wb-semanticColor-action-secondary-disabled-border: #4A4C53;
|
|
1270
|
-
--wb-semanticColor-action-secondary-disabled-background: #
|
|
1271
|
-
--wb-semanticColor-action-secondary-disabled-foreground: #
|
|
1334
|
+
--wb-semanticColor-action-secondary-disabled-background: #4A4C53;
|
|
1335
|
+
--wb-semanticColor-action-secondary-disabled-foreground: #717279;
|
|
1272
1336
|
--wb-semanticColor-action-tertiary-progressive-default-border: transparent;
|
|
1273
1337
|
--wb-semanticColor-action-tertiary-progressive-default-background: transparent;
|
|
1274
1338
|
--wb-semanticColor-action-tertiary-progressive-default-foreground: #6C82FF;
|
|
@@ -1320,8 +1384,8 @@
|
|
|
1320
1384
|
--wb-semanticColor-chonky-progressive-border-secondary-press: #5753FA;
|
|
1321
1385
|
--wb-semanticColor-chonky-progressive-border-secondary-selected: #5753FA;
|
|
1322
1386
|
--wb-semanticColor-chonky-progressive-border-tertiary-rest: transparent;
|
|
1323
|
-
--wb-semanticColor-chonky-progressive-border-tertiary-hover: #
|
|
1324
|
-
--wb-semanticColor-chonky-progressive-border-tertiary-press: #
|
|
1387
|
+
--wb-semanticColor-chonky-progressive-border-tertiary-hover: #4A4C53;
|
|
1388
|
+
--wb-semanticColor-chonky-progressive-border-tertiary-press: #4A4C53;
|
|
1325
1389
|
--wb-semanticColor-chonky-progressive-border-tertiary-selected: #5753FA;
|
|
1326
1390
|
--wb-semanticColor-chonky-progressive-foreground-primary-rest: #FFFFFF;
|
|
1327
1391
|
--wb-semanticColor-chonky-progressive-foreground-primary-hover: #FFFFFF;
|
|
@@ -1351,10 +1415,10 @@
|
|
|
1351
1415
|
--wb-semanticColor-chonky-neutral-background-primary-hover: #717279;
|
|
1352
1416
|
--wb-semanticColor-chonky-neutral-background-primary-press: #717279;
|
|
1353
1417
|
--wb-semanticColor-chonky-neutral-background-primary-selected: #717279;
|
|
1354
|
-
--wb-semanticColor-chonky-neutral-background-secondary-rest: #
|
|
1355
|
-
--wb-semanticColor-chonky-neutral-background-secondary-hover: #
|
|
1356
|
-
--wb-semanticColor-chonky-neutral-background-secondary-press: #
|
|
1357
|
-
--wb-semanticColor-chonky-neutral-background-secondary-selected: #
|
|
1418
|
+
--wb-semanticColor-chonky-neutral-background-secondary-rest: #252531;
|
|
1419
|
+
--wb-semanticColor-chonky-neutral-background-secondary-hover: #252531;
|
|
1420
|
+
--wb-semanticColor-chonky-neutral-background-secondary-press: #252531;
|
|
1421
|
+
--wb-semanticColor-chonky-neutral-background-secondary-selected: #252531;
|
|
1358
1422
|
--wb-semanticColor-chonky-neutral-background-tertiary-rest: transparent;
|
|
1359
1423
|
--wb-semanticColor-chonky-neutral-background-tertiary-hover: transparent;
|
|
1360
1424
|
--wb-semanticColor-chonky-neutral-background-tertiary-press: transparent;
|
|
@@ -1363,13 +1427,13 @@
|
|
|
1363
1427
|
--wb-semanticColor-chonky-neutral-border-primary-hover: transparent;
|
|
1364
1428
|
--wb-semanticColor-chonky-neutral-border-primary-press: transparent;
|
|
1365
1429
|
--wb-semanticColor-chonky-neutral-border-primary-selected: transparent;
|
|
1366
|
-
--wb-semanticColor-chonky-neutral-border-secondary-rest: #
|
|
1367
|
-
--wb-semanticColor-chonky-neutral-border-secondary-hover: #
|
|
1368
|
-
--wb-semanticColor-chonky-neutral-border-secondary-press: #
|
|
1430
|
+
--wb-semanticColor-chonky-neutral-border-secondary-rest: #4A4C53;
|
|
1431
|
+
--wb-semanticColor-chonky-neutral-border-secondary-hover: #4A4C53;
|
|
1432
|
+
--wb-semanticColor-chonky-neutral-border-secondary-press: #4A4C53;
|
|
1369
1433
|
--wb-semanticColor-chonky-neutral-border-secondary-selected: #5753FA;
|
|
1370
1434
|
--wb-semanticColor-chonky-neutral-border-tertiary-rest: transparent;
|
|
1371
|
-
--wb-semanticColor-chonky-neutral-border-tertiary-hover: #
|
|
1372
|
-
--wb-semanticColor-chonky-neutral-border-tertiary-press: #
|
|
1435
|
+
--wb-semanticColor-chonky-neutral-border-tertiary-hover: #4A4C53;
|
|
1436
|
+
--wb-semanticColor-chonky-neutral-border-tertiary-press: #4A4C53;
|
|
1373
1437
|
--wb-semanticColor-chonky-neutral-border-tertiary-selected: #5753FA;
|
|
1374
1438
|
--wb-semanticColor-chonky-neutral-foreground-primary-rest: #FFFFFF;
|
|
1375
1439
|
--wb-semanticColor-chonky-neutral-foreground-primary-hover: #FFFFFF;
|
|
@@ -1395,40 +1459,40 @@
|
|
|
1395
1459
|
--wb-semanticColor-chonky-neutral-shadow-tertiary-hover: #4A4C53;
|
|
1396
1460
|
--wb-semanticColor-chonky-neutral-shadow-tertiary-press: #4A4C53;
|
|
1397
1461
|
--wb-semanticColor-chonky-neutral-shadow-tertiary-selected: #5753FA;
|
|
1398
|
-
--wb-semanticColor-chonky-disabled-background-primary: #
|
|
1462
|
+
--wb-semanticColor-chonky-disabled-background-primary: #4A4C53;
|
|
1399
1463
|
--wb-semanticColor-chonky-disabled-background-secondary: #4A4C53;
|
|
1400
1464
|
--wb-semanticColor-chonky-disabled-background-tertiary: transparent;
|
|
1401
1465
|
--wb-semanticColor-chonky-disabled-border-primary: transparent;
|
|
1402
|
-
--wb-semanticColor-chonky-disabled-border-secondary: #
|
|
1466
|
+
--wb-semanticColor-chonky-disabled-border-secondary: #4A4C53;
|
|
1403
1467
|
--wb-semanticColor-chonky-disabled-border-tertiary: transparent;
|
|
1404
|
-
--wb-semanticColor-chonky-disabled-foreground-primary: #
|
|
1405
|
-
--wb-semanticColor-chonky-disabled-foreground-secondary: #
|
|
1406
|
-
--wb-semanticColor-chonky-disabled-foreground-tertiary: #
|
|
1407
|
-
--wb-semanticColor-chonky-disabled-shadow-primary: #
|
|
1408
|
-
--wb-semanticColor-chonky-disabled-shadow-secondary: #
|
|
1468
|
+
--wb-semanticColor-chonky-disabled-foreground-primary: #717279;
|
|
1469
|
+
--wb-semanticColor-chonky-disabled-foreground-secondary: #717279;
|
|
1470
|
+
--wb-semanticColor-chonky-disabled-foreground-tertiary: #4A4C53;
|
|
1471
|
+
--wb-semanticColor-chonky-disabled-shadow-primary: #252531;
|
|
1472
|
+
--wb-semanticColor-chonky-disabled-shadow-secondary: #252531;
|
|
1409
1473
|
--wb-semanticColor-chonky-disabled-shadow-tertiary: transparent;
|
|
1410
|
-
--wb-semanticColor-input-default-border: #
|
|
1411
|
-
--wb-semanticColor-input-default-background: #
|
|
1474
|
+
--wb-semanticColor-input-default-border: #8A8B90;
|
|
1475
|
+
--wb-semanticColor-input-default-background: #252531;
|
|
1412
1476
|
--wb-semanticColor-input-default-foreground: #EDEDEE;
|
|
1413
1477
|
--wb-semanticColor-input-default-placeholder: #A0A1A4;
|
|
1414
1478
|
--wb-semanticColor-input-checked-border: #6C82FF;
|
|
1415
1479
|
--wb-semanticColor-input-checked-background: #5753FA;
|
|
1416
|
-
--wb-semanticColor-input-checked-foreground: #
|
|
1417
|
-
--wb-semanticColor-input-disabled-border: #
|
|
1418
|
-
--wb-semanticColor-input-disabled-background: #
|
|
1419
|
-
--wb-semanticColor-input-disabled-foreground: #
|
|
1480
|
+
--wb-semanticColor-input-checked-foreground: #FFFFFF;
|
|
1481
|
+
--wb-semanticColor-input-disabled-border: #717279;
|
|
1482
|
+
--wb-semanticColor-input-disabled-background: #252531;
|
|
1483
|
+
--wb-semanticColor-input-disabled-foreground: #8A8B90;
|
|
1420
1484
|
--wb-semanticColor-input-disabled-placeholder: #4A4C53;
|
|
1421
1485
|
--wb-semanticColor-input-error-border: #E22D2D;
|
|
1422
|
-
--wb-semanticColor-input-error-background: #
|
|
1486
|
+
--wb-semanticColor-input-error-background: #252531;
|
|
1423
1487
|
--wb-semanticColor-input-error-foreground: #EDEDEE;
|
|
1424
|
-
--wb-semanticColor-input-readOnly-background: #
|
|
1425
|
-
--wb-semanticColor-input-readOnly-text: #
|
|
1488
|
+
--wb-semanticColor-input-readOnly-background: #4A4C53;
|
|
1489
|
+
--wb-semanticColor-input-readOnly-text: #EDEDEE;
|
|
1426
1490
|
--wb-semanticColor-input-readOnly-icon: #A0A1A4;
|
|
1427
1491
|
--wb-semanticColor-status-critical-background: #3B141A;
|
|
1428
1492
|
--wb-semanticColor-status-critical-foreground: #FBB1B1;
|
|
1429
|
-
--wb-semanticColor-status-warning-background: #
|
|
1493
|
+
--wb-semanticColor-status-warning-background: #312405;
|
|
1430
1494
|
--wb-semanticColor-status-warning-foreground: #FEF1D0;
|
|
1431
|
-
--wb-semanticColor-status-success-background: #
|
|
1495
|
+
--wb-semanticColor-status-success-background: #1A2924;
|
|
1432
1496
|
--wb-semanticColor-status-success-foreground: #D5F3D5;
|
|
1433
1497
|
--wb-semanticColor-status-notice-background: #222149;
|
|
1434
1498
|
--wb-semanticColor-status-notice-foreground: #DFEAFF;
|
|
@@ -1439,7 +1503,7 @@
|
|
|
1439
1503
|
--wb-semanticColor-link-rest: #6C82FF;
|
|
1440
1504
|
--wb-semanticColor-link-hover: #DFEAFF;
|
|
1441
1505
|
--wb-semanticColor-link-press: #DFEAFF;
|
|
1442
|
-
--wb-semanticColor-link-disabled: #
|
|
1506
|
+
--wb-semanticColor-link-disabled: #717279;
|
|
1443
1507
|
--wb-semanticColor-khanmigo-primary: #5f1e5c;
|
|
1444
1508
|
--wb-semanticColor-khanmigo-secondary: #f2edf2;
|
|
1445
1509
|
--wb-semanticColor-mastery-primary: #9059ff;
|
|
@@ -1451,7 +1515,7 @@
|
|
|
1451
1515
|
--wb-semanticColor-feedback-info-strong-border: #CBCBCD;
|
|
1452
1516
|
--wb-semanticColor-feedback-info-strong-text: #151521;
|
|
1453
1517
|
--wb-semanticColor-feedback-info-strong-icon: #4340D0;
|
|
1454
|
-
--wb-semanticColor-feedback-success-subtle-background: #
|
|
1518
|
+
--wb-semanticColor-feedback-success-subtle-background: #1A2924;
|
|
1455
1519
|
--wb-semanticColor-feedback-success-subtle-border: #579F6C;
|
|
1456
1520
|
--wb-semanticColor-feedback-success-subtle-icon: #72BB82;
|
|
1457
1521
|
--wb-semanticColor-feedback-success-subtle-text: #D5F3D5;
|
|
@@ -1459,7 +1523,7 @@
|
|
|
1459
1523
|
--wb-semanticColor-feedback-success-strong-border: #CBCBCD;
|
|
1460
1524
|
--wb-semanticColor-feedback-success-strong-text: #151521;
|
|
1461
1525
|
--wb-semanticColor-feedback-success-strong-icon: #3C6D4A;
|
|
1462
|
-
--wb-semanticColor-feedback-warning-subtle-background: #
|
|
1526
|
+
--wb-semanticColor-feedback-warning-subtle-background: #312405;
|
|
1463
1527
|
--wb-semanticColor-feedback-warning-subtle-border: #FCB706;
|
|
1464
1528
|
--wb-semanticColor-feedback-warning-subtle-icon: #FCB706;
|
|
1465
1529
|
--wb-semanticColor-feedback-warning-subtle-text: #FEF1D0;
|
|
@@ -1476,7 +1540,7 @@
|
|
|
1476
1540
|
--wb-semanticColor-feedback-critical-strong-text: #151521;
|
|
1477
1541
|
--wb-semanticColor-feedback-critical-strong-icon: #E22D2D;
|
|
1478
1542
|
--wb-semanticColor-feedback-neutral-subtle-background: #4A4C53;
|
|
1479
|
-
--wb-semanticColor-feedback-neutral-subtle-border: #
|
|
1543
|
+
--wb-semanticColor-feedback-neutral-subtle-border: #4A4C53;
|
|
1480
1544
|
--wb-semanticColor-feedback-neutral-subtle-icon: #CBCBCD;
|
|
1481
1545
|
--wb-semanticColor-feedback-neutral-subtle-text: #EDEDEE;
|
|
1482
1546
|
--wb-semanticColor-feedback-neutral-strong-background: #FFFFFF;
|
|
@@ -1639,6 +1703,8 @@
|
|
|
1639
1703
|
--wb-semanticColor-core-shadow-chonky-neutral-subtle: #CBCBCD;
|
|
1640
1704
|
--wb-semanticColor-core-shadow-chonky-neutral-default: #8A8B90;
|
|
1641
1705
|
--wb-semanticColor-core-shadow-chonky-neutral-strong: #4A4C53;
|
|
1706
|
+
--wb-semanticColor-core-shadow-chonky-disabled-subtle: transparent;
|
|
1707
|
+
--wb-semanticColor-core-shadow-chonky-disabled-default: #CBCBCD;
|
|
1642
1708
|
--wb-semanticColor-learning-math-foreground-blue: #20628F;
|
|
1643
1709
|
--wb-semanticColor-learning-math-foreground-gold: #966B00;
|
|
1644
1710
|
--wb-semanticColor-learning-math-foreground-green: #3C6D4A;
|
|
@@ -1661,6 +1727,21 @@
|
|
|
1661
1727
|
--wb-semanticColor-learning-background-progress-notStarted-default: #CBCBCD;
|
|
1662
1728
|
--wb-semanticColor-learning-background-progress-attempted-default: #FEE7AD;
|
|
1663
1729
|
--wb-semanticColor-learning-background-progress-complete-default: #BCEBBB;
|
|
1730
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-subtle: #6C82FF;
|
|
1731
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-default: #5753FA;
|
|
1732
|
+
--wb-semanticColor-learning-background-characters-flesh-blue-strong: #4340D0;
|
|
1733
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-subtle: #57BAFD;
|
|
1734
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-default: #28A9FF;
|
|
1735
|
+
--wb-semanticColor-learning-background-characters-flesh-cyan-strong: #2485C7;
|
|
1736
|
+
--wb-semanticColor-learning-background-characters-flesh-green-subtle: #72BB82;
|
|
1737
|
+
--wb-semanticColor-learning-background-characters-flesh-green-default: #579F6C;
|
|
1738
|
+
--wb-semanticColor-learning-background-characters-flesh-green-strong: #3C6D4A;
|
|
1739
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-subtle: #F670C1;
|
|
1740
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-default: #E83FA4;
|
|
1741
|
+
--wb-semanticColor-learning-background-characters-flesh-magenta-strong: #BB3183;
|
|
1742
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-subtle: #F97B4F;
|
|
1743
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-default: #F8551A;
|
|
1744
|
+
--wb-semanticColor-learning-background-characters-flesh-orange-strong: #C8481A;
|
|
1664
1745
|
--wb-semanticColor-learning-border-gems-subtle: #FFE3F4;
|
|
1665
1746
|
--wb-semanticColor-learning-border-gems-default: #F9BBE1;
|
|
1666
1747
|
--wb-semanticColor-learning-border-gems-strong: #E83FA4;
|
|
@@ -1670,6 +1751,21 @@
|
|
|
1670
1751
|
--wb-semanticColor-learning-border-due-subtle: #DDF0FE;
|
|
1671
1752
|
--wb-semanticColor-learning-border-due-default: #A9DAFD;
|
|
1672
1753
|
--wb-semanticColor-learning-border-due-strong: #28A9FF;
|
|
1754
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-subtle: #6C82FF;
|
|
1755
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-default: #4340D0;
|
|
1756
|
+
--wb-semanticColor-learning-border-characters-flesh-blue-strong: #363498;
|
|
1757
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-subtle: #57BAFD;
|
|
1758
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-default: #2485C7;
|
|
1759
|
+
--wb-semanticColor-learning-border-characters-flesh-cyan-strong: #20628F;
|
|
1760
|
+
--wb-semanticColor-learning-border-characters-flesh-green-subtle: #72BB82;
|
|
1761
|
+
--wb-semanticColor-learning-border-characters-flesh-green-default: #3C6D4A;
|
|
1762
|
+
--wb-semanticColor-learning-border-characters-flesh-green-strong: #2C5037;
|
|
1763
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-subtle: #F670C1;
|
|
1764
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-default: #BB3183;
|
|
1765
|
+
--wb-semanticColor-learning-border-characters-flesh-magenta-strong: #84275E;
|
|
1766
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-subtle: #F97B4F;
|
|
1767
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-default: #C8481A;
|
|
1768
|
+
--wb-semanticColor-learning-border-characters-flesh-orange-strong: #983C1A;
|
|
1673
1769
|
--wb-semanticColor-learning-foreground-gems-subtle: #F9BBE1;
|
|
1674
1770
|
--wb-semanticColor-learning-foreground-gems-default: #E83FA4;
|
|
1675
1771
|
--wb-semanticColor-learning-foreground-gems-strong: #84275E;
|