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