@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
|
@@ -639,10 +639,6 @@ const button = {
|
|
|
639
639
|
default: 40,
|
|
640
640
|
medium: 48
|
|
641
641
|
},
|
|
642
|
-
minHeight: {
|
|
643
|
-
default: 40,
|
|
644
|
-
medium: 48
|
|
645
|
-
},
|
|
646
642
|
maxHeight: 48,
|
|
647
643
|
icon: {
|
|
648
644
|
medium: {
|
|
@@ -2097,8 +2093,8 @@ const typography = {
|
|
|
2097
2093
|
allowedFontWeights: ['semibold']
|
|
2098
2094
|
},
|
|
2099
2095
|
'heading-l': {
|
|
2100
|
-
fontSize:
|
|
2101
|
-
lineHeight:
|
|
2096
|
+
fontSize: 40,
|
|
2097
|
+
lineHeight: 48,
|
|
2102
2098
|
allowedFontWeights: ['semibold']
|
|
2103
2099
|
},
|
|
2104
2100
|
'heading-m': {
|
|
@@ -2107,19 +2103,14 @@ const typography = {
|
|
|
2107
2103
|
allowedFontWeights: ['semibold']
|
|
2108
2104
|
},
|
|
2109
2105
|
'heading-s': {
|
|
2110
|
-
fontSize:
|
|
2111
|
-
lineHeight:
|
|
2112
|
-
allowedFontWeights: ['
|
|
2106
|
+
fontSize: 18,
|
|
2107
|
+
lineHeight: 20,
|
|
2108
|
+
allowedFontWeights: ['regular', 'bold']
|
|
2113
2109
|
},
|
|
2114
2110
|
'heading-xs': {
|
|
2115
|
-
fontSize: 20,
|
|
2116
|
-
lineHeight: 24,
|
|
2117
|
-
allowedFontWeights: ['semibold']
|
|
2118
|
-
},
|
|
2119
|
-
'heading-xxs': {
|
|
2120
2111
|
fontSize: 16,
|
|
2121
|
-
lineHeight:
|
|
2122
|
-
allowedFontWeights: ['
|
|
2112
|
+
lineHeight: 18,
|
|
2113
|
+
allowedFontWeights: ['regular', 'bold']
|
|
2123
2114
|
}
|
|
2124
2115
|
}
|
|
2125
2116
|
},
|
|
@@ -2186,17 +2177,17 @@ const typography = {
|
|
|
2186
2177
|
configs: {
|
|
2187
2178
|
'label-large': {
|
|
2188
2179
|
fontSize: 16,
|
|
2189
|
-
lineHeight:
|
|
2180
|
+
lineHeight: 24,
|
|
2190
2181
|
allowedFontWeights: ['semibold']
|
|
2191
2182
|
},
|
|
2192
2183
|
'label-medium': {
|
|
2193
2184
|
fontSize: 14,
|
|
2194
|
-
lineHeight:
|
|
2185
|
+
lineHeight: 20,
|
|
2195
2186
|
allowedFontWeights: ['semibold']
|
|
2196
2187
|
},
|
|
2197
2188
|
'label-small': {
|
|
2198
2189
|
fontSize: 12,
|
|
2199
|
-
lineHeight:
|
|
2190
|
+
lineHeight: 16,
|
|
2200
2191
|
allowedFontWeights: ['semibold']
|
|
2201
2192
|
}
|
|
2202
2193
|
}
|