@iamproperty/components 3.7.2 → 3.7.3
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/assets/css/components/dialog.css +1 -1
- package/assets/css/components/dialog.css.map +1 -1
- package/assets/css/components/pagination.css +1 -1
- package/assets/css/components/pagination.css.map +1 -1
- package/assets/css/components/table.css +1 -1
- package/assets/css/components/table.css.map +1 -1
- package/assets/css/core.min.css +1 -1
- package/assets/css/core.min.css.map +1 -1
- package/assets/css/style.min.css +1 -1
- package/assets/css/style.min.css.map +1 -1
- package/assets/js/components/accordion/accordion.component.min.js +1 -1
- package/assets/js/components/applied-filters/applied-filters.component.min.js +14 -0
- package/assets/js/components/applied-filters/applied-filters.component.min.js.map +1 -0
- package/assets/js/components/card/card.component.min.js +1 -1
- package/assets/js/components/filterlist/filterlist.component.min.js +1 -1
- package/assets/js/components/header/header.component.min.js +1 -1
- package/assets/js/components/pagination/pagination.component.min.js +18 -0
- package/assets/js/components/pagination/pagination.component.min.js.map +1 -0
- package/assets/js/components/table/table.component.js +1 -0
- package/assets/js/components/table/table.component.min.js +13 -13
- package/assets/js/components/table/table.component.min.js.map +1 -1
- package/assets/js/components/tabs/tabs.component.min.js +1 -1
- package/assets/js/dynamic.min.js +1 -1
- package/assets/js/modules/table.js +10 -4
- package/assets/js/scripts.bundle.js +3 -3
- package/assets/js/scripts.bundle.js.map +1 -1
- package/assets/js/scripts.bundle.min.js +2 -2
- package/assets/js/scripts.bundle.min.js.map +1 -1
- package/assets/sass/components/dialog.scss +11 -0
- package/assets/sass/components/pagination.scss +2 -1
- package/assets/sass/components/table.scss +6 -4
- package/assets/ts/components/table/table.component.ts +1 -0
- package/assets/ts/modules/table.ts +13 -5
- package/dist/components.es.js +301 -296
- package/dist/components.umd.js +3 -3
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
body:not(.js-enabled) dialog:not([open]):target{display:block}dialog[open]{--dialog-padding: 1.5rem;width:fit-content;height:fit-content;border:none;overscroll-behavior:contain;background:var(--colour-canvas-2);box-shadow:0px 2px 9px rgba(0,0,0,.11);border-radius:0.625rem;padding:var(--dialog-padding);outline:var(--contrast-outline-width, 0px) solid var(--colour-primary);display:flex;flex-direction:column}dialog[open]>*:last-child,dialog[open]>.mh-lg>*:last-child{margin-bottom:0}dialog[open]>:is(p):last-child,dialog[open]>.mh-lg>:is(p):last-child{padding-bottom:0}*:not(.dialog__wrapper)>dialog[open]{overflow-y:hidden;width:90vw;max-width:20.25rem;max-height:min(90vh, 47rem);overscroll-behavior:contain;container-type:inline-size}*:not(.dialog__wrapper)>dialog[open]>form:first-child{position:static}*:not(.dialog__wrapper)>dialog[open]>form:first-child button,*:not(.dialog__wrapper)>dialog[open]>button:first-child{position:absolute;top:var(--dialog-padding);right:var(--dialog-padding);z-index:var(--index-floating);text-indent:300%;overflow:hidden;border:none;height:1.25rem;width:1.25rem;background:rgba(0,0,0,0)}*:not(.dialog__wrapper)>dialog[open]>form:first-child button:after,*:not(.dialog__wrapper)>dialog[open]>button:first-child:after{content:"";top:0;left:0;position:absolute;display:block;height:1.25rem;width:1.25rem;z-index:var(--index-focus);background:currentColor;mask-image:var(--icon-close);mask-size:100%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-close);-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+*,*:not(.dialog__wrapper)>dialog[open]>button:first-child+*{padding-right:var(--dialog-padding);margin-right:1.25rem;display:block}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6),*:not(.dialog__wrapper)>dialog[open]>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6){padding-bottom:0.5rem;line-height:1.1875rem}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*,*:not(.dialog__wrapper)>dialog[open]>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*{padding-right:var(--dialog-padding);margin-right:1.25rem;display:block}@media(forced-colors: active){*:not(.dialog__wrapper)>dialog[open]>form:first-child button,*:not(.dialog__wrapper)>dialog[open]>button:first-child{text-indent:0;width:fit-content}*:not(.dialog__wrapper)>dialog[open]>form:first-child button:after,*:not(.dialog__wrapper)>dialog[open]>button:first-child:after{display:none}}@media screen and (min-width: 36em){*:not(.dialog__wrapper)>dialog[open]{--dialog-padding: 2rem;min-width:20.9375rem;width:fit-content;max-width:42.875rem}}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]{min-width:28.375rem;width:fit-content;max-width:46rem}}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){padding:0 !important}*:not(.dialog__wrapper)>dialog[open].dialog--fullwidth{max-width:69.5rem}@container (width < 23.4375em){*:not(.dialog__wrapper)>dialog[open]>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>form>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>:is(form,div)>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>form>fieldset>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open] .btn--wrapper>.btn:not(.dialog__close){width:100%;max-width:100%;margin:0;display:block;text-align:center}*:not(.dialog__wrapper)>dialog[open]>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>form>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>:is(form,div)>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>form>fieldset>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open] .btn--wrapper>.btn:not(.dialog__close):not(:last-child){margin-bottom:1rem !important}}*:not(.dialog__wrapper)>dialog[open] .mh-lg{padding-right:calc(var(--dialog-padding) - 10px);margin-right:calc(var(--dialog-padding)*-1 + 10px);margin-bottom:calc(var(--dialog-padding)*-1);padding-bottom:var(--dialog-padding)}*:not(.dialog__wrapper)>dialog[open] .mh-lg:before{top:100%;height:var(--dialog-padding)}dialog::backdrop{background:rgba(0,0,0,.3);backdrop-filter:blur(4px);overscroll-behavior:contain}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)){text-align:center}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)):before{content:"";font-weight:300;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;font-family:"Font Awesome 6 Pro";font-size:3rem;margin-top:0;margin-bottom:1.5rem;line-height:1;color:var(--colour-heading);clear:both}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)):before{font-size:4rem}}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child{display:none}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button+*,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child+*{padding-right:0;margin-right:0}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*{padding-right:0;margin-right:0}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)) button{margin-bottom:0}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{padding-top:calc(var(--dialog-padding)*4)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form:first-child button,.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>button:first-child{top:calc(var(--dialog-padding)*4)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset:not(.active){display:none}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi:not(:has(fieldset.active)) fieldset:first-of-type{display:flex}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi form>*:not(fieldset){display:none !important}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi form{max-height:23.125rem}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi :is(.h1,.h2,.h3,.h4,.h5,.h6){padding-right:calc(var(--dialog-padding)*3);padding-bottom:var(--dialog-padding)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps{width:100%;position:absolute;top:0;left:0;padding:var(--dialog-padding);counter-reset:section;display:flex;justify-content:space-between}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps:before{content:"";position:absolute;top:calc(50% - 1px);left:var(--dialog-padding);z-index:2;width:calc(100% - var(--dialog-padding) - var(--dialog-padding));height:2px;background:currentColor;z-index:1;opacity:.5}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button{position:relative;background:rgba(0,0,0,0);border:none;color:inherit;height:1.5rem;line-height:1.5rem;width:1.5rem;text-indent:300%;overflow:hidden;z-index:2;background-color:var(--colour-primary);outline:.5rem solid var(--colour-primary)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button:before{position:absolute;top:0;left:0;counter-increment:section;content:counter(section);border:1px solid currentColor;height:1.5rem;line-height:1.5rem;width:1.5rem;text-align:center;display:inline-block;text-indent:0;border-radius:50%}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button:not(.active):before{opacity:.5}@media screen and (min-width: 62em){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{min-width:57.75rem;width:57.75rem;max-width:57.75rem;padding-top:var(--dialog-padding);padding-left:calc(var(--dialog-padding) + 17.625rem);display:flex;flex-direction:column}}@media screen and (min-width: 62em)and (min-height: 31.25rem){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{height:29.875rem;max-height:29.875rem}}@media screen and (min-width: 62em){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form:first-child button,.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>button:first-child{top:var(--dialog-padding)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps{width:17.625rem;height:100%;flex-direction:column;justify-content:center}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps:before{display:none}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button{margin-block:.5rem;width:100%;text-indent:0;text-align:left;padding-left:2rem;font-size:1.125rem;outline-width:1px}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .btn--wrapper{margin-top:auto;text-align:right}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form{display:contents}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset{display:flex;flex-direction:column;flex-grow:1;position:relative;overflow:auto;margin-bottom:calc(var(--dialog-padding)*-1);padding-bottom:var(--dialog-padding);padding-right:calc(var(--dialog-padding) - 10px);margin-right:calc(var(--dialog-padding)*-1 + 10px)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset::before{content:"";top:100%;bottom:0;left:0;right:0;height:var(--dialog-padding);min-height:var(--dialog-padding);position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:calc(var(--dialog-padding)*-1)}}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){display:block}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed) .mh-lg,*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed) .mh-lg:before{display:contents}@media screen and (min-width: 36em){*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){min-width:42.875rem;max-width:42.875rem}}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){min-width:46rem;max-width:46rem}}.dialog__wrapper{position:relative;display:inline-block}.dialog__wrapper>.btn:first-child:after{content:"";display:inline-block;margin-left:1em;margin-bottom:-0.15em;height:1em;width:1em;z-index:var(--index-focus);background:currentColor;mask-image:var(--icon-arrow);mask-size:100%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-arrow);-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%;transform:rotate(90deg)}.dialog__wrapper>.btn:first-child.active:after{transform:rotate(-90deg)}.dialog__wrapper:has(dialog[open])>.btn:first-child:after{transform:rotate(270deg)}.dialog__wrapper>dialog[open]{left:0;top:100%;z-index:var(--index-floating);min-width:20rem;border-radius:1rem;max-width:37.5rem}.dialog__wrapper.dialog__wrapper--right>dialog[open]{right:0;left:auto}@media screen and (min-width: 36em){.dialog__wrapper.dialog__wrapper--sm-left>dialog[open]{left:0;right:auto}.dialog__wrapper.dialog__wrapper--sm-right>dialog[open]{right:0;left:auto}}@media screen and (min-width: 62em){.dialog__wrapper.dialog__wrapper--md-left>dialog[open]{left:0;right:auto}.dialog__wrapper.dialog__wrapper--md-right>dialog[open]{right:0;left:auto}}.dialog__wrapper:has(input:checked) .empty,.dialog__wrapper:not(:has(input:checked)) .individual,.dialog__wrapper:has(input:checked~input:checked) .individual,.dialog__wrapper:not(:has(input:checked~input:checked)) .multiple{display:none}/*# sourceMappingURL=dialog.css.map */
|
|
1
|
+
body:not(.js-enabled) dialog:not([open]):target{display:block}dialog[open]{--dialog-padding: 1.5rem;width:fit-content;height:fit-content;border:none;overscroll-behavior:contain;background:var(--colour-canvas-2);box-shadow:0px 2px 9px rgba(0,0,0,.11);border-radius:0.625rem;padding:var(--dialog-padding);outline:var(--contrast-outline-width, 0px) solid var(--colour-primary);display:flex;flex-direction:column}dialog[open]>*:last-child,dialog[open]>.mh-lg>*:last-child{margin-bottom:0}dialog[open]>:is(p):last-child,dialog[open]>.mh-lg>:is(p):last-child{padding-bottom:0}*:not(.dialog__wrapper)>dialog[open]{overflow-y:hidden;width:90vw;max-width:20.25rem;max-height:min(90vh, 47rem);overscroll-behavior:contain;container-type:inline-size}*:not(.dialog__wrapper)>dialog[open]>form:first-child{position:static}*:not(.dialog__wrapper)>dialog[open]>form:first-child button,*:not(.dialog__wrapper)>dialog[open]>button:first-child{position:absolute;top:var(--dialog-padding);right:var(--dialog-padding);z-index:var(--index-floating);text-indent:300%;overflow:hidden;border:none;height:1.25rem;width:1.25rem;background:rgba(0,0,0,0)}*:not(.dialog__wrapper)>dialog[open]>form:first-child button:after,*:not(.dialog__wrapper)>dialog[open]>button:first-child:after{content:"";top:0;left:0;position:absolute;display:block;height:1.25rem;width:1.25rem;z-index:var(--index-focus);background:currentColor;mask-image:var(--icon-close);mask-size:100%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-close);-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+*,*:not(.dialog__wrapper)>dialog[open]>button:first-child+*{padding-right:var(--dialog-padding);margin-right:1.25rem;display:block}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6),*:not(.dialog__wrapper)>dialog[open]>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6){padding-bottom:0.5rem;line-height:1.1875rem}*:not(.dialog__wrapper)>dialog[open]>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*,*:not(.dialog__wrapper)>dialog[open]>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*{padding-right:var(--dialog-padding);margin-right:1.25rem;display:block}@media(forced-colors: active){*:not(.dialog__wrapper)>dialog[open]>form:first-child button,*:not(.dialog__wrapper)>dialog[open]>button:first-child{text-indent:0;width:fit-content}*:not(.dialog__wrapper)>dialog[open]>form:first-child button:after,*:not(.dialog__wrapper)>dialog[open]>button:first-child:after{display:none}}@media screen and (min-width: 36em){*:not(.dialog__wrapper)>dialog[open]{--dialog-padding: 2rem;min-width:20.9375rem;width:fit-content;max-width:42.875rem}}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]{min-width:28.375rem;width:fit-content;max-width:46rem}}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){padding:0 !important}*:not(.dialog__wrapper)>dialog[open].dialog--fullwidth{max-width:69.5rem}@container (width < 23.4375em){*:not(.dialog__wrapper)>dialog[open]>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>form>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>:is(form,div)>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open]>form>fieldset>.btn:not(.dialog__close),*:not(.dialog__wrapper)>dialog[open] .btn--wrapper>.btn:not(.dialog__close){width:100%;max-width:100%;margin:0;display:block;text-align:center}*:not(.dialog__wrapper)>dialog[open]>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>form>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>:is(form,div)>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>.mh-lg>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open]>form>fieldset>.btn:not(.dialog__close):not(:last-child),*:not(.dialog__wrapper)>dialog[open] .btn--wrapper>.btn:not(.dialog__close):not(:last-child){margin-bottom:1rem !important}}*:not(.dialog__wrapper)>dialog[open] .mh-lg{padding-right:calc(var(--dialog-padding) - 10px);margin-right:calc(var(--dialog-padding)*-1 + 10px);margin-bottom:calc(var(--dialog-padding)*-1);padding-bottom:var(--dialog-padding)}*:not(.dialog__wrapper)>dialog[open] .mh-lg:before{top:100%;height:var(--dialog-padding)}dialog::backdrop{background:rgba(0,0,0,.3);backdrop-filter:blur(4px);overscroll-behavior:contain}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)){text-align:center}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)):before{content:"";font-weight:300;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;font-family:"Font Awesome 6 Pro";font-size:3rem;margin-top:0;margin-bottom:1.5rem;line-height:1;color:var(--colour-heading);clear:both}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)):before{font-size:4rem}}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child{display:none}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button+*,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child+*{padding-right:0;margin-right:0}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>form:first-child button+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*,*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child))>button:first-child+span:not(.h1,.h2,.h3,.h4,.h5,.h6)+*{padding-right:0;margin-right:0}*:not(.dialog__wrapper)>dialog[open]:not(.dialog--multi):is(:has(button:last-child),:has(form:last-child>button:last-child)) button{margin-bottom:0}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{padding-top:calc(var(--dialog-padding)*4)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form:first-child button,.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>button:first-child{top:calc(var(--dialog-padding)*4)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset:not(.active){display:none}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi:not(:has(fieldset.active)) fieldset:first-of-type{display:flex}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi form>*:not(fieldset){display:none !important}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi form{max-height:23.125rem}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi :is(.h1,.h2,.h3,.h4,.h5,.h6){padding-right:calc(var(--dialog-padding)*3);padding-bottom:var(--dialog-padding)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps{width:100%;position:absolute;top:0;left:0;padding:var(--dialog-padding);counter-reset:section;display:flex;justify-content:space-between}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps:before{content:"";position:absolute;top:calc(50% - 1px);left:var(--dialog-padding);z-index:2;width:calc(100% - var(--dialog-padding) - var(--dialog-padding));height:2px;background:currentColor;z-index:1;opacity:.5}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button{position:relative;background:rgba(0,0,0,0);border:none;color:inherit;height:1.5rem;line-height:1.5rem;width:1.5rem;text-indent:300%;overflow:hidden;z-index:2;background-color:var(--colour-primary);outline:.5rem solid var(--colour-primary)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button:before{position:absolute;top:0;left:0;counter-increment:section;content:counter(section);border:1px solid currentColor;height:1.5rem;line-height:1.5rem;width:1.5rem;text-align:center;display:inline-block;text-indent:0;border-radius:50%}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button:not(.active):before{opacity:.5}@media screen and (min-width: 62em){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{min-width:57.75rem;width:57.75rem;max-width:57.75rem;padding-top:var(--dialog-padding);padding-left:calc(var(--dialog-padding) + 17.625rem);display:flex;flex-direction:column}}@media screen and (min-width: 62em)and (min-height: 31.25rem){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi{height:29.875rem;max-height:29.875rem}}@media screen and (min-width: 62em){.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form:first-child button,.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>button:first-child{top:var(--dialog-padding)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps{width:17.625rem;height:100%;flex-direction:column;justify-content:center}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps:before{display:none}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .steps button{margin-block:.5rem;width:100%;text-indent:0;text-align:left;padding-left:2rem;font-size:1.125rem;outline-width:1px}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi .btn--wrapper{margin-top:auto;text-align:right}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi>form{display:contents}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset{display:flex;flex-direction:column;flex-grow:1;position:relative;overflow:auto;margin-bottom:calc(var(--dialog-padding)*-1);padding-bottom:var(--dialog-padding);padding-right:calc(var(--dialog-padding) - 10px);margin-right:calc(var(--dialog-padding)*-1 + 10px)}.js-enabled *:not(.dialog__wrapper)>dialog[open].dialog--multi fieldset::before{content:"";top:100%;bottom:0;left:0;right:0;height:var(--dialog-padding);min-height:var(--dialog-padding);position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:calc(var(--dialog-padding)*-1)}}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){display:block}*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed) .mh-lg,*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed) .mh-lg:before{display:contents}@media screen and (min-width: 36em){*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){min-width:42.875rem;max-width:42.875rem}}@media screen and (min-width: 62em){*:not(.dialog__wrapper)>dialog[open]:has(.youtube-embed){min-width:46rem;max-width:46rem}}.dialog__wrapper{position:relative;display:inline-block}.dialog__wrapper>.btn:first-child:after{content:"";display:inline-block;margin-left:1em;margin-bottom:-0.15em;height:1em;width:1em;z-index:var(--index-focus);background:currentColor;mask-image:var(--icon-arrow);mask-size:100%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-arrow);-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%;transform:rotate(90deg)}.dialog__wrapper>.btn:first-child.active:after{transform:rotate(-90deg)}.dialog__wrapper:has(dialog[open])>.btn:first-child:after{transform:rotate(270deg)}.dialog__wrapper>dialog[open]{left:0;top:100%;z-index:var(--index-floating);min-width:20rem;border-radius:1rem;max-width:37.5rem}.dialog__wrapper.dialog__wrapper--right>dialog[open]{right:0;left:auto}@media screen and (min-width: 36em){.dialog__wrapper.dialog__wrapper--sm-left>dialog[open]{left:0;right:auto}.dialog__wrapper.dialog__wrapper--sm-right>dialog[open]{right:0;left:auto}}@media screen and (min-width: 62em){.dialog__wrapper.dialog__wrapper--md-left>dialog[open]{left:0;right:auto}.dialog__wrapper.dialog__wrapper--md-right>dialog[open]{right:0;left:auto}}.dialog__wrapper :is(.empty,.individual){display:none}@supports selector(:has(*)){.dialog__wrapper :is(.empty,.individual){display:inline}}.dialog__wrapper:has(input:checked) .empty,.dialog__wrapper:not(:has(input:checked)) .individual,.dialog__wrapper:has(input:checked~input:checked) .individual,.dialog__wrapper:not(:has(input:checked~input:checked)) .multiple{display:none}/*# sourceMappingURL=dialog.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../sass/components/dialog.scss","../../sass/_functions/mixins.scss"],"names":[],"mappings":"CAIA,gDACE,cAIF,aAEE,yBAEA,kBACA,mBACA,YACA,4BACA,kCACA,uCACA,uBACA,8BACA,uEAEA,aACA,sBAEA,2DAEE,gBAGF,qEAEE,iBAMJ,qCACE,kBACA,WACA,mBAGA,4BACA,4BA2FA,2BAxFA,sDACE,gBAGF,qHAEE,kBACA,0BACA,4BACA,8BAEA,iBACA,gBACA,YACA,eACA,cACA,yBAEA,iIACE,WACA,MACA,OACA,kBACA,cACA,eACA,cACA,2BACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BAGF,yHACE,oCACA,qBACA,cAGF,yLACE,sBACA,sBAGF,6LACE,oCACA,qBACA,cAGF,8BAnDF,qHAoDI,cACA,kBAEA,iIACE,cCvGJ,oCDiCJ,qCA6EI,uBACA,qBACA,kBACA,qBCjHA,oCDiCJ,qCAqFI,oBACA,kBACA,iBAGF,yDACE,qBAGF,uDACE,kBAKF,+BAEE,ibAME,WACA,eACA,SACA,cACA,kBAEA,uhBACE,+BAKN,4CACE,iDACA,mDACA,6CACA,qCAGA,mDACE,SACA,6BAKN,iBACE,0BACA,0BACA,4BAKF,6HAEE,kBAEA,oIACE,YACA,gBACA,kCACA,mCACA,wCACA,kBACA,oBACA,cACA,oBACA,iCACA,eAIA,aACA,qBACA,cACA,4BACA,WCtMA,oCDmLF,oIAaI,gBASJ,qSAEE,aAEA,ySACE,gBACA,eAGF,6WACE,gBACA,eAIJ,oIACE,gBAMJ,+DAGE,0CAEA,yKACE,kCAGF,qFACE,aAGF,iHACE,aAGF,oFACE,wBAGF,oEACE,qBAGF,4FACE,4CACA,qCAGF,sEACE,WACA,kBACA,MACA,OACA,8BACA,sBACA,aACA,8BAEA,6EAEE,WACA,kBACA,oBACA,2BACA,UACA,iEACA,WACA,wBACA,UACA,WAGF,6EAEE,kBACA,yBACA,YACA,cACA,cACA,mBACA,aACA,iBACA,gBACA,UACA,uCACA,0CAEA,oFACE,kBACA,MACA,OACA,0BACA,yBAEA,8BACA,cACA,mBACA,aACA,kBACA,qBACA,cACA,kBAGF,iGACE,WCtTJ,oCD+NJ,+DA6FI,mBACA,eACA,mBACA,kCACA,qDACA,aACA,uBAGA,8DAtGJ,+DAuGM,iBACA,sBCvUF,oCD2UA,yKACE,0BAGF,sEACE,gBACA,YACA,sBACA,uBAEA,6EACE,aAGF,6EACE,mBACA,WACA,cACA,gBACA,kBACA,mBACA,kBAIJ,6EACE,gBACA,iBAEF,oEACE,iBAEF,wEACE,aACA,sBACA,YACA,kBAEA,cACA,6CACA,qCAGA,iDACA,mDAEA,gFACE,WACA,SACA,SACA,OACA,QACA,6BACA,iCACA,gBACA,cACA,gFACA,UACA,8CAQR,yDAEE,cAEA,uIACE,iBClZA,oCD6YJ,yDAUI,oBACA,qBCxZA,oCD6YJ,yDAgBI,gBACA,iBAMJ,iBAEE,kBACA,qBAIE,wCACE,WAEA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BAEA,wBAGF,+CAEE,yBAIJ,0DAEE,yBAGF,8BAEE,OACA,SACA,8BACA,gBACA,mBACA,kBAGF,qDAEE,QACA,UCzdA,oCD8dA,uDAEE,OACA,WAEF,wDAEE,QACA,WCteF,oCD4eA,uDAEE,OACA,WAEF,wDAEE,QACA,WAMN,iOAKE","file":"dialog.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../sass/components/dialog.scss","../../sass/_functions/mixins.scss"],"names":[],"mappings":"CAIA,gDACE,cAIF,aAEE,yBAEA,kBACA,mBACA,YACA,4BACA,kCACA,uCACA,uBACA,8BACA,uEAEA,aACA,sBAEA,2DAEE,gBAGF,qEAEE,iBAMJ,qCACE,kBACA,WACA,mBAGA,4BACA,4BA2FA,2BAxFA,sDACE,gBAGF,qHAEE,kBACA,0BACA,4BACA,8BAEA,iBACA,gBACA,YACA,eACA,cACA,yBAEA,iIACE,WACA,MACA,OACA,kBACA,cACA,eACA,cACA,2BACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BAGF,yHACE,oCACA,qBACA,cAGF,yLACE,sBACA,sBAGF,6LACE,oCACA,qBACA,cAGF,8BAnDF,qHAoDI,cACA,kBAEA,iIACE,cCvGJ,oCDiCJ,qCA6EI,uBACA,qBACA,kBACA,qBCjHA,oCDiCJ,qCAqFI,oBACA,kBACA,iBAGF,yDACE,qBAGF,uDACE,kBAKF,+BAEE,ibAME,WACA,eACA,SACA,cACA,kBAEA,uhBACE,+BAKN,4CACE,iDACA,mDACA,6CACA,qCAGA,mDACE,SACA,6BAKN,iBACE,0BACA,0BACA,4BAKF,6HAEE,kBAEA,oIACE,YACA,gBACA,kCACA,mCACA,wCACA,kBACA,oBACA,cACA,oBACA,iCACA,eAIA,aACA,qBACA,cACA,4BACA,WCtMA,oCDmLF,oIAaI,gBASJ,qSAEE,aAEA,ySACE,gBACA,eAGF,6WACE,gBACA,eAIJ,oIACE,gBAMJ,+DAGE,0CAEA,yKACE,kCAGF,qFACE,aAGF,iHACE,aAGF,oFACE,wBAGF,oEACE,qBAGF,4FACE,4CACA,qCAGF,sEACE,WACA,kBACA,MACA,OACA,8BACA,sBACA,aACA,8BAEA,6EAEE,WACA,kBACA,oBACA,2BACA,UACA,iEACA,WACA,wBACA,UACA,WAGF,6EAEE,kBACA,yBACA,YACA,cACA,cACA,mBACA,aACA,iBACA,gBACA,UACA,uCACA,0CAEA,oFACE,kBACA,MACA,OACA,0BACA,yBAEA,8BACA,cACA,mBACA,aACA,kBACA,qBACA,cACA,kBAGF,iGACE,WCtTJ,oCD+NJ,+DA6FI,mBACA,eACA,mBACA,kCACA,qDACA,aACA,uBAGA,8DAtGJ,+DAuGM,iBACA,sBCvUF,oCD2UA,yKACE,0BAGF,sEACE,gBACA,YACA,sBACA,uBAEA,6EACE,aAGF,6EACE,mBACA,WACA,cACA,gBACA,kBACA,mBACA,kBAIJ,6EACE,gBACA,iBAEF,oEACE,iBAEF,wEACE,aACA,sBACA,YACA,kBAEA,cACA,6CACA,qCAGA,iDACA,mDAEA,gFACE,WACA,SACA,SACA,OACA,QACA,6BACA,iCACA,gBACA,cACA,gFACA,UACA,8CAQR,yDAEE,cAEA,uIACE,iBClZA,oCD6YJ,yDAUI,oBACA,qBCxZA,oCD6YJ,yDAgBI,gBACA,iBAMJ,iBAEE,kBACA,qBAIE,wCACE,WAEA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BAEA,wBAGF,+CAEE,yBAIJ,0DAEE,yBAGF,8BAEE,OACA,SACA,8BACA,gBACA,mBACA,kBAGF,qDAEE,QACA,UCzdA,oCD8dA,uDAEE,OACA,WAEF,wDAEE,QACA,WCteF,oCD4eA,uDAEE,OACA,WAEF,wDAEE,QACA,WAMN,yCACE,aAGF,4BAEE,yCACE,gBAIJ,iOAKE","file":"dialog.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.pagination{--pagination-padding-x: 0.75rem;--pagination-padding-y: 0.375rem;--pagination-font-size:1rem;--pagination-color: var(--colour-heading);--pagination-bg: transparent;--pagination-border-width: 1px;--pagination-border-color: var(--colour-primary);--pagination-border-radius: 0.375rem;--pagination-hover-color: var(--colour-heading);--pagination-hover-bg: var(--colour-info);--pagination-hover-border-color: var(--colour-info);--pagination-focus-color: var(--colour-heading);--pagination-focus-bg: var(--colour-info);--pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--pagination-active-color: var(--colour-primary);--pagination-active-bg: var(--colour-info);--pagination-active-border-color: var(--colour-info);--pagination-disabled-color: var(--colour-border);--pagination-disabled-bg: transparent;--pagination-disabled-border-color: var(--colour-border);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--pagination-padding-y) var(--pagination-padding-x);font-size:var(--pagination-font-size);color:var(--pagination-color);text-decoration:none;background-color:var(--pagination-bg);border:var(--pagination-border-width) solid var(--pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--pagination-hover-color);background-color:var(--pagination-hover-bg);border-color:var(--pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--pagination-focus-color);background-color:var(--pagination-focus-bg);outline:0;box-shadow:var(--pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--pagination-active-color);background-color:var(--pagination-active-bg);border-color:var(--pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--pagination-disabled-color);pointer-events:none;background-color:var(--pagination-disabled-bg);border-color:var(--pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--pagination-border-radius);border-bottom-left-radius:var(--pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--pagination-border-radius);border-bottom-right-radius:var(--pagination-border-radius)}.pagination-lg{--pagination-padding-x: 1.5rem;--pagination-padding-y: 0.75rem;--pagination-font-size:1.25rem;--pagination-border-radius: 0.5rem}.pagination-sm{--pagination-padding-x: 0.5rem;--pagination-padding-y: 0.25rem;--pagination-font-size:0.875rem;--pagination-border-radius: 0.25rem}.pagination{gap:0.25rem;padding-top:1.5rem}.pagination .page-link{font-size:0.875rem;width:1.75rem;line-height:1.75rem;padding:0;text-align:center;overflow:hidden;border:none !important;text-decoration:none;font-weight:normal;display:block}.pagination .page-item{border:var(--pagination-border-width) solid var(--pagination-border-color);border-radius:4px !important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:hidden}@media(prefers-reduced-motion: reduce){.pagination .page-item{transition:none}}.pagination .page-item:hover{border-color:var(--pagination-hover-border-color)}.pagination .page-item:focus{box-shadow:var(--pagination-focus-box-shadow)}.pagination .page-item.active{border-color:var(--pagination-active-border-color)}.pagination .page-item.disabled{border-color:var(--pagination-disabled-border-color)}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{overflow:hidden;text-indent:-300%;background:currentColor;mask-image:var(--icon-arrow);mask-size:50%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-arrow);-webkit-mask-size:50%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%}.pagination .page-item:first-child .page-link{transform:rotate(180deg)}.pagination:has(.page-item:nth-child(8)) .page-item{display:none}.pagination:has(.page-item:nth-child(8)) .page-item:is(:first-child,:last-child,:nth-child(2),:nth-last-child(2)){display:block}.pagination:has(.page-item:nth-child(8)) .page-item.active{display:block}.pagination:has(.page-item:nth-child(8)) .page-item:has(+.active),.pagination:has(.page-item:nth-child(8)) .page-item.active+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2).active+.page-item+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:has(+.page-item+.page-item:nth-last-child(2).active){display:block}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2),.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2){margin-right:2rem;position:relative}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2):after{content:"...";display:block;width:1.75rem;line-height:1.75rem;position:absolute;left:calc(100% + 0.25rem + 2px);top:-1px;pointer-events:none;border:var(--pagination-border-width) solid var(--pagination-border-color);border-radius:4px;text-align:center}.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2){margin-left:2rem;margin-right:0}.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2):after{left:auto;right:calc(100% + 0.25rem +
|
|
1
|
+
.pagination{--pagination-padding-x: 0.75rem;--pagination-padding-y: 0.375rem;--pagination-font-size:1rem;--pagination-color: var(--colour-heading);--pagination-bg: transparent;--pagination-border-width: 1px;--pagination-border-color: var(--colour-primary);--pagination-border-radius: 0.375rem;--pagination-hover-color: var(--colour-heading);--pagination-hover-bg: var(--colour-info);--pagination-hover-border-color: var(--colour-info);--pagination-focus-color: var(--colour-heading);--pagination-focus-bg: var(--colour-info);--pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--pagination-active-color: var(--colour-primary);--pagination-active-bg: var(--colour-info);--pagination-active-border-color: var(--colour-info);--pagination-disabled-color: var(--colour-border);--pagination-disabled-bg: transparent;--pagination-disabled-border-color: var(--colour-border);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--pagination-padding-y) var(--pagination-padding-x);font-size:var(--pagination-font-size);color:var(--pagination-color);text-decoration:none;background-color:var(--pagination-bg);border:var(--pagination-border-width) solid var(--pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--pagination-hover-color);background-color:var(--pagination-hover-bg);border-color:var(--pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--pagination-focus-color);background-color:var(--pagination-focus-bg);outline:0;box-shadow:var(--pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--pagination-active-color);background-color:var(--pagination-active-bg);border-color:var(--pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--pagination-disabled-color);pointer-events:none;background-color:var(--pagination-disabled-bg);border-color:var(--pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--pagination-border-radius);border-bottom-left-radius:var(--pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--pagination-border-radius);border-bottom-right-radius:var(--pagination-border-radius)}.pagination-lg{--pagination-padding-x: 1.5rem;--pagination-padding-y: 0.75rem;--pagination-font-size:1.25rem;--pagination-border-radius: 0.5rem}.pagination-sm{--pagination-padding-x: 0.5rem;--pagination-padding-y: 0.25rem;--pagination-font-size:0.875rem;--pagination-border-radius: 0.25rem}.pagination{gap:0.25rem;padding-top:1.5rem}.pagination .page-link{font-size:0.875rem;width:1.75rem;line-height:1.75rem;padding:0;text-align:center;overflow:hidden;border:none !important;text-decoration:none;font-weight:normal;display:block}.pagination .page-item{border:var(--pagination-border-width) solid var(--pagination-border-color);border-radius:4px !important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:hidden}@media(prefers-reduced-motion: reduce){.pagination .page-item{transition:none}}.pagination .page-item:hover{border-color:var(--pagination-hover-border-color)}.pagination .page-item:focus{box-shadow:var(--pagination-focus-box-shadow)}.pagination .page-item.active{border-color:var(--pagination-active-border-color)}.pagination .page-item.disabled{border-color:var(--pagination-disabled-border-color)}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{overflow:hidden;text-indent:-300%;background:currentColor;mask-image:var(--icon-arrow);mask-size:50%;mask-repeat:no-repeat;mask-position:50% 50%;-webkit-mask-image:var(--icon-arrow);-webkit-mask-size:50%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% 50%}.pagination .page-item:first-child .page-link{transform:rotate(180deg)}.pagination:has(.page-item:nth-child(8)) .page-item{display:none;overflow:visible}.pagination:has(.page-item:nth-child(8)) .page-item:is(:first-child,:last-child,:nth-child(2),:nth-last-child(2)){display:block}.pagination:has(.page-item:nth-child(8)) .page-item.active{display:block}.pagination:has(.page-item:nth-child(8)) .page-item:has(+.active),.pagination:has(.page-item:nth-child(8)) .page-item.active+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2).active+.page-item+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:has(+.page-item+.page-item:nth-last-child(2).active){display:block}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2),.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2){margin-right:2rem;position:relative}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2):after{content:"...";display:block;width:1.75rem;line-height:1.75rem;position:absolute;left:calc(100% + 0.25rem + 2px);top:-1px;pointer-events:none;border:var(--pagination-border-width) solid var(--pagination-border-color);border-radius:4px;text-align:center}.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2){margin-left:2rem;margin-right:0}.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2):after{left:auto;right:calc(100% + 0.25rem + 1px)}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2).active,.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):has(+.active),.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):has(+.page-item+.active),.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(4).active+.page-item+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(3).active+.page-item,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2).active{margin-left:0;margin-right:0}.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2).active:after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):has(+.active):after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-child(2):has(+.page-item+.active):after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(4).active+.page-item+.page-item:after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(3).active+.page-item:after,.pagination:has(.page-item:nth-child(8)) .page-item:nth-last-child(2).active:after{display:none}/*# sourceMappingURL=pagination.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../bootstrap/scss/_pagination.scss","../../bootstrap/scss/vendor/_rfs.scss","../../bootstrap/scss/mixins/_lists.scss","../../sass/_functions/mixins.scss","../../bootstrap/scss/mixins/_transition.scss","../../bootstrap/scss/_variables.scss","../../bootstrap/scss/mixins/_gradients.scss","../../bootstrap/scss/mixins/_border-radius.scss","../../bootstrap/scss/mixins/_pagination.scss","../../sass/components/pagination.scss"],"names":[],"mappings":"AAAA,YAEE,gCACA,iCCkSI,uBALI,KD3RR,0CACA,6BACA,+BACA,iDACA,qCACA,gDACA,0CACA,oDACA,gDACA,0CACA,sEACA,iDACA,2CACA,qDACA,kDACA,sCACA,yDAGA,aEpBA,eACA,gBFuBF,WACE,kBACA,cACA,gEG+EI,UH9Ee,4BACnB,8BACA,qBACA,sCACA,2EIpBI,WJqBJ,mHIjBI,uCJQN,WIPQ,iBJkBN,iBACE,UACA,oCAEA,4CACA,kDAGF,iBACE,UACA,oCACA,4CACA,QKgoCgC,EL/nChC,8CAGF,qCAEE,UACA,qCMtDF,iBNuDuB,4BACrB,mDAGF,yCAEE,uCACA,oBACA,+CACA,qDAKF,wCACE,YKmmCgC,KL9lC9B,kCO9BF,uDACA,0DPmCE,iCOlDF,wDACA,2DPkEJ,eQlGE,+BACA,gCPgSI,uBALI,QOzRR,mCRmGF,eQtGE,+BACA,gCPgSI,uBALI,SOzRR,oCCFF,YACE,YACA,mBAGF,uBACE,mBACA,cACA,oBACA,UACA,kBACA,gBACA,uBACA,qBACA,mBACA,cAGF,uBACE,2EACA,6BLTI,WKUJ,mHACA,gBLPI,uCKGN,uBLFQ,iBKQN,6BACE,kDAGF,6BACE,8CAGF,8BACE,mDAGF,gCACE,qDAQF,2FAGE,gBACA,kBACA,wBACA,6BACA,cACA,sBACA,sBACA,qCACA,sBACA,8BACA,8BAGF,8CAEE,yBAQF,oDACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../bootstrap/scss/_pagination.scss","../../bootstrap/scss/vendor/_rfs.scss","../../bootstrap/scss/mixins/_lists.scss","../../sass/_functions/mixins.scss","../../bootstrap/scss/mixins/_transition.scss","../../bootstrap/scss/_variables.scss","../../bootstrap/scss/mixins/_gradients.scss","../../bootstrap/scss/mixins/_border-radius.scss","../../bootstrap/scss/mixins/_pagination.scss","../../sass/components/pagination.scss"],"names":[],"mappings":"AAAA,YAEE,gCACA,iCCkSI,uBALI,KD3RR,0CACA,6BACA,+BACA,iDACA,qCACA,gDACA,0CACA,oDACA,gDACA,0CACA,sEACA,iDACA,2CACA,qDACA,kDACA,sCACA,yDAGA,aEpBA,eACA,gBFuBF,WACE,kBACA,cACA,gEG+EI,UH9Ee,4BACnB,8BACA,qBACA,sCACA,2EIpBI,WJqBJ,mHIjBI,uCJQN,WIPQ,iBJkBN,iBACE,UACA,oCAEA,4CACA,kDAGF,iBACE,UACA,oCACA,4CACA,QKgoCgC,EL/nChC,8CAGF,qCAEE,UACA,qCMtDF,iBNuDuB,4BACrB,mDAGF,yCAEE,uCACA,oBACA,+CACA,qDAKF,wCACE,YKmmCgC,KL9lC9B,kCO9BF,uDACA,0DPmCE,iCOlDF,wDACA,2DPkEJ,eQlGE,+BACA,gCPgSI,uBALI,QOzRR,mCRmGF,eQtGE,+BACA,gCPgSI,uBALI,SOzRR,oCCFF,YACE,YACA,mBAGF,uBACE,mBACA,cACA,oBACA,UACA,kBACA,gBACA,uBACA,qBACA,mBACA,cAGF,uBACE,2EACA,6BLTI,WKUJ,mHACA,gBLPI,uCKGN,uBLFQ,iBKQN,6BACE,kDAGF,6BACE,8CAGF,8BACE,mDAGF,gCACE,qDAQF,2FAGE,gBACA,kBACA,wBACA,6BACA,cACA,sBACA,sBACA,qCACA,sBACA,8BACA,8BAGF,8CAEE,yBAQF,oDACE,aACA,iBAGF,kHACE,cAGF,2DACE,cAGF,+UAIE,cAGF,uIAGE,kBACA,kBAEA,mJACE,cACA,cACA,cACA,oBACA,kBACA,gCACA,SACA,oBACA,2EAEA,kBACA,kBAIJ,sEAEE,iBACA,eAEA,4EACE,UACA,iCAIJ,yfAOE,cACA,eAEA,6hBACE","file":"pagination.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
table{--border-width: 2px;--inner-border-width: 2px;--hover-background: var(--colour-light);width:100%;font-size:1rem;border:none;margin-bottom:2rem;overflow:auto}td,th{padding:0.75rem 2rem 0.75rem 0;font-weight:normal;text-align:left;vertical-align:top;border:none;font-size:1rem;line-height:1.5rem;color:var(--colour-body)}td:last-child,th:last-child{padding-right:0.125rem}td:first-child,th:first-child{padding-left:0.125rem}td p,th p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:inherit;padding:0;min-width:18.75rem}th{font-weight:bold;color:var(--colour-heading)}thead tr{border-bottom:var(--border-width) solid currentColor;border-color:var(--colour-primary)}thead th{font-weight:bold;vertical-align:bottom}tr td[colspan="100%"]:first-child:last-child span{max-width:39rem;font-weight:bold;padding:3rem;text-align:center;display:block;color:var(--colour-heading)}@media screen and (min-width: 62em){tr td[colspan="100%"]:first-child:last-child span{max-width:65.5rem}}@container (width >= 60em){thead th{white-space:nowrap;min-width:7.5rem}thead th.th--mw-md{min-width:15rem}thead th.th--mw-lg{min-width:22.5rem}}tbody tr{border-bottom:var(--border-width) solid currentColor;border-color:var(--colour-border)}tbody tr:is(:hover,:focus-within,.hover){--bg-colour-rgb: 238,238,238}tbody tr:is(:hover,:focus-within,.hover) th,tbody tr:is(:hover,:focus-within,.hover) td{background:var(--hover-background);color:var(--colour-primary-theme);--colour-link: var(--colour-primary-theme);--colour-hover: var(--colour-primary-theme)}.border-0>table,table.border-0{--border-width: 0px;--inner-border-width: 0px}:is(iam-table,.iam-table){--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:var(--colour-canvas-2);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem;margin-bottom:2rem}:is(iam-table,.iam-table):before{display:none !important}:is(iam-table,.iam-table) table{margin-bottom:0}@media(forced-colors: active){:is(iam-table,.iam-table){--wrapper-padding: 0}}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}*:has(>iam-table){container-type:inline-size}*:has(>.iam-table){container-type:inline-size}@container (width < 23.4375em){.iam-table,iam-table{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0}.table__wrapper:not(.table--fullwidth){overflow:hidden;max-height:none !important}:is(iam-table,.iam-table):not(.table--fullwidth){background:none;padding:0;box-shadow:none;overflow:visible}:is(iam-table,.iam-table):not(.table--fullwidth) table{overflow:visible;margin-inline:1.5rem;margin-bottom:1.5rem;width:calc(100% - 3rem);display:block}:is(iam-table,.iam-table):not(.table--fullwidth) table thead{display:none}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody{display:block;overflow:visible}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr td:first-child{padding-top:0}:is(iam-table,.iam-table):not(.table--fullwidth) table tr{display:block;position:relative;border:none;background:var(--colour-canvas-2);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tr+tr{margin-top:2rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tr:is(:hover,:focus,.hover) td{background:rgba(0,0,0,0)}:is(iam-table,.iam-table):not(.table--fullwidth) table td,:is(iam-table,.iam-table):not(.table--fullwidth) table th{display:block;border-color:var(--colour-border)}:is(iam-table,.iam-table):not(.table--fullwidth) table td:nth-child(1),:is(iam-table,.iam-table):not(.table--fullwidth) table th:nth-child(1){border-top:none}:is(iam-table,.iam-table):not(.table--fullwidth) table td[data-label]:before,:is(iam-table,.iam-table):not(.table--fullwidth) table th[data-label]:before{content:attr(data-label);color:var(--colour-heading);padding:0;margin-bottom:0;display:block;font-weight:bold;margin:0}:is(iam-table,.iam-table):not(.table--fullwidth) table td:first-child::after{top:1.75rem}:is(iam-table,.iam-table):not(.table--fullwidth) table td::after{top:2.5rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:first-child td:not(:first-child){border-top:var(--border-width) solid currentColor !important;border-color:var(--colour-border) !important}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child{position:relative}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child button{display:block !important;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0);border:none;position:absolute;overflow:hidden;text-indent:-300%}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child button:after{font-family:"Font Awesome 6 Pro";content:"";position:absolute;top:1px;right:1px;font-size:1.75rem;line-height:1.75rem;font-weight:300;color:var(--colour-primary);text-indent:0}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4))[data-view=full] td:first-child button:after{content:"";font-weight:900}body:not(.js-enabled) :is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not(:hover):not(:focus-within) td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),:is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not([data-view=full]) td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){display:none}body:not(.js-enabled) :is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not(:hover):not(:focus-within) td:first-child button:after,:is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not([data-view=full]) td:first-child button:after{content:""}.table--cta{border-bottom:0}.table--cta:after{content:none;display:none !important}.table--cta:not(.table--fullwidth) tr td:not(:first-child):last-child{display:block !important;position:static;width:100%;min-width:100%;margin-left:0;padding-left:0;text-align:left;min-height:0}.table--cta:not(.table--fullwidth) tr td:not(:first-child):last-child:after{display:none}}@media screen and (min-width: 36em){:is(iam-table){--cta-width: 8rem}:is(iam-table).table--loading{--cta-width: 1.5rem!important}:not(iam-table).table--cta{position:relative;margin-right:calc(var(--cta-width) - 1.5rem)}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}.table--cta:not(.table--loading):has(tr:first-child td:first-child:last-child){padding-right:calc(var(--wrapper-padding) + 1.5rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child{position:absolute;left:100%;top:auto;z-index:3;background:rgba(0,0,0,0);width:calc(var(--cta-width) + 1.5rem);padding-left:2.5rem;margin-left:-2.5rem;min-height:var(--row-height);text-align:right;background:linear-gradient(90deg, transparent 0%, var(--colour-canvas-2) 1.25rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child:after{bottom:0;left:0;content:"";position:absolute;width:100%;height:2px;background-color:var(--colour-border)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child a{white-space:nowrap}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>th:not(:first-child):last-child{--colour-border: var(--colour-primary)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tbody tr:hover>*:not(:first-child):last-child{background:linear-gradient(90deg, transparent 0%, var(--hover-background) 1.25rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) thead tr>*:not(:first-child):last-child{margin-top:1px}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg)::before{top:calc(100% - 1.2rem);bottom:2px;height:1.2rem;border-bottom:2px solid var(--colour-border);margin-bottom:-1.2rem}.table--cta>.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){max-height:none;position:static}.table--cta>.table__wrapper:is(.mh-sm,.mh-md,.mh-lg)::before{display:none}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta){position:relative}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) thead{position:sticky;top:0;left:0;z-index:1;background-color:var(--colour-canvas-2)}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) thead:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--colour-primary)}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody{position:relative}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody tr:first-child td{border-top:0}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody tr:last-child td{border-bottom:0}.table--filtered tbody tr:not(.filtered--show){display:none !important}table:not(.table--filtered):not(.table--ajax) tbody tr:nth-child(15)~tr{display:none}.table--loading{pointer-events:none;position:relative}.table--loading table{min-height:20rem;opacity:.5}.table--loading::after{content:"Loading...";position:absolute;top:6.25rem;left:50%;transform:translate(-50%, 0);font-weight:bold;color:var(--colour-heading);font-size:1.5rem;text-shadow:0px 0px 10px var(--colour-canvas-2);padding-inline:2rem;text-shadow:0px 0px 10px var(--colour-canvas-2);background:radial-gradient(var(--colour-canvas-2), transparent)}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"])){position:relative;padding-left:1.5rem}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"]))::before{margin-left:-1.5rem !important}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"])):after{font-family:"Font Awesome 6 Pro";position:absolute;top:1rem;left:0;font-size:1rem;line-height:1;height:1rem;width:1rem;display:inline-block}table [data-content=high]:after{content:"";font-weight:normal;color:var(--colour-danger)}table [data-content=medium]:after{content:"";font-weight:normal;color:var(--colour-warning)}table [data-content=low]:after{content:"";font-weight:normal;color:var(--colour-complete)}table [data-content=unknown]:after{content:"";font-weight:normal;color:var(--colour-muted)}table :is([data-content="not started"],[data-content=incomplete]):after{content:"";font-weight:light;color:var(--colour-danger)}table [data-content="requires approval"]:after{content:"";font-weight:light;color:var(--colour-warning)}table :is([data-content=verified],[data-content=completed]):after{content:"";font-weight:normal;color:var(--colour-complete)}table .alert-status:not([data-content="0"]):not(:empty):after{content:"";font-weight:light;color:var(--colour-danger)}/*# sourceMappingURL=table.css.map */
|
|
1
|
+
table{--border-width: 2px;--inner-border-width: 2px;--hover-background: var(--colour-light);width:100%;font-size:1rem;border:none;margin-bottom:2rem;overflow:auto}td,th{padding:0.75rem 2rem 0.75rem 0;font-weight:normal;text-align:left;vertical-align:top;border:none;font-size:1rem;line-height:1.5rem;color:var(--colour-body)}td:last-child,th:last-child{padding-right:0.125rem}td:first-child,th:first-child{padding-left:0.125rem}td p,th p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:inherit;padding:0;min-width:18.75rem}th{font-weight:bold;color:var(--colour-heading)}thead tr{border-bottom:var(--border-width) solid currentColor;border-color:var(--colour-primary)}thead th{font-weight:bold;vertical-align:bottom}tr td[colspan="100%"]:first-child:last-child span{max-width:39rem;font-weight:bold;padding:3rem;text-align:center;display:block;color:var(--colour-heading)}@media screen and (min-width: 62em){tr td[colspan="100%"]:first-child:last-child span{max-width:65.5rem}}@container (width >= 60em){thead th{white-space:nowrap;min-width:7.5rem}thead th.th--mw-md{min-width:15rem}thead th.th--mw-lg{min-width:22.5rem}}tbody tr{border-bottom:var(--border-width) solid currentColor;border-color:var(--colour-border)}tbody tr:is(:hover,:focus-within,.hover){--bg-colour-rgb: 238,238,238}tbody tr:is(:hover,:focus-within,.hover) th,tbody tr:is(:hover,:focus-within,.hover) td{background:var(--hover-background);--colour-link: var(--colour-primary-theme);--colour-hover: var(--colour-primary-theme)}.border-0>table,table.border-0{--border-width: 0px;--inner-border-width: 0px}:is(iam-table,.iam-table){--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:var(--colour-canvas-2);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem;margin-bottom:2rem;overflow:hidden}:is(iam-table,.iam-table):before{display:none !important}:is(iam-table,.iam-table) table{margin-bottom:0}@media(forced-colors: active){:is(iam-table,.iam-table){--wrapper-padding: 0}}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}*:has(>iam-table){container-type:inline-size}*:has(>.iam-table){container-type:inline-size}@container (width < 23.4375em){.iam-table,iam-table{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0}.table__wrapper:not(.table--fullwidth){overflow:hidden;max-height:none !important}:is(iam-table,.iam-table):not(.table--fullwidth){background:none;padding:0;box-shadow:none;overflow:visible}:is(iam-table,.iam-table):not(.table--fullwidth) table{overflow:visible;margin-inline:1.5rem;margin-bottom:1.5rem;width:calc(100% - 3rem);display:block}:is(iam-table,.iam-table):not(.table--fullwidth) table thead{display:none}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody{display:block;overflow:visible}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr td:first-child{padding-top:0}:is(iam-table,.iam-table):not(.table--fullwidth) table tr{display:block;position:relative;border:none;background:var(--colour-canvas-2);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tr+tr{margin-top:2rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tr:is(:hover,:focus,.hover) td{background:rgba(0,0,0,0)}:is(iam-table,.iam-table):not(.table--fullwidth) table td,:is(iam-table,.iam-table):not(.table--fullwidth) table th{display:block;border-color:var(--colour-border)}:is(iam-table,.iam-table):not(.table--fullwidth) table td:nth-child(1),:is(iam-table,.iam-table):not(.table--fullwidth) table th:nth-child(1){border-top:none}:is(iam-table,.iam-table):not(.table--fullwidth) table td[data-label]:before,:is(iam-table,.iam-table):not(.table--fullwidth) table th[data-label]:before{content:attr(data-label);color:var(--colour-heading);padding:0;margin-bottom:0;display:block;font-weight:bold;margin:0}:is(iam-table,.iam-table):not(.table--fullwidth) table td:first-child::after{top:1.75rem}:is(iam-table,.iam-table):not(.table--fullwidth) table td::after{top:2.5rem}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr td:not(:first-child){border-top:var(--border-width) solid currentColor !important;border-color:var(--colour-border) !important}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child{position:relative}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child button{display:block !important;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0);border:none;position:absolute;overflow:hidden;text-indent:-300%}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4)) td:first-child button:after{font-family:"Font Awesome 6 Pro";content:"";position:absolute;top:1px;right:1px;font-size:1.75rem;line-height:1.75rem;font-weight:300;color:var(--colour-primary);text-indent:0}:is(iam-table,.iam-table):not(.table--fullwidth) table tbody tr:has(td:nth-child(4))[data-view=full] td:first-child button:after{content:"";font-weight:900}body:not(.js-enabled) :is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not(:hover):not(:focus-within) td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),:is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not([data-view=full]) td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){display:none}body:not(.js-enabled) :is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not(:hover):not(:focus-within) td:first-child button:after,:is(iam-table,.iam-table):not(.table--fullwidth) tbody tr:not([data-view=full]) td:first-child button:after{content:""}.table--cta{border-bottom:0}.table--cta:after{content:none;display:none !important}.table--cta:not(.table--fullwidth) tr td:not(:first-child):last-child{display:block !important;position:static;width:100%;min-width:100%;margin-left:0;padding-left:0;text-align:left;min-height:0}.table--cta:not(.table--fullwidth) tr td:not(:first-child):last-child:after{display:none}}@container (width > 23.4375em){:is(iam-table){--cta-width: 8rem}:is(iam-table).table--loading{--cta-width: 1.5rem!important}:not(iam-table).table--cta{position:relative;margin-right:calc(var(--cta-width) - 1.5rem)}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}.table--cta:not(.table--loading):has(tr:first-child td:first-child:last-child){padding-right:calc(var(--wrapper-padding) + 1.5rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child{position:absolute;left:100%;top:auto;z-index:3;background:rgba(0,0,0,0);width:calc(var(--cta-width) + 1rem);padding-left:2.5rem;margin-left:-2.5rem;min-height:var(--row-height);text-align:right;background:linear-gradient(90deg, transparent 0%, var(--colour-canvas-2) 1.25rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child:after{bottom:0;left:0;content:"";position:absolute;width:100%;height:2px;background-color:var(--colour-border)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>*:not(:first-child):last-child a{white-space:nowrap;padding-right:.2rem}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tr>th:not(:first-child):last-child{--colour-border: var(--colour-primary)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) tbody tr:hover>*:not(:first-child):last-child{background:linear-gradient(90deg, transparent 0%, var(--hover-background) 1.25rem)}.table--cta:not(.table--loading):not(:has(tr:first-child td:first-child:last-child)) thead tr>*:not(:first-child):last-child{margin-top:1px}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg)::before{top:calc(100% - 1.2rem);bottom:2px;height:1.2rem;border-bottom:2px solid var(--colour-border);margin-bottom:-1.2rem}.table--cta>.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){max-height:none;position:static}.table--cta>.table__wrapper:is(.mh-sm,.mh-md,.mh-lg)::before{display:none}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta){position:relative}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) thead{position:sticky;top:0;left:0;z-index:1;background-color:var(--colour-canvas-2)}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) thead:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--colour-primary)}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody{position:relative}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody tr:first-child td{border-top:0}iam-table:is(.mh-sm,.mh-md,.mh-lg):not(.table--cta) tbody tr:last-child td{border-bottom:0}.table--filtered tbody tr:not(.filtered--show){display:none !important}table:not(.table--filtered):not(.table--ajax) tbody tr:nth-child(15)~tr{display:none}.table--loading{pointer-events:none;position:relative}.table--loading table{min-height:20rem;opacity:.5}.table--loading::after{content:"Loading...";position:absolute;top:6.25rem;left:50%;transform:translate(-50%, 0);font-weight:bold;color:var(--colour-heading);font-size:1.5rem;text-shadow:0px 0px 10px var(--colour-canvas-2);padding-inline:2rem;text-shadow:0px 0px 10px var(--colour-canvas-2);background:radial-gradient(var(--colour-canvas-2), transparent)}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"])){position:relative;padding-left:1.5rem}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"]))::before{margin-left:-1.5rem !important}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=incomplete],[data-content="requires approval"],[data-content=verified],[data-content="not started"],[data-content=completed],.alert-status:not([data-content="0"])):after{font-family:"Font Awesome 6 Pro";position:absolute;top:1rem;left:0;font-size:1rem;line-height:1;height:1rem;width:1rem;display:inline-block}table [data-content=high]:after{content:"";font-weight:normal;color:var(--colour-danger)}table [data-content=medium]:after{content:"";font-weight:normal;color:var(--colour-warning)}table [data-content=low]:after{content:"";font-weight:normal;color:var(--colour-complete)}table [data-content=unknown]:after{content:"";font-weight:normal;color:var(--colour-muted)}table :is([data-content="not started"],[data-content=incomplete]):after{content:"";font-weight:light;color:var(--colour-danger)}table [data-content="requires approval"]:after{content:"";font-weight:light;color:var(--colour-warning)}table :is([data-content=verified],[data-content=completed]):after{content:"";font-weight:normal;color:var(--colour-complete)}table .alert-status:not([data-content="0"]):not(:empty):after{content:"";font-weight:light;color:var(--colour-danger)}/*# sourceMappingURL=table.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../sass/components/table.scss","../../sass/_functions/mixins.scss"],"names":[],"mappings":"CAGA,MACE,oBACA,0BACA,wCACA,WACA,eACA,YACA,mBACA,cAGF,MACE,+BAEA,mBACA,gBACA,mBACA,YACA,eACA,mBACA,yBAEA,4BACE,uBAEF,8BACE,sBAGF,UACE,oBACA,qBACA,4BACA,gBACA,kBACA,UACA,mBAIJ,GACE,iBCLE,4BDUF,SAEE,qDCZA,mCDeF,SACE,iBACA,sBAKJ,kDAEE,gBACA,iBACA,aACA,kBACA,cACA,4BC9DE,oCDuDJ,kDAUI,mBAIJ,2BAGI,SACE,mBACA,iBAEF,mBACE,gBAEF,mBACE,mBAKN,SAEE,qDCtDE,kCDyDF,yCAEE,6BAEA,wFACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../sass/components/table.scss","../../sass/_functions/mixins.scss"],"names":[],"mappings":"CAGA,MACE,oBACA,0BACA,wCACA,WACA,eACA,YACA,mBACA,cAGF,MACE,+BAEA,mBACA,gBACA,mBACA,YACA,eACA,mBACA,yBAEA,4BACE,uBAEF,8BACE,sBAGF,UACE,oBACA,qBACA,4BACA,gBACA,kBACA,UACA,mBAIJ,GACE,iBCLE,4BDUF,SAEE,qDCZA,mCDeF,SACE,iBACA,sBAKJ,kDAEE,gBACA,iBACA,aACA,kBACA,cACA,4BC9DE,oCDuDJ,kDAUI,mBAIJ,2BAGI,SACE,mBACA,iBAEF,mBACE,gBAEF,mBACE,mBAKN,SAEE,qDCtDE,kCDyDF,yCAEE,6BAEA,wFACE,mCAEA,2CACA,4CAMN,+BAGE,oBACA,0BAKF,0BACE,wBACA,qBACA,cACA,kCACA,+BACA,wCACA,qBACA,mBACA,gBAEA,iCACE,wBAGF,gCACE,gBAGF,8BAnBF,0BAoBI,sBAIJ,gBACE,cACA,WACA,gBACA,iCACA,4CAKF,kBACE,2BAEF,mBACE,2BAGF,+BAEE,qBACE,oBACA,qBACA,gBAIF,uCAEE,gBACA,2BAEF,iDAEE,gBACA,UACA,gBACA,iBAEA,uDAEE,iBACA,qBACA,qBACA,wBACA,cAEA,6DACE,aAGF,6DACE,cACA,iBAEA,+EACE,cAIJ,0DACE,cACA,kBACA,YACA,kCACA,+BACA,wCACA,qBAEA,6DACE,gBAKA,sFACE,yBAKN,oHAEE,cC1LJ,kCD6LI,8IAEE,gBAGF,0JACE,yBACA,4BACA,UACA,gBACA,cACA,iBACA,SAIJ,6EACE,YAGF,iEACE,WAGF,qFACE,6DACA,6CAGF,oGAEE,kBAEA,2GACE,yBACA,MACA,OACA,YACA,WACA,yBACA,YACA,kBACA,gBACA,kBAEA,iHACE,iCACA,YACA,kBACA,QACA,UACA,kBACA,oBACA,gBACA,4BACA,cAMJ,iIACE,YACA,gBAQN,qTACE,aAIA,uPACE,YAKN,YACE,gBAEA,kBACE,aACA,wBAGJ,sEACE,yBACA,gBACA,WACA,eACA,cACA,eACA,gBACA,aAEA,4EACE,cAQN,+BAEE,eAEE,kBAGF,8BAEE,8BAGF,2BAEE,kBACA,6CAGF,4BACE,kBACA,gBAGF,+EACE,oDAIA,uHAEE,kBACA,UACA,SACA,UACA,yBACA,oCACA,oBACA,oBACA,6BACA,iBACA,kFAEA,6HACE,SACA,OACA,WACA,kBACA,WACA,WACA,sCAGF,yHACE,mBACA,oBAIJ,wHACE,uCAGF,mIACE,mFAGF,6HACE,gBAON,yCAEE,kBAEA,iDACE,wBACA,WACA,cACA,6CACA,sBAKJ,qDACE,gBACA,gBAEA,6DACE,aAIJ,oDAEE,kBAEA,0DACE,gBACA,MACA,OACA,UACA,wCAEA,iEACE,WACA,kBACA,SACA,OACA,WACA,WACA,iCAGJ,0DACE,kBAEA,4EACE,aAEF,2EACE,gBAQN,+CACE,wBAGF,wEACE,aAKF,gBACE,oBACA,kBAEA,sBACE,iBACA,WAGF,uBACE,qBACA,kBACA,YACA,SACA,6BACA,iBACA,4BACA,iBACA,gDACA,oBACA,gDACA,gEAOF,gRAYE,kBACA,oBAEA,wRACE,+BAGF,sRAEE,iCACA,kBACA,SACA,OACA,eACA,cACA,YACA,WACA,qBAIJ,gCACE,YACA,mBACA,2BAGF,kCAEE,YACA,mBACA,4BAGF,+BAEE,YACA,mBACA,6BAGF,mCAEE,YACA,mBACA,0BAGF,wEAEE,YACA,kBACA,2BAGF,+CAEE,YACA,kBACA,4BAGF,kEAEE,YACA,mBACA,6BAGF,8DAEE,YACA,kBACA","file":"table.css"}
|