@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
|
@@ -857,15 +857,15 @@ const card = {
|
|
|
857
857
|
}
|
|
858
858
|
};
|
|
859
859
|
|
|
860
|
-
const webAnimationContentDuration$
|
|
861
|
-
const webAnimationContentEasing$
|
|
860
|
+
const webAnimationContentDuration$1 = 400;
|
|
861
|
+
const webAnimationContentEasing$1 = {
|
|
862
862
|
x1: 0.77,
|
|
863
863
|
y1: 0,
|
|
864
864
|
x2: 0.175,
|
|
865
865
|
y2: 1
|
|
866
866
|
};
|
|
867
|
-
const webAnimationOverlayDuration$
|
|
868
|
-
const webAnimationOverlayEasing$
|
|
867
|
+
const webAnimationOverlayDuration$1 = 250;
|
|
868
|
+
const webAnimationOverlayEasing$1 = {
|
|
869
869
|
x1: 0.42,
|
|
870
870
|
y1: 0,
|
|
871
871
|
x2: 1,
|
|
@@ -900,12 +900,12 @@ const cardModal = {
|
|
|
900
900
|
},
|
|
901
901
|
animation: {
|
|
902
902
|
overlay: {
|
|
903
|
-
duration: webAnimationOverlayDuration$
|
|
904
|
-
easing: webAnimationOverlayEasing$
|
|
903
|
+
duration: webAnimationOverlayDuration$1,
|
|
904
|
+
easing: webAnimationOverlayEasing$1
|
|
905
905
|
},
|
|
906
906
|
content: {
|
|
907
|
-
duration: webAnimationContentDuration$
|
|
908
|
-
easing: webAnimationContentEasing$
|
|
907
|
+
duration: webAnimationContentDuration$1,
|
|
908
|
+
easing: webAnimationContentEasing$1
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
};
|
|
@@ -961,15 +961,15 @@ const choices = {
|
|
|
961
961
|
}
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
const webAnimationContentDuration
|
|
965
|
-
const webAnimationContentEasing
|
|
964
|
+
const webAnimationContentDuration = 400;
|
|
965
|
+
const webAnimationContentEasing = {
|
|
966
966
|
x1: 0.77,
|
|
967
967
|
y1: 0,
|
|
968
968
|
x2: 0.175,
|
|
969
969
|
y2: 1
|
|
970
970
|
};
|
|
971
|
-
const webAnimationOverlayDuration
|
|
972
|
-
const webAnimationOverlayEasing
|
|
971
|
+
const webAnimationOverlayDuration = 250;
|
|
972
|
+
const webAnimationOverlayEasing = {
|
|
973
973
|
x1: 0.42,
|
|
974
974
|
y1: 0,
|
|
975
975
|
x2: 1,
|
|
@@ -991,12 +991,12 @@ const dialogModal = {
|
|
|
991
991
|
},
|
|
992
992
|
animation: {
|
|
993
993
|
overlay: {
|
|
994
|
-
duration: webAnimationOverlayDuration
|
|
995
|
-
easing: webAnimationOverlayEasing
|
|
994
|
+
duration: webAnimationOverlayDuration,
|
|
995
|
+
easing: webAnimationOverlayEasing
|
|
996
996
|
},
|
|
997
997
|
content: {
|
|
998
|
-
duration: webAnimationContentDuration
|
|
999
|
-
easing: webAnimationContentEasing
|
|
998
|
+
duration: webAnimationContentDuration,
|
|
999
|
+
easing: webAnimationContentEasing
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
};
|
|
@@ -1905,20 +1905,6 @@ const forms = {
|
|
|
1905
1905
|
timePicker
|
|
1906
1906
|
};
|
|
1907
1907
|
|
|
1908
|
-
const webAnimationContentDuration = 600;
|
|
1909
|
-
const webAnimationContentEasing = {
|
|
1910
|
-
x1: 0.77,
|
|
1911
|
-
y1: 0,
|
|
1912
|
-
x2: 0.175,
|
|
1913
|
-
y2: 1
|
|
1914
|
-
};
|
|
1915
|
-
const webAnimationOverlayDuration = 250;
|
|
1916
|
-
const webAnimationOverlayEasing = {
|
|
1917
|
-
x1: 0.42,
|
|
1918
|
-
y1: 0,
|
|
1919
|
-
x2: 1,
|
|
1920
|
-
y2: 1
|
|
1921
|
-
};
|
|
1922
1908
|
const fullscreenModal = {
|
|
1923
1909
|
header: {
|
|
1924
1910
|
height: 56
|
|
@@ -1932,12 +1918,22 @@ const fullscreenModal = {
|
|
|
1932
1918
|
},
|
|
1933
1919
|
animation: {
|
|
1934
1920
|
overlay: {
|
|
1935
|
-
duration:
|
|
1936
|
-
easing:
|
|
1921
|
+
duration: 250,
|
|
1922
|
+
easing: {
|
|
1923
|
+
x1: 0.42,
|
|
1924
|
+
y1: 0,
|
|
1925
|
+
x2: 1,
|
|
1926
|
+
y2: 1
|
|
1927
|
+
}
|
|
1937
1928
|
},
|
|
1938
1929
|
content: {
|
|
1939
|
-
duration:
|
|
1940
|
-
easing:
|
|
1930
|
+
duration: 600,
|
|
1931
|
+
easing: {
|
|
1932
|
+
x1: 0.77,
|
|
1933
|
+
y1: 0,
|
|
1934
|
+
x2: 0.175,
|
|
1935
|
+
y2: 1
|
|
1936
|
+
}
|
|
1941
1937
|
}
|
|
1942
1938
|
}
|
|
1943
1939
|
};
|