From 1b83468c13a02c4810e4051ee9d2b724f913e60d Mon Sep 17 00:00:00 2001 From: Peter Kulko Date: Tue, 3 Sep 2024 17:13:59 +0300 Subject: [PATCH] chore: the fractional value of the spacer has had its comma replaced with a period --- styles/css/core/variables.css | 8 ++++---- tokens/src/core/global/spacing.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/styles/css/core/variables.css b/styles/css/core/variables.css index 97d1d869c2..b35477a68f 100644 --- a/styles/css/core/variables.css +++ b/styles/css/core/variables.css @@ -1,6 +1,6 @@ /** - * Do not edit directly, this file was auto-generated. while transforming design tokens. - * See /tokens/README.md for more details. + * Do not edit directly, this file was auto-generated. + * Generated on Tue, 03 Sep 2024 14:45:12 GMT */ :root { @@ -89,9 +89,9 @@ --pgn-typography-font-size-sm: 0.875rem; /* Small font size. */ --pgn-typography-font-size-lg: var(--pgn-typography-font-size-base) * 1.25; /* Lead text font size. */ --pgn-typography-font-size-base: 1.125rem; /* Base font size. */ - --pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, '"Liberation Mono"', '"Courier New"', monospace; /* Monospace font family. */ + --pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; /* Monospace font family. */ --pgn-typography-font-family-serif: serif; /* Serif font family. */ - --pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, '"Helvetica Neue"', Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'; /* Sans-serif font family. */ + --pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* Sans-serif font family. */ --pgn-typography-font-family-base: var(--pgn-typography-font-family-sans-serif); /* Basic font family. */ --pgn-typography-blockquote-font-size: calc(var(--pgn-typography-font-size-base) * 1.25); --pgn-typography-blockquote-small-font-size: var(--pgn-typography-font-size-sm); diff --git a/tokens/src/core/global/spacing.json b/tokens/src/core/global/spacing.json index 6b4fc7a28a..fb48d6a6b3 100644 --- a/tokens/src/core/global/spacing.json +++ b/tokens/src/core/global/spacing.json @@ -35,23 +35,23 @@ "$value": "1rem", "$description": "Basic space value" }, - "1,5": { + "1.5": { "$value": "calc({spacing.spacer.base} * .375)", "$description": "Space value of level 1.5" }, - "2,5": { + "2.5": { "$value": "calc({spacing.spacer.base} * .75)", "$description": "Space value of level 2.5" }, - "3,5": { + "3.5": { "$value": "calc({spacing.spacer.base} * 1.25)", "$description": "Space value of level 3.5" }, - "4,5": { + "4.5": { "$value": "calc({spacing.spacer.base} * 2)", "$description": "Space value of level 4.5" }, - "5,5": { + "5.5": { "$value": "calc({spacing.spacer.base} * 4)", "$description": "Space value of level 5.5" }