@phillips/seldon 1.214.0 → 1.216.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.
Files changed (165) hide show
  1. package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
  2. package/dist/components/Accordion/AccordionItem.js +101 -105
  3. package/dist/components/Accordion/types.d.ts +9 -3
  4. package/dist/components/Accordion/types.js +1 -1
  5. package/dist/components/Accordion/utils.d.ts +3 -3
  6. package/dist/components/Accordion/utils.js +7 -7
  7. package/dist/components/AddToCalendar/AddToCalendar.js +24 -25
  8. package/dist/components/Article/Article.js +17 -17
  9. package/dist/components/Breadcrumb/BreadcrumbItem.js +13 -13
  10. package/dist/components/Button/Button.d.ts +4 -0
  11. package/dist/components/Button/Button.js +71 -53
  12. package/dist/components/Button/Button.stories.d.ts +7 -1
  13. package/dist/components/ComboBox/ComboBox.js +33 -29
  14. package/dist/components/ComposedModal/ComposedModal.js +33 -33
  15. package/dist/components/ComposedModal/ComposedModal.stories.d.ts +1 -0
  16. package/dist/components/Countdown/Countdown.js +90 -51
  17. package/dist/components/Countdown/Duration.d.ts +3 -1
  18. package/dist/components/Countdown/Duration.js +17 -9
  19. package/dist/components/Countdown/types.d.ts +2 -1
  20. package/dist/components/Countdown/types.js +1 -1
  21. package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.js +21 -21
  22. package/dist/components/Detail/Detail.d.ts +2 -0
  23. package/dist/components/Detail/Detail.js +27 -16
  24. package/dist/components/Detail/Detail.stories.d.ts +35 -2
  25. package/dist/components/Detail/index.d.ts +1 -0
  26. package/dist/components/Detail/types.d.ts +5 -0
  27. package/dist/components/Detail/types.js +4 -0
  28. package/dist/components/Drawer/DrawerHeader.js +22 -20
  29. package/dist/components/ExitGateCard/ExitGateCard.js +29 -29
  30. package/dist/components/FavoritingTileButton/FavoritingTileButton.js +30 -31
  31. package/dist/components/Filter/Filter.js +36 -34
  32. package/dist/components/Filter/FilterHeader.d.ts +4 -0
  33. package/dist/components/Filter/FilterHeader.js +30 -22
  34. package/dist/components/Input/Input.js +43 -39
  35. package/dist/components/Input/Input.stories.d.ts +16 -0
  36. package/dist/components/Link/Link.js +11 -11
  37. package/dist/components/Link/Link.stories.d.ts +17 -1
  38. package/dist/components/Link/types.d.ts +9 -4
  39. package/dist/components/Link/types.js +3 -3
  40. package/dist/components/LinkBlock/LinkBlock.js +19 -11
  41. package/dist/components/Modal/Modal.d.ts +0 -4
  42. package/dist/components/Modal/Modal.js +6 -6
  43. package/dist/components/Navigation/NavigationItem/NavigationItem.js +31 -23
  44. package/dist/components/Navigation/NavigationItemTrigger/NavigationItemTrigger.js +37 -39
  45. package/dist/components/Navigation/NavigationList/NavigationList.js +5 -5
  46. package/dist/components/Pagination/Pagination.js +22 -21
  47. package/dist/components/ProgressIndicator/ProgressIndicator.js +22 -22
  48. package/dist/components/Search/Search.js +55 -53
  49. package/dist/components/Search/SearchResults/SearchResults.js +16 -16
  50. package/dist/components/Select/Select.d.ts +4 -0
  51. package/dist/components/Select/Select.js +51 -45
  52. package/dist/components/Select/Select.stories.d.ts +1 -0
  53. package/dist/components/Tabs/TabsContainer.js +1 -1
  54. package/dist/components/Tags/Tags.js +32 -30
  55. package/dist/components/Text/Text.js +17 -9
  56. package/dist/components/Text/types.d.ts +42 -1
  57. package/dist/components/Text/types.js +3 -3
  58. package/dist/components/Text/utils.js +40 -7
  59. package/dist/components/TextArea/TextArea.js +38 -34
  60. package/dist/components/Toast/Toast.js +4 -4
  61. package/dist/index.js +192 -190
  62. package/dist/patterns/AccountPageHeader/AccountPageHeader.js +45 -28
  63. package/dist/patterns/BidSnapshot/BidMessage.d.ts +6 -1
  64. package/dist/patterns/BidSnapshot/BidMessage.js +14 -13
  65. package/dist/patterns/BidSnapshot/BidSnapshot.d.ts +11 -1
  66. package/dist/patterns/BidSnapshot/BidSnapshot.js +76 -64
  67. package/dist/patterns/BidSnapshot/BidSnapshot.stories.d.ts +114 -0
  68. package/dist/patterns/CountryPicker/CountryPickerCountryList.js +5 -5
  69. package/dist/patterns/CountryPicker/CountryPickerModal.js +8 -8
  70. package/dist/patterns/CountryPicker/CountryPickerOption.js +22 -20
  71. package/dist/patterns/CountryPicker/CountryPickerTrigger.js +39 -38
  72. package/dist/patterns/DetailList/DetailList.d.ts +7 -2
  73. package/dist/patterns/DetailList/DetailList.js +25 -24
  74. package/dist/patterns/DetailList/DetailList.stories.d.ts +1 -0
  75. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +52 -52
  76. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.stories.d.ts +1 -0
  77. package/dist/patterns/FiltersInline/FilterButton.js +41 -25
  78. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +50 -52
  79. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +31 -31
  80. package/dist/patterns/HeroBanner/HeroBanner.js +21 -21
  81. package/dist/patterns/LanguageSelector/LanguageSelector.js +26 -28
  82. package/dist/patterns/ObjectTile/ObjectTile.js +66 -73
  83. package/dist/patterns/ObjectTile/ObjectTile.stories.d.ts +36 -0
  84. package/dist/patterns/PhoneNumberInput/PhoneNumberInput.js +7 -6
  85. package/dist/patterns/SaleCard/SaleCard.js +33 -41
  86. package/dist/patterns/SaleCard/SaleCard.stories.d.ts +1 -1
  87. package/dist/patterns/SaleCard/SaleCardActions.js +9 -8
  88. package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.js +49 -49
  89. package/dist/patterns/SaleHeaderBanner/SaleHeaderBrowseAuctions.js +19 -12
  90. package/dist/patterns/Social/Social.js +22 -22
  91. package/dist/patterns/Subscribe/Subscribe.js +57 -55
  92. package/dist/patterns/Subscribe/Subscribe.stories.d.ts +0 -1
  93. package/dist/patterns/TextBanner/TextBanner.js +12 -12
  94. package/dist/patterns/UserManagement/UserManagement.js +13 -13
  95. package/dist/patterns/ViewingDetails/ViewingDetails.d.ts +4 -0
  96. package/dist/patterns/ViewingDetails/ViewingDetails.js +36 -34
  97. package/dist/patterns/ViewingDetails/ViewingDetails.stories.d.ts +2 -0
  98. package/dist/patterns/ViewingDetails/ViewingDetailsMock.d.ts +2 -0
  99. package/dist/scss/_reset.scss +4 -0
  100. package/dist/scss/_type.scss +172 -65
  101. package/dist/scss/_vars.scss +92 -197
  102. package/dist/scss/_vars.scss.js +94 -199
  103. package/dist/scss/componentStyles.scss +181 -0
  104. package/dist/scss/components/Accordion/_accordion.scss +14 -28
  105. package/dist/scss/components/AddToCalendar/_addToCalendar.scss +0 -4
  106. package/dist/scss/components/Breadcrumb/_breadcrumb.scss +8 -1
  107. package/dist/scss/components/Button/_button.scss +33 -7
  108. package/dist/scss/components/ComboBox/_combobox.scss +7 -5
  109. package/dist/scss/components/ComposedModal/_composedModal.scss +0 -4
  110. package/dist/scss/components/Countdown/_countdown.scss +8 -9
  111. package/dist/scss/components/Countdown/_duration.scss +0 -2
  112. package/dist/scss/components/DatePicker/_datePicker.scss +11 -10
  113. package/dist/scss/components/Detail/_detail.scss +15 -6
  114. package/dist/scss/components/Divider/_divider.scss +3 -3
  115. package/dist/scss/components/Drawer/_drawerHeader.scss +0 -7
  116. package/dist/scss/components/Dropdown/_dropdown.scss +2 -2
  117. package/dist/scss/components/FavoritingTileButton/_favoritingTileButton.scss +5 -0
  118. package/dist/scss/components/Filter/_filter.scss +13 -10
  119. package/dist/scss/components/Icon/_icon.stories.scss +1 -1
  120. package/dist/scss/components/IconButton/_iconButton.scss +3 -5
  121. package/dist/scss/components/Input/_input.scss +22 -14
  122. package/dist/scss/components/Link/_link.scss +13 -8
  123. package/dist/scss/components/LinkBlock/_linkBlock.scss +5 -1
  124. package/dist/scss/components/LinkList/_linkList.scss +6 -0
  125. package/dist/scss/components/Modal/_modal.scss +2 -2
  126. package/dist/scss/components/Navigation/NavigationItem/_navigationItem.scss +30 -14
  127. package/dist/scss/components/Navigation/NavigationItemTrigger/_navigationItemTrigger.scss +2 -2
  128. package/dist/scss/components/Navigation/NavigationList/_navigationList.scss +5 -4
  129. package/dist/scss/components/NotificationBanner/_notificationBanner.scss +4 -10
  130. package/dist/scss/components/Pagination/_pagination.scss +17 -1
  131. package/dist/scss/components/ProgressIndicator/_progressIndicator.scss +5 -0
  132. package/dist/scss/components/Search/SearchResults/_searchResults.scss +5 -0
  133. package/dist/scss/components/Search/_search.scss +3 -11
  134. package/dist/scss/components/Search/_searchButton.scss +0 -1
  135. package/dist/scss/components/Select/_select.scss +8 -3
  136. package/dist/scss/components/Tabs/_tabs.scss +1 -6
  137. package/dist/scss/components/Tags/_tags.scss +0 -2
  138. package/dist/scss/components/TextArea/_textArea.scss +2 -4
  139. package/dist/scss/components/TextSymbol/_textSymbol.scss +1 -4
  140. package/dist/scss/patterns/AccountPageHeader/_accountPageHeader.scss +4 -0
  141. package/dist/scss/patterns/BidSnapshot/_bidSnapshot.scss +12 -11
  142. package/dist/scss/patterns/CountryPicker/_countryPickerModal.scss +4 -0
  143. package/dist/scss/patterns/CountryPicker/_countryPickerOption.scss +3 -0
  144. package/dist/scss/patterns/CountryPicker/_countryPickerTrigger.scss +4 -7
  145. package/dist/scss/patterns/DetailList/_detailList.scss +8 -2
  146. package/dist/scss/patterns/FavoritesCollectionTile/_favoritesCollectionTile.scss +6 -8
  147. package/dist/scss/patterns/FilterMenu/_filterMenu.scss +2 -1
  148. package/dist/scss/patterns/FiltersInline/_filterButton.scss +12 -2
  149. package/dist/scss/patterns/FiltersInline/_filterDropdownMenu.scss +1 -9
  150. package/dist/scss/patterns/FiltersInline/_filtersInline.scss +5 -0
  151. package/dist/scss/patterns/HeroBanner/_heroBanner.scss +5 -6
  152. package/dist/scss/patterns/LanguageSelector/_languageSelector.scss +4 -0
  153. package/dist/scss/patterns/ObjectTile/_objectTile.scss +13 -12
  154. package/dist/scss/patterns/PhoneNumberInput/_phoneNumberInput.scss +9 -2
  155. package/dist/scss/patterns/SaleCard/_saleCard.scss +7 -23
  156. package/dist/scss/patterns/SaleHeaderBanner/_saleHeaderBanner.scss +16 -3
  157. package/dist/scss/patterns/Social/_social.scss +5 -1
  158. package/dist/scss/patterns/Subscribe/_subscribe.scss +0 -12
  159. package/dist/scss/patterns/TextBanner/_textBanner.scss +9 -3
  160. package/dist/scss/patterns/ViewingDetails/_viewingDetails.scss +15 -3
  161. package/dist/scss/site-furniture/Footer/_footer.scss +24 -4
  162. package/dist/scss/site-furniture/Header/_header.scss +12 -4
  163. package/dist/site-furniture/Footer/Footer.js +4 -4
  164. package/dist/site-furniture/Header/Header.js +76 -57
  165. package/package.json +4 -3
