@ornikar/kitt-universal 9.12.0 → 9.12.2
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/dist/definitions/native-base/KittNativeBaseProvider.d.ts +25 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +0 -1
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/colors.d.ts +0 -1
- package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +3 -3
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +3 -3
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +3 -3
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +3 -3
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +3 -3
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +3 -3
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.android.js +1 -2
- package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.ios.js +1 -2
- package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.js +1 -2
- package/dist/linaria-themes-browser-all.es.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.web.js +1 -2
- package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.js +1 -2
- package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js +1 -2
- package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +4 -3
|
@@ -1960,8 +1960,7 @@ const colors = {
|
|
|
1960
1960
|
disabled: lateOceanColorPalette.black50,
|
|
1961
1961
|
overlay: {
|
|
1962
1962
|
dark: 'rgba(41, 48, 51, 0.25)',
|
|
1963
|
-
light: 'rgba(255, 255, 255, 0.90)'
|
|
1964
|
-
fullscreenLoader: 'rgba(0, 0, 0, 0.25)'
|
|
1963
|
+
light: 'rgba(255, 255, 255, 0.90)'
|
|
1965
1964
|
}
|
|
1966
1965
|
};
|
|
1967
1966
|
|
|
@@ -4321,7 +4320,8 @@ const createKittNativeBaseCustomTheme = theme => {
|
|
|
4321
4320
|
const extendedTheme = nativeBase.extendTheme({
|
|
4322
4321
|
colors: {
|
|
4323
4322
|
kitt: { ...theme.colors,
|
|
4324
|
-
typography: theme.typography.colors
|
|
4323
|
+
typography: theme.typography.colors,
|
|
4324
|
+
palettes: theme.palettes
|
|
4325
4325
|
}
|
|
4326
4326
|
},
|
|
4327
4327
|
radii: {
|