Skip to content

Commit d7200cb

Browse files
committed
Update Jest snapshots
Refs: #8024
1 parent f3e2f17 commit d7200cb

File tree

18 files changed

+369
-369
lines changed

18 files changed

+369
-369
lines changed

packages/components/src/components/button-link/test/__snapshots__/snapshot.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`kol-button-link should render with _label="Beschreibung" 1`] = `
44
<kol-button-link>
5-
<template shadowrootmode="open">
5+
<template shadowrootmode="open" shadowrootdelegatesfocus>
66
<kol-button-wc _label="Beschreibung" _linkvariant="inline" _role="link" _tooltipalign="top" _type="button">
77
<slot name="expert" slot="expert"></slot>
88
</kol-button-wc>

packages/components/src/components/button/test/__snapshots__/snapshot.spec.tsx.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`kol-button should render with _label="Label" _ariaDescription="Aria Description" 1`] = `
44
<kol-button>
5-
<template shadowrootmode="open">
5+
<template shadowrootmode="open" shadowrootdelegatesfocus>
66
<kol-button-wc>
77
<!---->
88
<button aria-describedby="nonce" class="kol-button kol-button--normal" type="button">
@@ -28,7 +28,7 @@ exports[`kol-button should render with _label="Label" _ariaDescription="Aria Des
2828

2929
exports[`kol-button should render with _label="Label" _disabled=false 1`] = `
3030
<kol-button>
31-
<template shadowrootmode="open">
31+
<template shadowrootmode="open" shadowrootdelegatesfocus>
3232
<kol-button-wc>
3333
<!---->
3434
<button class="kol-button kol-button--normal" type="button">
@@ -51,7 +51,7 @@ exports[`kol-button should render with _label="Label" _disabled=false 1`] = `
5151

5252
exports[`kol-button should render with _label="Label" _disabled=true 1`] = `
5353
<kol-button>
54-
<template shadowrootmode="open">
54+
<template shadowrootmode="open" shadowrootdelegatesfocus>
5555
<kol-button-wc>
5656
<!---->
5757
<button class="kol-button kol-button--disabled kol-button--normal" disabled="" type="button">
@@ -74,7 +74,7 @@ exports[`kol-button should render with _label="Label" _disabled=true 1`] = `
7474

7575
exports[`kol-button should render with _label="Label" _value="Hello" 1`] = `
7676
<kol-button>
77-
<template shadowrootmode="open">
77+
<template shadowrootmode="open" shadowrootdelegatesfocus>
7878
<kol-button-wc>
7979
<!---->
8080
<button class="kol-button kol-button--normal" type="button">
@@ -97,7 +97,7 @@ exports[`kol-button should render with _label="Label" _value="Hello" 1`] = `
9797

9898
exports[`kol-button should render with _label="Label" _variant="danger" 1`] = `
9999
<kol-button>
100-
<template shadowrootmode="open">
100+
<template shadowrootmode="open" shadowrootdelegatesfocus>
101101
<kol-button-wc>
102102
<!---->
103103
<button class="kol-button kol-button--danger" type="button">
@@ -120,7 +120,7 @@ exports[`kol-button should render with _label="Label" _variant="danger" 1`] = `
120120

121121
exports[`kol-button should render with _label="Label" _variant="ghost" 1`] = `
122122
<kol-button>
123-
<template shadowrootmode="open">
123+
<template shadowrootmode="open" shadowrootdelegatesfocus>
124124
<kol-button-wc>
125125
<!---->
126126
<button class="kol-button kol-button--ghost" type="button">
@@ -143,7 +143,7 @@ exports[`kol-button should render with _label="Label" _variant="ghost" 1`] = `
143143

144144
exports[`kol-button should render with _label="Label" _variant="normal" 1`] = `
145145
<kol-button>
146-
<template shadowrootmode="open">
146+
<template shadowrootmode="open" shadowrootdelegatesfocus>
147147
<kol-button-wc>
148148
<!---->
149149
<button class="kol-button kol-button--normal" type="button">
@@ -166,7 +166,7 @@ exports[`kol-button should render with _label="Label" _variant="normal" 1`] = `
166166

167167
exports[`kol-button should render with _label="Label" _variant="primary" 1`] = `
168168
<kol-button>
169-
<template shadowrootmode="open">
169+
<template shadowrootmode="open" shadowrootdelegatesfocus>
170170
<kol-button-wc>
171171
<!---->
172172
<button class="kol-button kol-button--primary" type="button">
@@ -189,7 +189,7 @@ exports[`kol-button should render with _label="Label" _variant="primary" 1`] = `
189189

190190
exports[`kol-button should render with _label="Label" _variant="secondary" 1`] = `
191191
<kol-button>
192-
<template shadowrootmode="open">
192+
<template shadowrootmode="open" shadowrootdelegatesfocus>
193193
<kol-button-wc>
194194
<!---->
195195
<button class="kol-button kol-button--secondary" type="button">
@@ -212,7 +212,7 @@ exports[`kol-button should render with _label="Label" _variant="secondary" 1`] =
212212

213213
exports[`kol-button should render with _label="Label" 1`] = `
214214
<kol-button>
215-
<template shadowrootmode="open">
215+
<template shadowrootmode="open" shadowrootdelegatesfocus>
216216
<kol-button-wc>
217217
<!---->
218218
<button class="kol-button kol-button--normal" type="button">

packages/components/src/components/combobox/test/__snapshots__/snapshot.spec.tsx.snap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _accessKey="V" 1`] = `
44
<kol-combobox _value="Herr">
5-
<template shadowrootmode="open">
5+
<template shadowrootmode="open" shadowrootdelegatesfocus>
66
<div class="has-value kol-combobox kol-form-field">
77
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
88
<span class="kol-form-field__label-text">
@@ -31,7 +31,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
3131
3232
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _alert=true 1`] = `
3333
<kol-combobox _alert="" _value="Herr">
34-
<template shadowrootmode="open">
34+
<template shadowrootmode="open" shadowrootdelegatesfocus>
3535
<div class="has-value kol-combobox kol-form-field">
3636
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
3737
<span class="kol-form-field__label-text">
@@ -59,7 +59,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
5959
6060
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _disabled=true 1`] = `
6161
<kol-combobox _value="Herr">
62-
<template shadowrootmode="open">
62+
<template shadowrootmode="open" shadowrootdelegatesfocus>
6363
<div class="has-value kol-combobox kol-form-field kol-form-field--disabled">
6464
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
6565
<span class="kol-form-field__label-text">
@@ -87,7 +87,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
8787
8888
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _hint="Hint" 1`] = `
8989
<kol-combobox _value="Herr">
90-
<template shadowrootmode="open">
90+
<template shadowrootmode="open" shadowrootdelegatesfocus>
9191
<div class="has-value kol-combobox kol-form-field">
9292
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
9393
<span class="kol-form-field__label-text">
@@ -118,7 +118,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
118118
119119
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"},"right":{"icon":"codicon codicon-arrow-right"}} 1`] = `
120120
<kol-combobox _value="Herr">
121-
<template shadowrootmode="open">
121+
<template shadowrootmode="open" shadowrootdelegatesfocus>
122122
<div class="has-value kol-combobox kol-form-field">
123123
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
124124
<span class="kol-form-field__label-text">
@@ -152,7 +152,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
152152
153153
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"}} 1`] = `
154154
<kol-combobox _value="Herr">
155-
<template shadowrootmode="open">
155+
<template shadowrootmode="open" shadowrootdelegatesfocus>
156156
<div class="has-value kol-combobox kol-form-field">
157157
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
158158
<span class="kol-form-field__label-text">
@@ -184,7 +184,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
184184
185185
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"right":{"icon":"codicon codicon-arrow-right"}} 1`] = `
186186
<kol-combobox _value="Herr">
187-
<template shadowrootmode="open">
187+
<template shadowrootmode="open" shadowrootdelegatesfocus>
188188
<div class="has-value kol-combobox kol-form-field">
189189
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
190190
<span class="kol-form-field__label-text">
@@ -216,7 +216,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
216216
217217
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} _hideMsg=true 1`] = `
218218
<kol-combobox _hide-msg="" _value="Herr">
219-
<template shadowrootmode="open">
219+
<template shadowrootmode="open" shadowrootdelegatesfocus>
220220
<div class="has-value kol-combobox kol-form-field kol-form-field--hidden-msg">
221221
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
222222
<span class="kol-form-field__label-text">
@@ -244,7 +244,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
244244
245245
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} 1`] = `
246246
<kol-combobox _value="Herr">
247-
<template shadowrootmode="open">
247+
<template shadowrootmode="open" shadowrootdelegatesfocus>
248248
<div class="has-value kol-combobox kol-form-field">
249249
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
250250
<span class="kol-form-field__label-text">
@@ -272,7 +272,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
272272
273273
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _readOnly=true 1`] = `
274274
<kol-combobox _readonly="" _value="Herr">
275-
<template shadowrootmode="open">
275+
<template shadowrootmode="open" shadowrootdelegatesfocus>
276276
<div class="has-value kol-combobox kol-form-field">
277277
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
278278
<span class="kol-form-field__label-text">
@@ -300,7 +300,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
300300
301301
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _shortKey="S" 1`] = `
302302
<kol-combobox _value="Herr">
303-
<template shadowrootmode="open">
303+
<template shadowrootmode="open" shadowrootdelegatesfocus>
304304
<div class="has-value kol-combobox kol-form-field">
305305
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
306306
<span class="kol-form-field__label-text">
@@ -329,7 +329,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
329329
330330
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _touched=true 1`] = `
331331
<kol-combobox _touched="" _value="Herr">
332-
<template shadowrootmode="open">
332+
<template shadowrootmode="open" shadowrootdelegatesfocus>
333333
<div class="has-value kol-combobox kol-form-field kol-form-field--touched">
334334
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
335335
<span class="kol-form-field__label-text">
@@ -357,7 +357,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
357357
358358
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] 1`] = `
359359
<kol-combobox _value="Herr">
360-
<template shadowrootmode="open">
360+
<template shadowrootmode="open" shadowrootdelegatesfocus>
361361
<div class="has-value kol-combobox kol-form-field">
362362
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
363363
<span class="kol-form-field__label-text">

0 commit comments

Comments
 (0)