|
2 | 2 |
|
3 | 3 | exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = ` |
4 | 4 | <div |
5 | | - class="react-live react-live-dark css-o32omv" |
| 5 | + class="react-live css-o32omv" |
6 | 6 | scope="[object Object]" |
7 | 7 | > |
8 | 8 | <div |
@@ -66,9 +66,11 @@ exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = ` |
66 | 66 | class="css-1fc71w4" |
67 | 67 | > |
68 | 68 | <pre |
69 | | - class="prism-code css-egp0ia" |
| 69 | + class="prism-code language-prism css-1y25kh4" |
70 | 70 | contenteditable="true" |
| 71 | + prismtheme="dark;" |
71 | 72 | spellcheck="false" |
| 73 | + syntaxstyles="[object Object]" |
72 | 74 | > |
73 | 75 | <span |
74 | 76 | class="token comment" |
@@ -543,7 +545,7 @@ exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = ` |
543 | 545 |
|
544 | 546 | exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = ` |
545 | 547 | <div |
546 | | - class="react-live react-live-light css-o32omv" |
| 548 | + class="react-live css-o32omv" |
547 | 549 | scope="[object Object]" |
548 | 550 | > |
549 | 551 | <div |
@@ -607,9 +609,11 @@ exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = ` |
607 | 609 | class="css-1fc71w4" |
608 | 610 | > |
609 | 611 | <pre |
610 | | - class="prism-code css-egp0ia" |
| 612 | + class="prism-code language-prism css-x6ttwb" |
611 | 613 | contenteditable="true" |
| 614 | + prismtheme="light;" |
612 | 615 | spellcheck="false" |
| 616 | + syntaxstyles="[object Object]" |
613 | 617 | > |
614 | 618 | <span |
615 | 619 | class="token comment" |
@@ -1084,7 +1088,7 @@ exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = ` |
1084 | 1088 |
|
1085 | 1089 | exports[`<ComponentPlayground /> Should render with a custom background color 1`] = ` |
1086 | 1090 | <div |
1087 | | - class="react-live react-live-light css-o32omv" |
| 1091 | + class="react-live css-o32omv" |
1088 | 1092 | scope="[object Object]" |
1089 | 1093 | > |
1090 | 1094 | <div |
@@ -1148,9 +1152,11 @@ exports[`<ComponentPlayground /> Should render with a custom background color 1` |
1148 | 1152 | class="css-1fc71w4" |
1149 | 1153 | > |
1150 | 1154 | <pre |
1151 | | - class="prism-code css-egp0ia" |
| 1155 | + class="prism-code language-prism css-x6ttwb" |
1152 | 1156 | contenteditable="true" |
| 1157 | + prismtheme="light;" |
1153 | 1158 | spellcheck="false" |
| 1159 | + syntaxstyles="[object Object]" |
1154 | 1160 | > |
1155 | 1161 | <span |
1156 | 1162 | class="token comment" |
@@ -1625,7 +1631,7 @@ exports[`<ComponentPlayground /> Should render with a custom background color 1` |
1625 | 1631 |
|
1626 | 1632 | exports[`<ComponentPlayground /> Should render with a custom code block 1`] = ` |
1627 | 1633 | <div |
1628 | | - class="react-live react-live-light css-o32omv" |
| 1634 | + class="react-live css-o32omv" |
1629 | 1635 | scope="[object Object]" |
1630 | 1636 | > |
1631 | 1637 | <div |
@@ -1683,9 +1689,11 @@ exports[`<ComponentPlayground /> Should render with a custom code block 1`] = ` |
1683 | 1689 | class="css-1fc71w4" |
1684 | 1690 | > |
1685 | 1691 | <pre |
1686 | | - class="prism-code css-egp0ia" |
| 1692 | + class="prism-code language-prism css-x6ttwb" |
1687 | 1693 | contenteditable="true" |
| 1694 | + prismtheme="light;" |
1688 | 1695 | spellcheck="false" |
| 1696 | + syntaxstyles="[object Object]" |
1689 | 1697 | > |
1690 | 1698 | <span |
1691 | 1699 | class="token keyword" |
|
0 commit comments