@iamproperty/components 3.7.6 → 3.7.7

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.
Files changed (34) hide show
  1. package/assets/css/components/card-global.css +1 -0
  2. package/assets/css/components/card-global.css.map +1 -0
  3. package/assets/css/components/table.css +1 -1
  4. package/assets/css/components/table.css.map +1 -1
  5. package/assets/css/core.min.css +1 -1
  6. package/assets/css/core.min.css.map +1 -1
  7. package/assets/css/style.min.css +1 -1
  8. package/assets/css/style.min.css.map +1 -1
  9. package/assets/js/components/accordion/accordion.component.min.js +1 -1
  10. package/assets/js/components/applied-filters/applied-filters.component.min.js +1 -1
  11. package/assets/js/components/card/card.component.min.js +1 -1
  12. package/assets/js/components/filterlist/filterlist.component.min.js +1 -1
  13. package/assets/js/components/header/header.component.min.js +1 -1
  14. package/assets/js/components/notification/notification.component.min.js +1 -1
  15. package/assets/js/components/pagination/pagination.component.min.js +1 -1
  16. package/assets/js/components/table/table.component.min.js +7 -7
  17. package/assets/js/components/table/table.component.min.js.map +1 -1
  18. package/assets/js/components/tabs/tabs.component.min.js +1 -1
  19. package/assets/js/dynamic.min.js +1 -1
  20. package/assets/js/modules/table.js +13 -8
  21. package/assets/js/scripts.bundle.js +9 -9
  22. package/assets/js/scripts.bundle.js.map +1 -1
  23. package/assets/js/scripts.bundle.min.js +2 -2
  24. package/assets/js/scripts.bundle.min.js.map +1 -1
  25. package/assets/sass/_corefiles.scss +2 -0
  26. package/assets/sass/components/card-global.scss +20 -0
  27. package/assets/sass/components/table.scss +13 -3
  28. package/assets/ts/components/card/README.md +1 -0
  29. package/assets/ts/modules/table.ts +15 -10
  30. package/dist/components.es.js +845 -834
  31. package/dist/components.umd.js +26 -29
  32. package/package.json +1 -1
  33. package/src/components/Card/README.md +1 -0
  34. package/src/components/Table/Table.vue +1 -1
@@ -0,0 +1 @@
1
+ iam-card.card--flag{position:relative}iam-card.card--flag:after{content:"";font-family:"Font Awesome 6 Pro";position:absolute;top:1rem;right:1rem;font-size:rem(16);line-height:1;height:rem(16);width:rem(16);display:inline-block;font-weight:normal;color:var(--colour, var(--colour-primary))}/*# sourceMappingURL=card-global.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/components/card-global.scss"],"names":[],"mappings":"CACA,oBACE,kBAEA,0BACE,YACA,iCACA,kBACA,SACA,WACA,kBACA,cACA,eACA,cACA,qBACA,mBACA","file":"card-global.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),*: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
+ 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),*: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=due],[data-content=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content=upcoming],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content="on track"],[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=due],[data-content=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content=upcoming],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content="on track"],[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=due],[data-content=overdue],[data-content=incomplete],[data-content="requires approval"],[data-content=upcoming],[data-content="approval required"],[data-content=warning],[data-content=verified],[data-content="not started"],[data-content="to do"],[data-content="on track"],[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=due],[data-content=incomplete]):after{content:"";font-weight:light;color:var(--colour-danger)}table :is([data-content="not started"],[data-content="to do"],[data-content="on track"]):after{content:"";font-weight:light;color:var(--colour-muted)}table :is([data-content="requires approval"],[data-content="approval required"],[data-content=upcoming]):after{content:"";font-weight:light;color:var(--colour-warning)}table :is([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,qCAEE,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,cCxLJ,kCD2LI,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
+ {"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,qCAEE,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,cCxLJ,kCD2LI,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,wfAoBE,kBACA,oBAEA,ggBACE,+BAGF,8fAEE,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,qFAEE,YACA,kBACA,2BAGF,+FAEE,YACA,kBACA,0BAGF,+GAEE,YACA,kBACA,4BAGF,wCAEE,YACA,kBACA,4BAGF,0FAEE,YACA,mBACA,6BAGF,qFAEE,YACA,kBACA","file":"table.css"}