@ornikar/kitt-universal 26.3.1-canary.8efcf8dd518741ed7fec0d06cb12e3d6d3fbdbd0.0 → 26.3.1-canary.94272652b7530b8140a0a413e97f350bbbdf57db.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 +9 -1
- package/dist/definitions/typography/Typography.d.ts +33 -11
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index.es.js +94 -94
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +65 -65
- 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 +25 -25
|
@@ -2492,7 +2492,7 @@ var breakpoints = {
|
|
|
2492
2492
|
// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
|
|
2493
2493
|
var theme = {
|
|
2494
2494
|
spacing: spacing,
|
|
2495
|
-
getSpacing: function
|
|
2495
|
+
getSpacing: function (multiplier) {
|
|
2496
2496
|
return spacing * multiplier;
|
|
2497
2497
|
},
|
|
2498
2498
|
colors: colors,
|