From c87993068fc97e9fd9f9ab4af1772496a48489b3 Mon Sep 17 00:00:00 2001 From: Matthias Prost Date: Mon, 20 Jan 2025 15:42:18 +0100 Subject: [PATCH] ci: fix unit tests on main (#4691) --- .../__snapshots__/index.test.tsx.snap | 739 +----------------- 1 file changed, 1 insertion(+), 738 deletions(-) diff --git a/packages/ui/src/components/TagList/__tests__/__snapshots__/index.test.tsx.snap b/packages/ui/src/components/TagList/__tests__/__snapshots__/index.test.tsx.snap index dc2521fcd6..16759347b7 100644 --- a/packages/ui/src/components/TagList/__tests__/__snapshots__/index.test.tsx.snap +++ b/packages/ui/src/components/TagList/__tests__/__snapshots__/index.test.tsx.snap @@ -143,43 +143,7 @@ exports[`TagList > renders correctly 1`] = ` exports[`TagList > renders correctly a scrollable popover with non default popoverMaxHeight 1`] = ` - @keyframes animation-0 { - 0% { - opacity: 0; - -webkit-transform: translate3d(0px, -12px, 0); - -moz-transform: translate3d(0px, -12px, 0); - -ms-transform: translate3d(0px, -12px, 0); - transform: translate3d(0px, -12px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: translate3d(0px, -12px, 0); - -moz-transform: translate3d(0px, -12px, 0); - -ms-transform: translate3d(0px, -12px, 0); - transform: translate3d(0px, -12px, 0); - } -} - -@keyframes animation-0 { - 0% { - opacity: 0; - -webkit-transform: translate3d(0px, -12px, 0); - -moz-transform: translate3d(0px, -12px, 0); - -ms-transform: translate3d(0px, -12px, 0); - transform: translate3d(0px, -12px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: translate3d(0px, -12px, 0); - -moz-transform: translate3d(0px, -12px, 0); - -ms-transform: translate3d(0px, -12px, 0); - transform: translate3d(0px, -12px, 0); - } -} - -.emotion-0 { + .emotion-0 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -280,207 +244,6 @@ exports[`TagList > renders correctly a scrollable popover with non default popov padding-right: 0.5rem; } -.emotion-29 { - background: #151a2d; - color: #ffffff; - border-radius: 0.25rem; - padding: 0.25rem 0.5rem; - text-align: center; - position: absolute; - max-width: 14.5rem; - max-height: 100px; - overflow: auto; - overflow-wrap: break-word; - font-size: 0.8rem; - inset: 0 auto auto 0; - top: 0; - left: 0; - opacity: 0; - z-index: 1; - -webkit-transform: translate3d(0px, -12px, 0); - -moz-transform: translate3d(0px, -12px, 0); - -ms-transform: translate3d(0px, -12px, 0); - transform: translate3d(0px, -12px, 0); - padding: 1rem; - width: 20rem; - max-width: 20rem; - text-align: initial; - background: #ffffff; - box-shadow: 0px 4px 32px 8px #151a2d5c; -} - -.emotion-29[data-animated="true"] { - -webkit-animation: 0ms animation-0 forwards; - animation: 0ms animation-0 forwards; -} - -.emotion-29[data-has-arrow="true"]::after { - content: " "; - position: absolute; - top: -1px; - left: 0px; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - transform: rotate(0deg); - margin-left: -8px; - border-width: 8px; - border-style: solid; - border-color: #151a2d transparent transparent transparent; - pointer-events: none; -} - -.emotion-29[data-visible-in-dom="false"] { - display: none; -} - -.emotion-29[data-has-arrow='true']::after { - border-color: #ffffff transparent transparent transparent; -} - -.emotion-31 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - gap: 0.5rem; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-align-items: normal; - -webkit-box-align: normal; - -ms-flex-align: normal; - align-items: normal; - -webkit-box-pack: normal; - -ms-flex-pack: normal; - -webkit-justify-content: normal; - justify-content: normal; - -webkit-box-flex-wrap: nowrap; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - color: #3f4250; -} - -.emotion-33 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - gap: 0rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-align-items: normal; - -webkit-box-align: normal; - -ms-flex-align: normal; - align-items: normal; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - justify-content: space-between; - -webkit-box-flex-wrap: nowrap; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; -} - -.emotion-35 { - color: #222638; - font-size: 1rem; - font-family: Inter,Asap,sans-serif; - font-weight: 500; - letter-spacing: 0; - line-height: 1.5rem; - text-transform: none; - -webkit-text-decoration: none; - text-decoration: none; -} - -.emotion-37 { - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - height: 2rem; - padding: 0 0.5rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - gap: 0.5rem; - border-radius: 0.25rem; - box-sizing: border-box; - width: 2rem; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - cursor: pointer; - -webkit-box-pack: center; - -ms-flex-pack: center; - -webkit-justify-content: center; - justify-content: center; - outline-offset: 2px; - white-space: nowrap; - -webkit-text-decoration: none; - text-decoration: none; - font-size: 0.875rem; - font-family: Inter,Asap,sans-serif; - font-weight: 500; - letter-spacing: 0; - line-height: 1.25rem; - paragraph-spacing: 0; - text-case: none; - background: none; - border: none; - color: #3f4250; -} - -.emotion-37:hover { - -webkit-text-decoration: none; - text-decoration: none; -} - -.emotion-37:active { - box-shadow: 0px 0px 0px 3px #151a2d5c; -} - -.emotion-37:hover, -.emotion-37:active { - background: #e9eaeb; - color: #222638; -} - -.emotion-39 { - vertical-align: middle; - fill: currentColor; - height: 16px; - width: 16px; - min-width: 16px; - min-height: 16px; -} - -.emotion-39 .fillStroke { - stroke: currentColor; - fill: none; -} - -.emotion-41 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - color: #3f4250; - gap: 0.5rem; - -webkit-box-flex-wrap: wrap; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} -
@@ -540,506 +303,6 @@ exports[`TagList > renders correctly a scrollable popover with non default popov > +51 -