@ornikar/kitt-universal 32.2.1-canary.b6a558c2a534e5d22cad1dfac7725ddeca489e44.0 → 32.3.1-canary.282229fbcb79b0e70662d8927eccac40f40e40d3.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 (47) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/dist/definitions/FullscreenModal/FullscreenModalAnimation.web.d.ts.map +1 -1
  3. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  4. package/dist/definitions/forms/InputText/InputTextContainer.d.ts +2 -1
  5. package/dist/definitions/forms/InputText/InputTextContainer.d.ts.map +1 -1
  6. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +0 -14
  7. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
  8. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  9. package/dist/index-metro.es.android.js +94 -76
  10. package/dist/index-metro.es.android.js.map +1 -1
  11. package/dist/index-metro.es.ios.js +94 -76
  12. package/dist/index-metro.es.ios.js.map +1 -1
  13. package/dist/index-node-22.17.cjs.js +94 -76
  14. package/dist/index-node-22.17.cjs.js.map +1 -1
  15. package/dist/index-node-22.17.cjs.web.css +38 -9
  16. package/dist/index-node-22.17.cjs.web.js +161 -135
  17. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  18. package/dist/index-node-22.17.es.mjs +94 -76
  19. package/dist/index-node-22.17.es.mjs.map +1 -1
  20. package/dist/index-node-22.17.es.web.css +38 -9
  21. package/dist/index-node-22.17.es.web.mjs +161 -135
  22. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  23. package/dist/index.es.js +97 -78
  24. package/dist/index.es.js.map +1 -1
  25. package/dist/index.es.web.js +162 -135
  26. package/dist/index.es.web.js.map +1 -1
  27. package/dist/linaria-themes-metro.es.android.js +34 -39
  28. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  29. package/dist/linaria-themes-metro.es.ios.js +34 -39
  30. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  31. package/dist/linaria-themes-node-22.17.cjs.js +34 -39
  32. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  33. package/dist/linaria-themes-node-22.17.cjs.web.js +34 -39
  34. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  35. package/dist/linaria-themes-node-22.17.es.mjs +34 -39
  36. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  37. package/dist/linaria-themes-node-22.17.es.web.mjs +34 -39
  38. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  39. package/dist/linaria-themes.es.js +34 -39
  40. package/dist/linaria-themes.es.js.map +1 -1
  41. package/dist/linaria-themes.es.web.js +34 -39
  42. package/dist/linaria-themes.es.web.js.map +1 -1
  43. package/dist/styles.css +38 -9
  44. package/dist/tsbuildinfo +1 -1
  45. package/package.json +1 -1
  46. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts +0 -4
  47. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +0 -1
@@ -822,15 +822,15 @@ const card = {
822
822
  }
823
823
  };
824
824
 
