@ornikar/kitt-universal 25.49.0 → 25.50.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 +9 -0
- package/dist/index-metro.es.android.js +11 -11
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +11 -11
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +11 -11
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +11 -11
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +11 -11
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +11 -11
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +11 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +11 -11
- 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
package/dist/index.es.js
CHANGED
|
@@ -743,19 +743,19 @@ var button = {
|
|
|
743
743
|
},
|
|
744
744
|
danger: {
|
|
745
745
|
"default": {
|
|
746
|
-
backgroundColor: lateOceanColorPalette.
|
|
747
|
-
pressedBackgroundColor: lateOceanColorPalette.
|
|
748
|
-
hoverBackgroundColor: lateOceanColorPalette.
|
|
749
|
-
focusBorderColor: lateOceanColorPalette.
|
|
746
|
+
backgroundColor: lateOceanColorPalette['coral.3'],
|
|
747
|
+
pressedBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
748
|
+
hoverBackgroundColor: lateOceanColorPalette['coral.4'],
|
|
749
|
+
focusBorderColor: lateOceanColorPalette['coral.4']
|
|
750
750
|
},
|
|
751
751
|
ghost: {
|
|
752
752
|
backgroundColor: colors.uiBackgroundLight,
|
|
753
|
-
pressedBackgroundColor:
|
|
754
|
-
hoverBackgroundColor:
|
|
755
|
-
focusBorderColor: 'rgba(255, 255, 255, 0.
|
|
756
|
-
color: lateOceanColorPalette.
|
|
757
|
-
hoverColor: lateOceanColorPalette.
|
|
758
|
-
activeColor: lateOceanColorPalette.
|
|
753
|
+
pressedBackgroundColor: colors.uiBackground,
|
|
754
|
+
hoverBackgroundColor: colors.hover,
|
|
755
|
+
focusBorderColor: 'rgba(255, 255, 255, 0.4)',
|
|
756
|
+
color: lateOceanColorPalette['coral.9'],
|
|
757
|
+
hoverColor: lateOceanColorPalette['coral.9'],
|
|
758
|
+
activeColor: lateOceanColorPalette['coral.9']
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
761
|
subtle: {
|
|
@@ -2114,7 +2114,7 @@ var typography = {
|
|
|
2114
2114
|
'primary-light': colors.primaryLight,
|
|
2115
2115
|
accent: colors.accent,
|
|
2116
2116
|
success: colors.success,
|
|
2117
|
-
danger:
|
|
2117
|
+
danger: lateOceanColorPalette['coral.9'],
|
|
2118
2118
|
warning: colors.warning
|
|
2119
2119
|
},
|
|
2120
2120
|
types: {
|