@digital-ai/dot-components 3.18.0 → 3.18.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.
Files changed (2) hide show
  1. package/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3949,7 +3949,7 @@ const styledListItemElement = elementType => {
3949
3949
  .left-arrow {
3950
3950
  width: 3px;
3951
3951
  background-color: ${({
3952
- leftBorderAndArrow: color
3952
+ $leftBorderAndArrowColor: color
3953
3953
  }) => {
3954
3954
  return color && theme.palette.avatarColors[color] ? theme.palette.avatarColors[color].backgroundColor : theme.palette.figma.typography.disabled; // grey
3955
3955
  }};
@@ -4169,7 +4169,7 @@ const DotListItem = ({
4169
4169
  "data-testid": dataTestId,
4170
4170
  divider: divider,
4171
4171
  href: onClick ? null : href,
4172
- leftBorderAndArrow: leftBorderAndArrow,
4172
+ "$leftBorderAndArrowColor": leftBorderAndArrow,
4173
4173
  onClick: !isLink ? handleClick : null,
4174
4174
  onKeyDown: onKeyDown,
4175
4175
  role: ariaRole,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "3.18.0",
3
+ "version": "3.18.1",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [