@zohodesk/dot 1.0.0-temp-187.20 → 1.0.0-temp-187.21

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.
@@ -90,7 +90,7 @@ export default class StatusListItem extends React.Component {
90
90
  "aria-label": ariaLabel,
91
91
  "data-a11y-inset-focus": insetFocus,
92
92
  isCover: false,
93
- align: "center",
93
+ align: "vertical",
94
94
  alignBox: "row",
95
95
  className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''} ${customClass}`,
96
96
  dataId: String(value).replace("'", '_'),
@@ -135,7 +135,7 @@ var StatusListItem = /*#__PURE__*/function (_React$Component) {
135
135
  "aria-label": ariaLabel,
136
136
  "data-a11y-inset-focus": insetFocus,
137
137
  isCover: false,
138
- align: "center",
138
+ align: "vertical",
139
139
  alignBox: "row",
140
140
  className: "".concat(_StatusListItemModule["default"].list, " ").concat(_StatusListItemModule["default"][size], " ").concat(_StatusListItemModule["default"][palette], " ").concat(active ? _StatusListItemModule["default"].active : highlight && !isDisabled ? _StatusListItemModule["default"].hover : '', " ").concat(autoHover && !isDisabled ? _StatusListItemModule["default"].effect : '', " ").concat(needTick ? _StatusListItemModule["default"].withTick : '', " ").concat(isDisabled ? (0, _CssProvider["default"])('isDisable') : '', " ").concat(needBorder ? _StatusListItemModule["default"].withBorder : '', " ").concat(customClass),
141
141
  dataId: String(value).replace("'", '_'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-187.20",
3
+ "version": "1.0.0-temp-187.21",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,