@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
|
@@ -822,15 +822,15 @@ const card = {
|
|
|
822
822
|
}
|
|
823
823
|
};
|
|
824
824
|
|
|
825
|
-
const webAnimationContentDuration$
|
|
826
|
-
const webAnimationContentEasing$
|
|
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$
|
|
833
|
-
const webAnimationOverlayEasing$
|
|
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$
|
|
869
|
-
easing: webAnimationOverlayEasing$
|
|
868
|
+
duration: webAnimationOverlayDuration$1,
|
|
869
|
+
easing: webAnimationOverlayEasing$1
|
|
870
870
|
},
|
|
871
871
|
content: {
|
|
872
|
-
duration: webAnimationContentDuration$
|
|
873
|
-
easing: webAnimationContentEasing$
|
|
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
|
|
930
|
-
const webAnimationContentEasing
|
|
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
|
|
937
|
-
const webAnimationOverlayEasing
|
|
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
|
|
960
|
-
easing: webAnimationOverlayEasing
|
|
959
|
+
duration: webAnimationOverlayDuration,
|
|
960
|
+
easing: webAnimationOverlayEasing
|
|
961
961
|
},
|
|
962
962
|
content: {
|
|
963
|
-
duration: webAnimationContentDuration
|
|
964
|
-
easing: webAnimationContentEasing
|
|
963
|
+
duration: webAnimationContentDuration,
|
|
964
|
+
easing: webAnimationContentEasing
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
967
|
};
|
|
@@ -1870,20 +1870,6 @@ const forms = {
|
|
|
1870
1870
|
timePicker
|
|
1871
1871
|
};
|
|
1872
1872
|
|
|
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
1873
|
const fullscreenModal = {
|
|
1888
1874
|
header: {
|
|
1889
1875
|
height: 56
|
|
@@ -1897,12 +1883,22 @@ const fullscreenModal = {
|
|
|
1897
1883
|
},
|
|
1898
1884
|
animation: {
|
|
1899
1885
|
overlay: {
|
|
1900
|
-
duration:
|
|
1901
|
-
easing:
|
|
1886
|
+
duration: 250,
|
|
1887
|
+
easing: {
|
|
1888
|
+
x1: 0.42,
|
|
1889
|
+
y1: 0,
|
|
1890
|
+
x2: 1,
|
|
1891
|
+
y2: 1
|
|
1892
|
+
}
|
|
1902
1893
|
},
|
|
1903
1894
|
content: {
|
|
1904
|
-
duration:
|
|
1905
|
-
easing:
|
|
1895
|
+
duration: 600,
|
|
1896
|
+
easing: {
|
|
1897
|
+
x1: 0.77,
|
|
1898
|
+
y1: 0,
|
|
1899
|
+
x2: 0.175,
|
|
1900
|
+
y2: 1
|
|
1901
|
+
}
|
|
1906
1902
|
}
|
|
1907
1903
|
}
|
|
1908
1904
|
};
|