@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
|
@@ -1005,7 +1005,7 @@ const webAnimationDuration = '200ms';
|
|
|
1005
1005
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
1006
1006
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
1007
1007
|
const input = {
|
|
1008
|
-
|
|
1008
|
+
height: 40,
|
|
1009
1009
|
color: {
|
|
1010
1010
|
selection: lateOceanColorPalette['violine.9'],
|
|
1011
1011
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1020,7 +1020,7 @@ const input = {
|
|
|
1020
1020
|
},
|
|
1021
1021
|
padding: {
|
|
1022
1022
|
horizontal: 16,
|
|
1023
|
-
vertical:
|
|
1023
|
+
vertical: 6
|
|
1024
1024
|
},
|
|
1025
1025
|
transition: {
|
|
1026
1026
|
properties: webAnimationProperties,
|
|
@@ -8315,7 +8315,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8315
8315
|
}
|
|
8316
8316
|
},
|
|
8317
8317
|
datePicker: {
|
|
8318
|
-
|
|
8318
|
+
height: theme.forms.input.height,
|
|
8319
8319
|
day: {
|
|
8320
8320
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
8321
8321
|
},
|
|
@@ -8327,7 +8327,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8327
8327
|
}
|
|
8328
8328
|
},
|
|
8329
8329
|
input: {
|
|
8330
|
-
|
|
8330
|
+
height: theme.forms.input.height
|
|
8331
8331
|
},
|
|
8332
8332
|
radioButtonGroup: {
|
|
8333
8333
|
item: {
|
|
@@ -9125,7 +9125,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9125
9125
|
Input: {
|
|
9126
9126
|
baseStyle: {
|
|
9127
9127
|
width: '100%',
|
|
9128
|
-
|
|
9128
|
+
height: theme.forms.input.height,
|
|
9129
9129
|
py: theme.forms.input.padding.vertical,
|
|
9130
9130
|
px: theme.forms.input.padding.horizontal,
|
|
9131
9131
|
borderRadius: theme.forms.input.borderRadius,
|