@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
@@ -857,15 +857,15 @@ const card = {
857
857
  }
858
858
  };
859
859
 
860
- const webAnimationContentDuration$2 = 400;
861
- const webAnimationContentEasing$2 = {
860
+ const webAnimationContentDuration$1 = 400;
861
+ const webAnimationContentEasing$1 = {
862
862
  x1: 0.77,
863
863
  y1: 0,
864
864
  x2: 0.175,
865
865
  y2: 1
866
866
  };
867
- const webAnimationOverlayDuration$2 = 250;
868
- const webAnimationOverlayEasing$2 = {
867
+ const webAnimationOverlayDuration$1 = 250;
868
+ const webAnimationOverlayEasing$1 = {
869
869
  x1: 0.42,
870
870
  y1: 0,
871
871
  x2: 1,
@@ -900,12 +900,12 @@ const cardModal = {
900
900
  },
901
901
  animation: {
902
902
  overlay: {
903
- duration: webAnimationOverlayDuration$2,
904
- easing: webAnimationOverlayEasing$2
903
+ duration: webAnimationOverlayDuration$1,
904
+ easing: webAnimationOverlayEasing$1
905
905
  },
906
906
  content: {
907
- duration: webAnimationContentDuration$2,
908
- easing: webAnimationContentEasing$2
907
+ duration: webAnimationContentDuration$1,
908
+ easing: webAnimationContentEasing$1
909
909
  }
910
910
  }
911
911
  };
@@ -961,15 +961,15 @@ const choices = {
961
961
  }
962
962
  };
963
963
 
964
- const webAnimationContentDuration$1 = 400;
965
- const webAnimationContentEasing$1 = {
964
+ const webAnimationContentDuration = 400;
965
+ const webAnimationContentEasing = {
966
966
  x1: 0.77,
967
967
  y1: 0,
968
968
  x2: 0.175,
969
969
  y2: 1
970
970
  };
971
- const webAnimationOverlayDuration$1 = 250;
972
- const webAnimationOverlayEasing$1 = {
971
+ const webAnimationOverlayDuration = 250;
972
+ const webAnimationOverlayEasing = {
973
973
  x1: 0.42,
974
974
  y1: 0,
975
975
  x2: 1,
@@ -991,12 +991,12 @@ const dialogModal = {
991
991
  },
992
992
  animation: {
993
993
  overlay: {
994
- duration: webAnimationOverlayDuration$1,
995
- easing: webAnimationOverlayEasing$1
994
+ duration: webAnimationOverlayDuration,
995
+ easing: webAnimationOverlayEasing
996
996
  },
997
997
  content: {
998
- duration: webAnimationContentDuration$1,
999
- easing: webAnimationContentEasing$1
998
+ duration: webAnimationContentDuration,
999
+ easing: webAnimationContentEasing
1000
1000
  }
1001
1001
  }
1002
1002
  };
@@ -1905,20 +1905,6 @@ const forms = {
1905
1905
  timePicker
1906
1906
  };
1907
1907
 
1908
- const webAnimationContentDuration = 600;
1909
- const webAnimationContentEasing = {
1910
- x1: 0.77,
1911
- y1: 0,
1912
- x2: 0.175,
1913
- y2: 1
1914
- };
1915
- const webAnimationOverlayDuration = 250;
1916
- const webAnimationOverlayEasing = {
1917
- x1: 0.42,
1918
- y1: 0,
1919
- x2: 1,
1920
- y2: 1
1921
- };
1922
1908
  const fullscreenModal = {
1923
1909
  header: {
1924
1910
  height: 56
@@ -1932,12 +1918,22 @@ const fullscreenModal = {
1932
1918
  },
1933
1919
  animation: {
1934
1920
  overlay: {
1935
- duration: webAnimationOverlayDuration,
1936
- easing: webAnimationOverlayEasing
1921
+ duration: 250,
1922
+ easing: {
1923
+ x1: 0.42,
1924
+ y1: 0,
1925
+ x2: 1,
1926
+ y2: 1
1927
+ }
1937
1928
  },
1938
1929
  content: {
1939
- duration: webAnimationContentDuration,
1940
- easing: webAnimationContentEasing
1930
+ duration: 600,
1931
+ easing: {
1932
+ x1: 0.77,
1933
+ y1: 0,
1934
+ x2: 0.175,
1935
+ y2: 1
1936
+ }
1941
1937
  }
1942
1938
  }
1943
1939
  };