Skip to content

Commit

Permalink
EVG-20447: Upgrade SegmentedControl to v8.2.6 (evergreen-ci#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Sep 7, 2023
1 parent 55af81b commit 0f28056
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@leafygreen-ui/radio-box-group": "12.0.1",
"@leafygreen-ui/radio-group": "10.1.1",
"@leafygreen-ui/search-input": "2.0.8",
"@leafygreen-ui/segmented-control": "7.0.2",
"@leafygreen-ui/segmented-control": "8.2.6",
"@leafygreen-ui/select": "10.2.0",
"@leafygreen-ui/side-nav": "13.0.2",
"@leafygreen-ui/table": "10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TupleSelectWithRegexConditional/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const TupleSelectWithRegexConditional: React.FC<
<>
Add New Filter
<PaddedSegmentedControl
size="small"
size="xsmall"
onChange={setType}
value={type}
aria-controls="tuple-select-with-regex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ export const getFormSchema = (): ReturnType<GetFormSchema> => ({
"ui:widget": widgets.SegmentedControlWidget,
"ui:aria-controls": ["case-insensitive", "case-sensitive"],
"ui:data-cy": "parsley-filter-case-sensitivity",
"ui:sizeVariant": "small",
"ui:sizeVariant": "xsmall",
},
exactMatch: {
"ui:widget": widgets.SegmentedControlWidget,
"ui:aria-controls": ["exact-match", "inverse-match"],
"ui:data-cy": "parsley-filter-match-type",
"ui:sizeVariant": "small",
"ui:sizeVariant": "xsmall",
},
},
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3653,19 +3653,19 @@
lodash "^4.17.21"
polished "^4.2.2"

"@leafygreen-ui/segmented-control@7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/segmented-control/-/segmented-control-7.0.2.tgz#e420e949702cf76d4bbb55c560d3b4d4048990a8"
integrity sha512-oCLUEzQB/e3Dqb+Ssig0zusO9D5K1C2WfpnV5qxUvEt/laA/l884LNhk42NM5dqcUKHnZvta3EUZm5On49mEAQ==
"@leafygreen-ui/segmented-control@8.2.6":
version "8.2.6"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/segmented-control/-/segmented-control-8.2.6.tgz#9f64c2fcbfcd7c15c8192f3d0575b1dbcbe2f733"
integrity sha512-s1/K0pY2YW90Dh7sMst4xuUYQqIW1LWFQyoqpDyjVZV8RuqQbYq9BzTSNkrb3njq6JpHGOhmvT7wFrqoMljMvw==
dependencies:
"@leafygreen-ui/box" "^3.1.1"
"@leafygreen-ui/emotion" "^4.0.3"
"@leafygreen-ui/hooks" "^7.3.3"
"@leafygreen-ui/icon" "^11.12.4"
"@leafygreen-ui/lib" "^10.0.0"
"@leafygreen-ui/palette" "^3.4.7"
"@leafygreen-ui/tokens" "^2.0.0"
"@leafygreen-ui/typography" "^16.0.0"
"@leafygreen-ui/box" "^3.1.8"
"@leafygreen-ui/emotion" "^4.0.7"
"@leafygreen-ui/hooks" "^8.0.0"
"@leafygreen-ui/icon" "^11.23.0"
"@leafygreen-ui/lib" "^11.0.0"
"@leafygreen-ui/palette" "^4.0.7"
"@leafygreen-ui/tokens" "^2.2.0"
"@leafygreen-ui/typography" "^17.0.0"
lodash "^4.17.21"
polished "^4.2.2"

Expand Down

0 comments on commit 0f28056

Please sign in to comment.