@phillips/seldon 1.133.1 → 1.133.2

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.
@@ -3,7 +3,7 @@ export interface ObjectTileProps extends ComponentProps<'a'> {
3
3
  /**
4
4
  * Optional Object badge.
5
5
  */
6
- badgeText?: string;
6
+ badgeText?: string | React.ReactNode;
7
7
  /**
8
8
  * Optional Element to render at the top level.
9
9
  */
@@ -59,11 +59,11 @@ export interface ObjectTileProps extends ComponentProps<'a'> {
59
59
  /**
60
60
  * Object Maker name.
61
61
  */
62
- makerText?: string;
62
+ makerText?: string | React.ReactNode;
63
63
  /**
64
64
  * Object Model text.
65
65
  */
66
- modelText?: string;
66
+ modelText?: string | React.ReactNode;
67
67
  /**
68
68
  * Object reference number.
69
69
  */
@@ -71,7 +71,7 @@ export interface ObjectTileProps extends ComponentProps<'a'> {
71
71
  /**
72
72
  * Object title.
73
73
  */
74
- titleText?: string;
74
+ titleText?: string | React.ReactNode;
75
75
  /**
76
76
  * Withdrawn Text
77
77
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.133.1",
3
+ "version": "1.133.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"