@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
|
@@ -709,7 +709,7 @@ const webAnimationOverlayEasing$2 = [0.42, 0, 1, 1];
|
|
|
709
709
|
const maxWidth = 540;
|
|
710
710
|
const overlayHorizontalPadding = 24;
|
|
711
711
|
const cardModal = {
|
|
712
|
-
borderRadius:
|
|
712
|
+
borderRadius: spacing * 2,
|
|
713
713
|
maxWidth,
|
|
714
714
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
715
715
|
minHeight: 280,
|
|
@@ -801,7 +801,7 @@ const webAnimationContentEasing$1 = [0.77, 0, 0.175, 1];
|
|
|
801
801
|
const webAnimationOverlayDuration$1 = 250;
|
|
802
802
|
const webAnimationOverlayEasing$1 = [0.42, 0, 1, 1];
|
|
803
803
|
const dialogModal = {
|
|
804
|
-
borderRadius:
|
|
804
|
+
borderRadius: spacing * 2,
|
|
805
805
|
maxWidth: 540,
|
|
806
806
|
overlayPadding: {
|
|
807
807
|
horizontal: 24,
|
|
@@ -1770,10 +1770,10 @@ const highlight = {
|
|
|
1770
1770
|
},
|
|
1771
1771
|
primary: {
|
|
1772
1772
|
default: {
|
|
1773
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1773
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1774
1774
|
},
|
|
1775
1775
|
hover: {
|
|
1776
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1776
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1777
1777
|
}
|
|
1778
1778
|
},
|
|
1779
1779
|
secondary: {
|
|
@@ -1794,10 +1794,14 @@ const highlight = {
|
|
|
1794
1794
|
},
|
|
1795
1795
|
dark: {
|
|
1796
1796
|
default: {
|
|
1797
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1797
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1798
|
+
borderWidth: 1,
|
|
1799
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1798
1800
|
},
|
|
1799
1801
|
hover: {
|
|
1800
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1802
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1803
|
+
borderWidth: 1,
|
|
1804
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1801
1805
|
}
|
|
1802
1806
|
},
|
|
1803
1807
|
success: {
|