@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
|
@@ -713,7 +713,7 @@ const webAnimationOverlayEasing$2 = [0.42, 0, 1, 1];
|
|
|
713
713
|
const maxWidth = 540;
|
|
714
714
|
const overlayHorizontalPadding = 24;
|
|
715
715
|
const cardModal = {
|
|
716
|
-
borderRadius:
|
|
716
|
+
borderRadius: spacing * 2,
|
|
717
717
|
maxWidth,
|
|
718
718
|
maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,
|
|
719
719
|
minHeight: 280,
|
|
@@ -805,7 +805,7 @@ const webAnimationContentEasing$1 = [0.77, 0, 0.175, 1];
|
|
|
805
805
|
const webAnimationOverlayDuration$1 = 250;
|
|
806
806
|
const webAnimationOverlayEasing$1 = [0.42, 0, 1, 1];
|
|
807
807
|
const dialogModal = {
|
|
808
|
-
borderRadius:
|
|
808
|
+
borderRadius: spacing * 2,
|
|
809
809
|
maxWidth: 540,
|
|
810
810
|
overlayPadding: {
|
|
811
811
|
horizontal: 24,
|
|
@@ -1774,10 +1774,10 @@ const highlight = {
|
|
|
1774
1774
|
},
|
|
1775
1775
|
primary: {
|
|
1776
1776
|
default: {
|
|
1777
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1777
|
+
backgroundColor: deepPurpleColorPalette['blue.1']
|
|
1778
1778
|
},
|
|
1779
1779
|
hover: {
|
|
1780
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1780
|
+
backgroundColor: deepPurpleColorPalette['blue.2']
|
|
1781
1781
|
}
|
|
1782
1782
|
},
|
|
1783
1783
|
secondary: {
|
|
@@ -1798,10 +1798,14 @@ const highlight = {
|
|
|
1798
1798
|
},
|
|
1799
1799
|
dark: {
|
|
1800
1800
|
default: {
|
|
1801
|
-
backgroundColor: deepPurpleColorPalette['
|
|
1801
|
+
backgroundColor: deepPurpleColorPalette['grey.0'],
|
|
1802
|
+
borderWidth: 1,
|
|
1803
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1802
1804
|
},
|
|
1803
1805
|
hover: {
|
|
1804
|
-
backgroundColor: deepPurpleColorPalette['beige.1']
|
|
1806
|
+
backgroundColor: deepPurpleColorPalette['beige.1'],
|
|
1807
|
+
borderWidth: 1,
|
|
1808
|
+
borderColor: deepPurpleColorPalette['beige.3']
|
|
1805
1809
|
}
|
|
1806
1810
|
},
|
|
1807
1811
|
success: {
|