diff --git a/dist/button/button.css b/dist/button/button.css index b7ffca006..ce6e64235 100644 --- a/dist/button/button.css +++ b/dist/button/button.css @@ -85,11 +85,6 @@ a.fake-btn--slim { padding-left: 8px; padding-right: 8px; } -button.btn--wide, -a.fake-btn--wide { - padding-left: 48px; - padding-right: 48px; -} a.fake-btn:visited { color: inherit; } diff --git a/dist/cta-button/cta-button.css b/dist/cta-button/cta-button.css index 90da59f5b..90caed66c 100644 --- a/dist/cta-button/cta-button.css +++ b/dist/cta-button/cta-button.css @@ -46,10 +46,6 @@ a.cta-btn[aria-disabled="true"] { border-color: var(--cta-btn-disabled-border-color, var(--color-stroke-disabled)); color: var(--cta-btn-disabled-foreground-color, var(--color-foreground-disabled)); } -a.cta-btn--wide { - padding-left: 48px; - padding-right: 48px; -} a.cta-btn--fluid { width: 100%; } diff --git a/dist/expand-button/expand-button.css b/dist/expand-button/expand-button.css index e3cc9fd7a..dd2868a2d 100644 --- a/dist/expand-button/expand-button.css +++ b/dist/expand-button/expand-button.css @@ -51,10 +51,6 @@ button.expand-btn svg.icon:last-child { button.expand-btn svg.icon:only-child { margin: 0; } -button.expand-btn--wide { - padding-left: 48px; - padding-right: 48px; -} button.expand-btn--fluid { width: 100%; } diff --git a/dist/icon/aliased.css b/dist/icon/aliased.css deleted file mode 100644 index ee106be17..000000000 --- a/dist/icon/aliased.css +++ /dev/null @@ -1,45 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--back { - height: 24px; - width: 24px; -} -svg.icon--carousel-next { - height: 24px; - width: 24px; -} -svg.icon--carousel-prev { - height: 24px; - width: 24px; -} -svg.icon--pagination-next { - height: 14px; - width: 14px; -} -svg.icon--pagination-prev { - height: 14px; - width: 14px; -} -svg.icon--cta { - height: 18px; - width: 20px; -} -svg.icon--dropdown { - height: 8px; - width: 8px; -} -svg.icon--breadcrumb { - height: 8px; - width: 8px; -} diff --git a/dist/icon/base.css b/dist/icon/base.css deleted file mode 100644 index b62a5837f..000000000 --- a/dist/icon/base.css +++ /dev/null @@ -1,12 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} diff --git a/dist/icon/content.css b/dist/icon/content.css deleted file mode 100644 index b16dfd60a..000000000 --- a/dist/icon/content.css +++ /dev/null @@ -1,41 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--add { - height: 20px; - width: 20px; -} -svg.icon--clear { - height: 24px; - width: 24px; -} -svg.icon--edit { - height: 22px; - width: 22px; -} -svg.icon--remove { - height: 2px; - width: 20px; -} -svg.icon--add-small { - height: 14px; - width: 14px; -} -svg.icon--clear-small { - height: 16px; - width: 16px; -} -svg.icon--edit-small { - height: 16px; - width: 16px; -} diff --git a/dist/icon/device.css b/dist/icon/device.css deleted file mode 100644 index a82dd68b0..000000000 --- a/dist/icon/device.css +++ /dev/null @@ -1,45 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--camera { - height: 20px; - width: 24px; -} -svg.icon--mic { - height: 22px; - width: 16px; -} -svg.icon--mobile { - height: 22px; - width: 14px; -} -svg.icon--mobile-signal { - height: 22px; - width: 22px; -} -svg.icon--print { - height: 24px; - width: 24px; -} -svg.icon--security-key { - height: 24px; - width: 24px; -} -svg.icon--camera-small { - height: 14px; - width: 16px; -} -svg.icon--mic-small { - height: 16px; - width: 12px; -} diff --git a/dist/icon/direction.css b/dist/icon/direction.css deleted file mode 100644 index 770f798dd..000000000 --- a/dist/icon/direction.css +++ /dev/null @@ -1,105 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--arrow-move { - height: 15px; - width: 15px; -} -svg.icon--arrow-left { - height: 18px; - width: 20px; -} -svg.icon--arrow-right { - height: 18px; - width: 20px; -} -svg.icon--arrow-right-extra-small { - height: 10px; - width: 10px; -} -svg.icon--chevron-down { - height: 24px; - width: 24px; -} -svg.icon--chevron-down-extra-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-left { - height: 24px; - width: 24px; -} -svg.icon--chevron-right { - height: 24px; - width: 24px; -} -svg.icon--chevron-up { - height: 24px; - width: 24px; -} -svg.icon--chevron-up-extra-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-right-bold { - height: 21px; - width: 22px; -} -svg.icon--chevron-up-bold { - height: 12.58px; - width: 21.6px; -} -svg.icon--chevron-down-bold { - height: 12.58px; - width: 21.6px; -} -svg.icon--chevron-down-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-left-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-right-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-up-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-left-small { - height: 14px; - width: 14px; -} -svg.icon--arrow-move-small { - height: 11px; - width: 11px; -} -svg.icon--arrow-right-small { - height: 14px; - width: 14px; -} -svg.icon--chevron-left-extra-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-right-extra-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-left-medium { - height: 20px; - width: 20px; -} diff --git a/dist/icon/filter.css b/dist/icon/filter.css deleted file mode 100644 index 9dc5d0c7d..000000000 --- a/dist/icon/filter.css +++ /dev/null @@ -1,65 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--tablet-condensed-grid { - height: 22px; - width: 22px; -} -svg.icon--tablet-condensed-grid-filled { - height: 22px; - width: 22px; -} -svg.icon--tablet-relaxed-grid { - height: 22px; - width: 22px; -} -svg.icon--tablet-relaxed-grid-filled { - height: 22px; - width: 22px; -} -svg.icon--tablet-vertical-split { - height: 22px; - width: 22px; -} -svg.icon--tablet-vertical-split-filled { - height: 22px; - width: 22px; -} -svg.icon--filter-gallery-small { - height: 14px; - width: 15.75px; -} -svg.icon--filter-list-small { - height: 14px; - width: 15.75px; -} -svg.icon--filter-single-small { - height: 14px; - width: 16px; -} -svg.icon--filter-gallery { - height: 18px; - width: 22px; -} -svg.icon--filter-list { - height: 18px; - width: 22px; -} -svg.icon--filter-single { - height: 18px; - width: 22px; -} -svg.icon--filter-single-selected { - height: 18px; - width: 22px; -} diff --git a/dist/icon/general.css b/dist/icon/general.css deleted file mode 100644 index 02e742c37..000000000 --- a/dist/icon/general.css +++ /dev/null @@ -1,309 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--bank { - height: 22px; - width: 22px; -} -svg.icon--bids { - height: 23px; - width: 23px; -} -svg.icon--calendar { - height: 22px; - width: 22px; -} -svg.icon--cart { - height: 24px; - width: 24px; -} -svg.icon--categories { - height: 20px; - width: 20px; -} -svg.icon--clock { - height: 22px; - width: 22px; -} -svg.icon--credit-card { - height: 16px; - width: 22px; -} -svg.icon--deals { - height: 24px; - width: 18px; -} -svg.icon--delete { - height: 22px; - width: 23px; -} -svg.icon--event { - height: 22px; - width: 22px; -} -svg.icon--gift { - height: 22px; - width: 22px; -} -svg.icon--support { - height: 21px; - width: 23px; -} -svg.icon--location { - height: 22px; - width: 16px; -} -svg.icon--locked { - height: 22px; - width: 18px; -} -svg.icon--profile { - height: 24px; - width: 22px; -} -svg.icon--purchases { - height: 20px; - width: 22px; -} -svg.icon--red-laser { - height: 18px; - width: 22px; -} -svg.icon--selling { - height: 22px; - width: 22px; -} -svg.icon--small-box { - height: 12px; - width: 18px; -} -svg.icon--store { - height: 22px; - width: 22px; -} -svg.icon--unlocked { - height: 22px; - width: 18px; -} -svg.icon--watch { - height: 18px; - width: 24px; -} -svg.icon--following { - height: 22px; - width: 16px; -} -svg.icon--flag { - height: 24px; - width: 24px; -} -svg.icon--key { - height: 13.5px; - width: 22.5px; -} -svg.icon--top-seller { - height: 19.96px; - width: 14.7px; -} -svg.icon--user-profile { - height: 22px; - width: 22px; -} -svg.icon--history { - height: 24px; - width: 24px; -} -svg.icon--lightbulb { - height: 24px; - width: 24px; -} -svg.icon--report-flag { - height: 24px; - width: 24px; -} -svg.icon--vault { - height: 24px; - width: 24px; -} -svg.icon--calendar-small { - height: 14px; - width: 14px; -} -svg.icon--cart-small { - height: 16px; - width: 16px; -} -svg.icon--clock-small { - height: 16px; - width: 16px; -} -svg.icon--credit-card-small { - height: 12px; - width: 16px; -} -svg.icon--delete-small { - height: 16px; - width: 16px; -} -svg.icon--locked-small { - height: 14px; - width: 12px; -} -svg.icon--red-laser-small { - height: 12px; - width: 14px; -} -svg.icon--unlocked-small { - height: 14px; - width: 12px; -} -svg.icon--following-small { - height: 16px; - width: 12px; -} -svg.icon--report-flag-small { - height: 16px; - width: 16px; -} -svg.icon--vault-small { - height: 16px; - width: 16px; -} -svg.icon--filter { - height: 24px; - width: 24px; -} -svg.icon--filter-small { - height: 16px; - width: 16px; -} -svg.icon--gift-small { - height: 16px; - width: 16px; -} -svg.icon--money-back-guarantee-us { - height: 24px; - width: 24px; -} -svg.icon--money-back-guarantee-us-small { - height: 16px; - width: 16px; -} -svg.icon--scan-small { - height: 16px; - width: 16px; -} -svg.icon--scan { - height: 24px; - width: 24px; -} -svg.icon--lightbulb-small { - height: 16px; - width: 16px; -} -svg.icon--visa-xsmall { - height: 13px; - width: 21px; -} -svg.icon--visa-small { - height: 19px; - width: 31px; -} -svg.icon--visa { - height: 25px; - width: 39px; -} -svg.icon--visa-large { - height: 33px; - width: 51px; -} -svg.icon--archive { - height: 24px; - width: 24px; -} -svg.icon--archive-small { - height: 16px; - width: 16px; -} -svg.icon--inbox { - height: 24px; - width: 24px; -} -svg.icon--inbox-small { - height: 16px; - width: 16px; -} -svg.icon--folder { - height: 24px; - width: 24px; -} -svg.icon--folder-small { - height: 16px; - width: 16px; -} -svg.icon--reply { - height: 24px; - width: 24px; -} -svg.icon--reply-small { - height: 16px; - width: 16px; -} -svg.icon--live-eye { - height: 24px; - width: 24px; -} -svg.icon--live-eye-small { - height: 16px; - width: 16px; -} -svg.icon--return { - height: 24px; - width: 24px; -} -svg.icon--return-small { - height: 16px; - width: 16px; -} -svg.icon--undo { - height: 25px; - width: 24px; -} -svg.icon--certified-recycle { - height: 24px; - width: 24px; -} -svg.icon--certified-recycle-small { - height: 16px; - width: 16px; -} -svg.icon--selling-medium { - height: 20px; - width: 20px; -} -svg.icon--sort-small { - height: 16px; - width: 16px; -} -svg.icon--sort-up-small { - height: 16px; - width: 16px; -} -svg.icon--sort-down-small { - height: 16px; - width: 16px; -} -svg.icon--flag-small { - height: 16px; - width: 16px; -} diff --git a/dist/icon/interface.css b/dist/icon/interface.css deleted file mode 100644 index 74f256e30..000000000 --- a/dist/icon/interface.css +++ /dev/null @@ -1,185 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--close { - height: 18px; - width: 18px; -} -svg.icon--customize { - height: 24px; - width: 24px; -} -svg.icon--download { - height: 22px; - width: 22px; -} -svg.icon--window { - height: 25px; - width: 28px; -} -svg.icon--help { - height: 24px; - width: 24px; -} -svg.icon--show-secret { - height: 24px; - width: 24px; -} -svg.icon--hide-secret { - height: 24px; - width: 24px; -} -svg.icon--home { - height: 22px; - width: 20px; -} -svg.icon--menu { - height: 18px; - width: 20px; -} -svg.icon--notification { - height: 24px; - width: 22px; -} -svg.icon--overflow { - height: 18px; - width: 4px; -} -svg.icon--refresh { - height: 18px; - width: 18px; -} -svg.icon--save { - height: 24px; - width: 24px; -} -svg.icon--save-bold { - height: 14px; - width: 16px; -} -svg.icon--save-selected { - height: 24px; - width: 24px; -} -svg.icon--search { - height: 22px; - width: 22px; -} -svg.icon--search-bold { - height: 21.6px; - width: 21.6px; -} -svg.icon--settings { - height: 24px; - width: 24px; -} -svg.icon--share { - height: 24px; - width: 24px; -} -svg.icon--messages { - height: 24px; - width: 24px; -} -svg.icon--send { - height: 19px; - width: 24px; -} -svg.icon--close-small { - height: 14px; - width: 14px; -} -svg.icon--help-small { - height: 16px; - width: 16px; -} -svg.icon--overflow-small { - height: 13px; - width: 3px; -} -svg.icon--save-selected-small { - height: 16px; - width: 16px; -} -svg.icon--save-small { - height: 16px; - width: 16px; -} -svg.icon--search-small { - height: 14px; - width: 14px; -} -svg.icon--settings-small { - height: 16px; - width: 16px; -} -svg.icon--share-small { - height: 16px; - width: 16px; -} -svg.icon--customize-small { - height: 16px; - width: 16px; -} -svg.icon--hide-secret-small { - height: 16px; - width: 16px; -} -svg.icon--search-active { - height: 24px; - width: 24px; -} -svg.icon--show-secret-small { - height: 16px; - width: 16px; -} -svg.icon--zoom-in { - height: 24px; - width: 24px; -} -svg.icon--zoom-out { - height: 24px; - width: 24px; -} -svg.icon--messages-small { - height: 16px; - width: 16px; -} -svg.icon--mail-open { - height: 24px; - width: 24px; -} -svg.icon--mail-open-small { - height: 16px; - width: 16px; -} -svg.icon--mail-move { - height: 24px; - width: 24px; -} -svg.icon--mail-move-small { - height: 16px; - width: 16px; -} -svg.icon--mail-unread { - height: 24px; - width: 24px; -} -svg.icon--mail-unread-small { - height: 16px; - width: 16px; -} -svg.icon--download-small { - height: 16px; - width: 16px; -} diff --git a/dist/icon/internal.css b/dist/icon/internal.css deleted file mode 100644 index 3ccd2f8ad..000000000 --- a/dist/icon/internal.css +++ /dev/null @@ -1,120 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--arrow-right-group-titles { - height: 14px; - width: 14px; -} -svg.icon--radio-checked { - height: 18px; - width: 18px; -} -svg.icon--radio-checked-large { - height: 24px; - width: 24px; -} -svg.icon--radio-unchecked { - height: 18px; - width: 18px; -} -svg.icon--radio-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--stepper-current { - height: 24px; - width: 24px; -} -svg.icon--stepper-confirmation { - height: 24px; - width: 24px; -} -svg.icon--stepper-information { - height: 24px; - width: 24px; -} -svg.icon--stepper-attention { - height: 24px; - width: 24px; -} -svg.icon--eek-range-arrow { - height: 6px; - width: 5px; -} -svg.icon--eek-arrow { - height: 28px; - width: 11px; -} -svg.icon--spinner { - height: 24px; - width: 24px; -} -svg.icon--checkbox-checked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-checked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-unchecked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-mixed { - height: 18px; - width: 18px; -} -svg.icon--checkbox-mixed-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-square-checked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-square-checked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-square-unchecked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-square-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--circle { - height: 24px; - width: 24px; -} -svg.icon--spinner-large { - height: 60px; - width: 60px; -} -[dir="rtl"] svg.icon--back, -[dir="rtl"] svg.icon--breadcrumb, -[dir="rtl"] svg.icon--carousel-next, -[dir="rtl"] svg.icon--carousel-prev, -[dir="rtl"] svg.icon--chevron-left, -[dir="rtl"] svg.icon--chevron-right, -[dir="rtl"] svg.icon--cta, -[dir="rtl"] svg.icon--pagination-next, -[dir="rtl"] svg.icon--pagination-prev { - transform: rotate(180deg); -} diff --git a/dist/icon/large.css b/dist/icon/large.css deleted file mode 100644 index 1b38049ea..000000000 --- a/dist/icon/large.css +++ /dev/null @@ -1,93 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--bank-large { - height: 58px; - width: 58px; -} -svg.icon--calendar-large { - height: 60px; - width: 58px; -} -svg.icon--cart-large { - height: 64px; - width: 64px; -} -svg.icon--chat-large { - height: 53px; - width: 58px; -} -svg.icon--credit-card-large { - height: 46px; - width: 58px; -} -svg.icon--event-large { - height: 58px; - width: 58px; -} -svg.icon--gift-large { - height: 58px; - width: 58px; -} -svg.icon--fingerprint-large { - height: 64px; - width: 64px; -} -svg.icon--location-large { - height: 59px; - width: 42px; -} -svg.icon--messages-large { - height: 64px; - width: 64px; -} -svg.icon--purchases-large { - height: 56px; - width: 60px; -} -svg.icon--search-large { - height: 57px; - width: 57px; -} -svg.icon--store-large { - height: 58px; - width: 57px; -} -svg.icon--text-messaging-large { - height: 53px; - width: 58px; -} -svg.icon--watch-large { - height: 43px; - width: 61px; -} -svg.icon--pause-filled-large { - height: 64px; - width: 64px; -} -svg.icon--pause-large { - height: 60px; - width: 60px; -} -svg.icon--play-filled-large { - height: 60px; - width: 60px; -} -svg.icon--play-large { - height: 60px; - width: 60px; -} -svg.icon--bids-large { - height: 64px; - width: 64px; -} diff --git a/dist/icon/media.css b/dist/icon/media.css deleted file mode 100644 index c480d86f5..000000000 --- a/dist/icon/media.css +++ /dev/null @@ -1,45 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--video-play { - height: 24px; - width: 24px; -} -svg.icon--video-pause { - height: 24px; - width: 24px; -} -svg.icon--pause-filled { - height: 24px; - width: 24px; -} -svg.icon--pause { - height: 24px; - width: 24px; -} -svg.icon--play-filled { - height: 24px; - width: 24px; -} -svg.icon--play { - height: 24px; - width: 24px; -} -svg.icon--pause-small { - height: 16px; - width: 16px; -} -svg.icon--play-small { - height: 16px; - width: 16px; -} diff --git a/dist/icon/photo.css b/dist/icon/photo.css deleted file mode 100644 index 668a210f2..000000000 --- a/dist/icon/photo.css +++ /dev/null @@ -1,69 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--photo-brightness { - height: 24px; - width: 24px; -} -svg.icon--photo-crop { - height: 24px; - width: 20px; -} -svg.icon--photo-gallery { - height: 24px; - width: 24px; -} -svg.icon--photo-gallery-more { - height: 24px; - width: 24px; -} -svg.icon--photo-rotate { - height: 21px; - width: 24px; -} -svg.icon--photo-select-all { - height: 22px; - width: 22px; -} -svg.icon--photo-select-none { - height: 23px; - width: 23px; -} -svg.icon--photo-contrast { - height: 20px; - width: 20px; -} -svg.icon--photo-flash { - height: 22px; - width: 16px; -} -svg.icon--photo-flip-camera { - height: 20px; - width: 24px; -} -svg.icon--photo-sharpen { - height: 20px; - width: 21px; -} -svg.icon--photo-gallery-small { - height: 16px; - width: 16px; -} -svg.icon--photo-image { - height: 24px; - width: 24px; -} -svg.icon--photo-image-small { - height: 16px; - width: 16px; -} diff --git a/dist/icon/reviews.css b/dist/icon/reviews.css deleted file mode 100644 index 8afb9a29a..000000000 --- a/dist/icon/reviews.css +++ /dev/null @@ -1,87 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--star-dynamic { - height: 22px; - width: 22px; -} -svg.icon--star-full { - height: 22px; - width: 22px; -} -svg.icon--star-empty { - height: 22px; - width: 22px; -} -svg.icon--star-half { - height: 22px; - width: 22px; -} -svg.icon--star-undefined { - height: 22px; - width: 22px; -} -svg.icon--thumbs-down { - height: 24px; - width: 24px; -} -svg.icon--thumbs-down-selected { - height: 24px; - width: 24px; -} -svg.icon--thumbs-up { - height: 24px; - width: 24px; -} -svg.icon--thumbs-up-selected { - height: 24px; - width: 24px; -} -svg.icon--star-full-small { - height: 22px; - width: 22px; -} -svg.icon--star-empty-small { - height: 22px; - width: 22px; -} -svg.icon--star-half-small { - height: 22px; - width: 22px; -} -svg.icon--star-undefined-small { - height: 22px; - width: 22px; -} -svg.icon--thumbs-down-selected-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-down-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-up-selected-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-up-small { - height: 16px; - width: 16px; -} -svg.icon--star-empty { - color: var(--color-foreground-disabled); -} -svg.icon--star-empty-small { - color: var(--color-foreground-disabled); -} diff --git a/dist/icon/shipping.css b/dist/icon/shipping.css deleted file mode 100644 index ad7b7077f..000000000 --- a/dist/icon/shipping.css +++ /dev/null @@ -1,73 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--bag { - height: 24px; - width: 24px; -} -svg.icon--large-case { - height: 24px; - width: 24px; -} -svg.icon--large-box { - height: 16px; - width: 22px; -} -svg.icon--medium-box { - height: 16px; - width: 18px; -} -svg.icon--package { - height: 20px; - width: 22px; -} -svg.icon--truck { - height: 17px; - width: 22px; -} -svg.icon--fast-n-free { - height: 17px; - width: 22px; -} -svg.icon--small-letter { - height: 24px; - width: 24px; -} -svg.icon--small-box { - height: 12px; - width: 18px; -} -svg.icon--envelope { - height: 24px; - width: 24px; -} -svg.icon--shoe-box { - height: 24px; - width: 24px; -} -svg.icon--suitcase { - height: 24px; - width: 24px; -} -svg.icon--fast-n-free-small { - height: 13px; - width: 18px; -} -svg.icon--truck-small { - height: 13px; - width: 16px; -} -svg.icon--small-case { - height: 24px; - width: 24px; -} diff --git a/dist/icon/social.css b/dist/icon/social.css deleted file mode 100644 index 220c8edb7..000000000 --- a/dist/icon/social.css +++ /dev/null @@ -1,80 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--social-link { - height: 24px; - width: 24px; -} -svg.icon--social-discord { - height: 24px; - width: 24px; -} -svg.icon--social-facebook { - height: 24px; - width: 24px; -} -svg.icon--social-messenger { - height: 24px; - width: 24px; -} -svg.icon--social-pinterest { - height: 24px; - width: 24px; -} -svg.icon--social-reddit { - height: 24px; - width: 24px; -} -svg.icon--social-twitter { - height: 24px; - width: 24px; -} -svg.icon--social-linkedin { - height: 22px; - width: 22px; -} -svg.icon--social-whatsapp { - height: 24px; - width: 24px; -} -svg.icon--social-instagram { - height: 24px; - width: 24px; -} -svg.icon--social-link { - color: var(--color-social-icons-background); -} -svg.icon--social-discord { - color: var(--color-social-icons-background); -} -svg.icon--social-facebook { - color: var(--color-social-icons-background); -} -svg.icon--social-messenger { - color: var(--color-social-icons-background); -} -svg.icon--social-pinterest { - color: var(--color-social-icons-background); -} -svg.icon--social-reddit { - color: var(--color-social-icons-background); -} -svg.icon--social-twitter { - color: var(--color-social-icons-background); -} -svg.icon--social-whatsapp { - color: var(--color-social-icons-background); -} -svg.icon--social-linkedin { - color: var(--color-social-icons-background); -} diff --git a/dist/icon/status.css b/dist/icon/status.css deleted file mode 100644 index 5c2b0dedb..000000000 --- a/dist/icon/status.css +++ /dev/null @@ -1,87 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--confirmation { - height: 24px; - width: 24px; -} -svg.icon--confirmation-filled { - height: 24px; - width: 24px; -} -svg.icon--attention { - height: 24px; - width: 24px; -} -svg.icon--attention-filled { - height: 24px; - width: 24px; -} -svg.icon--information { - height: 24px; - width: 24px; -} -svg.icon--information-filled { - height: 24px; - width: 24px; -} -svg.icon--tick { - height: 10px; - width: 14px; -} -svg.icon--confirmation-filled-small { - height: 16px; - width: 16px; -} -svg.icon--confirmation-small { - height: 16px; - width: 16px; -} -svg.icon--attention-filled-small { - height: 16px; - width: 16px; -} -svg.icon--attention-small { - height: 16px; - width: 16px; -} -svg.icon--information-filled-small { - height: 16px; - width: 16px; -} -svg.icon--information-small { - height: 16px; - width: 16px; -} -svg.icon--tick-small { - height: 9px; - width: 12px; -} -svg.icon--attention-filled { - color: var(--color-foreground-attention); -} -svg.icon--confirmation-filled { - color: var(--color-foreground-confirmation); -} -svg.icon--information-filled { - color: var(--color-foreground-information); -} -svg.icon--attention-filled-small { - color: var(--color-foreground-attention); -} -svg.icon--confirmation-filled-small { - color: var(--color-foreground-confirmation); -} -svg.icon--information-filled-small { - color: var(--color-foreground-information); -} diff --git a/dist/icon/user.css b/dist/icon/user.css deleted file mode 100644 index 5f834cb47..000000000 --- a/dist/icon/user.css +++ /dev/null @@ -1,29 +0,0 @@ -svg.icon { - display: inline-block; - fill: currentColor; - pointer-events: none; - stroke: currentColor; - stroke-width: 0; - vertical-align: middle; -} -svg.icon--disabled { - color: var(--color-foreground-disabled); - fill: currentColor; -} -/* This is a generated file, DO NOT EDIT */ -svg.icon--avatar-light { - height: 40px; - width: 40px; -} -svg.icon--avatar-filled { - height: 22px; - width: 22px; -} -svg.icon--avatar { - height: 22px; - width: 22px; -} -svg.icon--avatar-dark { - height: 22px; - width: 22px; -} diff --git a/dist/infotip/infotip.css b/dist/infotip/infotip.css index 4064635ff..399683b56 100644 --- a/dist/infotip/infotip.css +++ b/dist/infotip/infotip.css @@ -1,9 +1,4 @@ :root { - --bubble-base-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-left-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-right-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-bottom-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-top-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); --bubble-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15)) drop-shadow(0 5px 17px rgba(0, 0, 0, 0.2)); } .infotip { diff --git a/dist/lightbox-dialog/lightbox-dialog.css b/dist/lightbox-dialog/lightbox-dialog.css index 434ba3500..964dbabd2 100644 --- a/dist/lightbox-dialog/lightbox-dialog.css +++ b/dist/lightbox-dialog/lightbox-dialog.css @@ -26,15 +26,6 @@ margin-top: 15vh; max-width: calc(100% - 32px); } -.lightbox-dialog__window--mini { - align-items: flex-start; - align-self: center; - border-radius: 7px; - flex-direction: row-reverse; - margin-top: 0; - min-height: 72px; - min-width: 200px; -} .lightbox-dialog__header { display: flex; flex-shrink: 0; diff --git a/dist/menu-button/menu-button.css b/dist/menu-button/menu-button.css index 7820f603d..f8b11c69e 100644 --- a/dist/menu-button/menu-button.css +++ b/dist/menu-button/menu-button.css @@ -196,18 +196,6 @@ div.menu-button__item--badged[role^="menuitem"] .badge { left: 0; right: inherit; } -.menu-button button.expand-btn--borderless, -.fake-menu-button button.expand-btn--borderless { - background-color: transparent; - border-color: transparent; - padding-left: 0; - vertical-align: initial; -} -.menu-button button.expand-btn--borderless:focus, -.fake-menu-button button.expand-btn--borderless:focus { - outline: none; - text-decoration: underline; -} .menu-button__button[aria-expanded="true"] ~ .menu-button__menu, .fake-menu-button__button[aria-expanded="true"] ~ .fake-menu-button__menu, .menu-button .expand-btn[aria-expanded="true"] ~ .menu-button__menu, @@ -224,10 +212,6 @@ div.menu-button__item--badged[role^="menuitem"] .badge { .btn ~ .fake-menu-button__menu--static { position: static; } -.menu button.expand-btn--borderless[aria-expanded="true"] ~ .menu-button__menu, -.fake-menu button.expand-btn--borderless[aria-expanded="true"] ~ .menu-button__menu { - top: 41px; -} div.menu-button__option--active[role="option"] { font-weight: bold; } diff --git a/dist/panel-dialog/panel-dialog.css b/dist/panel-dialog/panel-dialog.css index 4464c0944..184a55a0a 100644 --- a/dist/panel-dialog/panel-dialog.css +++ b/dist/panel-dialog/panel-dialog.css @@ -88,9 +88,6 @@ button.icon-btn.panel-dialog__close { .panel-dialog__title:not(:first-child) { margin-left: 16px; } -.panel-dialog__title--center { - text-align: center; -} .panel-dialog--show.panel-dialog--mask-fade, .panel-dialog--hide.panel-dialog--mask-fade { transition: background-color 0.16s ease-out; diff --git a/dist/svg/aliased.svg b/dist/svg/aliased.svg deleted file mode 100644 index d7fada700..000000000 --- a/dist/svg/aliased.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/content.svg b/dist/svg/content.svg deleted file mode 100644 index 9f2747391..000000000 --- a/dist/svg/content.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/svg/device.svg b/dist/svg/device.svg deleted file mode 100644 index 8ad41d008..000000000 --- a/dist/svg/device.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/svg/direction.svg b/dist/svg/direction.svg deleted file mode 100644 index fd6a205c8..000000000 --- a/dist/svg/direction.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/filter.svg b/dist/svg/filter.svg deleted file mode 100644 index f9daf714e..000000000 --- a/dist/svg/filter.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/svg/general.svg b/dist/svg/general.svg deleted file mode 100644 index 8541e30f3..000000000 --- a/dist/svg/general.svg +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/interface.svg b/dist/svg/interface.svg deleted file mode 100644 index d96bf7119..000000000 --- a/dist/svg/interface.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/internal.svg b/dist/svg/internal.svg deleted file mode 100644 index 4dbcef4d7..000000000 --- a/dist/svg/internal.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/large.svg b/dist/svg/large.svg deleted file mode 100644 index a88c411d9..000000000 --- a/dist/svg/large.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/media.svg b/dist/svg/media.svg deleted file mode 100644 index 30f951f4d..000000000 --- a/dist/svg/media.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/photo.svg b/dist/svg/photo.svg deleted file mode 100644 index c71639d61..000000000 --- a/dist/svg/photo.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/reviews.svg b/dist/svg/reviews.svg deleted file mode 100644 index ffe12db73..000000000 --- a/dist/svg/reviews.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/shipping.svg b/dist/svg/shipping.svg deleted file mode 100644 index 717574094..000000000 --- a/dist/svg/shipping.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/social.svg b/dist/svg/social.svg deleted file mode 100644 index f40ff0dba..000000000 --- a/dist/svg/social.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/svg/status.svg b/dist/svg/status.svg deleted file mode 100644 index 94c8b0502..000000000 --- a/dist/svg/status.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/svg/user.svg b/dist/svg/user.svg deleted file mode 100644 index fc495e0d9..000000000 --- a/dist/svg/user.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/tooltip/tooltip.css b/dist/tooltip/tooltip.css index 5c6bbb122..372e6134f 100644 --- a/dist/tooltip/tooltip.css +++ b/dist/tooltip/tooltip.css @@ -1,9 +1,4 @@ :root { - --bubble-base-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-left-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-right-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-bottom-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-top-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); --bubble-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15)) drop-shadow(0 5px 17px rgba(0, 0, 0, 0.2)); } .tooltip { diff --git a/dist/tourtip/tourtip.css b/dist/tourtip/tourtip.css index 51d45ca72..8d5f75b7c 100644 --- a/dist/tourtip/tourtip.css +++ b/dist/tourtip/tourtip.css @@ -1,9 +1,4 @@ :root { - --bubble-base-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-left-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-right-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-bottom-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - --bubble-top-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); --bubble-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15)) drop-shadow(0 5px 17px rgba(0, 0, 0, 0.2)); } .tourtip { diff --git a/src/less/button/button.less b/src/less/button/button.less index 8a695155a..867627577 100644 --- a/src/less/button/button.less +++ b/src/less/button/button.less @@ -67,13 +67,6 @@ a.fake-btn--slim { padding-right: @spacing-100; } -// deprecated -button.btn--wide, -a.fake-btn--wide { - padding-left: @button-padding-horizontal-wide; - padding-right: @button-padding-horizontal-wide; -} - a.fake-btn:visited { color: inherit; } diff --git a/src/less/cta-button/cta-button.less b/src/less/cta-button/cta-button.less index ee466be56..2cbc272e5 100644 --- a/src/less/cta-button/cta-button.less +++ b/src/less/cta-button/cta-button.less @@ -33,12 +33,6 @@ a.cta-btn[aria-disabled="true"] { .color-token(cta-btn-disabled-foreground-color, color-foreground-disabled); } -// deprecated -a.cta-btn--wide { - padding-left: @button-padding-horizontal-wide; - padding-right: @button-padding-horizontal-wide; -} - a.cta-btn--fluid { width: 100%; } diff --git a/src/less/expand-button/expand-button.less b/src/less/expand-button/expand-button.less index 3574c0deb..538acabae 100644 --- a/src/less/expand-button/expand-button.less +++ b/src/less/expand-button/expand-button.less @@ -33,12 +33,6 @@ button.expand-btn svg.icon { flex-shrink: 0; } -// deprecated -button.expand-btn--wide { - padding-left: @button-padding-horizontal-wide; - padding-right: @button-padding-horizontal-wide; -} - button.expand-btn--fluid { width: 100%; } diff --git a/src/less/icon/aliased.less b/src/less/icon/aliased.less deleted file mode 100644 index 2668340f9..000000000 --- a/src/less/icon/aliased.less +++ /dev/null @@ -1,12 +0,0 @@ -@import "./base.less"; -@import "./generated/aliased.less"; - -svg.icon--dropdown { - height: 8px; - width: 8px; -} - -svg.icon--breadcrumb { - height: 8px; - width: 8px; -} diff --git a/src/less/icon/base.less b/src/less/icon/base.less deleted file mode 100644 index 7fc874f2e..000000000 --- a/src/less/icon/base.less +++ /dev/null @@ -1,14 +0,0 @@ -@import "../variables/variables.less"; -@import "../mixins/private/icon-mixins.less"; -@import "../mixins/private/token-mixins.less"; - -svg { - &.icon { - .icon-base-mixin(); - } - - &.icon--disabled { - .color-token(color-foreground-disabled); - fill: currentColor; - } -} diff --git a/src/less/icon/content.less b/src/less/icon/content.less deleted file mode 100644 index 232d30b04..000000000 --- a/src/less/icon/content.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/content.less"; diff --git a/src/less/icon/device.less b/src/less/icon/device.less deleted file mode 100644 index 8584285d9..000000000 --- a/src/less/icon/device.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/device.less"; diff --git a/src/less/icon/direction.less b/src/less/icon/direction.less deleted file mode 100644 index 028b979e6..000000000 --- a/src/less/icon/direction.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/direction.less"; diff --git a/src/less/icon/filter.less b/src/less/icon/filter.less deleted file mode 100644 index 897756781..000000000 --- a/src/less/icon/filter.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/filter.less"; diff --git a/src/less/icon/general.less b/src/less/icon/general.less deleted file mode 100644 index 064387d00..000000000 --- a/src/less/icon/general.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/general.less"; diff --git a/src/less/icon/generated/aliased.less b/src/less/icon/generated/aliased.less deleted file mode 100644 index 193625b01..000000000 --- a/src/less/icon/generated/aliased.less +++ /dev/null @@ -1,25 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--back { - height: 24px; - width: 24px; -} -svg.icon--carousel-next { - height: 24px; - width: 24px; -} -svg.icon--carousel-prev { - height: 24px; - width: 24px; -} -svg.icon--pagination-next { - height: 14px; - width: 14px; -} -svg.icon--pagination-prev { - height: 14px; - width: 14px; -} -svg.icon--cta { - height: 18px; - width: 20px; -} diff --git a/src/less/icon/generated/content.less b/src/less/icon/generated/content.less deleted file mode 100644 index 93ab47285..000000000 --- a/src/less/icon/generated/content.less +++ /dev/null @@ -1,29 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--add { - height: 20px; - width: 20px; -} -svg.icon--clear { - height: 24px; - width: 24px; -} -svg.icon--edit { - height: 22px; - width: 22px; -} -svg.icon--remove { - height: 2px; - width: 20px; -} -svg.icon--add-small { - height: 14px; - width: 14px; -} -svg.icon--clear-small { - height: 16px; - width: 16px; -} -svg.icon--edit-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/device.less b/src/less/icon/generated/device.less deleted file mode 100644 index 3849bf351..000000000 --- a/src/less/icon/generated/device.less +++ /dev/null @@ -1,33 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--camera { - height: 20px; - width: 24px; -} -svg.icon--mic { - height: 22px; - width: 16px; -} -svg.icon--mobile { - height: 22px; - width: 14px; -} -svg.icon--mobile-signal { - height: 22px; - width: 22px; -} -svg.icon--print { - height: 24px; - width: 24px; -} -svg.icon--security-key { - height: 24px; - width: 24px; -} -svg.icon--camera-small { - height: 14px; - width: 16px; -} -svg.icon--mic-small { - height: 16px; - width: 12px; -} diff --git a/src/less/icon/generated/direction.less b/src/less/icon/generated/direction.less deleted file mode 100644 index 7cce814f6..000000000 --- a/src/less/icon/generated/direction.less +++ /dev/null @@ -1,93 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--arrow-move { - height: 15px; - width: 15px; -} -svg.icon--arrow-left { - height: 18px; - width: 20px; -} -svg.icon--arrow-right { - height: 18px; - width: 20px; -} -svg.icon--arrow-right-extra-small { - height: 10px; - width: 10px; -} -svg.icon--chevron-down { - height: 24px; - width: 24px; -} -svg.icon--chevron-down-extra-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-left { - height: 24px; - width: 24px; -} -svg.icon--chevron-right { - height: 24px; - width: 24px; -} -svg.icon--chevron-up { - height: 24px; - width: 24px; -} -svg.icon--chevron-up-extra-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-right-bold { - height: 21px; - width: 22px; -} -svg.icon--chevron-up-bold { - height: 12.58px; - width: 21.6px; -} -svg.icon--chevron-down-bold { - height: 12.58px; - width: 21.6px; -} -svg.icon--chevron-down-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-left-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-right-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-up-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-left-small { - height: 14px; - width: 14px; -} -svg.icon--arrow-move-small { - height: 11px; - width: 11px; -} -svg.icon--arrow-right-small { - height: 14px; - width: 14px; -} -svg.icon--chevron-left-extra-small { - height: 16px; - width: 16px; -} -svg.icon--chevron-right-extra-small { - height: 16px; - width: 16px; -} -svg.icon--arrow-left-medium { - height: 20px; - width: 20px; -} diff --git a/src/less/icon/generated/filter.less b/src/less/icon/generated/filter.less deleted file mode 100644 index 97fe604f8..000000000 --- a/src/less/icon/generated/filter.less +++ /dev/null @@ -1,53 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--tablet-condensed-grid { - height: 22px; - width: 22px; -} -svg.icon--tablet-condensed-grid-filled { - height: 22px; - width: 22px; -} -svg.icon--tablet-relaxed-grid { - height: 22px; - width: 22px; -} -svg.icon--tablet-relaxed-grid-filled { - height: 22px; - width: 22px; -} -svg.icon--tablet-vertical-split { - height: 22px; - width: 22px; -} -svg.icon--tablet-vertical-split-filled { - height: 22px; - width: 22px; -} -svg.icon--filter-gallery-small { - height: 14px; - width: 15.75px; -} -svg.icon--filter-list-small { - height: 14px; - width: 15.75px; -} -svg.icon--filter-single-small { - height: 14px; - width: 16px; -} -svg.icon--filter-gallery { - height: 18px; - width: 22px; -} -svg.icon--filter-list { - height: 18px; - width: 22px; -} -svg.icon--filter-single { - height: 18px; - width: 22px; -} -svg.icon--filter-single-selected { - height: 18px; - width: 22px; -} diff --git a/src/less/icon/generated/general.less b/src/less/icon/generated/general.less deleted file mode 100644 index 4a82b205b..000000000 --- a/src/less/icon/generated/general.less +++ /dev/null @@ -1,297 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--bank { - height: 22px; - width: 22px; -} -svg.icon--bids { - height: 23px; - width: 23px; -} -svg.icon--calendar { - height: 22px; - width: 22px; -} -svg.icon--cart { - height: 24px; - width: 24px; -} -svg.icon--categories { - height: 20px; - width: 20px; -} -svg.icon--clock { - height: 22px; - width: 22px; -} -svg.icon--credit-card { - height: 16px; - width: 22px; -} -svg.icon--deals { - height: 24px; - width: 18px; -} -svg.icon--delete { - height: 22px; - width: 23px; -} -svg.icon--event { - height: 22px; - width: 22px; -} -svg.icon--gift { - height: 22px; - width: 22px; -} -svg.icon--support { - height: 21px; - width: 23px; -} -svg.icon--location { - height: 22px; - width: 16px; -} -svg.icon--locked { - height: 22px; - width: 18px; -} -svg.icon--profile { - height: 24px; - width: 22px; -} -svg.icon--purchases { - height: 20px; - width: 22px; -} -svg.icon--red-laser { - height: 18px; - width: 22px; -} -svg.icon--selling { - height: 22px; - width: 22px; -} -svg.icon--small-box { - height: 12px; - width: 18px; -} -svg.icon--store { - height: 22px; - width: 22px; -} -svg.icon--unlocked { - height: 22px; - width: 18px; -} -svg.icon--watch { - height: 18px; - width: 24px; -} -svg.icon--following { - height: 22px; - width: 16px; -} -svg.icon--flag { - height: 24px; - width: 24px; -} -svg.icon--key { - height: 13.5px; - width: 22.5px; -} -svg.icon--top-seller { - height: 19.96px; - width: 14.7px; -} -svg.icon--user-profile { - height: 22px; - width: 22px; -} -svg.icon--history { - height: 24px; - width: 24px; -} -svg.icon--lightbulb { - height: 24px; - width: 24px; -} -svg.icon--report-flag { - height: 24px; - width: 24px; -} -svg.icon--vault { - height: 24px; - width: 24px; -} -svg.icon--calendar-small { - height: 14px; - width: 14px; -} -svg.icon--cart-small { - height: 16px; - width: 16px; -} -svg.icon--clock-small { - height: 16px; - width: 16px; -} -svg.icon--credit-card-small { - height: 12px; - width: 16px; -} -svg.icon--delete-small { - height: 16px; - width: 16px; -} -svg.icon--locked-small { - height: 14px; - width: 12px; -} -svg.icon--red-laser-small { - height: 12px; - width: 14px; -} -svg.icon--unlocked-small { - height: 14px; - width: 12px; -} -svg.icon--following-small { - height: 16px; - width: 12px; -} -svg.icon--report-flag-small { - height: 16px; - width: 16px; -} -svg.icon--vault-small { - height: 16px; - width: 16px; -} -svg.icon--filter { - height: 24px; - width: 24px; -} -svg.icon--filter-small { - height: 16px; - width: 16px; -} -svg.icon--gift-small { - height: 16px; - width: 16px; -} -svg.icon--money-back-guarantee-us { - height: 24px; - width: 24px; -} -svg.icon--money-back-guarantee-us-small { - height: 16px; - width: 16px; -} -svg.icon--scan-small { - height: 16px; - width: 16px; -} -svg.icon--scan { - height: 24px; - width: 24px; -} -svg.icon--lightbulb-small { - height: 16px; - width: 16px; -} -svg.icon--visa-xsmall { - height: 13px; - width: 21px; -} -svg.icon--visa-small { - height: 19px; - width: 31px; -} -svg.icon--visa { - height: 25px; - width: 39px; -} -svg.icon--visa-large { - height: 33px; - width: 51px; -} -svg.icon--archive { - height: 24px; - width: 24px; -} -svg.icon--archive-small { - height: 16px; - width: 16px; -} -svg.icon--inbox { - height: 24px; - width: 24px; -} -svg.icon--inbox-small { - height: 16px; - width: 16px; -} -svg.icon--folder { - height: 24px; - width: 24px; -} -svg.icon--folder-small { - height: 16px; - width: 16px; -} -svg.icon--reply { - height: 24px; - width: 24px; -} -svg.icon--reply-small { - height: 16px; - width: 16px; -} -svg.icon--live-eye { - height: 24px; - width: 24px; -} -svg.icon--live-eye-small { - height: 16px; - width: 16px; -} -svg.icon--return { - height: 24px; - width: 24px; -} -svg.icon--return-small { - height: 16px; - width: 16px; -} -svg.icon--undo { - height: 25px; - width: 24px; -} -svg.icon--certified-recycle { - height: 24px; - width: 24px; -} -svg.icon--certified-recycle-small { - height: 16px; - width: 16px; -} -svg.icon--selling-medium { - height: 20px; - width: 20px; -} -svg.icon--sort-small { - height: 16px; - width: 16px; -} -svg.icon--sort-up-small { - height: 16px; - width: 16px; -} -svg.icon--sort-down-small { - height: 16px; - width: 16px; -} -svg.icon--flag-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/interface.less b/src/less/icon/generated/interface.less deleted file mode 100644 index d74da31cb..000000000 --- a/src/less/icon/generated/interface.less +++ /dev/null @@ -1,173 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--close { - height: 18px; - width: 18px; -} -svg.icon--customize { - height: 24px; - width: 24px; -} -svg.icon--download { - height: 22px; - width: 22px; -} -svg.icon--window { - height: 25px; - width: 28px; -} -svg.icon--help { - height: 24px; - width: 24px; -} -svg.icon--show-secret { - height: 24px; - width: 24px; -} -svg.icon--hide-secret { - height: 24px; - width: 24px; -} -svg.icon--home { - height: 22px; - width: 20px; -} -svg.icon--menu { - height: 18px; - width: 20px; -} -svg.icon--notification { - height: 24px; - width: 22px; -} -svg.icon--overflow { - height: 18px; - width: 4px; -} -svg.icon--refresh { - height: 18px; - width: 18px; -} -svg.icon--save { - height: 24px; - width: 24px; -} -svg.icon--save-bold { - height: 14px; - width: 16px; -} -svg.icon--save-selected { - height: 24px; - width: 24px; -} -svg.icon--search { - height: 22px; - width: 22px; -} -svg.icon--search-bold { - height: 21.6px; - width: 21.6px; -} -svg.icon--settings { - height: 24px; - width: 24px; -} -svg.icon--share { - height: 24px; - width: 24px; -} -svg.icon--messages { - height: 24px; - width: 24px; -} -svg.icon--send { - height: 19px; - width: 24px; -} -svg.icon--close-small { - height: 14px; - width: 14px; -} -svg.icon--help-small { - height: 16px; - width: 16px; -} -svg.icon--overflow-small { - height: 13px; - width: 3px; -} -svg.icon--save-selected-small { - height: 16px; - width: 16px; -} -svg.icon--save-small { - height: 16px; - width: 16px; -} -svg.icon--search-small { - height: 14px; - width: 14px; -} -svg.icon--settings-small { - height: 16px; - width: 16px; -} -svg.icon--share-small { - height: 16px; - width: 16px; -} -svg.icon--customize-small { - height: 16px; - width: 16px; -} -svg.icon--hide-secret-small { - height: 16px; - width: 16px; -} -svg.icon--search-active { - height: 24px; - width: 24px; -} -svg.icon--show-secret-small { - height: 16px; - width: 16px; -} -svg.icon--zoom-in { - height: 24px; - width: 24px; -} -svg.icon--zoom-out { - height: 24px; - width: 24px; -} -svg.icon--messages-small { - height: 16px; - width: 16px; -} -svg.icon--mail-open { - height: 24px; - width: 24px; -} -svg.icon--mail-open-small { - height: 16px; - width: 16px; -} -svg.icon--mail-move { - height: 24px; - width: 24px; -} -svg.icon--mail-move-small { - height: 16px; - width: 16px; -} -svg.icon--mail-unread { - height: 24px; - width: 24px; -} -svg.icon--mail-unread-small { - height: 16px; - width: 16px; -} -svg.icon--download-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/internal.less b/src/less/icon/generated/internal.less deleted file mode 100644 index cf5f55fa3..000000000 --- a/src/less/icon/generated/internal.less +++ /dev/null @@ -1,93 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--arrow-right-group-titles { - height: 14px; - width: 14px; -} -svg.icon--radio-checked { - height: 18px; - width: 18px; -} -svg.icon--radio-checked-large { - height: 24px; - width: 24px; -} -svg.icon--radio-unchecked { - height: 18px; - width: 18px; -} -svg.icon--radio-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--stepper-current { - height: 24px; - width: 24px; -} -svg.icon--stepper-confirmation { - height: 24px; - width: 24px; -} -svg.icon--stepper-information { - height: 24px; - width: 24px; -} -svg.icon--stepper-attention { - height: 24px; - width: 24px; -} -svg.icon--eek-range-arrow { - height: 6px; - width: 5px; -} -svg.icon--eek-arrow { - height: 28px; - width: 11px; -} -svg.icon--spinner { - height: 24px; - width: 24px; -} -svg.icon--checkbox-checked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-checked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-unchecked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-mixed { - height: 18px; - width: 18px; -} -svg.icon--checkbox-mixed-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-square-checked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-square-checked-large { - height: 24px; - width: 24px; -} -svg.icon--checkbox-square-unchecked { - height: 18px; - width: 18px; -} -svg.icon--checkbox-square-unchecked-large { - height: 24px; - width: 24px; -} -svg.icon--circle { - height: 24px; - width: 24px; -} diff --git a/src/less/icon/generated/large.less b/src/less/icon/generated/large.less deleted file mode 100644 index 70a994591..000000000 --- a/src/less/icon/generated/large.less +++ /dev/null @@ -1,81 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--bank-large { - height: 58px; - width: 58px; -} -svg.icon--calendar-large { - height: 60px; - width: 58px; -} -svg.icon--cart-large { - height: 64px; - width: 64px; -} -svg.icon--chat-large { - height: 53px; - width: 58px; -} -svg.icon--credit-card-large { - height: 46px; - width: 58px; -} -svg.icon--event-large { - height: 58px; - width: 58px; -} -svg.icon--gift-large { - height: 58px; - width: 58px; -} -svg.icon--fingerprint-large { - height: 64px; - width: 64px; -} -svg.icon--location-large { - height: 59px; - width: 42px; -} -svg.icon--messages-large { - height: 64px; - width: 64px; -} -svg.icon--purchases-large { - height: 56px; - width: 60px; -} -svg.icon--search-large { - height: 57px; - width: 57px; -} -svg.icon--store-large { - height: 58px; - width: 57px; -} -svg.icon--text-messaging-large { - height: 53px; - width: 58px; -} -svg.icon--watch-large { - height: 43px; - width: 61px; -} -svg.icon--pause-filled-large { - height: 64px; - width: 64px; -} -svg.icon--pause-large { - height: 60px; - width: 60px; -} -svg.icon--play-filled-large { - height: 60px; - width: 60px; -} -svg.icon--play-large { - height: 60px; - width: 60px; -} -svg.icon--bids-large { - height: 64px; - width: 64px; -} diff --git a/src/less/icon/generated/media.less b/src/less/icon/generated/media.less deleted file mode 100644 index 3afb2e7ad..000000000 --- a/src/less/icon/generated/media.less +++ /dev/null @@ -1,33 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--video-play { - height: 24px; - width: 24px; -} -svg.icon--video-pause { - height: 24px; - width: 24px; -} -svg.icon--pause-filled { - height: 24px; - width: 24px; -} -svg.icon--pause { - height: 24px; - width: 24px; -} -svg.icon--play-filled { - height: 24px; - width: 24px; -} -svg.icon--play { - height: 24px; - width: 24px; -} -svg.icon--pause-small { - height: 16px; - width: 16px; -} -svg.icon--play-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/photo.less b/src/less/icon/generated/photo.less deleted file mode 100644 index a0d5d601a..000000000 --- a/src/less/icon/generated/photo.less +++ /dev/null @@ -1,57 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--photo-brightness { - height: 24px; - width: 24px; -} -svg.icon--photo-crop { - height: 24px; - width: 20px; -} -svg.icon--photo-gallery { - height: 24px; - width: 24px; -} -svg.icon--photo-gallery-more { - height: 24px; - width: 24px; -} -svg.icon--photo-rotate { - height: 21px; - width: 24px; -} -svg.icon--photo-select-all { - height: 22px; - width: 22px; -} -svg.icon--photo-select-none { - height: 23px; - width: 23px; -} -svg.icon--photo-contrast { - height: 20px; - width: 20px; -} -svg.icon--photo-flash { - height: 22px; - width: 16px; -} -svg.icon--photo-flip-camera { - height: 20px; - width: 24px; -} -svg.icon--photo-sharpen { - height: 20px; - width: 21px; -} -svg.icon--photo-gallery-small { - height: 16px; - width: 16px; -} -svg.icon--photo-image { - height: 24px; - width: 24px; -} -svg.icon--photo-image-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/program-badges.less b/src/less/icon/generated/program-badges.less deleted file mode 100644 index 9f0e2b725..000000000 --- a/src/less/icon/generated/program-badges.less +++ /dev/null @@ -1,49 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.program-badge--authenticity-guaranteed { - height: 48px; - width: 48px; -} -svg.program-badge--click-to-call { - height: 48px; - width: 48px; -} -svg.program-badge--escrow { - height: 48px; - width: 48px; -} -svg.program-badge--free-warranty { - height: 48px; - width: 48px; -} -svg.program-badge--money-back-guarantee-chf { - height: 48px; - width: 48px; -} -svg.program-badge--money-back-guarantee-eu { - height: 48px; - width: 48px; -} -svg.program-badge--money-back-guarantee-uk { - height: 48px; - width: 48px; -} -svg.program-badge--money-back-guarantee-us { - height: 48px; - width: 48px; -} -svg.program-badge--money-back-guarantee-zl { - height: 48px; - width: 48px; -} -svg.program-badge--top-rated-seller { - height: 48px; - width: 48px; -} -svg.program-badge--ebay-plus { - height: 16px; - width: 58px; -} -svg.program-badge--vault { - height: 48px; - width: 48px; -} diff --git a/src/less/icon/generated/reviews.less b/src/less/icon/generated/reviews.less deleted file mode 100644 index 82627ab32..000000000 --- a/src/less/icon/generated/reviews.less +++ /dev/null @@ -1,69 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--star-dynamic { - height: 22px; - width: 22px; -} -svg.icon--star-full { - height: 22px; - width: 22px; -} -svg.icon--star-empty { - height: 22px; - width: 22px; -} -svg.icon--star-half { - height: 22px; - width: 22px; -} -svg.icon--star-undefined { - height: 22px; - width: 22px; -} -svg.icon--thumbs-down { - height: 24px; - width: 24px; -} -svg.icon--thumbs-down-selected { - height: 24px; - width: 24px; -} -svg.icon--thumbs-up { - height: 24px; - width: 24px; -} -svg.icon--thumbs-up-selected { - height: 24px; - width: 24px; -} -svg.icon--star-full-small { - height: 22px; - width: 22px; -} -svg.icon--star-empty-small { - height: 22px; - width: 22px; -} -svg.icon--star-half-small { - height: 22px; - width: 22px; -} -svg.icon--star-undefined-small { - height: 22px; - width: 22px; -} -svg.icon--thumbs-down-selected-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-down-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-up-selected-small { - height: 16px; - width: 16px; -} -svg.icon--thumbs-up-small { - height: 16px; - width: 16px; -} diff --git a/src/less/icon/generated/shipping.less b/src/less/icon/generated/shipping.less deleted file mode 100644 index 2d1a855d8..000000000 --- a/src/less/icon/generated/shipping.less +++ /dev/null @@ -1,61 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--bag { - height: 24px; - width: 24px; -} -svg.icon--large-case { - height: 24px; - width: 24px; -} -svg.icon--large-box { - height: 16px; - width: 22px; -} -svg.icon--medium-box { - height: 16px; - width: 18px; -} -svg.icon--package { - height: 20px; - width: 22px; -} -svg.icon--truck { - height: 17px; - width: 22px; -} -svg.icon--fast-n-free { - height: 17px; - width: 22px; -} -svg.icon--small-letter { - height: 24px; - width: 24px; -} -svg.icon--small-box { - height: 12px; - width: 18px; -} -svg.icon--envelope { - height: 24px; - width: 24px; -} -svg.icon--shoe-box { - height: 24px; - width: 24px; -} -svg.icon--suitcase { - height: 24px; - width: 24px; -} -svg.icon--fast-n-free-small { - height: 13px; - width: 18px; -} -svg.icon--truck-small { - height: 13px; - width: 16px; -} -svg.icon--small-case { - height: 24px; - width: 24px; -} diff --git a/src/less/icon/generated/social.less b/src/less/icon/generated/social.less deleted file mode 100644 index 9f76b8281..000000000 --- a/src/less/icon/generated/social.less +++ /dev/null @@ -1,41 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--social-link { - height: 24px; - width: 24px; -} -svg.icon--social-discord { - height: 24px; - width: 24px; -} -svg.icon--social-facebook { - height: 24px; - width: 24px; -} -svg.icon--social-messenger { - height: 24px; - width: 24px; -} -svg.icon--social-pinterest { - height: 24px; - width: 24px; -} -svg.icon--social-reddit { - height: 24px; - width: 24px; -} -svg.icon--social-twitter { - height: 24px; - width: 24px; -} -svg.icon--social-linkedin { - height: 22px; - width: 22px; -} -svg.icon--social-whatsapp { - height: 24px; - width: 24px; -} -svg.icon--social-instagram { - height: 24px; - width: 24px; -} diff --git a/src/less/icon/generated/status.less b/src/less/icon/generated/status.less deleted file mode 100644 index 3cdb73b16..000000000 --- a/src/less/icon/generated/status.less +++ /dev/null @@ -1,57 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--confirmation { - height: 24px; - width: 24px; -} -svg.icon--confirmation-filled { - height: 24px; - width: 24px; -} -svg.icon--attention { - height: 24px; - width: 24px; -} -svg.icon--attention-filled { - height: 24px; - width: 24px; -} -svg.icon--information { - height: 24px; - width: 24px; -} -svg.icon--information-filled { - height: 24px; - width: 24px; -} -svg.icon--tick { - height: 10px; - width: 14px; -} -svg.icon--confirmation-filled-small { - height: 16px; - width: 16px; -} -svg.icon--confirmation-small { - height: 16px; - width: 16px; -} -svg.icon--attention-filled-small { - height: 16px; - width: 16px; -} -svg.icon--attention-small { - height: 16px; - width: 16px; -} -svg.icon--information-filled-small { - height: 16px; - width: 16px; -} -svg.icon--information-small { - height: 16px; - width: 16px; -} -svg.icon--tick-small { - height: 9px; - width: 12px; -} diff --git a/src/less/icon/generated/user.less b/src/less/icon/generated/user.less deleted file mode 100644 index f08ce76e7..000000000 --- a/src/less/icon/generated/user.less +++ /dev/null @@ -1,17 +0,0 @@ -/* This is a generated file, DO NOT EDIT */ -svg.icon--avatar-light { - height: 40px; - width: 40px; -} -svg.icon--avatar-filled { - height: 22px; - width: 22px; -} -svg.icon--avatar { - height: 22px; - width: 22px; -} -svg.icon--avatar-dark { - height: 22px; - width: 22px; -} diff --git a/src/less/icon/interface.less b/src/less/icon/interface.less deleted file mode 100644 index 8f5f1933f..000000000 --- a/src/less/icon/interface.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/interface.less"; diff --git a/src/less/icon/internal.less b/src/less/icon/internal.less deleted file mode 100644 index 3806b20b3..000000000 --- a/src/less/icon/internal.less +++ /dev/null @@ -1,22 +0,0 @@ -@import "./base.less"; -@import "./generated/internal.less"; - -svg { - &.icon--spinner-large { - .icon-image-mixin("spinner-large"); - } -} - -[dir="rtl"] svg { - &.icon--back, - &.icon--breadcrumb, - &.icon--carousel-next, - &.icon--carousel-prev, - &.icon--chevron-left, - &.icon--chevron-right, - &.icon--cta, - &.icon--pagination-next, - &.icon--pagination-prev { - transform: rotate(180deg); - } -} diff --git a/src/less/icon/large.less b/src/less/icon/large.less deleted file mode 100644 index 3efe77817..000000000 --- a/src/less/icon/large.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/large.less"; diff --git a/src/less/icon/media.less b/src/less/icon/media.less deleted file mode 100644 index 71d3d42d0..000000000 --- a/src/less/icon/media.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/media.less"; diff --git a/src/less/icon/photo.less b/src/less/icon/photo.less deleted file mode 100644 index 4e0f85422..000000000 --- a/src/less/icon/photo.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/photo.less"; diff --git a/src/less/icon/reviews.less b/src/less/icon/reviews.less deleted file mode 100644 index 10bbbbc26..000000000 --- a/src/less/icon/reviews.less +++ /dev/null @@ -1,12 +0,0 @@ -@import "./base.less"; -@import "./generated/reviews.less"; - -svg { - &.icon--star-empty { - .color-token(color-foreground-disabled); - } - - &.icon--star-empty-small { - .color-token(color-foreground-disabled); - } -} diff --git a/src/less/icon/shipping.less b/src/less/icon/shipping.less deleted file mode 100644 index 87df6d147..000000000 --- a/src/less/icon/shipping.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/shipping.less"; diff --git a/src/less/icon/social.less b/src/less/icon/social.less deleted file mode 100644 index 3de2842d3..000000000 --- a/src/less/icon/social.less +++ /dev/null @@ -1,41 +0,0 @@ -@import "./base.less"; -@import "./generated/social.less"; - -svg { - // todo: these should be .color-token(icon-foreground-color, color-foreground-primary) ? - &.icon--social-link { - .color-token(color-social-icons-background); - } - - &.icon--social-discord { - .color-token(color-social-icons-background); - } - - &.icon--social-facebook { - .color-token(color-social-icons-background); - } - - &.icon--social-messenger { - .color-token(color-social-icons-background); - } - - &.icon--social-pinterest { - .color-token(color-social-icons-background); - } - - &.icon--social-reddit { - .color-token(color-social-icons-background); - } - - &.icon--social-twitter { - .color-token(color-social-icons-background); - } - - &.icon--social-whatsapp { - .color-token(color-social-icons-background); - } - - &.icon--social-linkedin { - .color-token(color-social-icons-background); - } -} diff --git a/src/less/icon/status.less b/src/less/icon/status.less deleted file mode 100644 index 4457a3bde..000000000 --- a/src/less/icon/status.less +++ /dev/null @@ -1,28 +0,0 @@ -@import "./base.less"; -@import "./generated/status.less"; - -svg { - &.icon--attention-filled { - .color-token(color-foreground-attention); - } - - &.icon--confirmation-filled { - .color-token(color-foreground-confirmation); - } - - &.icon--information-filled { - .color-token(color-foreground-information); - } - - &.icon--attention-filled-small { - .color-token(color-foreground-attention); - } - - &.icon--confirmation-filled-small { - .color-token(color-foreground-confirmation); - } - - &.icon--information-filled-small { - .color-token(color-foreground-information); - } -} diff --git a/src/less/icon/user.less b/src/less/icon/user.less deleted file mode 100644 index 6d9b37eb8..000000000 --- a/src/less/icon/user.less +++ /dev/null @@ -1,2 +0,0 @@ -@import "./base.less"; -@import "./generated/user.less"; diff --git a/src/less/lightbox-dialog/lightbox-dialog.less b/src/less/lightbox-dialog/lightbox-dialog.less index 6a26c5550..7c8340b58 100644 --- a/src/less/lightbox-dialog/lightbox-dialog.less +++ b/src/less/lightbox-dialog/lightbox-dialog.less @@ -10,17 +10,6 @@ .lightbox-dialog-window(); } -// Deprecated --mini dilaog in favor of drawer, remove next major -.lightbox-dialog__window--mini { - align-items: flex-start; - align-self: center; - border-radius: 7px; - flex-direction: row-reverse; - margin-top: 0; - min-height: 72px; - min-width: 200px; -} - .lightbox-dialog__header { .dialog-header-content(); } diff --git a/src/less/menu-button/menu-button.less b/src/less/menu-button/menu-button.less index c9e42bf27..7815ba680 100644 --- a/src/less/menu-button/menu-button.less +++ b/src/less/menu-button/menu-button.less @@ -155,20 +155,6 @@ div.menu-button__item--badged[role^="menuitem"] .badge { right: inherit; } -// DEPRECATED. Remove in v15 -.menu-button button.expand-btn--borderless, -.fake-menu-button button.expand-btn--borderless { - background-color: transparent; - border-color: transparent; - padding-left: 0; - vertical-align: initial; - - &:focus { - outline: none; - text-decoration: underline; - } -} - .menu-button__button[aria-expanded="true"] ~ .menu-button__menu, .fake-menu-button__button[aria-expanded="true"] ~ .fake-menu-button__menu, .menu-button .expand-btn[aria-expanded="true"] ~ .menu-button__menu, @@ -187,12 +173,6 @@ div.menu-button__item--badged[role^="menuitem"] .badge { position: static; } -// DEPRECATED. Remove in v15 -.menu button.expand-btn--borderless[aria-expanded="true"] ~ .menu-button__menu, -.fake-menu button.expand-btn--borderless[aria-expanded="true"] ~ .menu-button__menu { - top: 41px; // button height plus one px, to meet design guidelines -} - div.menu-button__option--active[role="option"] { font-weight: bold; } diff --git a/src/less/mixins/private/bubble-mixins.less b/src/less/mixins/private/bubble-mixins.less index 1009e9c08..8453975cd 100644 --- a/src/less/mixins/private/bubble-mixins.less +++ b/src/less/mixins/private/bubble-mixins.less @@ -1,17 +1,6 @@ // this mixin is used by infotip, tooltip, tourtip -// Deprecated -@bubble-base-box-shadow: 0 0 3px rgba(17, 24, 32, 0.499); - :root { - // Deprecated variables, remove next version - --bubble-base-box-shadow: @bubble-base-box-shadow; - --bubble-left-box-shadow: @bubble-base-box-shadow; - --bubble-right-box-shadow: @bubble-base-box-shadow; - --bubble-bottom-box-shadow: @bubble-base-box-shadow; - --bubble-top-box-shadow: @bubble-base-box-shadow; - // End deprecated - --bubble-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15)) drop-shadow(0 5px 17px rgba(0, 0, 0, 0.2)); } diff --git a/src/less/mixins/private/button-mixins.less b/src/less/mixins/private/button-mixins.less index e72a2256c..81318d261 100644 --- a/src/less/mixins/private/button-mixins.less +++ b/src/less/mixins/private/button-mixins.less @@ -4,7 +4,6 @@ @button-padding-horizontal: 20px; @button-padding-vertical-large: 13px; @button-padding-horizontal-large: 20px; -@button-padding-horizontal-wide: 48px; // deprecated .btn-base() { border: 1px solid; diff --git a/src/less/mixins/private/dialog-mixins.less b/src/less/mixins/private/dialog-mixins.less index 4b8aebf13..108aa2592 100644 --- a/src/less/mixins/private/dialog-mixins.less +++ b/src/less/mixins/private/dialog-mixins.less @@ -1,8 +1,5 @@ @import "../public/utility-mixins.less"; -// Deprecated, remove the gutter sizes next major -@dialog-small-gutter-size: 16px; -@dialog-large-gutter-size: 24px; @dialog-scrim-color-hide: rgba(17, 24, 32, 0); @dialog-scrim-color-show: rgba(17, 24, 32, 0.7); @dialog-lightbox-max-width: 616px; diff --git a/src/less/panel-dialog/panel-dialog.less b/src/less/panel-dialog/panel-dialog.less index 8ce214a84..1ecf2af8f 100644 --- a/src/less/panel-dialog/panel-dialog.less +++ b/src/less/panel-dialog/panel-dialog.less @@ -58,11 +58,6 @@ button.icon-btn.panel-dialog__close { } } -// Deprecated -.panel-dialog__title--center { - text-align: center; -} - .panel-dialog--show, .panel-dialog--hide { &.panel-dialog--mask-fade { diff --git a/src/svg/aliased.svg b/src/svg/aliased.svg deleted file mode 100644 index d7fada700..000000000 --- a/src/svg/aliased.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/content.svg b/src/svg/content.svg deleted file mode 100644 index 9f2747391..000000000 --- a/src/svg/content.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/svg/device.svg b/src/svg/device.svg deleted file mode 100644 index 8ad41d008..000000000 --- a/src/svg/device.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/svg/direction.svg b/src/svg/direction.svg deleted file mode 100644 index fd6a205c8..000000000 --- a/src/svg/direction.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/filter.svg b/src/svg/filter.svg deleted file mode 100644 index f9daf714e..000000000 --- a/src/svg/filter.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/svg/general.svg b/src/svg/general.svg deleted file mode 100644 index 8541e30f3..000000000 --- a/src/svg/general.svg +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/interface.svg b/src/svg/interface.svg deleted file mode 100644 index d96bf7119..000000000 --- a/src/svg/interface.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/internal.svg b/src/svg/internal.svg deleted file mode 100644 index 4dbcef4d7..000000000 --- a/src/svg/internal.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/large.svg b/src/svg/large.svg deleted file mode 100644 index a88c411d9..000000000 --- a/src/svg/large.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/media.svg b/src/svg/media.svg deleted file mode 100644 index 30f951f4d..000000000 --- a/src/svg/media.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/photo.svg b/src/svg/photo.svg deleted file mode 100644 index c71639d61..000000000 --- a/src/svg/photo.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/reviews.svg b/src/svg/reviews.svg deleted file mode 100644 index ffe12db73..000000000 --- a/src/svg/reviews.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/shipping.svg b/src/svg/shipping.svg deleted file mode 100644 index 717574094..000000000 --- a/src/svg/shipping.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/social.svg b/src/svg/social.svg deleted file mode 100644 index f40ff0dba..000000000 --- a/src/svg/social.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/svg/status.svg b/src/svg/status.svg deleted file mode 100644 index 94c8b0502..000000000 --- a/src/svg/status.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/svg/user.svg b/src/svg/user.svg deleted file mode 100644 index fc495e0d9..000000000 --- a/src/svg/user.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -