@@ -5519,6 +5519,160 @@ exports[`Storyshots Design System/Selects/Creatable Default 1`] = `
55195519</div >
55205520` ;
55215521
5522+ exports [` Storyshots Design System/Selects/Single Custom Option With Checkbox 1` ] = `
5523+ <div
5524+ style = {
5525+ Object {
5526+ " padding" : " 1rem" ,
5527+ }
5528+ }
5529+ >
5530+ <label
5531+ htmlFor = " multi-select"
5532+ id = " select-label-custom-option"
5533+ >
5534+ Custom option with checkbox
5535+ </label >
5536+ <div
5537+ className = " SingleSelect css-2b097c-container"
5538+ id = " multi-select"
5539+ onKeyDown = { [Function ]}
5540+ >
5541+ <div
5542+ className = " css-15ub2n0-control"
5543+ onMouseDown = { [Function ]}
5544+ onTouchEnd = { [Function ]}
5545+ >
5546+ <div
5547+ className = " css-g1d714-ValueContainer"
5548+ >
5549+ <div
5550+ className = " css-1269n2i-placeholder"
5551+ >
5552+ Select...
5553+ </div >
5554+ <input
5555+ aria-autocomplete = " list"
5556+ aria-labelledby = " select-label"
5557+ className = " css-62g3xt-dummyInput"
5558+ disabled = { false }
5559+ id = " react-select-10-input"
5560+ onBlur = { [Function ]}
5561+ onChange = { [Function ]}
5562+ onFocus = { [Function ]}
5563+ readOnly = { true }
5564+ tabIndex = " 0"
5565+ value = " "
5566+ />
5567+ </div >
5568+ <div
5569+ className = " css-1hb7zxy-IndicatorsContainer"
5570+ >
5571+ <span
5572+ className = " css-43ykx9-indicatorSeparator"
5573+ />
5574+ <div
5575+ aria-hidden = " true"
5576+ className = " css-7sl878-indicatorContainer"
5577+ onMouseDown = { [Function ]}
5578+ onTouchEnd = { [Function ]}
5579+ >
5580+ <svg
5581+ aria-hidden = " true"
5582+ className = " css-6q0nyr-Svg"
5583+ focusable = " false"
5584+ height = { 20 }
5585+ viewBox = " 0 0 20 20"
5586+ width = { 20 }
5587+ >
5588+ <path
5589+ d = " M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
5590+ />
5591+ </svg >
5592+ </div >
5593+ </div >
5594+ </div >
5595+ </div >
5596+ </div >
5597+ ` ;
5598+
5599+ exports [` Storyshots Design System/Selects/Single Custom Value Container 1` ] = `
5600+ <div
5601+ style = {
5602+ Object {
5603+ " padding" : " 1rem" ,
5604+ }
5605+ }
5606+ >
5607+ <label
5608+ htmlFor = " custom-value-container-select"
5609+ id = " select-label-custom-value-container"
5610+ >
5611+ Custom value container
5612+ </label >
5613+ <div
5614+ className = " SingleSelect css-2b097c-container"
5615+ id = " custom-value-container-select"
5616+ onKeyDown = { [Function ]}
5617+ >
5618+ <div
5619+ className = " css-15ub2n0-control"
5620+ onMouseDown = { [Function ]}
5621+ onTouchEnd = { [Function ]}
5622+ >
5623+ <div
5624+ className = " css-g1d714-ValueContainer"
5625+ >
5626+ <div
5627+ className = " css-1269n2i-placeholder"
5628+ >
5629+ Select...
5630+ </div >
5631+ <input
5632+ aria-autocomplete = " list"
5633+ aria-labelledby = " select-label"
5634+ className = " css-62g3xt-dummyInput"
5635+ disabled = { false }
5636+ id = " react-select-11-input"
5637+ onBlur = { [Function ]}
5638+ onChange = { [Function ]}
5639+ onFocus = { [Function ]}
5640+ readOnly = { true }
5641+ tabIndex = " 0"
5642+ value = " "
5643+ />
5644+ </div >
5645+ <div
5646+ className = " css-1hb7zxy-IndicatorsContainer"
5647+ >
5648+ <span
5649+ className = " css-43ykx9-indicatorSeparator"
5650+ />
5651+ <div
5652+ aria-hidden = " true"
5653+ className = " css-7sl878-indicatorContainer"
5654+ onMouseDown = { [Function ]}
5655+ onTouchEnd = { [Function ]}
5656+ >
5657+ <svg
5658+ aria-hidden = " true"
5659+ className = " css-6q0nyr-Svg"
5660+ focusable = " false"
5661+ height = { 20 }
5662+ viewBox = " 0 0 20 20"
5663+ width = { 20 }
5664+ >
5665+ <path
5666+ d = " M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
5667+ />
5668+ </svg >
5669+ </div >
5670+ </div >
5671+ </div >
5672+ </div >
5673+ </div >
5674+ ` ;
5675+
55225676exports [` Storyshots Design System/Selects/Single Default 1` ] = `
55235677<div
55245678 style = {
0 commit comments