@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.
- package/CHANGELOG.md +24 -0
- package/dist/definitions/typography/Typography.d.ts +18 -6
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index.es.js +92 -92
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +63 -63
- 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 +28 -28
|
@@ -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
|
|
2426
|
+
getSpacing: function (multiplier) {
|
|
2427
2427
|
return spacing * multiplier;
|
|
2428
2428
|
},
|
|
2429
2429
|
colors: colors,
|