@ornikar/kitt-universal 27.3.1-canary.2a1e1042a7d526c8c6b6197a77f84626e0e5d206.0 → 27.4.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 +4 -17
- package/dist/definitions/BaseMessage/helper.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/themes/late-ocean/cardModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/dialogModal.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/typography/Typography.d.ts +6 -18
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +24 -11
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +24 -11
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +24 -11
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +21 -9
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +24 -11
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +21 -9
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +113 -100
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +81 -69
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +10 -6
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +10 -6
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +10 -6
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +10 -6
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +10 -6
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +10 -6
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +11 -7
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +11 -7
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +28 -28
|
@@ -720,7 +720,7 @@ var webAnimationOverlayEasing$2 = [0.42, 0, 1, 1];
|
|
|
720
720
|
var maxWidth = 540;
|
|
721
721
|
var overlayHorizontalPadding = 24;
|
|
722
722
|
var cardModal = {
|
|
723
|
-
borderRadius:
|
|
723
|
+
borderRadius: spacing * 2,
|
|
724
724
|
maxWidth: maxWidth,
|
|
725
725
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
726
726
|
minHeight: 280,
|
|
@@ -812,7 +812,7 @@ var webAnimationContentEasing$1 = [0.77, 0, 0.175, 1];
|
|
|
812
812
|
var webAnimationOverlayDuration$1 = 250;
|
|
813
813
|
var webAnimationOverlayEasing$1 = [0.42, 0, 1, 1];
|
|
814
814
|
var dialogModal = {
|
|
815
|
-
borderRadius:
|
|
815
|
+
borderRadius: spacing * 2,
|
|
816
816
|
maxWidth: 540,
|
|
817
817
|
overlayPadding: {
|
|
818
818
|
horizontal: 24,
|
|
@@ -1781,10 +1781,10 @@ var highlight = {
|
|
|
1781
1781
|
},
|
|
1782
1782
|
primary: {
|
|
1783
1783
|
"default": {
|
|
1784
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1784
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1785
1785
|
},
|
|
1786
1786
|
hover: {
|
|
1787
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1787
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1788
1788
|
}
|
|
1789
1789
|
},
|
|
1790
1790
|
secondary: {
|
|
@@ -1805,10 +1805,14 @@ var highlight = {
|
|
|
1805
1805
|
},
|
|
1806
1806
|
dark: {
|
|
1807
1807
|
"default": {
|
|
1808
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1808
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1809
|
+
borderWidth: 1,
|
|
1810
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1809
1811
|
},
|
|
1810
1812
|
hover: {
|
|
1811
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1813
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1814
|
+
borderWidth: 1,
|
|
1815
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1812
1816
|
}
|
|
1813
1817
|
},
|
|
1814
1818
|
success: {
|
|
@@ -2411,7 +2415,7 @@ var breakpoints = {
|
|
|
2411
2415
|
// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156
|
|
2412
2416
|
var theme = {
|
|
2413
2417
|
spacing: spacing,
|
|
2414
|
-
getSpacing: function (multiplier) {
|
|
2418
|
+
getSpacing: function getSpacing(multiplier) {
|
|
2415
2419
|
return spacing * multiplier;
|
|
2416
2420
|
},
|
|
2417
2421
|
colors: colors,
|