kui-crm 0.0.526 → 0.0.527

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.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3188,7 +3188,7 @@ type TableCellWithUserProps = {
3188
3188
  avatarSize?: AvatarSizes
3189
3189
  spacing?: number
3190
3190
  onlyRole?: boolean
3191
- label?: string
3191
+ label?: string | ReactNode
3192
3192
  link?: string
3193
3193
  withoutAvatar?: boolean
3194
3194
  withHiddenFullName?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.526",
3
+ "version": "0.0.527",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",