Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lisalupi committed Nov 7, 2024
1 parent da67e6c commit 2cad86b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .changeset/ten-pans-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
`<SelectInputV2 />`:
- Hide search when less than 6 items (even when `searchable = true`)
- Clickable `footer` to close the dropdown
- `clearable = false` by default now
- Dropdown will close when clicking outside when it is inside a modal
- `clearable = false` by default now
Original file line number Diff line number Diff line change
Expand Up @@ -429,17 +429,17 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
outline: none;
}
.emotion-36[aria-selected='true'] {
.emotion-32[aria-selected='true'] {
background-color: #f1eefc;
}
.emotion-36[aria-disabled="true"] {
.emotion-32[aria-disabled="true"] {
background-color: #f3f3f4;
color: #b5b7bd;
}
.emotion-36[aria-disabled="true"]:hover,
.emotion-36 [aria-disabled="true"]:focus {
.emotion-32[aria-disabled="true"]:hover,
.emotion-32 [aria-disabled="true"]:focus {
background-color: #f3f3f4;
color: #b5b7bd;
cursor: not-allowed;
Expand Down Expand Up @@ -607,7 +607,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="mercury"
aria-selected="true"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-mercury"
id="option-0"
role="option"
Expand All @@ -632,7 +632,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="venus"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-venus"
id="option-1"
role="option"
Expand All @@ -657,7 +657,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="earth"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-earth"
id="option-2"
role="option"
Expand Down Expand Up @@ -687,7 +687,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="true"
aria-label="mars"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-mars"
id="option-3"
role="option"
Expand All @@ -712,7 +712,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="pluto"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-pluto"
id="option-4"
role="option"
Expand Down Expand Up @@ -769,7 +769,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="jupiter"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-jupiter"
id="option-0"
role="option"
Expand Down Expand Up @@ -799,7 +799,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="saturn"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-saturn"
id="option-1"
role="option"
Expand All @@ -824,7 +824,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="uranus"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-uranus"
id="option-2"
role="option"
Expand All @@ -849,7 +849,7 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
aria-disabled="false"
aria-label="neptune"
aria-selected="false"
class="emotion-36 emotion-37"
class="emotion-32 emotion-33"
data-testid="option-neptune"
id="option-3"
role="option"
Expand Down

0 comments on commit 2cad86b

Please sign in to comment.