825
- const webAnimationContentDuration$2 = 400;
826
- const webAnimationContentEasing$2 = {
825
+ const webAnimationContentDuration$1 = 400;
826
+ const webAnimationContentEasing$1 = {
827
827
  x1: 0.77,
828
828
  y1: 0,
829
829
  x2: 0.175,
830
830
  y2: 1
831
831
  };
832
- const webAnimationOverlayDuration$2 = 250;
833
- const webAnimationOverlayEasing$2 = {
832
+ const webAnimationOverlayDuration$1 = 250;
833
+ const webAnimationOverlayEasing$1 = {
834
834
  x1: 0.42,
835
835
  y1: 0,
836
836
  x2: 1,
@@ -865,12 +865,12 @@ const cardModal = {
865
865
  },
866
866
  animation: {
867
867
  overlay: {
868
- duration: webAnimationOverlayDuration$2,
869
- easing: webAnimationOverlayEasing$2
868
+ duration: webAnimationOverlayDuration$1,
869
+ easing: webAnimationOverlayEasing$1
870
870
  },
871
871
  content: {
872
- duration: webAnimationContentDuration$2,
873
- easing: webAnimationContentEasing$2
872
+ duration: webAnimationContentDuration$1,
873
+ easing: webAnimationContentEasing$1
874
874
  }
875
875
  }
876
876
  };
@@ -926,15 +926,15 @@ const choices = {
926
926
  }
927
927
  };
928
928
 
929
- const webAnimationContentDuration$1 = 400;
930
- const webAnimationContentEasing$1 = {
929
+ const webAnimationContentDuration = 400;
930
+ const webAnimationContentEasing = {
931
931
  x1: 0.77,
932
932
  y1: 0,
933
933
  x2: 0.175,
934
934
  y2: 1
935
935
  };
936
- const webAnimationOverlayDuration$1 = 250;
937
- const webAnimationOverlayEasing$1 = {
936
+ const webAnimationOverlayDuration = 250;
937
+ const webAnimationOverlayEasing = {
938
938
  x1: 0.42,
939
939
  y1: 0,
940
940
  x2: 1,
@@ -956,12 +956,12 @@ const dialogModal = {
956
956
  },
957
957
  animation: {
958
958
  overlay: {
959
- duration: webAnimationOverlayDuration$1,
960
- easing: webAnimationOverlayEasing$1
959
+ duration: webAnimationOverlayDuration,
960
+ easing: webAnimationOverlayEasing
961
961
  },
962
962
  content: {
963
- duration: webAnimationContentDuration$1,
964
- easing: webAnimationContentEasing$1
963
+ duration: webAnimationContentDuration,
964
+ easing: webAnimationContentEasing
965
965
  }
966
966
  }
967
967
  };
@@ -1019,10 +1019,10 @@ const autocomplete = {
1019
1019
  };
1020
1020
 
1021
1021
  const checkbox = {
1022
- borderWidth: 1,
1023
- borderRadius: 4,
1024
- height: 24,
1025
- width: 24,
1022
+ borderWidth: 2,
1023
+ borderRadius: 5,
1024
+ height: 20,
1025
+ width: 20,
1026
1026
  iconSize: 14,
1027
1027
  markColor: colors.uiBackgroundLight,
1028
1028
  textSpacing: 10,
@@ -1085,7 +1085,6 @@ const inputStatesStyle = {
1085
1085
  color: deepPurpleColorPalette.black
1086
1086
  },
1087
1087
  hover: {
1088
- backgroundColor: deepPurpleColorPalette['beige.1'],
1089
1088
  borderColor: deepPurpleColorPalette['beige.4'],
1090
1089
  color: deepPurpleColorPalette.black
1091
1090
  },
@@ -1870,20 +1869,6 @@ const forms = {
1870
1869
  timePicker
1871
1870
  };
1872
1871
 
1873
- const webAnimationContentDuration = 600;
1874
- const webAnimationContentEasing = {
1875
- x1: 0.77,
1876
- y1: 0,
1877
- x2: 0.175,
1878
- y2: 1
1879
- };
1880
- const webAnimationOverlayDuration = 250;
1881
- const webAnimationOverlayEasing = {
1882
- x1: 0.42,
1883
- y1: 0,
1884
- x2: 1,
1885
- y2: 1
1886
- };
1887
1872
  const fullscreenModal = {
1888
1873
  header: {
1889
1874
  height: 56
@@ -1897,12 +1882,22 @@ const fullscreenModal = {
1897
1882
  },
1898
1883
  animation: {
1899
1884
  overlay: {
1900
- duration: webAnimationOverlayDuration,
1901
- easing: webAnimationOverlayEasing
1885
+ duration: 250,
1886
+ easing: {
1887
+ x1: 0.42,
1888
+ y1: 0,
1889
+ x2: 1,
1890
+ y2: 1
1891
+ }
1902
1892
  },
1903
1893
  content: {
1904
- duration: webAnimationContentDuration,
1905
- easing: webAnimationContentEasing
1894
+ duration: 600,
1895
+ easing: {
1896
+ x1: 0.77,
1897
+ y1: 0,
1898
+ x2: 0.175,
1899
+ y2: 1
1900
+ }
1906
1901
  }
1907
1902
  }
1908
1903
  };