@@ -7,7 +7,7 @@ exports[`ClayLanguagePicker renders 1`] = `
7
7
aria-expanded = " false"
8
8
aria-haspopup = " listbox"
9
9
aria-label = " Select a language, current language: English (United States)."
10
- class = " form-control- select btn btn -secondary"
10
+ class = " form-control form-control- select form-control-select -secondary"
11
11
role = " combobox"
12
12
tabindex = " 0"
13
13
type = " button"
@@ -24,11 +24,7 @@ exports[`ClayLanguagePicker renders 1`] = `
24
24
/>
25
25
</svg >
26
26
</span >
27
- <span
28
- class = " font-weight-normal mr-2"
29
- >
30
- en-US
31
- </span >
27
+ en-US
32
28
</button >
33
29
</div >
34
30
` ;
@@ -40,7 +36,7 @@ exports[`ClayLanguagePicker renders a class name for the trigger 1`] = `
40
36
aria-expanded = " false"
41
37
aria-haspopup = " listbox"
42
38
aria-label = " Select a language, current language: English (United States)."
43
- class = " trigger-class form-control- select btn btn -secondary"
39
+ class = " trigger-class form-control form-control- select form-control-select -secondary"
44
40
role = " combobox"
45
41
tabindex = " 0"
46
42
type = " button"
@@ -57,11 +53,7 @@ exports[`ClayLanguagePicker renders a class name for the trigger 1`] = `
57
53
/>
58
54
</svg >
59
55
</span >
60
- <span
61
- class = " font-weight-normal mr-2"
62
- >
63
- en-US
64
- </span >
56
+ en-US
65
57
</button >
66
58
</div >
67
59
` ;
@@ -73,7 +65,7 @@ exports[`ClayLanguagePicker renders a small picker 1`] = `
73
65
aria-expanded = " false"
74
66
aria-haspopup = " listbox"
75
67
aria-label = " Select a language, current language: English (United States)."
76
- class = " form-control- select btn btn-sm btn- secondary"
68
+ class = " form-control form-control- select form-control-select- secondary form-control-sm "
77
69
role = " combobox"
78
70
tabindex = " 0"
79
71
type = " button"
@@ -90,11 +82,7 @@ exports[`ClayLanguagePicker renders a small picker 1`] = `
90
82
/>
91
83
</svg >
92
84
</span >
93
- <span
94
- class = " font-weight-normal mr-2"
95
- >
96
- en-US
97
- </span >
85
+ en-US
98
86
</button >
99
87
</div >
100
88
` ;
@@ -106,7 +94,7 @@ exports[`ClayLanguagePicker renders hidding the trigger text 1`] = `
106
94
aria-expanded = " false"
107
95
aria-haspopup = " listbox"
108
96
aria-label = " Select a language, current language: English (United States)."
109
- class = " form-control- select hidden-label btn btn- secondary"
97
+ class = " form-control form-control- select form-control-select- secondary hidden-label "
110
98
role = " combobox"
111
99
tabindex = " 0"
112
100
type = " button"
@@ -134,7 +122,7 @@ exports[`ClayLanguagePicker renders the picker with id 1`] = `
134
122
aria-expanded = " false"
135
123
aria-haspopup = " listbox"
136
124
aria-label = " Select a language, current language: English (United States)."
137
- class = " form-control- select btn btn -secondary"
125
+ class = " form-control form-control- select form-control-select -secondary"
138
126
id = " pickerId"
139
127
role = " combobox"
140
128
tabindex = " 0"
@@ -152,11 +140,7 @@ exports[`ClayLanguagePicker renders the picker with id 1`] = `
152
140
/>
153
141
</svg >
154
142
</span >
155
- <span
156
- class = " font-weight-normal mr-2"
157
- >
158
- en-US
159
- </span >
143
+ en-US
160
144
</button >
161
145
</div >
162
146
` ;
@@ -168,7 +152,7 @@ exports[`ClayLanguagePicker renders with custom labels 1`] = `
168
152
aria-expanded = " false"
169
153
aria-haspopup = " listbox"
170
154
aria-label = " Trigger Label"
171
- class = " form-control- select btn btn -secondary"
155
+ class = " form-control form-control- select form-control-select -secondary"
172
156
role = " combobox"
173
157
tabindex = " 0"
174
158
type = " button"
@@ -185,11 +169,7 @@ exports[`ClayLanguagePicker renders with custom labels 1`] = `
185
169
/>
186
170
</svg >
187
171
</span >
188
- <span
189
- class = " font-weight-normal mr-2"
190
- >
191
- en-US
192
- </span >
172
+ en-US
193
173
</button >
194
174
</div >
195
175
` ;
@@ -201,7 +181,7 @@ exports[`ClayLanguagePicker renders with translations 1`] = `
201
181
aria-expanded = " false"
202
182
aria-haspopup = " listbox"
203
183
aria-label = " Select a language, current language: English (United States)."
204
- class = " form-control- select btn btn -secondary"
184
+ class = " form-control form-control- select form-control-select -secondary"
205
185
role = " combobox"
206
186
tabindex = " 0"
207
187
type = " button"
@@ -218,11 +198,7 @@ exports[`ClayLanguagePicker renders with translations 1`] = `
218
198
/>
219
199
</svg >
220
200
</span >
221
- <span
222
- class = " font-weight-normal mr-2"
223
- >
224
- en-US
225
- </span >
201
+ en-US
226
202
</button >
227
203
</div >
228
204
` ;
0 commit comments