@bitrise/bitkit 12.119.0 → 12.120.0
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/package.json
CHANGED
|
@@ -1176,16 +1176,16 @@
|
|
|
1176
1176
|
"fontSize": "3",
|
|
1177
1177
|
"textDecoration": "underline"
|
|
1178
1178
|
},
|
|
1179
|
-
"comp/
|
|
1179
|
+
"comp/data/sm": {
|
|
1180
1180
|
"lineHeight": "size-3",
|
|
1181
1181
|
"fontSize": "3"
|
|
1182
1182
|
},
|
|
1183
|
-
"comp/
|
|
1183
|
+
"comp/data/md": {
|
|
1184
1184
|
"fontWeight": "semibold",
|
|
1185
1185
|
"lineHeight": "size-5",
|
|
1186
1186
|
"fontSize": "5"
|
|
1187
1187
|
},
|
|
1188
|
-
"comp/
|
|
1188
|
+
"comp/data/lg": {
|
|
1189
1189
|
"fontWeight": "semibold",
|
|
1190
1190
|
"lineHeight": "size-6",
|
|
1191
1191
|
"fontSize": "6"
|