@ornikar/kitt-universal 23.2.4 → 23.2.7
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 +25 -0
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +3 -3
- package/dist/definitions/themes/late-ocean/input.d.ts +1 -1
- package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +11 -11
- package/dist/index-metro.es.android.js +5 -5
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +5 -5
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +5 -5
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +5 -5
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +5 -5
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +5 -5
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +5 -5
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +2 -2
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +2 -2
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.js +2 -2
- package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.web.js +2 -2
- package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-20.10.es.mjs +2 -2
- package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
- package/dist/linaria-themes-node-20.10.es.web.mjs +2 -2
- package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +2 -2
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +2 -2
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1006,7 +1006,7 @@ const webAnimationDuration = '200ms';
|
|
|
1006
1006
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
1007
1007
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
1008
1008
|
const input = {
|
|
1009
|
-
|
|
1009
|
+
height: 40,
|
|
1010
1010
|
color: {
|
|
1011
1011
|
selection: lateOceanColorPalette['violine.9'],
|
|
1012
1012
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1021,7 +1021,7 @@ const input = {
|
|
|
1021
1021
|
},
|
|
1022
1022
|
padding: {
|
|
1023
1023
|
horizontal: 16,
|
|
1024
|
-
vertical:
|
|
1024
|
+
vertical: 6
|
|
1025
1025
|
},
|
|
1026
1026
|
transition: {
|
|
1027
1027
|
properties: webAnimationProperties,
|
|
@@ -7672,7 +7672,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7672
7672
|
}
|
|
7673
7673
|
},
|
|
7674
7674
|
datePicker: {
|
|
7675
|
-
|
|
7675
|
+
height: theme.forms.input.height,
|
|
7676
7676
|
day: {
|
|
7677
7677
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
7678
7678
|
},
|
|
@@ -7684,7 +7684,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7684
7684
|
}
|
|
7685
7685
|
},
|
|
7686
7686
|
input: {
|
|
7687
|
-
|
|
7687
|
+
height: theme.forms.input.height
|
|
7688
7688
|
},
|
|
7689
7689
|
radioButtonGroup: {
|
|
7690
7690
|
item: {
|
|
@@ -8482,7 +8482,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8482
8482
|
Input: {
|
|
8483
8483
|
baseStyle: {
|
|
8484
8484
|
width: '100%',
|
|
8485
|
-
|
|
8485
|
+
height: theme.forms.input.height,
|
|
8486
8486
|
py: theme.forms.input.padding.vertical,
|
|
8487
8487
|
px: theme.forms.input.padding.horizontal,
|
|
8488
8488
|
borderRadius: theme.forms.input.borderRadius,
|