@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.
- package/CHANGELOG.md +9 -0
- package/dist/definitions/FullscreenModal/FullscreenModalAnimation.web.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +0 -14
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +30 -34
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +30 -34
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +30 -34
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +38 -8
- package/dist/index-node-22.17.cjs.web.js +95 -92
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +30 -34
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +38 -8
- package/dist/index-node-22.17.es.web.mjs +95 -92
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +30 -34
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +93 -90
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +30 -34
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +30 -34
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +30 -34
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +30 -34
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +30 -34
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +30 -34
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +30 -34
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +30 -34
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +38 -8
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -860,15 +860,15 @@ const card = {
|
|
|
860
860
|
}
|
|
861
861
|
};
|
|
862
862
|
|
|
863
|
-
const webAnimationContentDuration$
|
|
864
|
-
const webAnimationContentEasing$
|
|
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$
|
|
871
|
-
const webAnimationOverlayEasing$
|
|
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$
|
|
907
|
-
easing: webAnimationOverlayEasing$
|
|
906
|
+
duration: webAnimationOverlayDuration$1,
|
|
907
|
+
easing: webAnimationOverlayEasing$1
|
|
908
908
|
},
|
|
909
909
|
content: {
|
|
910
|
-
duration: webAnimationContentDuration$
|
|
911
|
-
easing: webAnimationContentEasing$
|
|
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
|
|
968
|
-
const webAnimationContentEasing
|
|
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
|
|
975
|
-
const webAnimationOverlayEasing
|
|
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
|
|
998
|
-
easing: webAnimationOverlayEasing
|
|
997
|
+
duration: webAnimationOverlayDuration,
|
|
998
|
+
easing: webAnimationOverlayEasing
|
|
999
999
|
},
|
|
1000
1000
|
content: {
|
|
1001
|
-
duration: webAnimationContentDuration
|
|
1002
|
-
easing: webAnimationContentEasing
|
|
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:
|
|
1939
|
-
easing:
|
|
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:
|
|
1943
|
-
easing:
|
|
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
|
};
|