@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
|
@@ -1427,8 +1427,7 @@ const colors = {
|
|
|
1427
1427
|
disabled: lateOceanColorPalette.black50,
|
|
1428
1428
|
overlay: {
|
|
1429
1429
|
dark: 'rgba(41, 48, 51, 0.25)',
|
|
1430
|
-
light: 'rgba(255, 255, 255, 0.90)'
|
|
1431
|
-
fullscreenLoader: 'rgba(0, 0, 0, 0.25)'
|
|
1430
|
+
light: 'rgba(255, 255, 255, 0.90)'
|
|
1432
1431
|
}
|
|
1433
1432
|
};
|
|
1434
1433
|
|
|
@@ -3762,7 +3761,8 @@ const createKittNativeBaseCustomTheme = theme => {
|
|
|
3762
3761
|
const extendedTheme = nativeBase.extendTheme({
|
|
3763
3762
|
colors: {
|
|
3764
3763
|
kitt: { ...theme.colors,
|
|
3765
|
-
typography: theme.typography.colors
|
|
3764
|
+
typography: theme.typography.colors,
|
|
3765
|
+
palettes: theme.palettes
|
|
3766
3766
|
}
|
|
3767
3767
|
},
|
|
3768
3768
|
radii: {
|