@ornikar/kitt-universal 27.0.0 → 27.0.1-canary.01819bc93ab006bfbaa4e1335cd8afa2380068a0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2423,7 +2423,7 @@ var breakpoints = {
2423
2423
  // TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
2424
2424
  var theme = {
2425
2425
  spacing: spacing,
2426
- getSpacing: function getSpacing(multiplier) {
2426
+ getSpacing: function (multiplier) {
2427
2427
  return spacing * multiplier;
2428
2428
  },
2429
2429
  colors: colors,