@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
|
@@ -704,13 +704,23 @@ const card = {
|
|
|
704
704
|
};
|
|
705
705
|
|
|
706
706
|
const webAnimationContentDuration$2 = 400;
|
|
707
|
-
const webAnimationContentEasing$2 =
|
|
707
|
+
const webAnimationContentEasing$2 = {
|
|
708
|
+
x1: 0.77,
|
|
709
|
+
y1: 0,
|
|
710
|
+
x2: 0.175,
|
|
711
|
+
y2: 1
|
|
712
|
+
};
|
|
708
713
|
const webAnimationOverlayDuration$2 = 250;
|
|
709
|
-
const webAnimationOverlayEasing$2 =
|
|
714
|
+
const webAnimationOverlayEasing$2 = {
|
|
715
|
+
x1: 0.42,
|
|
716
|
+
y1: 0,
|
|
717
|
+
x2: 1,
|
|
718
|
+
y2: 1
|
|
719
|
+
};
|
|
710
720
|
const maxWidth = 540;
|
|
711
721
|
const overlayHorizontalPadding = 24;
|
|
712
722
|
const cardModal = {
|
|
713
|
-
borderRadius:
|
|
723
|
+
borderRadius: spacing * 2,
|
|
714
724
|
maxWidth,
|
|
715
725
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
716
726
|
minHeight: 280,
|
|
@@ -798,11 +808,21 @@ const choices = {
|
|
|
798
808
|
};
|
|
799
809
|
|
|
800
810
|
const webAnimationContentDuration$1 = 400;
|
|
801
|
-
const webAnimationContentEasing$1 =
|
|
811
|
+
const webAnimationContentEasing$1 = {
|
|
812
|
+
x1: 0.77,
|
|
813
|
+
y1: 0,
|
|
814
|
+
x2: 0.175,
|
|
815
|
+
y2: 1
|
|
816
|
+
};
|
|
802
817
|
const webAnimationOverlayDuration$1 = 250;
|
|
803
|
-
const webAnimationOverlayEasing$1 =
|
|
818
|
+
const webAnimationOverlayEasing$1 = {
|
|
819
|
+
x1: 0.42,
|
|
820
|
+
y1: 0,
|
|
821
|
+
x2: 1,
|
|
822
|
+
y2: 1
|
|
823
|
+
};
|
|
804
824
|
const dialogModal = {
|
|
805
|
-
borderRadius:
|
|
825
|
+
borderRadius: spacing * 2,
|
|
806
826
|
maxWidth: 540,
|
|
807
827
|
overlayPadding: {
|
|
808
828
|
horizontal: 24,
|
|
@@ -1732,9 +1752,19 @@ const forms = {
|
|
|
1732
1752
|
};
|
|
1733
1753
|
|
|
1734
1754
|
const webAnimationContentDuration = 600;
|
|
1735
|
-
const webAnimationContentEasing =
|
|
1755
|
+
const webAnimationContentEasing = {
|
|
1756
|
+
x1: 0.77,
|
|
1757
|
+
y1: 0,
|
|
1758
|
+
x2: 0.175,
|
|
1759
|
+
y2: 1
|
|
1760
|
+
};
|
|
1736
1761
|
const webAnimationOverlayDuration = 250;
|
|
1737
|
-
const webAnimationOverlayEasing =
|
|
1762
|
+
const webAnimationOverlayEasing = {
|
|
1763
|
+
x1: 0.42,
|
|
1764
|
+
y1: 0,
|
|
1765
|
+
x2: 1,
|
|
1766
|
+
y2: 1
|
|
1767
|
+
};
|
|
1738
1768
|
const fullscreenModal = {
|
|
1739
1769
|
header: {
|
|
1740
1770
|
height: 56
|
|
@@ -1771,10 +1801,10 @@ const highlight = {
|
|
|
1771
1801
|
},
|
|
1772
1802
|
primary: {
|
|
1773
1803
|
default: {
|
|
1774
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1804
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1775
1805
|
},
|
|
1776
1806
|
hover: {
|
|
1777
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1807
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1778
1808
|
}
|
|
1779
1809
|
},
|
|
1780
1810
|
secondary: {
|
|
@@ -1795,10 +1825,14 @@ const highlight = {
|
|
|
1795
1825
|
},
|
|
1796
1826
|
dark: {
|
|
1797
1827
|
default: {
|
|
1798
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1828
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1829
|
+
borderWidth: 1,
|
|
1830
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1799
1831
|
},
|
|
1800
1832
|
hover: {
|
|
1801
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1833
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1834
|
+
borderWidth: 1,
|
|
1835
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1802
1836
|
}
|
|
1803
1837
|
},
|
|
1804
1838
|
success: {
|
|
@@ -1878,8 +1912,8 @@ const listItem = {
|
|
|
1878
1912
|
|
|
1879
1913
|
const mapMarker = {
|
|
1880
1914
|
home: {
|
|
1881
|
-
default:
|
|
1882
|
-
selected:
|
|
1915
|
+
default: deepPurpleColorPalette['grey.9'],
|
|
1916
|
+
selected: deepPurpleColorPalette['grey.7'],
|
|
1883
1917
|
svg: {
|
|
1884
1918
|
height: 36
|
|
1885
1919
|
},
|
|
@@ -1889,8 +1923,8 @@ const mapMarker = {
|
|
|
1889
1923
|
}
|
|
1890
1924
|
},
|
|
1891
1925
|
meetingPoint: {
|
|
1892
|
-
default:
|
|
1893
|
-
selected:
|
|
1926
|
+
default: deepPurpleColorPalette['deepPurple.8'],
|
|
1927
|
+
selected: deepPurpleColorPalette['deepPurple.6'],
|
|
1894
1928
|
svg: {
|
|
1895
1929
|
width: 40,
|
|
1896
1930
|
height: 43
|