@ornikar/kitt-universal 26.3.1-canary.dd94a20641c146865234323ff2718101c6363315.0 → 26.3.1-canary.fcd36361858696a81c52c40672737eeca6e22f42.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 +10 -3
- package/dist/definitions/BottomSheet/BottomSheet.d.ts +4 -0
- package/dist/definitions/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts +4 -0
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts.map +1 -1
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts.map +1 -1
- package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.web.d.ts.map +1 -1
- package/dist/definitions/FullscreenModal/FullscreenModalAnimation.web.d.ts.map +1 -1
- package/dist/definitions/GoogleMapsAutocompleteProvider/GoogleMapsAutocompleteProvider.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +11 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
- package/dist/definitions/Picker/Picker.web.d.ts.map +1 -1
- package/dist/definitions/TabBar/TabBar.d.ts.map +1 -1
- package/dist/definitions/TimePicker/TimePicker.web.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/cardModal.d.ts +21 -4
- package/dist/definitions/themes/late-ocean/cardModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/dialogModal.d.ts +21 -4
- package/dist/definitions/themes/late-ocean/dialogModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +21 -4
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/shadows.d.ts +4 -2
- package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/skeleton.d.ts +2 -1
- package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +77 -66
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +103 -26
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +103 -26
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +100 -25
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +2 -2
- package/dist/index-node-22.17.cjs.web.js +59 -19
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +100 -25
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +2 -2
- package/dist/index-node-22.17.es.web.mjs +59 -19
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +100 -61
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +69 -31
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +36 -6
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +36 -6
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +36 -6
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +36 -6
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +36 -6
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +36 -6
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +36 -6
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +36 -6
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +2 -2
- package/dist/tsbuildinfo +1 -1
- package/package.json +25 -25
|
@@ -795,9 +795,19 @@ const card = {
|
|
|
795
795
|
};
|
|
796
796
|
|
|
797
797
|
const webAnimationContentDuration$2 = 400;
|
|
798
|
-
const webAnimationContentEasing$2 =
|
|
798
|
+
const webAnimationContentEasing$2 = {
|
|
799
|
+
x1: 0.77,
|
|
800
|
+
y1: 0,
|
|
801
|
+
x2: 0.175,
|
|
802
|
+
y2: 1
|
|
803
|
+
};
|
|
799
804
|
const webAnimationOverlayDuration$2 = 250;
|
|
800
|
-
const webAnimationOverlayEasing$2 =
|
|
805
|
+
const webAnimationOverlayEasing$2 = {
|
|
806
|
+
x1: 0.42,
|
|
807
|
+
y1: 0,
|
|
808
|
+
x2: 1,
|
|
809
|
+
y2: 1
|
|
810
|
+
};
|
|
801
811
|
const maxWidth = 540;
|
|
802
812
|
const overlayHorizontalPadding = 24;
|
|
803
813
|
const cardModal = {
|
|
@@ -871,9 +881,19 @@ const choices = {
|
|
|
871
881
|
};
|
|
872
882
|
|
|
873
883
|
const webAnimationContentDuration$1 = 400;
|
|
874
|
-
const webAnimationContentEasing$1 =
|
|
884
|
+
const webAnimationContentEasing$1 = {
|
|
885
|
+
x1: 0.77,
|
|
886
|
+
y1: 0,
|
|
887
|
+
x2: 0.175,
|
|
888
|
+
y2: 1
|
|
889
|
+
};
|
|
875
890
|
const webAnimationOverlayDuration$1 = 250;
|
|
876
|
-
const webAnimationOverlayEasing$1 =
|
|
891
|
+
const webAnimationOverlayEasing$1 = {
|
|
892
|
+
x1: 0.42,
|
|
893
|
+
y1: 0,
|
|
894
|
+
x2: 1,
|
|
895
|
+
y2: 1
|
|
896
|
+
};
|
|
877
897
|
const dialogModal = {
|
|
878
898
|
borderRadius: 20,
|
|
879
899
|
maxWidth: 540,
|
|
@@ -1799,9 +1819,19 @@ const forms = {
|
|
|
1799
1819
|
};
|
|
1800
1820
|
|
|
1801
1821
|
const webAnimationContentDuration = 600;
|
|
1802
|
-
const webAnimationContentEasing =
|
|
1822
|
+
const webAnimationContentEasing = {
|
|
1823
|
+
x1: 0.77,
|
|
1824
|
+
y1: 0,
|
|
1825
|
+
x2: 0.175,
|
|
1826
|
+
y2: 1
|
|
1827
|
+
};
|
|
1803
1828
|
const webAnimationOverlayDuration = 250;
|
|
1804
|
-
const webAnimationOverlayEasing =
|
|
1829
|
+
const webAnimationOverlayEasing = {
|
|
1830
|
+
x1: 0.42,
|
|
1831
|
+
y1: 0,
|
|
1832
|
+
x2: 1,
|
|
1833
|
+
y2: 1
|
|
1834
|
+
};
|
|
1805
1835
|
const fullscreenModal = {
|
|
1806
1836
|
header: {
|
|
1807
1837
|
height: 56
|