@ornikar/kitt-universal 32.3.0 → 32.3.1-canary.ddff29bdf3ffa500cf7658e5206d5069b23f4b45.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/definitions/Button/AnimatedContainer.d.ts.map +1 -1
  3. package/dist/definitions/Button/AnimatedContainer.web.d.ts.map +1 -1
  4. package/dist/definitions/Button/Button.d.ts.map +1 -1
  5. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +9 -3
  6. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  7. package/dist/definitions/themes/default.d.ts +5 -0
  8. package/dist/definitions/themes/default.d.ts.map +1 -1
  9. package/dist/definitions/themes/late-ocean/button.d.ts +3 -0
  10. package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -1
  11. package/dist/definitions/themes/late-ocean/typography.d.ts +5 -0
  12. package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
  13. package/dist/index-metro.es.android.js +31 -14
  14. package/dist/index-metro.es.android.js.map +1 -1
  15. package/dist/index-metro.es.ios.js +31 -14
  16. package/dist/index-metro.es.ios.js.map +1 -1
  17. package/dist/index-node-22.17.cjs.js +31 -14
  18. package/dist/index-node-22.17.cjs.js.map +1 -1
  19. package/dist/index-node-22.17.cjs.web.js +31 -13
  20. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  21. package/dist/index-node-22.17.es.mjs +31 -14
  22. package/dist/index-node-22.17.es.mjs.map +1 -1
  23. package/dist/index-node-22.17.es.web.mjs +31 -13
  24. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  25. package/dist/index.es.js +31 -14
  26. package/dist/index.es.js.map +1 -1
  27. package/dist/index.es.web.js +31 -13
  28. package/dist/index.es.web.js.map +1 -1
  29. package/dist/linaria-themes-metro.es.android.js +19 -10
  30. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  31. package/dist/linaria-themes-metro.es.ios.js +19 -10
  32. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  33. package/dist/linaria-themes-node-22.17.cjs.js +19 -10
  34. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  35. package/dist/linaria-themes-node-22.17.cjs.web.js +19 -10
  36. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  37. package/dist/linaria-themes-node-22.17.es.mjs +19 -10
  38. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  39. package/dist/linaria-themes-node-22.17.es.web.mjs +19 -10
  40. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  41. package/dist/linaria-themes.es.js +19 -10
  42. package/dist/linaria-themes.es.js.map +1 -1
  43. package/dist/linaria-themes.es.web.js +19 -10
  44. package/dist/linaria-themes.es.web.js.map +1 -1
  45. package/dist/tsbuildinfo +1 -1
  46. package/package.json +1 -1
@@ -642,6 +642,10 @@ const button = {
642
642
  default: 40,
643
643
  medium: 48
644
644
  },
645
+ minHeight: {
646
+ default: 40,
647
+ medium: 48
648
+ },
645
649
  maxHeight: 48,
646
650
  icon: {
647
651
  medium: {
@@ -2095,8 +2099,8 @@ const typography = {
2095
2099
  allowedFontWeights: ['semibold']
2096
2100
  },
2097
2101
  'heading-l': {
2098
- fontSize: 40,
2099
- lineHeight: 48,
2102
+ fontSize: 38,
2103
+ lineHeight: 44,
2100
2104
  allowedFontWeights: ['semibold']
2101
2105
  },
2102
2106
  'heading-m': {
@@ -2105,14 +2109,19 @@ const typography = {
2105
2109
  allowedFontWeights: ['semibold']
2106
2110
  },
2107
2111
  'heading-s': {
2108
- fontSize: 18,
2109
- lineHeight: 20,
2110
- allowedFontWeights: ['regular', 'bold']
2112
+ fontSize: 24,
2113
+ lineHeight: 28,
2114
+ allowedFontWeights: ['semibold']
2111
2115
  },
2112
2116
  'heading-xs': {
2117
+ fontSize: 20,
2118
+ lineHeight: 24,
2119
+ allowedFontWeights: ['semibold']
2120
+ },
2121
+ 'heading-xxs': {
2113
2122
  fontSize: 16,
2114
- lineHeight: 18,
2115
- allowedFontWeights: ['regular', 'bold']
2123
+ lineHeight: 20,
2124
+ allowedFontWeights: ['semibold']
2116
2125
  }
2117
2126
  }
2118
2127
  },
@@ -2179,17 +2188,17 @@ const typography = {
2179
2188
  configs: {
2180
2189
  'label-large': {
2181
2190
  fontSize: 16,
2182
- lineHeight: 24,
2191
+ lineHeight: 20,
2183
2192
  allowedFontWeights: ['semibold']
2184
2193
  },
2185
2194
  'label-medium': {
2186
2195
  fontSize: 14,
2187
- lineHeight: 20,
2196
+ lineHeight: 18,
2188
2197
  allowedFontWeights: ['semibold']
2189
2198
  },
2190
2199
  'label-small': {
2191
2200
  fontSize: 12,
2192
- lineHeight: 16,
2201
+ lineHeight: 14,
2193
2202
  allowedFontWeights: ['semibold']
2194
2203
  }
2195
2204
  }