@phillips/seldon 1.199.0 → 1.200.0

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.
@@ -59,9 +59,9 @@ export interface BidSnapshotProps extends ComponentProps<'div'> {
59
59
  */
60
60
  startingBidText?: string;
61
61
  /**
62
- * Determines whether to show or hide sold price
62
+ * Determines whether to show or hide sold label and price
63
63
  */
64
- showSoldPrice?: boolean;
64
+ showSoldLabel?: boolean;
65
65
  /**
66
66
  * Sold For amount
67
67
  * */
@@ -30,7 +30,7 @@ const Y = (o) => o === 1 ? `${o} bid` : `${o} bids`, Z = q(
30
30
  startingBid: u,
31
31
  startingBidText: M = "Starting bid",
32
32
  soldPrice: $,
33
- showSoldPrice: j = !0,
33
+ showSoldLabel: j = !0,
34
34
  soldForText: E = "Sold for",
35
35
  wonForText: P = "Won for",
36
36
  getCurrentDateTime: b = () => /* @__PURE__ */ new Date(),
@@ -47,7 +47,7 @@ declare const meta: {
47
47
  startingBidText: {
48
48
  control: "text";
49
49
  };
50
- showSoldPrice: {
50
+ showSoldLabel: {
51
51
  control: "boolean";
52
52
  };
53
53
  soldPrice: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.199.0",
3
+ "version": "1.200.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"