@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
|
@@ -1008,7 +1008,7 @@ const webAnimationDuration = '200ms';
|
|
|
1008
1008
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
1009
1009
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
1010
1010
|
const input = {
|
|
1011
|
-
|
|
1011
|
+
height: 40,
|
|
1012
1012
|
color: {
|
|
1013
1013
|
selection: lateOceanColorPalette['violine.9'],
|
|
1014
1014
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1023,7 +1023,7 @@ const input = {
|
|
|
1023
1023
|
},
|
|
1024
1024
|
padding: {
|
|
1025
1025
|
horizontal: 16,
|
|
1026
|
-
vertical:
|
|
1026
|
+
vertical: 6
|
|
1027
1027
|
},
|
|
1028
1028
|
transition: {
|
|
1029
1029
|
properties: webAnimationProperties,
|
|
@@ -8265,7 +8265,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8265
8265
|
}
|
|
8266
8266
|
},
|
|
8267
8267
|
datePicker: {
|
|
8268
|
-
|
|
8268
|
+
height: theme.forms.input.height,
|
|
8269
8269
|
day: {
|
|
8270
8270
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
8271
8271
|
},
|
|
@@ -8277,7 +8277,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8277
8277
|
}
|
|
8278
8278
|
},
|
|
8279
8279
|
input: {
|
|
8280
|
-
|
|
8280
|
+
height: theme.forms.input.height
|
|
8281
8281
|
},
|
|
8282
8282
|
radioButtonGroup: {
|
|
8283
8283
|
item: {
|
|
@@ -9070,7 +9070,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9070
9070
|
Input: {
|
|
9071
9071
|
baseStyle: {
|
|
9072
9072
|
width: '100%',
|
|
9073
|
-
|
|
9073
|
+
height: theme.forms.input.height,
|
|
9074
9074
|
py: theme.forms.input.padding.vertical,
|
|
9075
9075
|
px: theme.forms.input.padding.horizontal,
|
|
9076
9076
|
borderRadius: theme.forms.input.borderRadius,
|