@ornikar/kitt-universal 31.0.1-canary.7572adc2e30f541d2bcef92dd996237207ebbb9c.0 → 31.0.1-canary.79e367e962c957c016c4df67dbcf515c8f45ff0e.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 (41) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +0 -1
  3. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  4. package/dist/definitions/themes/default.d.ts +0 -1
  5. package/dist/definitions/themes/default.d.ts.map +1 -1
  6. package/dist/definitions/themes/late-ocean/colors.d.ts +0 -1
  7. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
  8. package/dist/index-metro.es.android.js +2 -5
  9. package/dist/index-metro.es.android.js.map +1 -1
  10. package/dist/index-metro.es.ios.js +2 -5
  11. package/dist/index-metro.es.ios.js.map +1 -1
  12. package/dist/index-node-22.17.cjs.js +2 -5
  13. package/dist/index-node-22.17.cjs.js.map +1 -1
  14. package/dist/index-node-22.17.cjs.web.js +2 -5
  15. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  16. package/dist/index-node-22.17.es.mjs +2 -5
  17. package/dist/index-node-22.17.es.mjs.map +1 -1
  18. package/dist/index-node-22.17.es.web.mjs +2 -5
  19. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  20. package/dist/index.es.js +2 -5
  21. package/dist/index.es.js.map +1 -1
  22. package/dist/index.es.web.js +2 -5
  23. package/dist/index.es.web.js.map +1 -1
  24. package/dist/linaria-themes-metro.es.android.js +2 -5
  25. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  26. package/dist/linaria-themes-metro.es.ios.js +2 -5
  27. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  28. package/dist/linaria-themes-node-22.17.cjs.js +2 -5
  29. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  30. package/dist/linaria-themes-node-22.17.cjs.web.js +2 -5
  31. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  32. package/dist/linaria-themes-node-22.17.es.mjs +2 -5
  33. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  34. package/dist/linaria-themes-node-22.17.es.web.mjs +2 -5
  35. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  36. package/dist/linaria-themes.es.js +2 -5
  37. package/dist/linaria-themes.es.js.map +1 -1
  38. package/dist/linaria-themes.es.web.js +2 -5
  39. package/dist/linaria-themes.es.web.js.map +1 -1
  40. package/dist/tsbuildinfo +1 -1
  41. package/package.json +1 -1
@@ -186,8 +186,6 @@ const colors = {
186
186
  light: deepPurpleColorPalette['white-alpha.80']
187
187
  },
188
188
  // Bumper semantic tokens
189
- // Should be kept in sync with the light theme in bumper
190
- // https://github.com/ornikar/kitt/blob/79e367e962c957c016c4df67dbcf515c8f45ff0e/@ornikar/bumper/src/themes/light.ts#L6
191
189
  bumper: {
192
190
  content: {
193
191
  base: {
@@ -267,13 +265,12 @@ const colors = {
267
265
  border: {
268
266
  base: {
269
267
  hi: deepPurpleColorPalette['grey.9'],
270
- mid: deepPurpleColorPalette['beige.3'],
268
+ mid: deepPurpleColorPalette['grey.3'],
271
269
  onContrasted: {
272
270
  hi: deepPurpleColorPalette['grey.0'],
273
- mid: deepPurpleColorPalette['white-alpha.20']
271
+ mid: deepPurpleColorPalette['white-alpha.60']
274
272
  }
275
273
  },
276
- accent: deepPurpleColorPalette['deepPurple.8'],
277
274
  info: deepPurpleColorPalette['blue.6'],
278
275
  success: deepPurpleColorPalette['green.6'],
279
276
  warning: deepPurpleColorPalette['yellow.6'],