@phillips/seldon 1.214.0-beta.6 → 1.214.0-beta.7

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.
@@ -71,16 +71,23 @@ const A = k(
71
71
  ) : null,
72
72
  _ ? /* @__PURE__ */ e(s, { className: `${a}__model`, variant: l.headingExtraSmall, element: "span", children: _ }) : null
73
73
  ] }),
74
- O ? /* @__PURE__ */ e(L, { hasSeparators: !0, className: `${a}__estimate ${a}__section`, children: /* @__PURE__ */ e(
75
- R,
74
+ O ? /* @__PURE__ */ e(
75
+ L,
76
76
  {
77
- className: `${a}__estimate__label`,
78
- label: g,
79
- value: n || t,
80
- hasWrap: !1,
81
- variant: W.sm
77
+ hasSeparators: !0,
78
+ className: `${a}__estimate ${a}__section`,
79
+ variant: W.sm,
80
+ children: /* @__PURE__ */ e(
81
+ R,
82
+ {
83
+ className: `${a}__estimate__label`,
84
+ label: g,
85
+ value: n || t,
86
+ hasWrap: !1
87
+ }
88
+ )
82
89
  }
83
- ) }) : null,
90
+ ) : null,
84
91
  /* @__PURE__ */ e("div", { className: `${a}__section`, children: $ })
85
92
  ] })
86
93
  ] });
@@ -60,6 +60,7 @@ $num_icons: 5;
60
60
  align-items: center;
61
61
  border-top: 1px solid $grey-50;
62
62
  display: flex;
63
+ flex-direction: row;
63
64
  gap: 0 $icon_gap;
64
65
  justify-content: flex-start;
65
66
  list-style: none;
@@ -8,6 +8,12 @@
8
8
  margin: $spacing-lg 0 0;
9
9
  max-width: 100%;
10
10
 
11
+ ul {
12
+ display: flex;
13
+ flex-direction: column;
14
+ gap: $spacing-micro;
15
+ }
16
+
11
17
  &__links {
12
18
  display: flex;
13
19
  flex-direction: column;
@@ -94,6 +100,12 @@
94
100
  @include media($size-md) {
95
101
  cursor: unset;
96
102
  }
103
+
104
+ &__text {
105
+ @include text($linkStylised);
106
+
107
+ text-transform: uppercase;
108
+ }
97
109
  }
98
110
 
99
111
  &__border-bottom {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.214.0-beta.6",
3
+ "version": "1.214.0-beta.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"