@ornikar/kitt-universal 25.49.0 → 25.51.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 +18 -0
- package/dist/definitions/CardModal/CardModalBody.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +15 -12
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +15 -12
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +15 -12
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +15 -12
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +15 -12
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +15 -12
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +15 -12
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +15 -12
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +11 -11
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +11 -11
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.js +11 -11
- package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.web.js +11 -11
- package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-20.10.es.mjs +11 -11
- package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
- package/dist/linaria-themes-node-20.10.es.web.mjs +11 -11
- package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +11 -11
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +11 -11
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -721,19 +721,19 @@ const button = {
|
|
|
721
721
|
},
|
|
722
722
|
danger: {
|
|
723
723
|
default: {
|
|
724
|
-
backgroundColor: lateOceanColorPalette.
|
|
725
|
-
pressedBackgroundColor: lateOceanColorPalette.
|
|
726
|
-
hoverBackgroundColor: lateOceanColorPalette.
|
|
727
|
-
focusBorderColor: lateOceanColorPalette.
|
|
724
|
+
backgroundColor: lateOceanColorPalette['coral.3'],
|
|
725
|
+
pressedBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
726
|
+
hoverBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
727
|
+
focusBorderColor: lateOceanColorPalette['coral.4']
|
|
728
728
|
},
|
|
729
729
|
ghost: {
|
|
730
730
|
backgroundColor: colors.uiBackgroundLight,
|
|
731
|
-
pressedBackgroundColor:
|
|
732
|
-
hoverBackgroundColor:
|
|
733
|
-
focusBorderColor: 'rgba(255, 255, 255, 0.
|
|
734
|
-
color: lateOceanColorPalette.
|
|
735
|
-
hoverColor: lateOceanColorPalette.
|
|
736
|
-
activeColor: lateOceanColorPalette.
|
|
731
|
+
pressedBackgroundColor: colors.uiBackground,
|
|
732
|
+
hoverBackgroundColor: colors.hover,
|
|
733
|
+
focusBorderColor: 'rgba(255, 255, 255, 0.4)',
|
|
734
|
+
color: lateOceanColorPalette['coral.9'],
|
|
735
|
+
hoverColor: lateOceanColorPalette['coral.9'],
|
|
736
|
+
activeColor: lateOceanColorPalette['coral.9']
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
subtle: {
|
|
@@ -2086,7 +2086,7 @@ const typography = {
|
|
|
2086
2086
|
'primary-light': colors.primaryLight,
|
|
2087
2087
|
accent: colors.accent,
|
|
2088
2088
|
success: colors.success,
|
|
2089
|
-
danger:
|
|
2089
|
+
danger: lateOceanColorPalette['coral.9'],
|
|
2090
2090
|
warning: colors.warning
|
|
2091
2091
|
},
|
|
2092
2092
|
types: {
|
|
@@ -4027,7 +4027,10 @@ function CardModalBody({
|
|
|
4027
4027
|
base: 'kitt.4',
|
|
4028
4028
|
medium: 'kitt.6'
|
|
4029
4029
|
},
|
|
4030
|
-
paddingY =
|
|
4030
|
+
paddingY = {
|
|
4031
|
+
base: 'kitt.4',
|
|
4032
|
+
medium: 'kitt.6'
|
|
4033
|
+
},
|
|
4031
4034
|
...props
|
|
4032
4035
|
}) {
|
|
4033
4036
|
return /*#__PURE__*/jsx(ScrollView, {
|