@@ -42,7 +42,7 @@
42
42
  position: fixed; // has to bust out of the box containing it on desktop
43
43
  right: 0;
44
44
  top: calc(
45
- var(--banner-height) + #{$header-height} + 1px
45
+ var(--banner-height) + #{$header-height}
46
46
  ); // will be dynamically set again when notification banner is shown
47
47
 
48
48
  transition:
@@ -80,7 +80,7 @@
80
80
  }
81
81
 
82
82
  &__submenu--mobile.#{$px}-nav__list {
83
- padding: 0;
83
+ padding: 0 0 $snowflake-menu-padding;
84
84
  }
85
85
 
86
86
  @include isHeaderDesktop {
@@ -19,7 +19,7 @@ $top-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
19
19
  }
20
20
 
21
21
  @include isHeaderDesktop {
22
- align-items: center;
22
+ align-items: flex-end;
23
23
  display: flex;
24
24
  flex-direction: row;
25
25
  justify-content: center;
@@ -70,13 +70,14 @@ $top-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
70
70
  }
71
71
  }
72
72
  }
73
- .#{$px}-link--snwHeaderLink {
73
+ .#{$px}-link--linkStylised {
74
74
  border-bottom: 1px solid $light-gray;
75
75
  flex-wrap: wrap;
76
76
  padding: $snowflake-menu-padding 0;
