@@ -81,11 +81,11 @@ module.exports = {
8181 bcdsIconsColorSuccess : "#42814a" ,
8282 bcdsIconsColorWarning : "#f8bb47" ,
8383 bcdsIconsColorPrimaryInvert : "#ffffff" ,
84- bcdsLayoutBorderWidthNone : 0 ,
84+ bcdsLayoutBorderWidthNone : "0" ,
8585 bcdsLayoutBorderWidthSmall : "1px" ,
8686 bcdsLayoutBorderWidthMedium : "2px" ,
8787 bcdsLayoutBorderWidthLarge : "4px" ,
88- bcdsLayoutPaddingNone : 0 ,
88+ bcdsLayoutPaddingNone : "0" ,
8989 bcdsLayoutPaddingHair : "0.125rem" ,
9090 bcdsLayoutPaddingXsmall : "0.25rem" ,
9191 bcdsLayoutPaddingSmall : "0.5rem" ,
@@ -102,7 +102,7 @@ module.exports = {
102102 bcdsLayoutMarginXxlarge : "2.5rem" ,
103103 bcdsLayoutMarginXxxlarge : "3rem" ,
104104 bcdsLayoutMarginHuge : "3.5rem" ,
105- bcdsLayoutBorderRadiusNone : 0 ,
105+ bcdsLayoutBorderRadiusNone : "0" ,
106106 bcdsLayoutBorderRadiusSmall : "2px" ,
107107 bcdsLayoutBorderRadiusMedium : "4px" ,
108108 bcdsLayoutBorderRadiusLarge : "6px" ,
@@ -132,7 +132,7 @@ module.exports = {
132132 bcdsTypographyFontSizeH1 : "2.25rem" ,
133133 bcdsTypographyFontSizeDisplay : "3rem" ,
134134 bcdsTypographyLetterSpacing0 : "0em" ,
135- bcdsTypographyParagraphSpacing0 : 0 ,
135+ bcdsTypographyParagraphSpacing0 : "0" ,
136136 bcdsTypographyRegularLabel : "400 0.75rem/1.125rem 'BC Sans'" ,
137137 bcdsTypographyRegularSmallBody : "400 0.875rem/1.313rem 'BC Sans'" ,
138138 bcdsTypographyRegularBody : "400 1rem/1.688rem 'BC Sans'" ,
0 commit comments