@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.web.js
CHANGED
|
@@ -1019,7 +1019,7 @@ var webAnimationDuration = '200ms';
|
|
|
1019
1019
|
var webAnimationTimingFunction = 'ease-in-out';
|
|
1020
1020
|
var webAnimationProperties = ['border-color', 'background-color'];
|
|
1021
1021
|
var input = {
|
|
1022
|
-
|
|
1022
|
+
height: 40,
|
|
1023
1023
|
color: {
|
|
1024
1024
|
selection: lateOceanColorPalette['violine.9'],
|
|
1025
1025
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -1034,7 +1034,7 @@ var input = {
|
|
|
1034
1034
|
},
|
|
1035
1035
|
padding: {
|
|
1036
1036
|
horizontal: 16,
|
|
1037
|
-
vertical:
|
|
1037
|
+
vertical: 6
|
|
1038
1038
|
},
|
|
1039
1039
|
transition: {
|
|
1040
1040
|
properties: webAnimationProperties,
|
|
@@ -7805,7 +7805,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7805
7805
|
}
|
|
7806
7806
|
},
|
|
7807
7807
|
datePicker: {
|
|
7808
|
-
|
|
7808
|
+
height: theme.forms.input.height,
|
|
7809
7809
|
day: {
|
|
7810
7810
|
minWidth: theme.forms.datePicker.day.minWidth
|
|
7811
7811
|
},
|
|
@@ -7817,7 +7817,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
7817
7817
|
}
|
|
7818
7818
|
},
|
|
7819
7819
|
input: {
|
|
7820
|
-
|
|
7820
|
+
height: theme.forms.input.height
|
|
7821
7821
|
},
|
|
7822
7822
|
radioButtonGroup: {
|
|
7823
7823
|
item: {
|
|
@@ -8610,7 +8610,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
8610
8610
|
Input: {
|
|
8611
8611
|
baseStyle: {
|
|
8612
8612
|
width: '100%',
|
|
8613
|
-
|
|
8613
|
+
height: theme.forms.input.height,
|
|
8614
8614
|
py: theme.forms.input.padding.vertical,
|
|
8615
8615
|
px: theme.forms.input.padding.horizontal,
|
|
8616
8616
|
borderRadius: theme.forms.input.borderRadius,
|