@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
@@ -639,6 +639,10 @@ const button = {
639
639
  default: 40,
640
640
  medium: 48
641
641
  },
642
+ minHeight: {
643
+ default: 40,
644
+ medium: 48
645
+ },
642
646
  maxHeight: 48,
643
647
  icon: {
644
648
  medium: {
@@ -2092,8 +2096,8 @@ const typography = {
2092
2096
  allowedFontWeights: ['semibold']
2093
2097
  },
2094
2098
  'heading-l': {
2095
- fontSize: 40,
2096
- lineHeight: 48,
2099
+ fontSize: 38,
2100
+ lineHeight: 44,
2097
2101
  allowedFontWeights: ['semibold']
2098
2102
  },
2099
2103
  'heading-m': {
@@ -2102,14 +2106,19 @@ const typography = {
2102
2106
  allowedFontWeights: ['semibold']
2103
2107
  },
2104
2108
  'heading-s': {
2105
- fontSize: 18,
2106
- lineHeight: 20,
2107
- allowedFontWeights: ['regular', 'bold']
2109
+ fontSize: 24,
2110
+ lineHeight: 28,
2111
+ allowedFontWeights: ['semibold']
2108
2112
  },
2109
2113
  'heading-xs': {
2114
+ fontSize: 20,
2115
+ lineHeight: 24,
2116
+ allowedFontWeights: ['semibold']
2117
+ },
2118
+ 'heading-xxs': {
2110
2119
  fontSize: 16,
2111
- lineHeight: 18,
2112
- allowedFontWeights: ['regular', 'bold']
2120
+ lineHeight: 20,
2121
+ allowedFontWeights: ['semibold']
2113
2122
  }
2114
2123
  }
2115
2124
  },
@@ -2176,17 +2185,17 @@ const typography = {
2176
2185
  configs: {
2177
2186
  'label-large': {
2178
2187
  fontSize: 16,
2179
- lineHeight: 24,
2188
+ lineHeight: 20,
2180
2189
  allowedFontWeights: ['semibold']
2181
2190
  },
2182
2191
  'label-medium': {
2183
2192
  fontSize: 14,
2184
- lineHeight: 20,
2193
+ lineHeight: 18,
2185
2194
  allowedFontWeights: ['semibold']
2186
2195
  },
2187
2196
  'label-small': {
2188
2197
  fontSize: 12,
2189
- lineHeight: 16,
2198
+ lineHeight: 14,
2190
2199
  allowedFontWeights: ['semibold']
2191
2200
  }
2192
2201
  }