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