@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
@@ -826,15 +826,15 @@ const card = {
826
826
  }
827
827
  };
828
828
 
829
- const webAnimationContentDuration$2 = 400;
830
- const webAnimationContentEasing$2 = {
829
+ const webAnimationContentDuration$1 = 400;
830
+ const webAnimationContentEasing$1 = {
831
831
  x1: 0.77,
832
832
  y1: 0,
833
833
  x2: 0.175,
834
834
  y2: 1
835
835
  };
836
- const webAnimationOverlayDuration$2 = 250;
837
- const webAnimationOverlayEasing$2 = {
836
+ const webAnimationOverlayDuration$1 = 250;
837
+ const webAnimationOverlayEasing$1 = {
838
838
  x1: 0.42,
839
839
  y1: 0,
840
840
  x2: 1,
@@ -869,12 +869,12 @@ const cardModal = {
869
869
  },
870
870
  animation: {
871
871
  overlay: {
872
- duration: webAnimationOverlayDuration$2,
873
- easing: webAnimationOverlayEasing$2
872
+ duration: webAnimationOverlayDuration$1,
873
+ easing: webAnimationOverlayEasing$1
874
874
  },
875
875
  content: {
876
- duration: webAnimationContentDuration$2,
877
- easing: webAnimationContentEasing$2
876
+ duration: webAnimationContentDuration$1,
877
+ easing: webAnimationContentEasing$1
878
878
  }
879
879
  }
880
880
  };
@@ -930,15 +930,15 @@ const choices = {
930
930
  }
931
931
  };
932
932
 
933
- const webAnimationContentDuration$1 = 400;
934
- const webAnimationContentEasing$1 = {
933
+ const webAnimationContentDuration = 400;
934
+ const webAnimationContentEasing = {
935
935
  x1: 0.77,
936
936
  y1: 0,
937
937
  x2: 0.175,
938
938
  y2: 1
939
939
  };
940
- const webAnimationOverlayDuration$1 = 250;
941
- const webAnimationOverlayEasing$1 = {
940
+ const webAnimationOverlayDuration = 250;
941
+ const webAnimationOverlayEasing = {
942
942
  x1: 0.42,
943
943
  y1: 0,
944
944
  x2: 1,
@@ -960,12 +960,12 @@ const dialogModal = {
960
960
  },
961
961
  animation: {
962
962
  overlay: {
963
- duration: webAnimationOverlayDuration$1,
964
- easing: webAnimationOverlayEasing$1
963
+ duration: webAnimationOverlayDuration,
964
+ easing: webAnimationOverlayEasing
965
965
  },
966
966
  content: {
967
- duration: webAnimationContentDuration$1,
968
- easing: webAnimationContentEasing$1
967
+ duration: webAnimationContentDuration,
968
+ easing: webAnimationContentEasing
969
969
  }
970
970
  }
971
971
  };
@@ -1874,20 +1874,6 @@ const forms = {
1874
1874
  timePicker
1875
1875
  };
1876
1876
 
1877
- const webAnimationContentDuration = 600;
1878
- const webAnimationContentEasing = {
1879
- x1: 0.77,
1880
- y1: 0,
1881
- x2: 0.175,
1882
- y2: 1
1883
- };
1884
- const webAnimationOverlayDuration = 250;
1885
- const webAnimationOverlayEasing = {
1886
- x1: 0.42,
1887
- y1: 0,
1888
- x2: 1,
1889
- y2: 1
1890
- };
1891
1877
  const fullscreenModal = {
1892
1878
  header: {
1893
1879
  height: 56
@@ -1901,12 +1887,22 @@ const fullscreenModal = {
1901
1887
  },
1902
1888
  animation: {
1903
1889
  overlay: {
1904
- duration: webAnimationOverlayDuration,
1905
- easing: webAnimationOverlayEasing
1890
+ duration: 250,
1891
+ easing: {
1892
+ x1: 0.42,
1893
+ y1: 0,
1894
+ x2: 1,
1895
+ y2: 1
1896
+ }
1906
1897
  },
1907
1898
  content: {
1908
- duration: webAnimationContentDuration,
1909
- easing: webAnimationContentEasing
1899
+ duration: 600,
1900
+ easing: {
1901
+ x1: 0.77,
1902
+ y1: 0,
1903
+ x2: 0.175,
1904
+ y2: 1
1905
+ }
1910
1906
  }
1911
1907
  }
1912
1908
  };