Skip to content

Commit 753e040

Browse files
authored
[LOOM-2014]: Update form element corner radii (#3703)
1 parent c4c9e5d commit 753e040

File tree

5 files changed

+33
-20
lines changed

5 files changed

+33
-20
lines changed

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@babel/register": "^7.25.7",
122122
"@percy/cli": "^1.30.0",
123123
"@percy/storybook": "^6.0.1",
124-
"@skyscanner/bpk-foundations-web": "^18.1.0",
124+
"@skyscanner/bpk-foundations-web": "^19.1.0",
125125
"@skyscanner/bpk-svgs": "^20.0.0",
126126
"@skyscanner/eslint-config-skyscanner": "^18.2.0",
127127
"@skyscanner/stylelint-config-skyscanner": "^11.1.0",

packages/bpk-mixins/_forms.scss

+3
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
height: $bpk-input-large-height;
232232
padding-right: bpk-spacing-base();
233233
padding-left: bpk-spacing-base();
234+
border-radius: $bpk-input-large-border-radius;
234235

235236
&.bpk-input--valid,
236237
&.bpk-input--invalid,
@@ -402,6 +403,7 @@
402403
height: $bpk-input-large-height;
403404
padding: bpk-spacing-md() bpk-spacing-base();
404405
padding-right: bpk-spacing-xxl();
406+
border-radius: $bpk-select-large-border-radius;
405407
background: $bpk-surface-default-day
406408
url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjMTYxNjE2ICFpbXBvcnRhbnQgfTwvc3R5bGU+PHBhdGggZD0iTTE2LjUzNyA4LjI1SDcuNDYzYTEuMzU4IDEuMzU4IDAgMCAwLTEuMTEgMi4yNTFsNC4zNTQgNC43N2ExLjUzIDEuNTMgMCAwIDAgMi4xODQuMDRsNC43MTgtNC43N2ExLjM1NyAxLjM1NyAwIDAgMC0xLjA3Mi0yLjI5MXoiLz48L3N2Zz4=')
407409
no-repeat right bpk-spacing-base() center;
@@ -1049,6 +1051,7 @@
10491051
min-height: 6 * bpk-spacing-base();
10501052
padding-right: bpk-spacing-base();
10511053
padding-left: bpk-spacing-base();
1054+
border-radius: $bpk-input-large-border-radius;
10521055

10531056
&.bpk-textarea--invalid {
10541057
padding-right: bpk-spacing-xxl();

packages/package-lock.json

+18-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@radix-ui/react-compose-refs": "^1.1.0",
2828
"@radix-ui/react-slider": "^1.1.2",
2929
"@react-google-maps/api": "^2.19.3",
30-
"@skyscanner/bpk-foundations-web": "^18.1.0",
30+
"@skyscanner/bpk-foundations-web": "^19.1.0",
3131
"@skyscanner/bpk-svgs": "^20.0.0",
3232
"a11y-focus-scope": "^1.1.3",
3333
"a11y-focus-store": "^1.0.0",

0 commit comments

Comments
 (0)