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 @@
-
-