@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
|
@@ -748,19 +748,19 @@ const button = {
|
|
|
748
748
|
},
|
|
749
749
|
danger: {
|
|
750
750
|
default: {
|
|
751
|
-
backgroundColor: lateOceanColorPalette.
|
|
752
|
-
pressedBackgroundColor: lateOceanColorPalette.
|
|
753
|
-
hoverBackgroundColor: lateOceanColorPalette.
|
|
754
|
-
focusBorderColor: lateOceanColorPalette.
|
|
751
|
+
backgroundColor: lateOceanColorPalette['coral.3'],
|
|
752
|
+
pressedBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
753
|
+
hoverBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
754
|
+
focusBorderColor: lateOceanColorPalette['coral.4']
|
|
755
755
|
},
|
|
756
756
|
ghost: {
|
|
757
757
|
backgroundColor: colors.uiBackgroundLight,
|
|
758
|
-
pressedBackgroundColor:
|
|
759
|
-
hoverBackgroundColor:
|
|
760
|
-
focusBorderColor: 'rgba(255, 255, 255, 0.
|
|
761
|
-
color: lateOceanColorPalette.
|
|
762
|
-
hoverColor: lateOceanColorPalette.
|
|
763
|
-
activeColor: lateOceanColorPalette.
|
|
758
|
+
pressedBackgroundColor: colors.uiBackground,
|
|
759
|
+
hoverBackgroundColor: colors.hover,
|
|
760
|
+
focusBorderColor: 'rgba(255, 255, 255, 0.4)',
|
|
761
|
+
color: lateOceanColorPalette['coral.9'],
|
|
762
|
+
hoverColor: lateOceanColorPalette['coral.9'],
|
|
763
|
+
activeColor: lateOceanColorPalette['coral.9']
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
subtle: {
|
|
@@ -2113,7 +2113,7 @@ const typography = {
|
|
|
2113
2113
|
'primary-light': colors.primaryLight,
|
|
2114
2114
|
accent: colors.accent,
|
|
2115
2115
|
success: colors.success,
|
|
2116
|
-
danger:
|
|
2116
|
+
danger: lateOceanColorPalette['coral.9'],
|
|
2117
2117
|
warning: colors.warning
|
|
2118
2118
|
},
|
|
2119
2119
|
types: {
|
|
@@ -4171,7 +4171,10 @@ function CardModalBody({
|
|
|
4171
4171
|
base: 'kitt.4',
|
|
4172
4172
|
medium: 'kitt.6'
|
|
4173
4173
|
},
|
|
4174
|
-
paddingY =
|
|
4174
|
+
paddingY = {
|
|
4175
|
+
base: 'kitt.4',
|
|
4176
|
+
medium: 'kitt.6'
|
|
4177
|
+
},
|
|
4175
4178
|
...props
|
|
4176
4179
|
}) {
|
|
4177
4180
|
return /*#__PURE__*/jsxRuntime.jsx(ScrollView, {
|