@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
|
@@ -714,13 +714,23 @@ var card = {
|
|
|
714
714
|
};
|
|
715
715
|
|
|
716
716
|
var webAnimationContentDuration$2 = 400;
|
|
717
|
-
var webAnimationContentEasing$2 =
|
|
717
|
+
var webAnimationContentEasing$2 = {
|
|
718
|
+
x1: 0.77,
|
|
719
|
+
y1: 0,
|
|
720
|
+
x2: 0.175,
|
|
721
|
+
y2: 1
|
|
722
|
+
};
|
|
718
723
|
var webAnimationOverlayDuration$2 = 250;
|
|
719
|
-
var webAnimationOverlayEasing$2 =
|
|
724
|
+
var webAnimationOverlayEasing$2 = {
|
|
725
|
+
x1: 0.42,
|
|
726
|
+
y1: 0,
|
|
727
|
+
x2: 1,
|
|
728
|
+
y2: 1
|
|
729
|
+
};
|
|
720
730
|
var maxWidth = 540;
|
|
721
731
|
var overlayHorizontalPadding = 24;
|
|
722
732
|
var cardModal = {
|
|
723
|
-
borderRadius:
|
|
733
|
+
borderRadius: spacing * 2,
|
|
724
734
|
maxWidth: maxWidth,
|
|
725
735
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
726
736
|
minHeight: 280,
|
|
@@ -808,11 +818,21 @@ var choices = {
|
|
|
808
818
|
};
|
|
809
819
|
|
|
810
820
|
var webAnimationContentDuration$1 = 400;
|
|
811
|
-
var webAnimationContentEasing$1 =
|
|
821
|
+
var webAnimationContentEasing$1 = {
|
|
822
|
+
x1: 0.77,
|
|
823
|
+
y1: 0,
|
|
824
|
+
x2: 0.175,
|
|
825
|
+
y2: 1
|
|
826
|
+
};
|
|
812
827
|
var webAnimationOverlayDuration$1 = 250;
|
|
813
|
-
var webAnimationOverlayEasing$1 =
|
|
828
|
+
var webAnimationOverlayEasing$1 = {
|
|
829
|
+
x1: 0.42,
|
|
830
|
+
y1: 0,
|
|
831
|
+
x2: 1,
|
|
832
|
+
y2: 1
|
|
833
|
+
};
|
|
814
834
|
var dialogModal = {
|
|
815
|
-
borderRadius:
|
|
835
|
+
borderRadius: spacing * 2,
|
|
816
836
|
maxWidth: 540,
|
|
817
837
|
overlayPadding: {
|
|
818
838
|
horizontal: 24,
|
|
@@ -1742,9 +1762,19 @@ var forms = {
|
|
|
1742
1762
|
};
|
|
1743
1763
|
|
|
1744
1764
|
var webAnimationContentDuration = 600;
|
|
1745
|
-
var webAnimationContentEasing =
|
|
1765
|
+
var webAnimationContentEasing = {
|
|
1766
|
+
x1: 0.77,
|
|
1767
|
+
y1: 0,
|
|
1768
|
+
x2: 0.175,
|
|
1769
|
+
y2: 1
|
|
1770
|
+
};
|
|
1746
1771
|
var webAnimationOverlayDuration = 250;
|
|
1747
|
-
var webAnimationOverlayEasing =
|
|
1772
|
+
var webAnimationOverlayEasing = {
|
|
1773
|
+
x1: 0.42,
|
|
1774
|
+
y1: 0,
|
|
1775
|
+
x2: 1,
|
|
1776
|
+
y2: 1
|
|
1777
|
+
};
|
|
1748
1778
|
var fullscreenModal = {
|
|
1749
1779
|
header: {
|
|
1750
1780
|
height: 56
|
|
@@ -1781,10 +1811,10 @@ var highlight = {
|
|
|
1781
1811
|
},
|
|
1782
1812
|
primary: {
|
|
1783
1813
|
"default": {
|
|
1784
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1814
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1785
1815
|
},
|
|
1786
1816
|
hover: {
|
|
1787
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1817
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1788
1818
|
}
|
|
1789
1819
|
},
|
|
1790
1820
|
secondary: {
|
|
@@ -1805,10 +1835,14 @@ var highlight = {
|
|
|
1805
1835
|
},
|
|
1806
1836
|
dark: {
|
|
1807
1837
|
"default": {
|
|
1808
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1838
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1839
|
+
borderWidth: 1,
|
|
1840
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1809
1841
|
},
|
|
1810
1842
|
hover: {
|
|
1811
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1843
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1844
|
+
borderWidth: 1,
|
|
1845
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1812
1846
|
}
|
|
1813
1847
|
},
|
|
1814
1848
|
success: {
|
|
@@ -1888,8 +1922,8 @@ var listItem = {
|
|
|
1888
1922
|
|
|
1889
1923
|
var mapMarker = {
|
|
1890
1924
|
home: {
|
|
1891
|
-
"default":
|
|
1892
|
-
selected:
|
|
1925
|
+
"default": deepPurpleColorPalette['grey.9'],
|
|
1926
|
+
selected: deepPurpleColorPalette['grey.7'],
|
|
1893
1927
|
svg: {
|
|
1894
1928
|
height: 36
|
|
1895
1929
|
},
|
|
@@ -1899,8 +1933,8 @@ var mapMarker = {
|
|
|
1899
1933
|
}
|
|
1900
1934
|
},
|
|
1901
1935
|
meetingPoint: {
|
|
1902
|
-
"default":
|
|
1903
|
-
selected:
|
|
1936
|
+
"default": deepPurpleColorPalette['deepPurple.8'],
|
|
1937
|
+
selected: deepPurpleColorPalette['deepPurple.6'],
|
|
1904
1938
|
svg: {
|
|
1905
1939
|
width: 40,
|
|
1906
1940
|
height: 43
|
|
@@ -2411,7 +2445,7 @@ var breakpoints = {
|
|
|
2411
2445
|
// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
|
|
2412
2446
|
var theme = {
|
|
2413
2447
|
spacing: spacing,
|
|
2414
|
-
getSpacing: function (multiplier) {
|
|
2448
|
+
getSpacing: function getSpacing(multiplier) {
|
|
2415
2449
|
return spacing * multiplier;
|
|
2416
2450
|
},
|
|
2417
2451
|
colors: colors,
|