@phillips/seldon 1.279.2 → 1.280.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 (386) hide show
  1. package/README.md +85 -5
  2. package/dist/_virtual/index3.cjs +1 -1
  3. package/dist/_virtual/index3.js +2 -2
  4. package/dist/_virtual/index4.cjs +1 -1
  5. package/dist/_virtual/index4.js +2 -4
  6. package/dist/_virtual/index5.cjs +1 -1
  7. package/dist/_virtual/index5.js +4 -2
  8. package/dist/components/Accordion/Accordion.cjs +2 -1
  9. package/dist/components/Accordion/Accordion.js +5 -3
  10. package/dist/components/Accordion/_accordion.css +1 -0
  11. package/dist/components/AddToCalendar/AddToCalendar.cjs +2 -1
  12. package/dist/components/AddToCalendar/AddToCalendar.js +2 -0
  13. package/dist/components/AddToCalendar/_addToCalendar.css +1 -0
  14. package/dist/components/Article/Article.cjs +2 -1
  15. package/dist/components/Article/Article.js +2 -0
  16. package/dist/components/Article/_article.css +1 -0
  17. package/dist/components/Banner/Banner.cjs +2 -1
  18. package/dist/components/Banner/Banner.js +4 -2
  19. package/dist/components/Banner/_banner.css +1 -0
  20. package/dist/components/Breadcrumb/Breadcrumb.cjs +2 -1
  21. package/dist/components/Breadcrumb/Breadcrumb.js +16 -14
  22. package/dist/components/Breadcrumb/_breadcrumb.css +1 -0
  23. package/dist/components/Button/Button.cjs +2 -1
  24. package/dist/components/Button/Button.js +2 -0
  25. package/dist/components/Button/_button.css +1 -0
  26. package/dist/components/Card/Card.cjs +2 -1
  27. package/dist/components/Card/Card.js +4 -2
  28. package/dist/components/Card/_card.css +1 -0
  29. package/dist/components/Carousel/Carousel.cjs +2 -1
  30. package/dist/components/Carousel/Carousel.js +68 -69
  31. package/dist/components/Carousel/CarouselDot.cjs +1 -1
  32. package/dist/components/Carousel/CarouselDot.d.ts +4 -2
  33. package/dist/components/Carousel/CarouselDot.js +12 -11
  34. package/dist/components/Carousel/CarouselDots.cjs +1 -1
  35. package/dist/components/Carousel/CarouselDots.js +62 -58
  36. package/dist/components/Carousel/_carousel.css +1 -0
  37. package/dist/components/ComboBox/ComboBox.cjs +3 -1
  38. package/dist/components/ComboBox/ComboBox.js +35 -31
  39. package/dist/components/ComboBox/ComboBox.stories.d.ts +1 -0
  40. package/dist/components/ComboBox/_combobox.css +1 -0
  41. package/dist/components/ComposedModal/ComposedModal.cjs +2 -1
  42. package/dist/components/ComposedModal/ComposedModal.js +11 -9
  43. package/dist/components/ComposedModal/_composedModal.css +1 -0
  44. package/dist/components/ContentPeek/ContentPeek.cjs +2 -1
  45. package/dist/components/ContentPeek/ContentPeek.js +2 -0
  46. package/dist/components/ContentPeek/_contentPeek.css +1 -0
  47. package/dist/components/Countdown/Countdown.cjs +2 -1
  48. package/dist/components/Countdown/Countdown.js +13 -11
  49. package/dist/components/Countdown/Duration.cjs +2 -1
  50. package/dist/components/Countdown/Duration.js +4 -2
  51. package/dist/components/Countdown/_countdown.css +1 -0
  52. package/dist/components/Countdown/_duration.css +1 -0
  53. package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.cjs +2 -1
  54. package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.js +22 -20
  55. package/dist/components/DescriptiveRadioButton/_descriptiveRadioButton.css +1 -0
  56. package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.cjs +2 -1
  57. package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.js +7 -5
  58. package/dist/components/DescriptiveRadioButtonGroup/_descriptiveRadioButtonGroup.css +1 -0
  59. package/dist/components/Detail/Detail.cjs +2 -1
  60. package/dist/components/Detail/Detail.js +5 -3
  61. package/dist/components/Detail/_detail.css +1 -0
  62. package/dist/components/DetailList/DetailList.cjs +2 -1
  63. package/dist/components/DetailList/DetailList.js +14 -12
  64. package/dist/components/DetailList/_detailList.css +1 -0
  65. package/dist/components/Divider/Divider.cjs +2 -1
  66. package/dist/components/Divider/Divider.js +8 -6
  67. package/dist/components/Divider/_divider.css +1 -0
  68. package/dist/components/Drawer/Drawer.cjs +2 -1
  69. package/dist/components/Drawer/Drawer.js +9 -7
  70. package/dist/components/Drawer/DrawerHeader.cjs +2 -1
  71. package/dist/components/Drawer/DrawerHeader.js +12 -10
  72. package/dist/components/Drawer/_drawer.css +1 -0
  73. package/dist/components/Drawer/_drawerHeader.css +1 -0
  74. package/dist/components/Dropdown/Dropdown.cjs +2 -1
  75. package/dist/components/Dropdown/Dropdown.js +2 -0
  76. package/dist/components/Dropdown/_dropdown.css +1 -0
  77. package/dist/components/ExitGateCard/ExitGateCard.cjs +2 -1
  78. package/dist/components/ExitGateCard/ExitGateCard.js +6 -4
  79. package/dist/components/ExitGateCard/_exitGateCard.css +1 -0
  80. package/dist/components/FavoritingTileButton/FavoritingTileButton.cjs +2 -1
  81. package/dist/components/FavoritingTileButton/FavoritingTileButton.js +8 -6
  82. package/dist/components/FavoritingTileButton/_favoritingTileButton.css +1 -0
  83. package/dist/components/Filter/Filter.cjs +2 -1
  84. package/dist/components/Filter/Filter.js +9 -7
  85. package/dist/components/Filter/_filter.css +1 -0
  86. package/dist/components/Grid/Grid.cjs +2 -1
  87. package/dist/components/Grid/Grid.js +13 -11
  88. package/dist/components/Grid/_grid.css +1 -0
  89. package/dist/components/GridItem/GridItem.cjs +2 -1
  90. package/dist/components/GridItem/GridItem.js +2 -0
  91. package/dist/components/GridItem/_gridItem.css +1 -0
  92. package/dist/components/Icon/Icon.cjs +2 -1
  93. package/dist/components/Icon/Icon.js +6 -4
  94. package/dist/components/Icon/_icon.css +1 -0
  95. package/dist/components/IconButton/IconButton.cjs +2 -1
  96. package/dist/components/IconButton/IconButton.js +11 -9
  97. package/dist/components/IconButton/_iconButton.css +1 -0
  98. package/dist/components/Input/Input.cjs +3 -1
  99. package/dist/components/Input/Input.js +4 -0
  100. package/dist/components/Input/_input.css +1 -0
  101. package/dist/components/Link/Link.cjs +2 -1
  102. package/dist/components/Link/Link.js +10 -8
  103. package/dist/components/Link/_link.css +1 -0
  104. package/dist/components/LinkBlock/LinkBlock.cjs +2 -1
  105. package/dist/components/LinkBlock/LinkBlock.js +8 -6
  106. package/dist/components/LinkBlock/_linkBlock.css +1 -0
  107. package/dist/components/LinkList/LinkList.cjs +2 -1
  108. package/dist/components/LinkList/LinkList.js +11 -9
  109. package/dist/components/LinkList/_linkList.css +1 -0
  110. package/dist/components/Loader/Loader.cjs +2 -1
  111. package/dist/components/Loader/Loader.js +8 -6
  112. package/dist/components/Loader/_loader.css +1 -0
  113. package/dist/components/Modal/Modal.cjs +2 -1
  114. package/dist/components/Modal/Modal.js +6 -4
  115. package/dist/components/Modal/_modal.css +1 -0
  116. package/dist/components/Navigation/Navigation.cjs +2 -1
  117. package/dist/components/Navigation/Navigation.js +10 -8
  118. package/dist/components/Navigation/NavigationItem/NavigationItem.cjs +2 -1
  119. package/dist/components/Navigation/NavigationItem/NavigationItem.js +6 -4
  120. package/dist/components/Navigation/NavigationItem/_navigationItem.css +1 -0
  121. package/dist/components/Navigation/NavigationItemWithSubmenu/NavigationItemWithSubmenu.cjs +2 -1
  122. package/dist/components/Navigation/NavigationItemWithSubmenu/NavigationItemWithSubmenu.js +8 -6
  123. package/dist/components/Navigation/NavigationItemWithSubmenu/_navigationItemWithSubmenu.css +1 -0
  124. package/dist/components/Navigation/NavigationList/NavigationList.cjs +2 -1
  125. package/dist/components/Navigation/NavigationList/NavigationList.js +9 -7
  126. package/dist/components/Navigation/NavigationList/_navigationList.css +1 -0
  127. package/dist/components/Navigation/_navigation.css +1 -0
  128. package/dist/components/NotificationBanner/NotificationBanner.cjs +2 -1
  129. package/dist/components/NotificationBanner/NotificationBanner.js +4 -2
  130. package/dist/components/NotificationBanner/_notificationBanner.css +1 -0
  131. package/dist/components/PageContentWrapper/PageContentWrapper.cjs +2 -1
  132. package/dist/components/PageContentWrapper/PageContentWrapper.js +11 -9
  133. package/dist/components/PageContentWrapper/_pageContentWrapper.css +1 -0
  134. package/dist/components/Pagination/Pagination.cjs +2 -1
  135. package/dist/components/Pagination/Pagination.js +2 -0
  136. package/dist/components/Pagination/_pagination.css +1 -0
  137. package/dist/components/PinchZoom/PinchZoom.cjs +2 -1
  138. package/dist/components/PinchZoom/PinchZoom.js +2 -0
  139. package/dist/components/PinchZoom/_pinchZoom.css +1 -0
  140. package/dist/components/ProgressBar/ProgressBar.cjs +2 -1
  141. package/dist/components/ProgressBar/ProgressBar.js +2 -0
  142. package/dist/components/ProgressBar/_progressBar.css +1 -0
  143. package/dist/components/ProgressIndicator/ProgressIndicator.cjs +2 -1
  144. package/dist/components/ProgressIndicator/ProgressIndicator.js +13 -11
  145. package/dist/components/ProgressIndicator/_progressIndicator.css +1 -0
  146. package/dist/components/Row/Row.cjs +2 -1
  147. package/dist/components/Row/Row.js +6 -4
  148. package/dist/components/Row/_row.css +1 -0
  149. package/dist/components/Search/Search.cjs +2 -1
  150. package/dist/components/Search/Search.js +2 -0
  151. package/dist/components/Search/SearchButton.cjs +2 -1
  152. package/dist/components/Search/SearchButton.js +4 -2
  153. package/dist/components/Search/SearchResults/SearchResults.cjs +2 -1
  154. package/dist/components/Search/SearchResults/SearchResults.js +4 -2
  155. package/dist/components/Search/SearchResults/_searchResults.css +1 -0
  156. package/dist/components/Search/_search.css +1 -0
  157. package/dist/components/Search/_searchButton.css +1 -0
  158. package/dist/components/SeldonImage/SeldonImage.cjs +2 -1
  159. package/dist/components/SeldonImage/SeldonImage.js +2 -0
  160. package/dist/components/SeldonImage/_seldonImage.css +1 -0
  161. package/dist/components/Select/Select.cjs +3 -1
  162. package/dist/components/Select/Select.js +21 -17
  163. package/dist/components/Select/_select.css +1 -0
  164. package/dist/components/SlideToActivate/SlideToActivate.cjs +2 -1
  165. package/dist/components/SlideToActivate/SlideToActivate.js +2 -0
  166. package/dist/components/SlideToActivate/_slideToActivate.css +1 -0
  167. package/dist/components/SplitPanel/SplitPanel.cjs +2 -1
  168. package/dist/components/SplitPanel/SplitPanel.js +6 -4
  169. package/dist/components/SplitPanel/_splitPanel.css +1 -0
  170. package/dist/components/Tabs/TabsContainer.cjs +2 -1
  171. package/dist/components/Tabs/TabsContainer.js +2 -0
  172. package/dist/components/Tabs/_tabs.css +1 -0
  173. package/dist/components/Tags/Tags.cjs +2 -1
  174. package/dist/components/Tags/Tags.js +10 -8
  175. package/dist/components/Tags/_tags.css +1 -0
  176. package/dist/components/Text/Text.cjs +2 -1
  177. package/dist/components/Text/Text.js +6 -4
  178. package/dist/components/Text/_text.css +1 -0
  179. package/dist/components/TextArea/TextArea.cjs +3 -1
  180. package/dist/components/TextArea/TextArea.js +14 -10
  181. package/dist/components/TextArea/TextArea.stories.d.ts +1 -0
  182. package/dist/components/TextArea/_textArea.css +1 -0
  183. package/dist/components/TextSymbol/TextSymbol.cjs +2 -1
  184. package/dist/components/TextSymbol/TextSymbol.js +7 -5
  185. package/dist/components/TextSymbol/_textSymbol.css +1 -0
  186. package/dist/components/Toast/Toast.cjs +2 -1
  187. package/dist/components/Toast/Toast.js +2 -0
  188. package/dist/components/Toast/_toast.css +1 -0
  189. package/dist/components/Toggle/_toggle.css +1 -0
  190. package/dist/components/Video/Video.cjs +2 -1
  191. package/dist/components/Video/Video.js +2 -0
  192. package/dist/components/Video/_video.css +1 -0
  193. package/dist/node_modules/@artsy/fresnel/dist/index.cjs +1 -1
  194. package/dist/node_modules/@artsy/fresnel/dist/index.js +1 -1
  195. package/dist/node_modules/classnames/index.cjs +1 -1
  196. package/dist/node_modules/classnames/index.js +1 -1
  197. package/dist/node_modules/usehooks-ts/dist/index.cjs +1 -1
  198. package/dist/node_modules/usehooks-ts/dist/index.js +1 -1
  199. package/dist/pages/Page.cjs +2 -1
  200. package/dist/pages/Page.js +4 -2
  201. package/dist/pages/_page.css +1 -0
  202. package/dist/patterns/AccountPageHeader/AccountPageHeader.cjs +2 -1
  203. package/dist/patterns/AccountPageHeader/AccountPageHeader.js +11 -9
  204. package/dist/patterns/AccountPageHeader/_accountPageHeader.css +1 -0
  205. package/dist/patterns/BidSnapshot/BidSnapshot.cjs +2 -1
  206. package/dist/patterns/BidSnapshot/BidSnapshot.js +2 -0
  207. package/dist/patterns/BidSnapshot/_bidSnapshot.css +1 -0
  208. package/dist/patterns/CountryPicker/CountryPicker.stories.d.ts +4 -0
  209. package/dist/patterns/CountryPicker/CountryPickerModal.cjs +2 -1
  210. package/dist/patterns/CountryPicker/CountryPickerModal.js +8 -6
  211. package/dist/patterns/CountryPicker/CountryPickerOption.cjs +2 -1
  212. package/dist/patterns/CountryPicker/CountryPickerOption.js +6 -4
  213. package/dist/patterns/CountryPicker/CountryPickerTrigger.cjs +3 -1
  214. package/dist/patterns/CountryPicker/CountryPickerTrigger.js +11 -7
  215. package/dist/patterns/CountryPicker/_countryPickerModal.css +1 -0
  216. package/dist/patterns/CountryPicker/_countryPickerOption.css +1 -0
  217. package/dist/patterns/CountryPicker/_countryPickerTrigger.css +1 -0
  218. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.cjs +2 -1
  219. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +4 -2
  220. package/dist/patterns/FavoritesCollectionTile/_favoritesCollectionTile.css +1 -0
  221. package/dist/patterns/FilterMenu/FilterMenu.cjs +2 -1
  222. package/dist/patterns/FilterMenu/FilterMenu.js +6 -4
  223. package/dist/patterns/FilterMenu/_filterMenu.css +1 -0
  224. package/dist/patterns/FiltersInline/FilterButton.cjs +2 -1
  225. package/dist/patterns/FiltersInline/FilterButton.js +11 -9
  226. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.cjs +2 -1
  227. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +16 -14
  228. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.cjs +2 -1
  229. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +6 -4
  230. package/dist/patterns/FiltersInline/FiltersInline.cjs +2 -1
  231. package/dist/patterns/FiltersInline/FiltersInline.js +6 -4
  232. package/dist/patterns/FiltersInline/_filterButton.css +1 -0
  233. package/dist/patterns/FiltersInline/_filterDropdownMenu.css +1 -0
  234. package/dist/patterns/FiltersInline/_filtersInline.css +1 -0
  235. package/dist/patterns/HeroBanner/HeroBanner.cjs +2 -1
  236. package/dist/patterns/HeroBanner/HeroBanner.js +15 -13
  237. package/dist/patterns/HeroBanner/_heroBanner.css +1 -0
  238. package/dist/patterns/LanguageSelector/LanguageSelector.cjs +2 -1
  239. package/dist/patterns/LanguageSelector/LanguageSelector.js +10 -8
  240. package/dist/patterns/LanguageSelector/_languageSelector.css +1 -0
  241. package/dist/patterns/ObjectTile/ObjectTile.cjs +2 -1
  242. package/dist/patterns/ObjectTile/ObjectTile.js +20 -18
  243. package/dist/patterns/ObjectTile/_objectTile.css +1 -0
  244. package/dist/patterns/PhoneNumberInput/PhoneNumberInput.cjs +2 -1
  245. package/dist/patterns/PhoneNumberInput/PhoneNumberInput.js +2 -0
  246. package/dist/patterns/PhoneNumberInput/_phoneNumberInput.css +1 -0
  247. package/dist/patterns/ProgressWizard/ProgressWizard.cjs +2 -1
  248. package/dist/patterns/ProgressWizard/ProgressWizard.js +7 -5
  249. package/dist/patterns/ProgressWizard/_progressWizard.css +1 -0
  250. package/dist/patterns/SaleCard/SaleCard.cjs +2 -1
  251. package/dist/patterns/SaleCard/SaleCard.js +12 -10
  252. package/dist/patterns/SaleCard/SaleCardActions.cjs +2 -1
  253. package/dist/patterns/SaleCard/SaleCardActions.js +6 -4
  254. package/dist/patterns/SaleCard/_saleCard.css +1 -0
  255. package/dist/patterns/SaleCard/_saleCardActions.css +1 -0
  256. package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.cjs +2 -1
  257. package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.js +2 -0
  258. package/dist/patterns/SaleHeaderBanner/_saleHeaderBanner.css +1 -0
  259. package/dist/patterns/Social/Social.cjs +2 -1
  260. package/dist/patterns/Social/Social.js +2 -0
  261. package/dist/patterns/Social/_social.css +1 -0
  262. package/dist/patterns/Subscribe/Subscribe.cjs +2 -1
  263. package/dist/patterns/Subscribe/Subscribe.js +10 -8
  264. package/dist/patterns/Subscribe/_subscribe.css +1 -0
  265. package/dist/patterns/TextBanner/TextBanner.cjs +2 -1
  266. package/dist/patterns/TextBanner/TextBanner.js +10 -8
  267. package/dist/patterns/TextBanner/_textBanner.css +1 -0
  268. package/dist/patterns/UserManagement/UserManagement.cjs +2 -1
  269. package/dist/patterns/UserManagement/UserManagement.js +13 -11
  270. package/dist/patterns/UserManagement/_userManagement.css +1 -0
  271. package/dist/patterns/ViewingDetails/ViewingDetails.cjs +2 -1
  272. package/dist/patterns/ViewingDetails/ViewingDetails.js +6 -4
  273. package/dist/patterns/ViewingDetails/_viewingDetails.css +1 -0
  274. package/dist/patterns/ViewingsList/ViewingsList.cjs +2 -1
  275. package/dist/patterns/ViewingsList/ViewingsList.js +2 -0
  276. package/dist/patterns/ViewingsList/ViewingsListCard.cjs +2 -1
  277. package/dist/patterns/ViewingsList/ViewingsListCard.js +8 -6
  278. package/dist/patterns/ViewingsList/_viewingsList.css +1 -0
  279. package/dist/providers/SeldonProvider/SeldonProvider.cjs +2 -1
  280. package/dist/providers/SeldonProvider/SeldonProvider.js +3 -1
  281. package/dist/scss/_allPartials.scss +2 -1
  282. package/dist/scss/_foundation.css +1 -0
  283. package/dist/scss/_foundation.scss +69 -0
  284. package/dist/scss/_layers.scss +12 -0
  285. package/dist/scss/_reset.scss +57 -53
  286. package/dist/scss/_sharedClasses.scss +61 -57
  287. package/dist/scss/_typography.scss +64 -52
  288. package/dist/scss/_vars.scss +6 -5
  289. package/dist/scss/_vars.scss.cjs +6 -5
  290. package/dist/scss/_vars.scss.js +6 -5
  291. package/dist/scss/componentStyles.scss +3 -66
  292. package/dist/scss/components/Accordion/_accordion.scss +102 -99
  293. package/dist/scss/components/AddToCalendar/_addToCalendar.scss +69 -52
  294. package/dist/scss/components/Article/_article.scss +22 -19
  295. package/dist/scss/components/Banner/_banner.scss +137 -134
  296. package/dist/scss/components/Breadcrumb/_breadcrumb.scss +47 -44
  297. package/dist/scss/components/Button/_button.scss +240 -216
  298. package/dist/scss/components/Card/_card.scss +86 -83
  299. package/dist/scss/components/Carousel/_carousel.scss +169 -166
  300. package/dist/scss/components/ComboBox/_combobox.scss +144 -141
  301. package/dist/scss/components/ComposedModal/_composedModal.scss +54 -51
  302. package/dist/scss/components/ContentPeek/_contentPeek.scss +48 -45
  303. package/dist/scss/components/Countdown/_countdown.scss +64 -61
  304. package/dist/scss/components/Countdown/_duration.scss +6 -3
  305. package/dist/scss/components/DatePicker/_datePicker.scss +74 -65
  306. package/dist/scss/components/DescriptiveRadioButton/_descriptiveRadioButton.scss +50 -47
  307. package/dist/scss/components/DescriptiveRadioButtonGroup/_descriptiveRadioButtonGroup.scss +24 -21
  308. package/dist/scss/components/Detail/_detail.scss +39 -36
  309. package/dist/scss/components/DetailList/_detailList.scss +37 -34
  310. package/dist/scss/components/Divider/_divider.scss +15 -12
  311. package/dist/scss/components/Drawer/_drawer.scss +189 -186
  312. package/dist/scss/components/Drawer/_drawerHeader.scss +30 -27
  313. package/dist/scss/components/Dropdown/_dropdown.scss +79 -76
  314. package/dist/scss/components/ExitGateCard/_exitGateCard.scss +59 -56
  315. package/dist/scss/components/FavoritingTileButton/_favoritingTileButton.scss +36 -33
  316. package/dist/scss/components/Filter/_filter.scss +87 -84
  317. package/dist/scss/components/Grid/_grid.scss +20 -17
  318. package/dist/scss/components/GridItem/_gridItem.scss +33 -30
  319. package/dist/scss/components/Icon/_icon.scss +10 -7
  320. package/dist/scss/components/IconButton/_iconButton.scss +168 -77
  321. package/dist/scss/components/Input/_input.scss +205 -210
  322. package/dist/scss/components/Link/_link.scss +69 -64
  323. package/dist/scss/components/LinkBlock/_linkBlock.scss +14 -11
  324. package/dist/scss/components/LinkList/_linkList.scss +19 -16
  325. package/dist/scss/components/Loader/_loader.scss +21 -18
  326. package/dist/scss/components/Modal/_modal.scss +29 -26
  327. package/dist/scss/components/Navigation/NavigationItem/_navigationItem.scss +86 -83
  328. package/dist/scss/components/Navigation/NavigationItemWithSubmenu/_navigationItemWithSubmenu.scss +89 -86
  329. package/dist/scss/components/Navigation/NavigationList/_navigationList.scss +71 -68
  330. package/dist/scss/components/Navigation/_navigation.scss +122 -119
  331. package/dist/scss/components/NotificationBanner/_notificationBanner.scss +33 -30
  332. package/dist/scss/components/PageContentWrapper/_pageContentWrapper.scss +7 -4
  333. package/dist/scss/components/Pagination/_pagination.scss +66 -63
  334. package/dist/scss/components/PinchZoom/_pinchZoom.scss +28 -25
  335. package/dist/scss/components/ProgressBar/_progressBar.scss +77 -74
  336. package/dist/scss/components/ProgressIndicator/_progressIndicator.scss +55 -52
  337. package/dist/scss/components/Row/_row.scss +6 -3
  338. package/dist/scss/components/Search/SearchResults/_searchResults.scss +43 -40
  339. package/dist/scss/components/Search/_search.scss +127 -124
  340. package/dist/scss/components/Search/_searchButton.scss +53 -50
  341. package/dist/scss/components/SeldonImage/_seldonImage.scss +93 -90
  342. package/dist/scss/components/Select/_select.scss +60 -48
  343. package/dist/scss/components/SlideToActivate/_slideToActivate.scss +227 -224
  344. package/dist/scss/components/SplitPanel/_splitPanel.scss +26 -23
  345. package/dist/scss/components/Tabs/_tabs.scss +69 -66
  346. package/dist/scss/components/Tags/_tags.scss +64 -61
  347. package/dist/scss/components/Text/_text.scss +39 -36
  348. package/dist/scss/components/TextArea/_textArea.scss +102 -99
  349. package/dist/scss/components/TextSymbol/_textSymbol.scss +13 -10
  350. package/dist/scss/components/Toast/_toast.scss +82 -79
  351. package/dist/scss/components/Toggle/_toggle.scss +148 -145
  352. package/dist/scss/components/Video/_video.scss +16 -13
  353. package/dist/scss/layers.test.d.ts +1 -0
  354. package/dist/scss/patterns/AccountPageHeader/_accountPageHeader.scss +35 -32
  355. package/dist/scss/patterns/BidSnapshot/_bidSnapshot.scss +43 -40
  356. package/dist/scss/patterns/CountryPicker/_countryPickerModal.scss +82 -81
  357. package/dist/scss/patterns/CountryPicker/_countryPickerOption.scss +72 -69
  358. package/dist/scss/patterns/CountryPicker/_countryPickerTrigger.scss +83 -80
  359. package/dist/scss/patterns/FavoritesCollectionTile/_favoritesCollectionTile.scss +153 -151
  360. package/dist/scss/patterns/FilterMenu/_filterMenu.scss +14 -11
  361. package/dist/scss/patterns/FiltersInline/_filterButton.scss +41 -38
  362. package/dist/scss/patterns/FiltersInline/_filterDropdownMenu.scss +165 -162
  363. package/dist/scss/patterns/FiltersInline/_filtersInline.scss +31 -28
  364. package/dist/scss/patterns/HeroBanner/_heroBanner.scss +78 -75
  365. package/dist/scss/patterns/LanguageSelector/_languageSelector.scss +47 -43
  366. package/dist/scss/patterns/ObjectTile/_objectTile.scss +84 -81
  367. package/dist/scss/patterns/PhoneNumberInput/_phoneNumberInput.scss +45 -42
  368. package/dist/scss/patterns/ProgressWizard/_progressWizard.scss +66 -63
  369. package/dist/scss/patterns/SaleCard/_saleCard.scss +62 -58
  370. package/dist/scss/patterns/SaleCard/_saleCardActions.scss +11 -8
  371. package/dist/scss/patterns/SaleHeaderBanner/_saleHeaderBanner.scss +75 -72
  372. package/dist/scss/patterns/Social/_social.scss +65 -62
  373. package/dist/scss/patterns/Subscribe/_subscribe.scss +16 -13
  374. package/dist/scss/patterns/TextBanner/_textBanner.scss +35 -32
  375. package/dist/scss/patterns/UserManagement/_userManagement.scss +49 -46
  376. package/dist/scss/patterns/ViewingDetails/_viewingDetails.scss +55 -52
  377. package/dist/scss/patterns/ViewingsList/_viewingsList.scss +44 -41
  378. package/dist/scss/site-furniture/Footer/_footer.scss +104 -95
  379. package/dist/scss/site-furniture/Header/_header.scss +176 -173
  380. package/dist/site-furniture/Footer/Footer.cjs +2 -1
  381. package/dist/site-furniture/Footer/Footer.js +4 -2
  382. package/dist/site-furniture/Footer/_footer.css +1 -0
  383. package/dist/site-furniture/Header/Header.cjs +2 -1
  384. package/dist/site-furniture/Header/Header.js +2 -0
  385. package/dist/site-furniture/Header/_header.css +1 -0
  386. package/package.json +4 -3
