@@ -8025,6 +8025,7 @@ exports[`Storyshots Components/Pill With Close 1`] = `
80258025 >
80268026 Text
80278027 <button
8028+ aria-label="Remove undefined"
80288029 className="Pill__button--close"
80298030 onClick={[Function]}
80308031 type="button"
@@ -9030,6 +9031,99 @@ exports[`Storyshots Components/Selects/Single Custom Option With Checkbox 1`] =
90309031</div>
90319032`;
90329033
9034+ exports[`Storyshots Components/Selects/Single Custom Option With Indeterminate Checkbox 1`] = `
9035+ <div
9036+ style={
9037+ Object {
9038+ "padding": "1rem",
9039+ }
9040+ }
9041+ >
9042+ <label
9043+ htmlFor="multi-select"
9044+ id="select-label-custom-option-indeterminate"
9045+ >
9046+ Custom option with indeterminate checkbox
9047+ </label>
9048+ <div
9049+ className="SingleSelect css-b62m3t-container"
9050+ id="multi-select"
9051+ onKeyDown={[Function]}
9052+ >
9053+ <span
9054+ className="css-1f43avz-a11yText-A11yText"
9055+ id="react-select-13-live-region"
9056+ />
9057+ <span
9058+ aria-atomic="false"
9059+ aria-live="polite"
9060+ aria-relevant="additions text"
9061+ className="css-1f43avz-a11yText-A11yText"
9062+ />
9063+ <div
9064+ className=" css-15ub2n0-control"
9065+ onMouseDown={[Function]}
9066+ onTouchEnd={[Function]}
9067+ >
9068+ <div
9069+ className=" css-319lph-ValueContainer"
9070+ >
9071+ <div
9072+ className=" css-858797-placeholder"
9073+ id="react-select-13-placeholder"
9074+ >
9075+ Select...
9076+ </div>
9077+ <input
9078+ aria-autocomplete="list"
9079+ aria-describedby="react-select-13-placeholder"
9080+ aria-expanded={false}
9081+ aria-haspopup={true}
9082+ aria-labelledby="select-label"
9083+ aria-readonly={true}
9084+ className="css-mohuvp-dummyInput-DummyInput"
9085+ disabled={false}
9086+ id="react-select-13-input"
9087+ inputMode="none"
9088+ onBlur={[Function]}
9089+ onChange={[Function]}
9090+ onFocus={[Function]}
9091+ role="combobox"
9092+ tabIndex={0}
9093+ value=""
9094+ />
9095+ </div>
9096+ <div
9097+ className=" css-1hb7zxy-IndicatorsContainer"
9098+ >
9099+ <span
9100+ className=" css-43ykx9-indicatorSeparator"
9101+ />
9102+ <div
9103+ aria-hidden="true"
9104+ className=" css-7sl878-indicatorContainer"
9105+ onMouseDown={[Function]}
9106+ onTouchEnd={[Function]}
9107+ >
9108+ <svg
9109+ aria-hidden="true"
9110+ className="css-tj5bde-Svg"
9111+ focusable="false"
9112+ height={20}
9113+ viewBox="0 0 20 20"
9114+ width={20}
9115+ >
9116+ <path
9117+ 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"
9118+ />
9119+ </svg>
9120+ </div>
9121+ </div>
9122+ </div>
9123+ </div>
9124+ </div>
9125+ `;
9126+
90339127exports[`Storyshots Components/Selects/Single Custom Value Container 1`] = `
90349128<div
90359129 style={
@@ -9051,7 +9145,7 @@ exports[`Storyshots Components/Selects/Single Custom Value Container 1`] = `
90519145 >
90529146 <span
90539147 className="css-1f43avz-a11yText-A11yText"
9054- id="react-select-13 -live-region"
9148+ id="react-select-14 -live-region"
90559149 />
90569150 <span
90579151 aria-atomic="false"
@@ -9069,20 +9163,20 @@ exports[`Storyshots Components/Selects/Single Custom Value Container 1`] = `
90699163 >
90709164 <div
90719165 className=" css-858797-placeholder"
9072- id="react-select-13 -placeholder"
9166+ id="react-select-14 -placeholder"
90739167 >
90749168 Select...
90759169 </div>
90769170 <input
90779171 aria-autocomplete="list"
9078- aria-describedby="react-select-13 -placeholder"
9172+ aria-describedby="react-select-14 -placeholder"
90799173 aria-expanded={false}
90809174 aria-haspopup={true}
90819175 aria-labelledby="select-label"
90829176 aria-readonly={true}
90839177 className="css-mohuvp-dummyInput-DummyInput"
90849178 disabled={false}
9085- id="react-select-13 -input"
9179+ id="react-select-14 -input"
90869180 inputMode="none"
90879181 onBlur={[Function]}
90889182 onChange={[Function]}
0 commit comments