@ornikar/kitt-universal 27.3.1-canary.2a1e1042a7d526c8c6b6197a77f84626e0e5d206.0 → 27.5.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 (70) hide show
  1. package/CHANGELOG.md +11 -14
  2. package/dist/definitions/BaseMessage/helper.d.ts.map +1 -1
  3. package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts.map +1 -1
  4. package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.web.d.ts.map +1 -1
  5. package/dist/definitions/FullscreenModal/FullscreenModalAnimation.web.d.ts.map +1 -1
  6. package/dist/definitions/GoogleMapsAutocompleteProvider/GoogleMapsAutocompleteProvider.d.ts.map +1 -1
  7. package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.d.ts +1 -1
  8. package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.d.ts.map +1 -1
  9. package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.web.d.ts.map +1 -1
  10. package/dist/definitions/Highlight/Highlight.d.ts.map +1 -1
  11. package/dist/definitions/MapMarker/MapMarker.d.ts +2 -5
  12. package/dist/definitions/MapMarker/MapMarker.d.ts.map +1 -1
  13. package/dist/definitions/MapMarker/constants.d.ts +6 -0
  14. package/dist/definitions/MapMarker/constants.d.ts.map +1 -0
  15. package/dist/definitions/MapMarker/utils/getBackgroundColor.d.ts +2 -1
  16. package/dist/definitions/MapMarker/utils/getBackgroundColor.d.ts.map +1 -1
  17. package/dist/definitions/Picker/Picker.web.d.ts.map +1 -1
  18. package/dist/definitions/TabBar/TabBar.d.ts.map +1 -1
  19. package/dist/definitions/TimePicker/TimePicker.web.d.ts.map +1 -1
  20. package/dist/definitions/themes/late-ocean/cardModal.d.ts +21 -4
  21. package/dist/definitions/themes/late-ocean/cardModal.d.ts.map +1 -1
  22. package/dist/definitions/themes/late-ocean/dialogModal.d.ts +21 -4
  23. package/dist/definitions/themes/late-ocean/dialogModal.d.ts.map +1 -1
  24. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +21 -4
  25. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
  26. package/dist/definitions/themes/late-ocean/highlight.d.ts +4 -0
  27. package/dist/definitions/themes/late-ocean/highlight.d.ts.map +1 -1
  28. package/dist/definitions/themes/late-ocean/shadows.d.ts +4 -2
  29. package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -1
  30. package/dist/definitions/themes/late-ocean/skeleton.d.ts +2 -1
  31. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
  32. package/dist/definitions/typography/Typography.d.ts +6 -18
  33. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  34. package/dist/index-metro.es.android.js +124 -50
  35. package/dist/index-metro.es.android.js.map +1 -1
  36. package/dist/index-metro.es.ios.js +124 -50
  37. package/dist/index-metro.es.ios.js.map +1 -1
  38. package/dist/index-node-22.17.cjs.js +123 -49
  39. package/dist/index-node-22.17.cjs.js.map +1 -1
  40. package/dist/index-node-22.17.cjs.web.css +2 -2
  41. package/dist/index-node-22.17.cjs.web.js +87 -41
  42. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  43. package/dist/index-node-22.17.es.mjs +123 -49
  44. package/dist/index-node-22.17.es.mjs.map +1 -1
  45. package/dist/index-node-22.17.es.web.css +2 -2
  46. package/dist/index-node-22.17.es.web.mjs +87 -41
  47. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  48. package/dist/index.es.js +210 -174
  49. package/dist/index.es.js.map +1 -1
  50. package/dist/index.es.web.js +157 -113
  51. package/dist/index.es.web.js.map +1 -1
  52. package/dist/linaria-themes-metro.es.android.js +50 -16
  53. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  54. package/dist/linaria-themes-metro.es.ios.js +50 -16
  55. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  56. package/dist/linaria-themes-node-22.17.cjs.js +50 -16
  57. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  58. package/dist/linaria-themes-node-22.17.cjs.web.js +50 -16
  59. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  60. package/dist/linaria-themes-node-22.17.es.mjs +50 -16
  61. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  62. package/dist/linaria-themes-node-22.17.es.web.mjs +50 -16
  63. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  64. package/dist/linaria-themes.es.js +51 -17
  65. package/dist/linaria-themes.es.js.map +1 -1
  66. package/dist/linaria-themes.es.web.js +51 -17
  67. package/dist/linaria-themes.es.web.js.map +1 -1
  68. package/dist/styles.css +2 -2
  69. package/dist/tsbuildinfo +1 -1
  70. package/package.json +28 -28
@@ -703,13 +703,23 @@ const card = {
703
703
  };
704
704
 
705
705
  const webAnimationContentDuration$2 = 400;
