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