@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
@@ -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
  };
@@ -1023,10 +1023,10 @@ const autocomplete = {
1023
1023
  };
1024
1024
 
1025
1025
  const checkbox = {
1026
- borderWidth: 1,
1027
- borderRadius: 4,
1028
- height: 24,
1029
- width: 24,
1026
+ borderWidth: 2,
1027
+ borderRadius: 5,
1028
+ height: 20,
1029
+ width: 20,
1030
1030
  iconSize: 14,
1031
1031
  markColor: colors.uiBackgroundLight,
1032
1032
  textSpacing: 10,
@@ -1089,7 +1089,6 @@ const inputStatesStyle = {
1089
1089
  color: deepPurpleColorPalette.black
1090
1090
  },
1091
1091
  hover: {
1092
- backgroundColor: deepPurpleColorPalette['beige.1'],
1093
1092
  borderColor: deepPurpleColorPalette['beige.4'],
1094
1093
  color: deepPurpleColorPalette.black
1095
1094
  },
@@ -1874,20 +1873,6 @@ const forms = {
1874
1873
  timePicker
1875
1874
  };
1876
1875
 
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
1876
  const fullscreenModal = {
1892
1877
  header: {
1893
1878
  height: 56
@@ -1901,12 +1886,22 @@ const fullscreenModal = {
1901
1886
  },
1902
1887
  animation: {
1903
1888
  overlay: {
1904
- duration: webAnimationOverlayDuration,
1905
- easing: webAnimationOverlayEasing
1889
+ duration: 250,
1890
+ easing: {
1891
+ x1: 0.42,
1892
+ y1: 0,
1893
+ x2: 1,
1894
+ y2: 1
1895
+ }
1906
1896
  },
1907
1897
  content: {
1908
- duration: webAnimationContentDuration,
1909
- easing: webAnimationContentEasing
1898
+ duration: 600,
1899
+ easing: {
1900
+ x1: 0.77,
1901
+ y1: 0,
1902
+ x2: 0.175,
1903
+ y2: 1
1904
+ }
1910
1905
  }
1911
1906
  }
1912
1907
  };