706
- const webAnimationContentEasing$2 = [0.77, 0, 0.175, 1];
706
+ const webAnimationContentEasing$2 = {
707
+ x1: 0.77,
708
+ y1: 0,
709
+ x2: 0.175,
710
+ y2: 1
711
+ };
707
712
  const webAnimationOverlayDuration$2 = 250;
708
- const webAnimationOverlayEasing$2 = [0.42, 0, 1, 1];
713
+ const webAnimationOverlayEasing$2 = {
714
+ x1: 0.42,
715
+ y1: 0,
716
+ x2: 1,
717
+ y2: 1
718
+ };
709
719
  const maxWidth = 540;
710
720
  const overlayHorizontalPadding = 24;
711
721
  const cardModal = {
712
- borderRadius: 20,
722
+ borderRadius: spacing * 2,
713
723
  maxWidth,
714
724
  maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
715
725
  minHeight: 280,
@@ -797,11 +807,21 @@ const choices = {
797
807
  };
798
808
 
799
809
  const webAnimationContentDuration$1 = 400;
800
- const webAnimationContentEasing$1 = [0.77, 0, 0.175, 1];
810
+ const webAnimationContentEasing$1 = {
811
+ x1: 0.77,
812
+ y1: 0,
813
+ x2: 0.175,
814
+ y2: 1
815
+ };
801
816
  const webAnimationOverlayDuration$1 = 250;
802
- const webAnimationOverlayEasing$1 = [0.42, 0, 1, 1];
817
+ const webAnimationOverlayEasing$1 = {
818
+ x1: 0.42,
819
+ y1: 0,
820
+ x2: 1,
821
+ y2: 1
822
+ };
803
823
  const dialogModal = {
804
- borderRadius: 20,
824
+ borderRadius: spacing * 2,
805
825
  maxWidth: 540,
806
826
  overlayPadding: {
807
827
  horizontal: 24,
@@ -1731,9 +1751,19 @@ const forms = {
1731
1751
  };
1732
1752
 
1733
1753
  const webAnimationContentDuration = 600;
1734
- const webAnimationContentEasing = [0.77, 0, 0.175, 1];
1754
+ const webAnimationContentEasing = {
1755
+ x1: 0.77,
1756
+ y1: 0,
1757
+ x2: 0.175,
1758
+ y2: 1
1759
+ };
1735
1760
  const webAnimationOverlayDuration = 250;
1736
- const webAnimationOverlayEasing = [0.42, 0, 1, 1];
1761
+ const webAnimationOverlayEasing = {
1762
+ x1: 0.42,
1763
+ y1: 0,
1764
+ x2: 1,
1765
+ y2: 1
1766
+ };
1737
1767
  const fullscreenModal = {
1738
1768
  header: {
1739
1769
  height: 56
@@ -1770,10 +1800,10 @@ const highlight = {
1770
1800
  },
1771
1801
  primary: {
1772
1802
  default: {
1773
- backgroundColor: deepPurpleColorPalette['beige.2']
1803
+ backgroundColor: deepPurpleColorPalette['blue.1']
1774
1804
  },
1775
1805
  hover: {
1776
- backgroundColor: deepPurpleColorPalette['beige.4']
1806
+ backgroundColor: deepPurpleColorPalette['blue.2']
1777
1807
  }
1778
1808
  },
1779
1809
  secondary: {
@@ -1794,10 +1824,14 @@ const highlight = {
1794
1824
  },
1795
1825
  dark: {
1796
1826
  default: {
1797
- backgroundColor: deepPurpleColorPalette['beige.2']
1827
+ backgroundColor: deepPurpleColorPalette['grey.0'],
1828
+ borderWidth: 1,
1829
+ borderColor: deepPurpleColorPalette['beige.3']
1798
1830
  },
1799
1831
  hover: {
1800
- backgroundColor: deepPurpleColorPalette['beige.1']
1832
+ backgroundColor: deepPurpleColorPalette['beige.1'],
1833
+ borderWidth: 1,
1834
+ borderColor: deepPurpleColorPalette['beige.3']
1801
1835
  }
1802
1836
  },
1803
1837
  success: {
@@ -1877,8 +1911,8 @@ const listItem = {
1877
1911
 
1878
1912
  const mapMarker = {
1879
1913
  home: {
1880
- default: colors.primaryLight,
1881
- selected: colors.primary,
1914
+ default: deepPurpleColorPalette['grey.9'],
1915
+ selected: deepPurpleColorPalette['grey.7'],
1882
1916
  svg: {
1883
1917
  height: 36
1884
1918
  },
@@ -1888,8 +1922,8 @@ const mapMarker = {
1888
1922
  }
1889
1923
  },
1890
1924
  meetingPoint: {
1891
- default: colors.black,
1892
- selected: colors.blackAnthracite,
1925
+ default: deepPurpleColorPalette['deepPurple.8'],
1926
+ selected: deepPurpleColorPalette['deepPurple.6'],
1893
1927
  svg: {
1894
1928
  width: 40,
1895
1929
  height: 43