@@ -42,14 +42,33 @@ exports[`RatingBadge /> renders link RatingBadge correctly 1`] = `
42
42
cursor : not - allowed ;
43
43
}
44
44
45
+ .c1 {
46
+ padding - left : 2px ;
47
+ }
48
+
45
49
<button
46
50
className = " c0"
47
51
href = " /"
48
52
itemProp = " aggregateRating"
49
53
itemScope = { true }
50
54
itemType = " https://schema.org/AggregateRating"
51
55
>
52
- RatingBadge
56
+ <svg
57
+ fill = " currentColor"
58
+ height = { 12 }
59
+ viewBox = " 0 0 11 10"
60
+ width = { 12 }
61
+ >
62
+ <path
63
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
64
+ fillRule = " evenodd"
65
+ />
66
+ </svg >
67
+ <span
68
+ className = " c1"
69
+ >
70
+ RatingBadge
71
+ </span >
53
72
<meta
54
73
content = " 4.8"
55
74
itemProp = " ratingValue"
@@ -107,13 +126,32 @@ exports[`RatingBadge /> renders outline RatingBadge correctly 1`] = `
107
126
cursor : not - allowed ;
108
127
}
109
128
129
+ .c1 {
130
+ padding - left : 2px ;
131
+ }
132
+
110
133
<button
111
134
className = " c0"
112
135
itemProp = " aggregateRating"
113
136
itemScope = { true }
114
137
itemType = " https://schema.org/AggregateRating"
115
138
>
116
- RatingBadge
139
+ <svg
140
+ fill = " currentColor"
141
+ height = { 12 }
142
+ viewBox = " 0 0 11 10"
143
+ width = { 12 }
144
+ >
145
+ <path
146
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
147
+ fillRule = " evenodd"
148
+ />
149
+ </svg >
150
+ <span
151
+ className = " c1"
152
+ >
153
+ RatingBadge
154
+ </span >
117
155
<meta
118
156
content = " 4.8"
119
157
itemProp = " ratingValue"
@@ -171,14 +209,33 @@ exports[`RatingBadge /> renders outline disabled RatingBadge correctly 1`] = `
171
209
cursor : not - allowed ;
172
210
}
173
211
212
+ .c1 {
213
+ padding - left : 2px ;
214
+ }
215
+
174
216
<button
175
217
className = " c0"
176
218
disabled = { true }
177
219
itemProp = " aggregateRating"
178
220
itemScope = { true }
179
221
itemType = " https://schema.org/AggregateRating"
180
222
>
181
- RatingBadge
223
+ <svg
224
+ fill = " currentColor"
225
+ height = { 12 }
226
+ viewBox = " 0 0 11 10"
227
+ width = { 12 }
228
+ >
229
+ <path
230
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
231
+ fillRule = " evenodd"
232
+ />
233
+ </svg >
234
+ <span
235
+ className = " c1"
236
+ >
237
+ RatingBadge
238
+ </span >
182
239
<meta
183
240
content = " 4.8"
184
241
itemProp = " ratingValue"
@@ -236,13 +293,32 @@ exports[`RatingBadge /> renders standard RatingBadge correctly 1`] = `
236
293
cursor : not - allowed ;
237
294
}
238
295
296
+ .c1 {
297
+ padding - left : 2px ;
298
+ }
299
+
239
300
<button
240
301
className = " c0"
241
302
itemProp = " aggregateRating"
242
303
itemScope = { true }
243
304
itemType = " https://schema.org/AggregateRating"
244
305
>
245
- RatingBadge
306
+ <svg
307
+ fill = " currentColor"
308
+ height = { 12 }
309
+ viewBox = " 0 0 11 10"
310
+ width = { 12 }
311
+ >
312
+ <path
313
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
314
+ fillRule = " evenodd"
315
+ />
316
+ </svg >
317
+ <span
318
+ className = " c1"
319
+ >
320
+ RatingBadge
321
+ </span >
246
322
<meta
247
323
content = " 4.8"
248
324
itemProp = " ratingValue"
@@ -300,14 +376,33 @@ exports[`RatingBadge /> renders standard disabled RatingBadge correctly 1`] = `
300
376
cursor : not - allowed ;
301
377
}
302
378
379
+ .c1 {
380
+ padding - left : 2px ;
381
+ }
382
+
303
383
<button
304
384
className = " c0"
305
385
disabled = { true }
306
386
itemProp = " aggregateRating"
307
387
itemScope = { true }
308
388
itemType = " https://schema.org/AggregateRating"
309
389
>
310
- RatingBadge
390
+ <svg
391
+ fill = " currentColor"
392
+ height = { 12 }
393
+ viewBox = " 0 0 11 10"
394
+ width = { 12 }
395
+ >
396
+ <path
397
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
398
+ fillRule = " evenodd"
399
+ />
400
+ </svg >
401
+ <span
402
+ className = " c1"
403
+ >
404
+ RatingBadge
405
+ </span >
311
406
<meta
312
407
content = " 4.8"
313
408
itemProp = " ratingValue"
@@ -365,13 +460,32 @@ exports[`RatingBadge /> renders transparent RatingBadge correctly 1`] = `
365
460
cursor : not - allowed ;
366
461
}
367
462
463
+ .c1 {
464
+ padding - left : 2px ;
465
+ }
466
+
368
467
<button
369
468
className = " c0"
370
469
itemProp = " aggregateRating"
371
470
itemScope = { true }
372
471
itemType = " https://schema.org/AggregateRating"
373
472
>
374
- RatingBadge
473
+ <svg
474
+ fill = " currentColor"
475
+ height = { 12 }
476
+ viewBox = " 0 0 11 10"
477
+ width = { 12 }
478
+ >
479
+ <path
480
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
481
+ fillRule = " evenodd"
482
+ />
483
+ </svg >
484
+ <span
485
+ className = " c1"
486
+ >
487
+ RatingBadge
488
+ </span >
375
489
<meta
376
490
content = " 4.8"
377
491
itemProp = " ratingValue"
@@ -429,14 +543,33 @@ exports[`RatingBadge /> renders transparent disabled RatingBadge correctly 1`] =
429
543
cursor : not - allowed ;
430
544
}
431
545
546
+ .c1 {
547
+ padding - left : 2px ;
548
+ }
549
+
432
550
<button
433
551
className = " c0"
434
552
disabled = { true }
435
553
itemProp = " aggregateRating"
436
554
itemScope = { true }
437
555
itemType = " https://schema.org/AggregateRating"
438
556
>
439
- RatingBadge
557
+ <svg
558
+ fill = " currentColor"
559
+ height = { 12 }
560
+ viewBox = " 0 0 11 10"
561
+ width = { 12 }
562
+ >
563
+ <path
564
+ d = " M5.5 7.7L2.267 9.95l1.14-3.77L.27 3.8l3.938-.08L5.5 0l1.293 3.72 3.938.08-3.139 2.38 1.14 3.77z"
565
+ fillRule = " evenodd"
566
+ />
567
+ </svg >
568
+ <span
569
+ className = " c1"
570
+ >
571
+ RatingBadge
572
+ </span >
440
573
<meta
441
574
content = " 4.8"
442
575
itemProp = " ratingValue"
0 commit comments