@@ -13,16 +13,15 @@ exports[`<bolt-chip-list> Component basic usage with links 1`] = `
13
13
<bolt-list-item >
14
14
<replace-with-grandchildren >
15
15
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
16
- <bolt-chip tag = " a"
17
- url = " #!"
18
- >
16
+ <bolt-chip url = " #!" >
19
17
<replace-with-grandchildren >
20
18
<a href = " #!"
21
- class = " c-bolt-chip"
19
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
20
+ is = " shadow-root"
22
21
>
23
- <span class = " c-bolt-chip__item-text " >
22
+ <replace-with-children class = " c-bolt-chip__text " >
24
23
Chip link 1
25
- </span >
24
+ </replace-with-children >
26
25
</a >
27
26
</replace-with-grandchildren >
28
27
</bolt-chip >
@@ -32,16 +31,15 @@ exports[`<bolt-chip-list> Component basic usage with links 1`] = `
32
31
<bolt-list-item >
33
32
<replace-with-grandchildren >
34
33
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
35
- <bolt-chip tag = " a"
36
- url = " #!"
37
- >
34
+ <bolt-chip url = " #!" >
38
35
<replace-with-grandchildren >
39
36
<a href = " #!"
40
- class = " c-bolt-chip"
37
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
38
+ is = " shadow-root"
41
39
>
42
- <span class = " c-bolt-chip__item-text " >
40
+ <replace-with-children class = " c-bolt-chip__text " >
43
41
Chip link 2
44
- </span >
42
+ </replace-with-children >
45
43
</a >
46
44
</replace-with-grandchildren >
47
45
</bolt-chip >
@@ -51,16 +49,15 @@ exports[`<bolt-chip-list> Component basic usage with links 1`] = `
51
49
<bolt-list-item >
52
50
<replace-with-grandchildren >
53
51
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
54
- <bolt-chip tag = " a"
55
- url = " #!"
56
- >
52
+ <bolt-chip url = " #!" >
57
53
<replace-with-grandchildren >
58
54
<a href = " #!"
59
- class = " c-bolt-chip"
55
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
56
+ is = " shadow-root"
60
57
>
61
- <span class = " c-bolt-chip__item-text " >
58
+ <replace-with-children class = " c-bolt-chip__text " >
62
59
Chip link 3
63
- </span >
60
+ </replace-with-children >
64
61
</a >
65
62
</replace-with-grandchildren >
66
63
</bolt-chip >
@@ -70,16 +67,15 @@ exports[`<bolt-chip-list> Component basic usage with links 1`] = `
70
67
<bolt-list-item last >
71
68
<replace-with-grandchildren >
72
69
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start c-bolt-list-item--last-item" >
73
- <bolt-chip tag = " a"
74
- url = " #!"
75
- >
70
+ <bolt-chip url = " #!" >
76
71
<replace-with-grandchildren >
77
72
<a href = " #!"
78
- class = " c-bolt-chip"
73
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
74
+ is = " shadow-root"
79
75
>
80
- <span class = " c-bolt-chip__item-text " >
76
+ <replace-with-children class = " c-bolt-chip__text " >
81
77
Chip link 4
82
- </span >
78
+ </replace-with-children >
83
79
</a >
84
80
</replace-with-grandchildren >
85
81
</bolt-chip >
@@ -104,16 +100,15 @@ exports[`<bolt-chip-list> Component basic usage with mixed behavior 1`] = `
104
100
<bolt-list-item >
105
101
<replace-with-grandchildren >
106
102
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
107
- <bolt-chip tag = " a"
108
- url = " #!"
109
- >
103
+ <bolt-chip url = " #!" >
110
104
<replace-with-grandchildren >
111
105
<a href = " #!"
112
- class = " c-bolt-chip"
106
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
107
+ is = " shadow-root"
113
108
>
114
- <span class = " c-bolt-chip__item-text " >
109
+ <replace-with-children class = " c-bolt-chip__text " >
115
110
Chip link 1
116
- </span >
111
+ </replace-with-children >
117
112
</a >
118
113
</replace-with-grandchildren >
119
114
</bolt-chip >
@@ -123,12 +118,14 @@ exports[`<bolt-chip-list> Component basic usage with mixed behavior 1`] = `
123
118
<bolt-list-item >
124
119
<replace-with-grandchildren >
125
120
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
126
- <bolt-chip tag = " span " >
121
+ <bolt-chip >
127
122
<replace-with-grandchildren >
128
- <span class = " c-bolt-chip" >
129
- <span class = " c-bolt-chip__item-text" >
123
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
124
+ is = " shadow-root"
125
+ >
126
+ <replace-with-children class = " c-bolt-chip__text" >
130
127
Chip text 1
131
- </span >
128
+ </replace-with-children >
132
129
</span >
133
130
</replace-with-grandchildren >
134
131
</bolt-chip >
@@ -138,16 +135,15 @@ exports[`<bolt-chip-list> Component basic usage with mixed behavior 1`] = `
138
135
<bolt-list-item >
139
136
<replace-with-grandchildren >
140
137
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
141
- <bolt-chip tag = " a"
142
- url = " #!"
143
- >
138
+ <bolt-chip url = " #!" >
144
139
<replace-with-grandchildren >
145
140
<a href = " #!"
146
- class = " c-bolt-chip"
141
+ class = " c-bolt-chip c-bolt-chip--link c-bolt-chip--spacing-xsmall"
142
+ is = " shadow-root"
147
143
>
148
- <span class = " c-bolt-chip__item-text " >
144
+ <replace-with-children class = " c-bolt-chip__text " >
149
145
Chip link 3
150
- </span >
146
+ </replace-with-children >
151
147
</a >
152
148
</replace-with-grandchildren >
153
149
</bolt-chip >
@@ -157,12 +153,14 @@ exports[`<bolt-chip-list> Component basic usage with mixed behavior 1`] = `
157
153
<bolt-list-item last >
158
154
<replace-with-grandchildren >
159
155
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start c-bolt-list-item--last-item" >
160
- <bolt-chip tag = " span " >
156
+ <bolt-chip >
161
157
<replace-with-grandchildren >
162
- <span class = " c-bolt-chip" >
163
- <span class = " c-bolt-chip__item-text" >
158
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
159
+ is = " shadow-root"
160
+ >
161
+ <replace-with-children class = " c-bolt-chip__text" >
164
162
Chip text 2
165
- </span >
163
+ </replace-with-children >
166
164
</span >
167
165
</replace-with-grandchildren >
168
166
</bolt-chip >
@@ -187,12 +185,14 @@ exports[`<bolt-chip-list> Component basic usage without links 1`] = `
187
185
<bolt-list-item >
188
186
<replace-with-grandchildren >
189
187
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
190
- <bolt-chip tag = " span " >
188
+ <bolt-chip >
191
189
<replace-with-grandchildren >
192
- <span class = " c-bolt-chip" >
193
- <span class = " c-bolt-chip__item-text" >
190
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
191
+ is = " shadow-root"
192
+ >
193
+ <replace-with-children class = " c-bolt-chip__text" >
194
194
Chip text 1
195
- </span >
195
+ </replace-with-children >
196
196
</span >
197
197
</replace-with-grandchildren >
198
198
</bolt-chip >
@@ -202,12 +202,14 @@ exports[`<bolt-chip-list> Component basic usage without links 1`] = `
202
202
<bolt-list-item >
203
203
<replace-with-grandchildren >
204
204
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
205
- <bolt-chip tag = " span " >
205
+ <bolt-chip >
206
206
<replace-with-grandchildren >
207
- <span class = " c-bolt-chip" >
208
- <span class = " c-bolt-chip__item-text" >
207
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
208
+ is = " shadow-root"
209
+ >
210
+ <replace-with-children class = " c-bolt-chip__text" >
209
211
Chip text 2
210
- </span >
212
+ </replace-with-children >
211
213
</span >
212
214
</replace-with-grandchildren >
213
215
</bolt-chip >
@@ -217,12 +219,14 @@ exports[`<bolt-chip-list> Component basic usage without links 1`] = `
217
219
<bolt-list-item >
218
220
<replace-with-grandchildren >
219
221
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start" >
220
- <bolt-chip tag = " span " >
222
+ <bolt-chip >
221
223
<replace-with-grandchildren >
222
- <span class = " c-bolt-chip" >
223
- <span class = " c-bolt-chip__item-text" >
224
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
225
+ is = " shadow-root"
226
+ >
227
+ <replace-with-children class = " c-bolt-chip__text" >
224
228
Chip text 3
225
- </span >
229
+ </replace-with-children >
226
230
</span >
227
231
</replace-with-grandchildren >
228
232
</bolt-chip >
@@ -232,12 +236,14 @@ exports[`<bolt-chip-list> Component basic usage without links 1`] = `
232
236
<bolt-list-item last >
233
237
<replace-with-grandchildren >
234
238
<li class = " c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-xsmall c-bolt-list-item--align-start c-bolt-list-item--last-item" >
235
- <bolt-chip tag = " span " >
239
+ <bolt-chip >
236
240
<replace-with-grandchildren >
237
- <span class = " c-bolt-chip" >
238
- <span class = " c-bolt-chip__item-text" >
241
+ <span class = " c-bolt-chip c-bolt-chip--spacing-xsmall"
242
+ is = " shadow-root"
243
+ >
244
+ <replace-with-children class = " c-bolt-chip__text" >
239
245
Chip text 4
240
- </span >
246
+ </replace-with-children >
241
247
</span >
242
248
</replace-with-grandchildren >
243
249
</bolt-chip >
0 commit comments