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