Skip to content

Commit f3a0ecf

Browse files
committed
update storyshots
1 parent e11ab35 commit f3a0ecf

File tree

3 files changed

+165
-105
lines changed

3 files changed

+165
-105
lines changed

.storybook/__storyshots__/Form.shot

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -383,18 +383,22 @@ exports[`Compound Form`] = `
383383
readOnly={undefined}
384384
type={undefined}
385385
value={undefined} />
386-
<svg
387-
aria-hidden={true}
388-
className="slds-icon slds-icon-text-default slds-input__icon"
386+
<span
389387
onClick={[Function]}
390388
style={
391389
Object {
392390
"cursor": "pointer",
393391
}
394-
}>
395-
<use
396-
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
397-
</svg>
392+
}
393+
tabIndex={-1}>
394+
<svg
395+
aria-hidden={true}
396+
className="slds-icon slds-icon-text-default slds-input__icon"
397+
style={undefined}>
398+
<use
399+
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
400+
</svg>
401+
</span>
398402
</div>
399403
</div>
400404
</div>
@@ -7493,18 +7497,22 @@ exports[`Horizontal Form`] = `
74937497
readOnly={undefined}
74947498
type={undefined}
74957499
value={undefined} />
7496-
<svg
7497-
aria-hidden={true}
7498-
className="slds-icon slds-icon-text-default slds-input__icon"
7500+
<span
74997501
onClick={[Function]}
75007502
style={
75017503
Object {
75027504
"cursor": "pointer",
75037505
}
7504-
}>
7505-
<use
7506-
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
7507-
</svg>
7506+
}
7507+
tabIndex={-1}>
7508+
<svg
7509+
aria-hidden={true}
7510+
className="slds-icon slds-icon-text-default slds-input__icon"
7511+
style={undefined}>
7512+
<use
7513+
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
7514+
</svg>
7515+
</span>
75087516
</div>
75097517
</div>
75107518
</div>
@@ -13418,18 +13426,22 @@ exports[`Stacked Form`] = `
1341813426
readOnly={undefined}
1341913427
type={undefined}
1342013428
value={undefined} />
13421-
<svg
13422-
aria-hidden={true}
13423-
className="slds-icon slds-icon-text-default slds-input__icon"
13429+
<span
1342413430
onClick={[Function]}
1342513431
style={
1342613432
Object {
1342713433
"cursor": "pointer",
1342813434
}
13429-
}>
13430-
<use
13431-
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
13432-
</svg>
13435+
}
13436+
tabIndex={-1}>
13437+
<svg
13438+
aria-hidden={true}
13439+
className="slds-icon slds-icon-text-default slds-input__icon"
13440+
style={undefined}>
13441+
<use
13442+
xlinkHref="/assets/icons/utility-sprite/svg/symbols.svg#search" />
13443+
</svg>
13444+
</span>
1343313445
</div>
1343413446
</div>
1343513447
</div>

0 commit comments

Comments
 (0)