@phillips/seldon 1.129.1 → 1.130.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.
@@ -1,4 +1,4 @@
1
- import { __module as t } from "../../_virtual/index5.js";
1
+ import { __module as t } from "../../_virtual/index6.js";
2
2
  /*!
3
3
  Copyright (c) 2015 Jed Watson.
4
4
  Based on code that is Copyright 2013-2015, Facebook, Inc.
@@ -1,4 +1,4 @@
1
- import { __module as e } from "../../../../_virtual/index6.js";
1
+ import { __module as e } from "../../../../_virtual/index5.js";
2
2
  import { __require as o } from "./cjs/react-is.production.min.js";
3
3
  import { __require as t } from "./cjs/react-is.development.js";
4
4
  var r;
@@ -51,13 +51,13 @@ const w = z(
51
51
  ),
52
52
  t ? null : /* @__PURE__ */ a(i, { className: `${e}__badge`, variant: l.badge, children: p }),
53
53
  /* @__PURE__ */ s("div", { className: `${e}__lot-number-like`, children: [
54
- /* @__PURE__ */ a(i, { className: `${e}__lot-number`, variant: l.heading3, element: "p", children: S }),
54
+ /* @__PURE__ */ a(i, { className: `${e}__lot-number`, variant: l.heading4, element: "p", children: S }),
55
55
  m && /* @__PURE__ */ a("div", { className: `${e}__lot-badge`, children: /* @__PURE__ */ a(m, {}) }),
56
56
  o && /* @__PURE__ */ a(o, {})
57
57
  ] }),
58
58
  t ? /* @__PURE__ */ a(i, { className: `${e}__withdrawn`, variant: l.heading4, children: t }) : /* @__PURE__ */ s(O, { children: [
59
59
  /* @__PURE__ */ s("div", { className: `${e}__meta`, children: [
60
- c ? /* @__PURE__ */ a(i, { className: `${e}__maker`, variant: l.heading3, children: c }) : null,
60
+ c ? /* @__PURE__ */ a(i, { className: `${e}__maker`, variant: l.heading4, children: c }) : null,
61
61
  h ? /* @__PURE__ */ a(
62
62
  i,
63
63
  {
@@ -327,7 +327,7 @@ $snowflake-menu-padding: 1.25rem;
327
327
  --spacing-xxxl: 5.75rem;
328
328
 
329
329
  @media (min-width: $breakpoint-md) {
330
- --snw-button-padding: 0.9375rem;
330
+ --snw-button-padding: 0.8125rem;
331
331
  --spacing-micro: 0.25rem;
332
332
  --spacing-xsm: 0.5rem;
333
333
  --spacing-sm: 1rem;
@@ -339,7 +339,7 @@ $snowflake-menu-padding: 1.25rem;
339
339
  }
340
340
 
341
341
  @media (min-width: $breakpoint-xl) {
342
- --snw-button-padding: 1.0625rem;
342
+ --snw-button-padding: 0.813rem;
343
343
  --spacing-micro: 0.5rem;
344
344
  --spacing-xsm: 0.75rem;
345
345
  --spacing-sm: 1.25rem;
@@ -34,6 +34,9 @@
34
34
  }
35
35
 
36
36
  &__lot-number-like {
37
+ align-items: center;
38
+ display: flex;
39
+ margin-bottom: $spacing-xsm;
37
40
  position: relative;
38
41
 
39
42
  & > :not(.#{$px}-object-tile__lot-number):not(.#{$px}-object-tile__lot-badge) {
@@ -47,7 +50,6 @@
47
50
  display: inline-block;
48
51
  padding-left: $spacing-xsm;
49
52
  position: relative;
50
- transform: translateY(15%);
51
53
 
52
54
  svg {
53
55
  height: 100%;
@@ -62,7 +64,8 @@
62
64
 
63
65
  & .#{$px}-object-tile__lot-number {
64
66
  display: inline-block;
65
- margin-bottom: $spacing-xsm;
67
+ margin-bottom: 0;
68
+ padding-top: 2px;
66
69
  }
67
70
 
68
71
  & .#{$px}-object-tile__maker,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.129.1",
3
+ "version": "1.130.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"