@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.
- package/README.md +85 -5
- package/dist/_virtual/index3.cjs +1 -1
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.cjs +1 -1
- package/dist/_virtual/index4.js +2 -4
- package/dist/_virtual/index5.cjs +1 -1
- package/dist/_virtual/index5.js +4 -2
- package/dist/components/Accordion/Accordion.cjs +2 -1
- package/dist/components/Accordion/Accordion.js +5 -3
- package/dist/components/Accordion/_accordion.css +1 -0
- package/dist/components/AddToCalendar/AddToCalendar.cjs +2 -1
- package/dist/components/AddToCalendar/AddToCalendar.js +2 -0
- package/dist/components/AddToCalendar/_addToCalendar.css +1 -0
- package/dist/components/Article/Article.cjs +2 -1
- package/dist/components/Article/Article.js +2 -0
- package/dist/components/Article/_article.css +1 -0
- package/dist/components/Banner/Banner.cjs +2 -1
- package/dist/components/Banner/Banner.js +4 -2
- package/dist/components/Banner/_banner.css +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.cjs +2 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +16 -14
- package/dist/components/Breadcrumb/_breadcrumb.css +1 -0
- package/dist/components/Button/Button.cjs +2 -1
- package/dist/components/Button/Button.js +2 -0
- package/dist/components/Button/_button.css +1 -0
- package/dist/components/Card/Card.cjs +2 -1
- package/dist/components/Card/Card.js +4 -2
- package/dist/components/Card/_card.css +1 -0
- package/dist/components/Carousel/Carousel.cjs +2 -1
- package/dist/components/Carousel/Carousel.js +68 -69
- package/dist/components/Carousel/CarouselDot.cjs +1 -1
- package/dist/components/Carousel/CarouselDot.d.ts +4 -2
- package/dist/components/Carousel/CarouselDot.js +12 -11
- package/dist/components/Carousel/CarouselDots.cjs +1 -1
- package/dist/components/Carousel/CarouselDots.js +62 -58
- package/dist/components/Carousel/_carousel.css +1 -0
- package/dist/components/ComboBox/ComboBox.cjs +3 -1
- package/dist/components/ComboBox/ComboBox.js +35 -31
- package/dist/components/ComboBox/ComboBox.stories.d.ts +1 -0
- package/dist/components/ComboBox/_combobox.css +1 -0
- package/dist/components/ComposedModal/ComposedModal.cjs +2 -1
- package/dist/components/ComposedModal/ComposedModal.js +11 -9
- package/dist/components/ComposedModal/_composedModal.css +1 -0
- package/dist/components/ContentPeek/ContentPeek.cjs +2 -1
- package/dist/components/ContentPeek/ContentPeek.js +2 -0
- package/dist/components/ContentPeek/_contentPeek.css +1 -0
- package/dist/components/Countdown/Countdown.cjs +2 -1
- package/dist/components/Countdown/Countdown.js +13 -11
- package/dist/components/Countdown/Duration.cjs +2 -1
- package/dist/components/Countdown/Duration.js +4 -2
- package/dist/components/Countdown/_countdown.css +1 -0
- package/dist/components/Countdown/_duration.css +1 -0
- package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.cjs +2 -1
- package/dist/components/DescriptiveRadioButton/DescriptiveRadioButton.js +22 -20
- package/dist/components/DescriptiveRadioButton/_descriptiveRadioButton.css +1 -0
- package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.cjs +2 -1
- package/dist/components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.js +7 -5
- package/dist/components/DescriptiveRadioButtonGroup/_descriptiveRadioButtonGroup.css +1 -0
- package/dist/components/Detail/Detail.cjs +2 -1
- package/dist/components/Detail/Detail.js +5 -3
- package/dist/components/Detail/_detail.css +1 -0
- package/dist/components/DetailList/DetailList.cjs +2 -1
- package/dist/components/DetailList/DetailList.js +14 -12
- package/dist/components/DetailList/_detailList.css +1 -0
- package/dist/components/Divider/Divider.cjs +2 -1
- package/dist/components/Divider/Divider.js +8 -6
- package/dist/components/Divider/_divider.css +1 -0
- package/dist/components/Drawer/Drawer.cjs +2 -1
- package/dist/components/Drawer/Drawer.js +9 -7
- package/dist/components/Drawer/DrawerHeader.cjs +2 -1
- package/dist/components/Drawer/DrawerHeader.js +12 -10
- package/dist/components/Drawer/_drawer.css +1 -0
- package/dist/components/Drawer/_drawerHeader.css +1 -0
- package/dist/components/Dropdown/Dropdown.cjs +2 -1
- package/dist/components/Dropdown/Dropdown.js +2 -0
- package/dist/components/Dropdown/_dropdown.css +1 -0
- package/dist/components/ExitGateCard/ExitGateCard.cjs +2 -1
- package/dist/components/ExitGateCard/ExitGateCard.js +6 -4
- package/dist/components/ExitGateCard/_exitGateCard.css +1 -0
- package/dist/components/FavoritingTileButton/FavoritingTileButton.cjs +2 -1
- package/dist/components/FavoritingTileButton/FavoritingTileButton.js +8 -6
- package/dist/components/FavoritingTileButton/_favoritingTileButton.css +1 -0
- package/dist/components/Filter/Filter.cjs +2 -1
- package/dist/components/Filter/Filter.js +9 -7
- package/dist/components/Filter/_filter.css +1 -0
- package/dist/components/Grid/Grid.cjs +2 -1
- package/dist/components/Grid/Grid.js +13 -11
- package/dist/components/Grid/_grid.css +1 -0
- package/dist/components/GridItem/GridItem.cjs +2 -1
- package/dist/components/GridItem/GridItem.js +2 -0
- package/dist/components/GridItem/_gridItem.css +1 -0
- package/dist/components/Icon/Icon.cjs +2 -1
- package/dist/components/Icon/Icon.js +6 -4
- package/dist/components/Icon/_icon.css +1 -0
- package/dist/components/IconButton/IconButton.cjs +2 -1
- package/dist/components/IconButton/IconButton.js +11 -9
- package/dist/components/IconButton/_iconButton.css +1 -0
- package/dist/components/Input/Input.cjs +3 -1
- package/dist/components/Input/Input.js +4 -0
- package/dist/components/Input/_input.css +1 -0
- package/dist/components/Link/Link.cjs +2 -1
- package/dist/components/Link/Link.js +10 -8
- package/dist/components/Link/_link.css +1 -0
- package/dist/components/LinkBlock/LinkBlock.cjs +2 -1
- package/dist/components/LinkBlock/LinkBlock.js +8 -6
- package/dist/components/LinkBlock/_linkBlock.css +1 -0
- package/dist/components/LinkList/LinkList.cjs +2 -1
- package/dist/components/LinkList/LinkList.js +11 -9
- package/dist/components/LinkList/_linkList.css +1 -0
- package/dist/components/Loader/Loader.cjs +2 -1
- package/dist/components/Loader/Loader.js +8 -6
- package/dist/components/Loader/_loader.css +1 -0
- package/dist/components/Modal/Modal.cjs +2 -1
- package/dist/components/Modal/Modal.js +6 -4
- package/dist/components/Modal/_modal.css +1 -0
- package/dist/components/Navigation/Navigation.cjs +2 -1
- package/dist/components/Navigation/Navigation.js +10 -8
- package/dist/components/Navigation/NavigationItem/NavigationItem.cjs +2 -1
- package/dist/components/Navigation/NavigationItem/NavigationItem.js +6 -4
- package/dist/components/Navigation/NavigationItem/_navigationItem.css +1 -0
- package/dist/components/Navigation/NavigationItemWithSubmenu/NavigationItemWithSubmenu.cjs +2 -1
- package/dist/components/Navigation/NavigationItemWithSubmenu/NavigationItemWithSubmenu.js +8 -6
- package/dist/components/Navigation/NavigationItemWithSubmenu/_navigationItemWithSubmenu.css +1 -0
- package/dist/components/Navigation/NavigationList/NavigationList.cjs +2 -1
- package/dist/components/Navigation/NavigationList/NavigationList.js +9 -7
- package/dist/components/Navigation/NavigationList/_navigationList.css +1 -0
- package/dist/components/Navigation/_navigation.css +1 -0
- package/dist/components/NotificationBanner/NotificationBanner.cjs +2 -1
- package/dist/components/NotificationBanner/NotificationBanner.js +4 -2
- package/dist/components/NotificationBanner/_notificationBanner.css +1 -0
- package/dist/components/PageContentWrapper/PageContentWrapper.cjs +2 -1
- package/dist/components/PageContentWrapper/PageContentWrapper.js +11 -9
- package/dist/components/PageContentWrapper/_pageContentWrapper.css +1 -0
- package/dist/components/Pagination/Pagination.cjs +2 -1
- package/dist/components/Pagination/Pagination.js +2 -0
- package/dist/components/Pagination/_pagination.css +1 -0
- package/dist/components/PinchZoom/PinchZoom.cjs +2 -1
- package/dist/components/PinchZoom/PinchZoom.js +2 -0
- package/dist/components/PinchZoom/_pinchZoom.css +1 -0
- package/dist/components/ProgressBar/ProgressBar.cjs +2 -1
- package/dist/components/ProgressBar/ProgressBar.js +2 -0
- package/dist/components/ProgressBar/_progressBar.css +1 -0
- package/dist/components/ProgressIndicator/ProgressIndicator.cjs +2 -1
- package/dist/components/ProgressIndicator/ProgressIndicator.js +13 -11
- package/dist/components/ProgressIndicator/_progressIndicator.css +1 -0
- package/dist/components/Row/Row.cjs +2 -1
- package/dist/components/Row/Row.js +6 -4
- package/dist/components/Row/_row.css +1 -0
- package/dist/components/Search/Search.cjs +2 -1
- package/dist/components/Search/Search.js +2 -0
- package/dist/components/Search/SearchButton.cjs +2 -1
- package/dist/components/Search/SearchButton.js +4 -2
- package/dist/components/Search/SearchResults/SearchResults.cjs +2 -1
- package/dist/components/Search/SearchResults/SearchResults.js +4 -2
- package/dist/components/Search/SearchResults/_searchResults.css +1 -0
- package/dist/components/Search/_search.css +1 -0
- package/dist/components/Search/_searchButton.css +1 -0
- package/dist/components/SeldonImage/SeldonImage.cjs +2 -1
- package/dist/components/SeldonImage/SeldonImage.js +2 -0
- package/dist/components/SeldonImage/_seldonImage.css +1 -0
- package/dist/components/Select/Select.cjs +3 -1
- package/dist/components/Select/Select.js +21 -17
- package/dist/components/Select/_select.css +1 -0
- package/dist/components/SlideToActivate/SlideToActivate.cjs +2 -1
- package/dist/components/SlideToActivate/SlideToActivate.js +2 -0
- package/dist/components/SlideToActivate/_slideToActivate.css +1 -0
- package/dist/components/SplitPanel/SplitPanel.cjs +2 -1
- package/dist/components/SplitPanel/SplitPanel.js +6 -4
- package/dist/components/SplitPanel/_splitPanel.css +1 -0
- package/dist/components/Tabs/TabsContainer.cjs +2 -1
- package/dist/components/Tabs/TabsContainer.js +2 -0
- package/dist/components/Tabs/_tabs.css +1 -0
- package/dist/components/Tags/Tags.cjs +2 -1
- package/dist/components/Tags/Tags.js +10 -8
- package/dist/components/Tags/_tags.css +1 -0
- package/dist/components/Text/Text.cjs +2 -1
- package/dist/components/Text/Text.js +6 -4
- package/dist/components/Text/_text.css +1 -0
- package/dist/components/TextArea/TextArea.cjs +3 -1
- package/dist/components/TextArea/TextArea.js +14 -10
- package/dist/components/TextArea/TextArea.stories.d.ts +1 -0
- package/dist/components/TextArea/_textArea.css +1 -0
- package/dist/components/TextSymbol/TextSymbol.cjs +2 -1
- package/dist/components/TextSymbol/TextSymbol.js +7 -5
- package/dist/components/TextSymbol/_textSymbol.css +1 -0
- package/dist/components/Toast/Toast.cjs +2 -1
- package/dist/components/Toast/Toast.js +2 -0
- package/dist/components/Toast/_toast.css +1 -0
- package/dist/components/Toggle/_toggle.css +1 -0
- package/dist/components/Video/Video.cjs +2 -1
- package/dist/components/Video/Video.js +2 -0
- package/dist/components/Video/_video.css +1 -0
- package/dist/node_modules/@artsy/fresnel/dist/index.cjs +1 -1
- package/dist/node_modules/@artsy/fresnel/dist/index.js +1 -1
- package/dist/node_modules/classnames/index.cjs +1 -1
- package/dist/node_modules/classnames/index.js +1 -1
- package/dist/node_modules/usehooks-ts/dist/index.cjs +1 -1
- package/dist/node_modules/usehooks-ts/dist/index.js +1 -1
- package/dist/pages/Page.cjs +2 -1
- package/dist/pages/Page.js +4 -2
- package/dist/pages/_page.css +1 -0
- package/dist/patterns/AccountPageHeader/AccountPageHeader.cjs +2 -1
- package/dist/patterns/AccountPageHeader/AccountPageHeader.js +11 -9
- package/dist/patterns/AccountPageHeader/_accountPageHeader.css +1 -0
- package/dist/patterns/BidSnapshot/BidSnapshot.cjs +2 -1
- package/dist/patterns/BidSnapshot/BidSnapshot.js +2 -0
- package/dist/patterns/BidSnapshot/_bidSnapshot.css +1 -0
- package/dist/patterns/CountryPicker/CountryPicker.stories.d.ts +4 -0
- package/dist/patterns/CountryPicker/CountryPickerModal.cjs +2 -1
- package/dist/patterns/CountryPicker/CountryPickerModal.js +8 -6
- package/dist/patterns/CountryPicker/CountryPickerOption.cjs +2 -1
- package/dist/patterns/CountryPicker/CountryPickerOption.js +6 -4
- package/dist/patterns/CountryPicker/CountryPickerTrigger.cjs +3 -1
- package/dist/patterns/CountryPicker/CountryPickerTrigger.js +11 -7
- package/dist/patterns/CountryPicker/_countryPickerModal.css +1 -0
- package/dist/patterns/CountryPicker/_countryPickerOption.css +1 -0
- package/dist/patterns/CountryPicker/_countryPickerTrigger.css +1 -0
- package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.cjs +2 -1
- package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +4 -2
- package/dist/patterns/FavoritesCollectionTile/_favoritesCollectionTile.css +1 -0
- package/dist/patterns/FilterMenu/FilterMenu.cjs +2 -1
- package/dist/patterns/FilterMenu/FilterMenu.js +6 -4
- package/dist/patterns/FilterMenu/_filterMenu.css +1 -0
- package/dist/patterns/FiltersInline/FilterButton.cjs +2 -1
- package/dist/patterns/FiltersInline/FilterButton.js +11 -9
- package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.cjs +2 -1
- package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +16 -14
- package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.cjs +2 -1
- package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +6 -4
- package/dist/patterns/FiltersInline/FiltersInline.cjs +2 -1
- package/dist/patterns/FiltersInline/FiltersInline.js +6 -4
- package/dist/patterns/FiltersInline/_filterButton.css +1 -0
- package/dist/patterns/FiltersInline/_filterDropdownMenu.css +1 -0
- package/dist/patterns/FiltersInline/_filtersInline.css +1 -0
- package/dist/patterns/HeroBanner/HeroBanner.cjs +2 -1
- package/dist/patterns/HeroBanner/HeroBanner.js +15 -13
- package/dist/patterns/HeroBanner/_heroBanner.css +1 -0
- package/dist/patterns/LanguageSelector/LanguageSelector.cjs +2 -1
- package/dist/patterns/LanguageSelector/LanguageSelector.js +10 -8
- package/dist/patterns/LanguageSelector/_languageSelector.css +1 -0
- package/dist/patterns/ObjectTile/ObjectTile.cjs +2 -1
- package/dist/patterns/ObjectTile/ObjectTile.js +20 -18
- package/dist/patterns/ObjectTile/_objectTile.css +1 -0
- package/dist/patterns/PhoneNumberInput/PhoneNumberInput.cjs +2 -1
- package/dist/patterns/PhoneNumberInput/PhoneNumberInput.js +2 -0
- package/dist/patterns/PhoneNumberInput/_phoneNumberInput.css +1 -0
- package/dist/patterns/ProgressWizard/ProgressWizard.cjs +2 -1
- package/dist/patterns/ProgressWizard/ProgressWizard.js +7 -5
- package/dist/patterns/ProgressWizard/_progressWizard.css +1 -0
- package/dist/patterns/SaleCard/SaleCard.cjs +2 -1
- package/dist/patterns/SaleCard/SaleCard.js +12 -10
- package/dist/patterns/SaleCard/SaleCardActions.cjs +2 -1
- package/dist/patterns/SaleCard/SaleCardActions.js +6 -4
- package/dist/patterns/SaleCard/_saleCard.css +1 -0
- package/dist/patterns/SaleCard/_saleCardActions.css +1 -0
- package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.cjs +2 -1
- package/dist/patterns/SaleHeaderBanner/SaleHeaderBanner.js +2 -0
- package/dist/patterns/SaleHeaderBanner/_saleHeaderBanner.css +1 -0
- package/dist/patterns/Social/Social.cjs +2 -1
- package/dist/patterns/Social/Social.js +2 -0
- package/dist/patterns/Social/_social.css +1 -0
- package/dist/patterns/Subscribe/Subscribe.cjs +2 -1
- package/dist/patterns/Subscribe/Subscribe.js +10 -8
- package/dist/patterns/Subscribe/_subscribe.css +1 -0
- package/dist/patterns/TextBanner/TextBanner.cjs +2 -1
- package/dist/patterns/TextBanner/TextBanner.js +10 -8
- package/dist/patterns/TextBanner/_textBanner.css +1 -0
- package/dist/patterns/UserManagement/UserManagement.cjs +2 -1
- package/dist/patterns/UserManagement/UserManagement.js +13 -11
- package/dist/patterns/UserManagement/_userManagement.css +1 -0
- package/dist/patterns/ViewingDetails/ViewingDetails.cjs +2 -1
- package/dist/patterns/ViewingDetails/ViewingDetails.js +6 -4
- package/dist/patterns/ViewingDetails/_viewingDetails.css +1 -0
- package/dist/patterns/ViewingsList/ViewingsList.cjs +2 -1
- package/dist/patterns/ViewingsList/ViewingsList.js +2 -0
- package/dist/patterns/ViewingsList/ViewingsListCard.cjs +2 -1
- package/dist/patterns/ViewingsList/ViewingsListCard.js +8 -6
- package/dist/patterns/ViewingsList/_viewingsList.css +1 -0
- package/dist/providers/SeldonProvider/SeldonProvider.cjs +2 -1
- package/dist/providers/SeldonProvider/SeldonProvider.js +3 -1
- package/dist/scss/_allPartials.scss +2 -1
- package/dist/scss/_foundation.css +1 -0
- package/dist/scss/_foundation.scss +69 -0
- package/dist/scss/_layers.scss +12 -0
- package/dist/scss/_reset.scss +57 -53
- package/dist/scss/_sharedClasses.scss +61 -57
- package/dist/scss/_typography.scss +64 -52
- package/dist/scss/_vars.scss +6 -5
- package/dist/scss/_vars.scss.cjs +6 -5
- package/dist/scss/_vars.scss.js +6 -5
- package/dist/scss/componentStyles.scss +3 -66
- package/dist/scss/components/Accordion/_accordion.scss +102 -99
- package/dist/scss/components/AddToCalendar/_addToCalendar.scss +69 -52
- package/dist/scss/components/Article/_article.scss +22 -19
- package/dist/scss/components/Banner/_banner.scss +137 -134
- package/dist/scss/components/Breadcrumb/_breadcrumb.scss +47 -44
- package/dist/scss/components/Button/_button.scss +240 -216
- package/dist/scss/components/Card/_card.scss +86 -83
- package/dist/scss/components/Carousel/_carousel.scss +169 -166
- package/dist/scss/components/ComboBox/_combobox.scss +144 -141
- package/dist/scss/components/ComposedModal/_composedModal.scss +54 -51
- package/dist/scss/components/ContentPeek/_contentPeek.scss +48 -45
- package/dist/scss/components/Countdown/_countdown.scss +64 -61
- package/dist/scss/components/Countdown/_duration.scss +6 -3
- package/dist/scss/components/DatePicker/_datePicker.scss +74 -65
- package/dist/scss/components/DescriptiveRadioButton/_descriptiveRadioButton.scss +50 -47
- package/dist/scss/components/DescriptiveRadioButtonGroup/_descriptiveRadioButtonGroup.scss +24 -21
- package/dist/scss/components/Detail/_detail.scss +39 -36
- package/dist/scss/components/DetailList/_detailList.scss +37 -34
- package/dist/scss/components/Divider/_divider.scss +15 -12
- package/dist/scss/components/Drawer/_drawer.scss +189 -186
- package/dist/scss/components/Drawer/_drawerHeader.scss +30 -27
- package/dist/scss/components/Dropdown/_dropdown.scss +79 -76
- package/dist/scss/components/ExitGateCard/_exitGateCard.scss +59 -56
- package/dist/scss/components/FavoritingTileButton/_favoritingTileButton.scss +36 -33
- package/dist/scss/components/Filter/_filter.scss +87 -84
- package/dist/scss/components/Grid/_grid.scss +20 -17
- package/dist/scss/components/GridItem/_gridItem.scss +33 -30
- package/dist/scss/components/Icon/_icon.scss +10 -7
- package/dist/scss/components/IconButton/_iconButton.scss +168 -77
- package/dist/scss/components/Input/_input.scss +205 -210
- package/dist/scss/components/Link/_link.scss +69 -64
- package/dist/scss/components/LinkBlock/_linkBlock.scss +14 -11
- package/dist/scss/components/LinkList/_linkList.scss +19 -16
- package/dist/scss/components/Loader/_loader.scss +21 -18
- package/dist/scss/components/Modal/_modal.scss +29 -26
- package/dist/scss/components/Navigation/NavigationItem/_navigationItem.scss +86 -83
- package/dist/scss/components/Navigation/NavigationItemWithSubmenu/_navigationItemWithSubmenu.scss +89 -86
- package/dist/scss/components/Navigation/NavigationList/_navigationList.scss +71 -68
- package/dist/scss/components/Navigation/_navigation.scss +122 -119
- package/dist/scss/components/NotificationBanner/_notificationBanner.scss +33 -30
- package/dist/scss/components/PageContentWrapper/_pageContentWrapper.scss +7 -4
- package/dist/scss/components/Pagination/_pagination.scss +66 -63
- package/dist/scss/components/PinchZoom/_pinchZoom.scss +28 -25
- package/dist/scss/components/ProgressBar/_progressBar.scss +77 -74
- package/dist/scss/components/ProgressIndicator/_progressIndicator.scss +55 -52
- package/dist/scss/components/Row/_row.scss +6 -3
- package/dist/scss/components/Search/SearchResults/_searchResults.scss +43 -40
- package/dist/scss/components/Search/_search.scss +127 -124
- package/dist/scss/components/Search/_searchButton.scss +53 -50
- package/dist/scss/components/SeldonImage/_seldonImage.scss +93 -90
- package/dist/scss/components/Select/_select.scss +60 -48
- package/dist/scss/components/SlideToActivate/_slideToActivate.scss +227 -224
- package/dist/scss/components/SplitPanel/_splitPanel.scss +26 -23
- package/dist/scss/components/Tabs/_tabs.scss +69 -66
- package/dist/scss/components/Tags/_tags.scss +64 -61
- package/dist/scss/components/Text/_text.scss +39 -36
- package/dist/scss/components/TextArea/_textArea.scss +102 -99
- package/dist/scss/components/TextSymbol/_textSymbol.scss +13 -10
- package/dist/scss/components/Toast/_toast.scss +82 -79
- package/dist/scss/components/Toggle/_toggle.scss +148 -145
- package/dist/scss/components/Video/_video.scss +16 -13
- package/dist/scss/layers.test.d.ts +1 -0
- package/dist/scss/patterns/AccountPageHeader/_accountPageHeader.scss +35 -32
- package/dist/scss/patterns/BidSnapshot/_bidSnapshot.scss +43 -40
- package/dist/scss/patterns/CountryPicker/_countryPickerModal.scss +82 -81
- package/dist/scss/patterns/CountryPicker/_countryPickerOption.scss +72 -69
- package/dist/scss/patterns/CountryPicker/_countryPickerTrigger.scss +83 -80
- package/dist/scss/patterns/FavoritesCollectionTile/_favoritesCollectionTile.scss +153 -151
- package/dist/scss/patterns/FilterMenu/_filterMenu.scss +14 -11
- package/dist/scss/patterns/FiltersInline/_filterButton.scss +41 -38
- package/dist/scss/patterns/FiltersInline/_filterDropdownMenu.scss +165 -162
- package/dist/scss/patterns/FiltersInline/_filtersInline.scss +31 -28
- package/dist/scss/patterns/HeroBanner/_heroBanner.scss +78 -75
- package/dist/scss/patterns/LanguageSelector/_languageSelector.scss +47 -43
- package/dist/scss/patterns/ObjectTile/_objectTile.scss +84 -81
- package/dist/scss/patterns/PhoneNumberInput/_phoneNumberInput.scss +45 -42
- package/dist/scss/patterns/ProgressWizard/_progressWizard.scss +66 -63
- package/dist/scss/patterns/SaleCard/_saleCard.scss +62 -58
- package/dist/scss/patterns/SaleCard/_saleCardActions.scss +11 -8
- package/dist/scss/patterns/SaleHeaderBanner/_saleHeaderBanner.scss +75 -72
- package/dist/scss/patterns/Social/_social.scss +65 -62
- package/dist/scss/patterns/Subscribe/_subscribe.scss +16 -13
- package/dist/scss/patterns/TextBanner/_textBanner.scss +35 -32
- package/dist/scss/patterns/UserManagement/_userManagement.scss +49 -46
- package/dist/scss/patterns/ViewingDetails/_viewingDetails.scss +55 -52
- package/dist/scss/patterns/ViewingsList/_viewingsList.scss +44 -41
- package/dist/scss/site-furniture/Footer/_footer.scss +104 -95
- package/dist/scss/site-furniture/Header/_header.scss +176 -173
- package/dist/site-furniture/Footer/Footer.cjs +2 -1
- package/dist/site-furniture/Footer/Footer.js +4 -2
- package/dist/site-furniture/Footer/_footer.css +1 -0
- package/dist/site-furniture/Header/Header.cjs +2 -1
- package/dist/site-furniture/Header/Header.js +2 -0
- package/dist/site-furniture/Header/_header.css +1 -0
- package/package.json +4 -3
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
@use '../../allPartials' as *;
|
|
2
|
+
@use '../../layers';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
@layer seldon.components {
|
|
5
|
+
.#{$px}-divider {
|
|
6
|
+
margin: $spacing-sm 0;
|
|
5
7
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
&-line {
|
|
9
|
+
background-color: $bg-border;
|
|
10
|
+
border: none;
|
|
11
|
+
border-top: 1px solid $bg-border;
|
|
12
|
+
color: $bg-border;
|
|
13
|
+
display: block;
|
|
14
|
+
height: 1px;
|
|
15
|
+
margin: 1em 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
width: 100%;
|
|
18
|
+
}
|
|
16
19
|
}
|
|
17
20
|
}
|
|
@@ -1,248 +1,251 @@
|
|
|
1
1
|
@use '../../allPartials' as *;
|
|
2
|
+
@use '../../layers';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
background-color: $white-100;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
height: 100dvh;
|
|
9
|
-
max-width: 480px;
|
|
10
|
-
position: fixed;
|
|
11
|
-
right: 0;
|
|
12
|
-
top: 0;
|
|
13
|
-
width: 100%;
|
|
14
|
-
z-index: 10;
|
|
15
|
-
|
|
16
|
-
&:focus {
|
|
17
|
-
outline: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@media (max-width: $breakpoint-sm) {
|
|
21
|
-
max-width: 100%;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@media (max-width: $breakpoint-md) {
|
|
25
|
-
padding-bottom: $padding-sm;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&__close {
|
|
4
|
+
@layer seldon.components {
|
|
5
|
+
.#{$px}-drawer {
|
|
29
6
|
align-items: center;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
right: 10px;
|
|
36
|
-
top: 10px;
|
|
37
|
-
z-index: 10;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&__overlay {
|
|
41
|
-
background-color: $black-75;
|
|
42
|
-
inset: 0;
|
|
7
|
+
background-color: $white-100;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
height: 100dvh;
|
|
11
|
+
max-width: 480px;
|
|
43
12
|
position: fixed;
|
|
13
|
+
right: 0;
|
|
14
|
+
top: 0;
|
|
15
|
+
width: 100%;
|
|
44
16
|
z-index: 10;
|
|
45
|
-
}
|
|
46
17
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
box-shadow: 0 -2px 16px rgba($pure-black, 0.08);
|
|
51
|
-
height: auto;
|
|
52
|
-
inset: auto 0 0;
|
|
53
|
-
max-width: 100%;
|
|
54
|
-
min-height: 30vh;
|
|
55
|
-
width: 100%;
|
|
18
|
+
&:focus {
|
|
19
|
+
outline: none;
|
|
20
|
+
}
|
|
56
21
|
|
|
57
22
|
@media (max-width: $breakpoint-sm) {
|
|
58
23
|
max-width: 100%;
|
|
59
24
|
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&__bottom-content {
|
|
63
|
-
align-items: center;
|
|
64
|
-
border-bottom: 1px solid $medium-gray;
|
|
65
|
-
display: flex;
|
|
66
|
-
margin-bottom: $spacing-sm;
|
|
67
|
-
width: 100%;
|
|
68
25
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
font-variation-settings: 'wght' 600;
|
|
72
|
-
margin: $spacing-md;
|
|
73
|
-
padding-right: $spacing-xxxl;
|
|
74
|
-
text-align: center;
|
|
75
|
-
width: fit-content;
|
|
26
|
+
@media (max-width: $breakpoint-md) {
|
|
27
|
+
padding-bottom: $padding-sm;
|
|
76
28
|
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&__content {
|
|
80
|
-
align-items: center;
|
|
81
|
-
display: flex;
|
|
82
|
-
flex-direction: column;
|
|
83
|
-
height: 100%;
|
|
84
|
-
overflow: hidden;
|
|
85
|
-
overflow-y: auto;
|
|
86
|
-
padding-top: $snowflake-menu-padding;
|
|
87
|
-
width: 100%;
|
|
88
|
-
|
|
89
|
-
// different designs require different padding (ep = extra padding). more info in the component.
|
|
90
29
|
|
|
91
|
-
|
|
92
|
-
|
|
30
|
+
&__close {
|
|
31
|
+
align-items: center;
|
|
32
|
+
border-radius: $radius-3xl;
|
|
33
|
+
color: $pure-black;
|
|
34
|
+
display: inline-flex;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
position: absolute;
|
|
37
|
+
right: 10px;
|
|
38
|
+
top: 10px;
|
|
39
|
+
z-index: 10;
|
|
93
40
|
}
|
|
94
41
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
42
|
+
&__overlay {
|
|
43
|
+
background-color: $black-75;
|
|
44
|
+
inset: 0;
|
|
45
|
+
position: fixed;
|
|
46
|
+
z-index: 10;
|
|
98
47
|
}
|
|
99
48
|
|
|
100
|
-
|
|
101
|
-
|
|
49
|
+
// Bottom sheet modifier
|
|
50
|
+
&--bottom {
|
|
51
|
+
border-radius: $radius-md $radius-md 0 0;
|
|
52
|
+
box-shadow: 0 -2px 16px rgba($pure-black, 0.08);
|
|
53
|
+
height: auto;
|
|
54
|
+
inset: auto 0 0;
|
|
55
|
+
max-width: 100%;
|
|
56
|
+
min-height: 30vh;
|
|
57
|
+
width: 100%;
|
|
58
|
+
|
|
59
|
+
@media (max-width: $breakpoint-sm) {
|
|
60
|
+
max-width: 100%;
|
|
61
|
+
}
|
|
102
62
|
}
|
|
103
63
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
64
|
+
&__bottom-content {
|
|
65
|
+
align-items: center;
|
|
66
|
+
border-bottom: 1px solid $medium-gray;
|
|
67
|
+
display: flex;
|
|
68
|
+
margin-bottom: $spacing-sm;
|
|
69
|
+
width: 100%;
|
|
70
|
+
|
|
71
|
+
&--label {
|
|
72
|
+
flex: 1;
|
|
73
|
+
font-variation-settings: 'wght' 600;
|
|
74
|
+
margin: $spacing-md;
|
|
75
|
+
padding-right: $spacing-xxxl;
|
|
76
|
+
text-align: center;
|
|
77
|
+
width: fit-content;
|
|
78
|
+
}
|
|
107
79
|
}
|
|
108
80
|
|
|
109
|
-
|
|
110
|
-
|
|
81
|
+
&__content {
|
|
82
|
+
align-items: center;
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
height: 100%;
|
|
86
|
+
overflow: hidden;
|
|
111
87
|
overflow-y: auto;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
88
|
+
padding-top: $snowflake-menu-padding;
|
|
89
|
+
width: 100%;
|
|
115
90
|
|
|
116
|
-
//
|
|
117
|
-
.#{$px}-drawer[data-state='open'] {
|
|
118
|
-
animation: content-show $drawer-content-transition;
|
|
119
|
-
}
|
|
91
|
+
// different designs require different padding (ep = extra padding). more info in the component.
|
|
120
92
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
93
|
+
&--ep0 {
|
|
94
|
+
padding-top: 0;
|
|
95
|
+
}
|
|
124
96
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
97
|
+
&--ep1 {
|
|
98
|
+
padding: 1rem;
|
|
99
|
+
padding-top: $snowflake-menu-padding;
|
|
100
|
+
}
|
|
129
101
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
102
|
+
&--ep2 {
|
|
103
|
+
padding: 2rem;
|
|
104
|
+
}
|
|
133
105
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
}
|
|
106
|
+
&--ep3 {
|
|
107
|
+
padding: 3rem;
|
|
108
|
+
padding-top: $snowflake-menu-padding;
|
|
109
|
+
}
|
|
138
110
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
right: auto;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// Drawer bottom sheet animations
|
|
149
|
-
.#{$px}-drawer--bottom[data-state='open'] {
|
|
150
|
-
animation: bottom-sheet-content-show $drawer-content-transition;
|
|
151
|
-
}
|
|
111
|
+
// make the children scroll in their little children box
|
|
112
|
+
> * {
|
|
113
|
+
overflow-y: auto;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
152
117
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
118
|
+
// Drawer open/close animations
|
|
119
|
+
.#{$px}-drawer[data-state='open'] {
|
|
120
|
+
animation: content-show $drawer-content-transition;
|
|
121
|
+
}
|
|
156
122
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
from {
|
|
160
|
-
opacity: 0;
|
|
161
|
-
transform: translateX(100%);
|
|
123
|
+
.#{$px}-drawer[data-state='closed'] {
|
|
124
|
+
animation: content-close $drawer-content-transition;
|
|
162
125
|
}
|
|
163
126
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
127
|
+
// Overlay animations
|
|
128
|
+
.#{$px}-drawer__overlay[data-state='open'] {
|
|
129
|
+
animation: overlay-show $default-overlay-transition;
|
|
167
130
|
}
|
|
168
|
-
}
|
|
169
131
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
opacity: 1;
|
|
173
|
-
transform: translateX(0);
|
|
132
|
+
.#{$px}-drawer__overlay[data-state='closed'] {
|
|
133
|
+
animation: overlay-close $default-overlay-transition;
|
|
174
134
|
}
|
|
175
135
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
136
|
+
// Drawer left side
|
|
137
|
+
.#{$px}-drawer[data-side='left'][data-state='open'] {
|
|
138
|
+
animation: content-show-left $drawer-content-transition;
|
|
179
139
|
}
|
|
180
|
-
}
|
|
181
140
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
opacity: 0;
|
|
185
|
-
transform: translateX(-100%);
|
|
141
|
+
.#{$px}-drawer[data-side='left'][data-state='closed'] {
|
|
142
|
+
animation: content-close-left $drawer-content-transition;
|
|
186
143
|
}
|
|
187
144
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
145
|
+
.#{$px}-drawer[data-side='left'] {
|
|
146
|
+
left: 0;
|
|
147
|
+
right: auto;
|
|
191
148
|
}
|
|
192
|
-
}
|
|
193
149
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
transform: translateX(0);
|
|
150
|
+
// Drawer bottom sheet animations
|
|
151
|
+
.#{$px}-drawer--bottom[data-state='open'] {
|
|
152
|
+
animation: bottom-sheet-content-show $drawer-content-transition;
|
|
198
153
|
}
|
|
199
154
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
transform: translateX(-100%);
|
|
155
|
+
.#{$px}-drawer--bottom[data-state='closed'] {
|
|
156
|
+
animation: bottom-sheet-content-close $drawer-content-transition;
|
|
203
157
|
}
|
|
204
|
-
}
|
|
205
158
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
159
|
+
// Keyframes
|
|
160
|
+
@keyframes content-show {
|
|
161
|
+
from {
|
|
162
|
+
opacity: 0;
|
|
163
|
+
transform: translateX(100%);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
to {
|
|
167
|
+
opacity: 1;
|
|
168
|
+
transform: translateX(0);
|
|
169
|
+
}
|
|
210
170
|
}
|
|
211
171
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
172
|
+
@keyframes content-close {
|
|
173
|
+
from {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
transform: translateX(0);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
to {
|
|
179
|
+
opacity: 0;
|
|
180
|
+
transform: translateX(100%);
|
|
181
|
+
}
|
|
215
182
|
}
|
|
216
|
-
}
|
|
217
183
|
|
|
218
|
-
@keyframes
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
184
|
+
@keyframes content-show-left {
|
|
185
|
+
from {
|
|
186
|
+
opacity: 0;
|
|
187
|
+
transform: translateX(-100%);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
to {
|
|
191
|
+
opacity: 1;
|
|
192
|
+
transform: translateX(0);
|
|
193
|
+
}
|
|
222
194
|
}
|
|
223
195
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
196
|
+
@keyframes content-close-left {
|
|
197
|
+
from {
|
|
198
|
+
opacity: 1;
|
|
199
|
+
transform: translateX(0);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
to {
|
|
203
|
+
opacity: 0;
|
|
204
|
+
transform: translateX(-100%);
|
|
205
|
+
}
|
|
227
206
|
}
|
|
228
|
-
}
|
|
229
207
|
|
|
230
|
-
@keyframes
|
|
231
|
-
|
|
232
|
-
|
|
208
|
+
@keyframes bottom-sheet-content-show {
|
|
209
|
+
from {
|
|
210
|
+
opacity: 0;
|
|
211
|
+
transform: translateY(100%);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
to {
|
|
215
|
+
opacity: 1;
|
|
216
|
+
transform: translateY(0);
|
|
217
|
+
}
|
|
233
218
|
}
|
|
234
219
|
|
|
235
|
-
|
|
236
|
-
|
|
220
|
+
@keyframes bottom-sheet-content-close {
|
|
221
|
+
from {
|
|
222
|
+
opacity: 1;
|
|
223
|
+
transform: translateY(0);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
to {
|
|
227
|
+
opacity: 0;
|
|
228
|
+
transform: translateY(100%);
|
|
229
|
+
}
|
|
237
230
|
}
|
|
238
|
-
}
|
|
239
231
|
|
|
240
|
-
@keyframes overlay-
|
|
241
|
-
|
|
242
|
-
|
|
232
|
+
@keyframes overlay-show {
|
|
233
|
+
from {
|
|
234
|
+
opacity: 0;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
to {
|
|
238
|
+
opacity: 1;
|
|
239
|
+
}
|
|
243
240
|
}
|
|
244
241
|
|
|
245
|
-
|
|
246
|
-
|
|
242
|
+
@keyframes overlay-close {
|
|
243
|
+
from {
|
|
244
|
+
opacity: 1;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
to {
|
|
248
|
+
opacity: 0;
|
|
249
|
+
}
|
|
247
250
|
}
|
|
248
251
|
}
|
|
@@ -1,38 +1,41 @@
|
|
|
1
1
|
@use '../../allPartials' as *;
|
|
2
|
+
@use '../../layers';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
padding: $margin-sm $margin-xsm;
|
|
7
|
-
width: 100%;
|
|
8
|
-
|
|
9
|
-
&__bookend {
|
|
4
|
+
@layer seldon.components {
|
|
5
|
+
.#{$px}-drawer-header {
|
|
6
|
+
align-items: center;
|
|
10
7
|
display: flex;
|
|
11
|
-
|
|
8
|
+
padding: $margin-sm $margin-xsm;
|
|
9
|
+
width: 100%;
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
&__bookend {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex: 1 1 0;
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
&-right {
|
|
16
|
+
justify-content: flex-end;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&-left {
|
|
20
|
+
justify-content: flex-start;
|
|
21
|
+
}
|
|
19
22
|
}
|
|
20
|
-
}
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
&__hr {
|
|
25
|
+
border-bottom: 2px solid $light-gray;
|
|
26
|
+
width: 100%;
|
|
27
|
+
}
|
|
26
28
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
&__title {
|
|
30
|
+
font-variation-settings: 'wght' 600;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
text-align: center;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
34
36
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
.#{$px}-icon-close-x:hover {
|
|
38
|
+
color: $white-100;
|
|
39
|
+
}
|
|
37
40
|
}
|
|
38
41
|
}
|