@iamproperty/components 7.2.1--beta1 → 7.2.1--beta3

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 (82) hide show
  1. package/assets/css/components/barchart.component.css.map +1 -1
  2. package/assets/css/components/charts.css +1 -1
  3. package/assets/css/components/charts.module.css.map +1 -1
  4. package/assets/css/components/doughnutchart.component.css.map +1 -1
  5. package/assets/css/components/rank.component.css +1 -0
  6. package/assets/css/components/rank.component.css.map +1 -0
  7. package/assets/css/components/rankings.component.css +1 -0
  8. package/assets/css/components/rankings.component.css.map +1 -0
  9. package/assets/css/components/rankings.global.css +1 -0
  10. package/assets/css/components/rankings.global.css.map +1 -0
  11. package/assets/css/components/table-basic.component.css +1 -1
  12. package/assets/css/components/table-basic.component.css.map +1 -1
  13. package/assets/css/components/table-basic.global.css +1 -1
  14. package/assets/css/components/table-basic.global.css.map +1 -1
  15. package/assets/css/components/table.component.css +1 -1
  16. package/assets/css/components/table.component.css.map +1 -1
  17. package/assets/css/components/table.global.css +1 -1
  18. package/assets/css/components/table.global.css.map +1 -1
  19. package/assets/js/components/accordion/accordion.component.min.js +1 -1
  20. package/assets/js/components/actionbar/actionbar.component.min.js +1 -1
  21. package/assets/js/components/address-lookup/address-lookup.component.min.js +1 -1
  22. package/assets/js/components/applied-filters/applied-filters.component.min.js +1 -1
  23. package/assets/js/components/barchart/barchart.component.min.js +1 -1
  24. package/assets/js/components/bento-grid/bento-grid.component.min.js +1 -1
  25. package/assets/js/components/card/card.component.min.js +1 -1
  26. package/assets/js/components/carousel/carousel.component.min.js +1 -1
  27. package/assets/js/components/collapsible-side/collapsible-side.component.min.js +1 -1
  28. package/assets/js/components/doughnutchart/doughnutchart.component.min.js +1 -1
  29. package/assets/js/components/fileupload/fileupload.component.min.js +1 -1
  30. package/assets/js/components/filter-card/filter-card.component.min.js +1 -1
  31. package/assets/js/components/filterlist/filterlist.component.min.js +1 -1
  32. package/assets/js/components/header/header.component.min.js +1 -1
  33. package/assets/js/components/inline-edit/inline-edit.component.min.js +1 -1
  34. package/assets/js/components/marketing/marketing.component.min.js +1 -1
  35. package/assets/js/components/menu/menu.component.min.js +1 -1
  36. package/assets/js/components/multi-step/multi-step.component.min.js +1 -1
  37. package/assets/js/components/multiselect/multiselect.component.min.js +1 -1
  38. package/assets/js/components/nav/nav.component.min.js +1 -1
  39. package/assets/js/components/notification/notification.component.min.js +1 -1
  40. package/assets/js/components/pagination/pagination.component.min.js +1 -1
  41. package/assets/js/components/rank/rank.component.js +250 -0
  42. package/assets/js/components/rank/rank.component.min.js +230 -0
  43. package/assets/js/components/rank/rank.component.min.js.map +1 -0
  44. package/assets/js/components/rankings/rankings.component.js +48 -0
  45. package/assets/js/components/rankings/rankings.component.min.js +17 -0
  46. package/assets/js/components/rankings/rankings.component.min.js.map +1 -0
  47. package/assets/js/components/record-card/record-card.component.min.js +1 -1
  48. package/assets/js/components/search/search.component.min.js +1 -1
  49. package/assets/js/components/slider/slider.component.min.js +1 -1
  50. package/assets/js/components/table/table.component.js +2 -1
  51. package/assets/js/components/table/table.component.min.js +5 -5
  52. package/assets/js/components/table/table.component.min.js.map +1 -1
  53. package/assets/js/components/table-ajax/table-ajax.component.min.js +3 -3
  54. package/assets/js/components/table-ajax/table-ajax.component.min.js.map +1 -1
  55. package/assets/js/components/table-basic/table-basic.component.min.js +5 -5
  56. package/assets/js/components/table-basic/table-basic.component.min.js.map +1 -1
  57. package/assets/js/components/table-no-submit/table-no-submit.component.min.js +5 -5
  58. package/assets/js/components/table-no-submit/table-no-submit.component.min.js.map +1 -1
  59. package/assets/js/components/table-submit/table-submit.component.min.js +5 -5
  60. package/assets/js/components/table-submit/table-submit.component.min.js.map +1 -1
  61. package/assets/js/components/tabs/tabs.component.min.js +1 -1
  62. package/assets/js/components/video-card/video-card.component.min.js +1 -1
  63. package/assets/js/modules/table.js +1 -0
  64. package/assets/js/scripts.bundle.js +1 -1
  65. package/assets/js/scripts.bundle.min.js +1 -1
  66. package/assets/sass/_functions/variables.scss +30 -0
  67. package/assets/sass/components/charts.module.scss +1 -27
  68. package/assets/sass/components/rank.component.scss +111 -0
  69. package/assets/sass/components/rankings.component.scss +66 -0
  70. package/assets/sass/components/rankings.global.scss +84 -0
  71. package/assets/sass/components/table-basic.component.scss +4 -0
  72. package/assets/sass/components/table-basic.global.scss +12 -2
  73. package/assets/sass/components/table.global.scss +4 -4
  74. package/assets/ts/components/rank/rank.component.ts +263 -0
  75. package/assets/ts/components/rankings/rankings.component.ts +62 -0
  76. package/assets/ts/components/table/table.component.ts +2 -1
  77. package/assets/ts/modules/table.ts +1 -0
  78. package/dist/components.es.js +17 -17
  79. package/dist/components.umd.js +30 -30
  80. package/package.json +1 -1
  81. package/src/components/Rank/Rank.vue +24 -0
  82. package/src/components/Rankings/Rankings.vue +33 -0
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss","../../sass/_functions/mixins.scss","../../sass/elements/buttons--global.scss","../../sass/elements/buttons--secondary.scss","../../sass/elements/buttons--tertiary.scss","../../sass/elements/buttons--action.scss","../../sass/elements/buttons--compact.scss","../../sass/components/barchart.component.scss"],"names":[],"mappings":"CAgEA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA,UC3OA,gBCrbF,qBAGE,sBAIF,OAEE,gBACA,oBACA,SACA,oBD2gBA,UC1gBmB,QACnB,oBAGF,cACE,eAEF,iCACE,UAGF,gDAIE,0BAGE,4GACE,eAON,KACE,mBACA,6BACA,6BACA,6BACA,0BACA,2BAEA,qBACA,iBACA,gBACA,qBACA,sBACA,eACA,iBAEA,wBAEA,+BACA,mCACA,2DACA,qBACA,gCACA,gBAEA,WACE,yBAEF,YACA,sBACA,gBACA,mBD8UE,oCC7WJ,KAkCI,sBAGF,yCACE,+BACA,mCAGF,mEACE,sBAGF,oBACE,gCACA,8DAGF,sBACE,+BAGF,0JAEE,UACA,qBAEA,sCACA,8BACA,qBAGF,oFAEE,uBACA,WACE,yBAEF,wBACA,qBAGF,6DAIE,WACA,mBAMJ,oBACE,qCACA,yCACA,gDACA,kBACA,oBACA,qBAEA,4JAEE,oBACA,qBAEA,0KACE,YACA,iCACA,kBACA,mBACA,WACA,qBACA,8BACA,sBAON,YACE,4BACA,2BACA,qBACA,sBAMA,wBACE,kBACA,iCACA,gBAGF,0BACE,mBAEF,iCACE,eACA,sBACA,kBACA,aACA,QACA,6BAGF,8BACE,kBAGF,mBACE,iCACA,kBACA,gBACA,mBAEA,qCACE,iBACA,eAQJ,uBACE,WACA,8BACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBAKA,kKACE,mBACA,qBAQN,iBACE,kBACA,qBAEA,8BACE,gBAGF,wBACE,qBACA,+CACA,sEACA,gCACA,gCACA,gCACA,2BACA,2BACA,uBACA,8BACA,cACA,0BACA,aACA,iBACA,0CACA,8CAEA,+BACE,UACA,gBACA,4BAIJ,uBACE,kBACA,aACA,WAEA,WACA,cACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBACA,wBACA,oBAGF,8BACE,yBAIJ,6BACE,yBAOA,kBACE,YACA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,mBACA,gBACA,kCD8HF,gBEpbF,eACE,kCAEA,8BACE,0CACA,oDAIJ,gKAEE,gDACA,yCFwaA,gBGnbF,kBACE,+BACA,YACA,yBACA,+CACA,UACA,mBACA,mBACA,mBACA,kBACA,kBAEA,wBACE,kBACA,WACA,SACA,SACA,WACA,WACA,6BACA,mCACA,qBAGF,6CACE,SAGF,+BACE,cACA,mBAEF,iDACE,kBACA,eAIA,yGACE,qBAGJ,gEACE,4BHwYF,gBIpbF,YACE,8BACA,+BACA,gCACA,qBAWA,iCACA,2BACA,eACA,oBAZA,8BACE,4BAGF,6CACE,wCACA,yDAQF,mCACE,kBACA,sBAGF,4MAEE,6CAGF,+LAEE,uBACA,gCACA,8DACA,wBAGF,sIAEE,uBACA,mBACA,6BJ0YF,gBKpbF,aACE,qBAEA,qBACA,qBAKA,kBAEA,0BACA,8BACA,8BACA,sCACA,0CACA,0CAEA,2CAEA,mBACA,gBACA,kBACA,eAjBA,8BACE,oBAkBF,oBACE,kBACA,kBACA,MACA,OACA,WACA,YACA,cACA,gDACA,gBAGF,gCACE,gDAGF,oBACE,uBACA,eACA,qBAGF,wBACE,qBACA,eAEA,+BACE,cACA,gBAIJ,2BACE,6BACA,iCACA,2BAEA,iDACE,8BAIJ,qIAGE,+BACA,kCACA,2BAEA,mMACE,6BAIJ,0BACE,kBAEF,gCACE,0BACA,kBACA,SACA,WACA,gCACA,aACA,YACA,kBACA,cACA,SACA,eACA,kBACA,kBACA,WACA,sBACA,6BAQF,6VACE,mDACA,+CACA,kCAGF,2XACE,+BACA,+CACA,6BAGF,2PACE,mDACA,+CACA,8CC3HJ,8CACE,yBACA,qDACA,aAGF,2DACE,kBAEA,sEACE,YACA,oBACA,YACA,4BACA,QAEA,2EACE,cACA,4BACA,kBACA,SACA,iCACA,UAKN,sDACE,aAGF,8CACE,cAGF,oDACE,sBACA,kBAGF,uDACE,sBACA,uBACA,oBACA,UACA,kBAEA,0DAGE,iCACA,SACA,uBACA,wCACA,eACA,yBACA,+BAGF,sEAEE,gBACA,eACA,yBACA,iCACA,sCACA,uCAEA,uFACE,eACA,uBACA,gBAMJ,8FACE,8BAIJ,mFACE,cACA,iCACA,4BACA,mBACA,UACA,oBACA,mBAEA,mCAGF,oGACE,kBACA,gDAGF,0GACE,kBAEA,yBACA,kBACA,2BACA,OACA,qBACA,sBACA,mBACA,kBAGF,4DACE,wBAOF,sDACE,aACA,8BACA,2BACA,mBAEA,yDACE,2BAIN,wEACE,mBAEA,+EACE,2BACA,kBACA,qBACA,YACA,SACA,6BACA,yBACA,mBACA,SACA,WACA,kCACA,4BAGF,iFACE,aAOJ,iCACE,qBAEA,qEACE,WACE,4FAIF,4CAKF,iEACE,2CACA,yBACA,sBACA,4BAKF,8DACE,gBAUE,sEACE,yBAEA,kBACA,qBAEA,YACA,SAEA,6BAEA,yBACA,mBAEA,SAQJ,wFACE,WACA,wBACA,4BAIJ,wFACE,cACA,iCACA,4BACA,kBACA,UACA,oBACA,mBAKF,qFACE,iBAKJ,mDACE,WACA,cAEA,mEACE,kBAGF,yDACE,6BACA,cACA,wCAGF,yDACE,kBAGF,gEACE,sBACA,kBACA,sBACA,0CAGF,gEACE,yCACA,qCACA,yCAIJ,mEACE,2BACA,yBAEA,yEACE,0CAKF,kCADF,gBAEI,2BACA,0BAMF,qBACE,YACA,mBACA,qBACA,8BAIJ,2BAEE,8BACA,iCACA,0BACA,eAEA,oBACA,uCAEA,mBAIA,eAGA,YACA,SACA,sBAMA,yBAEA,iBAEA,6GAEA,kCACE,WACA,kBACA,YACA,SACA,qBACA,mBACA,mBACA,6EACA","file":"barchart.component.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss","../../sass/_functions/mixins.scss","../../sass/elements/buttons--global.scss","../../sass/elements/buttons--secondary.scss","../../sass/elements/buttons--tertiary.scss","../../sass/elements/buttons--action.scss","../../sass/elements/buttons--compact.scss","../../sass/components/barchart.component.scss"],"names":[],"mappings":"CAsCA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA,UCjNA,gBCrbF,qBAGE,sBAIF,OAEE,gBACA,oBACA,SACA,oBD2gBA,UC1gBmB,QACnB,oBAGF,cACE,eAEF,iCACE,UAGF,gDAIE,0BAGE,4GACE,eAON,KACE,mBACA,6BACA,6BACA,6BACA,0BACA,2BAEA,qBACA,iBACA,gBACA,qBACA,sBACA,eACA,iBAEA,wBAEA,+BACA,mCACA,2DACA,qBACA,gCACA,gBAEA,WACE,yBAEF,YACA,sBACA,gBACA,mBD8UE,oCC7WJ,KAkCI,sBAGF,yCACE,+BACA,mCAGF,mEACE,sBAGF,oBACE,gCACA,8DAGF,sBACE,+BAGF,0JAEE,UACA,qBAEA,sCACA,8BACA,qBAGF,oFAEE,uBACA,WACE,yBAEF,wBACA,qBAGF,6DAIE,WACA,mBAMJ,oBACE,qCACA,yCACA,gDACA,kBACA,oBACA,qBAEA,4JAEE,oBACA,qBAEA,0KACE,YACA,iCACA,kBACA,mBACA,WACA,qBACA,8BACA,sBAON,YACE,4BACA,2BACA,qBACA,sBAMA,wBACE,kBACA,iCACA,gBAGF,0BACE,mBAEF,iCACE,eACA,sBACA,kBACA,aACA,QACA,6BAGF,8BACE,kBAGF,mBACE,iCACA,kBACA,gBACA,mBAEA,qCACE,iBACA,eAQJ,uBACE,WACA,8BACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBAKA,kKACE,mBACA,qBAQN,iBACE,kBACA,qBAEA,8BACE,gBAGF,wBACE,qBACA,+CACA,sEACA,gCACA,gCACA,gCACA,2BACA,2BACA,uBACA,8BACA,cACA,0BACA,aACA,iBACA,0CACA,8CAEA,+BACE,UACA,gBACA,4BAIJ,uBACE,kBACA,aACA,WAEA,WACA,cACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBACA,wBACA,oBAGF,8BACE,yBAIJ,6BACE,yBAOA,kBACE,YACA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,mBACA,gBACA,kCD8HF,gBEpbF,eACE,kCAEA,8BACE,0CACA,oDAIJ,gKAEE,gDACA,yCFwaA,gBGnbF,kBACE,+BACA,YACA,yBACA,+CACA,UACA,mBACA,mBACA,mBACA,kBACA,kBAEA,wBACE,kBACA,WACA,SACA,SACA,WACA,WACA,6BACA,mCACA,qBAGF,6CACE,SAGF,+BACE,cACA,mBAEF,iDACE,kBACA,eAIA,yGACE,qBAGJ,gEACE,4BHwYF,gBIpbF,YACE,8BACA,+BACA,gCACA,qBAWA,iCACA,2BACA,eACA,oBAZA,8BACE,4BAGF,6CACE,wCACA,yDAQF,mCACE,kBACA,sBAGF,4MAEE,6CAGF,+LAEE,uBACA,gCACA,8DACA,wBAGF,sIAEE,uBACA,mBACA,6BJ0YF,gBKpbF,aACE,qBAEA,qBACA,qBAKA,kBAEA,0BACA,8BACA,8BACA,sCACA,0CACA,0CAEA,2CAEA,mBACA,gBACA,kBACA,eAjBA,8BACE,oBAkBF,oBACE,kBACA,kBACA,MACA,OACA,WACA,YACA,cACA,gDACA,gBAGF,gCACE,gDAGF,oBACE,uBACA,eACA,qBAGF,wBACE,qBACA,eAEA,+BACE,cACA,gBAIJ,2BACE,6BACA,iCACA,2BAEA,iDACE,8BAIJ,qIAGE,+BACA,kCACA,2BAEA,mMACE,6BAIJ,0BACE,kBAEF,gCACE,0BACA,kBACA,SACA,WACA,gCACA,aACA,YACA,kBACA,cACA,SACA,eACA,kBACA,kBACA,WACA,sBACA,6BAQF,6VACE,mDACA,+CACA,kCAGF,2XACE,+BACA,+CACA,6BAGF,2PACE,mDACA,+CACA,8CC3HJ,8CACE,yBACA,qDACA,aAGF,2DACE,kBAEA,sEACE,YACA,oBACA,YACA,4BACA,QAEA,2EACE,cACA,4BACA,kBACA,SACA,iCACA,UAKN,sDACE,aAGF,8CACE,cAGF,oDACE,sBACA,kBAGF,uDACE,sBACA,uBACA,oBACA,UACA,kBAEA,0DAGE,iCACA,SACA,uBACA,wCACA,eACA,yBACA,+BAGF,sEAEE,gBACA,eACA,yBACA,iCACA,sCACA,uCAEA,uFACE,eACA,uBACA,gBAMJ,8FACE,8BAIJ,mFACE,cACA,iCACA,4BACA,mBACA,UACA,oBACA,mBAEA,mCAGF,oGACE,kBACA,gDAGF,0GACE,kBAEA,yBACA,kBACA,2BACA,OACA,qBACA,sBACA,mBACA,kBAGF,4DACE,wBAOF,sDACE,aACA,8BACA,2BACA,mBAEA,yDACE,2BAIN,wEACE,mBAEA,+EACE,2BACA,kBACA,qBACA,YACA,SACA,6BACA,yBACA,mBACA,SACA,WACA,kCACA,4BAGF,iFACE,aAOJ,iCACE,qBAEA,qEACE,WACE,4FAIF,4CAKF,iEACE,2CACA,yBACA,sBACA,4BAKF,8DACE,gBAUE,sEACE,yBAEA,kBACA,qBAEA,YACA,SAEA,6BAEA,yBACA,mBAEA,SAQJ,wFACE,WACA,wBACA,4BAIJ,wFACE,cACA,iCACA,4BACA,kBACA,UACA,oBACA,mBAKF,qFACE,iBAKJ,mDACE,WACA,cAEA,mEACE,kBAGF,yDACE,6BACA,cACA,wCAGF,yDACE,kBAGF,gEACE,sBACA,kBACA,sBACA,0CAGF,gEACE,yCACA,qCACA,yCAIJ,mEACE,2BACA,yBAEA,yEACE,0CAKF,kCADF,gBAEI,2BACA,0BAMF,qBACE,YACA,mBACA,qBACA,8BAIJ,2BAEE,8BACA,iCACA,0BACA,eAEA,oBACA,uCAEA,mBAIA,eAGA,YACA,SACA,sBAMA,yBAEA,iBAEA,6GAEA,kCACE,WACA,kBACA,YACA,SACA,qBACA,mBACA,mBACA,6EACA","file":"barchart.component.css"}
@@ -1 +1 @@
1
- ::slotted(table){display:none !important}.chart__outer{container-type:inline-size;--body-colour-set: var(--body-colour, white);--text-colour-set: var(--text-colour, black);--chart-height-set: var(--chart-height, 56.25%);--chart-height-lg-set: var(--chart-height-lg, 42.86%);--chart-height-resp: var(--chart-height-set);--index-below: -1;--index-base: 0;--index-focus: 2;--index-above: 10;--index-floating: 100;--index-menu: 200;--index-overlay: 1000;--key-label-width: 100%;--label-size: 0.75rem;--pie-size: calc(50% - 1.4rem);--line-thickness: 1px;--yaxis-width: auto;--yaxis-point-display: block;--yaxis-last-point-transform: translate(0, -50%);--bar-gap: min(10%, 0.75rem);margin-bottom:2rem;display:flex;flex-direction:column;--chart-colour-1-set: var(--chart-colour-1, #1ebee6);--chart-colour-2-set: var(--chart-colour-2, #ffd2d2);--chart-colour-3-set: var(--chart-colour-3, #b4e6a5);--chart-colour-4-set: var(--chart-colour-4, #ffa500);--chart-colour-5-set: var(--chart-colour-5, #46003c);--chart-colour-6-set: var(--chart-colour-6, #b4e6a5);--chart-colour-7-set: var(--chart-colour-7, #1ebee6);--chart-colour-8-set: var(--chart-colour-8, #ffd2d2);--chart-colour-9-set: var(--chart-colour-9, #9d9d9d);--chart-colour-10-set: var(--chart-colour-10, #66838a)}.chart__outer tbody{--chart-direction: 360deg;--chart-day-bg-pos: 100% calc(var(--single-day) * 7)}.chart__outer:has(.chart__options){position:relative;padding-top:1.5rem}.chart__outer>*{display:block;order:2}.chart__outer>figcaption{display:contents}.chart__outer>figcaption p:not(.chart__strapline,.chart__title){margin-bottom:.25rem;font-size:var(--label-size)}.chart__outer>figcaption>*{order:3}.chart__outer>figcaption>:is(.chart__title,.chart__strapline){order:1}@container (max-width: 36em){.chart__outer :has(tr:nth-child(5) td:nth-child(4)),.chart__outer :has(tr:nth-child(10)){--yaxis-width: 0;--yaxis-point-display: none;--yaxis-last-point-transform: translate(0, -100%);--bar-gap: 0}}@container (max-width: 63em){.chart__outer :has(tr:nth-child(10)){--bar-gap: 0}}@container (min-width: 36em){.chart__outer .chart__wrapper{--chart-height-resp: var(--chart-height-lg-set);--pie-size: calc(33.333% - 1.4rem);--line-thickness: 0.8px;--yaxis-width: auto;--yaxis-point-display: block;--yaxis-last-point-transform: translate(0, -50%)}}@container (min-width: 62em){.chart__outer .chart__wrapper{--label-size: 0.875rem;--pie-size: calc(25% - 1.5rem);--line-thickness: 0.5px}}.chart__title{font-size:2rem;font-weight:700;margin-bottom:.25rem}.chart__strapline{margin-bottom:1rem}.chart__source{border-top:1px solid #000;position:relative;padding-top:0.25rem}.chart__key .key:nth-child(10n-9),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-8){--chart-colour: var(--chart-colour-1-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-9){color:var(--chart-colour-1-set);stroke:currentColor;fill:currentColor;z-index:9}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-9){fill:var(--chart-colour-1-set)}.chart__key .key:nth-child(10n-8),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-7){--chart-colour: var(--chart-colour-2-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-8){color:var(--chart-colour-2-set);stroke:currentColor;fill:currentColor;z-index:8}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-8){fill:var(--chart-colour-2-set)}.chart__key .key:nth-child(10n-7),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-6){--chart-colour: var(--chart-colour-3-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-7){color:var(--chart-colour-3-set);stroke:currentColor;fill:currentColor;z-index:7}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-7){fill:var(--chart-colour-3-set)}.chart__key .key:nth-child(10n-6),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-5){--chart-colour: var(--chart-colour-4-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-6){color:var(--chart-colour-4-set);stroke:currentColor;fill:currentColor;z-index:6}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-6){fill:var(--chart-colour-4-set)}.chart__key .key:nth-child(10n-5),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-4){--chart-colour: var(--chart-colour-5-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-5){color:var(--chart-colour-5-set);stroke:currentColor;fill:currentColor;z-index:5}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-5){fill:var(--chart-colour-5-set)}.chart__key .key:nth-child(10n-4),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-3){--chart-colour: var(--chart-colour-6-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-4){color:var(--chart-colour-6-set);stroke:currentColor;fill:currentColor;z-index:4}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-4){fill:var(--chart-colour-6-set)}.chart__key .key:nth-child(10n-3),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-2){--chart-colour: var(--chart-colour-7-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-3){color:var(--chart-colour-7-set);stroke:currentColor;fill:currentColor;z-index:3}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-3){fill:var(--chart-colour-7-set)}.chart__key .key:nth-child(10n-2),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-1){--chart-colour: var(--chart-colour-8-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-2){color:var(--chart-colour-8-set);stroke:currentColor;fill:currentColor;z-index:2}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-2){fill:var(--chart-colour-8-set)}.chart__key .key:nth-child(10n-1),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-0){--chart-colour: var(--chart-colour-9-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-1){color:var(--chart-colour-9-set);stroke:currentColor;fill:currentColor;z-index:1}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-1){fill:var(--chart-colour-9-set)}.chart__key .key:nth-child(10n),input[type=radio]:not([value=none]):not([value=pie]):checked~.chart__outer table tbody tr td:not(:first-child):nth-child(10n+1){--chart-colour: var(--chart-colour-10-set)}.chart__outer>[type=radio]{opacity:0;position:absolute;pointer-events:none}.chart__options{position:absolute;display:block;width:fit-content;z-index:var(--index-above);top:0;right:0;background-color:var(--body-colour-set)}.chart__options:has(span:first-child:last-child){display:none}.chart__options>span:first-child{text-align:right;display:block;height:1.5rem}.chart__options>span:first-child:before{content:"";height:1rem;width:1rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e%3cpath d='M31 19.3v-6.5l-3.9-.5c-.1-.4-.3-.9-.5-1.5l2.4-3-4.7-4.7-3.1 2.4c-.4-.2-.9-.4-1.5-.6L19.2 1h-6.5l-.5 3.9c-.6.2-1.1.4-1.5.6l-3-2.4L3 7.7l2.4 3c-.2.5-.4 1.1-.5 1.5l-3.9.5v6.5l3.9.5c.2.5.3 1 .6 1.5l-2.4 3 4.7 4.7 3-2.3c.4.2 1 .5 1.5.6l.5 3.8h6.5l.5-3.8c.5-.2 1.1-.4 1.5-.6l3 2.3 4.7-4.7-2.4-3 .6-1.5 3.8-.4zm-2.1-1.9-3.4.5c-.3 1.5-.8 2.7-1.6 3.6l2.1 2.6-1.9 2-2.6-2c-1 .7-2.5 1.3-3.7 1.5l-.5 3.3h-2.6l-.5-3.3c-1.2-.2-2.7-.8-3.7-1.5l-2.6 2-1.9-2 2.1-2.6c-.8-.9-1.2-2.1-1.6-3.6l-3.4-.5v-2.7l3.5-.5c.2-1.1.6-2.3 1.4-3.7L6 7.9l1.9-2L10.6 8c.8-.7 1.7-1.1 3.6-1.6l.5-3.4h2.6l.5 3.4c1.9.5 2.8.9 3.6 1.6l2.7-2L26 8l-2 2.5c.8 1.4 1.2 2.6 1.4 3.7l3.5.5v2.7zM16 20.8c-2.7 0-4.7-2-4.7-4.8 0-2.7 2-4.7 4.7-4.7s4.7 2 4.7 4.7-2 4.8-4.7 4.8zm0 2.2c3.9 0 6.9-3 6.9-7 0-3.9-3-6.9-6.9-6.9s-6.9 3-6.9 6.9c0 4 3 7 6.9 7z'%3e%3c/path%3e%3c/svg%3e");background-size:100% 100%;display:inline-block;vertical-align:bottom;margin-bottom:0.1875rem;margin-right:0.375rem}.chart__options>*:not(:first-child){display:none}.chart__options label{cursor:pointer}.chart__options label:hover{background:var(--label-bg, rgb(220, 220, 220))}.chart__options:hover{outline:3px solid #000;box-shadow:0 0 0 .25rem #fff;outline-offset:.25rem}.chart__options:hover>*{display:block}.chart__options .chart__options__title{margin-top:1rem;font-weight:bold}.chart>[type=radio]:focus~.chart__switcher label{display:block}.chart__outer>input[type=checkbox]{opacity:0;position:absolute;pointer-events:none}.chart__key{padding:0 0 0 0;margin-bottom:1.5rem;display:flex;overflow:auto;scroll-snap-type:x mandatory;scroll-padding:.75rem;justify-content:flex-end;gap:.5rem}.chart__key .key{font-size:1rem !important;margin:0}.chart__key .key:before{content:"";height:.8em;width:.8em;margin-right:.3em;background-color:var(--chart-colour);display:inline-block;border-radius:50%}.chart__key .key[data-label=Min],.chart__key .key[data-label=Max]{display:none}.chart__key .key .chart__total{display:none}.chart__outer>input[type=checkbox]:not(:checked)~.chart__key .key{opacity:.25}.chart__outer>input[type=checkbox]:not(:checked)~.chart__wrapper table tbody tr td:not(:first-child){display:none}.chart__outer>input[type=checkbox]:not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line{display:none !important}.chart__outer>input[type=checkbox]:nth-of-type(1):not(:checked)~.chart__key .key:nth-of-type(1){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(1):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(2){display:block}input:nth-of-type(1):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(1){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(2):not(:checked)~.chart__key .key:nth-of-type(2){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(2):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(3){display:block}input:nth-of-type(2):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(2){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(3):not(:checked)~.chart__key .key:nth-of-type(3){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(3):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(4){display:block}input:nth-of-type(3):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(3){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(4):not(:checked)~.chart__key .key:nth-of-type(4){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(4):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(5){display:block}input:nth-of-type(4):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(4){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(5):not(:checked)~.chart__key .key:nth-of-type(5){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(5):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(6){display:block}input:nth-of-type(5):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(5){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(6):not(:checked)~.chart__key .key:nth-of-type(6){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(6):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(7){display:block}input:nth-of-type(6):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(6){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(7):not(:checked)~.chart__key .key:nth-of-type(7){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(7):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(8){display:block}input:nth-of-type(7):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(7){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(8):not(:checked)~.chart__key .key:nth-of-type(8){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(8):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(9){display:block}input:nth-of-type(8):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(8){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(9):not(:checked)~.chart__key .key:nth-of-type(9){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(9):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(10){display:block}input:nth-of-type(9):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(9){display:block !important}.chart:has(.chart__outer)>table{order:10;display:none}.chart__wrapper{display:block;display:flex;flex-direction:row;position:relative;margin-bottom:1rem}.chart__wrapper .chart__yaxis{display:flex;flex-direction:column-reverse;width:var(--yaxis-width)}.chart__wrapper .chart__yaxis .axis__point{bottom:var(--percent);position:relative;height:0;white-space:nowrap}.chart__wrapper .chart__yaxis .axis__point:not(:last-child){display:var(--yaxis-point-display)}.chart__wrapper .chart__yaxis .axis__point span{display:block;transform:translate(0, -50%);padding-right:.25rem;text-align:right;font-size:var(--label-size)}.chart__wrapper .chart__yaxis .axis__point:last-child span{transform:var(--yaxis-last-point-transform)}.chart__wrapper .chart__xaxis{margin-bottom:1rem;display:flex;flex-direction:column-reverse;width:100%;position:absolute;left:0;bottom:-1rem}.chart__wrapper .chart__xaxis .axis__point{left:var(--percent);width:1px;position:absolute;height:0;white-space:nowrap}.chart__wrapper .chart__xaxis .axis__point span{display:block;transform:translate(-50%, 0%);text-align:center;font-size:var(--label-size);position:absolute;left:50%}.chart__wrapper .chart__guidelines{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column-reverse;pointer-events:none}.chart__wrapper .chart__guidelines .guideline{bottom:var(--percent);position:absolute;right:0;width:100%;height:0px;margin-bottom:-1px;border-bottom:1px dashed #eee;pointer-events:none;z-index:var(--index-below)}.chart__wrapper .chart__guidelines .guideline:not(.guideline--target) span{display:none}.chart__wrapper .chart__guidelines .guideline--target{border-bottom:1px dashed #000;z-index:var(--index-above);text-shadow:1px solid #fff;overflow:visible}.chart__wrapper .chart__guidelines .guideline--target span{position:absolute;bottom:0;font-size:var(--label-size);text-shadow:1px 1px 2px #fff;background:hsla(0,0%,100%,.6)}.chart__wrapper .chart__guidelines [data-value="0"]{border-bottom:1px solid var(--colour-primary)}.chart__wrapper .chart__guidelines [data-value="0"]:not(:first-child){border-bottom:1px dashed var(--colour-primary)}.chart__wrapper .chart{position:relative;flex-grow:1}.chart__wrapper table{display:block;width:100% !important;padding-top:var(--chart-height-resp);position:relative;margin-bottom:0;overflow:visible}.chart__wrapper table thead{display:none}.chart__wrapper table tbody{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;flex-direction:row;border:none}.chart__wrapper table tbody tr{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border:none;width:100%;height:100%;position:relative;padding:0 2px;gap:var(--bar-gap)}.chart__wrapper table tbody tr td{font-weight:inherit}.chart__wrapper table tbody tr td:first-child{position:absolute;top:100%;left:50%;transform:translate(-50%, 0);width:fit-content;padding:0;white-space:nowrap;max-width:6rem;overflow:hidden;text-overflow:ellipsis;font-size:var(--label-size);text-align:center}@container (min-width: 62em){.chart__wrapper table tbody tr td:first-child{display:block;left:50% !important;transform:translate(-50%, 0) !important}}.chart__wrapper table tbody tr td[data-label=Min],.chart__wrapper table tbody tr td[data-label=Max]{display:none}.chart__wrapper table tbody tr:first-child td:first-child,.chart__wrapper table tbody tr:last-child td:first-child{display:block}.chart__wrapper table tbody tr td:not(:first-child){height:100%;height:var(--percent, 0%);bottom:var(--bottom, 0%);width:100%;max-width:1.5rem;position:relative;background:green;padding:0;background:var(--chart-colour);border-top-right-radius:4px;border-top-left-radius:4px}.chart__wrapper table tbody tr td:not(:first-child):has(span:empty),.chart__wrapper table tbody tr td:not(:first-child):empty{display:none}.chart__wrapper table tbody tr td:not(:first-child)[data-label]:before{display:none}.chart__wrapper table tbody tr td:not(:first-child) span{position:absolute;bottom:100%;left:50%;font-size:var(--label-size);line-height:1.2;transform:translate(-50%, 0);background:var(--chart-colour);opacity:0;pointer-events:none;padding:.5rem;border-radius:.5rem;margin-bottom:.25rem;color:var(--colour-primary-theme);white-space:pre;text-align:center}.chart__wrapper table tbody tr td:not(:first-child) span::before{content:attr(data-label) "\a" attr(data-group) "\a"}.chart__wrapper table tbody tr td:not(:first-child) span[data-second]:after{content:"\a" attr(data-second-label) ": " attr(data-second)}.chart__wrapper table tbody tr td:not(:first-child):hover span{opacity:1;z-index:var(--index-above)}@container (min-width: 36em){.chart__wrapper table tbody tr:first-child td:not(:first-child) span,.chart__wrapper table tbody tr:last-child td:not(:first-child) span{left:50%;transform:translate(-50%, 0);text-align:center}}.chart__wrapper table tbody tr td:first-child[data-label]:before{display:none}@container (max-width: 36em){.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr td:first-child{display:none}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:first-child td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:first-child td:first-child{left:0%;transform:translate(0, 0);display:block;text-align:left}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:last-child td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:last-child td:first-child{left:100%;transform:translate(-100%, 0);display:block;text-align:right}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:first-child td:not(:first-child) span,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:first-child td:not(:first-child) span{left:-20%;transform:translate(0%, 0);text-align:left}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:last-child td:not(:first-child) span,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:last-child td:not(:first-child) span{left:120%;transform:translate(-100%, 0);text-align:right}}@container (min-width: 62em){.chart__wrapper table tbody:has(tr:nth-child(25)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(25)) tr:is(:first-child,:nth-child(5n)) td:first-child{display:block !important}.chart__wrapper table tbody:has(tr:nth-child(50)) tr:is(:first-child,:nth-child(5n)) td:first-child,.chart__wrapper table tbody:has(tr:nth-child(50)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(50)) tr:is(:first-child,:nth-child(10n)) td:first-child{display:block !important}.chart__wrapper table tbody:has(tr:nth-child(100)) tr:is(:first-child,:nth-child(10n)) td:first-child,.chart__wrapper table tbody:has(tr:nth-child(100)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(100)) tr:is(:first-child,:nth-child(20n)) td:first-child{display:block !important}}.chart__wrapper table tbody:has(tr:nth-child(1001)) tr{display:none}.chart__wrapper table tbody:has(tr:nth-child(1001)) tr:nth-last-child(-n+1001)~tr{display:flex}.chart__wrapper .line,.chart__wrapper .pie{display:none}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper tbody{--chart-direction: 90deg;--chart-day-bg-pos: calc(var(--single-day) * 7) 100%;--bar-gap: 0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines{position:absolute}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline{bottom:auto;left:var(--percent);height:100%;border-left:1px dashed #eee;width:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline span{display:block;font-size:var(--label-size);position:absolute;top:100%;transform:translate(-50%, 0.2em)}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__yaxis{display:none}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table{padding-top:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody{flex-direction:column;position:relative}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr{flex-direction:column;align-items:flex-start;margin-bottom:.5rem;padding:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td{height:3rem;bottom:0;left:var(--bottom, 0%);width:var(--comparison, var(--percent));max-width:100%;border-top-left-radius:0;border-bottom-right-radius:4px}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:first-child{position:static;transform:none;display:block !important;max-height:1.5rem}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label]:before{display:block;content:attr(data-longest-label);font-size:var(--label-size);padding-right:.5em;opacity:0;pointer-events:none;white-space:nowrap}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label] table tbody tr td:first-child{position:absolute;transform:translate(-100%, -50%) !important;display:block !important;max-height:1.5rem;z-index:var(--index-above);top:50%;left:0 !important;padding-right:.5em}@container (max-width: 36em){.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper tbody{--chart-direction: 90deg;--chart-day-bg-pos: calc(var(--single-day) * 7) 100%;--bar-gap: 0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines{position:absolute}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline{bottom:auto;left:var(--percent);height:100%;border-left:1px dashed #eee;width:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline span{display:block;font-size:var(--label-size);position:absolute;top:100%;transform:translate(-50%, 0.2em)}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__yaxis{display:none}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table{padding-top:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody{flex-direction:column;position:relative}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr{flex-direction:column;align-items:flex-start;margin-bottom:.5rem;padding:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td{height:3rem;bottom:0;left:var(--bottom, 0%);width:var(--comparison, var(--percent));max-width:100%;border-top-left-radius:0;border-bottom-right-radius:4px}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:first-child{position:static;transform:none;display:block !important;max-height:1.5rem}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label]:before{display:block;content:attr(data-longest-label);font-size:var(--label-size);padding-right:.5em;opacity:0;pointer-events:none;white-space:nowrap}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label] table tbody tr td:first-child{position:absolute;transform:translate(-100%, -50%) !important;display:block !important;max-height:1.5rem;z-index:var(--index-above);top:50%;left:0 !important;padding-right:.5em}}input[type=radio]:not([value=pie])[value=stacked]:checked~.chart__wrapper table tbody tr{--bar-gap: 0;flex-direction:column-reverse;justify-content:flex-start;align-items:center}input[type=radio]:not([value=pie])[value=stacked]:checked~.chart__wrapper table tbody tr td{border-radius:0 !important}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody{justify-content:space-between}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):first-child{left:50% !important;width:4rem}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:not(:has(.chart__bar)){width:2px;margin-left:-1px;margin-right:-1px;padding:0}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):not(:first-child){position:absolute;left:50%;bottom:calc(var(--axis));height:6px;width:6px;margin-bottom:-3px;margin-left:-3px;border-radius:3px}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):not(:first-child):hover{opacity:1}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:before{content:"";border-left:1px dashed #eee;height:100%;width:0;position:absolute;top:0;left:50%;height:100%;margin-left:-1px;z-index:var(--index-below);opacity:0}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:hover:before{opacity:1}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:is([data-event],[data-event-right]):before{opacity:1;border-left:1px dashed #000}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:is([data-event],[data-event-right]):after{content:attr(data-event);position:absolute;top:0;left:50%;width:max-content;z-index:var(--index-below);font-size:var(--label-size);background:hsla(0,0%,100%,.5)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event]:after{transform:translate(-50%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event-right]:after{transform:translate(-101%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event-left]:after{transform:translate(1%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .pie{display:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr{position:absolute;left:var(--position)}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:first-child{display:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope{pointer-events:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope svg{color:#000;stroke:currentColor;display:block;position:absolute;top:0;left:0;stroke-width:var(--line-thickness);width:100%;height:calc(100% - 1rem);pointer-events:none;z-index:var(--index-above)}.chart__outer input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .chart__lines~table tbody tr td:not(.chart__bar):not(:first-child):not(:hover){opacity:0}.chart__outer input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line{display:block;position:absolute;top:0;left:0;stroke-width:var(--line-thickness);width:100%;height:100%;pointer-events:none;z-index:var(--index-above)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper{margin-bottom:2rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .chart__yaxis,.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .line{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper table{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pies{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie{position:relative;width:100%;aspect-ratio:1/1;min-width:12.5rem;flex:1 1 auto;display:inline-block;max-width:var(--pie-size)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:first-child{margin-left:0}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:last-child{margin-right:0}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie svg{width:100%;height:100%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie svg path:hover{transform:scale(1.05)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie>div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;background:var(--body-colour-set);border-radius:50%;z-index:var(--index-focus);padding:1rem;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;height:67%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie>div span{text-align:center;display:block}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:has(path:hover)>div{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject{background:var(--body-colour-set);border-radius:50%;z-index:var(--index-focus);pointer-events:none;display:none;padding:1rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject div{display:flex;justify-content:center;align-items:center;height:100%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject span{text-align:center;display:block}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(1):hover~foreignObject:nth-of-type(1),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(2):hover~foreignObject:nth-of-type(2),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(3):hover~foreignObject:nth-of-type(3),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(4):hover~foreignObject:nth-of-type(4),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(5):hover~foreignObject:nth-of-type(5),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(6):hover~foreignObject:nth-of-type(6),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(7):hover~foreignObject:nth-of-type(7),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(8):hover~foreignObject:nth-of-type(8),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(9):hover~foreignObject:nth-of-type(9){display:block}:host(.chart--display-data) table tbody tr td:not(:first-child) span{opacity:1 !important;z-index:var(--index-above);top:0%;transform:translate(-50%, 0%) !important;display:block !important;height:fit-content;margin:0}:host(.chart--display-data) table tbody tr td:not(:first-child) span:before{display:none}:host(.chart--display-data) input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:not(:first-child) span{top:50%;right:0;left:0;transform:translate(0%, -50%) !important;text-align:right;width:calc(100% - .4rem);min-width:fit-content;padding:0 .1rem;border-radius:0}:host(.chart--display-data) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(:first-child) span{bottom:.25rem;top:auto}:host(.chart--display-data) input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .chart__lines~table tbody tr td:not(:first-child):not(:hover){opacity:1}:host(.chart--show-totals) .chart__key .key .chart__total{display:flex;font-size:var(--label-size);font-weight:bold;line-height:1;padding-left:1.5em}:host(.chart--show-totals) .chart__key .key .chart__total__number{margin-right:1rem}:host(.chart--show-totals) .chart__key .key .chart__total__percent{margin-left:auto}.chart--animate.animating.inview{--animation-left: 2s}.chart--animate.animating.inview table tbody tr td:not(:first-child){transition:height 2s ease-out,width 2s ease-out,bottom 2s ease-out,left var(--animation-left) ease-out;transition-delay:calc(var(--row-index)*.1s)}.chart--animate:not(.inview) table tbody tr td:not(:first-child){--bottom: var(--min-bottom, 0%) !important;--percent: 0% !important;--axis: 0% !important;--comparison: 0% !important}.chart--animate.animating input[type=radio]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:not(:first-child){overflow:hidden}.chart--animate:not(.inview) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(:first-child){--percent: 0% !important}.chart--animate.animating input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope path{transition:2s ease-out}.chart--animate:not(.inview) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope path{d:var(--path)}.chart--animate.animating input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line path{transition:2s ease-out}.chart--animate:not(.inview) input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line path{d:var(--path)}.chart--animate input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path{transition:calc(2s*var(--second-fraction, 1)) ease-out;transition-delay:calc(var(--row-index)*var(--path-index)*.1s)}.chart--animate:not(.inview) input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path{transform:scale(60%) !important}/*# sourceMappingURL=charts.css.map */
1
+ ::slotted(table){display:none !important}.chart__outer{container-type:inline-size;--body-colour-set: var(--body-colour, white);--text-colour-set: var(--text-colour, black);--chart-height-set: var(--chart-height, 56.25%);--chart-height-lg-set: var(--chart-height-lg, 42.86%);--chart-height-resp: var(--chart-height-set);--index-below: -1;--index-base: 0;--index-focus: 2;--index-above: 10;--index-floating: 100;--index-menu: 200;--index-overlay: 1000;--key-label-width: 100%;--label-size: 0.75rem;--pie-size: calc(50% - 1.4rem);--line-thickness: 1px;--yaxis-width: auto;--yaxis-point-display: block;--yaxis-last-point-transform: translate(0, -50%);--bar-gap: min(10%, 0.75rem);margin-bottom:2rem;display:flex;flex-direction:column;--chart-colour-1-set: var(--chart-colour-1, #BEE8F8);--chart-colour-2-set: var(--chart-colour-2, #A6DCC7);--chart-colour-3-set: var(--chart-colour-3, #FAD0DA);--chart-colour-4-set: var(--chart-colour-4, #AFCCF2);--chart-colour-5-set: var(--chart-colour-5, #FFD2B4);--chart-colour-6-set: var(--chart-colour-6, #CDF0F2);--chart-colour-7-set: var(--chart-colour-7, #FFABC2);--chart-colour-8-set: var(--chart-colour-8, #DCEAF2);--chart-colour-9-set: var(--chart-colour-9, #EEBCB3);--chart-colour-10-set: var(--chart-colour-10, #F0BDFF)}.chart__outer tbody{--chart-direction: 360deg;--chart-day-bg-pos: 100% calc(var(--single-day) * 7)}.chart__outer:has(.chart__options){position:relative;padding-top:1.5rem}.chart__outer>*{display:block;order:2}.chart__outer>figcaption{display:contents}.chart__outer>figcaption p:not(.chart__strapline,.chart__title){margin-bottom:.25rem;font-size:var(--label-size)}.chart__outer>figcaption>*{order:3}.chart__outer>figcaption>:is(.chart__title,.chart__strapline){order:1}@container (max-width: 36em){.chart__outer :has(tr:nth-child(5) td:nth-child(4)),.chart__outer :has(tr:nth-child(10)){--yaxis-width: 0;--yaxis-point-display: none;--yaxis-last-point-transform: translate(0, -100%);--bar-gap: 0}}@container (max-width: 63em){.chart__outer :has(tr:nth-child(10)){--bar-gap: 0}}@container (min-width: 36em){.chart__outer .chart__wrapper{--chart-height-resp: var(--chart-height-lg-set);--pie-size: calc(33.333% - 1.4rem);--line-thickness: 0.8px;--yaxis-width: auto;--yaxis-point-display: block;--yaxis-last-point-transform: translate(0, -50%)}}@container (min-width: 62em){.chart__outer .chart__wrapper{--label-size: 0.875rem;--pie-size: calc(25% - 1.5rem);--line-thickness: 0.5px}}.chart__title{font-size:2rem;font-weight:700;margin-bottom:.25rem}.chart__strapline{margin-bottom:1rem}.chart__source{border-top:1px solid #000;position:relative;padding-top:0.25rem}.chart__key .key:nth-child(10n-9),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-8){--chart-colour: var(--chart-colour-1-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-9){color:var(--chart-colour-1-set);stroke:currentColor;fill:currentColor;z-index:9}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-9){fill:var(--chart-colour-1-set)}.chart__key .key:nth-child(10n-8),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-7){--chart-colour: var(--chart-colour-2-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-8){color:var(--chart-colour-2-set);stroke:currentColor;fill:currentColor;z-index:8}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-8){fill:var(--chart-colour-2-set)}.chart__key .key:nth-child(10n-7),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-6){--chart-colour: var(--chart-colour-3-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-7){color:var(--chart-colour-3-set);stroke:currentColor;fill:currentColor;z-index:7}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-7){fill:var(--chart-colour-3-set)}.chart__key .key:nth-child(10n-6),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-5){--chart-colour: var(--chart-colour-4-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-6){color:var(--chart-colour-4-set);stroke:currentColor;fill:currentColor;z-index:6}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-6){fill:var(--chart-colour-4-set)}.chart__key .key:nth-child(10n-5),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-4){--chart-colour: var(--chart-colour-5-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-5){color:var(--chart-colour-5-set);stroke:currentColor;fill:currentColor;z-index:5}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-5){fill:var(--chart-colour-5-set)}.chart__key .key:nth-child(10n-4),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-3){--chart-colour: var(--chart-colour-6-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-4){color:var(--chart-colour-6-set);stroke:currentColor;fill:currentColor;z-index:4}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-4){fill:var(--chart-colour-6-set)}.chart__key .key:nth-child(10n-3),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-2){--chart-colour: var(--chart-colour-7-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-3){color:var(--chart-colour-7-set);stroke:currentColor;fill:currentColor;z-index:3}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-3){fill:var(--chart-colour-7-set)}.chart__key .key:nth-child(10n-2),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-1){--chart-colour: var(--chart-colour-8-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-2){color:var(--chart-colour-8-set);stroke:currentColor;fill:currentColor;z-index:2}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-2){fill:var(--chart-colour-8-set)}.chart__key .key:nth-child(10n-1),.chart__outer table tbody tr td:not(:first-child):nth-child(10n-0){--chart-colour: var(--chart-colour-9-set)}input:is([value=line],[value=radar],[value=combo],[value=proportional]):checked~.chart__wrapper .line:nth-child(10n-1){color:var(--chart-colour-9-set);stroke:currentColor;fill:currentColor;z-index:1}input:is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(10n-1){fill:var(--chart-colour-9-set)}.chart__key .key:nth-child(10n),input[type=radio]:not([value=none]):not([value=pie]):checked~.chart__outer table tbody tr td:not(:first-child):nth-child(10n+1){--chart-colour: var(--chart-colour-10-set)}.chart__outer>[type=radio]{opacity:0;position:absolute;pointer-events:none}.chart__options{position:absolute;display:block;width:fit-content;z-index:var(--index-above);top:0;right:0;background-color:var(--body-colour-set)}.chart__options:has(span:first-child:last-child){display:none}.chart__options>span:first-child{text-align:right;display:block;height:1.5rem}.chart__options>span:first-child:before{content:"";height:1rem;width:1rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e%3cpath d='M31 19.3v-6.5l-3.9-.5c-.1-.4-.3-.9-.5-1.5l2.4-3-4.7-4.7-3.1 2.4c-.4-.2-.9-.4-1.5-.6L19.2 1h-6.5l-.5 3.9c-.6.2-1.1.4-1.5.6l-3-2.4L3 7.7l2.4 3c-.2.5-.4 1.1-.5 1.5l-3.9.5v6.5l3.9.5c.2.5.3 1 .6 1.5l-2.4 3 4.7 4.7 3-2.3c.4.2 1 .5 1.5.6l.5 3.8h6.5l.5-3.8c.5-.2 1.1-.4 1.5-.6l3 2.3 4.7-4.7-2.4-3 .6-1.5 3.8-.4zm-2.1-1.9-3.4.5c-.3 1.5-.8 2.7-1.6 3.6l2.1 2.6-1.9 2-2.6-2c-1 .7-2.5 1.3-3.7 1.5l-.5 3.3h-2.6l-.5-3.3c-1.2-.2-2.7-.8-3.7-1.5l-2.6 2-1.9-2 2.1-2.6c-.8-.9-1.2-2.1-1.6-3.6l-3.4-.5v-2.7l3.5-.5c.2-1.1.6-2.3 1.4-3.7L6 7.9l1.9-2L10.6 8c.8-.7 1.7-1.1 3.6-1.6l.5-3.4h2.6l.5 3.4c1.9.5 2.8.9 3.6 1.6l2.7-2L26 8l-2 2.5c.8 1.4 1.2 2.6 1.4 3.7l3.5.5v2.7zM16 20.8c-2.7 0-4.7-2-4.7-4.8 0-2.7 2-4.7 4.7-4.7s4.7 2 4.7 4.7-2 4.8-4.7 4.8zm0 2.2c3.9 0 6.9-3 6.9-7 0-3.9-3-6.9-6.9-6.9s-6.9 3-6.9 6.9c0 4 3 7 6.9 7z'%3e%3c/path%3e%3c/svg%3e");background-size:100% 100%;display:inline-block;vertical-align:bottom;margin-bottom:0.1875rem;margin-right:0.375rem}.chart__options>*:not(:first-child){display:none}.chart__options label{cursor:pointer}.chart__options label:hover{background:var(--label-bg, rgb(220, 220, 220))}.chart__options:hover{outline:3px solid #000;box-shadow:0 0 0 .25rem #fff;outline-offset:.25rem}.chart__options:hover>*{display:block}.chart__options .chart__options__title{margin-top:1rem;font-weight:bold}.chart>[type=radio]:focus~.chart__switcher label{display:block}.chart__outer>input[type=checkbox]{opacity:0;position:absolute;pointer-events:none}.chart__key{padding:0 0 0 0;margin-bottom:1.5rem;display:flex;overflow:auto;scroll-snap-type:x mandatory;scroll-padding:.75rem;justify-content:flex-end;gap:.5rem}.chart__key .key{font-size:1rem !important;margin:0}.chart__key .key:before{content:"";height:.8em;width:.8em;margin-right:.3em;background-color:var(--chart-colour);display:inline-block;border-radius:50%}.chart__key .key[data-label=Min],.chart__key .key[data-label=Max]{display:none}.chart__key .key .chart__total{display:none}.chart__outer>input[type=checkbox]:not(:checked)~.chart__key .key{opacity:.25}.chart__outer>input[type=checkbox]:not(:checked)~.chart__wrapper table tbody tr td:not(:first-child){display:none}.chart__outer>input[type=checkbox]:not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line{display:none !important}.chart__outer>input[type=checkbox]:nth-of-type(1):not(:checked)~.chart__key .key:nth-of-type(1){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(1):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(2){display:block}input:nth-of-type(1):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(1){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(2):not(:checked)~.chart__key .key:nth-of-type(2){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(2):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(3){display:block}input:nth-of-type(2):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(2){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(3):not(:checked)~.chart__key .key:nth-of-type(3){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(3):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(4){display:block}input:nth-of-type(3):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(3){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(4):not(:checked)~.chart__key .key:nth-of-type(4){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(4):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(5){display:block}input:nth-of-type(4):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(4){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(5):not(:checked)~.chart__key .key:nth-of-type(5){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(5):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(6){display:block}input:nth-of-type(5):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(5){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(6):not(:checked)~.chart__key .key:nth-of-type(6){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(6):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(7){display:block}input:nth-of-type(6):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(6){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(7):not(:checked)~.chart__key .key:nth-of-type(7){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(7):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(8){display:block}input:nth-of-type(7):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(7){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(8):not(:checked)~.chart__key .key:nth-of-type(8){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(8):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(9){display:block}input:nth-of-type(8):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(8){display:block !important}.chart__outer>input[type=checkbox]:nth-of-type(9):not(:checked)~.chart__key .key:nth-of-type(9){opacity:1}.chart__outer>input[type=checkbox]:nth-of-type(9):not(:checked)~.chart__wrapper table tbody tr td:not(:first-child):nth-child(10){display:block}input:nth-of-type(9):not(:checked)~.chart__wrapper :is(.chart__lines,.radar) .line:nth-child(9){display:block !important}.chart:has(.chart__outer)>table{order:10;display:none}.chart__wrapper{display:block;display:flex;flex-direction:row;position:relative;margin-bottom:1rem}.chart__wrapper .chart__yaxis{display:flex;flex-direction:column-reverse;width:var(--yaxis-width)}.chart__wrapper .chart__yaxis .axis__point{bottom:var(--percent);position:relative;height:0;white-space:nowrap}.chart__wrapper .chart__yaxis .axis__point:not(:last-child){display:var(--yaxis-point-display)}.chart__wrapper .chart__yaxis .axis__point span{display:block;transform:translate(0, -50%);padding-right:.25rem;text-align:right;font-size:var(--label-size)}.chart__wrapper .chart__yaxis .axis__point:last-child span{transform:var(--yaxis-last-point-transform)}.chart__wrapper .chart__xaxis{margin-bottom:1rem;display:flex;flex-direction:column-reverse;width:100%;position:absolute;left:0;bottom:-1rem}.chart__wrapper .chart__xaxis .axis__point{left:var(--percent);width:1px;position:absolute;height:0;white-space:nowrap}.chart__wrapper .chart__xaxis .axis__point span{display:block;transform:translate(-50%, 0%);text-align:center;font-size:var(--label-size);position:absolute;left:50%}.chart__wrapper .chart__guidelines{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column-reverse;pointer-events:none}.chart__wrapper .chart__guidelines .guideline{bottom:var(--percent);position:absolute;right:0;width:100%;height:0px;margin-bottom:-1px;border-bottom:1px dashed #eee;pointer-events:none;z-index:var(--index-below)}.chart__wrapper .chart__guidelines .guideline:not(.guideline--target) span{display:none}.chart__wrapper .chart__guidelines .guideline--target{border-bottom:1px dashed #000;z-index:var(--index-above);text-shadow:1px solid #fff;overflow:visible}.chart__wrapper .chart__guidelines .guideline--target span{position:absolute;bottom:0;font-size:var(--label-size);text-shadow:1px 1px 2px #fff;background:hsla(0,0%,100%,.6)}.chart__wrapper .chart__guidelines [data-value="0"]{border-bottom:1px solid var(--colour-primary)}.chart__wrapper .chart__guidelines [data-value="0"]:not(:first-child){border-bottom:1px dashed var(--colour-primary)}.chart__wrapper .chart{position:relative;flex-grow:1}.chart__wrapper table{display:block;width:100% !important;padding-top:var(--chart-height-resp);position:relative;margin-bottom:0;overflow:visible}.chart__wrapper table thead{display:none}.chart__wrapper table tbody{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;flex-direction:row;border:none}.chart__wrapper table tbody tr{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border:none;width:100%;height:100%;position:relative;padding:0 2px;gap:var(--bar-gap)}.chart__wrapper table tbody tr td{font-weight:inherit}.chart__wrapper table tbody tr td:first-child{position:absolute;top:100%;left:50%;transform:translate(-50%, 0);width:fit-content;padding:0;white-space:nowrap;max-width:6rem;overflow:hidden;text-overflow:ellipsis;font-size:var(--label-size);text-align:center}@container (min-width: 62em){.chart__wrapper table tbody tr td:first-child{display:block;left:50% !important;transform:translate(-50%, 0) !important}}.chart__wrapper table tbody tr td[data-label=Min],.chart__wrapper table tbody tr td[data-label=Max]{display:none}.chart__wrapper table tbody tr:first-child td:first-child,.chart__wrapper table tbody tr:last-child td:first-child{display:block}.chart__wrapper table tbody tr td:not(:first-child){height:100%;height:var(--percent, 0%);bottom:var(--bottom, 0%);width:100%;max-width:1.5rem;position:relative;background:green;padding:0;background:var(--chart-colour);border-top-right-radius:4px;border-top-left-radius:4px}.chart__wrapper table tbody tr td:not(:first-child):has(span:empty),.chart__wrapper table tbody tr td:not(:first-child):empty{display:none}.chart__wrapper table tbody tr td:not(:first-child)[data-label]:before{display:none}.chart__wrapper table tbody tr td:not(:first-child) span{position:absolute;bottom:100%;left:50%;font-size:var(--label-size);line-height:1.2;transform:translate(-50%, 0);background:var(--chart-colour);opacity:0;pointer-events:none;padding:.5rem;border-radius:.5rem;margin-bottom:.25rem;color:var(--colour-primary-theme);white-space:pre;text-align:center}.chart__wrapper table tbody tr td:not(:first-child) span::before{content:attr(data-label) "\a" attr(data-group) "\a"}.chart__wrapper table tbody tr td:not(:first-child) span[data-second]:after{content:"\a" attr(data-second-label) ": " attr(data-second)}.chart__wrapper table tbody tr td:not(:first-child):hover span{opacity:1;z-index:var(--index-above)}@container (min-width: 36em){.chart__wrapper table tbody tr:first-child td:not(:first-child) span,.chart__wrapper table tbody tr:last-child td:not(:first-child) span{left:50%;transform:translate(-50%, 0);text-align:center}}.chart__wrapper table tbody tr td:first-child[data-label]:before{display:none}@container (max-width: 36em){.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr td:first-child{display:none}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:first-child td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:first-child td:first-child{left:0%;transform:translate(0, 0);display:block;text-align:left}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:last-child td:first-child,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:last-child td:first-child{left:100%;transform:translate(-100%, 0);display:block;text-align:right}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:first-child td:not(:first-child) span,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:first-child td:not(:first-child) span{left:-20%;transform:translate(0%, 0);text-align:left}.chart__wrapper table tbody:has(tr:nth-child(5) td:nth-child(4)) tr:last-child td:not(:first-child) span,.chart__wrapper table tbody:has(tr:nth-child(10)) tr:last-child td:not(:first-child) span{left:120%;transform:translate(-100%, 0);text-align:right}}@container (min-width: 62em){.chart__wrapper table tbody:has(tr:nth-child(25)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(25)) tr:is(:first-child,:nth-child(5n)) td:first-child{display:block !important}.chart__wrapper table tbody:has(tr:nth-child(50)) tr:is(:first-child,:nth-child(5n)) td:first-child,.chart__wrapper table tbody:has(tr:nth-child(50)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(50)) tr:is(:first-child,:nth-child(10n)) td:first-child{display:block !important}.chart__wrapper table tbody:has(tr:nth-child(100)) tr:is(:first-child,:nth-child(10n)) td:first-child,.chart__wrapper table tbody:has(tr:nth-child(100)) tr td:first-child{display:none !important}.chart__wrapper table tbody:has(tr:nth-child(100)) tr:is(:first-child,:nth-child(20n)) td:first-child{display:block !important}}.chart__wrapper table tbody:has(tr:nth-child(1001)) tr{display:none}.chart__wrapper table tbody:has(tr:nth-child(1001)) tr:nth-last-child(-n+1001)~tr{display:flex}.chart__wrapper .line,.chart__wrapper .pie{display:none}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper tbody{--chart-direction: 90deg;--chart-day-bg-pos: calc(var(--single-day) * 7) 100%;--bar-gap: 0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines{position:absolute}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline{bottom:auto;left:var(--percent);height:100%;border-left:1px dashed #eee;width:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline span{display:block;font-size:var(--label-size);position:absolute;top:100%;transform:translate(-50%, 0.2em)}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__yaxis{display:none}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table{padding-top:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody{flex-direction:column;position:relative}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr{flex-direction:column;align-items:flex-start;margin-bottom:.5rem;padding:0}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td{height:3rem;bottom:0;left:var(--bottom, 0%);width:var(--comparison, var(--percent));max-width:100%;border-top-left-radius:0;border-bottom-right-radius:4px}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:first-child{position:static;transform:none;display:block !important;max-height:1.5rem}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label]:before{display:block;content:attr(data-longest-label);font-size:var(--label-size);padding-right:.5em;opacity:0;pointer-events:none;white-space:nowrap}.chart__outer input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label] table tbody tr td:first-child{position:absolute;transform:translate(-100%, -50%) !important;display:block !important;max-height:1.5rem;z-index:var(--index-above);top:50%;left:0 !important;padding-right:.5em}@container (max-width: 36em){.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper tbody{--chart-direction: 90deg;--chart-day-bg-pos: calc(var(--single-day) * 7) 100%;--bar-gap: 0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines{position:absolute}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline{bottom:auto;left:var(--percent);height:100%;border-left:1px dashed #eee;width:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__guidelines .guideline span{display:block;font-size:var(--label-size);position:absolute;top:100%;transform:translate(-50%, 0.2em)}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper .chart__yaxis{display:none}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table{padding-top:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody{flex-direction:column;position:relative}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr{flex-direction:column;align-items:flex-start;margin-bottom:.5rem;padding:0}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td{height:3rem;bottom:0;left:var(--bottom, 0%);width:var(--comparison, var(--percent));max-width:100%;border-top-left-radius:0;border-bottom-right-radius:4px}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:first-child{position:static;transform:none;display:block !important;max-height:1.5rem}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label]:before{display:block;content:attr(data-longest-label);font-size:var(--label-size);padding-right:.5em;opacity:0;pointer-events:none;white-space:nowrap}.chart__outer input[type=radio][value=responsive]:not([value=none]):not([value=pie]):checked~.chart__wrapper[data-longest-label] table tbody tr td:first-child{position:absolute;transform:translate(-100%, -50%) !important;display:block !important;max-height:1.5rem;z-index:var(--index-above);top:50%;left:0 !important;padding-right:.5em}}input[type=radio]:not([value=pie])[value=stacked]:checked~.chart__wrapper table tbody tr{--bar-gap: 0;flex-direction:column-reverse;justify-content:flex-start;align-items:center}input[type=radio]:not([value=pie])[value=stacked]:checked~.chart__wrapper table tbody tr td{border-radius:0 !important}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody{justify-content:space-between}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):first-child{left:50% !important;width:4rem}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:not(:has(.chart__bar)){width:2px;margin-left:-1px;margin-right:-1px;padding:0}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):not(:first-child){position:absolute;left:50%;bottom:calc(var(--axis));height:6px;width:6px;margin-bottom:-3px;margin-left:-3px;border-radius:3px}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(.chart__bar):not(:first-child):hover{opacity:1}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:before{content:"";border-left:1px dashed #eee;height:100%;width:0;position:absolute;top:0;left:50%;height:100%;margin-left:-1px;z-index:var(--index-below);opacity:0}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:hover:before{opacity:1}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:is([data-event],[data-event-right]):before{opacity:1;border-left:1px dashed #000}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr:is([data-event],[data-event-right]):after{content:attr(data-event);position:absolute;top:0;left:50%;width:max-content;z-index:var(--index-below);font-size:var(--label-size);background:hsla(0,0%,100%,.5)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event]:after{transform:translate(-50%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event-right]:after{transform:translate(-101%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr[data-event-left]:after{transform:translate(1%, -0.5em)}.chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .pie{display:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr{position:absolute;left:var(--position)}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:first-child{display:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope{pointer-events:none}:host([data-increment][data-start][data-end]) .chart__outer input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope svg{color:#000;stroke:currentColor;display:block;position:absolute;top:0;left:0;stroke-width:var(--line-thickness);width:100%;height:calc(100% - 1rem);pointer-events:none;z-index:var(--index-above)}.chart__outer input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .chart__lines~table tbody tr td:not(.chart__bar):not(:first-child):not(:hover){opacity:0}.chart__outer input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line{display:block;position:absolute;top:0;left:0;stroke-width:var(--line-thickness);width:100%;height:100%;pointer-events:none;z-index:var(--index-above)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper{margin-bottom:2rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .chart__yaxis,.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .line{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper table{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pies{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie{position:relative;width:100%;aspect-ratio:1/1;min-width:12.5rem;flex:1 1 auto;display:inline-block;max-width:var(--pie-size)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:first-child{margin-left:0}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:last-child{margin-right:0}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie svg{width:100%;height:100%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie svg path:hover{transform:scale(1.05)}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie>div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;background:var(--body-colour-set);border-radius:50%;z-index:var(--index-focus);padding:1rem;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;height:67%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie>div span{text-align:center;display:block}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie:has(path:hover)>div{display:none}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject{background:var(--body-colour-set);border-radius:50%;z-index:var(--index-focus);pointer-events:none;display:none;padding:1rem}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject div{display:flex;justify-content:center;align-items:center;height:100%}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie foreignObject span{text-align:center;display:block}.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(1):hover~foreignObject:nth-of-type(1),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(2):hover~foreignObject:nth-of-type(2),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(3):hover~foreignObject:nth-of-type(3),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(4):hover~foreignObject:nth-of-type(4),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(5):hover~foreignObject:nth-of-type(5),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(6):hover~foreignObject:nth-of-type(6),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(7):hover~foreignObject:nth-of-type(7),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(8):hover~foreignObject:nth-of-type(8),.chart__outer input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path:nth-child(9):hover~foreignObject:nth-of-type(9){display:block}:host(.chart--display-data) table tbody tr td:not(:first-child) span{opacity:1 !important;z-index:var(--index-above);top:0%;transform:translate(-50%, 0%) !important;display:block !important;height:fit-content;margin:0}:host(.chart--display-data) table tbody tr td:not(:first-child) span:before{display:none}:host(.chart--display-data) input[type=radio]:is([value=bar],[value=comparison]):not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:not(:first-child) span{top:50%;right:0;left:0;transform:translate(0%, -50%) !important;text-align:right;width:calc(100% - .4rem);min-width:fit-content;padding:0 .1rem;border-radius:0}:host(.chart--display-data) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(:first-child) span{bottom:.25rem;top:auto}:host(.chart--display-data) input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .chart__lines~table tbody tr td:not(:first-child):not(:hover){opacity:1}:host(.chart--show-totals) .chart__key .key .chart__total{display:flex;font-size:var(--label-size);font-weight:bold;line-height:1;padding-left:1.5em}:host(.chart--show-totals) .chart__key .key .chart__total__number{margin-right:1rem}:host(.chart--show-totals) .chart__key .key .chart__total__percent{margin-left:auto}.chart--animate.animating.inview{--animation-left: 2s}.chart--animate.animating.inview table tbody tr td:not(:first-child){transition:height 2s ease-out,width 2s ease-out,bottom 2s ease-out,left var(--animation-left) ease-out;transition-delay:calc(var(--row-index)*.1s)}.chart--animate:not(.inview) table tbody tr td:not(:first-child){--bottom: var(--min-bottom, 0%) !important;--percent: 0% !important;--axis: 0% !important;--comparison: 0% !important}.chart--animate.animating input[type=radio]:not([value=none]):not([value=pie]):checked~.chart__wrapper table tbody tr td:not(:first-child){overflow:hidden}.chart--animate:not(.inview) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper table tbody tr td:not(:first-child){--percent: 0% !important}.chart--animate.animating input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope path{transition:2s ease-out}.chart--animate:not(.inview) input[type=radio]:not([value=pie]):is([value=line],[value=scatter],[value=bubble],[value=radar],[value=proportional],[value=combo]):checked~.chart__wrapper .slope path{d:var(--path)}.chart--animate.animating input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line path{transition:2s ease-out}.chart--animate:not(.inview) input[type=radio]:not([value=pie])[value=line]:checked~.chart__wrapper .line path{d:var(--path)}.chart--animate input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path{transition:calc(2s*var(--second-fraction, 1)) ease-out;transition-delay:calc(var(--row-index)*var(--path-index)*.1s)}.chart--animate:not(.inview) input[type=radio]:not([value=none]):is([value=pie],[value=polar]):checked~.chart__wrapper .pie path{transform:scale(60%) !important}/*# sourceMappingURL=charts.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss"],"names":[],"mappings":"AAgEA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA","file":"charts.module.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss"],"names":[],"mappings":"AAsCA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA","file":"charts.module.css"}
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss","../../sass/_functions/mixins.scss","../../sass/elements/buttons--global.scss","../../sass/elements/buttons--secondary.scss","../../sass/elements/buttons--tertiary.scss","../../sass/elements/buttons--action.scss","../../sass/elements/buttons--compact.scss","../../sass/components/doughnutchart.component.scss"],"names":[],"mappings":"CAgEA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA,UC3OA,gBCrbF,qBAGE,sBAIF,OAEE,gBACA,oBACA,SACA,oBD2gBA,UC1gBmB,QACnB,oBAGF,cACE,eAEF,iCACE,UAGF,gDAIE,0BAGE,4GACE,eAON,KACE,mBACA,6BACA,6BACA,6BACA,0BACA,2BAEA,qBACA,iBACA,gBACA,qBACA,sBACA,eACA,iBAEA,wBAEA,+BACA,mCACA,2DACA,qBACA,gCACA,gBAEA,WACE,yBAEF,YACA,sBACA,gBACA,mBD8UE,oCC7WJ,KAkCI,sBAGF,yCACE,+BACA,mCAGF,mEACE,sBAGF,oBACE,gCACA,8DAGF,sBACE,+BAGF,0JAEE,UACA,qBAEA,sCACA,8BACA,qBAGF,oFAEE,uBACA,WACE,yBAEF,wBACA,qBAGF,6DAIE,WACA,mBAMJ,oBACE,qCACA,yCACA,gDACA,kBACA,oBACA,qBAEA,4JAEE,oBACA,qBAEA,0KACE,YACA,iCACA,kBACA,mBACA,WACA,qBACA,8BACA,sBAON,YACE,4BACA,2BACA,qBACA,sBAMA,wBACE,kBACA,iCACA,gBAGF,0BACE,mBAEF,iCACE,eACA,sBACA,kBACA,aACA,QACA,6BAGF,8BACE,kBAGF,mBACE,iCACA,kBACA,gBACA,mBAEA,qCACE,iBACA,eAQJ,uBACE,WACA,8BACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBAKA,kKACE,mBACA,qBAQN,iBACE,kBACA,qBAEA,8BACE,gBAGF,wBACE,qBACA,+CACA,sEACA,gCACA,gCACA,gCACA,2BACA,2BACA,uBACA,8BACA,cACA,0BACA,aACA,iBACA,0CACA,8CAEA,+BACE,UACA,gBACA,4BAIJ,uBACE,kBACA,aACA,WAEA,WACA,cACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBACA,wBACA,oBAGF,8BACE,yBAIJ,6BACE,yBAOA,kBACE,YACA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,mBACA,gBACA,kCD8HF,gBEpbF,eACE,kCAEA,8BACE,0CACA,oDAIJ,gKAEE,gDACA,yCFwaA,gBGnbF,kBACE,+BACA,YACA,yBACA,+CACA,UACA,mBACA,mBACA,mBACA,kBACA,kBAEA,wBACE,kBACA,WACA,SACA,SACA,WACA,WACA,6BACA,mCACA,qBAGF,6CACE,SAGF,+BACE,cACA,mBAEF,iDACE,kBACA,eAIA,yGACE,qBAGJ,gEACE,4BHwYF,gBIpbF,YACE,8BACA,+BACA,gCACA,qBAWA,iCACA,2BACA,eACA,oBAZA,8BACE,4BAGF,6CACE,wCACA,yDAQF,mCACE,kBACA,sBAGF,4MAEE,6CAGF,+LAEE,uBACA,gCACA,8DACA,wBAGF,sIAEE,uBACA,mBACA,6BJ0YF,gBKpbF,aACE,qBAEA,qBACA,qBAKA,kBAEA,0BACA,8BACA,8BACA,sCACA,0CACA,0CAEA,2CAEA,mBACA,gBACA,kBACA,eAjBA,8BACE,oBAkBF,oBACE,kBACA,kBACA,MACA,OACA,WACA,YACA,cACA,gDACA,gBAGF,gCACE,gDAGF,oBACE,uBACA,eACA,qBAGF,wBACE,qBACA,eAEA,+BACE,cACA,gBAIJ,2BACE,6BACA,iCACA,2BAEA,iDACE,8BAIJ,qIAGE,+BACA,kCACA,2BAEA,mMACE,6BAIJ,0BACE,kBAEF,gCACE,0BACA,kBACA,SACA,WACA,gCACA,aACA,YACA,kBACA,cACA,SACA,eACA,kBACA,kBACA,WACA,sBACA,6BAQF,6VACE,mDACA,+CACA,kCAGF,2XACE,+BACA,+CACA,6BAGF,2PACE,mDACA,+CACA,8CC7HN,SACE,cAIA,iDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,gCAIJ,gBACE,QAIF,YACE,yBACA,QACA,gBAEA,wBACE,kBACA,kCACA,sCAGF,gDACE,sCACA,oCAOF,wCACE,mBAEA,oDACE,sBACA,uBACA,iBAEA,gEACE,6BACA,kCAQJ,mFACE,eACA,aACA,mBACA,eAGF,wGACE,cAGF,uGACE,2BACA,qBACA,YACA,cACA,cACA,iBAQN,kBACE,2BAGF,MACE,0BAGF,kBACE,2BAIA,gDAEE,aAEF,oBACE,aAGF,qBACE,aACA,mBAGF,yBACE,aACA,mBACA,eAGF,wBACE,kBACA,iBACA,oBACA,cACA,qBACA,+BAEA,kCARF,wBASI,4BAGF,oCACE,cAEF,mCACE,eAIJ,4BACE,WACA,YAGF,yCASE,kBACA,QACA,SACA,gCACA,mBACA,kDACA,kBACA,2BACA,aACA,iBACA,aACA,uBACA,mBACA,sBACA,WAtBA,gDACE,2BACA,cACA,kBACA,4BACA,eAmBF,8CACE,kBACA,cAIJ,29BAWE,UACA,2BACA,mBACA,WAEA,wiCACE,aAKF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA","file":"doughnutchart.component.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/components/charts.module.scss","../../sass/_functions/mixins.scss","../../sass/elements/buttons--global.scss","../../sass/elements/buttons--secondary.scss","../../sass/elements/buttons--tertiary.scss","../../sass/elements/buttons--action.scss","../../sass/elements/buttons--compact.scss","../../sass/components/doughnutchart.component.scss"],"names":[],"mappings":"CAsCA,MAEI,ohBAGA,wiBAGF,2CACA,iDACA,0CACA,gDACA,2CACA,iDAIA,sGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,0CACA,kDAGF,kIAKE,0CACA,kDAZF,qGAEE,2CACA,mDAGF,mIAKE,2CACA,mDAOJ,iBACE,wBAEF,MACE,2BACA,mBACA,cAEF,cACE,aACA,sBACA,kBACA,2CACA,qCAGA,8CACA,6CAEA,gDACA,uDAEA,6CAGA,kBACA,gBACA,iBACA,kBACA,sBACA,kBACA,sBACA,wBACA,sBACA,sBACA,oBACA,6BACA,iDACA,6BAEA,gBACE,cACA,QAGF,oBACE,0BACA,qDAGF,kCACE,yFAEE,iBACA,4BACA,kDACA,aAGF,8BACE,gDACA,wBACA,oBACA,6BACA,kDAIJ,6BACE,qCACE,aAGF,8BACE,uBACA,yBAIJ,kCACE,UAMJ,mCACE,UACA,kBACA,oBACA,WACA,SAGF,YACE,gBACA,qBACA,aACA,cACA,6BACA,sBAEA,UAEA,8CACE,wCAGF,iBACE,oBAEA,wBACE,WACA,YACA,WACA,6BACA,qCACA,qBACA,4CAGF,kEAEE,aAGF,+BACE,aAMJ,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAFF,oFACE,wDACA,oEAUF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,gGACE,YADF,kGACE,YAMJ,oBACE,sBAGF,cACE,mCACA,8BACA,yBAEA,2BACE,sBACA,kBACA,SACA,mBAEA,4CACE,mCAGF,gCACE,cACA,6BACA,qBACA,iBAEA,0CACA,yCACA,yBAGF,2CACE,4CAON,cACE,mBACA,aACA,8BACA,WACA,kBACA,OACA,aAEA,2BACE,oBACA,UACA,kBACA,SACA,mBAEA,gCACE,cACA,8BACA,kBACA,4BACA,kBACA,SAON,mBACE,kBACA,MACA,OACA,WACA,YACA,aACA,8BACA,oBAEA,8BACE,sBACA,kBACA,QACA,WACA,WACA,mBACA,8BACA,oBACA,2BAGA,2DACE,aAIJ,sCACE,8BACA,2BACA,2BACA,iBAEA,2CACE,kBACA,SACA,4BACA,6BACA,8BAIJ,oCACE,8CAEA,sDACE,+CAQN,eAEE,kBACA,yBACA,0BACA,4BACA,gBACA,mEACA,UACA,oBACA,cACA,oBACA,qBACA,cAEA,gBACA,gBACA,+EACA,iCAEA,uBACE,8BAGF,mCACE,oDAGF,kCACE,MACA,SACA,iCACA,gBAGF,kBACE,SACA,UAEF,6BACE,gCACA,sBACA,sBACA,2BACA,6BACA,+BACA,yBAGF,2CACE,wBAOJ,gBACE,cACA,aACA,mBACA,kBAEA,uBACE,kBACA,YAGF,sBACE,cACA,sBACA,qCACA,kBACA,gBACA,iBAEA,4BACE,aAGF,4BACE,aACA,kBACA,WACA,YACA,MACA,OACA,mBACA,YAGF,+BACE,aACA,mBACA,iDACA,qBACA,YACA,WACA,YACA,kBACA,cACA,mBAEA,kCACE,oBAGF,8CAEE,kBACA,SACA,QACA,kBACA,UACA,mBACA,gBACA,uBACA,4BACA,kBAEA,6BAbF,8CAcI,eAGF,qDACE,UACA,eAIJ,oGAEE,aAGF,mHAEE,cAGF,oDACE,YACA,0BACA,yBACA,WACA,iBACA,kBACA,UACA,+BAEA,4BACA,2BAGE,+CADF,oDAEI,gEAIJ,0DACE,qCAGF,8HAEE,aAGF,uEACE,aAGF,yEACE,UACA,2BACA,mBAKF,iEACE,aAMN,6BAGI,uJACE,aAGF,+KACE,QACA,0BACA,cACA,gBAEF,6KACE,UACA,8BACA,cACA,iBAGF,qMACE,UACA,2BACA,gBAGF,mMACE,UACA,8BACA,kBAKN,kCAEI,oEACE,wBAGF,sGACE,yBAKF,0KAEE,wBAGF,uGACE,yBAKF,6KAEE,wBAGF,wGACE,0BASV,oKAGE,uDAEA,sLACE,mEAIJ,uLAIE,sDAEA,+MACE,kEAIJ,2LAIE,uDAEA,mNACE,mEAWF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,iIAOE,aACA,UARF,kIAOE,aACA,UARF,mIAOE,aACA,UCjNA,gBCrbF,qBAGE,sBAIF,OAEE,gBACA,oBACA,SACA,oBD2gBA,UC1gBmB,QACnB,oBAGF,cACE,eAEF,iCACE,UAGF,gDAIE,0BAGE,4GACE,eAON,KACE,mBACA,6BACA,6BACA,6BACA,0BACA,2BAEA,qBACA,iBACA,gBACA,qBACA,sBACA,eACA,iBAEA,wBAEA,+BACA,mCACA,2DACA,qBACA,gCACA,gBAEA,WACE,yBAEF,YACA,sBACA,gBACA,mBD8UE,oCC7WJ,KAkCI,sBAGF,yCACE,+BACA,mCAGF,mEACE,sBAGF,oBACE,gCACA,8DAGF,sBACE,+BAGF,0JAEE,UACA,qBAEA,sCACA,8BACA,qBAGF,oFAEE,uBACA,WACE,yBAEF,wBACA,qBAGF,6DAIE,WACA,mBAMJ,oBACE,qCACA,yCACA,gDACA,kBACA,oBACA,qBAEA,4JAEE,oBACA,qBAEA,0KACE,YACA,iCACA,kBACA,mBACA,WACA,qBACA,8BACA,sBAON,YACE,4BACA,2BACA,qBACA,sBAMA,wBACE,kBACA,iCACA,gBAGF,0BACE,mBAEF,iCACE,eACA,sBACA,kBACA,aACA,QACA,6BAGF,8BACE,kBAGF,mBACE,iCACA,kBACA,gBACA,mBAEA,qCACE,iBACA,eAQJ,uBACE,WACA,8BACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBAKA,kKACE,mBACA,qBAQN,iBACE,kBACA,qBAEA,8BACE,gBAGF,wBACE,qBACA,+CACA,sEACA,gCACA,gCACA,gCACA,2BACA,2BACA,uBACA,8BACA,cACA,0BACA,aACA,iBACA,0CACA,8CAEA,+BACE,UACA,gBACA,4BAIJ,uBACE,kBACA,aACA,WAEA,WACA,cACA,WACA,qBACA,wBACA,6BACA,eACA,sBACA,sBACA,qCACA,uBACA,8BACA,8BACA,sBACA,iBACA,wBACA,oBAGF,8BACE,yBAIJ,6BACE,yBAOA,kBACE,YACA,qBACA,gBACA,sBACA,WACA,UACA,2BACA,mBACA,gBACA,kCD8HF,gBEpbF,eACE,kCAEA,8BACE,0CACA,oDAIJ,gKAEE,gDACA,yCFwaA,gBGnbF,kBACE,+BACA,YACA,yBACA,+CACA,UACA,mBACA,mBACA,mBACA,kBACA,kBAEA,wBACE,kBACA,WACA,SACA,SACA,WACA,WACA,6BACA,mCACA,qBAGF,6CACE,SAGF,+BACE,cACA,mBAEF,iDACE,kBACA,eAIA,yGACE,qBAGJ,gEACE,4BHwYF,gBIpbF,YACE,8BACA,+BACA,gCACA,qBAWA,iCACA,2BACA,eACA,oBAZA,8BACE,4BAGF,6CACE,wCACA,yDAQF,mCACE,kBACA,sBAGF,4MAEE,6CAGF,+LAEE,uBACA,gCACA,8DACA,wBAGF,sIAEE,uBACA,mBACA,6BJ0YF,gBKpbF,aACE,qBAEA,qBACA,qBAKA,kBAEA,0BACA,8BACA,8BACA,sCACA,0CACA,0CAEA,2CAEA,mBACA,gBACA,kBACA,eAjBA,8BACE,oBAkBF,oBACE,kBACA,kBACA,MACA,OACA,WACA,YACA,cACA,gDACA,gBAGF,gCACE,gDAGF,oBACE,uBACA,eACA,qBAGF,wBACE,qBACA,eAEA,+BACE,cACA,gBAIJ,2BACE,6BACA,iCACA,2BAEA,iDACE,8BAIJ,qIAGE,+BACA,kCACA,2BAEA,mMACE,6BAIJ,0BACE,kBAEF,gCACE,0BACA,kBACA,SACA,WACA,gCACA,aACA,YACA,kBACA,cACA,SACA,eACA,kBACA,kBACA,WACA,sBACA,6BAQF,6VACE,mDACA,+CACA,kCAGF,2XACE,+BACA,+CACA,6BAGF,2PACE,mDACA,+CACA,8CC7HN,SACE,cAIA,iDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,+BADF,gDACE,gCAIJ,gBACE,QAIF,YACE,yBACA,QACA,gBAEA,wBACE,kBACA,kCACA,sCAGF,gDACE,sCACA,oCAOF,wCACE,mBAEA,oDACE,sBACA,uBACA,iBAEA,gEACE,6BACA,kCAQJ,mFACE,eACA,aACA,mBACA,eAGF,wGACE,cAGF,uGACE,2BACA,qBACA,YACA,cACA,cACA,iBAQN,kBACE,2BAGF,MACE,0BAGF,kBACE,2BAIA,gDAEE,aAEF,oBACE,aAGF,qBACE,aACA,mBAGF,yBACE,aACA,mBACA,eAGF,wBACE,kBACA,iBACA,oBACA,cACA,qBACA,+BAEA,kCARF,wBASI,4BAGF,oCACE,cAEF,mCACE,eAIJ,4BACE,WACA,YAGF,yCASE,kBACA,QACA,SACA,gCACA,mBACA,kDACA,kBACA,2BACA,aACA,iBACA,aACA,uBACA,mBACA,sBACA,WAtBA,gDACE,2BACA,cACA,kBACA,4BACA,eAmBF,8CACE,kBACA,cAIJ,29BAWE,UACA,2BACA,mBACA,WAEA,wiCACE,aAKF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA,gCARF,6NAKE,2BACA,4BAEA","file":"doughnutchart.component.css"}
@@ -0,0 +1 @@
1
+ @layer elements{mark{padding:.1875em;background-color:#ff0}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4){--line-height: 2rem;margin-top:0;margin-bottom:0;font-family:var(--font-heading);font-style:normal;font-weight:bold;line-height:var(--line-height);color:var(--colour-heading);clear:both;display:block;padding-bottom:2rem}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4) [class*=fa-]{margin-right:.5rem}:is(.h1,h1){--line-height: 3.5rem;font-size:3rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(.h1,h1){font-size:4rem;--line-height: 4.5rem;padding-bottom:4rem}}:is(h2,.h2){font-size:2.25rem;--line-height: 2.75rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(h2,.h2){font-size:3rem;--line-height: 3.5rem;padding-bottom:3rem}}:is(h3,.h3){font-size:1.75rem;--line-height: 2.25rem;padding-bottom:2.5rem;max-width:var(--content-max-width);font-weight:900}@media screen and (min-width: 36em){:is(h3,.h3){font-size:2rem;--line-height: 2.5rem;padding-bottom:2.5rem}}:is(.h4,h4,.h5,h5,.h6,h6){font-size:1.5rem;--line-height: 2rem;padding-bottom:2rem;max-width:var(--content-max-width)}p{margin-top:0;font-size:1rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);margin-bottom:0}p:has(+p){padding-bottom:1.5rem}:is(.lead,.strapline){font-size:1.125rem;line-height:1.75rem;padding-bottom:3rem;max-width:var(--content-max-width);font-weight:700}small,.small{font-size:0.875rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);font-family:arial,sans-serif;font-weight:normal}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}strong{font-weight:bolder;font-family:var(--font-heading);color:var(--colour-heading)}address{margin-bottom:1rem;font-style:normal;line-height:inherit}blockquote{margin:0;quotes:"“" "”" "‘" "’";padding-bottom:3rem;overflow:hidden}blockquote p{font-size:1.5rem;line-height:2rem;padding-bottom:0}blockquote p:first-child:before{content:open-quote}blockquote p:last-of-type:after{content:close-quote}blockquote cite{font-size:1.125rem;line-height:2rem;padding-bottom:0;font-weight:bold;font-style:normal}.stat{font-size:4rem;line-height:4.5rem;font-weight:bold;color:var(--colour-heading);display:block;text-decoration:underline;text-underline-offset:.75rem;text-decoration-color:var(--colour-secondary);text-decoration-thickness:0.25rem;margin-bottom:4rem}}*,*::before,*::after{box-sizing:border-box}:host{display:block;text-align:center;margin-bottom:2rem;width:100%;max-width:10rem}.rank{position:relative;display:flex;aspect-ratio:1/1;width:100%;height:auto;max-width:10rem;text-align:center;flex-direction:column;justify-content:center;align-items:center;border:1rem solid var(--colour-info);border-radius:50%}.rank .position{margin:0;padding:0;line-height:1 !important}.rank .position:after{content:var(--rank-sub-text, "Your rank");display:block;font-size:1.125rem;line-height:1;font-weight:700;margin:0;padding:0}.rank svg{position:absolute;inset:0;z-index:1;display:none}:host([data-position="1st"]) .rank,:host([data-position="2nd"]) .rank,:host([data-position="3rd"]) .rank{border-width:0;overflow:hidden}:host([data-position="1st"]) .position,:host([data-position="2nd"]) .position,:host([data-position="3rd"]) .position{display:none}:host([data-position="1st"]) .rank{background:#ffee56}:host([data-position="1st"]) .rank svg:nth-child(1){display:block}:host([data-position="2nd"]) .rank{background:#ededed}:host([data-position="2nd"]) .rank svg:nth-child(2){display:block}:host([data-position="3rd"]) .rank{background:#ffe798}:host([data-position="3rd"]) .rank svg:nth-child(3){display:block}/*# sourceMappingURL=rank.component.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/_functions/mixins.scss","../../sass/elements/type.scss","../../sass/_functions/variables.scss","../../sass/components/rank.component.scss"],"names":[],"mappings":"CA4bI,gBCnbF,KACE,QCYW,QDXX,iBCaM,KDNR,2FACE,oBAEA,aACA,cCigBqB,EDhgBrB,YC4fmB,oBD3fnB,WCggBkB,OD/flB,iBACA,+BACA,MC0fa,sBDxfb,WACA,cACA,oBAEA,wGACE,mBAQJ,YACE,sBAEA,eACA,oBACA,gBD4WE,oCCjXJ,YAQI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,oBACA,gBD+VE,oCCnWJ,YAOI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,sBACA,mCACA,gBDiVE,oCCtVJ,YAQI,eACA,sBACA,uBAIJ,0BACE,iBACA,oBACA,oBACA,mCAaF,EACE,aACA,eACA,mBACA,oBACA,mCACA,gBAGF,UACE,sBAGF,sBACE,mBACA,oBACA,oBACA,mCACA,gBAGF,aAEE,mBACA,mBACA,oBACA,mCACA,6BACA,mBAGF,QAEE,kBACA,gBACA,cACA,wBAGF,IACE,eAEF,IACE,WAGF,YACE,iCACA,YACA,8BAGF,OACE,mBACA,gCACA,4BAKF,QACE,mBACA,kBACA,oBAMF,WACE,SACA,uBACA,oBACA,gBAEA,aACE,iBACA,iBACA,iBAGF,gCACE,mBAEF,gCACE,oBAGF,gBACE,mBACA,iBACA,iBACA,iBACA,kBAIJ,MACE,eACA,mBACA,iBACA,MC4Ua,sBD3Ub,cAEA,0BACA,6BACA,8CACA,kCACA,oBE1MJ,qBAGE,sBAIF,MAEE,cACA,kBACA,mBACA,WACA,gBAGF,MAEE,kBACA,aAEA,iBACA,WACA,YACA,gBACA,kBACA,sBACA,uBACA,mBACA,qCACA,kBAEA,gBACE,SACA,UACA,yBAGF,sBACE,0CACA,cACA,mBACA,cACA,gBACA,SACA,UAGF,UACE,kBACA,QACA,UAEA,aASF,yGACE,eACA,gBAGF,qHACE,aAMF,mCAEE,mBAGF,oDACE,cAMF,mCACE,mBAGF,oDACE,cAMF,mCACE,mBAGF,oDACE","file":"rank.component.css"}
@@ -0,0 +1 @@
1
+ @layer elements{mark{padding:.1875em;background-color:#ff0}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4){--line-height: 2rem;margin-top:0;margin-bottom:0;font-family:var(--font-heading);font-style:normal;font-weight:bold;line-height:var(--line-height);color:var(--colour-heading);clear:both;display:block;padding-bottom:2rem}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4) [class*=fa-]{margin-right:.5rem}:is(.h1,h1){--line-height: 3.5rem;font-size:3rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(.h1,h1){font-size:4rem;--line-height: 4.5rem;padding-bottom:4rem}}:is(h2,.h2){font-size:2.25rem;--line-height: 2.75rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(h2,.h2){font-size:3rem;--line-height: 3.5rem;padding-bottom:3rem}}:is(h3,.h3){font-size:1.75rem;--line-height: 2.25rem;padding-bottom:2.5rem;max-width:var(--content-max-width);font-weight:900}@media screen and (min-width: 36em){:is(h3,.h3){font-size:2rem;--line-height: 2.5rem;padding-bottom:2.5rem}}:is(.h4,h4,.h5,h5,.h6,h6){font-size:1.5rem;--line-height: 2rem;padding-bottom:2rem;max-width:var(--content-max-width)}p{margin-top:0;font-size:1rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);margin-bottom:0}p:has(+p){padding-bottom:1.5rem}:is(.lead,.strapline){font-size:1.125rem;line-height:1.75rem;padding-bottom:3rem;max-width:var(--content-max-width);font-weight:700}small,.small{font-size:0.875rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);font-family:arial,sans-serif;font-weight:normal}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}strong{font-weight:bolder;font-family:var(--font-heading);color:var(--colour-heading)}address{margin-bottom:1rem;font-style:normal;line-height:inherit}blockquote{margin:0;quotes:"“" "”" "‘" "’";padding-bottom:3rem;overflow:hidden}blockquote p{font-size:1.5rem;line-height:2rem;padding-bottom:0}blockquote p:first-child:before{content:open-quote}blockquote p:last-of-type:after{content:close-quote}blockquote cite{font-size:1.125rem;line-height:2rem;padding-bottom:0;font-weight:bold;font-style:normal}.stat{font-size:4rem;line-height:4.5rem;font-weight:bold;color:var(--colour-heading);display:block;text-decoration:underline;text-underline-offset:.75rem;text-decoration-color:var(--colour-secondary);text-decoration-thickness:0.25rem;margin-bottom:4rem}}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid):not(iam-table):not(.table__wrapper){padding-inline:var(--mh-padding-inline, 0);margin-inline:calc(var(--mh-padding-inline, 0)*-1)}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid)::before{top:calc(100% - 1.5rem);bottom:0;left:0;right:0;height:1.5rem;position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:-1.5rem}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid){overflow:auto;overscroll-behavior:contain}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid)::before{content:""}.mh-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}.mh-fluid{max-height:100%}@media screen and (min-width: 36em){:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg)::before{content:""}.mh-sm-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-sm-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-sm-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}@media screen and (min-width: 62em){:is(.mh-md-sm,.mh-md-md,.mh-md-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-md-sm,.mh-md-md,.mh-md-lg)::before{content:""}.mh-md-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-md-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}*,*::before,*::after{box-sizing:border-box}.podium{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;max-width:30rem;margin:auto}.podium>div{flex-basis:33.33%;flex-grow:0;flex-shrink:0;order:1}.podium>div iam-rank{margin:0;width:100%}.podium>div>span{display:block;font-size:0.875rem;line-height:1;font-weight:700;margin:0;padding-block:.5rem;text-align:center;max-width:100%;overflow:hidden}.podium>div:nth-child(1){order:2;padding:0}.podium>div:nth-child(2){padding:1rem 1rem 0 0}.podium>div:nth-child(3){order:3;padding:1rem 0 0 1rem}/*# sourceMappingURL=rankings.component.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/_functions/mixins.scss","../../sass/elements/type.scss","../../sass/_functions/variables.scss","../../sass/_functions/utility-mixins.scss","../../sass/components/rankings.component.scss"],"names":[],"mappings":"CA4bI,gBCnbF,KACE,QCYW,QDXX,iBCaM,KDNR,2FACE,oBAEA,aACA,cCigBqB,EDhgBrB,YC4fmB,oBD3fnB,WCggBkB,OD/flB,iBACA,+BACA,MC0fa,sBDxfb,WACA,cACA,oBAEA,wGACE,mBAQJ,YACE,sBAEA,eACA,oBACA,gBD4WE,oCCjXJ,YAQI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,oBACA,gBD+VE,oCCnWJ,YAOI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,sBACA,mCACA,gBDiVE,oCCtVJ,YAQI,eACA,sBACA,uBAIJ,0BACE,iBACA,oBACA,oBACA,mCAaF,EACE,aACA,eACA,mBACA,oBACA,mCACA,gBAGF,UACE,sBAGF,sBACE,mBACA,oBACA,oBACA,mCACA,gBAGF,aAEE,mBACA,mBACA,oBACA,mCACA,6BACA,mBAGF,QAEE,kBACA,gBACA,cACA,wBAGF,IACE,eAEF,IACE,WAGF,YACE,iCACA,YACA,8BAGF,OACE,mBACA,gCACA,4BAKF,QACE,mBACA,kBACA,oBAMF,WACE,SACA,uBACA,oBACA,gBAEA,aACE,iBACA,iBACA,iBAGF,gCACE,mBAEF,gCACE,oBAGF,gBACE,mBACA,iBACA,iBACA,iBACA,kBAIJ,MACE,eACA,mBACA,iBACA,MC4Ua,sBD3Ub,cAEA,0BACA,6BACA,8CACA,kCACA,oBEtBA,oIACE,2CACA,mDAGF,wGACE,wBACA,SACA,OACA,QACA,cACA,gBACA,cACA,gFACA,UACA,sBAIJ,oCACE,cACA,4BAEA,4CACE,WAIJ,OACE,oDAGF,OACE,kDAGF,OACE,oDAGF,UACE,gBHwLE,oCGpLF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDHkKA,oCG7JF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDCvQN,qBAGE,sBAGF,QAEE,aACA,mBACA,iBACA,uBACA,gBACA,YAEA,YACE,kBACA,YACA,cACA,QAEA,qBAEE,SACA,WAGF,iBACE,cACA,mBACA,cACA,gBACA,SACA,oBACA,kBACA,eAEA,gBAKJ,yBACE,QACA,UAGF,yBAEE,sBAGF,yBACE,QACA","file":"rankings.component.css"}
@@ -0,0 +1 @@
1
+ @layer elements{mark{padding:.1875em;background-color:#ff0}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4){--line-height: 2rem;margin-top:0;margin-bottom:0;font-family:var(--font-heading);font-style:normal;font-weight:bold;line-height:var(--line-height);color:var(--colour-heading);clear:both;display:block;padding-bottom:2rem}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.display-1,.display-2,.display-3,.display-4) [class*=fa-]{margin-right:.5rem}:is(.h1,h1){--line-height: 3.5rem;font-size:3rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(.h1,h1){font-size:4rem;--line-height: 4.5rem;padding-bottom:4rem}}:is(h2,.h2){font-size:2.25rem;--line-height: 2.75rem;padding-bottom:3rem;font-weight:900}@media screen and (min-width: 36em){:is(h2,.h2){font-size:3rem;--line-height: 3.5rem;padding-bottom:3rem}}:is(h3,.h3){font-size:1.75rem;--line-height: 2.25rem;padding-bottom:2.5rem;max-width:var(--content-max-width);font-weight:900}@media screen and (min-width: 36em){:is(h3,.h3){font-size:2rem;--line-height: 2.5rem;padding-bottom:2.5rem}}:is(.h4,h4,.h5,h5,.h6,h6){font-size:1.5rem;--line-height: 2rem;padding-bottom:2rem;max-width:var(--content-max-width)}p{margin-top:0;font-size:1rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);margin-bottom:0}p:has(+p){padding-bottom:1.5rem}:is(.lead,.strapline){font-size:1.125rem;line-height:1.75rem;padding-bottom:3rem;max-width:var(--content-max-width);font-weight:700}small,.small{font-size:0.875rem;line-height:1.5rem;padding-bottom:3rem;max-width:var(--content-max-width);font-family:arial,sans-serif;font-weight:normal}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}strong{font-weight:bolder;font-family:var(--font-heading);color:var(--colour-heading)}address{margin-bottom:1rem;font-style:normal;line-height:inherit}blockquote{margin:0;quotes:"“" "”" "‘" "’";padding-bottom:3rem;overflow:hidden}blockquote p{font-size:1.5rem;line-height:2rem;padding-bottom:0}blockquote p:first-child:before{content:open-quote}blockquote p:last-of-type:after{content:close-quote}blockquote cite{font-size:1.125rem;line-height:2rem;padding-bottom:0;font-weight:bold;font-style:normal}.stat{font-size:4rem;line-height:4.5rem;font-weight:bold;color:var(--colour-heading);display:block;text-decoration:underline;text-underline-offset:.75rem;text-decoration-color:var(--colour-secondary);text-decoration-thickness:0.25rem;margin-bottom:4rem}}*,*::before,*::after{box-sizing:border-box}iam-rankings table{display:block;width:100%;font-weight:normal;counter-reset:countItem}iam-rankings thead{display:none}iam-rankings tbody{display:contents}iam-rankings :is(td,th){font-weight:normal}iam-rankings tr.current{background-color:var(--colour-light)}iam-rankings tr.current :is(td,th){font-weight:bolder}iam-rankings tr{display:flex;width:100%;position:relative}iam-rankings tr:before{counter-increment:countItem;content:counter(countItem) ".";font-size:2rem;line-height:2.5rem;font-weight:bolder;color:var(--colour-primary);width:3rem;text-align:center;margin-top:.5rem}iam-rankings tr>*:first-child{width:100%;margin-right:0;padding-right:0}iam-rankings tr>*:last-child{position:absolute;top:0;right:0}iam-rankings tr progress{width:100%;height:1rem}iam-rankings tr:nth-child(1) progress{--colour: var(--chart-colour-1, #BEE8F8)}iam-rankings tr:nth-child(2) progress{--colour: var(--chart-colour-2, #A6DCC7)}iam-rankings tr:nth-child(3) progress{--colour: var(--chart-colour-3, #FAD0DA)}iam-rankings tr:nth-child(4) progress{--colour: var(--chart-colour-4, #AFCCF2)}iam-rankings tr:nth-child(5) progress{--colour: var(--chart-colour-5, #FFD2B4)}iam-rankings tr:nth-child(6) progress{--colour: var(--chart-colour-6, #CDF0F2)}iam-rankings tr:nth-child(7) progress{--colour: var(--chart-colour-7, #FFABC2)}iam-rankings tr:nth-child(8) progress{--colour: var(--chart-colour-8, #DCEAF2)}iam-rankings tr:nth-child(9) progress{--colour: var(--chart-colour-9, #EEBCB3)}iam-rankings tr:nth-child(10) progress{--colour: var(--chart-colour-10, #F0BDFF)}/*# sourceMappingURL=rankings.global.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/_functions/mixins.scss","../../sass/elements/type.scss","../../sass/_functions/variables.scss","../../sass/components/rankings.global.scss"],"names":[],"mappings":"CA4bI,gBCnbF,KACE,QCYW,QDXX,iBCaM,KDNR,2FACE,oBAEA,aACA,cCigBqB,EDhgBrB,YC4fmB,oBD3fnB,WCggBkB,OD/flB,iBACA,+BACA,MC0fa,sBDxfb,WACA,cACA,oBAEA,wGACE,mBAQJ,YACE,sBAEA,eACA,oBACA,gBD4WE,oCCjXJ,YAQI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,oBACA,gBD+VE,oCCnWJ,YAOI,eACA,sBACA,qBAIJ,YACE,kBACA,uBACA,sBACA,mCACA,gBDiVE,oCCtVJ,YAQI,eACA,sBACA,uBAIJ,0BACE,iBACA,oBACA,oBACA,mCAaF,EACE,aACA,eACA,mBACA,oBACA,mCACA,gBAGF,UACE,sBAGF,sBACE,mBACA,oBACA,oBACA,mCACA,gBAGF,aAEE,mBACA,mBACA,oBACA,mCACA,6BACA,mBAGF,QAEE,kBACA,gBACA,cACA,wBAGF,IACE,eAEF,IACE,WAGF,YACE,iCACA,YACA,8BAGF,OACE,mBACA,gCACA,4BAKF,QACE,mBACA,kBACA,oBAMF,WACE,SACA,uBACA,oBACA,gBAEA,aACE,iBACA,iBACA,iBAGF,gCACE,mBAEF,gCACE,oBAGF,gBACE,mBACA,iBACA,iBACA,iBACA,kBAIJ,MACE,eACA,mBACA,iBACA,MC4Ua,sBD3Ub,cAEA,0BACA,6BACA,8CACA,kCACA,oBE1MJ,qBAGE,sBAKA,mBACE,cACA,WACA,mBACA,wBAEF,mBACE,aAEF,mBACE,iBAGF,wBACE,mBAGF,wBACE,qCAEF,mCACE,mBAGF,gBACE,aACA,WACA,kBAGA,uBACE,4BACA,+BACA,eACA,mBACA,mBACA,4BACA,WACA,kBACA,iBAGF,8BACE,WACA,eACA,gBAGF,6BACE,kBACA,MACA,QAGF,yBACE,WACA,YAMF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,sCACE,yCADF,uCACE","file":"rankings.global.css"}
@@ -1 +1 @@
1
- :is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid):not(iam-table):not(.table__wrapper){padding-inline:var(--mh-padding-inline, 0);margin-inline:calc(var(--mh-padding-inline, 0)*-1)}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid)::before{top:calc(100% - 1.5rem);bottom:0;left:0;right:0;height:1.5rem;position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:-1.5rem}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid){overflow:auto;overscroll-behavior:contain}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid)::before{content:""}.mh-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}.mh-fluid{max-height:100%}@media screen and (min-width: 36em){:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg)::before{content:""}.mh-sm-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-sm-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-sm-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}@media screen and (min-width: 62em){:is(.mh-md-sm,.mh-md-md,.mh-md-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-md-sm,.mh-md-md,.mh-md-lg)::before{content:""}.mh-md-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-md-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}:host{container-type:inline-size;display:block}.table__container{--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:#fff;padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.625rem;margin-bottom:2rem;overflow:hidden}.table__container:before{display:none !important}@media screen and (prefers-color-scheme: dark){.table__container{background:var(--colour-canvas-2)}}@media(forced-colors: active){.table__container{--wrapper-padding: 0;background:var(--colour-canvas-2)}}:host(.mh-sm){max-height:none !important}:host(.mh-md){max-height:none !important}:host(.mh-lg){max-height:none !important}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}@container (width < 23.4375em){:host(:not(.table--fullwidth)) .table__container{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0;background:var(--colour-canvas-2);border-radius:0;background:none;padding:0;box-shadow:none;overflow:visible}:host(:not(.table--fullwidth)) .table__container .table__wrapper{overflow:hidden;max-height:none !important}:host(:not(.table--fullwidth)) .table__container ::slotted(table){overflow:visible !important;margin-inline:1.5rem;margin-bottom:1.5rem !important;width:calc(100% - 3rem) !important;display:block}:host(:not(.table--fullwidth)) .table__container .table--cta{border-bottom:0}:host(:not(.table--fullwidth)) .table__container .table--cta:after{content:none;display:none !important}}@container (width > 23.4375em){:host{--cta-width: 8rem}:host(.table--loading){--cta-width: 1.5rem !important}.table--cta{position:relative}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative;overflow:auto}.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}/*# sourceMappingURL=table-basic.component.css.map */
1
+ :is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid):not(iam-table):not(.table__wrapper){padding-inline:var(--mh-padding-inline, 0);margin-inline:calc(var(--mh-padding-inline, 0)*-1)}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid)::before{top:calc(100% - 1.5rem);bottom:0;left:0;right:0;height:1.5rem;position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:-1.5rem}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid){overflow:auto;overscroll-behavior:contain}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid)::before{content:""}.mh-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}.mh-fluid{max-height:100%}@media screen and (min-width: 36em){:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg)::before{content:""}.mh-sm-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-sm-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-sm-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}@media screen and (min-width: 62em){:is(.mh-md-sm,.mh-md-md,.mh-md-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-md-sm,.mh-md-md,.mh-md-lg)::before{content:""}.mh-md-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-md-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}:host{container-type:inline-size;display:block}.table__container{--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:#fff;padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.625rem;margin-bottom:2rem;overflow:hidden}.table__container:before{display:none !important}@media screen and (prefers-color-scheme: dark){.table__container{background:var(--colour-canvas-2)}}@media(forced-colors: active){.table__container{--wrapper-padding: 0;background:var(--colour-canvas-2)}}:host-context(.admin-panel) .table__container{display:contents}:host(.mh-sm){max-height:none !important}:host(.mh-md){max-height:none !important}:host(.mh-lg){max-height:none !important}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}@container (width < 23.4375em){:host(:not(.table--fullwidth)) .table__container{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0;background:var(--colour-canvas-2);border-radius:0;background:none;padding:0;box-shadow:none;overflow:visible}:host(:not(.table--fullwidth)) .table__container .table__wrapper{overflow:hidden;max-height:none !important}:host(:not(.table--fullwidth)) .table__container ::slotted(table){overflow:visible !important;margin-inline:1.5rem;margin-bottom:1.5rem !important;width:calc(100% - 3rem) !important;display:block}:host(:not(.table--fullwidth)) .table__container .table--cta{border-bottom:0}:host(:not(.table--fullwidth)) .table__container .table--cta:after{content:none;display:none !important}}@container (width > 23.4375em){:host{--cta-width: 8rem}:host(.table--loading){--cta-width: 1.5rem !important}.table--cta{position:relative}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative;overflow:auto}.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}/*# sourceMappingURL=table-basic.component.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/_functions/utility-mixins.scss","../../sass/_functions/mixins.scss","../../sass/components/table-basic.component.scss"],"names":[],"mappings":"AA0LI,oIACE,2CACA,mDAGF,wGACE,wBACA,SACA,OACA,QACA,cACA,gBACA,cACA,gFACA,UACA,sBAIJ,oCACE,cACA,4BAEA,4CACE,WAIJ,OACE,oDAGF,OACE,kDAGF,OACE,oDAGF,UACE,gBCwLE,oCDpLF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDCkKA,oCD7JF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDEzQN,MACE,2BACA,cAGF,kBACE,wBACA,qBACA,cACA,gBACA,+BACA,wCACA,uBACA,mBACA,gBAEA,yBACE,wBAGF,+CAfF,kBAgBI,mCAGF,8BAnBF,kBAoBI,qBACA,mCAIJ,cACE,2BAEF,cACE,2BAEF,cACE,2BAGF,gBACE,cACA,WACA,gBACA,iCACA,4CAKF,+BACE,iDACE,oBACA,qBACA,gBACA,kCACA,gBACA,gBACA,UACA,gBACA,iBAEA,iEACE,gBACA,2BAGF,kEACE,4BACA,qBACA,gCACA,mCACA,cAGF,6DACE,gBAEA,mEACE,aACA,yBAQR,+BACE,MACE,kBAGF,uBACE,+BAGF,YACE,kBAGF,4BACE,kBACA,iBAMJ,yCACE,kBACA,cAEA,iDACE,wBACA,WACA,cACA,6CACA","file":"table-basic.component.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/_functions/utility-mixins.scss","../../sass/_functions/mixins.scss","../../sass/components/table-basic.component.scss"],"names":[],"mappings":"AA0LI,oIACE,2CACA,mDAGF,wGACE,wBACA,SACA,OACA,QACA,cACA,gBACA,cACA,gFACA,UACA,sBAIJ,oCACE,cACA,4BAEA,4CACE,WAIJ,OACE,oDAGF,OACE,kDAGF,OACE,oDAGF,UACE,gBCwLE,oCDpLF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDCkKA,oCD7JF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDEzQN,MACE,2BACA,cAGF,kBACE,wBACA,qBACA,cACA,gBACA,+BACA,wCACA,uBACA,mBACA,gBAEA,yBACE,wBAGF,+CAfF,kBAgBI,mCAGF,8BAnBF,kBAoBI,qBACA,mCAIJ,8CACE,iBAGF,cACE,2BAEF,cACE,2BAEF,cACE,2BAGF,gBACE,cACA,WACA,gBACA,iCACA,4CAKF,+BACE,iDACE,oBACA,qBACA,gBACA,kCACA,gBACA,gBACA,UACA,gBACA,iBAEA,iEACE,gBACA,2BAGF,kEACE,4BACA,qBACA,gCACA,mCACA,cAGF,6DACE,gBAEA,mEACE,aACA,yBAQR,+BACE,MACE,kBAGF,uBACE,+BAGF,YACE,kBAGF,4BACE,kBACA,iBAMJ,yCACE,kBACA,cAEA,iDACE,wBACA,WACA,cACA,6CACA","file":"table-basic.component.css"}
@@ -1 +1 @@
1
- :is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit){--hover-background: var(--colour-light);--row-bg: var(--colour-canvas-2)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) table{margin-bottom:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) td{background-color:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tr td p{min-width:10rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tbody tr{background:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tbody tr:is(:hover,:focus-within,.hover){--bg-colour-rgb: 238, 238, 238;--row-bg: var(--hover-background);background:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) table:has(tr.show) tbody tr:not(.show){display:none !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:has([data-expand-button]),:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) .expand-button-heading{display:none}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button]){height:0;padding:0;position:relative;display:block !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button])+td{border-top:none !important;padding-top:0 !important;padding-right:3rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button])+.td--fixed+td{border-top:none !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button]{top:0;right:0;background:rgba(0,0,0,0) !important;border:none;position:absolute;overflow:hidden;--compact-size: 2rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button]:before{font-family:"Font Awesome 6 Pro";content:"";font-weight:300 !important;font-size:1.75rem;line-height:var(--compact-size) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button][aria-expanded]:before{content:"";font-weight:900 !important}}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) thead{display:none}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody{--status-pt: 2.5rem;display:block;overflow:visible}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr td:first-child{padding-top:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr{display:block;position:relative;border:none;background:var(--row-bg);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem;height:auto}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr+tr{margin-top:2rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr:is(:hover,:focus,.hover){--row-bg: var(--colour-canvas-2)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:has([data-expand-button]){display:block}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th){display:block;border-color:var(--colour-border);padding-right:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th):nth-child(1){border-top:none}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th)[data-label]:not([data-label=""]):before{content:attr(data-label);color:var(--colour-heading);padding:0 0 0.375rem 0;margin-bottom:0;display:block;font-weight:bold}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:first-child::after{top:1.75rem !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td::after{top:2.5rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) .td--fixed{padding-right:50%}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr td:not(:first-child){border-top:var(--border-width) solid currentColor;border-color:var(--colour-border) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr:not([data-view=full]) td p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr:not([data-view=full]) td:not(.td--fixed)+td:not(.td--fixed)+td+td{display:none}}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth).table--cta tbody tr td:last-child{display:block !important}}@container (width > 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta{padding-right:calc(var(--wrapper-padding) + 1.5rem)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>th:nth-last-child(2),:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>td:nth-last-child(2){padding-right:var(--cta-width)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>*:not(:first-child):last-child{position:absolute;left:calc(100% - var(--cta-width));top:auto;background:rgba(0,0,0,0);width:var(--cta-width);min-height:calc(var(--row-height) - 2px);text-align:right;background:linear-gradient(90deg, transparent 0%, var(--row-bg, var(--colour-canvs-2)) 1.25rem);cursor:default;padding-bottom:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>*:not(:first-child):last-child a{white-space:nowrap;padding-right:.2rem;padding-bottom:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tbody tr:hover>*:not(:first-child):last-child{background:linear-gradient(90deg, transparent 0%, var(--row-bg, var(--colour-canvs-2)) 1.25rem)}}table .hide-status:after{display:none}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)){position:relative;padding-left:1.5rem}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty))::before{margin-left:-1.5rem !important}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)):after{font-family:"Font Awesome 6 Pro";position:absolute;top:var(--status-pt, 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:"";color:var(--colour-danger)}table :is([data-content="not started"],[data-content="to do"],[data-content="on track"]):after{content:"";color:var(--colour-muted)}table :is([data-content="requires approval"],[data-content="approval required"],[data-content="action required"],[data-content=upcoming]):after{content:"";color:var(--colour-warning)}table :is([data-content=warning]):after{content:"";color:var(--colour-warning)}table :is([data-content="manually verified"],[data-content=verified],[data-content=completed],[data-content=complete],[data-content=successful]):after{content:"";font-weight:normal;color:var(--colour-complete)}table :is([data-content=failed]):after{content:"";font-weight:normal;color:var(--colour-danger)}table .alert-status:not([data-content="0"]):not([data-content=""]):not(:empty):after{content:"";color:var(--colour-primary)}/*# sourceMappingURL=table-basic.global.css.map */
1
+ :is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit){--hover-background: var(--colour-light);--row-bg: var(--colour-canvas-2)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) table{margin-bottom:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) table thead tr th{position:relative;padding-right:2rem !important;padding-left:0rem !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) td{background-color:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tr td p{min-width:10rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tbody tr{background:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) tbody tr:is(:hover,:focus-within,.hover){--bg-colour-rgb: 238, 238, 238;--row-bg: var(--hover-background);background:var(--row-bg)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit) table:has(tr.show) tbody tr:not(.show){display:none !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:has([data-expand-button]),:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) .expand-button-heading{display:none}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button]){height:0;padding:0;position:relative;display:block !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button])+td{border-top:none !important;padding-top:0 !important;padding-right:3rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) td:has([data-expand-button])+.td--fixed+td{border-top:none !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button]{top:0;right:0;background:rgba(0,0,0,0) !important;border:none;position:absolute;overflow:hidden;--compact-size: 2rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button]:before{font-family:"Font Awesome 6 Pro";content:"";font-weight:300 !important;font-size:1.75rem;line-height:var(--compact-size) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth):not(.table--fullwidth) [data-expand-button][aria-expanded]:before{content:"";font-weight:900 !important}}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) thead{display:none}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody{--status-pt: 2.5rem;display:block;overflow:visible}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr td:first-child{padding-top:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr{display:block;position:relative;border:none;background:var(--row-bg);padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.5rem;height:auto}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr+tr{margin-top:2rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr:is(:hover,:focus,.hover){--row-bg: var(--colour-canvas-2)}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:has([data-expand-button]){display:block}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th){display:block;border-color:var(--colour-border);padding-right:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th):nth-child(1){border-top:none}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) :is(td,th)[data-label]:not([data-label=""]):before{content:attr(data-label);color:var(--colour-heading);padding:0 0 0.375rem 0;margin-bottom:0;display:block;font-weight:bold}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td:first-child::after{top:1.75rem !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) td::after{top:2.5rem}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) .td--fixed{padding-right:50%}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr td:not(:first-child){border-top:var(--border-width) solid currentColor;border-color:var(--colour-border) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tr:not([data-view=full]) td p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth) tbody tr:not([data-view=full]) td:not(.td--fixed)+td:not(.td--fixed)+td+td{display:none}}@container (width < 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit):not(.table--fullwidth).table--cta tbody tr td:last-child{display:block !important}}@container (width > 23.4375em){:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta{padding-right:calc(var(--wrapper-padding) + 1.5rem) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>th:nth-last-child(2),:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>td:nth-last-child(2){padding-right:var(--cta-width) !important}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>*:not(:first-child):last-child{position:absolute;left:calc(100% - var(--cta-width));top:auto;background:rgba(0,0,0,0);width:var(--cta-width);min-height:calc(var(--row-height) - 2px);text-align:right;background:linear-gradient(90deg, transparent 0%, var(--row-bg, var(--colour-canvs-2)) 1.25rem);cursor:default;padding-bottom:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tr>*:not(:first-child):last-child a{white-space:nowrap;padding-right:.2rem;padding-bottom:0;margin:0}:is(iam-table,iam-table-basic,iam-table-no-submit,iam-table-submit).table--cta tbody tr:hover>*:not(:first-child):last-child{background:linear-gradient(90deg, transparent 0%, var(--row-bg, var(--colour-canvs-2)) 1.25rem)}}table .hide-status:after{display:none}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)){position:relative;padding-left:1.5rem}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty))::before{margin-left:-1.5rem !important}table :not(.hide-status):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],[data-content=successful],[data-content=failed],.alert-status:not([data-content="0"]):not([data-content=""]):not(:empty)):after{font-family:"Font Awesome 6 Pro";position:absolute;top:var(--status-pt, 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:"";color:var(--colour-danger)}table :is([data-content="not started"],[data-content="to do"],[data-content="on track"]):after{content:"";color:var(--colour-muted)}table :is([data-content="requires approval"],[data-content="approval required"],[data-content="action required"],[data-content=upcoming]):after{content:"";color:var(--colour-warning)}table :is([data-content=warning]):after{content:"";color:var(--colour-warning)}table :is([data-content="manually verified"],[data-content=verified],[data-content=completed],[data-content=complete],[data-content=successful]):after{content:"";font-weight:normal;color:var(--colour-complete)}table :is([data-content=failed]):after{content:"";font-weight:normal;color:var(--colour-danger)}table .alert-status:not([data-content="0"]):not([data-content=""]):not(:empty):after{content:"";color:var(--colour-primary)}/*# sourceMappingURL=table-basic.global.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/components/table-basic.global.scss"],"names":[],"mappings":"CAOA,oEACE,wCACA,iCAEA,0EACE,gBAGF,uEACE,+BAGF,4EACE,gBAIF,6EACE,yBAEA,6GACE,+BACA,kCACA,yBAaN,2GACE,wBAMA,0OAEE,aAGF,+BAEI,+IACE,SACA,UACA,kBACA,yBAEF,kJACE,2BACA,yBACA,mBAEF,6JACE,2BAGF,uIACE,MACA,QACA,oCACA,YACA,kBACA,gBACA,qBAEA,8IACE,iCACA,YACA,2BACA,kBACA,2CAIA,6JACE,YACA,4BAOV,+BACE,iGACE,aAGF,iGACE,oBAEA,cACA,iBAEA,mHACE,cAIJ,8FACE,cACA,kBACA,YACA,yBACA,+BACA,wCACA,qBACA,YAEA,iGACE,gBAGF,uHACE,iCAIJ,wHACE,cAGF,sGACE,cACA,kCAEA,gBAEA,mHACE,gBAGF,8IACE,yBACA,4BACA,uBACA,gBACA,cACA,iBAIJ,iHACE,uBAGF,qGACE,WAGF,sGACE,kBAGF,yHACE,kDACA,6CAGF,yHACE,oBACA,4BACA,qBACA,gBAGF,sKACE,cASJ,+BACE,6HACE,0BAMJ,+BADF,+EAEI,oDAEA,8MAEE,+BAGF,iHACE,kBACA,mCACA,SACA,yBACA,uBACA,yCACA,iBACA,gGACA,eACA,iBAEA,mHACE,mBACA,oBACA,iBAIJ,6HACE,iGAQJ,yBACE,aAGF,0jBAsBE,kBACA,oBAEA,kkBACE,+BAGF,gkBACE,iCACA,kBACA,2BACA,OACA,eACA,cACA,YACA,WACA,qBAIJ,gCACE,YACA,mBACA,2BAGF,kCACE,YACA,mBACA,4BAGF,+BACE,YACA,mBACA,6BAGF,mCACE,YACA,mBACA,0BAGF,qFACE,YACA,2BAGF,+FACE,YACA,0BAGF,gJAME,YACA,4BAGF,wCACE,YACA,4BAGF,uJAOE,YACA,mBACA,6BAGF,uCACE,YACA,mBACA,2BAGF,qFACE,YACA","file":"table-basic.global.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/components/table-basic.global.scss"],"names":[],"mappings":"CAUA,oEACE,wCACA,iCAEA,0EACE,gBAGF,sFACE,kBACA,8BACA,6BAGF,uEACE,+BAGF,4EACE,gBAIF,6EACE,yBAEA,6GACE,+BACA,kCACA,yBAaN,2GACE,wBAMA,0OAEE,aAGF,+BAEI,+IACE,SACA,UACA,kBACA,yBAEF,kJACE,2BACA,yBACA,mBAEF,6JACE,2BAGF,uIACE,MACA,QACA,oCACA,YACA,kBACA,gBACA,qBAEA,8IACE,iCACA,YACA,2BACA,kBACA,2CAIA,6JACE,YACA,4BAOV,+BACE,iGACE,aAGF,iGACE,oBAEA,cACA,iBAEA,mHACE,cAIJ,8FACE,cACA,kBACA,YACA,yBACA,+BACA,wCACA,qBACA,YAEA,iGACE,gBAGF,uHACE,iCAIJ,wHACE,cAGF,sGACE,cACA,kCAEA,gBAEA,mHACE,gBAGF,8IACE,yBACA,4BACA,uBACA,gBACA,cACA,iBAIJ,iHACE,uBAGF,qGACE,WAGF,sGACE,kBAGF,yHACE,kDACA,6CAGF,yHACE,oBACA,4BACA,qBACA,gBAGF,sKACE,cASJ,+BACE,6HACE,0BAMJ,+BADF,+EAEI,+DAEA,8MAEE,0CAGF,iHACE,kBACA,mCACA,SACA,yBACA,uBACA,yCACA,iBACA,gGACA,eACA,iBAEA,mHACE,mBACA,oBACA,iBACA,SAIJ,6HACE,iGAQJ,yBACE,aAGF,0jBAsBE,kBACA,oBAEA,kkBACE,+BAGF,gkBACE,iCACA,kBACA,2BACA,OACA,eACA,cACA,YACA,WACA,qBAIJ,gCACE,YACA,mBACA,2BAGF,kCACE,YACA,mBACA,4BAGF,+BACE,YACA,mBACA,6BAGF,mCACE,YACA,mBACA,0BAGF,qFACE,YACA,2BAGF,+FACE,YACA,0BAGF,gJAME,YACA,4BAGF,wCACE,YACA,4BAGF,uJAOE,YACA,mBACA,6BAGF,uCACE,YACA,mBACA,2BAGF,qFACE,YACA","file":"table-basic.global.css"}
@@ -1 +1 @@
1
- :is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid):not(iam-table):not(.table__wrapper){padding-inline:var(--mh-padding-inline, 0);margin-inline:calc(var(--mh-padding-inline, 0)*-1)}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid)::before{top:calc(100% - 1.5rem);bottom:0;left:0;right:0;height:1.5rem;position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:-1.5rem}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid){overflow:auto;overscroll-behavior:contain}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid)::before{content:""}.mh-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}.mh-fluid{max-height:100%}@media screen and (min-width: 36em){:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg)::before{content:""}.mh-sm-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-sm-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-sm-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}@media screen and (min-width: 62em){:is(.mh-md-sm,.mh-md-md,.mh-md-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-md-sm,.mh-md-md,.mh-md-lg)::before{content:""}.mh-md-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-md-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}:host{container-type:inline-size;display:block}.table__container{--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:#fff;padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.625rem;margin-bottom:2rem;overflow:hidden}.table__container:before{display:none !important}@media screen and (prefers-color-scheme: dark){.table__container{background:var(--colour-canvas-2)}}@media(forced-colors: active){.table__container{--wrapper-padding: 0;background:var(--colour-canvas-2)}}:host(.mh-sm){max-height:none !important}:host(.mh-md){max-height:none !important}:host(.mh-lg){max-height:none !important}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}@container (width < 23.4375em){:host(:not(.table--fullwidth)) .table__container{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0;background:var(--colour-canvas-2);border-radius:0;background:none;padding:0;box-shadow:none;overflow:visible}:host(:not(.table--fullwidth)) .table__container .table__wrapper{overflow:hidden;max-height:none !important}:host(:not(.table--fullwidth)) .table__container ::slotted(table){overflow:visible !important;margin-inline:1.5rem;margin-bottom:1.5rem !important;width:calc(100% - 3rem) !important;display:block}:host(:not(.table--fullwidth)) .table__container .table--cta{border-bottom:0}:host(:not(.table--fullwidth)) .table__container .table--cta:after{content:none;display:none !important}}@container (width > 23.4375em){:host{--cta-width: 8rem}:host(.table--loading){--cta-width: 1.5rem !important}.table--cta{position:relative}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative;overflow:auto}.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}@container (width < 23.4375em){.table__wrapper.has-actionbar{margin-top:calc(-100vh + 6.75rem) !important}}:host(.table--loading){pointer-events:none;position:relative}:host(.table--loading) ::slotted(table){min-height:20rem;opacity:.5}:host(.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)}/*# sourceMappingURL=table.component.css.map */
1
+ :is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid):not(iam-table):not(.table__wrapper){padding-inline:var(--mh-padding-inline, 0);margin-inline:calc(var(--mh-padding-inline, 0)*-1)}:is(.mh-sm,.mh-md,.mh-lg,.mh-sm-sm,.mh-sm-md,.mh-sm-lg,.mh-md-sm,.mh-md-md,.mh-md-lg,.mh-fluid)::before{top:calc(100% - 1.5rem);bottom:0;left:0;right:0;height:1.5rem;position:sticky;display:block;background:linear-gradient(180deg, transparent 0%, var(--colour-canvas-2) 100%);z-index:2;margin-bottom:-1.5rem}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid){overflow:auto;overscroll-behavior:contain}:is(.mh-sm,.mh-md,.mh-lg,.mh-fluid)::before{content:""}.mh-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}.mh-fluid{max-height:100%}@media screen and (min-width: 36em){:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-sm-sm,.mh-sm-md,.mh-sm-lg)::before{content:""}.mh-sm-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-sm-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-sm-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}@media screen and (min-width: 62em){:is(.mh-md-sm,.mh-md-md,.mh-md-lg){overflow:auto;overscroll-behavior:contain}:is(.mh-md-sm,.mh-md-md,.mh-md-lg)::before{content:""}.mh-md-sm{max-height:calc(12.5rem - var(--mh-modifier, 0rem))}.mh-md-md{max-height:calc(25rem - var(--mh-modifier, 0rem))}.mh-md-lg{max-height:calc(37.5rem - var(--mh-modifier, 0rem))}}:host{container-type:inline-size;display:block}.table__container{--wrapper-padding: 2rem;--bg-colour: #ffffff;display:block;background:#fff;padding:var(--wrapper-padding);box-shadow:0px 6px 12px rgba(0,0,0,.11);border-radius:0.625rem;margin-bottom:2rem;overflow:hidden}.table__container:before{display:none !important}@media screen and (prefers-color-scheme: dark){.table__container{background:var(--colour-canvas-2)}}@media(forced-colors: active){.table__container{--wrapper-padding: 0;background:var(--colour-canvas-2)}}:host-context(.admin-panel) .table__container{display:contents}:host(.mh-sm){max-height:none !important}:host(.mh-md){max-height:none !important}:host(.mh-lg){max-height:none !important}.table__wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}@container (width < 23.4375em){:host(:not(.table--fullwidth)) .table__container{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0;background:var(--colour-canvas-2);border-radius:0;background:none;padding:0;box-shadow:none;overflow:visible}:host(:not(.table--fullwidth)) .table__container .table__wrapper{overflow:hidden;max-height:none !important}:host(:not(.table--fullwidth)) .table__container ::slotted(table){overflow:visible !important;margin-inline:1.5rem;margin-bottom:1.5rem !important;width:calc(100% - 3rem) !important;display:block}:host(:not(.table--fullwidth)) .table__container .table--cta{border-bottom:0}:host(:not(.table--fullwidth)) .table__container .table--cta:after{content:none;display:none !important}}@container (width > 23.4375em){:host{--cta-width: 8rem}:host(.table--loading){--cta-width: 1.5rem !important}.table--cta{position:relative}.table--cta .table__wrapper{overflow-y:hidden;margin-bottom:0}}.table__wrapper:is(.mh-sm,.mh-md,.mh-lg){position:relative;overflow:auto}.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}@container (width < 23.4375em){.table__wrapper.has-actionbar{margin-top:calc(-100vh + 6.75rem) !important}}:host(.table--loading){pointer-events:none;position:relative}:host(.table--loading) ::slotted(table){min-height:20rem;opacity:.5}:host(.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)}/*# sourceMappingURL=table.component.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../sass/_functions/utility-mixins.scss","../../sass/_functions/mixins.scss","../../sass/components/table-basic.component.scss","../../sass/components/table.component.scss"],"names":[],"mappings":"AA0LI,oIACE,2CACA,mDAGF,wGACE,wBACA,SACA,OACA,QACA,cACA,gBACA,cACA,gFACA,UACA,sBAIJ,oCACE,cACA,4BAEA,4CACE,WAIJ,OACE,oDAGF,OACE,kDAGF,OACE,oDAGF,UACE,gBCwLE,oCDpLF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDCkKA,oCD7JF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDEzQN,MACE,2BACA,cAGF,kBACE,wBACA,qBACA,cACA,gBACA,+BACA,wCACA,uBACA,mBACA,gBAEA,yBACE,wBAGF,+CAfF,kBAgBI,mCAGF,8BAnBF,kBAoBI,qBACA,mCAIJ,cACE,2BAEF,cACE,2BAEF,cACE,2BAGF,gBACE,cACA,WACA,gBACA,iCACA,4CAKF,+BACE,iDACE,oBACA,qBACA,gBACA,kCACA,gBACA,gBACA,UACA,gBACA,iBAEA,iEACE,gBACA,2BAGF,kEACE,4BACA,qBACA,gCACA,mCACA,cAGF,6DACE,gBAEA,mEACE,aACA,yBAQR,+BACE,MACE,kBAGF,uBACE,+BAGF,YACE,kBAGF,4BACE,kBACA,iBAMJ,yCACE,kBACA,cAEA,iDACE,wBACA,WACA,cACA,6CACA,sBCtHJ,+BACE,8BACE,8CAMJ,uBACE,oBACA,kBAEA,wCACE,iBACA,WAGF,8BACE,qBACA,kBACA,YACA,SACA,6BACA,iBACA,4BACA,iBACA,gDACA,oBACA,gDACA","file":"table.component.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../sass/_functions/utility-mixins.scss","../../sass/_functions/mixins.scss","../../sass/components/table-basic.component.scss","../../sass/components/table.component.scss"],"names":[],"mappings":"AA0LI,oIACE,2CACA,mDAGF,wGACE,wBACA,SACA,OACA,QACA,cACA,gBACA,cACA,gFACA,UACA,sBAIJ,oCACE,cACA,4BAEA,4CACE,WAIJ,OACE,oDAGF,OACE,kDAGF,OACE,oDAGF,UACE,gBCwLE,oCDpLF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDCkKA,oCD7JF,mCACE,cACA,4BAEA,2CACE,WAIJ,UACE,oDAGF,UACE,kDAGF,UACE,qDEzQN,MACE,2BACA,cAGF,kBACE,wBACA,qBACA,cACA,gBACA,+BACA,wCACA,uBACA,mBACA,gBAEA,yBACE,wBAGF,+CAfF,kBAgBI,mCAGF,8BAnBF,kBAoBI,qBACA,mCAIJ,8CACE,iBAGF,cACE,2BAEF,cACE,2BAEF,cACE,2BAGF,gBACE,cACA,WACA,gBACA,iCACA,4CAKF,+BACE,iDACE,oBACA,qBACA,gBACA,kCACA,gBACA,gBACA,UACA,gBACA,iBAEA,iEACE,gBACA,2BAGF,kEACE,4BACA,qBACA,gCACA,mCACA,cAGF,6DACE,gBAEA,mEACE,aACA,yBAQR,+BACE,MACE,kBAGF,uBACE,+BAGF,YACE,kBAGF,4BACE,kBACA,iBAMJ,yCACE,kBACA,cAEA,iDACE,wBACA,WACA,cACA,6CACA,sBC1HJ,+BACE,8BACE,8CAMJ,uBACE,oBACA,kBAEA,wCACE,iBACA,WAGF,8BACE,qBACA,kBACA,YACA,SACA,6BACA,iBACA,4BACA,iBACA,gDACA,oBACA,gDACA","file":"table.component.css"}