@ornikar/kitt-universal 27.3.0 → 27.3.1-canary.2a1e1042a7d526c8c6b6197a77f84626e0e5d206.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 +89 -89
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +60 -60
- 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 +29 -29
|
@@ -2411,7 +2411,7 @@ var breakpoints = {
|
|
|
2411
2411
|
// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
|
|
2412
2412
|
var theme = {
|
|
2413
2413
|
spacing: spacing,
|
|
2414
|
-
getSpacing: function
|
|
2414
|
+
getSpacing: function (multiplier) {
|
|
2415
2415
|
return spacing * multiplier;
|
|
2416
2416
|
},
|
|
2417
2417
|
colors: colors,
|