diff --git a/build/figma/figma.tokens.json b/build/figma/figma.tokens.json index dc86723d..887ea9c7 100644 --- a/build/figma/figma.tokens.json +++ b/build/figma/figma.tokens.json @@ -4177,10 +4177,6 @@ "value": "#D6D9DD", "type": "color" }, - "radius": { - "value": "0.375rem 0 0 0.375rem", - "type": "borderRadius" - }, "width": { "value": "0.0625rem", "type": "borderWidth" @@ -4204,10 +4200,6 @@ }, "focus": { "border": { - "radius": { - "value": "0.125rem", - "type": "borderRadius" - }, "color": { "value": "#0535d2", "type": "color" @@ -4227,24 +4219,6 @@ }, "type": "typography" }, - "fontDesktop": { - "value": { - "fontFamily": "'Noto Sans', sans-serif", - "fontWeight": "400", - "lineHeight": "160%", - "fontSize": "1.25rem" - }, - "type": "typography" - }, - "fontMobile": { - "value": { - "fontFamily": "'Noto Sans', sans-serif", - "fontWeight": "400", - "lineHeight": "160%", - "fontSize": "1.125rem" - }, - "type": "typography" - }, "margin": { "value": "0 0 0.125rem", "type": "spacing" @@ -4253,10 +4227,6 @@ "value": "2.75rem", "type": "sizing" }, - "minWidthAndHeight": { - "value": "3rem", - "type": "sizing" - }, "outline": { "width": { "value": "0.25rem", diff --git a/build/web/css/components.css b/build/web/css/components.css index 81c8502e..42652834 100644 --- a/build/web/css/components.css +++ b/build/web/css/components.css @@ -626,20 +626,15 @@ --gcds-radio-max-width: 46.5rem; --gcds-radio-padding: 0.5rem; --gcds-search-border-color: #d6d9dd; - --gcds-search-border-radius: 0.375rem 0 0 0.375rem; /* Will be removed in separate pull request */ --gcds-search-border-width: 0.0625rem; --gcds-search-button-padding: 0.125rem; --gcds-search-default-background: #ffffff; --gcds-search-default-text: #333333; - --gcds-search-focus-border-radius: 0.125rem; /* Will be removed in separate pull request */ --gcds-search-focus-border-color: #0535d2; --gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; --gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; /* Mandatory elements alignment: sub-components of header use 16px font */ - --gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ - --gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ --gcds-search-margin: 0 0 0.125rem; --gcds-search-max-height: 2.75rem; - --gcds-search-min-width-and-height: 3rem; /* Will be removed in separate pull request */ --gcds-search-outline-width: 0.25rem; --gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; --gcds-select-arrow-position-x: calc(100% - 0.75rem); diff --git a/build/web/css/components/search.css b/build/web/css/components/search.css index ffce83f0..d4ea0f71 100644 --- a/build/web/css/components/search.css +++ b/build/web/css/components/search.css @@ -4,20 +4,15 @@ :root { --gcds-search-border-color: #d6d9dd; - --gcds-search-border-radius: 0.375rem 0 0 0.375rem; /* Will be removed in separate pull request */ --gcds-search-border-width: 0.0625rem; --gcds-search-button-padding: 0.125rem; --gcds-search-default-background: #ffffff; --gcds-search-default-text: #333333; - --gcds-search-focus-border-radius: 0.125rem; /* Will be removed in separate pull request */ --gcds-search-focus-border-color: #0535d2; --gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; --gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; /* Mandatory elements alignment: sub-components of header use 16px font */ - --gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ - --gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ --gcds-search-margin: 0 0 0.125rem; --gcds-search-max-height: 2.75rem; - --gcds-search-min-width-and-height: 3rem; /* Will be removed in separate pull request */ --gcds-search-outline-width: 0.25rem; --gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; } diff --git a/build/web/css/tokens.css b/build/web/css/tokens.css index b2b1b5f0..5beb608e 100644 --- a/build/web/css/tokens.css +++ b/build/web/css/tokens.css @@ -786,20 +786,15 @@ --gcds-radio-max-width: 46.5rem; --gcds-radio-padding: 0.5rem; --gcds-search-border-color: #d6d9dd; - --gcds-search-border-radius: 0.375rem 0 0 0.375rem; /* Will be removed in separate pull request */ --gcds-search-border-width: 0.0625rem; --gcds-search-button-padding: 0.125rem; --gcds-search-default-background: #ffffff; --gcds-search-default-text: #333333; - --gcds-search-focus-border-radius: 0.125rem; /* Will be removed in separate pull request */ --gcds-search-focus-border-color: #0535d2; --gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; --gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; /* Mandatory elements alignment: sub-components of header use 16px font */ - --gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ - --gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; /* Will be removed in separate pull request */ --gcds-search-margin: 0 0 0.125rem; --gcds-search-max-height: 2.75rem; - --gcds-search-min-width-and-height: 3rem; /* Will be removed in separate pull request */ --gcds-search-outline-width: 0.25rem; --gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; --gcds-select-arrow-position-x: calc(100% - 0.75rem); diff --git a/build/web/scss/components.scss b/build/web/scss/components.scss index 2fd18086..53b822f3 100644 --- a/build/web/scss/components.scss +++ b/build/web/scss/components.scss @@ -624,20 +624,15 @@ $gcds-radio-margin: 0 0 1.125rem; $gcds-radio-max-width: 46.5rem; $gcds-radio-padding: 0.5rem; $gcds-search-border-color: #d6d9dd; -$gcds-search-border-radius: 0.375rem 0 0 0.375rem; // Will be removed in separate pull request $gcds-search-border-width: 0.0625rem; $gcds-search-button-padding: 0.125rem; $gcds-search-default-background: #ffffff; $gcds-search-default-text: #333333; -$gcds-search-focus-border-radius: 0.125rem; // Will be removed in separate pull request $gcds-search-focus-border-color: #0535d2; $gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; $gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; // Mandatory elements alignment: sub-components of header use 16px font -$gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request -$gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request $gcds-search-margin: 0 0 0.125rem; $gcds-search-max-height: 2.75rem; -$gcds-search-min-width-and-height: 3rem; // Will be removed in separate pull request $gcds-search-outline-width: 0.25rem; $gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; $gcds-select-arrow-position-x: calc(100% - 0.75rem); diff --git a/build/web/scss/components/search.scss b/build/web/scss/components/search.scss index 79407f53..89c1f61f 100644 --- a/build/web/scss/components/search.scss +++ b/build/web/scss/components/search.scss @@ -2,19 +2,14 @@ // Do not edit directly, this file was auto-generated. $gcds-search-border-color: #d6d9dd; -$gcds-search-border-radius: 0.375rem 0 0 0.375rem; // Will be removed in separate pull request $gcds-search-border-width: 0.0625rem; $gcds-search-button-padding: 0.125rem; $gcds-search-default-background: #ffffff; $gcds-search-default-text: #333333; -$gcds-search-focus-border-radius: 0.125rem; // Will be removed in separate pull request $gcds-search-focus-border-color: #0535d2; $gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; $gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; // Mandatory elements alignment: sub-components of header use 16px font -$gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request -$gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request $gcds-search-margin: 0 0 0.125rem; $gcds-search-max-height: 2.75rem; -$gcds-search-min-width-and-height: 3rem; // Will be removed in separate pull request $gcds-search-outline-width: 0.25rem; $gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; diff --git a/build/web/scss/tokens.scss b/build/web/scss/tokens.scss index 6d15336f..af96ef79 100644 --- a/build/web/scss/tokens.scss +++ b/build/web/scss/tokens.scss @@ -784,20 +784,15 @@ $gcds-radio-margin: 0 0 1.125rem; $gcds-radio-max-width: 46.5rem; $gcds-radio-padding: 0.5rem; $gcds-search-border-color: #d6d9dd; -$gcds-search-border-radius: 0.375rem 0 0 0.375rem; // Will be removed in separate pull request $gcds-search-border-width: 0.0625rem; $gcds-search-button-padding: 0.125rem; $gcds-search-default-background: #ffffff; $gcds-search-default-text: #333333; -$gcds-search-focus-border-radius: 0.125rem; // Will be removed in separate pull request $gcds-search-focus-border-color: #0535d2; $gcds-search-focus-box-shadow: 0 0 0 0.125rem #ffffff; $gcds-search-font: 400 1rem/150% 'Noto Sans', sans-serif; // Mandatory elements alignment: sub-components of header use 16px font -$gcds-search-font-desktop: 400 1.25rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request -$gcds-search-font-mobile: 400 1.125rem/160% 'Noto Sans', sans-serif; // Will be removed in separate pull request $gcds-search-margin: 0 0 0.125rem; $gcds-search-max-height: 2.75rem; -$gcds-search-min-width-and-height: 3rem; // Will be removed in separate pull request $gcds-search-outline-width: 0.25rem; $gcds-search-padding: 0.375rem 0 0.375rem 0.75rem; $gcds-select-arrow-position-x: calc(100% - 0.75rem); diff --git a/tokens/components/search/tokens.json b/tokens/components/search/tokens.json index 8919fba5..4ae80a76 100644 --- a/tokens/components/search/tokens.json +++ b/tokens/components/search/tokens.json @@ -5,11 +5,6 @@ "value": "{color.grayscale.100.value}", "type": "color" }, - "radius": { - "value": "{border.radius.md.value} 0 0 {border.radius.md.value}", - "type": "borderRadius", - "comment": "Will be removed in separate pull request" - }, "width": { "value": "{border.width.sm.value}", "type": "borderWidth" @@ -33,11 +28,6 @@ }, "focus": { "border": { - "radius": { - "value": "{border.radius.sm.value}", - "type": "borderRadius", - "comment": "Will be removed in separate pull request" - }, "color": { "value": "{focus.border.value}", "type": "color" @@ -58,26 +48,6 @@ "type": "typography", "comment": "Mandatory elements alignment: sub-components of header use 16px font" }, - "fontDesktop": { - "value": { - "fontFamily": "{fontFamilies.body}", - "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.text}", - "fontSize": "{fontSizes.text}" - }, - "type": "typography", - "comment": "Will be removed in separate pull request" - }, - "fontMobile": { - "value": { - "fontFamily": "{fontFamilies.body}", - "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.text}", - "fontSize": "{fontSizes.textMobile}" - }, - "type": "typography", - "comment": "Will be removed in separate pull request" - }, "margin": { "value": "0 0 {spacing.25.value}", "type": "spacing" @@ -86,11 +56,6 @@ "value": "{spacing.550.value}", "type": "sizing" }, - "minWidthAndHeight": { - "value": "{spacing.600.value}", - "type": "sizing", - "comment": "Will be removed in separate pull request" - }, "outline": { "width": { "value": "{outline.width.value}",