Skip to content

Commit 97f5ef9

Browse files
committed
chore: rename snapshots vrts for s2 prep
1 parent d7e7fd4 commit 97f5ef9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.storybook/modes/index.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@
1212
*/
1313

1414
const modes = {
15-
"Context: Spectrum 1": {
16-
scale: "medium",
15+
"Light | LTR": {
1716
color: "light",
1817
textDirection: "ltr",
19-
context: "legacy",
20-
},
21-
"Context: Express": {
22-
scale: "medium",
23-
color: "light",
24-
textDirection: "ltr",
25-
context: "express",
2618
},
2719
"Dark | RTL": {
28-
scale: "medium",
2920
color: "dark",
3021
textDirection: "rtl",
3122
},
23+
"S1 | Light | LTR": {
24+
context: "legacy",
25+
color: "light",
26+
textDirection: "ltr",
27+
},
28+
"Express | Light | LTR": {
29+
context: "express",
30+
color: "light",
31+
textDirection: "ltr",
32+
},
3233
};
3334

3435
export default modes;

0 commit comments

Comments
 (0)