@ornikar/kitt-universal 7.7.0 → 7.7.1
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/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +7 -1
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +7 -1
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +7 -1
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +2 -3
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +7 -1
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +0 -1
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1868,9 +1868,8 @@ var StyledTextInput = /*#__PURE__*/styled(TextInput).withConfig({
|
|
|
1868
1868
|
if (!multiline && "web" !== 'web') return "0 ".concat(theme.kitt.forms.input.padding.horizontal, "px");
|
|
1869
1869
|
return "".concat(theme.kitt.forms.input.padding.vertical, "px ").concat(theme.kitt.forms.input.padding.horizontal, "px");
|
|
1870
1870
|
}, function (_ref2) {
|
|
1871
|
-
var theme = _ref2.theme
|
|
1872
|
-
|
|
1873
|
-
if (!multiline && "web" !== 'web') return 0;
|
|
1871
|
+
var theme = _ref2.theme;
|
|
1872
|
+
_ref2.multiline;
|
|
1874
1873
|
var typeConfigKey = getTypographyTypeConfigKey(theme);
|
|
1875
1874
|
return "".concat(theme.kitt.typography.types.bodies.configs.body[typeConfigKey].lineHeight, "px");
|
|
1876
1875
|
}, function (_ref3) {
|