diff --git a/dist/index.d.ts b/dist/index.d.ts index 68630f5..914da64 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export interface GlobalTypes { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } } @@ -491,7 +491,7 @@ export interface ColorTypes { declare const Color: ColorTypes; export interface SpacingTypes { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -549,7 +549,7 @@ export interface FontTypes { declare const Font: FontTypes; export interface BorderRadiusTypes { - None: "0rem" + None: "0" } declare const BorderRadius: BorderRadiusTypes; diff --git a/dist/index.js b/dist/index.js index 4645a6c..a299a0c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export const Global = { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } }; @@ -487,7 +487,7 @@ export const Color = { }; export const Spacing = { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -541,7 +541,7 @@ export const Font = { }; export const BorderRadius = { - None: "0rem" + None: "0" }; export const Alias = { diff --git a/dist/themes/dark/index.d.ts b/dist/themes/dark/index.d.ts index c6718ab..eabea9a 100644 --- a/dist/themes/dark/index.d.ts +++ b/dist/themes/dark/index.d.ts @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export interface GlobalTypes { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } } @@ -491,7 +491,7 @@ export interface ColorTypes { declare const Color: ColorTypes; export interface SpacingTypes { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -549,7 +549,7 @@ export interface FontTypes { declare const Font: FontTypes; export interface BorderRadiusTypes { - None: "0rem" + None: "0" } declare const BorderRadius: BorderRadiusTypes; diff --git a/dist/themes/dark/index.js b/dist/themes/dark/index.js index 9f99bcf..bb4b879 100644 --- a/dist/themes/dark/index.js +++ b/dist/themes/dark/index.js @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export const Global = { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } }; @@ -487,7 +487,7 @@ export const Color = { }; export const Spacing = { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -541,7 +541,7 @@ export const Font = { }; export const BorderRadius = { - None: "0rem" + None: "0" }; export const Alias = { diff --git a/dist/themes/dark/tokens.css b/dist/themes/dark/tokens.css index 78edf74..19a26d5 100644 --- a/dist/themes/dark/tokens.css +++ b/dist/themes/dark/tokens.css @@ -181,7 +181,7 @@ --token-global-color-brown-80: #8c795d; --token-global-color-brown-90: #776750; --token-global-color-brown-100: #3b352b; - --token-global-spacing-0: 0rem; + --token-global-spacing-0: 0; --token-global-spacing-10: 0.125rem; /* 2px */ --token-global-spacing-20: 0.25rem; /* 4px */ --token-global-spacing-30: 0.375rem; /* 6px */ @@ -217,7 +217,7 @@ --token-global-font-line-height-xxl: 2.375rem; /* 38px */ --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ --token-global-font-textcase-uppercase: uppercase; - --token-global-border-radius-none: 0rem; + --token-global-border-radius-none: 0; --token-alias-content-text-base: #343438; --token-alias-content-text-negative: #eb9091; /* Error message text */ --token-alias-content-text-warning: #fecb34; diff --git a/dist/themes/dark/tokens.d.ts b/dist/themes/dark/tokens.d.ts index bc42094..1e7f3e0 100644 --- a/dist/themes/dark/tokens.d.ts +++ b/dist/themes/dark/tokens.d.ts @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#343438"; export const TokenAliasContentTextNegative = "#eb9091"; // Error message text export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/dark/tokens.js b/dist/themes/dark/tokens.js index bc42094..1e7f3e0 100644 --- a/dist/themes/dark/tokens.js +++ b/dist/themes/dark/tokens.js @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#343438"; export const TokenAliasContentTextNegative = "#eb9091"; // Error message text export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/dark/tokens.scss b/dist/themes/dark/tokens.scss index 919394c..2dc05a1 100644 --- a/dist/themes/dark/tokens.scss +++ b/dist/themes/dark/tokens.scss @@ -179,7 +179,7 @@ $token-global-color-brown-70: #978365; $token-global-color-brown-80: #8c795d; $token-global-color-brown-90: #776750; $token-global-color-brown-100: #3b352b; -$token-global-spacing-0: 0rem; +$token-global-spacing-0: 0; $token-global-spacing-10: 0.125rem; // 2px $token-global-spacing-20: 0.25rem; // 4px $token-global-spacing-30: 0.375rem; // 6px @@ -215,7 +215,7 @@ $token-global-font-line-height-xl: 2rem; // 32px $token-global-font-line-height-xxl: 2.375rem; // 38px $token-global-font-line-height-xxxl: 2.625rem; // 42px $token-global-font-textcase-uppercase: uppercase; -$token-global-border-radius-none: 0rem; +$token-global-border-radius-none: 0; $token-alias-content-text-base: #343438; $token-alias-content-text-negative: #eb9091; // Error message text $token-alias-content-text-warning: #fecb34; diff --git a/dist/themes/densedDark/index.d.ts b/dist/themes/densedDark/index.d.ts index c6718ab..eabea9a 100644 --- a/dist/themes/densedDark/index.d.ts +++ b/dist/themes/densedDark/index.d.ts @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export interface GlobalTypes { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } } @@ -491,7 +491,7 @@ export interface ColorTypes { declare const Color: ColorTypes; export interface SpacingTypes { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -549,7 +549,7 @@ export interface FontTypes { declare const Font: FontTypes; export interface BorderRadiusTypes { - None: "0rem" + None: "0" } declare const BorderRadius: BorderRadiusTypes; diff --git a/dist/themes/densedDark/index.js b/dist/themes/densedDark/index.js index 9f99bcf..bb4b879 100644 --- a/dist/themes/densedDark/index.js +++ b/dist/themes/densedDark/index.js @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export const Global = { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } }; @@ -487,7 +487,7 @@ export const Color = { }; export const Spacing = { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -541,7 +541,7 @@ export const Font = { }; export const BorderRadius = { - None: "0rem" + None: "0" }; export const Alias = { diff --git a/dist/themes/densedDark/tokens.css b/dist/themes/densedDark/tokens.css index 78edf74..19a26d5 100644 --- a/dist/themes/densedDark/tokens.css +++ b/dist/themes/densedDark/tokens.css @@ -181,7 +181,7 @@ --token-global-color-brown-80: #8c795d; --token-global-color-brown-90: #776750; --token-global-color-brown-100: #3b352b; - --token-global-spacing-0: 0rem; + --token-global-spacing-0: 0; --token-global-spacing-10: 0.125rem; /* 2px */ --token-global-spacing-20: 0.25rem; /* 4px */ --token-global-spacing-30: 0.375rem; /* 6px */ @@ -217,7 +217,7 @@ --token-global-font-line-height-xxl: 2.375rem; /* 38px */ --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ --token-global-font-textcase-uppercase: uppercase; - --token-global-border-radius-none: 0rem; + --token-global-border-radius-none: 0; --token-alias-content-text-base: #343438; --token-alias-content-text-negative: #eb9091; /* Error message text */ --token-alias-content-text-warning: #fecb34; diff --git a/dist/themes/densedDark/tokens.d.ts b/dist/themes/densedDark/tokens.d.ts index bc42094..1e7f3e0 100644 --- a/dist/themes/densedDark/tokens.d.ts +++ b/dist/themes/densedDark/tokens.d.ts @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#343438"; export const TokenAliasContentTextNegative = "#eb9091"; // Error message text export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/densedDark/tokens.js b/dist/themes/densedDark/tokens.js index bc42094..1e7f3e0 100644 --- a/dist/themes/densedDark/tokens.js +++ b/dist/themes/densedDark/tokens.js @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#343438"; export const TokenAliasContentTextNegative = "#eb9091"; // Error message text export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/densedDark/tokens.scss b/dist/themes/densedDark/tokens.scss index 919394c..2dc05a1 100644 --- a/dist/themes/densedDark/tokens.scss +++ b/dist/themes/densedDark/tokens.scss @@ -179,7 +179,7 @@ $token-global-color-brown-70: #978365; $token-global-color-brown-80: #8c795d; $token-global-color-brown-90: #776750; $token-global-color-brown-100: #3b352b; -$token-global-spacing-0: 0rem; +$token-global-spacing-0: 0; $token-global-spacing-10: 0.125rem; // 2px $token-global-spacing-20: 0.25rem; // 4px $token-global-spacing-30: 0.375rem; // 6px @@ -215,7 +215,7 @@ $token-global-font-line-height-xl: 2rem; // 32px $token-global-font-line-height-xxl: 2.375rem; // 38px $token-global-font-line-height-xxxl: 2.625rem; // 42px $token-global-font-textcase-uppercase: uppercase; -$token-global-border-radius-none: 0rem; +$token-global-border-radius-none: 0; $token-alias-content-text-base: #343438; $token-alias-content-text-negative: #eb9091; // Error message text $token-alias-content-text-warning: #fecb34; diff --git a/dist/themes/densedLight/index.d.ts b/dist/themes/densedLight/index.d.ts index 68630f5..914da64 100644 --- a/dist/themes/densedLight/index.d.ts +++ b/dist/themes/densedLight/index.d.ts @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export interface GlobalTypes { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } } @@ -491,7 +491,7 @@ export interface ColorTypes { declare const Color: ColorTypes; export interface SpacingTypes { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -549,7 +549,7 @@ export interface FontTypes { declare const Font: FontTypes; export interface BorderRadiusTypes { - None: "0rem" + None: "0" } declare const BorderRadius: BorderRadiusTypes; diff --git a/dist/themes/densedLight/index.js b/dist/themes/densedLight/index.js index 4645a6c..a299a0c 100644 --- a/dist/themes/densedLight/index.js +++ b/dist/themes/densedLight/index.js @@ -1,7 +1,7 @@ /** * Do not edit directly - * Generated on 2024-09-11 + * Generated on 2024-09-13 */ export const Global = { Color: { @@ -217,7 +217,7 @@ } }, Spacing: { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -269,7 +269,7 @@ } }, BorderRadius: { - None: "0rem" + None: "0" } }; @@ -487,7 +487,7 @@ export const Color = { }; export const Spacing = { - 0: "0rem", + 0: "0", 10: "0.125rem", 20: "0.25rem", 30: "0.375rem", @@ -541,7 +541,7 @@ export const Font = { }; export const BorderRadius = { - None: "0rem" + None: "0" }; export const Alias = { diff --git a/dist/themes/densedLight/tokens.css b/dist/themes/densedLight/tokens.css index a174bb3..3e39de6 100644 --- a/dist/themes/densedLight/tokens.css +++ b/dist/themes/densedLight/tokens.css @@ -181,7 +181,7 @@ --token-global-color-brown-80: #8c795d; --token-global-color-brown-90: #776750; --token-global-color-brown-100: #3b352b; - --token-global-spacing-0: 0rem; + --token-global-spacing-0: 0; --token-global-spacing-10: 0.125rem; /* 2px */ --token-global-spacing-20: 0.25rem; /* 4px */ --token-global-spacing-30: 0.375rem; /* 6px */ @@ -217,7 +217,7 @@ --token-global-font-line-height-xxl: 2.375rem; /* 38px */ --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ --token-global-font-textcase-uppercase: uppercase; - --token-global-border-radius-none: 0rem; + --token-global-border-radius-none: 0; --token-alias-content-text-base: #ffffff; /* Use as color for text on a dark surface */ --token-alias-content-text-negative: #b82329; /* Use to indicate error messages */ --token-alias-content-text-warning: #fecb34; diff --git a/dist/themes/densedLight/tokens.d.ts b/dist/themes/densedLight/tokens.d.ts index b19519c..4429f54 100644 --- a/dist/themes/densedLight/tokens.d.ts +++ b/dist/themes/densedLight/tokens.d.ts @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/densedLight/tokens.js b/dist/themes/densedLight/tokens.js index b19519c..4429f54 100644 --- a/dist/themes/densedLight/tokens.js +++ b/dist/themes/densedLight/tokens.js @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/themes/densedLight/tokens.scss b/dist/themes/densedLight/tokens.scss index 898f716..537cda4 100644 --- a/dist/themes/densedLight/tokens.scss +++ b/dist/themes/densedLight/tokens.scss @@ -179,7 +179,7 @@ $token-global-color-brown-70: #978365; $token-global-color-brown-80: #8c795d; $token-global-color-brown-90: #776750; $token-global-color-brown-100: #3b352b; -$token-global-spacing-0: 0rem; +$token-global-spacing-0: 0; $token-global-spacing-10: 0.125rem; // 2px $token-global-spacing-20: 0.25rem; // 4px $token-global-spacing-30: 0.375rem; // 6px @@ -215,7 +215,7 @@ $token-global-font-line-height-xl: 2rem; // 32px $token-global-font-line-height-xxl: 2.375rem; // 38px $token-global-font-line-height-xxxl: 2.625rem; // 42px $token-global-font-textcase-uppercase: uppercase; -$token-global-border-radius-none: 0rem; +$token-global-border-radius-none: 0; $token-alias-content-text-base: #ffffff; // Use as color for text on a dark surface $token-alias-content-text-negative: #b82329; // Use to indicate error messages $token-alias-content-text-warning: #fecb34; diff --git a/dist/tokens.css b/dist/tokens.css index a174bb3..3e39de6 100644 --- a/dist/tokens.css +++ b/dist/tokens.css @@ -181,7 +181,7 @@ --token-global-color-brown-80: #8c795d; --token-global-color-brown-90: #776750; --token-global-color-brown-100: #3b352b; - --token-global-spacing-0: 0rem; + --token-global-spacing-0: 0; --token-global-spacing-10: 0.125rem; /* 2px */ --token-global-spacing-20: 0.25rem; /* 4px */ --token-global-spacing-30: 0.375rem; /* 6px */ @@ -217,7 +217,7 @@ --token-global-font-line-height-xxl: 2.375rem; /* 38px */ --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ --token-global-font-textcase-uppercase: uppercase; - --token-global-border-radius-none: 0rem; + --token-global-border-radius-none: 0; --token-alias-content-text-base: #ffffff; /* Use as color for text on a dark surface */ --token-alias-content-text-negative: #b82329; /* Use to indicate error messages */ --token-alias-content-text-warning: #fecb34; diff --git a/dist/tokens.d.ts b/dist/tokens.d.ts index b19519c..4429f54 100644 --- a/dist/tokens.d.ts +++ b/dist/tokens.d.ts @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/tokens.js b/dist/tokens.js index b19519c..4429f54 100644 --- a/dist/tokens.js +++ b/dist/tokens.js @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365"; export const TokenGlobalColorBrown80 = "#8c795d"; export const TokenGlobalColorBrown90 = "#776750"; export const TokenGlobalColorBrown100 = "#3b352b"; -export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing0 = "0"; export const TokenGlobalSpacing10 = "0.125rem"; // 2px export const TokenGlobalSpacing20 = "0.25rem"; // 4px export const TokenGlobalSpacing30 = "0.375rem"; // 6px @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px export const TokenGlobalFontTextcaseUppercase = "uppercase"; -export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenGlobalBorderRadiusNone = "0"; export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages export const TokenAliasContentTextWarning = "#fecb34"; diff --git a/dist/tokens.scss b/dist/tokens.scss index 898f716..537cda4 100644 --- a/dist/tokens.scss +++ b/dist/tokens.scss @@ -179,7 +179,7 @@ $token-global-color-brown-70: #978365; $token-global-color-brown-80: #8c795d; $token-global-color-brown-90: #776750; $token-global-color-brown-100: #3b352b; -$token-global-spacing-0: 0rem; +$token-global-spacing-0: 0; $token-global-spacing-10: 0.125rem; // 2px $token-global-spacing-20: 0.25rem; // 4px $token-global-spacing-30: 0.375rem; // 6px @@ -215,7 +215,7 @@ $token-global-font-line-height-xl: 2rem; // 32px $token-global-font-line-height-xxl: 2.375rem; // 38px $token-global-font-line-height-xxxl: 2.625rem; // 42px $token-global-font-textcase-uppercase: uppercase; -$token-global-border-radius-none: 0rem; +$token-global-border-radius-none: 0; $token-alias-content-text-base: #ffffff; // Use as color for text on a dark surface $token-alias-content-text-negative: #b82329; // Use to indicate error messages $token-alias-content-text-warning: #fecb34;