@ornikar/kitt-universal 25.49.0 → 25.50.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 (35) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/index-metro.es.android.js +11 -11
  3. package/dist/index-metro.es.android.js.map +1 -1
  4. package/dist/index-metro.es.ios.js +11 -11
  5. package/dist/index-metro.es.ios.js.map +1 -1
  6. package/dist/index-node-20.10.cjs.js +11 -11
  7. package/dist/index-node-20.10.cjs.js.map +1 -1
  8. package/dist/index-node-20.10.cjs.web.js +11 -11
  9. package/dist/index-node-20.10.cjs.web.js.map +1 -1
  10. package/dist/index-node-20.10.es.mjs +11 -11
  11. package/dist/index-node-20.10.es.mjs.map +1 -1
  12. package/dist/index-node-20.10.es.web.mjs +11 -11
  13. package/dist/index-node-20.10.es.web.mjs.map +1 -1
  14. package/dist/index.es.js +11 -11
  15. package/dist/index.es.js.map +1 -1
  16. package/dist/index.es.web.js +11 -11
  17. package/dist/index.es.web.js.map +1 -1
  18. package/dist/linaria-themes-metro.es.android.js +11 -11
  19. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  20. package/dist/linaria-themes-metro.es.ios.js +11 -11
  21. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  22. package/dist/linaria-themes-node-20.10.cjs.js +11 -11
  23. package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
  24. package/dist/linaria-themes-node-20.10.cjs.web.js +11 -11
  25. package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
  26. package/dist/linaria-themes-node-20.10.es.mjs +11 -11
  27. package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
  28. package/dist/linaria-themes-node-20.10.es.web.mjs +11 -11
  29. package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
  30. package/dist/linaria-themes.es.js +11 -11
  31. package/dist/linaria-themes.es.js.map +1 -1
  32. package/dist/linaria-themes.es.web.js +11 -11
  33. package/dist/linaria-themes.es.web.js.map +1 -1
  34. package/dist/tsbuildinfo +1 -1
  35. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -743,19 +743,19 @@ var button = {
743
743
  },
744
744
  danger: {
745
745
  "default": {
746
- backgroundColor: lateOceanColorPalette.warmEmbraceLight1,
747
- pressedBackgroundColor: lateOceanColorPalette.warmEmbrace,
748
- hoverBackgroundColor: lateOceanColorPalette.warmEmbrace,
749
- focusBorderColor: lateOceanColorPalette.warmEmbrace
746
+ backgroundColor: lateOceanColorPalette['coral.3'],
747
+ pressedBackgroundColor: lateOceanColorPalette['coral.4'],
748
+ hoverBackgroundColor: lateOceanColorPalette['coral.4'],
749
+ focusBorderColor: lateOceanColorPalette['coral.4']
750
750
  },
751
751
  ghost: {
752
752
  backgroundColor: colors.uiBackgroundLight,
753
- pressedBackgroundColor: 'rgba(255, 255, 255, 0.75)',
754
- hoverBackgroundColor: 'rgba(255, 255, 255, 0.75)',
755
- focusBorderColor: 'rgba(255, 255, 255, 0.5)',
756
- color: lateOceanColorPalette.englishVermillon,
757
- hoverColor: lateOceanColorPalette.englishVermillon,
758
- activeColor: lateOceanColorPalette.englishVermillon
753
+ pressedBackgroundColor: colors.uiBackground,
754
+ hoverBackgroundColor: colors.hover,
755
+ focusBorderColor: 'rgba(255, 255, 255, 0.4)',
756
+ color: lateOceanColorPalette['coral.9'],
757
+ hoverColor: lateOceanColorPalette['coral.9'],
758
+ activeColor: lateOceanColorPalette['coral.9']
759
759
  }
760
760
  },
761
761
  subtle: {
@@ -2114,7 +2114,7 @@ var typography = {
2114
2114
  'primary-light': colors.primaryLight,
2115
2115
  accent: colors.accent,
2116
2116
  success: colors.success,
2117
- danger: colors.danger,
2117
+ danger: lateOceanColorPalette['coral.9'],
2118
2118
  warning: colors.warning
2119
2119
  },
2120
2120
  types: {