@iamproperty/components 3.7.3 → 3.7.4
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/card.css +1 -1
- package/assets/css/components/card.css.map +1 -1
- package/assets/css/components/dialog.css +1 -1
- package/assets/css/components/dialog.css.map +1 -1
- package/assets/css/components/table.css +1 -1
- package/assets/css/components/table.css.map +1 -1
- package/assets/css/components/tooltips.css +1 -1
- package/assets/css/components/tooltips.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.js +5 -5
- package/assets/js/components/accordion/accordion.component.min.js +6 -5
- package/assets/js/components/accordion/accordion.component.min.js.map +1 -1
- package/assets/js/components/applied-filters/applied-filters.component.js +10 -3
- package/assets/js/components/applied-filters/applied-filters.component.min.js +5 -5
- package/assets/js/components/applied-filters/applied-filters.component.min.js.map +1 -1
- package/assets/js/components/card/card.component.js +11 -3
- package/assets/js/components/card/card.component.min.js +6 -6
- package/assets/js/components/card/card.component.min.js.map +1 -1
- package/assets/js/components/filterlist/filterlist.component.js +2 -1
- package/assets/js/components/filterlist/filterlist.component.min.js +4 -4
- package/assets/js/components/filterlist/filterlist.component.min.js.map +1 -1
- package/assets/js/components/header/header.component.js +3 -5
- package/assets/js/components/header/header.component.min.js +4 -8
- package/assets/js/components/header/header.component.min.js.map +1 -1
- package/assets/js/components/pagination/pagination.component.js +4 -1
- package/assets/js/components/pagination/pagination.component.min.js +13 -11
- package/assets/js/components/pagination/pagination.component.min.js.map +1 -1
- package/assets/js/components/table/table.component.js +4 -1
- package/assets/js/components/table/table.component.min.js +16 -14
- package/assets/js/components/table/table.component.min.js.map +1 -1
- package/assets/js/components/tabs/tabs.component.js +2 -1
- package/assets/js/components/tabs/tabs.component.min.js +3 -3
- package/assets/js/components/tabs/tabs.component.min.js.map +1 -1
- package/assets/js/dynamic.min.js +2 -2
- package/assets/js/dynamic.min.js.map +1 -1
- package/assets/js/modules/dialogs.js +8 -1
- package/assets/js/modules/table.js +9 -2
- package/assets/js/scripts.bundle.js +37 -37
- 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/_corefiles.scss +1 -0
- package/assets/sass/components/card.scss +2 -3
- package/assets/sass/components/dialog.scss +38 -4
- package/assets/sass/components/table.scss +20 -8
- package/assets/sass/components/tooltips.scss +137 -49
- package/assets/sass/foundations/buttons.scss +1 -1
- package/assets/sass/foundations/reboot.scss +32 -2
- package/assets/ts/components/accordion/accordion.component.ts +6 -8
- package/assets/ts/components/applied-filters/applied-filters.component.ts +12 -3
- package/assets/ts/components/card/card.component.ts +16 -4
- package/assets/ts/components/filterlist/filterlist.component.ts +4 -2
- package/assets/ts/components/header/header.component.ts +4 -5
- package/assets/ts/components/pagination/pagination.component.ts +4 -1
- package/assets/ts/components/table/table.component.ts +4 -1
- package/assets/ts/components/tabs/tabs.component.ts +3 -1
- package/assets/ts/modules/dialogs.ts +11 -4
- package/assets/ts/modules/table.ts +12 -3
- package/dist/components.es.js +1174 -1148
- package/dist/components.umd.js +55 -36
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.vue +1 -1
- package/src/components/AppliedFilters/AppliedFilters.vue +1 -1
- package/src/components/Filterlist/Filterlist.vue +1 -1
- package/src/components/Header/Header.vue +9 -5
- package/src/components/Pagination/Pagination.vue +1 -1
- package/src/components/Table/Table.vue +1 -1
- package/src/components/Tabs/Tabs.vue +1 -1
- package/src/components/Header/Header.spec.js +0 -34
|
@@ -1 +1 @@
|
|
|
1
|
-
.card{--card-icon-right: 1rem;box-shadow:var(--card-box-shadow);border-radius:var(--card-border-radius);position:relative;font-weight:bold;font-size:1.125rem;line-height:1.5rem;color:var(--colour-primary);min-height:100%;width:100%;text-align:left;display:block;overflow:hidden;z-index:0;background:var(--colour-canvas-2);outline:var(--contrast-outline-width, 0px) solid var(--colour-primary);outline-offset:-1px}.card.border-0{box-shadow:none;--card-left-padding: 0rem;outline-offset:1px !important}.card__body{position:relative;padding:var(--card-top-padding) var(--card-right-padding) var(--card-bottom-padding) var(--card-left-padding);z-index:-1}.card:before,.card:after{content:"";position:absolute;right:var(--card-icon-right);bottom:var(--card-bottom-padding);height:1.5rem;width:1.5rem;background:var(--colour-warning);border-radius:50%}.card:after{background:var(--colour-primary-theme);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%;z-index:2}.card:is(:hover,:focus,.hover){--icon-right: 0.5rem;outline:2px solid var(--colour, var(--colour-primary));outline-offset:-2px}.card:not([class*=colour-]):is(:hover,:focus,.hover):before{background:var(--colour-primary-theme)}.card:not([class*=colour-]):is(:hover,:focus,.hover):after{background:#fff}.card:is(:active,.active){--icon-right: 0.5rem;outline:none}.card:is(:active,.active):before{background:var(--colour-warning)}.card:is(:active,.active):after{background:var(--colour-primary)}.card:is(:active){background:#fcfcfc}.card span{display:block;font-weight:bold;padding-top:1.5rem;font-size:1rem}.card:has(.card__illustration) .card__body{align-items:center;display:flex}.card:has(.card__illustration) .card__body .card__illustration{height:4rem;width:4rem;margin-right:1.5rem;margin-top:-1.25rem;margin-bottom:-1.25rem;position:relative}.card:has(.card__illustration) .card__body .card__illustration img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}::slotted(i){font-size:1.5rem;margin:-3px var(--card-icon-right) 0 0;font-weight:400;vertical-align:middle}::slotted(span){display:block;font-weight:normal;padding-top:1.5rem;font-size:1rem}.card[class*=colour-],.card--filter{border-left:0.75rem solid var(--colour, var(--colour-primary))}.card--filter{--top-padding: 1.5rem;--right-padding: 1rem;--bottom-padding: 1.5rem;--left-padding: 1rem}.card--filter:has(.card__total) .card__body{align-items:center;display:flex}.card--filter:before,.card--filter:after{display:none}.card--filter:is(:hover,:focus,.hover){outline:none;background:#eee}.card--filter:is(:hover,:focus,.hover) .card__body{background:#eee}.card--filter:is(:active,.active){outline:2px solid var(--colour, var(--colour-primary));outline-offset:-2px}.card--filter:is(:active,.active) .card__body{background:#fff}.card--filter.card--has-icon{--bottom-padding: 1rem;border:none}.card--filter .icon{font-size:1.125rem !important;height:1.125rem !important;margin:0 0 .5rem 0 !important;font-weight:400 !important;display:block !important}.card--filter .card__total{font-size:3rem;line-height:3rem;padding-right:1rem}.card--filter ::slotted(i){display:block !important;font-size:1.125rem !important;margin:0 0 .5rem 0 !important}.card:has(.card__head) .card__head{padding-bottom:0;padding-top:27%;position:relative;overflow:hidden;background:rgba(0,0,0,.1);z-index:-1}.card:has(.card__head) .card__head>img{position:absolute;top:0;left:0;width:101%;height:101%;object-fit:cover}.card:has(.card__footer):after{display:none}.card:has(.card__footer) .card__footer{position:relative;background:#fff;padding:var(--card-top-padding) var(--card-right-padding) var(--card-bottom-padding) var(--card-left-padding);z-index:-1;display:block}/*# sourceMappingURL=card.css.map */
|
|
1
|
+
.card{--card-icon-right: 1rem;box-shadow:var(--card-box-shadow);border-radius:var(--card-border-radius);position:relative;font-weight:bold;font-size:1.125rem;line-height:1.5rem;color:var(--colour-primary);min-height:100%;width:100%;text-align:left;display:block;overflow:hidden;z-index:0;background:var(--colour-canvas-2);outline:var(--contrast-outline-width, 0px) solid var(--colour-primary);outline-offset:-1px}.card.border-0{box-shadow:none;--card-left-padding: 0rem;outline-offset:1px !important}.card__body{position:relative;padding:var(--card-top-padding) var(--card-right-padding) var(--card-bottom-padding) var(--card-left-padding);z-index:-1}.card:before,.card:after{content:"";position:absolute;right:var(--card-icon-right);bottom:var(--card-bottom-padding);height:1.5rem;width:1.5rem;background:var(--colour-warning);border-radius:50%}.card:after{background:var(--colour-primary-theme);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%;z-index:2}.card:is(:hover,:focus,.hover){--card-icon-right: 0.5rem;outline:2px solid var(--colour, var(--colour-primary));outline-offset:-2px}.card:not([class*=colour-]):is(:hover,:focus,.hover):before{background:var(--colour-primary-theme)}.card:not([class*=colour-]):is(:hover,:focus,.hover):after{background:#fff}.card:is(:active,.active){--card-icon-right: 0.5rem;outline:none}.card:is(:active,.active):before{background:var(--colour-warning)}.card:is(:active,.active):after{background:var(--colour-primary)}.card:is(:active){background:#fcfcfc}.card span{display:block;font-weight:bold;padding-top:1.5rem;font-size:1rem}.card:has(.card__illustration) .card__body{align-items:center;display:flex}.card:has(.card__illustration) .card__body .card__illustration{height:4rem;width:4rem;margin-right:1.5rem;margin-top:-1.25rem;margin-bottom:-1.25rem;position:relative}.card:has(.card__illustration) .card__body .card__illustration img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}::slotted(i){font-size:1.5rem;margin:-3px var(--card-icon-right) 0 0;font-weight:400;vertical-align:middle}::slotted(span){display:block;font-weight:normal;padding-top:1.5rem;font-size:1rem}.card[class*=colour-],.card--filter{border-left:0.75rem solid var(--colour, var(--colour-primary))}.card--filter{--top-padding: 1.5rem;--right-padding: 1rem;--bottom-padding: 1.5rem;--left-padding: 1rem}.card--filter:has(.card__total) .card__body{align-items:center;display:flex}.card--filter:before,.card--filter:after{display:none}.card--filter:is(:hover,:focus,.hover){outline:none;background:#eee}.card--filter:is(:hover,:focus,.hover) .card__body{background:#eee}.card--filter:is(:active,.active){outline:2px solid var(--colour, var(--colour-primary));outline-offset:-2px}.card--filter:is(:active,.active) .card__body{background:#fff}.card--filter.card--has-icon{--bottom-padding: 1rem;border:none}.card--filter .icon{font-size:1.125rem !important;height:1.125rem !important;margin:0 0 .5rem 0 !important;font-weight:400 !important;display:block !important}.card--filter .card__total{font-size:3rem;line-height:3rem;padding-right:1rem}.card--filter ::slotted(i){display:block !important;font-size:1.125rem !important;margin:0 0 .5rem 0 !important}.card:has(.card__head) .card__head{padding-bottom:0;padding-top:27%;position:relative;overflow:hidden;background:rgba(0,0,0,.1);z-index:-1}.card:has(.card__head) .card__head>img{position:absolute;top:0;left:0;width:101%;height:101%;object-fit:cover}.card:has(.card__footer):after{display:none}.card:has(.card__footer) .card__footer{position:relative;background:#fff;padding:var(--card-top-padding) var(--card-right-padding) var(--card-bottom-padding) var(--card-left-padding);z-index:-1;display:block}/*# sourceMappingURL=card.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../sass/components/card.scss"],"names":[],"mappings":"AAGA,MACE,wBACA,kCACA,wCACA,kBACA,iBACA,mBACA,mBACA,4BACA,gBACA,WACA,gBACA,cACA,gBACA,UACA,kCACA,uEACA,oBAEA,eACE,gBACA,0BACA,8BAGF,YACE,kBACA,8GACA,WAGF,yBAEE,WACA,kBACA,6BACA,kCACA,cACA,aACA,iCACA,kBAGF,YACE,uCACA,6BACA,cACA,sBACA,sBACA,qCACA,sBACA,8BACA,8BACA,UAGF,+BACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../sass/components/card.scss"],"names":[],"mappings":"AAGA,MACE,wBACA,kCACA,wCACA,kBACA,iBACA,mBACA,mBACA,4BACA,gBACA,WACA,gBACA,cACA,gBACA,UACA,kCACA,uEACA,oBAEA,eACE,gBACA,0BACA,8BAGF,YACE,kBACA,8GACA,WAGF,yBAEE,WACA,kBACA,6BACA,kCACA,cACA,aACA,iCACA,kBAGF,YACE,uCACA,6BACA,cACA,sBACA,sBACA,qCACA,sBACA,8BACA,8BACA,UAGF,+BACE,0BACA,uDACA,oBAMA,4DACE,uCAEF,2DACE,gBAIJ,0BACE,0BACA,aAEA,iCACE,iCAEF,gCACE,iCAIJ,kBACE,mBAGF,WACE,cACA,iBACA,mBACA,eAGF,2CAEE,mBACA,aAEA,+DACE,YACA,WACA,oBACA,oBACA,uBACA,kBAEA,mEACE,kBACA,MACA,OACA,WACA,YACA,mBAMR,aACE,iBACA,uCACA,gBACA,sBAGF,gBACE,cACA,mBACA,mBACA,eAKF,oCAGE,+DAKF,cACE,sBACA,sBACA,yBACA,qBAIA,4CAEE,mBACA,aAGF,yCAEE,aAGF,uCACE,aACA,gBAEA,mDACE,gBAIJ,kCACE,uDACA,oBAEA,8CACE,gBAIJ,6BACE,uBACA,YAGF,oBACE,8BACA,2BACA,8BACA,2BACA,yBAGF,2BACE,eACA,iBACA,mBAIJ,2BACE,yBACA,8BACA,8BAMA,mCACE,iBACA,gBACA,kBACA,gBACA,0BACA,WAEA,uCACE,kBACA,MACA,OACA,WACA,YACA,iBASJ,+BACE,aAGF,uCACE,kBACA,gBACA,8GACA,WACA","file":"card.css"}
|
|
@@ -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 :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
|
+
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;margin-bottom:calc(var(--btn-margin) - .25rem)}.dialog__wrapper>.btn:first-child{margin-bottom:.25rem}.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;width:19.9375rem;padding:1.5rem}@media screen and (min-width: 36em){.dialog__wrapper>dialog[open]{width:20.9375rem}}@media screen and (min-width: 62em){.dialog__wrapper>dialog[open]{width:22.5rem}}.dialog__wrapper.dialog__wrapper--right>dialog[open]{right:0;left:auto}.dialog__wrapper.dialog__wrapper--sm>dialog[open]{width:14.9375rem}.dialog__wrapper.dialog__wrapper--lg>dialog[open]{width:19.9375rem}@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}.dialog__wrapper.dialog__wrapper--sm>dialog[open]{width:16.5625rem}.dialog__wrapper.dialog__wrapper--lg>dialog[open]{width:28.25rem}}@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.dialog__wrapper--sm>dialog[open]{width:16.625rem}.dialog__wrapper.dialog__wrapper--lg>dialog[open]{width:28.375rem}}.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,
|
|
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,qBACA,+CAGA,kCAEE,qBAEA,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,iBACA,eCxdA,oCDgdF,8BAWI,kBC3dF,oCDgdF,8BAcI,eAIJ,qDAEE,QACA,UAGF,kDAEE,iBAGF,kDAEE,iBC/eA,oCDofA,uDAEE,OACA,WAEF,wDAEE,QACA,UAEF,kDACE,iBAEF,kDACE,gBClgBF,oCDwgBA,uDAEE,OACA,WAEF,wDAEE,QACA,UAEF,kDACE,gBAEF,kDACE,iBAMN,yCACE,aAGF,4BAEE,yCACE,gBAIJ,iOAKE","file":"dialog.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);--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
|
+
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=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content=completed],[data-content=complete],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)){position:relative;padding-left:1.5rem}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content=completed],[data-content=complete],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty))::before{margin-left:-1.5rem !important}table :is([data-content=low],[data-content=medium],[data-content=high],[data-content=unknown],[data-content=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content=completed],[data-content=complete],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)):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=overdue],[data-content=incomplete]):after{content:"";font-weight:light;color:var(--colour-danger)}table :is([data-content="not started"],[data-content="to do"]):after{content:"";font-weight:light;color:var(--colour-muted)}table :is([data-content="requires approval"],[data-content="approval required"],[data-content=warning]):after{content:"";font-weight:light;color:var(--colour-warning)}table :is([data-content=verified],[data-content=completed],[data-content=complete]):after{content:"";font-weight:normal;color:var(--colour-complete)}table .alert-status:not([data-content="0"]):not([data-content=""]):not(:empty):after{content:"";font-weight:light;color:var(--colour-primary)}/*# 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,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,
|
|
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,mbAiBE,kBACA,oBAEA,2bACE,+BAGF,ybAEE,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,kEAEE,YACA,kBACA,2BAGF,qEAEE,YACA,kBACA,0BAGF,8GAEE,YACA,kBACA,4BAGF,0FAEE,YACA,mBACA,6BAGF,qFAEE,YACA,kBACA","file":"table.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:is(abbr[title],.tooltip){text-decoration:
|
|
1
|
+
:is(abbr[title],.tooltip){text-decoration:none;position:relative}:is(abbr[title],.tooltip):is(:hover,:focus,:active){text-decoration:none}:is(abbr[title],.tooltip):after{font-family:"Font Awesome 6 Pro";font-weight:900;content:"";display:inline-block;margin-left:.2em;margin-right:.1em;margin-bottom:.1em;color:var(--colour-primary)}:is(abbr[title],.tooltip)>span{opacity:0;position:absolute}:is(abbr[title],.tooltip):is(:hover,.hover,:focus,:active)>span{opacity:1;display:block;z-index:var(--index-floating);position:absolute;top:calc(100% + .5rem);left:auto;right:.85em;width:16.875rem;transform:translate(50%, 0);background:var(--colour-primary);color:var(--colour-white);padding:1.5rem;border-radius:.5rem;box-shadow:0px 2px 9px rgba(0,0,0,.11)}:is(abbr[title],.tooltip):is(:hover,.hover,:focus,:active)>span>strong:first-child{display:block;padding-bottom:1rem}@media screen and (min-width: 36em){:is(abbr[title],.tooltip):is(:hover,.hover,:focus,:active)>span{width:20.9375rem}}@media screen and (min-width: 62em){:is(abbr[title],.tooltip):is(:hover,.hover,:focus,:active)>span{width:22.5rem}}:is(abbr[title],.tooltip):is(:hover,.hover,:focus,:active)>span::after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-0.25rem;border-width:.5rem;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--colour-primary) rgba(0,0,0,0);margin-bottom:-1px}:is(abbr[title],.tooltip).tooltip--top span{top:auto;bottom:calc(100% + .5rem);left:auto;right:.85em}:is(abbr[title],.tooltip).tooltip--top span:after{top:100%;bottom:auto;left:50%;border-color:var(--colour-primary) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);margin-top:-1px}:is(abbr[title],.tooltip).shift--left span{transform:translate(calc(0% + 1.5rem), 0)}:is(abbr[title],.tooltip).shift--left span:after{left:calc(100% - 1.5rem)}:is(abbr[title],.tooltip).shift--right span{transform:translate(calc(100% - 1rem), 0)}:is(abbr[title],.tooltip).shift--right span:after{left:1rem}@media screen and (min-width: 36em){:is(abbr[title],.tooltip):is(.shift--left,.shift--right) span{transform:translate(50%, 0)}:is(abbr[title],.tooltip):is(.shift--left,.shift--right) span:after{left:50%}:is(abbr[title],.tooltip).tooltip--left span{top:50%;bottom:auto;left:auto;right:1.6em;transform:translate(0, -50%)}:is(abbr[title],.tooltip).tooltip--left span:after{top:calc(50% - .5em);bottom:auto;left:calc(100% + .25em - 1px);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--colour-primary);margin-bottom:0}:is(abbr[title],.tooltip).tooltip--right span{top:50%;bottom:auto;left:calc(100% + .5rem);right:auto;transform:translate(0, -50%)}:is(abbr[title],.tooltip).tooltip--right span:after{top:calc(50% - .5em);bottom:auto;left:auto;right:calc(100% - 1px);border-color:rgba(0,0,0,0) var(--colour-primary) rgba(0,0,0,0) rgba(0,0,0,0);margin-bottom:0}}/*# sourceMappingURL=tooltips.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../sass/components/tooltips.scss"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../sass/components/tooltips.scss","../../sass/_functions/mixins.scss"],"names":[],"mappings":"CAkDA,0BAEE,qBACA,kBAEA,oDAEE,qBAGF,gCAEE,iCACA,gBACA,YACA,qBACA,iBACA,kBACA,mBACA,4BAIF,+BAEE,UACA,kBAMA,gEAEE,UA/EJ,cACA,8BACA,kBACA,uBACA,UACA,YACA,gBACA,4BACA,iCACA,0BACA,eACA,oBACA,uCAEA,mFACE,cACA,oBCfA,oCD4EA,gEAxDA,kBCpBA,oCD4EA,gEAnDA,eAGF,uEACE,WACA,kBACA,YACA,SACA,qBACA,mBACA,mBACA,6EACA,mBA8CF,4CAEE,SACA,0BACA,UACA,YAEA,kDAEE,SACA,YACA,SACA,6EACA,gBAKJ,2CACE,0CAEA,iDACE,yBAGJ,4CACE,0CAEA,kDACE,UChHF,oCDuHA,8DACE,4BAEA,oEACE,SAIJ,6CAEE,QACA,YACA,UACA,YAEA,6BAEA,mDAEE,qBACA,YACA,8BACA,6EACA,gBAGJ,8CAEE,QACA,YACA,wBACA,WAEA,6BAEA,oDAEE,qBACA,YACA,UACA,uBACA,6EACA","file":"tooltips.css"}
|