@@ -1,56 +1,59 @@
1
1
  @use '../../allPartials' as *;
2
+ @use '../../layers';
2
3
 
3
- .#{$px}-bid-snapshot {
4
- position: relative;
4
+ @layer seldon.patterns {
5
+ .#{$px}-bid-snapshot {
6
+ position: relative;
5
7
 
6
- &__text .#{$px}-has-separators .#{$px}-detail.#{$px}-detail {
7
- flex-wrap: wrap;
8
- gap: 0 $spacing-sm;
9
- }
8
+ &__text .#{$px}-has-separators .#{$px}-detail.#{$px}-detail {
9
+ flex-wrap: wrap;
10
+ gap: 0 $spacing-sm;
11
+ }
10
12
 
11
- &__current-bid,
12
- &__sold {
13
- .#{$px}-detail__value .#{$px}-text.#{$px}-text {
14
- font-variation-settings: 'wght' 600;
13
+ &__current-bid,
14
+ &__sold {
15
+ .#{$px}-detail__value .#{$px}-text.#{$px}-text {
16
+ font-variation-settings: 'wght' 600;
17
+ }
15
18
  }
16
- }
17
19
 
18
- &:has(.#{$px}-bid-message) &__text .#{$px}-detail {
19
- padding-bottom: 0;
20
- }
20
+ &:has(.#{$px}-bid-message) &__text .#{$px}-detail {
21
+ padding-bottom: 0;
22
+ }
21
23
 
