@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
|
@@ -881,15 +881,15 @@ const card = {
|
|
|
881
881
|
}
|
|
882
882
|
};
|
|
883
883
|
|
|
884
|
-
const webAnimationContentDuration$
|
|
885
|
-
const webAnimationContentEasing$
|
|
884
|
+
const webAnimationContentDuration$1 = 400;
|
|
885
|
+
const webAnimationContentEasing$1 = {
|
|
886
886
|
x1: 0.77,
|
|
887
887
|
y1: 0,
|
|
888
888
|
x2: 0.175,
|
|
889
889
|
y2: 1
|
|
890
890
|
};
|
|
891
|
-
const webAnimationOverlayDuration$
|
|
892
|
-
const webAnimationOverlayEasing$
|
|
891
|
+
const webAnimationOverlayDuration$1 = 250;
|
|
892
|
+
const webAnimationOverlayEasing$1 = {
|
|
893
893
|
x1: 0.42,
|
|
894
894
|
y1: 0,
|
|
895
895
|
x2: 1,
|
|
@@ -924,12 +924,12 @@ const cardModal = {
|
|
|
924
924
|
},
|
|
925
925
|
animation: {
|
|
926
926
|
overlay: {
|
|
927
|
-
duration: webAnimationOverlayDuration$
|
|
928
|
-
easing: webAnimationOverlayEasing$
|
|
927
|
+
duration: webAnimationOverlayDuration$1,
|
|
928
|
+
easing: webAnimationOverlayEasing$1
|
|
929
929
|
},
|
|
930
930
|
content: {
|
|
931
|
-
duration: webAnimationContentDuration$
|
|
932
|
-
easing: webAnimationContentEasing$
|
|
931
|
+
duration: webAnimationContentDuration$1,
|
|
932
|
+
easing: webAnimationContentEasing$1
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
};
|
|
@@ -985,15 +985,15 @@ const choices = {
|
|
|
985
985
|
}
|
|
986
986
|
};
|
|
987
987
|
|
|
988
|
-
const webAnimationContentDuration
|
|
989
|
-
const webAnimationContentEasing
|
|
988
|
+
const webAnimationContentDuration = 400;
|
|
989
|
+
const webAnimationContentEasing = {
|
|
990
990
|
x1: 0.77,
|
|
991
991
|
y1: 0,
|
|
992
992
|
x2: 0.175,
|
|
993
993
|
y2: 1
|
|
994
994
|
};
|
|
995
|
-
const webAnimationOverlayDuration
|
|
996
|
-
const webAnimationOverlayEasing
|
|
995
|
+
const webAnimationOverlayDuration = 250;
|
|
996
|
+
const webAnimationOverlayEasing = {
|
|
997
997
|
x1: 0.42,
|
|
998
998
|
y1: 0,
|
|
999
999
|
x2: 1,
|
|
@@ -1015,12 +1015,12 @@ const dialogModal = {
|
|
|
1015
1015
|
},
|
|
1016
1016
|
animation: {
|
|
1017
1017
|
overlay: {
|
|
1018
|
-
duration: webAnimationOverlayDuration
|
|
1019
|
-
easing: webAnimationOverlayEasing
|
|
1018
|
+
duration: webAnimationOverlayDuration,
|
|
1019
|
+
easing: webAnimationOverlayEasing
|
|
1020
1020
|
},
|
|
1021
1021
|
content: {
|
|
1022
|
-
duration: webAnimationContentDuration
|
|
1023
|
-
easing: webAnimationContentEasing
|
|
1022
|
+
duration: webAnimationContentDuration,
|
|
1023
|
+
easing: webAnimationContentEasing
|
|
1024
1024
|
}
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
@@ -1929,20 +1929,6 @@ const forms = {
|
|
|
1929
1929
|
timePicker
|
|
1930
1930
|
};
|
|
1931
1931
|
|
|
1932
|
-
const webAnimationContentDuration = 600;
|
|
1933
|
-
const webAnimationContentEasing = {
|
|
1934
|
-
x1: 0.77,
|
|
1935
|
-
y1: 0,
|
|
1936
|
-
x2: 0.175,
|
|
1937
|
-
y2: 1
|
|
1938
|
-
};
|
|
1939
|
-
const webAnimationOverlayDuration = 250;
|
|
1940
|
-
const webAnimationOverlayEasing = {
|
|
1941
|
-
x1: 0.42,
|
|
1942
|
-
y1: 0,
|
|
1943
|
-
x2: 1,
|
|
1944
|
-
y2: 1
|
|
1945
|
-
};
|
|
1946
1932
|
const fullscreenModal = {
|
|
1947
1933
|
header: {
|
|
1948
1934
|
height: 56
|
|
@@ -1956,12 +1942,22 @@ const fullscreenModal = {
|
|
|
1956
1942
|
},
|
|
1957
1943
|
animation: {
|
|
1958
1944
|
overlay: {
|
|
1959
|
-
duration:
|
|
1960
|
-
easing:
|
|
1945
|
+
duration: 250,
|
|
1946
|
+
easing: {
|
|
1947
|
+
x1: 0.42,
|
|
1948
|
+
y1: 0,
|
|
1949
|
+
x2: 1,
|
|
1950
|
+
y2: 1
|
|
1951
|
+
}
|
|
1961
1952
|
},
|
|
1962
1953
|
content: {
|
|
1963
|
-
duration:
|
|
1964
|
-
easing:
|
|
1954
|
+
duration: 600,
|
|
1955
|
+
easing: {
|
|
1956
|
+
x1: 0.77,
|
|
1957
|
+
y1: 0,
|
|
1958
|
+
x2: 0.175,
|
|
1959
|
+
y2: 1
|
|
1960
|
+
}
|
|
1965
1961
|
}
|
|
1966
1962
|
}
|
|
1967
1963
|
};
|