@ornikar/kitt-universal 28.1.0 → 29.0.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.
- package/CHANGELOG.md +13 -0
- package/dist/definitions/typography/Typography.d.ts +6 -2
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index.es.js +90 -90
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +61 -61
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes.es.js +1 -1
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +1 -1
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +26 -26
|
@@ -2587,7 +2587,7 @@ var breakpoints = {
|
|
|
2587
2587
|
// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
|
|
2588
2588
|
var theme = {
|
|
2589
2589
|
spacing: spacing,
|
|
2590
|
-
getSpacing: function
|
|
2590
|
+
getSpacing: function (multiplier) {
|
|
2591
2591
|
return spacing * multiplier;
|
|
2592
2592
|
},
|
|
2593
2593
|
colors: colors,
|