@ornikar/kitt-universal 27.3.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 +11 -0
- 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/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 +24 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +21 -9
- 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 +10 -6
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +10 -6
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -710,7 +710,7 @@ const webAnimationOverlayEasing$2 = [0.42, 0, 1, 1];
|
|
|
710
710
|
const maxWidth = 540;
|
|
711
711
|
const overlayHorizontalPadding = 24;
|
|
712
712
|
const cardModal = {
|
|
713
|
-
borderRadius:
|
|
713
|
+
borderRadius: spacing * 2,
|
|
714
714
|
maxWidth,
|
|
715
715
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
716
716
|
minHeight: 280,
|
|
@@ -802,7 +802,7 @@ const webAnimationContentEasing$1 = [0.77, 0, 0.175, 1];
|
|
|
802
802
|
const webAnimationOverlayDuration$1 = 250;
|
|
803
803
|
const webAnimationOverlayEasing$1 = [0.42, 0, 1, 1];
|
|
804
804
|
const dialogModal = {
|
|
805
|
-
borderRadius:
|
|
805
|
+
borderRadius: spacing * 2,
|
|
806
806
|
maxWidth: 540,
|
|
807
807
|
overlayPadding: {
|
|
808
808
|
horizontal: 24,
|
|
@@ -1771,10 +1771,10 @@ const highlight = {
|
|
|
1771
1771
|
},
|
|
1772
1772
|
primary: {
|
|
1773
1773
|
default: {
|
|
1774
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1774
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1775
1775
|
},
|
|
1776
1776
|
hover: {
|
|
1777
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1777
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1778
1778
|
}
|
|
1779
1779
|
},
|
|
1780
1780
|
secondary: {
|
|
@@ -1795,10 +1795,14 @@ const highlight = {
|
|
|
1795
1795
|
},
|
|
1796
1796
|
dark: {
|
|
1797
1797
|
default: {
|
|
1798
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1798
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1799
|
+
borderWidth: 1,
|
|
1800
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1799
1801
|
},
|
|
1800
1802
|
hover: {
|
|
1801
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1803
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1804
|
+
borderWidth: 1,
|
|
1805
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1802
1806
|
}
|
|
1803
1807
|
},
|
|
1804
1808
|
success: {
|