@khanacademy/wonder-blocks-cell
Advanced tools
Comparing version 2.2.0 to 2.2.1
# @khanacademy/wonder-blocks-cell | ||
## 2.2.1 | ||
### Patch Changes | ||
- eadd9c0d: Fix top vertical alignment between accessories and content | ||
## 2.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -19,3 +19,3 @@ import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/objectWithoutPropertiesLoose'; | ||
cellPadding: { | ||
paddingVertical: Spacing.xSmall_8, | ||
paddingVertical: Spacing.small_12, | ||
paddingHorizontal: Spacing.medium_16 | ||
@@ -28,3 +28,3 @@ }, | ||
detailCellPadding: { | ||
paddingVertical: Spacing.small_12, | ||
paddingVertical: Spacing.medium_16, | ||
paddingHorizontal: Spacing.medium_16 | ||
@@ -34,7 +34,2 @@ }, | ||
/** | ||
* The extra vertical spacing added to the title/content wrapper. | ||
*/ | ||
contentVerticalSpacing: Spacing.xxxSmall_4, | ||
/** | ||
* The horizontal spacing between the left and right accessory. | ||
@@ -213,4 +208,3 @@ */ | ||
alignSelf: "center", | ||
overflowWrap: "break-word", | ||
padding: `${CellMeasurements.contentVerticalSpacing}px 0` | ||
overflowWrap: "break-word" | ||
}, | ||
@@ -217,0 +211,0 @@ accessory: { |
@@ -129,3 +129,3 @@ module.exports = | ||
cellPadding: { | ||
paddingVertical: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.xSmall_8, | ||
paddingVertical: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.small_12, | ||
paddingHorizontal: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.medium_16 | ||
@@ -138,3 +138,3 @@ }, | ||
detailCellPadding: { | ||
paddingVertical: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.small_12, | ||
paddingVertical: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.medium_16, | ||
paddingHorizontal: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.medium_16 | ||
@@ -144,7 +144,2 @@ }, | ||
/** | ||
* The extra vertical spacing added to the title/content wrapper. | ||
*/ | ||
contentVerticalSpacing: _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_2___default.a.xxxSmall_4, | ||
/** | ||
* The horizontal spacing between the left and right accessory. | ||
@@ -378,4 +373,3 @@ */ | ||
alignSelf: "center", | ||
overflowWrap: "break-word", | ||
padding: `${_common_js__WEBPACK_IMPORTED_MODULE_7__[/* CellMeasurements */ "a"].contentVerticalSpacing}px 0` | ||
overflowWrap: "break-word" | ||
}, | ||
@@ -382,0 +376,0 @@ accessory: { |
{ | ||
"name": "@khanacademy/wonder-blocks-cell", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"design": "v1", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -113,2 +113,3 @@ // @flow | ||
minWidth: Spacing.xxLarge_48, | ||
alignSelf: "flex-start", | ||
}} | ||
@@ -115,0 +116,0 @@ rightAccessory={<Icon icon={icons.caretRight} size="small" />} |
@@ -232,3 +232,2 @@ // @flow | ||
overflowWrap: "break-word", | ||
padding: `${CellMeasurements.contentVerticalSpacing}px 0`, | ||
}, | ||
@@ -235,0 +234,0 @@ |
@@ -17,3 +17,3 @@ // @flow | ||
cellPadding: { | ||
paddingVertical: Spacing.xSmall_8, | ||
paddingVertical: Spacing.small_12, | ||
paddingHorizontal: Spacing.medium_16, | ||
@@ -26,3 +26,3 @@ }, | ||
detailCellPadding: { | ||
paddingVertical: Spacing.small_12, | ||
paddingVertical: Spacing.medium_16, | ||
paddingHorizontal: Spacing.medium_16, | ||
@@ -32,7 +32,2 @@ }, | ||
/** | ||
* The extra vertical spacing added to the title/content wrapper. | ||
*/ | ||
contentVerticalSpacing: Spacing.xxxSmall_4, | ||
/** | ||
* The horizontal spacing between the left and right accessory. | ||
@@ -39,0 +34,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93786
2418