@phillips/seldon 1.36.0 → 1.37.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.
@@ -8,6 +8,50 @@
8
8
  margin: $spacing-lg 0 0;
9
9
  width: 100%;
10
10
 
11
+ &-desktop {
12
+ display: none;
13
+
14
+ div {
15
+ flex: 1;
16
+ max-width: 18rem;
17
+ padding: 1rem;
18
+
19
+ h4 {
20
+ color: $pure-black;
21
+ font-family: $Distinct;
22
+ font-size: 1rem;
23
+ font-weight: 600;
24
+ letter-spacing: 0.0625rem;
25
+ margin-bottom: 0;
26
+ padding-bottom: 0.5rem;
27
+ }
28
+
29
+ ul {
30
+ li {
31
+ a {
32
+ font-size: 0.875rem;
33
+ font-weight: 500;
34
+ line-height: 1.875rem;
35
+
36
+ &:hover {
37
+ text-decoration: underline;
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ @include media($size-sm) {
46
+ &-desktop {
47
+ display: flex;
48
+ }
49
+
50
+ &-mobile {
51
+ display: none;
52
+ }
53
+ }
54
+
11
55
  .#{$px}-accordion {
12
56
  border-bottom: 1px solid #eae8e4;
13
57
  border-top: 1px solid #eae8e4;
@@ -56,7 +100,6 @@
56
100
  .#{$px}-accordion {
57
101
  border-bottom: 0;
58
102
  border-top: 0;
59
- display: flex;
60
103
  width: 100%;
61
104
 
62
105
  &-item {
@@ -47,6 +47,7 @@
47
47
  font-family: $Distinct;
48
48
  font-size: 1rem;
49
49
  font-weight: 600;
50
+ letter-spacing: 0.0625rem;
50
51
  margin-bottom: 0.75rem;
51
52
  }
52
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"
@@ -76,6 +76,7 @@
76
76
  "@vitest/coverage-v8": "^1.6.0",
77
77
  "color": "^4.2.3",
78
78
  "eslint": "^8.57.0",
79
+ "eslint-plugin-local-rules": "^3.0.2",
79
80
  "eslint-plugin-react": "^7.34.3",
80
81
  "eslint-plugin-react-hooks": "^4.6.2",
81
82
  "eslint-plugin-react-refresh": "^0.4.9",