@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
|
@@ -1027,7 +1027,7 @@ const webAnimationDuration = '200ms';
|
|
|
1027
1027
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
1028
1028
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
1029
1029
|
const input = {
|
|
1030
|
-
|
|
1030
|
+
height: 40,
|
|
1031
1031
|
color: {
|
|
1032
1032
|
selection: lateOceanColorPalette['violine.9'],
|
|
1033
1033
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1042,7 +1042,7 @@ const input = {
|
|
|
1042
1042
|
},
|
|
1043
1043
|
padding: {
|
|
1044
1044
|
horizontal: 16,
|
|
1045
|
-
vertical:
|
|
1045
|
+
vertical: 6
|
|
1046
1046
|
},
|
|
1047
1047
|
transition: {
|
|
1048
1048
|
properties: webAnimationProperties,
|
|
@@ -8337,7 +8337,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8337
8337
|
}
|
|
8338
8338
|
},
|
|
8339
8339
|
datePicker: {
|
|
8340
|
-
|
|
8340
|
+
height: theme.forms.input.height,
|
|
8341
8341
|
day: {
|
|
8342
8342
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
8343
8343
|
},
|
|
@@ -8349,7 +8349,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8349
8349
|
}
|
|
8350
8350
|
},
|
|
8351
8351
|
input: {
|
|
8352
|
-
|
|
8352
|
+
height: theme.forms.input.height
|
|
8353
8353
|
},
|
|
8354
8354
|
radioButtonGroup: {
|
|
8355
8355
|
item: {
|
|
@@ -9147,7 +9147,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9147
9147
|
Input: {
|
|
9148
9148
|
baseStyle: {
|
|
9149
9149
|
width: '100%',
|
|
9150
|
-
|
|
9150
|
+
height: theme.forms.input.height,
|
|
9151
9151
|
py: theme.forms.input.padding.vertical,
|
|
9152
9152
|
px: theme.forms.input.padding.horizontal,
|
|
9153
9153
|
borderRadius: theme.forms.input.borderRadius,
|