@ornikar/kitt-universal 32.5.1-canary.fa4369620bc01acac1d789322911d6bc321a3a45.0 → 32.5.1
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 +2 -14
- package/dist/definitions/Button/AnimatedContainer.d.ts.map +1 -1
- package/dist/definitions/Button/AnimatedContainer.web.d.ts.map +1 -1
- package/dist/definitions/Button/Button.d.ts.map +1 -1
- package/dist/definitions/Picker/Picker.web.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +3 -9
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +0 -5
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/button.d.ts +0 -3
- package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/picker.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/typography.d.ts +0 -5
- package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +1 -1
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +14 -31
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +14 -31
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +14 -31
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +22 -4
- package/dist/index-node-22.17.cjs.web.js +38 -55
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +14 -31
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +22 -4
- package/dist/index-node-22.17.es.web.mjs +38 -55
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +14 -31
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +38 -55
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +10 -19
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +10 -19
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +10 -19
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +10 -19
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +10 -19
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +10 -19
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +10 -19
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +10 -19
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +22 -4
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -638,10 +638,6 @@ const button = {
|
|
|
638
638
|
default: 40,
|
|
639
639
|
medium: 48
|
|
640
640
|
},
|
|
641
|
-
minHeight: {
|
|
642
|
-
default: 40,
|
|
643
|
-
medium: 48
|
|
644
|
-
},
|
|
645
641
|
maxHeight: 48,
|
|
646
642
|
icon: {
|
|
647
643
|
medium: {
|
|
@@ -2096,8 +2092,8 @@ const typography = {
|
|
|
2096
2092
|
allowedFontWeights: ['semibold']
|
|
2097
2093
|
},
|
|
2098
2094
|
'heading-l': {
|
|
2099
|
-
fontSize:
|
|
2100
|
-
lineHeight:
|
|
2095
|
+
fontSize: 40,
|
|
2096
|
+
lineHeight: 48,
|
|
2101
2097
|
allowedFontWeights: ['semibold']
|
|
2102
2098
|
},
|
|
2103
2099
|
'heading-m': {
|
|
@@ -2106,19 +2102,14 @@ const typography = {
|
|
|
2106
2102
|
allowedFontWeights: ['semibold']
|
|
2107
2103
|
},
|
|
2108
2104
|
'heading-s': {
|
|
2109
|
-
fontSize:
|
|
2110
|
-
lineHeight:
|
|
2111
|
-
allowedFontWeights: ['
|
|
2105
|
+
fontSize: 18,
|
|
2106
|
+
lineHeight: 20,
|
|
2107
|
+
allowedFontWeights: ['regular', 'bold']
|
|
2112
2108
|
},
|
|
2113
2109
|
'heading-xs': {
|
|
2114
|
-
fontSize: 20,
|
|
2115
|
-
lineHeight: 24,
|
|
2116
|
-
allowedFontWeights: ['semibold']
|
|
2117
|
-
},
|
|
2118
|
-
'heading-xxs': {
|
|
2119
2110
|
fontSize: 16,
|
|
2120
|
-
lineHeight:
|
|
2121
|
-
allowedFontWeights: ['
|
|
2111
|
+
lineHeight: 18,
|
|
2112
|
+
allowedFontWeights: ['regular', 'bold']
|
|
2122
2113
|
}
|
|
2123
2114
|
}
|
|
2124
2115
|
},
|
|
@@ -2185,17 +2176,17 @@ const typography = {
|
|
|
2185
2176
|
configs: {
|
|
2186
2177
|
'label-large': {
|
|
2187
2178
|
fontSize: 16,
|
|
2188
|
-
lineHeight:
|
|
2179
|
+
lineHeight: 24,
|
|
2189
2180
|
allowedFontWeights: ['semibold']
|
|
2190
2181
|
},
|
|
2191
2182
|
'label-medium': {
|
|
2192
2183
|
fontSize: 14,
|
|
2193
|
-
lineHeight:
|
|
2184
|
+
lineHeight: 20,
|
|
2194
2185
|
allowedFontWeights: ['semibold']
|
|
2195
2186
|
},
|
|
2196
2187
|
'label-small': {
|
|
2197
2188
|
fontSize: 12,
|
|
2198
|
-
lineHeight:
|
|
2189
|
+
lineHeight: 16,
|
|
2199
2190
|
allowedFontWeights: ['semibold']
|
|
2200
2191
|
}
|
|
2201
2192
|
}
|