-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #743 from springernature/form-templates
Global Forms
- Loading branch information
Showing
68 changed files
with
2,834 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
options: | ||
config-file: ./node_modules/@springernature/sasslint-config/config/.sass-lint.yml | ||
rules: | ||
# Design tokens need to be in long form for design tool integration | ||
# Allow both styles to fit with existing formatting | ||
hex-length: | ||
- 2 | ||
- | ||
style: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_background.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_border.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_breakpoints.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_button.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
context/brand-context/default/scss/00-tokens/_color.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--color-white: #ffffff; | ||
$tokens--color-black: #000000; | ||
$tokens--color-grayscale-200: #f8f8f8; | ||
$tokens--color-grayscale-300: #f3f3f3; | ||
$tokens--color-grayscale-400: #dadada; | ||
$tokens--color-grayscale-500: #999999; | ||
$tokens--color-grayscale-600: #666666; | ||
$tokens--color-grayscale-700: #555555; | ||
$tokens--color-grayscale-800: #222222; | ||
$tokens--color-blue-100: #ebf1f5; | ||
$tokens--color-blue-200: #cedbe0; | ||
$tokens--color-blue-300: #0088cc; | ||
$tokens--color-blue-400: #025e8d; | ||
$tokens--color-blue-700: #003f8d; | ||
$tokens--color-blue-900: #01324b; | ||
$tokens--color-primary-universal-dark-blue: #01324b; | ||
$tokens--color-primary-medium-blue: #025e8d; | ||
$tokens--color-primary-bright-blue: #0088cc; | ||
$tokens--color-primary-grey-blue-light-1: #ebf1f5; | ||
$tokens--color-primary-grey-blue-light-2: #cedbe0; | ||
$tokens--color-primary-black: #000000; | ||
$tokens--color-primary-white: #ffffff; | ||
$tokens--color-information-red: #c40606; | ||
$tokens--color-information-orange: #f58220; | ||
$tokens--color-information-blue: #000000; | ||
$tokens--color-information-green: #00a69d; | ||
$tokens--color-interaction-hover: #025e8d; | ||
$tokens--color-interaction-visited: #a345c9; | ||
$tokens--color-interaction-focus: #ffcc00; |
8 changes: 8 additions & 0 deletions
8
context/brand-context/default/scss/00-tokens/_font-weight.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--font-weight-light: 300; // normal | ||
$tokens--font-weight-normal: 400; // The normal, or ‘regular’, font weight. | ||
$tokens--font-weight-regular: 400; // The normal, or ‘regular’, font weight. | ||
$tokens--font-weight-bold: 700; // The bold font weight. |
7 changes: 7 additions & 0 deletions
7
context/brand-context/default/scss/00-tokens/_icon.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--icon-checkbox-checked-stroke: #ffffff; | ||
$tokens--icon-checkbox-checked-fill: #01324b; | ||
$tokens--icon-select-stroke: #000000; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_link.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_sizing.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_spacing.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
context/brand-context/default/scss/00-tokens/_state.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Tue, 28 Jun 2022 10:44:21 GMT | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--state-focus: #0088cc; | ||
$tokens--state-focus: #ffcc00; | ||
$tokens--state-error: #c40606; | ||
$tokens--state-warning: #f58220; | ||
$tokens--state-success: #00a69d; | ||
$tokens--state-information: #003f8d; | ||
$tokens--state-information: #000000; |
2 changes: 1 addition & 1 deletion
2
context/brand-context/default/scss/00-tokens/_text.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
context/brand-context/default/scss/00-tokens/_typography.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--typography-heading-font-family: serif; | ||
$tokens--typography-heading-letter-spacing: 0.2rem; | ||
$tokens--typography-heading-line-height: 1.2; | ||
$tokens--typography-heading-level-1-default-font-size: 2.5rem; | ||
$tokens--typography-heading-level-1-default-font-weight: 400; | ||
$tokens--typography-heading-level-1-fluid-font-size: clamp(1.875rem, 4vw, 2.5rem); | ||
$tokens--typography-heading-level-2-default-font-size: 1.875rem; | ||
$tokens--typography-heading-level-2-default-font-weight: 400; | ||
$tokens--typography-heading-level-2-fluid-font-size: clamp(1.5rem, 4vw, 1.875rem); | ||
$tokens--typography-heading-level-3-default-font-size: 1.5rem; | ||
$tokens--typography-heading-level-3-fluid-font-size: clamp(1.25rem, 4vw, 1.5rem); | ||
$tokens--typography-heading-level-4-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; | ||
$tokens--typography-heading-level-4-default-font-size: 1.25rem; | ||
$tokens--typography-heading-level-4-fluid-font-size: clamp(1.125rem, 4vw, 1.25rem); | ||
$tokens--typography-heading-level-4-font-weight: 700; | ||
$tokens--typography-heading-level-5-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; | ||
$tokens--typography-heading-level-5-font-size: 1.125rem; | ||
$tokens--typography-heading-level-5-font-weight: 700; |
7 changes: 7 additions & 0 deletions
7
context/brand-context/default/scss/00-tokens/_ui.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Fri, 01 Jul 2022 16:01:55 GMT | ||
|
||
$tokens--ui-font-size: 1rem; | ||
$tokens--ui-focus-outline-color: #025e8d; | ||
$tokens--ui-content-width: 70ch; |
2 changes: 1 addition & 1 deletion
2
context/brand-context/nature/scss/00-tokens/_illustration.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/nature/scss/00-tokens/_typography.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/springer/scss/00-tokens/_typography.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/springernature/scss/00-tokens/_breakpoints.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
context/brand-context/springernature/scss/00-tokens/_typography.variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"color": { | ||
"primary": { | ||
"universal-dark-blue": { | ||
"value": "{color.blue.900}" | ||
}, | ||
"medium-blue": { | ||
"value": "{color.blue.400}" | ||
}, | ||
"bright-blue": { | ||
"value": "{color.blue.300}" | ||
}, | ||
"grey-blue-light-1": { | ||
"value": "{color.blue.100}" | ||
}, | ||
"grey-blue-light-2": { | ||
"value": "{color.blue.200}" | ||
}, | ||
"black": { | ||
"value": "{color.black}" | ||
}, | ||
"white": { | ||
"value": "{color.white}" | ||
} | ||
}, | ||
"information": { | ||
"red": { | ||
"value": "#C40606" | ||
}, | ||
"orange": { | ||
"value": "#F58220" | ||
}, | ||
"blue": { | ||
"value": "{color.blue.700" | ||
}, | ||
"green": { | ||
"value": "#00A69D" | ||
} | ||
}, | ||
"interaction": { | ||
"hover": { | ||
"value": "{color.blue.400}" | ||
}, | ||
"visited": { | ||
"value": "#A345C9" | ||
}, | ||
"focus": { | ||
"value": "#FFCC00" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"icon": { | ||
"checkbox": { | ||
"checked": { | ||
"stroke": { | ||
"value": "{color.white}" | ||
}, | ||
"fill": { | ||
"value": "{color.primary.universal-dark-blue}" | ||
} | ||
} | ||
}, | ||
"select": { | ||
"stroke": { | ||
"value": "{color.black}" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.