@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
|
@@ -702,19 +702,19 @@ var button = {
|
|
|
702
702
|
},
|
|
703
703
|
danger: {
|
|
704
704
|
"default": {
|
|
705
|
-
backgroundColor: lateOceanColorPalette.
|
|
706
|
-
pressedBackgroundColor: lateOceanColorPalette.
|
|
707
|
-
hoverBackgroundColor: lateOceanColorPalette.
|
|
708
|
-
focusBorderColor: lateOceanColorPalette.
|
|
705
|
+
backgroundColor: lateOceanColorPalette['coral.3'],
|
|
706
|
+
pressedBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
707
|
+
hoverBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
708
|
+
focusBorderColor: lateOceanColorPalette['coral.4']
|
|
709
709
|
},
|
|
710
710
|
ghost: {
|
|
711
711
|
backgroundColor: colors.uiBackgroundLight,
|
|
712
|
-
pressedBackgroundColor:
|
|
713
|
-
hoverBackgroundColor:
|
|
714
|
-
focusBorderColor: 'rgba(255, 255, 255, 0.
|
|
715
|
-
color: lateOceanColorPalette.
|
|
716
|
-
hoverColor: lateOceanColorPalette.
|
|
717
|
-
activeColor: lateOceanColorPalette.
|
|
712
|
+
pressedBackgroundColor: colors.uiBackground,
|
|
713
|
+
hoverBackgroundColor: colors.hover,
|
|
714
|
+
focusBorderColor: 'rgba(255, 255, 255, 0.4)',
|
|
715
|
+
color: lateOceanColorPalette['coral.9'],
|
|
716
|
+
hoverColor: lateOceanColorPalette['coral.9'],
|
|
717
|
+
activeColor: lateOceanColorPalette['coral.9']
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
720
|
subtle: {
|
|
@@ -2073,7 +2073,7 @@ var typography = {
|
|
|
2073
2073
|
'primary-light': colors.primaryLight,
|
|
2074
2074
|
accent: colors.accent,
|
|
2075
2075
|
success: colors.success,
|
|
2076
|
-
danger:
|
|
2076
|
+
danger: lateOceanColorPalette['coral.9'],
|
|
2077
2077
|
warning: colors.warning
|
|
2078
2078
|
},
|
|
2079
2079
|
types: {
|