@ornikar/kitt-universal 27.3.1-canary.2a1e1042a7d526c8c6b6197a77f84626e0e5d206.0 → 27.5.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 +11 -14
- package/dist/definitions/BaseMessage/helper.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/Highlight/AnimatedContainer/AnimatedContainer.d.ts +1 -1
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.d.ts.map +1 -1
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.web.d.ts.map +1 -1
- package/dist/definitions/Highlight/Highlight.d.ts.map +1 -1
- package/dist/definitions/MapMarker/MapMarker.d.ts +2 -5
- package/dist/definitions/MapMarker/MapMarker.d.ts.map +1 -1
- package/dist/definitions/MapMarker/constants.d.ts +6 -0
- package/dist/definitions/MapMarker/constants.d.ts.map +1 -0
- package/dist/definitions/MapMarker/utils/getBackgroundColor.d.ts +2 -1
- package/dist/definitions/MapMarker/utils/getBackgroundColor.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/highlight.d.ts +4 -0
- package/dist/definitions/themes/late-ocean/highlight.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 +6 -18
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +124 -50
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +124 -50
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +123 -49
- 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 +87 -41
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +123 -49
- 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 +87 -41
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +210 -174
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +157 -113
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +50 -16
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +50 -16
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +50 -16
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +50 -16
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +50 -16
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +50 -16
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +51 -17
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +51 -17
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +2 -2
- package/dist/tsbuildinfo +1 -1
- package/package.json +28 -28
|
@@ -707,13 +707,23 @@ const card = {
|
|
|
707
707
|
};
|
|
708
708
|
|
|
709
709
|
const webAnimationContentDuration$2 = 400;
|
|
710
|
-
const webAnimationContentEasing$2 =
|
|
710
|
+
const webAnimationContentEasing$2 = {
|
|
711
|
+
x1: 0.77,
|
|
712
|
+
y1: 0,
|
|
713
|
+
x2: 0.175,
|
|
714
|
+
y2: 1
|
|
715
|
+
};
|
|
711
716
|
const webAnimationOverlayDuration$2 = 250;
|
|
712
|
-
const webAnimationOverlayEasing$2 =
|
|
717
|
+
const webAnimationOverlayEasing$2 = {
|
|
718
|
+
x1: 0.42,
|
|
719
|
+
y1: 0,
|
|
720
|
+
x2: 1,
|
|
721
|
+
y2: 1
|
|
722
|
+
};
|
|
713
723
|
const maxWidth = 540;
|
|
714
724
|
const overlayHorizontalPadding = 24;
|
|
715
725
|
const cardModal = {
|
|
716
|
-
borderRadius:
|
|
726
|
+
borderRadius: spacing * 2,
|
|
717
727
|
maxWidth,
|
|
718
728
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
719
729
|
minHeight: 280,
|
|
@@ -801,11 +811,21 @@ const choices = {
|
|
|
801
811
|
};
|
|
802
812
|
|
|
803
813
|
const webAnimationContentDuration$1 = 400;
|
|
804
|
-
const webAnimationContentEasing$1 =
|
|
814
|
+
const webAnimationContentEasing$1 = {
|
|
815
|
+
x1: 0.77,
|
|
816
|
+
y1: 0,
|
|
817
|
+
x2: 0.175,
|
|
818
|
+
y2: 1
|
|
819
|
+
};
|
|
805
820
|
const webAnimationOverlayDuration$1 = 250;
|
|
806
|
-
const webAnimationOverlayEasing$1 =
|
|
821
|
+
const webAnimationOverlayEasing$1 = {
|
|
822
|
+
x1: 0.42,
|
|
823
|
+
y1: 0,
|
|
824
|
+
x2: 1,
|
|
825
|
+
y2: 1
|
|
826
|
+
};
|
|
807
827
|
const dialogModal = {
|
|
808
|
-
borderRadius:
|
|
828
|
+
borderRadius: spacing * 2,
|
|
809
829
|
maxWidth: 540,
|
|
810
830
|
overlayPadding: {
|
|
811
831
|
horizontal: 24,
|
|
@@ -1735,9 +1755,19 @@ const forms = {
|
|
|
1735
1755
|
};
|
|
1736
1756
|
|
|
1737
1757
|
const webAnimationContentDuration = 600;
|
|
1738
|
-
const webAnimationContentEasing =
|
|
1758
|
+
const webAnimationContentEasing = {
|
|
1759
|
+
x1: 0.77,
|
|
1760
|
+
y1: 0,
|
|
1761
|
+
x2: 0.175,
|
|
1762
|
+
y2: 1
|
|
1763
|
+
};
|
|
1739
1764
|
const webAnimationOverlayDuration = 250;
|
|
1740
|
-
const webAnimationOverlayEasing =
|
|
1765
|
+
const webAnimationOverlayEasing = {
|
|
1766
|
+
x1: 0.42,
|
|
1767
|
+
y1: 0,
|
|
1768
|
+
x2: 1,
|
|
1769
|
+
y2: 1
|
|
1770
|
+
};
|
|
1741
1771
|
const fullscreenModal = {
|
|
1742
1772
|
header: {
|
|
1743
1773
|
height: 56
|
|
@@ -1774,10 +1804,10 @@ const highlight = {
|
|
|
1774
1804
|
},
|
|
1775
1805
|
primary: {
|
|
1776
1806
|
default: {
|
|
1777
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1807
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1778
1808
|
},
|
|
1779
1809
|
hover: {
|
|
1780
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1810
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1781
1811
|
}
|
|
1782
1812
|
},
|
|
1783
1813
|
secondary: {
|
|
@@ -1798,10 +1828,14 @@ const highlight = {
|
|
|
1798
1828
|
},
|
|
1799
1829
|
dark: {
|
|
1800
1830
|
default: {
|
|
1801
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1831
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1832
|
+
borderWidth: 1,
|
|
1833
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1802
1834
|
},
|
|
1803
1835
|
hover: {
|
|
1804
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1836
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1837
|
+
borderWidth: 1,
|
|
1838
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1805
1839
|
}
|
|
1806
1840
|
},
|
|
1807
1841
|
success: {
|
|
@@ -1881,8 +1915,8 @@ const listItem = {
|
|
|
1881
1915
|
|
|
1882
1916
|
const mapMarker = {
|
|
1883
1917
|
home: {
|
|
1884
|
-
default:
|
|
1885
|
-
selected:
|
|
1918
|
+
default: deepPurpleColorPalette['grey.9'],
|
|
1919
|
+
selected: deepPurpleColorPalette['grey.7'],
|
|
1886
1920
|
svg: {
|
|
1887
1921
|
height: 36
|
|
1888
1922
|
},
|
|
@@ -1892,8 +1926,8 @@ const mapMarker = {
|
|
|
1892
1926
|
}
|
|
1893
1927
|
},
|
|
1894
1928
|
meetingPoint: {
|
|
1895
|
-
default:
|
|
1896
|
-
selected:
|
|
1929
|
+
default: deepPurpleColorPalette['deepPurple.8'],
|
|
1930
|
+
selected: deepPurpleColorPalette['deepPurple.6'],
|
|
1897
1931
|
svg: {
|
|
1898
1932
|
width: 40,
|
|
1899
1933
|
height: 43
|