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