22
- .#{$px}-countdown {
23
- align-items: flex-start;
24
- padding: 0;
25
- position: absolute;
26
- top: calc(100% + $spacing-xsm);
27
- }
24
+ .#{$px}-countdown {
25
+ align-items: flex-start;
26
+ padding: 0;
27
+ position: absolute;
28
+ top: calc(100% + $spacing-xsm);
29
+ }
28
30
 
29
- &--live:has(.#{$px}-countdown) {
30
- border-bottom: 1px solid $light-gray;
31
- margin-bottom: $spacing-md;
32
- }
31
+ &--live:has(.#{$px}-countdown) {
32
+ border-bottom: 1px solid $light-gray;
33
+ margin-bottom: $spacing-md;
34
+ }
33
35
 
34
- // styles that will apply to bid message inside bid snapshot only
35
- .#{$px}-bid-message {
36
- &.#{$px}-bid-message {
37
- margin-bottom: $spacing-sm;
36
+ // styles that will apply to bid message inside bid snapshot only
37
+ .#{$px}-bid-message {
38
+ &.#{$px}-bid-message {
39
+ margin-bottom: $spacing-sm;
40
+ }
38
41
  }
39
42
  }
40
- }
41
43
 
42
- .#{$px}-bid-message {
43
- align-items: center;
44
- display: flex;
45
- gap: $spacing-micro;
44
+ .#{$px}-bid-message {
45
+ align-items: center;
46
+ display: flex;
47
+ gap: $spacing-micro;
46
48
 
