@ornikar/kitt-universal 23.2.4 → 23.2.7

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +3 -3
  3. package/dist/definitions/themes/late-ocean/input.d.ts +1 -1
  4. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  5. package/dist/definitions/typography/Typography.d.ts +11 -11
  6. package/dist/index-metro.es.android.js +5 -5
  7. package/dist/index-metro.es.android.js.map +1 -1
  8. package/dist/index-metro.es.ios.js +5 -5
  9. package/dist/index-metro.es.ios.js.map +1 -1
  10. package/dist/index-node-20.10.cjs.js +5 -5
  11. package/dist/index-node-20.10.cjs.js.map +1 -1
  12. package/dist/index-node-20.10.cjs.web.js +5 -5
  13. package/dist/index-node-20.10.cjs.web.js.map +1 -1
  14. package/dist/index-node-20.10.es.mjs +5 -5
  15. package/dist/index-node-20.10.es.mjs.map +1 -1
  16. package/dist/index-node-20.10.es.web.mjs +5 -5
  17. package/dist/index-node-20.10.es.web.mjs.map +1 -1
  18. package/dist/index.es.js +5 -5
  19. package/dist/index.es.js.map +1 -1
  20. package/dist/index.es.web.js +5 -5
  21. package/dist/index.es.web.js.map +1 -1
  22. package/dist/linaria-themes-metro.es.android.js +2 -2
  23. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  24. package/dist/linaria-themes-metro.es.ios.js +2 -2
  25. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  26. package/dist/linaria-themes-node-20.10.cjs.js +2 -2
  27. package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
  28. package/dist/linaria-themes-node-20.10.cjs.web.js +2 -2
  29. package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
  30. package/dist/linaria-themes-node-20.10.es.mjs +2 -2
  31. package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
  32. package/dist/linaria-themes-node-20.10.es.web.mjs +2 -2
  33. package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
  34. package/dist/linaria-themes.es.js +2 -2
  35. package/dist/linaria-themes.es.js.map +1 -1
  36. package/dist/linaria-themes.es.web.js +2 -2
  37. package/dist/linaria-themes.es.web.js.map +1 -1
  38. package/dist/tsbuildinfo +1 -1
  39. package/package.json +3 -3
@@ -1019,7 +1019,7 @@ var webAnimationDuration = '200ms';
1019
1019
  var webAnimationTimingFunction = 'ease-in-out';
1020
1020
  var webAnimationProperties = ['border-color', 'background-color'];
1021
1021
  var input = {
1022
- minHeight: 40,
1022
+ height: 40,
1023
1023
  color: {
1024
1024
  selection: lateOceanColorPalette['violine.9'],
1025
1025
  placeholder: lateOceanColorPalette['eggshell.9']
@@ -1034,7 +1034,7 @@ var input = {
1034
1034
  },
1035
1035
  padding: {
1036
1036
  horizontal: 16,
1037
- vertical: 0
1037
+ vertical: 6
1038
1038
  },
1039
1039
  transition: {
1040
1040
  properties: webAnimationProperties,
@@ -7805,7 +7805,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
7805
7805
  }
7806
7806
  },
7807
7807
  datePicker: {
7808
- minHeight: theme.forms.input.minHeight,
7808
+ height: theme.forms.input.height,
7809
7809
  day: {
7810
7810
  minWidth: theme.forms.datePicker.day.minWidth
7811
7811
  },
@@ -7817,7 +7817,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
7817
7817
  }
7818
7818
  },
7819
7819
  input: {
7820
- minHeight: theme.forms.input.minHeight
7820
+ height: theme.forms.input.height
7821
7821
  },
7822
7822
  radioButtonGroup: {
7823
7823
  item: {
@@ -8610,7 +8610,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
8610
8610
  Input: {
8611
8611
  baseStyle: {
8612
8612
  width: '100%',
8613
- minHeight: theme.forms.input.minHeight,
8613
+ height: theme.forms.input.height,
8614
8614
  py: theme.forms.input.padding.vertical,
8615
8615
  px: theme.forms.input.padding.horizontal,
8616
8616
  borderRadius: theme.forms.input.borderRadius,