@swisspost/design-system-styles 9.14.0 → 9.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/stepper.css +1 -1
- package/components/stepper.scss +121 -22
- package/index.css +1 -1
- package/intranet.css +1 -1
- package/package.json +3 -3
- package/post-external.css +1 -1
- package/post-internal.css +1 -1
- package/tokens/temp/_channel.scss +1 -1
- package/tokens/temp/_components.scss +1 -1
- package/tokens/temp/_core.scss +1 -1
- package/tokens/temp/_device.scss +1 -1
- package/tokens/temp/_index.scss +1 -1
- package/tokens/temp/_mode.scss +1 -1
- package/tokens/temp/_theme.scss +1 -1
package/components/stepper.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.stepper-container{margin-bottom:1.25rem}@media(min-width: 780px){.stepper-container{margin-bottom:2rem}}@media(min-width: 1280px){.stepper-container{margin-bottom:2.5rem}}.stepper-container>.stepper-bar{display:none}.stepper{counter-reset:step-index;margin:0;padding:0;list-style:none;display:grid;position:relative;overflow-y:hidden;overflow-x:auto;grid-template-columns:1.25rem;grid-auto-columns:minmax(2.5rem, 1fr);padding-inline-end:1.25rem}.stepper-item{grid-row:1;position:relative}.stepper-item:not(:first-child){padding-inline-start:.5rem}.stepper-item:not(:last-child){padding-inline-end:.5rem;grid-column:span 2}.stepper-item::before,.stepper-item::after{content:"";display:block;position:absolute;inset-block-start:1.125rem;height:.25rem;background-color:#999;inset-inline:0}.stepper-item:not(:first-child,:last-child)::before{inset-inline-end:50%}.stepper-item:not(:first-child,:last-child)::after{inset-inline-start:50%}.stepper-item:not(.stepper-item[aria-current=step]~*,:first-child)::before,.stepper-item:not([aria-current=step],.stepper-item[aria-current=step]~*)::after{background-color:#fc0;z-index:1}.stepper-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;z-index:2;overflow:hidden;text-decoration:none;color:var(--post-gray-60);width:fit-content;line-height:1.2;word-break:break-word}.stepper-link:not([title]){-webkit-line-clamp:initial}.stepper-item:not(:first-child,:last-child)>.stepper-link{margin-inline:auto;text-align:center}.stepper-item:last-child>.stepper-link{margin-inline-start:auto;margin-inline-end:-1.25rem;text-align:end}.stepper-item[aria-current=step]>.stepper-link{color:var(--post-gray-80);font-weight:700}.stepper-link::before{content:counter(step-index);display:flex;align-items:center;counter-increment:step-index;justify-content:center;z-index:1;height:2.5rem;width:2.5rem;box-sizing:border-box;margin-block-end:.5rem;color:#000;background-color:#fc0;border:.25rem solid rgb(var(--post-bg-rgb, 255 255 255));border-radius:50%;font-weight:700;text-indent:initial;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.stepper-item:not(:first-child,:last-child)>.stepper-link::before{margin-inline:auto}.stepper-item:last-child>.stepper-link::before{margin-inline-start:auto}.stepper-item:not([aria-current=step],.stepper-item[aria-current=step]~*)>.stepper-link::before{color:rgba(0,0,0,0)}.stepper-item[aria-current=step]~.stepper-item>.stepper-link::before{color:#fff;background-color:#666}.stepper-link::after{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;display:block;position:absolute;top:.5rem;z-index:1;height:1.5rem;width:1.5rem;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);color:#000}.stepper-item:first-child>.stepper-link::after{left:.5rem}.stepper-item:not(:first-child,:last-child)>.stepper-link::after{left:calc(50% - 0.75rem)}.stepper-item:last-child>.stepper-link::after{right:.5rem}.stepper-item:not([aria-current=step],.stepper-item[aria-current=step]~*)>.stepper-link::after{content:""}.stepper-link:is(a[href]){outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:var(--post-contrast-color-inverted)}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:var(--post-contrast-color-inverted)}}.stepper-link:is(a[href]):hover{color:var(--post-gray-60)}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):hover{color:var(--post-gray-80)}.stepper-link:is(a[href]):hover::before,.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):hover::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-link:is(a[href]):hover::after{color:var(--post-contrast-color-inverted)}@media(max-width: 599.98px){.stepper-item:first-child,.stepper-item:last-child{padding-inline:0}.stepper-item[aria-current=step]{display:contents}.stepper-item[aria-current=step]>.stepper-link{display:contents}.stepper-item[aria-current=step]::before{grid-row:-1;margin-block-start:1.125rem;position:static}.stepper-item[aria-current=step]:not(:last-child)>.stepper-link::before{grid-row:-1}.stepper-item[aria-current=step]:not(:first-child,:last-child)::after{inset-inline-start:0}.stepper-item:not([aria-current=step]){grid-row:-1;justify-self:stretch}.stepper-item:not([aria-current=step])>.stepper-link{-webkit-line-clamp:initial;line-height:0;text-indent:100%;height:2.5rem}.stepper-link{white-space:nowrap;width:100%;overflow:hidden}.stepper-item[aria-current=step]:first-child>.stepper-link::before{order:-1}.stepper-item[aria-current=step]:not(:first-child,:last-child)>.stepper-link::before{margin-inline-start:0;transform:translateX(-50%)}.stepper-item[aria-current=step]:last-child>.stepper-link::before{position:absolute;z-index:2;inset-block-start:0;inset-inline-end:0}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-item::before,.stepper-item::after{background-color:CanvasText}.stepper-item:not(.stepper-item[aria-current=step]~.stepper-item,:first-child)::before,.stepper-item:not([aria-current=step]:not(:last-child),.stepper-item[aria-current=step]~*)::after{background-color:Highlight}.stepper-link::before{forced-color-adjust:none}.stepper-item[aria-current=step]>.stepper-link::before{background-color:Canvas;color:CanvasText}.stepper-item[aria-current=step]~.stepper-item>.stepper-link::before,.stepper-item:not([aria-current=step])>.stepper-link::before{color:Canvas;border-color:Canvas;background-color:CanvasText}.stepper-link::after{color:Canvas}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{border-color:Highlight}@supports not selector(:has(:focus-visible)){.stepper-item[aria-current=step]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{border-color:Highlight}}.stepper-item[aria-current=step]>.stepper-link:is(a[href]):hover::before{border-color:Highlight}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href])::before{color:Canvas}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight;color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight;color:HighlightText}}.stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):hover::before{background-color:Highlight;color:HighlightText}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href])::before{background-color:LinkText}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:HighlightText}}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):hover::before{background-color:Highlight}.stepper-item:not([aria-current=step])>.stepper-link:is(a[href]):hover::after{color:HighlightText}}
|
|
1
|
+
.stepper-container{margin-bottom:1.25rem}@media(min-width: 780px){.stepper-container{margin-bottom:2rem}}@media(min-width: 1280px){.stepper-container{margin-bottom:2.5rem}}.stepper-container>.stepper-bar{display:none}.stepper{counter-reset:step-index;margin:0;padding:0;list-style:none;display:grid;position:relative;overflow-y:hidden;overflow-x:auto;grid-template-columns:1.25rem;grid-auto-columns:minmax(2.5rem, 1fr);padding-inline-end:1.25rem}.stepper-item{grid-row:1;position:relative}.stepper-item:not(:first-child){padding-inline-start:.5rem}.stepper-item:not(:last-child){padding-inline-end:.5rem;grid-column:span 2}.stepper-item::before,.stepper-item::after{content:"";display:block;position:absolute;inset-block-start:1.125rem;height:.25rem;background-color:#999;inset-inline:0}.stepper-item:not(:first-child,:last-child)::before{inset-inline-end:50%}.stepper-item:not(:first-child,:last-child)::after{inset-inline-start:50%}.stepper-item:not(.stepper-item.stepper-item-current~*,:first-child)::before,.stepper-item:not(.stepper-item-current,.stepper-item.stepper-item-current~*)::after{background-color:#fc0;z-index:1}.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]::after{background-color:#999;z-index:auto}.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item::after{background-color:#999;z-index:auto}.stepper-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;z-index:2;overflow:hidden;text-decoration:none;color:var(--post-gray-60);width:fit-content;line-height:1.2;word-break:break-word}.stepper-link:not([title]){-webkit-line-clamp:initial}.stepper-item:not(:first-child,:last-child)>.stepper-link{margin-inline:auto;text-align:center}.stepper-item:last-child>.stepper-link{margin-inline-start:auto;margin-inline-end:-1.25rem;text-align:end}.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link{color:var(--post-gray-80);font-weight:700}.stepper-link::before{content:counter(step-index);display:flex;align-items:center;counter-increment:step-index;justify-content:center;z-index:1;height:2.5rem;width:2.5rem;box-sizing:border-box;margin-block-end:.5rem;color:#000;background-color:#fc0;border:.25rem solid rgb(var(--post-bg-rgb, 255 255 255));border-radius:50%;font-weight:700;text-indent:initial;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1)}.stepper-item:not(:first-child,:last-child)>.stepper-link::before{margin-inline:auto}.stepper-item:last-child>.stepper-link::before{margin-inline-start:auto}.stepper-item:not(.stepper-item-current:not([aria-current=step]),.stepper-item.stepper-item-current~*)>.stepper-link::before{color:rgba(0,0,0,0)}.stepper-item.stepper-item-current~.stepper-item>.stepper-link::before{color:#fff;background-color:#666}.stepper-item[aria-current]>.stepper-link::before{color:rgba(0,0,0,0);background-color:var(--post-gray-80)}.stepper-link::after{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 24.533-7.6-7.6 1.867-1.867 5.733 5.733 12.4-12.4 1.867 1.867z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;display:block;position:absolute;top:.5rem;z-index:1;height:1.5rem;width:1.5rem;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);color:#000}.stepper-item:first-child>.stepper-link::after{left:.5rem}.stepper-item:not(:first-child,:last-child)>.stepper-link::after{left:calc(50% - 0.75rem)}.stepper-item:last-child>.stepper-link::after{right:.5rem}.stepper-item:not(.stepper-item-current:not([aria-current=step]),.stepper-item.stepper-item-current~*)>.stepper-link::after{content:""}.stepper-item[aria-current]>.stepper-link::after{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 1.067 2.933 24.134l-1.6 6.533 6.533-1.6L30.933 6zM29.067 6l-1.733 1.733-3.067-3.067L26 2.933zM26.4 8.667 8.133 26.934l-3.067-3.067L23.333 5.6zM3.067 28.933l1.067-4L7.201 28z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;mask-size:16px;mask-repeat:no-repeat;mask-position:center;color:#fff}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item[aria-current]>.stepper-link::after{color:#000}.stepper-item.stepper-item-current~.stepper-item::before,.stepper-item.stepper-item-current~.stepper-item::after,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item::after{background-color:#999;z-index:auto}.stepper-item.stepper-item-current~.stepper-item>.stepper-link::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item>.stepper-link::before{color:#fff;background-color:#666}.stepper-item.stepper-item-current~.stepper-item>.stepper-link::after,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item>.stepper-link::after{content:none}.stepper-link:is(a[href]){outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-60)}.stepper-item.stepper-item-current>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before,.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-item[aria-current]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{color:rgba(0,0,0,0);background-color:var(--post-gray-80)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item[aria-current]>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{border-color:Canvas}.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:var(--post-contrast-color-inverted)}@supports not selector(:has(:focus-visible)){.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-60)}.stepper-item.stepper-item-current>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus){color:var(--post-gray-80)}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before,.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-item[aria-current]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{color:rgba(0,0,0,0);background-color:var(--post-gray-80)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item[aria-current]>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{border-color:Canvas}.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:var(--post-contrast-color-inverted)}}.stepper-link:is(a[href]):hover{color:var(--post-gray-60)}.stepper-item.stepper-item-current>.stepper-link:is(a[href]):hover{color:var(--post-gray-80)}.stepper-link:is(a[href]):hover::before,.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):hover::before,.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current=step]~.stepper-item>.stepper-link:is(a[href]):hover::before{color:var(--post-contrast-color-inverted);background-color:var(--post-contrast-color)}.stepper-item[aria-current]>.stepper-link:is(a[href]):hover::before{color:rgba(0,0,0,0);background-color:var(--post-gray-80)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item[aria-current]>.stepper-link:is(a[href]):hover::before{border-color:Canvas}.stepper-link:is(a[href]):hover::after{color:var(--post-contrast-color-inverted)}@media(max-width: 599.98px){.stepper-item:first-child,.stepper-item:last-child{padding-inline:0}.stepper-item[aria-current=step]:not(.stepper-item-current~*){display:contents}.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link{display:contents}.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link::before,.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link::after{z-index:2}.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link::before{content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' fill='%23ffffff' d='M26 1.067 2.933 24.134l-1.6 6.533 6.533-1.6L30.933 6zM29.067 6l-1.733 1.733-3.067-3.067L26 2.933zM26.4 8.667 8.133 26.934l-3.067-3.067L23.333 5.6zM3.067 28.933l1.067-4L7.201 28z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px}.stepper-item[aria-current=step]:not(.stepper-item-current~*)>.stepper-link::after{content:none}.stepper-item[aria-current=step]:not(.stepper-item-current~*)::before{grid-row:-1;margin-block-start:1.125rem;position:static}.stepper-item[aria-current=step]:not(.stepper-item-current~*):not(:last-child)>.stepper-link::before{grid-row:-1}.stepper-item[aria-current=step]:not(.stepper-item-current~*):not(:first-child,:last-child)::after{inset-inline-start:0}.stepper-item:not([aria-current=step]){grid-row:-1;justify-self:stretch}.stepper-item:not([aria-current=step])>.stepper-link{-webkit-line-clamp:initial;line-height:0;text-indent:100%;height:2.5rem}.stepper-link{white-space:nowrap;width:100%;overflow:hidden}.stepper-item[aria-current=step]:first-child>.stepper-link::before{order:-1}.stepper-item[aria-current=step]:not(:first-child,:last-child)>.stepper-link::before{margin-inline-start:0;transform:translateX(-50%)}.stepper-item[aria-current=step]:last-child>.stepper-link::before{position:absolute;z-index:2;inset-block-start:0;inset-inline-end:0}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.stepper-item::before,.stepper-item::after{forced-color-adjust:none}.stepper-item:not(.stepper-item.stepper-item-current~.stepper-item,:first-child)::before,.stepper-item:not(.stepper-item-current:not(:last-child),.stepper-item.stepper-item-current~*)::after{background-color:Highlight}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item[aria-current=step]>.stepper-link::after{color:#fff}.stepper-link::before{forced-color-adjust:none}.stepper-item.stepper-item-current>.stepper-link::before{background-color:AccentColor;color:AccentColorText}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .stepper-item.stepper-item-current>.stepper-link::before{border-color:Canvas}.stepper-item.stepper-item-current~.stepper-item>.stepper-link::before,.stepper-item:not(.stepper-item-current)>.stepper-link::before{color:Canvas;border-color:Canvas;background-color:GrayText}.stepper-link::after{color:Canvas}.stepper-item.stepper-item-current>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight;color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item.stepper-item-current>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight;color:HighlightText}}.stepper-item.stepper-item-current>.stepper-link:is(a[href]):hover::before{background-color:Highlight;color:HighlightText}.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href])::before{color:Canvas;background-color:GrayText}.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight;color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight;color:HighlightText}}.stepper-item.stepper-item-current~.stepper-item>.stepper-link:is(a[href]):hover::before{background-color:Highlight;color:HighlightText}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href])::before{background-color:LinkText}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{background-color:Highlight}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{color:HighlightText}@supports not selector(:has(:focus-visible)){.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::before{background-color:Highlight}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):is(:focus-visible,:focus-within,.pretend-focus)::after{color:HighlightText}}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):hover::before{background-color:Highlight}.stepper-item:not(.stepper-item-current)>.stepper-link:is(a[href]):hover::after{color:HighlightText}}
|
package/components/stepper.scss
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
@use './../mixins/icons' as icons-mx;
|
|
4
4
|
@use './../mixins/size' as size-mx;
|
|
5
5
|
@use './../mixins/utilities';
|
|
6
|
+
@use './../functions/icons' as icon-fn;
|
|
7
|
+
@use './../mixins/color' as color-mx;
|
|
6
8
|
|
|
7
9
|
@use './../variables/color';
|
|
8
10
|
@use './../variables/commons';
|
|
@@ -75,12 +77,25 @@
|
|
|
75
77
|
}
|
|
76
78
|
|
|
77
79
|
// current and completed steps are preceded by a yellow segment (except for the first step)
|
|
78
|
-
&:not(
|
|
80
|
+
&:not(&.stepper-item-current ~ *, :first-child)::before,
|
|
79
81
|
// steps that are not the current step or preceded by a current step are followed by a yellow segment
|
|
80
|
-
&:not(
|
|
82
|
+
&:not(.stepper-item-current, .stepper-item.stepper-item-current ~ *)::after {
|
|
81
83
|
background-color: stepper.$stepper-bar-fill-color;
|
|
82
84
|
z-index: 1;
|
|
83
85
|
}
|
|
86
|
+
|
|
87
|
+
.stepper:not(:has(.stepper-item-current)) &[aria-current='step']::after {
|
|
88
|
+
background-color: stepper.$stepper-bar-color;
|
|
89
|
+
z-index: auto;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current='step'] ~ & {
|
|
93
|
+
&::before,
|
|
94
|
+
&::after {
|
|
95
|
+
background-color: stepper.$stepper-bar-color;
|
|
96
|
+
z-index: auto;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
84
99
|
}
|
|
85
100
|
|
|
86
101
|
.stepper-link {
|
|
@@ -114,7 +129,7 @@
|
|
|
114
129
|
text-align: end;
|
|
115
130
|
}
|
|
116
131
|
|
|
117
|
-
.stepper-item[aria-current='step'] > & {
|
|
132
|
+
.stepper-item[aria-current='step']:not(.stepper-item-current ~ *) > & {
|
|
118
133
|
color: stepper.$stepper-link-current-color;
|
|
119
134
|
font-weight: stepper.$stepper-link-current-font-weight;
|
|
120
135
|
}
|
|
@@ -148,14 +163,23 @@
|
|
|
148
163
|
margin-inline-start: auto;
|
|
149
164
|
}
|
|
150
165
|
|
|
151
|
-
.stepper-item:not(
|
|
166
|
+
.stepper-item:not(
|
|
167
|
+
.stepper-item-current:not([aria-current='step']),
|
|
168
|
+
.stepper-item.stepper-item-current ~ *
|
|
169
|
+
)
|
|
170
|
+
> & {
|
|
152
171
|
color: transparent;
|
|
153
172
|
}
|
|
154
173
|
|
|
155
|
-
.stepper-item
|
|
174
|
+
.stepper-item.stepper-item-current ~ .stepper-item > & {
|
|
156
175
|
color: stepper.$stepper-indicator-future-color;
|
|
157
176
|
background-color: stepper.$stepper-indicator-future-bg;
|
|
158
177
|
}
|
|
178
|
+
|
|
179
|
+
.stepper-item[aria-current] > & {
|
|
180
|
+
color: transparent;
|
|
181
|
+
background-color: stepper.$stepper-link-current-color;
|
|
182
|
+
}
|
|
159
183
|
}
|
|
160
184
|
|
|
161
185
|
// check icon
|
|
@@ -189,9 +213,43 @@
|
|
|
189
213
|
}
|
|
190
214
|
|
|
191
215
|
// show only for completed steps
|
|
192
|
-
.stepper-item:not(
|
|
216
|
+
.stepper-item:not(
|
|
217
|
+
.stepper-item-current:not([aria-current='step']),
|
|
218
|
+
.stepper-item.stepper-item-current ~ *
|
|
219
|
+
)
|
|
220
|
+
> & {
|
|
193
221
|
content: '';
|
|
194
222
|
}
|
|
223
|
+
|
|
224
|
+
.stepper-item[aria-current] > & {
|
|
225
|
+
@include icons-mx.icon(3193);
|
|
226
|
+
mask-size: 16px;
|
|
227
|
+
mask-repeat: no-repeat;
|
|
228
|
+
mask-position: center;
|
|
229
|
+
color: stepper.$stepper-indicator-future-color;
|
|
230
|
+
|
|
231
|
+
@include color-mx.on-dark-background {
|
|
232
|
+
color: stepper.$stepper-indicator-color;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.stepper-item.stepper-item-current ~ .stepper-item,
|
|
238
|
+
.stepper:not(:has(.stepper-item-current)) .stepper-item[aria-current='step'] ~ .stepper-item {
|
|
239
|
+
&::before,
|
|
240
|
+
&::after {
|
|
241
|
+
background-color: stepper.$stepper-bar-color;
|
|
242
|
+
z-index: auto;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
> .stepper-link::before {
|
|
246
|
+
color: stepper.$stepper-indicator-future-color;
|
|
247
|
+
background-color: stepper.$stepper-indicator-future-bg;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
> .stepper-link::after {
|
|
251
|
+
content: none;
|
|
252
|
+
}
|
|
195
253
|
}
|
|
196
254
|
|
|
197
255
|
// hover/focus state
|
|
@@ -203,17 +261,30 @@
|
|
|
203
261
|
@include utilities.focus-hover-style-custom() {
|
|
204
262
|
color: stepper.$stepper-link-color;
|
|
205
263
|
|
|
206
|
-
.stepper-item
|
|
264
|
+
.stepper-item.stepper-item-current > & {
|
|
207
265
|
color: stepper.$stepper-link-current-color;
|
|
208
266
|
}
|
|
209
267
|
|
|
210
268
|
// step indicator
|
|
211
269
|
&::before,
|
|
212
|
-
.stepper-item
|
|
270
|
+
.stepper-item.stepper-item-current ~ .stepper-item > &::before,
|
|
271
|
+
.stepper:not(:has(.stepper-item-current))
|
|
272
|
+
.stepper-item[aria-current='step']
|
|
273
|
+
~ .stepper-item
|
|
274
|
+
> &::before {
|
|
213
275
|
color: stepper.$stepper-indicator-hover-color;
|
|
214
276
|
background-color: stepper.$stepper-indicator-hover-bg;
|
|
215
277
|
}
|
|
216
278
|
|
|
279
|
+
.stepper-item[aria-current] > &::before {
|
|
280
|
+
color: transparent;
|
|
281
|
+
background-color: stepper.$stepper-link-current-color;
|
|
282
|
+
|
|
283
|
+
@include color-mx.on-dark-background {
|
|
284
|
+
border-color: Canvas;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
|
|
217
288
|
// check icon
|
|
218
289
|
&::after {
|
|
219
290
|
color: stepper.$stepper-indicator-hover-color;
|
|
@@ -228,12 +299,29 @@
|
|
|
228
299
|
padding-inline: 0;
|
|
229
300
|
}
|
|
230
301
|
|
|
231
|
-
.stepper-item[aria-current='step'] {
|
|
302
|
+
.stepper-item[aria-current='step']:not(.stepper-item-current ~ *) {
|
|
232
303
|
// using "display: contents" on the stepper-item and stepper-link so that label, indicator and progress bar can be directly placed in the grid
|
|
233
304
|
display: contents;
|
|
234
305
|
|
|
235
306
|
> .stepper-link {
|
|
236
307
|
display: contents;
|
|
308
|
+
|
|
309
|
+
&::before,
|
|
310
|
+
&::after {
|
|
311
|
+
z-index: 2;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
&::before {
|
|
315
|
+
content: '';
|
|
316
|
+
background-image: url('#{icon-fn.get-colored-svg-url(3193, color.$white)}');
|
|
317
|
+
background-repeat: no-repeat;
|
|
318
|
+
background-position: center;
|
|
319
|
+
background-size: 16px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
&::after {
|
|
323
|
+
content: none;
|
|
324
|
+
}
|
|
237
325
|
}
|
|
238
326
|
|
|
239
327
|
// progress bar
|
|
@@ -298,33 +386,42 @@
|
|
|
298
386
|
.stepper-item {
|
|
299
387
|
&::before,
|
|
300
388
|
&::after {
|
|
301
|
-
|
|
389
|
+
forced-color-adjust: none;
|
|
302
390
|
}
|
|
303
391
|
|
|
304
|
-
&:not(
|
|
305
|
-
&:not(
|
|
392
|
+
&:not(&.stepper-item-current ~ &, :first-child)::before,
|
|
393
|
+
&:not(.stepper-item-current:not(:last-child), .stepper-item.stepper-item-current ~ *)::after {
|
|
306
394
|
background-color: Highlight;
|
|
307
395
|
}
|
|
308
396
|
}
|
|
309
397
|
|
|
398
|
+
.stepper-item[aria-current='step'] > .stepper-link::after {
|
|
399
|
+
@include color-mx.on-dark-background {
|
|
400
|
+
color: color.$white;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
310
404
|
.stepper-link {
|
|
311
405
|
&::before {
|
|
312
406
|
forced-color-adjust: none;
|
|
313
407
|
}
|
|
314
408
|
|
|
315
|
-
.stepper-item
|
|
409
|
+
.stepper-item.stepper-item-current > & {
|
|
316
410
|
&::before {
|
|
317
|
-
background-color:
|
|
318
|
-
color:
|
|
411
|
+
background-color: AccentColor;
|
|
412
|
+
color: AccentColorText;
|
|
413
|
+
@include color-mx.on-dark-background {
|
|
414
|
+
border-color: Canvas;
|
|
415
|
+
}
|
|
319
416
|
}
|
|
320
417
|
}
|
|
321
418
|
|
|
322
|
-
.stepper-item
|
|
323
|
-
.stepper-item:not(
|
|
419
|
+
.stepper-item.stepper-item-current ~ .stepper-item > &,
|
|
420
|
+
.stepper-item:not(.stepper-item-current) > & {
|
|
324
421
|
&::before {
|
|
325
422
|
color: Canvas;
|
|
326
423
|
border-color: Canvas;
|
|
327
|
-
background-color:
|
|
424
|
+
background-color: GrayText;
|
|
328
425
|
}
|
|
329
426
|
}
|
|
330
427
|
|
|
@@ -334,17 +431,19 @@
|
|
|
334
431
|
}
|
|
335
432
|
|
|
336
433
|
.stepper-link:is(a[href]) {
|
|
337
|
-
.stepper-item
|
|
434
|
+
.stepper-item.stepper-item-current > & {
|
|
338
435
|
@include utilities.focus-hover-style-custom() {
|
|
339
436
|
&::before {
|
|
340
|
-
|
|
437
|
+
background-color: Highlight;
|
|
438
|
+
color: HighlightText;
|
|
341
439
|
}
|
|
342
440
|
}
|
|
343
441
|
}
|
|
344
442
|
|
|
345
|
-
.stepper-item
|
|
443
|
+
.stepper-item.stepper-item-current ~ .stepper-item > & {
|
|
346
444
|
&::before {
|
|
347
445
|
color: Canvas;
|
|
446
|
+
background-color: GrayText;
|
|
348
447
|
}
|
|
349
448
|
|
|
350
449
|
@include utilities.focus-hover-style-custom() {
|
|
@@ -355,7 +454,7 @@
|
|
|
355
454
|
}
|
|
356
455
|
}
|
|
357
456
|
|
|
358
|
-
.stepper-item:not(
|
|
457
|
+
.stepper-item:not(.stepper-item-current) > & {
|
|
359
458
|
&::before {
|
|
360
459
|
background-color: LinkText;
|
|
361
460
|
}
|