47
- // Override the default text style being too specific
48
- &-text {
49
- font-variation-settings: 'wght' 600;
50
- margin-bottom: 0;
51
- }
49
+ // Override the default text style being too specific
50
+ &-text {
51
+ font-variation-settings: 'wght' 600;
52
+ margin-bottom: 0;
53
+ }
52
54
 
53
- &__icon {
54
- font-size: 0.5em;
55
+ &__icon {
56
+ font-size: 0.5em;
57
+ }
55
58
  }
56
59
  }
@@ -1,106 +1,107 @@
1
1
  @use '../../allPartials' as *;
2
-
3
- .#{$px}-country-picker {
4
- &__modal {
5
- display: flex;
6
- flex-direction: column;
7
- height: 80vh;
8
- width: 635px;
9
-
10
- @media (max-width: $breakpoint-md) {
11
- height: 100dvh;
12
- width: 100%;
2
+ @use '../../layers';
3
+
4
+ @layer seldon.patterns {
5
+ .#{$px}-country-picker {
6
+ &__modal {
7
+ display: flex;
8
+ flex-direction: column;
9
+ height: 80vh;
10
+ width: 635px;
11
+
12
+ @media (max-width: $breakpoint-md) {
13
+ height: 100dvh;
14
+ width: 100%;
15
+ }
13
16
  }
14
- }
15
-
16
- &__wrapper {
17
- display: flex;
18
- flex: 1;
19
- flex-direction: column;
20
- min-height: -webkit-fill-available;
21
- }
22
17
 
23
- &__header {
24
- background: $white-100;
25
- margin-bottom: 24px; // no token for this yet
26
- position: sticky;
27
- top: 0;
28
-
29
- &-text {
30
- margin-bottom: $spacing-md;
18
+ &__wrapper {
19
+ display: flex;
20
+ flex: 1;
21
+ flex-direction: column;
22
+ min-height: -webkit-fill-available;
31
23
  }
32
- }
33
24
 
34
- &__list {
35
- flex: 1;
36
- margin-bottom: $spacing-sm;
37
- min-height: 0;
38
- overflow-y: auto;
39
- }
25
+ &__header {
26
+ background: $white-100;
27
+ margin-bottom: 24px; // no token for this yet
28
+ position: sticky;
29
+ top: 0;
40
30
 
41
- &__letter-header {
42
- align-items: flex-start;
43
- display: flex;
44
- flex-direction: column;
45
- margin: $spacing-sm 0;
46
- }
31
+ &-text {
32
+ margin-bottom: $spacing-md;
33
+ }
34
+ }
47
35
 
48
- &__letter-text {
49
- &.seldon-text {
50
- margin-bottom: 0;
36
+ &__list {
37
+ flex: 1;
38
+ margin-bottom: $spacing-sm;
39
+ min-height: 0;
40
+ overflow-y: auto;
51
41
  }
52
- }
53
42
 
54
- &__letter-line {
55
- border-bottom: 1px solid $light-gray;
56
- height: 0;
57
- width: 100%;
58
- }
43
+ &__letter-header {
44
+ align-items: flex-start;
45
+ display: flex;
46
+ flex-direction: column;
47
+ margin: $spacing-sm 0;
48
+ }
59
49
 
60
- &__button-container {
61
- background: $white-100;
62
- border-top: 1px solid $light-gray;
63
- margin-top: auto;
64
- padding-top: 1rem;
65
- width: 100%;
50
+ &__letter-text {
51
+ &.seldon-text {
52
+ margin-bottom: 0;
53
+ }
54
+ }
66
55
 
67
- button {
56
+ &__letter-line {
57
+ border-bottom: 1px solid $light-gray;
58
+ height: 0;
68
59
  width: 100%;
69
60
  }
70
- }
71
61
 
72
- &__input-wrapper {
73
- padding-bottom: 0.25rem;
74
- position: relative;
75
- width: 100%;
62
+ &__button-container {
63
+ background: $white-100;
64
+ border-top: 1px solid $light-gray;
65
+ margin-top: auto;
66
+ padding-top: 1rem;
67
+ width: 100%;
76
68
 
77
- .seldon-input__validation {
78
- display: none;
69
+ button {
70
+ width: 100%;
71
+ }
79
72
  }
80
73
 
81
- input {
82
- padding-left: $spacing-md;
74
+ &__input-wrapper {
75
+ padding-bottom: 0.25rem;
76
+ position: relative;
77
+ width: 100%;
83
78
 
84
- &::placeholder {
85
- font-variation-settings: 'wght' 700;
79
+ .seldon-input__validation {
80
+ display: none;
86
81
  }
87
82
 
88
- // Remove iOS gray background
89
- @supports (-webkit-touch-callout: none) {
90
- appearance: none;
91
- background-color: $white-100;
83
+ input {
84
+ &::placeholder {
85
+ font-variation-settings: 'wght' 700;
86
+ }
87
+
88
+ // Remove iOS gray background
89
+ @supports (-webkit-touch-callout: none) {
90
+ appearance: none;
91
+ background-color: $white-100;
92
+ }
92
93
  }
93
94
  }
94
- }
95
95
 
96
- .#{$px}-country-picker__input-wrapper .seldon-input__label {
97
- border: 0;
98
- height: 1px;
99
- margin: -1px;
100
- overflow: hidden;
101
- padding: 0;
102
- position: absolute;
103
- white-space: nowrap;
104
- width: 1px;
96
+ .#{$px}-country-picker__input-wrapper .seldon-input__label {
97
+ border: 0;
98
+ height: 1px;
99
+ margin: -1px;
100
+ overflow: hidden;
101
+ padding: 0;
102
+ position: absolute;
103
+ white-space: nowrap;
104
+ width: 1px;
105
+ }
105
106
  }
106
107
  }
@@ -1,87 +1,90 @@
1
1
  @use '../../allPartials' as *;
2
+ @use '../../layers';
2
3
 
3
- .#{$px}-country-picker {
4
- &__option {
5
- align-items: center;
6
- background: $white-100;
7
- border: 1px solid transparent;
8
- border-radius: $radius-xs;
9
- cursor: pointer;
10
- display: flex;
11
- flex-direction: row-reverse;
12
- font-variation-settings: 'wght' 600;
13
- justify-content: space-between;
14
- margin-bottom: $spacing-micro;
15
- margin-right: 1px; // account for scroll bar
16
- outline: none;
17
- padding: 12px $spacing-sm;
18
- transition:
19
- border-color 0.2s,
20
- background 0.2s;
4
+ @layer seldon.patterns {
5
+ .#{$px}-country-picker {
6
+ &__option {
7
+ align-items: center;
8
+ background: $white-100;
9
+ border: 1px solid transparent;
10
+ border-radius: $radius-xs;
11
+ cursor: pointer;
12
+ display: flex;
13
+ flex-direction: row-reverse;
14
+ font-variation-settings: 'wght' 600;
15
+ justify-content: space-between;
16
+ margin-bottom: $spacing-micro;
17
+ margin-right: 1px; // account for scroll bar
18
+ outline: none;
19
+ padding: 12px $spacing-sm;
20
+ transition:
21
+ border-color 0.2s,
22
+ background 0.2s;
21
23
 
22
- &--selected {
23
- border: 1px solid $pure-black;
24
+ &--selected {
25
+ border: 1px solid $pure-black;
24
26
 
25
- .#{$px}-country-picker__radio {
26
- accent-color: $pure-black;
27
+ .#{$px}-country-picker__radio {
28
+ accent-color: $pure-black;
29
+ }
27
30
  }
28
- }
29
31
 
30
- &--is-phone:focus-within {
31
- box-shadow: inset 0 0 0 2px $focus-default;
32
- outline: none;
33
- }
32
+ &--is-phone:focus-within {
33
+ box-shadow: inset 0 0 0 2px $focus-default;
34
+ outline: none;
35
+ }
34
36
 
35
- &-content {
36
- display: flex;
37
- flex: 1;
38
- justify-content: space-between;
39
- .#{$px}-text {
40
- font-variation-settings: 'wght' 600;
37
+ &-content {
38
+ display: flex;
39
+ flex: 1;
40
+ justify-content: space-between;
41
+ .#{$px}-text {
42
+ font-variation-settings: 'wght' 600;
43
+ }
41
44
  }
42
- }
43
45
 
44
- &-flag {
45
- align-items: center;
46
- display: flex;
47
- height: 1rem;
48
- justify-content: center;
49
- margin-right: $spacing-sm;
50
- overflow: hidden;
51
- width: 1.5rem;
46
+ &-flag {
47
+ align-items: center;
48
+ display: flex;
49
+ height: 1rem;
50
+ justify-content: center;
51
+ margin-right: $spacing-sm;
52
+ overflow: hidden;
53
+ width: 1.5rem;
52
54
 
53
- @media (min-width: $breakpoint-md) {
54
- height: 1.25rem;
55
- width: 1.75rem;
56
- }
55
+ @media (min-width: $breakpoint-md) {
56
+ height: 1.25rem;
57
+ width: 1.75rem;
58
+ }
57
59
 
58
- &-img {
59
- display: block;
60
- height: 100%;
61
- width: auto;
60
+ &-img {
61
+ display: block;
62
+ height: 100%;
63
+ width: auto;
64
+ }
62
65
  }
63
66
  }
64
- }
65
- .#{$px}-country-picker__radio {
66
- height: 1.25rem;
67
- width: 1.25rem;
68
- }
67
+ .#{$px}-country-picker__radio {
68
+ height: 1.25rem;
69
+ width: 1.25rem;
70
+ }
69
71
 
70
- &__radio--visually-hidden {
71
- border: 0;
72
- height: 1px;
73
- margin: -1px;
74
- opacity: 0;
75
- padding: 0;
76
- white-space: nowrap;
77
- width: 1px;
72
+ &__radio--visually-hidden {
73
+ border: 0;
74
+ height: 1px;
75
+ margin: -1px;
76
+ opacity: 0;
77
+ padding: 0;
78
+ white-space: nowrap;
79
+ width: 1px;
80
+ }
78
81
  }
79
- }
80
82
 
81
- // When both selected and focused, show both the border and focus ring
82
- .#{$px}-country-picker__option--is-phone.#{$px}-country-picker__option--selected {
83
- &:focus-within {
84
- box-shadow: inset 0 0 0 2px $focus-default;
85
- outline: none;
83
+ // When both selected and focused, show both the border and focus ring
84
+ .#{$px}-country-picker__option--is-phone.#{$px}-country-picker__option--selected {
85
+ &:focus-within {
86
+ box-shadow: inset 0 0 0 2px $focus-default;
87
+ outline: none;
88
+ }
86
89
  }
87
90
  }
@@ -1,103 +1,106 @@
1
1
  @use '../../allPartials' as *;
2
+ @use '../../layers';
2
3
 
3
- .#{$px}-country-picker {
4
- &__trigger {
5
- display: flex;
6
- flex-direction: column;
7
- width: 100%;
4
+ @layer seldon.patterns {
5
+ .#{$px}-country-picker {
6
+ &__trigger {
7
+ display: flex;
8
+ flex-direction: column;
9
+ width: 100%;
8
10
 
9
- &-label {
10
- margin-bottom: $spacing-xsm;
11
- white-space: nowrap;
11
+ &-label {
12
+ margin-bottom: $spacing-xsm;
13
+ white-space: nowrap;
12
14
 
13
- &--error {
14
- color: $error-red;
15
+ &--error {
16
+ color: $error-red;
17
+ }
15
18
  }
16
- }
17
19
 
18
- &-btn {
19
- @include text($bodyMedium);
20
+ &-btn {
21
+ @include text($bodyMedium);
20
22
 
21
- align-items: center;
22
- appearance: none;
23
- background: $white;
24
- border: 1px solid $black-100;
25
- border-radius: $radius-xs;
26
- box-sizing: border-box;
27
- color: $text-default;
28
- cursor: pointer;
29
- display: flex;
30
- flex-direction: row;
31
- font-variation-settings: 'wght' 600;
32
- justify-content: space-between;
33
- padding: $spacing-xsm;
34
- width: 100%;
23
+ align-items: center;
24
+ appearance: none;
25
+ background: $white;
26
+ border: 1px solid $black-100;
27
+ border-radius: $radius-xs;
28
+ box-sizing: border-box;
29
+ color: $text-default;
30
+ cursor: pointer;
31
+ display: flex;
32
+ flex-direction: row;
33
+ font-variation-settings: 'wght' 600;
34
+ justify-content: space-between;
35
+ padding: $spacing-xsm;
36
+ width: 100%;
35
37
 
36
- &:focus-visible {
37
- @include focus-ring($border-radius: $radius-xs);
38
- }
38
+ &:focus-visible {
39
+ @include focus-ring($border-radius: $radius-xs);
40
+ }
39
41
 
40
- &--error {
41
- border-color: $error-red;
42
- box-shadow: inset 0 0 3px 3px $error-pink;
42
+ &--error {
43
+ border-color: $error-red;
44
+ box-shadow: inset 0 0 3px 3px $error-pink;
45
+ }
43
46
  }
44
- }
45
47
 
46
- &-text {
47
- flex: 1;
48
- font-variation-settings: 'wght' 600;
49
- margin-left: $spacing-xsm;
50
- margin-right: $spacing-xsm;
51
- overflow: hidden;
52
- text-align: left;
53
- text-overflow: ellipsis;
54
- white-space: nowrap;
55
- }
48
+ &-text {
49
+ flex: 1;
50
+ font-variation-settings: 'wght' 600;
51
+ margin-left: $spacing-xsm;
52
+ margin-right: $spacing-xsm;
53
+ overflow: hidden;
54
+ text-align: left;
55
+ text-overflow: ellipsis;
56
+ white-space: nowrap;
57
+ }
56
58
 
57
- &-icon {
58
- align-items: center;
59
- display: flex;
59
+ &-icon {
60
+ align-items: center;
61
+ display: flex;
60
62
 
61
- // 1.4em matches the line-height from body-styles mixin, ensuring icon scales with font-size at different breakpoints
62
- // This keeps the trigger button height aligned with the Input component across all screen sizes
63
- height: 1.4em;
64
- width: 1.4em;
65
- }
63
+ // 1.4em matches the line-height from body-styles mixin, ensuring icon scales with font-size at different breakpoints
64
+ // This keeps the trigger button height aligned with the Input component across all screen sizes
65
+ height: 1.4em;
66
+ width: 1.4em;
67
+ }
66
68
 
67
- &-flag {
68
- align-items: center;
69
- display: flex;
70
- height: 1rem;
71
- justify-content: center;
72
- overflow: hidden;
73
- width: 1.5rem;
69
+ &-flag {
70
+ align-items: center;
71
+ display: flex;
72
+ height: 1rem;
73
+ justify-content: center;
74
+ overflow: hidden;
75
+ width: 1.5rem;
74
76
 
75
- @media (min-width: $breakpoint-md) {
76
- height: 1.25rem;
77
- width: 1.75rem;
78
- }
77
+ @media (min-width: $breakpoint-md) {
78
+ height: 1.25rem;
79
+ width: 1.75rem;
80
+ }
79
81
 
80
- &-img {
81
- display: block;
82
- height: 100%;
83
- width: auto;
82
+ &-img {
83
+ display: block;
84
+ height: 100%;
85
+ width: auto;
86
+ }
84
87
  }
85
88
  }
86
89
  }
87
- }
88
- .#{$px}-input__validation {
89
- animation: reveal 0.45s linear forwards;
90
- }
91
- .#{$px}-input__empty-validation {
92
- line-height: $spacing-sm;
93
- }
94
-
95
- @keyframes reveal {
96
- 0% {
97
- opacity: 0;
90
+ .#{$px}-input__validation {
91
+ animation: reveal 0.45s linear forwards;
92
+ }
93
+ .#{$px}-input__empty-validation {
94
+ line-height: $spacing-sm;
98
95
  }
99
96
 
100
- 100% {
101
- opacity: 1;
97
+ @keyframes reveal {
98
+ 0% {
99
+ opacity: 0;
100
+ }
101
+
102
+ 100% {
103
+ opacity: 1;
104
+ }
102
105
  }
103
106
  }