77
77
  }
78
- .#{$px}-link--snwFlyoutLink {
79
- padding: 0;
78
+
79
+ .#{$px}-accordion-item-label {
80
+ padding: $snowflake-menu-padding 0;
80
81
  }
81
82
  }
82
83
  }
@@ -3,10 +3,7 @@
3
3
  .#{$px}-notification-banner {
4
4
  background: $light-gray;
5
5
  color: $pure-black;
6
- font-size: $snowflake-note-size;
7
- font-variation-settings: 'wght' 400;
8
6
  left: 0;
9
- line-height: $snowflake-note-line-height;
10
7
  padding: $spacing-sm $spacing-md;
11
8
  position: fixed;
12
9
  text-align: center;
@@ -14,12 +11,12 @@
14
11
  width: 100%;
15
12
  z-index: $notification-banner-z-index;
16
13
 
17
- > * {
18
- font-size: $snowflake-note-size;
19
- font-variation-settings: 'wght' 400;
20
- line-height: $snowflake-note-line-height;
14
+ & > *,
15
+ & .#{$px}-text {
21
16
  text-align: center;
22
17
 
18
+ @include text($bodySmall);
19
+
23
20
  a {
24
21
  cursor: pointer;
25
22
  text-decoration: underline;
@@ -33,9 +30,6 @@
33
30
 
34
31
  > .#{$px}-notification-banner-content {
35
32
  color: $pure-black;
36
- font-size: $snowflake-note-size;
37
- font-variation-settings: 'wght' 400;
38
- line-height: $snowflake-note-line-height;
39
33
  text-align: center;
40
34
 
41
35
  a {
@@ -6,7 +6,23 @@
6
6
  flex-direction: row;
7
7
  gap: $spacing-xsm;
8
8
 
9
- .#{$px}-pagination__button {
9
+ &__button {
10
+ .#{$px}-icon-chevron-right {
11
+ color: $cta-blue;
12
+
13
+ svg {
14
+ height: 1rem;
15
+ width: 1rem;
16
+ }
17
+
18
+ @include media($breakpoint-md) {
19
+ svg {
20
+ height: 1.5rem;
21
+ width: 1.5rem;
22
+ }
23
+ }
24
+ }
25
+
10
26
  &:disabled {
11
27
  border: unset;
12
28
  }
@@ -44,12 +44,17 @@
44
44
 
45
45
  &__label {
46
46
  display: none;
47
+ margin-bottom: $spacing-micro;
47
48
 
48
49
  @media (min-width: $breakpoint-md) {
49
50
  display: inline-block;
50
51
  text-align: center;
51
52
  white-space: nowrap;
52
53
  }
54
+
55
+ @include media($breakpoint-lg) {
56
+ margin-bottom: 0;
57
+ }
53
58
  }
54
59
 
55
60
  &__connector {
@@ -42,6 +42,11 @@
42
42
  .#{$px}-search {
43
43
  &__result {
44
44
  display: flex;
45
+ &:not(.#{$px}-search__result--view-all) {
46
+ .#{$px}-link:not(:hover):not(:focus-visible) {
47
+ text-decoration: none;
48
+ }
49
+ }
45
50
 
46
51
  &__label {
47
52
  text-transform: initial;
@@ -1,6 +1,7 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-search {
4
+ bottom: 0;
4
5
  display: flex;
5
6
  gap: $spacing-md;
6
7
  height: $search-size;
@@ -8,7 +9,6 @@
8
9
  min-width: $search-size;
9
10
  position: absolute;
10
11
  right: 0;
11
- top: $padding-md;
12
12
  transition: left 0.25s ease-in;
13
13
 
14
14
  &::after {
@@ -23,11 +23,8 @@
23
23
  width: 0;
24
24
  }
25
25
 
26
- @include isHeaderDesktop {
27
- top: 0;
28
- }
29
-
30
26
  @include isHeaderMobile {
27
+ bottom: 1px;
31
28
  height: calc($search-size - 1px);
32
29
  left: calc(100% - $search-size - $spacing-md);
33
30
  right: $spacing-md;
@@ -94,17 +91,12 @@
94
91
  background: transparent;
95
92
  border: 0;
96
93
  border-radius: unset;
97
- color: $pure-black;
98
- font-size: $string-size1;
99
- font-style: normal;
100
94
  font-variation-settings: 'wght' 600;
101
95
  height: $search-size;
102
- letter-spacing: 0;
103
- line-height: $string-line-height-size1;
104
96
  margin: 0;
105
97
  padding: $spacing-xsm 0 $spacing-xsm $spacing-sm;
106
98
 
107
- @include Montserrat;
99
+ @include text($bodyLarge);
108
100
 
109
101
  @include isHeaderMobile {
110
102
  height: calc(var(--spacing-md) + var(--search-size));
@@ -9,7 +9,6 @@
9
9
  display: flex;
10
10
  height: $search-size;
11
11
  justify-content: center;
12
- margin: 0;
13
12
  padding: 0;
14
13
  position: absolute;
15
14
  right: 0;
@@ -1,22 +1,27 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-select-input {
4
+ margin-bottom: $spacing-sm;
4
5
  position: relative;
5
6
 
7
+ &__standalone {
8
+ margin-bottom: 0;
9
+ }
10
+
6
11
  .#{$px}-select-container {
7
12
  position: relative;
8
13
 
9
14
  &--show__icon {
10
15
  select {
11
16
  appearance: none;
12
- padding-right: 1.55rem;
17
+ padding-right: 3rem;
13
18
 
14
19
  @media (min-width: $breakpoint-md) {
15
- padding-right: 1.95rem;
20
+ padding-right: 3.25rem;
16
21
  }
17
22
 
18
23
  @media (min-width: $breakpoint-xl) {
19
- padding-right: 2.25rem;
24
+ padding-right: 4.25rem;
20
25
  }
21
26
  }
22
27
  }
@@ -1,8 +1,6 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-tabs-container {
4
- @include text($body2);
5
-
6
4
  width: 100%;
7
5
 
8
6
  &__tabs-list {
@@ -16,7 +14,7 @@
16
14
  background: none;
17
15
  border: none;
18
16
  border-bottom: 2px solid transparent;
19
- padding-bottom: $snowflake-menu-padding;
17
+ padding-bottom: $spacing-sm;
20
18
  padding-inline: 0;
21
19
  transition:
22
20
  background 0.2s ease,
@@ -31,10 +29,7 @@
31
29
  .#{$px}-text {
32
30
  color: $button-hover;
33
31
  cursor: pointer;
34
- font-size: $body-size2;
35
32
  font-variation-settings: 'wght' 600;
36
- letter-spacing: normal;
37
- line-height: $body-line-height-size2;
38
33
 
39
34
  &:hover {
40
35
  color: $pure-black;
@@ -50,8 +50,6 @@
50
50
  }
51
51
 
52
52
  &--clear {
53
- @include text($body3);
54
-
55
53
  align-items: center;
56
54
  border-color: $pure-white;
57
55
  border-style: solid;
@@ -1,8 +1,6 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-text-area {
4
- @include text($string2);
5
-
6
4
  accent-color: $black-100;
7
5
  border: 1px solid $black-100;
8
6
  border-radius: $radius-xs;
@@ -11,6 +9,8 @@
11
9
  resize: vertical;
12
10
  width: 100%;
13
11
 
12
+ @include text($bodyMedium);
13
+
14
14
  &__wrapper {
15
15
  display: flex;
16
16
  flex-direction: column;
@@ -38,8 +38,6 @@
38
38
  }
39
39
 
40
40
  &__label {
41
- @include text($string2);
42
-
43
41
  color: $pure-black;
44
42
  font-variation-settings: 'wght' 600;
45
43
  margin-bottom: 0.5rem;
@@ -1,14 +1,11 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-text-symbol {
4
- @include text($heading4);
5
-
6
4
  display: inline-flex;
5
+ font-variation-settings: 'wght' 600;
7
6
  gap: $spacing-micro;
8
7
 
9
8
  &--estimation {
10
- @include text($heading5);
11
-
12
9
  margin-left: 0.25rem;
13
10
  }
14
11
 
@@ -13,6 +13,10 @@
13
13
  margin-top: $spacing-micro;
14
14
  }
15
15
 
16
+ &__button-label {
17
+ font-variation-settings: 'wght' 600;
18
+ }
19
+
16
20
  &__title-wrapper {
17
21
  align-items: center;
18
22
  display: flex;
@@ -3,10 +3,20 @@
3
3
  .#{$px}-bid-snapshot {
4
4
  position: relative;
5
5
 
6
- &__text .#{$px}-has-separators .#{$px}-detail {
6
+ &__text .#{$px}-has-separators .#{$px}-detail.#{$px}-detail {
7
7
  flex-wrap: wrap;
8
8
  gap: 0 $spacing-sm;
9
- padding-bottom: $spacing-xsm;
9
+ }
10
+
11
+ &__current-bid,
12
+ &__sold {
13
+ .#{$px}-detail__value .#{$px}-text.#{$px}-text {
14
+ font-variation-settings: 'wght' 600;
15
+ }
16
+ }
17
+
18
+ &:has(.#{$px}-bid-message) &__text .#{$px}-detail {
19
+ padding-bottom: 0;
10
20
  }
11
21
 
12
22
  .#{$px}-countdown {
@@ -16,20 +26,11 @@
16
26
  top: calc(100% + $spacing-xsm);
17
27
  }
18
28
 
19
- .#{$px}-countdown__countdown-container,
20
- .#{$px}-duration {
21
- @include Montserrat;
22
- }
23
-
24
29
  &--live:has(.#{$px}-countdown) {
25
30
  border-bottom: 1px solid $light-gray;
26
31
  margin-bottom: $spacing-md;
27
32
  }
28
33
 
29
- &--has-bids .#{$px}-detail__value {
30
- font-variation-settings: 'wght' 600;
31
- }
32
-
33
34
  // styles that will apply to bid message inside bid snapshot only
34
35
  .#{$px}-bid-message {
35
36
  &.#{$px}-bid-message {
@@ -25,6 +25,10 @@
25
25
  position: sticky;
26
26
  top: 0;
27
27
  z-index: 2;
28
+
29
+ &-text {
30
+ margin-bottom: $spacing-md;
31
+ }
28
32
  }
29
33
 
30
34
  &__list {
@@ -36,6 +36,9 @@
36
36
  display: flex;
37
37
  flex: 1;
38
38
  justify-content: space-between;
39
+ .#{$px}-text {
40
+ font-variation-settings: 'wght' 600;
41
+ }
39
42
  }
40
43
 
41
44
  &-flag {
@@ -7,9 +7,6 @@
7
7
  width: 100%;
8
8
 
9
9
  &-label {
10
- @include text($string2);
11
-
12
- color: $pure-black;
13
10
  font-variation-settings: 'wght' 600;
14
11
  margin-bottom: $spacing-xsm;
15
12
 
@@ -19,8 +16,6 @@
19
16
  }
20
17
 
21
18
  &-btn {
22
- @include text($string2);
23
-
24
19
  align-items: center;
25
20
  appearance: none;
26
21
  background: $white;
@@ -32,7 +27,6 @@
32
27
  flex-direction: row;
33
28
  font-variation-settings: 'wght' 600;
34
29
  justify-content: space-between;
35
- margin-bottom: $spacing-micro;
36
30
  padding: $spacing-xsm;
37
31
  width: 100%;
38
32
 
@@ -49,8 +43,8 @@
49
43
  }
50
44
 
51
45
  &-text {
52
- color: $pure-black;
53
46
  flex: 1;
47
+ font-variation-settings: 'wght' 600;
54
48
  overflow: hidden;
55
49
  text-align: left;
56
50
  text-overflow: ellipsis;
@@ -98,6 +92,9 @@
98
92
  .#{$px}-input__validation {
99
93
  animation: reveal 0.45s linear forwards;
100
94
  }
95
+ .#{$px}-input__empty-validation {
96
+ line-height: $spacing-sm;
97
+ }
101
98
 
102
99
  @keyframes reveal {
103
100
  0% {
@@ -38,9 +38,15 @@
38
38
 
39
39
  .#{$px}-has-separators {
40
40
  border-top: 1px solid $light-gray;
41
+ }
41
42
 
42
- .#{$px}-detail {
43
- padding: $spacing-sm 0;
43
+ .#{$px}-detail {
44
+ padding: $spacing-sm 0;
45
+ }
46
+
47
+ &--sm {
48
+ .#{$px}-detail.#{$px}-detail {
49
+ padding: $spacing-xsm 0;
44
50
  }
45
51
  }
46
52
  }
@@ -20,6 +20,7 @@
20
20
 
21
21
  &__info {
22
22
  flex: 1;
23
+ min-height: calc($spacing-sm + $spacing-xsm + $font-size-label-medium + $font-size-body-medium);
23
24
  overflow: hidden;
24
25
  }
25
26
 
@@ -41,7 +42,8 @@
41
42
  line-clamp: 1;
42
43
  overflow: hidden;
43
44
 
44
- h3.#{$px}-text {
45
+ &.#{$px}-text {
46
+ font-variation-settings: 'wght' 600;
45
47
  margin-bottom: 0;
46
48
  }
47
49
  }
@@ -55,7 +57,7 @@
55
57
  height: 2.5rem;
56
58
  justify-content: center;
57
59
  position: relative;
58
- top: $spacing-sm;
60
+ top: $spacing-micro;
59
61
  transition: background 0.8s;
60
62
  width: 2.5rem;
61
63
 
@@ -85,7 +87,7 @@
85
87
 
86
88
  &--item {
87
89
  all: unset;
88
- background-color: $soft-gray;
90
+ background-color: $white-100;
89
91
  cursor: pointer;
90
92
  display: block;
91
93
  padding: 0.75rem 1rem;
@@ -148,6 +150,7 @@
148
150
 
149
151
  &__icon {
150
152
  justify-content: flex-start;
153
+ margin-bottom: $spacing-xsm;
151
154
  pointer-events: none;
152
155
 
153
156
  &-rotate {
@@ -169,10 +172,6 @@
169
172
 
170
173
  // will update font size with variable rem sizing after design takes a pass at it some point in the future
171
174
  &__text {
172
- color: $dark-gray;
173
- font-size: 0.75rem;
174
- font-variation-settings: 'wght' 400;
175
- padding-top: 5px;
176
175
  text-transform: none;
177
176
  }
178
177
 
@@ -184,7 +183,6 @@
184
183
  all: unset;
185
184
  background: none;
186
185
  height: 100%;
187
- margin-top: calc($spacing-xsm + var(--body-line-height-size3) + var(--heading-line-height-size5));
188
186
  width: 100%;
189
187
 
190
188
  &:focus-visible {
@@ -1,8 +1,9 @@
1
1
  @use '../../allPartials' as *;
2
2
 
3
3
  .#{$px}-filter-menu {
4
+ align-self: stretch;
4
5
  overflow-y: scroll;
5
- width: 100%;
6
+ padding-bottom: $spacing-sm;
6
7
 
7
8
  &::-webkit-scrollbar {
8
9
  display: none;
@@ -3,6 +3,7 @@
3
3
  .#{$px}-filter-button {
4
4
  border: 1.5px solid $light-gray;
5
5
  gap: 4px;
6
+ height: inherit;
6
7
  padding: $spacing-xsm $spacing-sm;
7
8
 
8
9
  &--selected {
@@ -13,18 +14,27 @@
13
14
  border-radius: $radius-3xl;
14
15
  }
15
16
 
16
- &--count {
17
+ &__label {
18
+ font-variation-settings: 'wght' 600;
19
+ }
20
+
21
+ &--count.#{$px}-filter-button--count.#{$px}-text {
17
22
  background: $black-100;
18
23
  border: 2px solid $white-100;
19
24
  border-radius: $radius-3xl;
20
25
  color: $white-100;
21
26
  display: inline-block;
22
- font-size: var(--label-size3);
27
+ font-variation-settings: 'wght' 600;
23
28
  height: 1.5rem;
29
+ line-height: 1.2rem;
24
30
  position: absolute;
25
31
  right: 0;
26
32
  text-align: center;
27
33
  top: -15px;
28
34
  width: 1.5rem;
35
+
36
+ @include media($breakpoint-md) {
37
+ line-height: 1.3rem;
38
+ }
29
39
  }
30
40
  }
@@ -47,16 +47,8 @@ $dropdown-height: 240px;
47
47
  flex-direction: row;
48
48
  gap: $spacing-sm;
49
49
  min-height: fit-content;
50
- padding: $spacing-md;
50
+ padding: $spacing-md $spacing-sm;
51
51
  width: 100%;
52
-
53
- @media (min-width: $breakpoint-md) {
54
- gap: $spacing-xl;
55
- }
56
-
57
- @media (min-width: $breakpoint-xl) {
58
- gap: 0;
59
- }
60
52
  }
61
53
  }
62
54
 
@@ -7,7 +7,12 @@
7
7
  }
8
8
 
9
9
  .#{$px}-filter-drawer {
10
+ max-width: 380px;
10
11
  padding: 0;
12
+
13
+ @include media($breakpoint-xl) {
14
+ max-width: 420px;
15
+ }
11
16
  }
12
17
 
13
18
  .#{$px}-filter-drawer-menu {
@@ -19,6 +19,10 @@ body:has(.seldon-header__toggle-btn--open) {
19
19
  text-transform: uppercase;
20
20
  width: 100%;
21
21
 
22
+ &__header-text {
23
+ text-align: center;
24
+ }
25
+
22
26
  @include media($size-md, $type: 'max') {
23
27
  align-items: center;
24
28
  align-self: stretch;
@@ -47,6 +51,7 @@ body:has(.seldon-header__toggle-btn--open) {
47
51
 
48
52
  & .#{$px}-hero-banner__content-wrapper {
49
53
  align-items: center;
54
+ color: $pure-white;
50
55
  display: flex;
51
56
  flex-direction: column;
52
57
  max-width: 1082px;
@@ -64,12 +69,6 @@ body:has(.seldon-header__toggle-btn--open) {
64
69
  line-height: 1;
65
70
  text-align: center;
66
71
  }
67
-
68
- & .#{$px}-hero-banner__text-description {
69
- text-transform: none;
70
-
71
- @include text($body2);
72
- }
73
72
  }
74
73
 
75
74
  & .#{$px}-hero-banner__pre-head {
@@ -26,11 +26,15 @@
26
26
  .#{$px}-accordion-item {
27
27
  border-top: 1px solid $light-gray;
28
28
  .#{$px}-nav__list {
29
+ display: flex;
30
+ flex-direction: column;
31
+ gap: $spacing-xsm;
29
32
  padding: 0;
30
33
  }
31
34
 
32
35
  &-label {
33
36
  opacity: 1;
37
+ padding: $snowflake-menu-padding 0;
34
38
  }
35
39
 
36
40
  &__border-bottom {