@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
package/dist/index.es.js CHANGED
@@ -1023,7 +1023,7 @@ var webAnimationDuration = '200ms';
1023
1023
  var webAnimationTimingFunction = 'ease-in-out';
1024
1024
  var webAnimationProperties = ['border-color', 'background-color'];
1025
1025
  var input = {
1026
- minHeight: 40,
1026
+ height: 40,
1027
1027
  color: {
1028
1028
  selection: lateOceanColorPalette['violine.9'],
1029
1029
  placeholder: lateOceanColorPalette['eggshell.9']
@@ -1038,7 +1038,7 @@ var input = {
1038
1038
  },
1039
1039
  padding: {
1040
1040
  horizontal: 16,
1041
- vertical: 0
1041
+ vertical: 6
1042
1042
  },
1043
1043
  transition: {
1044
1044
  properties: webAnimationProperties,
@@ -8530,7 +8530,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
8530
8530
  }
8531
8531
  },
8532
8532
  datePicker: {
8533
- minHeight: theme.forms.input.minHeight,
8533
+ height: theme.forms.input.height,
8534
8534
  day: {
8535
8535
  minWidth: theme.forms.datePicker.day.minWidth
8536
8536
  },
@@ -8542,7 +8542,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
8542
8542
  }
8543
8543
  },
8544
8544
  input: {
8545
- minHeight: theme.forms.input.minHeight
8545
+ height: theme.forms.input.height
8546
8546
  },
8547
8547
  radioButtonGroup: {
8548
8548
  item: {
@@ -9335,7 +9335,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
9335
9335
  Input: {
9336
9336
  baseStyle: {
9337
9337
  width: '100%',
9338
- minHeight: theme.forms.input.minHeight,
9338
+ height: theme.forms.input.height,
9339
9339
  py: theme.forms.input.padding.vertical,
9340
9340
  px: theme.forms.input.padding.horizontal,
9341
9341
  borderRadius: theme.forms.input.borderRadius,