@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
|
@@ -1001,7 +1001,7 @@ const webAnimationDuration = '200ms';
|
|
|
1001
1001
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
1002
1002
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
1003
1003
|
const input = {
|
|
1004
|
-
|
|
1004
|
+
height: 40,
|
|
1005
1005
|
color: {
|
|
1006
1006
|
selection: lateOceanColorPalette['violine.9'],
|
|
1007
1007
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1016,7 +1016,7 @@ const input = {
|
|
|
1016
1016
|
},
|
|
1017
1017
|
padding: {
|
|
1018
1018
|
horizontal: 16,
|
|
1019
|
-
vertical:
|
|
1019
|
+
vertical: 6
|
|
1020
1020
|
},
|
|
1021
1021
|
transition: {
|
|
1022
1022
|
properties: webAnimationProperties,
|
|
@@ -7667,7 +7667,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7667
7667
|
}
|
|
7668
7668
|
},
|
|
7669
7669
|
datePicker: {
|
|
7670
|
-
|
|
7670
|
+
height: theme.forms.input.height,
|
|
7671
7671
|
day: {
|
|
7672
7672
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
7673
7673
|
},
|
|
@@ -7679,7 +7679,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7679
7679
|
}
|
|
7680
7680
|
},
|
|
7681
7681
|
input: {
|
|
7682
|
-
|
|
7682
|
+
height: theme.forms.input.height
|
|
7683
7683
|
},
|
|
7684
7684
|
radioButtonGroup: {
|
|
7685
7685
|
item: {
|
|
@@ -8477,7 +8477,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8477
8477
|
Input: {
|
|
8478
8478
|
baseStyle: {
|
|
8479
8479
|
width: '100%',
|
|
8480
|
-
|
|
8480
|
+
height: theme.forms.input.height,
|
|
8481
8481
|
py: theme.forms.input.padding.vertical,
|
|
8482
8482
|
px: theme.forms.input.padding.horizontal,
|
|
8483
8483
|
borderRadius: theme.forms.input.borderRadius,
|