@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
|
@@ -695,19 +695,19 @@ const button = {
|
|
|
695
695
|
},
|
|
696
696
|
danger: {
|
|
697
697
|
default: {
|
|
698
|
-
backgroundColor: lateOceanColorPalette.
|
|
699
|
-
pressedBackgroundColor: lateOceanColorPalette.
|
|
700
|
-
hoverBackgroundColor: lateOceanColorPalette.
|
|
701
|
-
focusBorderColor: lateOceanColorPalette.
|
|
698
|
+
backgroundColor: lateOceanColorPalette['coral.3'],
|
|
699
|
+
pressedBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
700
|
+
hoverBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
701
|
+
focusBorderColor: lateOceanColorPalette['coral.4']
|
|
702
702
|
},
|
|
703
703
|
ghost: {
|
|
704
704
|
backgroundColor: colors.uiBackgroundLight,
|
|
705
|
-
pressedBackgroundColor:
|
|
706
|
-
hoverBackgroundColor:
|
|
707
|
-
focusBorderColor: 'rgba(255, 255, 255, 0.
|
|
708
|
-
color: lateOceanColorPalette.
|
|
709
|
-
hoverColor: lateOceanColorPalette.
|
|
710
|
-
activeColor: lateOceanColorPalette.
|
|
705
|
+
pressedBackgroundColor: colors.uiBackground,
|
|
706
|
+
hoverBackgroundColor: colors.hover,
|
|
707
|
+
focusBorderColor: 'rgba(255, 255, 255, 0.4)',
|
|
708
|
+
color: lateOceanColorPalette['coral.9'],
|
|
709
|
+
hoverColor: lateOceanColorPalette['coral.9'],
|
|
710
|
+
activeColor: lateOceanColorPalette['coral.9']
|
|
711
711
|
}
|
|
712
712
|
},
|
|
713
713
|
subtle: {
|
|
@@ -2060,7 +2060,7 @@ const typography = {
|
|
|
2060
2060
|
'primary-light': colors.primaryLight,
|
|
2061
2061
|
accent: colors.accent,
|
|
2062
2062
|
success: colors.success,
|
|
2063
|
-
danger:
|
|
2063
|
+
danger: lateOceanColorPalette['coral.9'],
|
|
2064
2064
|
warning: colors.warning
|
|
2065
2065
|
},
|
|
2066
2066
|
types: {
|