|
3 | 3 | exports[`ThemeChoicePanel renders the theme choice UI 1`] = ` |
4 | 4 | <DocumentFragment> |
5 | 5 | <div |
6 | | - class="mx_SettingsSubsection" |
7 | | - data-testid="mx_ThemeChoicePanel" |
| 6 | + class="mx_SettingsSubsection mx_SettingsSubsection_newUi" |
8 | 7 | > |
9 | 8 | <div |
10 | 9 | class="mx_SettingsSubsectionHeading" |
11 | 10 | > |
12 | 11 | <h3 |
13 | | - class="mx_Heading_h4 mx_SettingsSubsectionHeading_heading" |
| 12 | + class="mx_Heading_h3 mx_SettingsSubsectionHeading_heading" |
14 | 13 | > |
15 | 14 | Theme |
16 | 15 | </h3> |
17 | 16 | </div> |
18 | 17 | <div |
19 | | - class="mx_SettingsSubsection_content" |
| 18 | + class="mx_SettingsSubsection_content mx_SettingsSubsection_content_newUi" |
20 | 19 | > |
21 | | - <div |
22 | | - class="mx_ThemeChoicePanel_themeSelectors" |
23 | | - data-testid="theme-choice-panel-selectors" |
| 20 | + <form |
| 21 | + class="_root_578ve_24 mx_ThemeChoicePanel_ThemeSelectors" |
24 | 22 | > |
25 | | - <label |
26 | | - class="mx_StyledRadioButton mx_ThemeSelector_light mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined" |
| 23 | + <div |
| 24 | + class="_inline-field_578ve_40 mx_ThemeChoicePanel_themeSelector mx_ThemeChoicePanel_themeSelector_disabled cpd-theme-light" |
27 | 25 | > |
28 | | - <input |
29 | | - disabled="" |
30 | | - id="theme-light" |
31 | | - name="theme" |
32 | | - type="radio" |
33 | | - value="light" |
34 | | - /> |
35 | | - <div> |
36 | | - <div /> |
37 | | - </div> |
38 | 26 | <div |
39 | | - class="mx_StyledRadioButton_content" |
| 27 | + class="_inline-field-control_578ve_52" |
40 | 28 | > |
41 | | - Light |
| 29 | + <div |
| 30 | + class="_container_bdln6_18" |
| 31 | + > |
| 32 | + <input |
| 33 | + class="_input_bdln6_26" |
| 34 | + disabled="" |
| 35 | + id="radix-0" |
| 36 | + name="themeSelector" |
| 37 | + title="" |
| 38 | + type="radio" |
| 39 | + value="light" |
| 40 | + /> |
| 41 | + <div |
| 42 | + class="_ui_bdln6_27" |
| 43 | + /> |
| 44 | + </div> |
42 | 45 | </div> |
43 | 46 | <div |
44 | | - class="mx_StyledRadioButton_spacer" |
45 | | - /> |
46 | | - </label> |
47 | | - <label |
48 | | - class="mx_StyledRadioButton mx_ThemeSelector_dark mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined" |
| 47 | + class="_inline-field-body_578ve_46" |
| 48 | + > |
| 49 | + <label |
| 50 | + class="_label_578ve_67 mx_ThemeChoicePanel_themeSelector_Label" |
| 51 | + for="radix-0" |
| 52 | + > |
| 53 | + Light |
| 54 | + </label> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + <div |
| 58 | + class="_inline-field_578ve_40 mx_ThemeChoicePanel_themeSelector mx_ThemeChoicePanel_themeSelector_disabled cpd-theme-dark" |
49 | 59 | > |
50 | | - <input |
51 | | - disabled="" |
52 | | - id="theme-dark" |
53 | | - name="theme" |
54 | | - type="radio" |
55 | | - value="dark" |
56 | | - /> |
57 | | - <div> |
58 | | - <div /> |
| 60 | + <div |
| 61 | + class="_inline-field-control_578ve_52" |
| 62 | + > |
| 63 | + <div |
| 64 | + class="_container_bdln6_18" |
| 65 | + > |
| 66 | + <input |
| 67 | + class="_input_bdln6_26" |
| 68 | + disabled="" |
| 69 | + id="radix-1" |
| 70 | + name="themeSelector" |
| 71 | + title="" |
| 72 | + type="radio" |
| 73 | + value="dark" |
| 74 | + /> |
| 75 | + <div |
| 76 | + class="_ui_bdln6_27" |
| 77 | + /> |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + <div |
| 81 | + class="_inline-field-body_578ve_46" |
| 82 | + > |
| 83 | + <label |
| 84 | + class="_label_578ve_67 mx_ThemeChoicePanel_themeSelector_Label" |
| 85 | + for="radix-1" |
| 86 | + > |
| 87 | + Dark |
| 88 | + </label> |
59 | 89 | </div> |
| 90 | + </div> |
| 91 | + <div |
| 92 | + class="_inline-field_578ve_40 mx_ThemeChoicePanel_themeSelector mx_ThemeChoicePanel_themeSelector_disabled cpd-theme-light" |
| 93 | + > |
60 | 94 | <div |
61 | | - class="mx_StyledRadioButton_content" |
| 95 | + class="_inline-field-control_578ve_52" |
62 | 96 | > |
63 | | - Dark |
| 97 | + <div |
| 98 | + class="_container_bdln6_18" |
| 99 | + > |
| 100 | + <input |
| 101 | + class="_input_bdln6_26" |
| 102 | + disabled="" |
| 103 | + id="radix-2" |
| 104 | + name="themeSelector" |
| 105 | + title="" |
| 106 | + type="radio" |
| 107 | + value="light-high-contrast" |
| 108 | + /> |
| 109 | + <div |
| 110 | + class="_ui_bdln6_27" |
| 111 | + /> |
| 112 | + </div> |
64 | 113 | </div> |
65 | 114 | <div |
66 | | - class="mx_StyledRadioButton_spacer" |
67 | | - /> |
68 | | - </label> |
69 | | - </div> |
| 115 | + class="_inline-field-body_578ve_46" |
| 116 | + > |
| 117 | + <label |
| 118 | + class="_label_578ve_67 mx_ThemeChoicePanel_themeSelector_Label" |
| 119 | + for="radix-2" |
| 120 | + > |
| 121 | + High contrast |
| 122 | + </label> |
| 123 | + </div> |
| 124 | + </div> |
| 125 | + </form> |
70 | 126 | </div> |
| 127 | + <div |
| 128 | + class="_separator_144s5_17" |
| 129 | + data-kind="primary" |
| 130 | + data-orientation="horizontal" |
| 131 | + role="separator" |
| 132 | + /> |
71 | 133 | </div> |
72 | 134 | </DocumentFragment> |
73 | 135 | `; |
0 commit comments