@ornikar/kitt-universal 32.2.0 → 32.3.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 +9 -0
  2. package/dist/definitions/FullscreenModal/FullscreenModalAnimation.web.d.ts.map +1 -1
  3. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +0 -14
  4. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
  5. package/dist/index-metro.es.android.js +30 -34
  6. package/dist/index-metro.es.android.js.map +1 -1
  7. package/dist/index-metro.es.ios.js +30 -34
  8. package/dist/index-metro.es.ios.js.map +1 -1
  9. package/dist/index-node-22.17.cjs.js +30 -34
  10. package/dist/index-node-22.17.cjs.js.map +1 -1
  11. package/dist/index-node-22.17.cjs.web.css +38 -8
  12. package/dist/index-node-22.17.cjs.web.js +95 -92
  13. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  14. package/dist/index-node-22.17.es.mjs +30 -34
  15. package/dist/index-node-22.17.es.mjs.map +1 -1
  16. package/dist/index-node-22.17.es.web.css +38 -8
  17. package/dist/index-node-22.17.es.web.mjs +95 -92
  18. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  19. package/dist/index.es.js +30 -34
  20. package/dist/index.es.js.map +1 -1
  21. package/dist/index.es.web.js +93 -90
  22. package/dist/index.es.web.js.map +1 -1
  23. package/dist/linaria-themes-metro.es.android.js +30 -34
  24. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  25. package/dist/linaria-themes-metro.es.ios.js +30 -34
  26. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  27. package/dist/linaria-themes-node-22.17.cjs.js +30 -34
  28. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  29. package/dist/linaria-themes-node-22.17.cjs.web.js +30 -34
  30. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  31. package/dist/linaria-themes-node-22.17.es.mjs +30 -34
  32. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  33. package/dist/linaria-themes-node-22.17.es.web.mjs +30 -34
  34. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  35. package/dist/linaria-themes.es.js +30 -34
  36. package/dist/linaria-themes.es.js.map +1 -1
  37. package/dist/linaria-themes.es.web.js +30 -34
  38. package/dist/linaria-themes.es.web.js.map +1 -1
  39. package/dist/styles.css +38 -8
  40. package/dist/tsbuildinfo +1 -1
  41. package/package.json +1 -1
@@ -881,15 +881,15 @@ const card = {
881
881
  }
882
882
  };
883
883
 
884
- const webAnimationContentDuration$2 = 400;
885
- const webAnimationContentEasing$2 = {
884
+ const webAnimationContentDuration$1 = 400;
885
+ const webAnimationContentEasing$1 = {
886
886
  x1: 0.77,
887
887
  y1: 0,
888
888
  x2: 0.175,
889
889
  y2: 1
890
890
  };
891
- const webAnimationOverlayDuration$2 = 250;
892
- const webAnimationOverlayEasing$2 = {
891
+ const webAnimationOverlayDuration$1 = 250;
892
+ const webAnimationOverlayEasing$1 = {
893
893
  x1: 0.42,
894
894
  y1: 0,
895
895
  x2: 1,
@@ -924,12 +924,12 @@ const cardModal = {
924
924
  },
925
925
  animation: {
926
926
  overlay: {
927
- duration: webAnimationOverlayDuration$2,
928
- easing: webAnimationOverlayEasing$2
927
+ duration: webAnimationOverlayDuration$1,
928
+ easing: webAnimationOverlayEasing$1
929
929
  },
930
930
  content: {
931
- duration: webAnimationContentDuration$2,
932
- easing: webAnimationContentEasing$2
931
+ duration: webAnimationContentDuration$1,
932
+ easing: webAnimationContentEasing$1
933
933
  }
934
934
  }
935
935
  };
@@ -985,15 +985,15 @@ const choices = {
985
985
  }
986
986
  };
987
987
 
988
- const webAnimationContentDuration$1 = 400;
989
- const webAnimationContentEasing$1 = {
988
+ const webAnimationContentDuration = 400;
989
+ const webAnimationContentEasing = {
990
990
  x1: 0.77,
991
991
  y1: 0,
992
992
  x2: 0.175,
993
993
  y2: 1
994
994
  };
995
- const webAnimationOverlayDuration$1 = 250;
996
- const webAnimationOverlayEasing$1 = {
995
+ const webAnimationOverlayDuration = 250;
996
+ const webAnimationOverlayEasing = {
997
997
  x1: 0.42,
998
998
  y1: 0,
999
999
  x2: 1,
@@ -1015,12 +1015,12 @@ const dialogModal = {
1015
1015
  },
1016
1016
  animation: {
1017
1017
  overlay: {
1018
- duration: webAnimationOverlayDuration$1,
1019
- easing: webAnimationOverlayEasing$1
1018
+ duration: webAnimationOverlayDuration,
1019
+ easing: webAnimationOverlayEasing
1020
1020
  },
1021
1021
  content: {
1022
- duration: webAnimationContentDuration$1,
1023
- easing: webAnimationContentEasing$1
1022
+ duration: webAnimationContentDuration,
1023
+ easing: webAnimationContentEasing
1024
1024
  }
1025
1025
  }
1026
1026
  };
@@ -1929,20 +1929,6 @@ const forms = {
1929
1929
  timePicker
1930
1930
  };
1931
1931
 
1932
- const webAnimationContentDuration = 600;
1933
- const webAnimationContentEasing = {
1934
- x1: 0.77,
1935
- y1: 0,
1936
- x2: 0.175,
1937
- y2: 1
1938
- };
1939
- const webAnimationOverlayDuration = 250;
1940
- const webAnimationOverlayEasing = {
1941
- x1: 0.42,
1942
- y1: 0,
1943
- x2: 1,
1944
- y2: 1
1945
- };
1946
1932
  const fullscreenModal = {
1947
1933
  header: {
1948
1934
  height: 56
@@ -1956,12 +1942,22 @@ const fullscreenModal = {
1956
1942
  },
1957
1943
  animation: {
1958
1944
  overlay: {
1959
- duration: webAnimationOverlayDuration,
1960
- easing: webAnimationOverlayEasing
1945
+ duration: 250,
1946
+ easing: {
1947
+ x1: 0.42,
1948
+ y1: 0,
1949
+ x2: 1,
1950
+ y2: 1
1951
+ }
1961
1952
  },
1962
1953
  content: {
1963
- duration: webAnimationContentDuration,
1964
- easing: webAnimationContentEasing
1954
+ duration: 600,
1955
+ easing: {
1956
+ x1: 0.77,
1957
+ y1: 0,
1958
+ x2: 0.175,
1959
+ y2: 1
1960
+ }
1965
1961
  }
1966
1962
  }
1967
1963
  };