@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
package/dist/index.es.js
CHANGED
|
@@ -1023,7 +1023,7 @@ var webAnimationDuration = '200ms';
|
|
|
1023
1023
|
var webAnimationTimingFunction = 'ease-in-out';
|
|
1024
1024
|
var webAnimationProperties = ['border-color', 'background-color'];
|
|
1025
1025
|
var input = {
|
|
1026
|
-
|
|
1026
|
+
height: 40,
|
|
1027
1027
|
color: {
|
|
1028
1028
|
selection: lateOceanColorPalette['violine.9'],
|
|
1029
1029
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1038,7 +1038,7 @@ var input = {
|
|
|
1038
1038
|
},
|
|
1039
1039
|
padding: {
|
|
1040
1040
|
horizontal: 16,
|
|
1041
|
-
vertical:
|
|
1041
|
+
vertical: 6
|
|
1042
1042
|
},
|
|
1043
1043
|
transition: {
|
|
1044
1044
|
properties: webAnimationProperties,
|
|
@@ -8530,7 +8530,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8530
8530
|
}
|
|
8531
8531
|
},
|
|
8532
8532
|
datePicker: {
|
|
8533
|
-
|
|
8533
|
+
height: theme.forms.input.height,
|
|
8534
8534
|
day: {
|
|
8535
8535
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
8536
8536
|
},
|
|
@@ -8542,7 +8542,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8542
8542
|
}
|
|
8543
8543
|
},
|
|
8544
8544
|
input: {
|
|
8545
|
-
|
|
8545
|
+
height: theme.forms.input.height
|
|
8546
8546
|
},
|
|
8547
8547
|
radioButtonGroup: {
|
|
8548
8548
|
item: {
|
|
@@ -9335,7 +9335,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9335
9335
|
Input: {
|
|
9336
9336
|
baseStyle: {
|
|
9337
9337
|
width: '100%',
|
|
9338
|
-
|
|
9338
|
+
height: theme.forms.input.height,
|
|
9339
9339
|
py: theme.forms.input.padding.vertical,
|
|
9340
9340
|
px: theme.forms.input.padding.horizontal,
|
|
9341
9341
|
borderRadius: theme.forms.input.borderRadius,
|