@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
|
@@ -823,15 +823,15 @@ const card = {
|
|
|
823
823
|
}
|
|
824
824
|
};
|
|
825
825
|
|
|
826
|
-
const webAnimationContentDuration$
|
|
827
|
-
const webAnimationContentEasing$
|
|
826
|
+
const webAnimationContentDuration$1 = 400;
|
|
827
|
+
const webAnimationContentEasing$1 = {
|
|
828
828
|
x1: 0.77,
|
|
829
829
|
y1: 0,
|
|
830
830
|
x2: 0.175,
|
|
831
831
|
y2: 1
|
|
832
832
|
};
|
|
833
|
-
const webAnimationOverlayDuration$
|
|
834
|
-
const webAnimationOverlayEasing$
|
|
833
|
+
const webAnimationOverlayDuration$1 = 250;
|
|
834
|
+
const webAnimationOverlayEasing$1 = {
|
|
835
835
|
x1: 0.42,
|
|
836
836
|
y1: 0,
|
|
837
837
|
x2: 1,
|
|
@@ -866,12 +866,12 @@ const cardModal = {
|
|
|
866
866
|
},
|
|
867
867
|
animation: {
|
|
868
868
|
overlay: {
|
|
869
|
-
duration: webAnimationOverlayDuration$
|
|
870
|
-
easing: webAnimationOverlayEasing$
|
|
869
|
+
duration: webAnimationOverlayDuration$1,
|
|
870
|
+
easing: webAnimationOverlayEasing$1
|
|
871
871
|
},
|
|
872
872
|
content: {
|
|
873
|
-
duration: webAnimationContentDuration$
|
|
874
|
-
easing: webAnimationContentEasing$
|
|
873
|
+
duration: webAnimationContentDuration$1,
|
|
874
|
+
easing: webAnimationContentEasing$1
|
|
875
875
|
}
|
|
876
876
|
}
|
|
877
877
|
};
|
|
@@ -927,15 +927,15 @@ const choices = {
|
|
|
927
927
|
}
|
|
928
928
|
};
|
|
929
929
|
|
|
930
|
-
const webAnimationContentDuration
|
|
931
|
-
const webAnimationContentEasing
|
|
930
|
+
const webAnimationContentDuration = 400;
|
|
931
|
+
const webAnimationContentEasing = {
|
|
932
932
|
x1: 0.77,
|
|
933
933
|
y1: 0,
|
|
934
934
|
x2: 0.175,
|
|
935
935
|
y2: 1
|
|
936
936
|
};
|
|
937
|
-
const webAnimationOverlayDuration
|
|
938
|
-
const webAnimationOverlayEasing
|
|
937
|
+
const webAnimationOverlayDuration = 250;
|
|
938
|
+
const webAnimationOverlayEasing = {
|
|
939
939
|
x1: 0.42,
|
|
940
940
|
y1: 0,
|
|
941
941
|
x2: 1,
|
|
@@ -957,12 +957,12 @@ const dialogModal = {
|
|
|
957
957
|
},
|
|
958
958
|
animation: {
|
|
959
959
|
overlay: {
|
|
960
|
-
duration: webAnimationOverlayDuration
|
|
961
|
-
easing: webAnimationOverlayEasing
|
|
960
|
+
duration: webAnimationOverlayDuration,
|
|
961
|
+
easing: webAnimationOverlayEasing
|
|
962
962
|
},
|
|
963
963
|
content: {
|
|
964
|
-
duration: webAnimationContentDuration
|
|
965
|
-
easing: webAnimationContentEasing
|
|
964
|
+
duration: webAnimationContentDuration,
|
|
965
|
+
easing: webAnimationContentEasing
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
};
|
|
@@ -1871,20 +1871,6 @@ const forms = {
|
|
|
1871
1871
|
timePicker
|
|
1872
1872
|
};
|
|
1873
1873
|
|
|
1874
|
-
const webAnimationContentDuration = 600;
|
|
1875
|
-
const webAnimationContentEasing = {
|
|
1876
|
-
x1: 0.77,
|
|
1877
|
-
y1: 0,
|
|
1878
|
-
x2: 0.175,
|
|
1879
|
-
y2: 1
|
|
1880
|
-
};
|
|
1881
|
-
const webAnimationOverlayDuration = 250;
|
|
1882
|
-
const webAnimationOverlayEasing = {
|
|
1883
|
-
x1: 0.42,
|
|
1884
|
-
y1: 0,
|
|
1885
|
-
x2: 1,
|
|
1886
|
-
y2: 1
|
|
1887
|
-
};
|
|
1888
1874
|
const fullscreenModal = {
|
|
1889
1875
|
header: {
|
|
1890
1876
|
height: 56
|
|
@@ -1898,12 +1884,22 @@ const fullscreenModal = {
|
|
|
1898
1884
|
},
|
|
1899
1885
|
animation: {
|
|
1900
1886
|
overlay: {
|
|
1901
|
-
duration:
|
|
1902
|
-
easing:
|
|
1887
|
+
duration: 250,
|
|
1888
|
+
easing: {
|
|
1889
|
+
x1: 0.42,
|
|
1890
|
+
y1: 0,
|
|
1891
|
+
x2: 1,
|
|
1892
|
+
y2: 1
|
|
1893
|
+
}
|
|
1903
1894
|
},
|
|
1904
1895
|
content: {
|
|
1905
|
-
duration:
|
|
1906
|
-
easing:
|
|
1896
|
+
duration: 600,
|
|
1897
|
+
easing: {
|
|
1898
|
+
x1: 0.77,
|
|
1899
|
+
y1: 0,
|
|
1900
|
+
x2: 0.175,
|
|
1901
|
+
y2: 1
|
|
1902
|
+
}
|
|
1907
1903
|
}
|
|
1908
1904
|
}
|
|
1909
1905
|
};
|