@phillips/seldon 1.49.0 → 1.50.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.
@@ -348,6 +348,11 @@ $margin-xxl: var(--spacing-xxl);
348
348
  ///////////////////////
349
349
  $max-site-width: 1560px;
350
350
 
351
+ ////////////////////////
352
+ /// z-index TOKENS:
353
+ ///////////////////////
354
+ $modal-z-index: 30;
355
+
351
356
  ////////////////////////
352
357
  /// height Tokens
353
358
  ///////////////////////
@@ -18,6 +18,7 @@
18
18
  position: fixed;
19
19
  top: 0;
20
20
  width: 100%;
21
+ z-index: $modal-z-index;
21
22
  }
22
23
 
23
24
  &__close {
@@ -92,16 +92,3 @@
92
92
  }
93
93
  }
94
94
  }
95
-
96
- .#{$px}-text--heading3 {
97
- display: none;
98
-
99
- @include isHeaderMobile {
100
- align-items: center;
101
- display: flex;
102
- flex-wrap: wrap;
103
- height: $nav-height;
104
- margin: 0;
105
- padding: 0 $spacing-sm;
106
- }
107
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.49.0",
3
+ "version": "1.50.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"