@primer/css 20.4.0-rc.9f04cb0d → 20.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/actionlist/action-list-item.scss +25 -2
- package/dist/actionlist.css +1 -1
- package/dist/actionlist.css.map +1 -1
- package/dist/core.css +1 -1
- package/dist/core.css.map +1 -1
- package/dist/meta.json +64 -64
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/segmented-control.css +1 -1
- package/dist/segmented-control.css.map +1 -1
- package/dist/stats/actionlist.json +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/dist/stats/segmented-control.json +1 -1
- package/package.json +1 -1
- package/segmented-control/segmented-control.scss +2 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.SegmentedControl{display:inline-flex;background-color:var(--color-segmented-control-bg);border-radius:var(--primer-borderRadius-medium, 6px);box-shadow:var(--primer-borderInset-thin, inset 0 0 0 1px) var(--color-border-default)}.SegmentedControl-button{position:relative;display:inline-flex;height:var(--primer-control-medium-size, 32px);padding:calc(var(--primer-control-xsmall-paddingInline-condensed, 4px) - var(--primer-borderWidth-thin, 1px));font-size:var(--primer-text-body-size-medium, 14px);color:var(--color-fg-default);background-color:transparent;border:var(--primer-borderWidth-thin, 1px) solid transparent;border-radius:var(--primer-borderRadius-medium, 6px)}.SegmentedControl-button:not(.SegmentedControl-button--selected):hover .SegmentedControl-content{background-color:var(--color-segmented-control-button-hover-bg);transition-duration:var(--primer-duration-fast, 80ms)}.SegmentedControl-button:not(.SegmentedControl-button--selected):active .SegmentedControl-content{background-color:var(--color-segmented-control-button-active-bg);transition-duration:0}.SegmentedControl-button.SegmentedControl-button--selected{font-weight:var(--base-text-weight-semibold, 600);background-color:var(--color-btn-bg);border-color:var(--color-segmented-control-button-selected-border)}.SegmentedControl-button+.SegmentedControl-button::before{position:absolute;inset:var(--primer-borderWidth-thin, 1px) 0 0 calc(var(--primer-borderWidth-thin, 1px)*-1);height:var(--primer-text-body-size-large, 16px);margin-top:var(--primer-control-medium-paddingBlock, 6px);content:"";border-left:var(--primer-borderWidth-thin, 1px) solid var(--color-border-default);transition:border-color var(--primer-duration-medium, 160ms) cubic-bezier(0.3, 0.1, 0.5, 1)}.SegmentedControl-button.SegmentedControl-button--selected::before,.SegmentedControl-button.SegmentedControl-button--selected+.SegmentedControl-button::before{border-color:transparent}.SegmentedControl-content{display:flex;align-items:center;justify-content:center;gap:var(--primer-control-medium-gap, 8px);height:100%;padding:0 var(--primer-control-medium-paddingInline-condensed, 8px);border-radius:var(--primer-borderRadius-medium, 6px);transition:background-color var(--primer-duration-medium, 160ms) cubic-bezier(0.3, 0.1, 0.5, 1)}.SegmentedControl-leadingVisual{color:var(--color-fg-muted)}.SegmentedControl-text[data-content]::before{display:block;height:0;font-weight:var(--base-text-weight-semibold, 600);visibility:hidden;content:attr(data-content)}.SegmentedControl--fullWidth{display:flex}.SegmentedControl--fullWidth .SegmentedControl-button{flex:1;justify-content:center}.SegmentedControl-button--iconOnly{width:var(--primer-control-medium-size, 32px)}.SegmentedControl-button--iconOnly .SegmentedControl-content{padding:0;flex:1}@media(max-width: 768px){.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-button{width:var(--primer-control-medium-size, 32px)}.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-content{padding:0;flex:1}.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-text{display:none}}@media(pointer: coarse){.SegmentedControl-button{min-width:var(--primer-control-minTarget-coarse, 44px)}.SegmentedControl-button::after{position:absolute;top:50%;left:50%;width:100%;height:100%;min-height:var(--primer-control-minTarget-coarse, 44px);content:"";transform:translateX(-50%) translateY(-50%)}.SegmentedControl-button--iconOnly,.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-button{min-width:unset}}
|
|
1
|
+
.SegmentedControl{display:inline-flex;background-color:var(--color-segmented-control-bg);border-radius:var(--primer-borderRadius-medium, 6px);box-shadow:var(--primer-borderInset-thin, inset 0 0 0 1px) var(--color-border-default)}.SegmentedControl-button{position:relative;display:inline-flex;height:var(--primer-control-medium-size, 32px);padding:calc(var(--primer-control-xsmall-paddingInline-condensed, 4px) - var(--primer-borderWidth-thin, 1px));font-size:var(--primer-text-body-size-medium, 14px);color:var(--color-fg-default);background-color:transparent;border:var(--primer-borderWidth-thin, 1px) solid transparent;border-radius:var(--primer-borderRadius-medium, 6px)}.SegmentedControl-button:not(.SegmentedControl-button--selected):hover .SegmentedControl-content{background-color:var(--color-segmented-control-button-hover-bg);transition-duration:var(--primer-duration-fast, 80ms)}.SegmentedControl-button:not(.SegmentedControl-button--selected):active .SegmentedControl-content{background-color:var(--color-segmented-control-button-active-bg);transition-duration:0}.SegmentedControl-button.SegmentedControl-button--selected{font-weight:var(--base-text-weight-semibold, 600);background-color:var(--color-btn-bg);border-color:var(--color-segmented-control-button-selected-border)}.SegmentedControl-button+.SegmentedControl-button::before{position:absolute;inset:var(--primer-borderWidth-thin, 1px) 0 0 calc(var(--primer-borderWidth-thin, 1px)*-1);height:var(--primer-text-body-size-large, 16px);margin-top:var(--primer-control-medium-paddingBlock, 6px);content:"";border-left:var(--primer-borderWidth-thin, 1px) solid var(--color-border-default);transition:border-color var(--primer-duration-medium, 160ms) cubic-bezier(0.3, 0.1, 0.5, 1)}.SegmentedControl-button.SegmentedControl-button--selected::before,.SegmentedControl-button.SegmentedControl-button--selected+.SegmentedControl-button::before{border-color:transparent}.SegmentedControl-content{display:flex;align-items:center;justify-content:center;gap:var(--primer-control-medium-gap, 8px);height:100%;padding:0 var(--primer-control-medium-paddingInline-condensed, 8px);border-radius:var(--primer-borderRadius-medium, 6px);transition:background-color var(--primer-duration-medium, 160ms) cubic-bezier(0.3, 0.1, 0.5, 1)}.SegmentedControl-leadingVisual{color:var(--color-fg-muted)}.SegmentedControl-text{white-space:nowrap}.SegmentedControl-text[data-content]::before{display:block;height:0;font-weight:var(--base-text-weight-semibold, 600);visibility:hidden;content:attr(data-content)}.SegmentedControl--fullWidth{display:flex}.SegmentedControl--fullWidth .SegmentedControl-button{flex:1;justify-content:center}.SegmentedControl-button--iconOnly{width:var(--primer-control-medium-size, 32px)}.SegmentedControl-button--iconOnly .SegmentedControl-content{padding:0;flex:1}@media(max-width: 768px){.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-button{width:var(--primer-control-medium-size, 32px)}.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-content{padding:0;flex:1}.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-text{display:none}}@media(pointer: coarse){.SegmentedControl-button{min-width:var(--primer-control-minTarget-coarse, 44px)}.SegmentedControl-button::after{position:absolute;top:50%;left:50%;width:100%;height:100%;min-height:var(--primer-control-minTarget-coarse, 44px);content:"";transform:translateX(-50%) translateY(-50%)}.SegmentedControl-button--iconOnly,.SegmentedControl--iconOnly-whenNarrow .SegmentedControl-button{min-width:unset}}
|
|
2
2
|
/*# sourceMappingURL=segmented-control.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["file:///home/runner/work/css/css/src/segmented-control/index.scss%23sass"],"names":[],"mappings":"AAmjBA,kBAAA,mBAAA,CAAA,kDAAA,CAAA,oDAAA,CAAA,sFAAA,CAAA,yBAAA,iBAAA,CAAA,mBAAA,CAAA,8CAAA,CAAA,6GAAA,CAAA,mDAAA,CAAA,6BAAA,CAAA,4BAAA,CAAA,4DAAA,CAAA,oDAAA,CAAA,iGAAA,+DAAA,CAAA,qDAAA,CAAA,kGAAA,gEAAA,CAAA,qBAAA,CAAA,2DAAA,iDAAA,CAAA,oCAAA,CAAA,kEAAA,CAAA,0DAAA,iBAAA,CAAA,0FAAA,CAAA,+CAAA,CAAA,yDAAA,CAAA,UAAA,CAAA,iFAAA,CAAA,2FAAA,CAAA,+JAAA,wBAAA,CAAA,0BAAA,YAAA,CAAA,kBAAA,CAAA,sBAAA,CAAA,yCAAA,CAAA,WAAA,CAAA,mEAAA,CAAA,oDAAA,CAAA,+FAAA,CAAA,gCAAA,2BAAA,CAAA,6CAAA,aAAA,CAAA,QAAA,CAAA,iDAAA,CAAA,iBAAA,CAAA,0BAAA,CAAA,6BAAA,YAAA,CAAA,sDAAA,MAAA,CAAA,sBAAA,CAAA,mCAAA,6CAAA,CAAA,6DAAA,SAAA,CAAA,MAAA,CAAA,yBAAA,gEAAA,6CAAA,CAAA,iEAAA,SAAA,CAAA,MAAA,CAAA,8DAAA,YAAA,CAAA,CAAA,wBAAA,yBAAA,sDAAA,CAAA,gCAAA,iBAAA,CAAA,OAAA,CAAA,QAAA,CAAA,UAAA,CAAA,WAAA,CAAA,uDAAA,CAAA,UAAA,CAAA,2CAAA,CAAA,mGAAA,eAAA,CAAA","file":"segmented-control.css"}
|
|
1
|
+
{"version":3,"sources":["file:///home/runner/work/css/css/src/segmented-control/index.scss%23sass"],"names":[],"mappings":"AAmjBA,kBAAA,mBAAA,CAAA,kDAAA,CAAA,oDAAA,CAAA,sFAAA,CAAA,yBAAA,iBAAA,CAAA,mBAAA,CAAA,8CAAA,CAAA,6GAAA,CAAA,mDAAA,CAAA,6BAAA,CAAA,4BAAA,CAAA,4DAAA,CAAA,oDAAA,CAAA,iGAAA,+DAAA,CAAA,qDAAA,CAAA,kGAAA,gEAAA,CAAA,qBAAA,CAAA,2DAAA,iDAAA,CAAA,oCAAA,CAAA,kEAAA,CAAA,0DAAA,iBAAA,CAAA,0FAAA,CAAA,+CAAA,CAAA,yDAAA,CAAA,UAAA,CAAA,iFAAA,CAAA,2FAAA,CAAA,+JAAA,wBAAA,CAAA,0BAAA,YAAA,CAAA,kBAAA,CAAA,sBAAA,CAAA,yCAAA,CAAA,WAAA,CAAA,mEAAA,CAAA,oDAAA,CAAA,+FAAA,CAAA,gCAAA,2BAAA,CAAA,uBAAA,kBAAA,CAAA,6CAAA,aAAA,CAAA,QAAA,CAAA,iDAAA,CAAA,iBAAA,CAAA,0BAAA,CAAA,6BAAA,YAAA,CAAA,sDAAA,MAAA,CAAA,sBAAA,CAAA,mCAAA,6CAAA,CAAA,6DAAA,SAAA,CAAA,MAAA,CAAA,yBAAA,gEAAA,6CAAA,CAAA,iEAAA,SAAA,CAAA,MAAA,CAAA,8DAAA,YAAA,CAAA,CAAA,wBAAA,yBAAA,sDAAA,CAAA,gCAAA,iBAAA,CAAA,OAAA,CAAA,QAAA,CAAA,UAAA,CAAA,WAAA,CAAA,uDAAA,CAAA,UAAA,CAAA,2CAAA,CAAA,mGAAA,eAAA,CAAA","file":"segmented-control.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"size":16623,"gzipSize":2478,"humanizedSize":"16KB","humanizedGzipSize":"2KB","rules":{"total":114,"size":{"graph":[1,1,1,7,7,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,6,6,4,1,2,3,1,3,1,2,1,1,1,1,1,1,1,1,1,1,1,8,3,1,1,3,1,3,3,1,3,2,1,1,1,1,1,1,2,1,1,1,1,1,1,21,1,1,3,1,3,1,1,2,1,1,1,1,1,2,5,1,2,5,1,1,1,8,1,1,1,1,1,1,1,1,1,1,3,1,1,3,1,4,6,4,3,1,6,7,3,4,2,1],"max":21,"average":2.1228070175438596},"selectorByRuleSizes":[{"selector":".ActionList-content","declarations":21},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::after","declarations":8},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::after","declarations":8},{"selector":".ActionList-sectionDivider:empty","declarations":7},{"selector":".ActionList--divided .ActionList-item-descriptionWrap--inline::before","declarations":7},{"selector":".ActionList--divided .ActionList-item-label::before","declarations":7},{"selector":".ActionList-sectionDivider:not(:empty)","declarations":6},{"selector":".ActionList-item-visual,.ActionList-item-action","declarations":6},{"selector":".ActionList--tree .ActionList-item--hasSubItem:not([aria-level=\"1\"])>.ActionList--subGroup::before","declarations":6},{"selector":".ActionList--tree>[aria-level=\"1\"].ActionList-item--hasSubItem>.ActionList--subGroup::before","declarations":6},{"selector":".ActionList-content[aria-expanded=false]+.ActionList--subGroup","declarations":5},{"selector":".ActionList-content[aria-expanded=true]+.ActionList--subGroup","declarations":5},{"selector":".ActionList-sectionDivider--filled","declarations":4},{"selector":".ActionList-item-label","declarations":4},{"selector":".ActionList-item-description","declarations":4},{"selector":".ActionList-item","declarations":4},{"selector":".ActionList-sectionDivider .ActionList-sectionDivider-title","declarations":3},{"selector":".ActionList-item-label--truncate","declarations":3},{"selector":".ActionList-item-descriptionWrap--inline","declarations":3},{"selector":".ActionList-item-descriptionWrap","declarations":3},{"selector":".ActionList-content:focus-visible","declarations":3},{"selector":".ActionList-content:focus","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectCheckmark","declarations":3},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect","declarations":3},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectCheckmark","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-sectionDivider--filled:empty","declarations":2},{"selector":".ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-content[aria-disabled=true]:hover","declarations":2},{"selector":".ActionList-item[aria-disabled=true]:hover","declarations":2},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectIconRect","declarations":2},{"selector":"50%","declarations":2},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":2},{"selector":".ActionList--tree .ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList--tree .ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-sectionDivider--filled:first-child","declarations":1},{"selector":".ActionList-item--subItem>.ActionList-content","declarations":1},{"selector":".ActionList-item-descriptionWrap--inline .ActionList-item-description","declarations":1},{"selector":".ActionList-item-descriptionWrap .ActionList-item-label","declarations":1},{"selector":".ActionList-item-descriptionWrap .ActionList-item-description","declarations":1},{"selector":".ActionList-item-action--trailing","declarations":1},{"selector":".ActionList-item-visual--trailing","declarations":1},{"selector":".ActionList-item-label","declarations":1},{"selector":".ActionList-item-visual--leading","declarations":1},{"selector":".ActionList-item-action--leading","declarations":1},{"selector":".ActionList-content.ActionList-content--blockDescription .ActionList-item-visual","declarations":1},{"selector":".ActionList-content","declarations":1},{"selector":".ActionList-content.ActionList-content--fontSmall","declarations":1},{"selector":".ActionList-content.ActionList-content--sizeLarge","declarations":1},{"selector":".ActionList-content.ActionList-content--sizeMedium","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::before,.ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem+.ActionList-item::before","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem .ActionList-item-label","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem","declarations":1},{"selector":".ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual24+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual20+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual16+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1},{"selector":".ActionList-content[aria-disabled=true] .ActionList-item-visual","declarations":1},{"selector":".ActionList-content[aria-disabled=true] .ActionList-item-label,.ActionList-content[aria-disabled=true] .ActionList-item-description","declarations":1},{"selector":".ActionList-content:focus:not(:focus-visible)","declarations":1},{"selector":".ActionList-content:hover","declarations":1},{"selector":".ActionList-content>:not(:last-child)","declarations":1},{"selector":".ActionList-item .ActionList","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-content:active","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover .ActionList-item-label","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-item-visual","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-item-label","declarations":1},{"selector":".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-visual","declarations":1},{"selector":".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-label,.ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-description","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::before,.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)+.ActionList-item::before","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):active+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":"100%","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item:hover,.ActionList-item:active","declarations":1},{"selector":".ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content>span:first-child","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1},{"selector":".ActionList--tree .ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-item.ActionList-item--singleton .ActionList-content","declarations":1},{"selector":".ActionList--tree .ActionList-item--subItem>.ActionList-content","declarations":1},{"selector":".ActionList--tree","declarations":1},{"selector":".ActionList-item:first-of-type .ActionList-item-descriptionWrap--inline::before,.ActionList-sectionDivider+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:first-of-type .ActionList-item-label::before,.ActionList-sectionDivider+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList--divided .ActionList-item--navActive .ActionList-item-label::before,.ActionList--divided .ActionList-item--navActive+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList--divided .ActionList-item-descriptionWrap--inline .ActionList-item-label::before","declarations":1},{"selector":".ActionList--subGroup","declarations":1},{"selector":".ActionList--full","declarations":1},{"selector":".ActionList","declarations":1}]},"selectors":{"total":141,"type":1,"class":141,"id":0,"pseudoClass":51,"pseudoElement":29,"values":[".ActionList",".ActionList--full",".ActionList--subGroup",".ActionList--divided .ActionList-item-label::before",".ActionList--divided .ActionList-item-descriptionWrap--inline::before",".ActionList--divided .ActionList-item-descriptionWrap--inline .ActionList-item-label::before",".ActionList--divided .ActionList-item--navActive .ActionList-item-label::before",".ActionList--divided .ActionList-item--navActive+.ActionList-item .ActionList-item-label::before",".ActionList-item:first-of-type .ActionList-item-label::before",".ActionList-sectionDivider+.ActionList-item .ActionList-item-label::before",".ActionList-item:first-of-type .ActionList-item-descriptionWrap--inline::before",".ActionList-sectionDivider+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList--tree",".ActionList--tree .ActionList-item--subItem>.ActionList-content",".ActionList--tree .ActionList-item.ActionList-item--singleton .ActionList-content",".ActionList--tree .ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label",".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup",".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content",".ActionList--tree .ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon",".ActionList--tree .ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList--tree .ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon",".ActionList--tree .ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content>span:first-child",".ActionList--tree>[aria-level=\"1\"].ActionList-item--hasSubItem>.ActionList--subGroup::before",".ActionList--tree .ActionList-item--hasSubItem:not([aria-level=\"1\"])>.ActionList--subGroup::before",".ActionList-item",".ActionList-item:hover",".ActionList-item:active",".ActionList-item:not(.ActionList-item--hasSubItem):hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)",".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item:not(.ActionList-item--hasSubItem):active:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active:not(.ActionList-item--navActive)",".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):active .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):active+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::before",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)+.ActionList-item::before",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::after",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectIconRect",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-label",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-description",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-visual",".ActionList-item[aria-disabled=true]:hover",".ActionList-item.ActionList-item--danger .ActionList-item-label",".ActionList-item.ActionList-item--danger .ActionList-item-visual",".ActionList-item.ActionList-item--danger:hover",".ActionList-item.ActionList-item--danger:hover .ActionList-item-label",".ActionList-item.ActionList-item--danger .ActionList-content:active",".ActionList-item .ActionList",".ActionList-content",".ActionList-content>:not(:last-child)",".ActionList-content:hover",".ActionList-content:focus",".ActionList-content:focus:not(:focus-visible)",".ActionList-content:focus-visible",".ActionList-content[aria-disabled=true] .ActionList-item-label",".ActionList-content[aria-disabled=true] .ActionList-item-description",".ActionList-content[aria-disabled=true] .ActionList-item-visual",".ActionList-content[aria-disabled=true]:hover",".ActionList-content[aria-expanded]+.ActionList--subGroup",".ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual16+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual20+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual24+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon",".ActionList-content[aria-expanded=true]+.ActionList--subGroup",".ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon",".ActionList-content[aria-expanded=false]+.ActionList--subGroup",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem .ActionList-item-label",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::before",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem+.ActionList-item::before",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::after",".ActionList-content.ActionList-content--sizeMedium",".ActionList-content.ActionList-content--sizeLarge",".ActionList-content.ActionList-content--fontSmall",".ActionList-content",".ActionList-content.ActionList-content--blockDescription .ActionList-item-visual",".ActionList-item-action--leading",".ActionList-item-visual--leading",".ActionList-item-label",".ActionList-item-visual--trailing",".ActionList-item-action--trailing",".ActionList-item-descriptionWrap",".ActionList-item-descriptionWrap .ActionList-item-description",".ActionList-item-descriptionWrap .ActionList-item-label",".ActionList-item-descriptionWrap--inline",".ActionList-item-descriptionWrap--inline .ActionList-item-description",".ActionList-item-description",".ActionList-item-visual",".ActionList-item-action",".ActionList-item-label",".ActionList-item-label--truncate",".ActionList-item--subItem>.ActionList-content",".ActionList-sectionDivider:not(:empty)",".ActionList-sectionDivider:empty",".ActionList-sectionDivider .ActionList-sectionDivider-title",".ActionList-sectionDivider--filled",".ActionList-sectionDivider--filled:empty",".ActionList-sectionDivider--filled:first-child"],"specificity":{"max":61,"average":31.347517730496453}},"declarations":{"total":242,"unique":135,"uniqueToTotalRatio":0.5578512396694215,"properties":{"padding":["8px","0","0","unset","6px 8px","10px 8px","14px 8px","14px 8px","6px 8px","0"],"position":["absolute","absolute","relative","absolute","absolute","relative","absolute","relative","absolute","relative","relative"],"top":["-6px","-6px","calc(50% - 12px)","calc(50% - 12px)"],"display":["block","block","grid","flex","flex","flex","block"],"width":["100%","100%","1px","1px","4px","100%","4px"],"height":["1px","1px","100%","100%","24px","auto","0","24px","1px","8px"],"content":["\"\"","\"\"","unset","\"\"","\"\"","\"\"","\"\""],"background":["var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-default-active-bg)","var(--color-action-list-item-default-selected-bg)","var(--color-accent-fg)","var(--color-action-list-item-danger-hover-bg)","var(--color-action-list-item-danger-active-bg)","var(--color-action-list-item-default-selected-bg)","var(--color-accent-fg)","var(--color-action-list-item-inline-divider)","var(--color-canvas-subtle)"],"visibility":["hidden","hidden","hidden","hidden","hidden","hidden","hidden","visible","visible","hidden","hidden","visible","hidden","hidden"],"--ActionList-tree-depth":["1"],"font-size":["14px","14px","12px","12px","12px","12px","12px"],"padding-left":["32px","calc(8px * var(--ActionList-tree-depth))","24px","24px","32px","36px","40px"],"font-weight":["400","400","400","600","400","600","600","600","400","400","600","600"],"transition":["transform 120ms linear","transform 120ms linear","visibility 0 linear 0,opacity 50ms","visibility 0 linear 50ms,opacity 50ms","visibility 0s linear 200ms","background 33.333ms linear","opacity 160ms cubic-bezier(0.25, 1, 0.5, 1),transform 160ms cubic-bezier(0.25, 1, 0.5, 1)","transform 120ms linear","transform 120ms linear"],"transform":["rotate(0deg)","rotate(-90deg)","scale(1)","scale(0.97)","scaleY(-1)","translateY(0)","scaleY(1)","translateY(-16px)"],"left":["16px","calc(8px * (var(--ActionList-tree-depth)) + 7px)","-8px","-8px"],"list-style":["none","none"],"background-color":["transparent","var(--color-action-list-item-default-hover-bg)","var(--color-action-list-item-default-hover-bg)","var(--color-action-list-item-default-active-bg)","var(--color-action-list-item-default-hover-bg)","transparent","transparent","transparent"],"border-radius":["6px","6px","6px","6px"],"cursor":["pointer","pointer","not-allowed","not-allowed"],"outline":["solid 1px transparent","solid 1px transparent","2px solid var(--color-accent-fg)","solid 1px transparent","2px solid var(--color-accent-fg)"],"outline-offset":["-1px","-1px","-2px","-2px"],"box-shadow":["inset 0 0 0 1px var(--color-action-list-item-default-active-border)","inset 0 0 0 1px var(--color-action-list-item-default-active-border)","inset 0 2px 12px 6px rgba(var(--color-canvas-default), 0.4)","none","none"],"animation":["ActionList-item-active-bg 4s forwards cubic-bezier(0.33, 1, 0.68, 1)","checkmarkIn 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards","checkmarkOut 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"],"z-index":["1"],"opacity":["1","0","1","0"],"fill":["var(--color-accent-fg)","var(--color-fg-on-emphasis)","var(--color-canvas-default)","var(--color-canvas-default)","var(--color-primer-fg-disabled)","var(--color-primer-fg-disabled)","var(--color-fg-muted)"],"stroke":["var(--color-accent-fg)","var(--color-border-default)"],"stroke-width":["1px","1px"],"clip-path":["inset(16px 0 0 0)","inset(16px 0 0 0)","inset(0 0 0 0)","inset(0 0 0 0)","inset(16px 0 0 0)"],"border":["1px solid var(--color-border-default)","none","0"],"color":["var(--color-primer-fg-disabled)","var(--color-danger-fg)","var(--color-danger-fg)","var(--color-action-list-item-danger-hover-text)","var(--color-fg-default)","var(--color-primer-fg-disabled)","var(--color-fg-muted)","var(--color-fg-muted)","var(--color-fg-default)","var(--color-fg-muted)","var(--color-fg-muted)"],"text-align":["left"],"-webkit-user-select":["none"],"user-select":["none"],"touch-action":["manipulation","manipulation"],"-webkit-tap-highlight-color":["transparent"],"grid-template-rows":["min-content"],"grid-template-areas":["\"leadingAction leadingVisual label trailingVisual trailingAction\""],"grid-template-columns":["min-content min-content minmax(0, auto) min-content min-content"],"align-items":["start","baseline","center"],"margin-right":["8px"],"text-decoration":["none"],"overflow":["visible","hidden","hidden"],"place-self":["start"],"grid-area":["leadingAction","leadingVisual","label","trailingVisual","trailingAction","label"],"flex-direction":["column","row","column"],"margin-top":["4px","0"],"margin-left":["8px"],"line-height":["1.5","20px"],"min-height":["20px"],"pointer-events":["none"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"margin":["7px -8px 8px","8px -8px"],"border-top":["1px solid var(--color-action-list-item-inline-divider)"],"border-bottom":["1px solid var(--color-action-list-item-inline-divider)"],"box-sizing":["border-box"]}},"mediaQueries":{"total":12,"unique":3,"values":["(hover: hover)","screen and (prefers-reduced-motion: no-preference)","(hover: hover)","(hover: hover)","(hover: hover)","screen and (prefers-reduced-motion: no-preference)","screen and (prefers-reduced-motion: no-preference)","(hover: hover)","(hover: hover)","(hover: hover)","screen and (prefers-reduced-motion: no-preference)","(pointer: coarse)"],"contents":[{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[2,3],"max":3,"average":2.5},"selectorByRuleSizes":[{"selector":",.ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":2}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":4,"pseudoElement":0,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)"],"specificity":{"max":50,"average":40}},"declarations":{"total":5,"unique":5,"uniqueToTotalRatio":1,"properties":{"cursor":["pointer"],"background-color":["var(--color-action-list-item-default-hover-bg)"],"outline":["solid 1px transparent"],"outline-offset":["-1px"],"box-shadow":["inset 0 0 0 1px var(--color-action-list-item-default-active-border)"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active"],"specificity":{"max":40,"average":35}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["ActionList-item-active-bg 4s forwards cubic-bezier(0.33, 1, 0.68, 1)"]}}},{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":8,"pseudoElement":8,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before"],"specificity":{"max":61,"average":51}},"declarations":{"total":2,"unique":1,"uniqueToTotalRatio":0.5,"properties":{"visibility":["hidden","hidden"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover"],"specificity":{"max":40,"average":40}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"background-color":["var(--color-action-list-item-default-hover-bg)"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover"],"specificity":{"max":40,"average":40}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"background-color":["var(--color-action-list-item-default-hover-bg)"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["checkmarkIn 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["checkmarkOut 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-disabled=true]:hover","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item[aria-disabled=true]:hover"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"cursor":["not-allowed"],"background-color":["transparent"]}}},{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.ActionList-item.ActionList-item--danger:hover .ActionList-item-label","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--danger:hover",".ActionList-item.ActionList-item--danger:hover .ActionList-item-label"],"specificity":{"max":40,"average":35}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"background":["var(--color-action-list-item-danger-hover-bg)"],"color":["var(--color-action-list-item-danger-hover-text)"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".ActionList-content[aria-disabled=true]:hover","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-content[aria-disabled=true]:hover"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"cursor":["not-allowed"],"background-color":["transparent"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-content[aria-expanded]+.ActionList--subGroup"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"transition":["opacity 160ms cubic-bezier(0.25, 1, 0.5, 1),transform 160ms cubic-bezier(0.25, 1, 0.5, 1)"]}}},{"value":"(pointer: coarse)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-content","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-content"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"padding":["14px 8px"]}}}]}}
|
|
1
|
+
{"size":17169,"gzipSize":2509,"humanizedSize":"17KB","humanizedGzipSize":"2KB","rules":{"total":118,"size":{"graph":[1,1,1,7,7,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,6,6,4,1,2,3,1,3,1,2,1,1,1,1,1,1,1,2,1,1,8,1,1,1,1,8,3,1,1,3,1,3,3,1,3,2,1,1,1,1,1,1,2,1,1,1,1,1,1,21,1,1,3,1,3,1,1,2,1,1,1,1,1,2,5,1,2,5,1,1,1,8,1,1,1,1,1,1,1,1,1,1,3,1,1,3,1,4,6,4,3,1,6,7,3,4,2,1],"max":21,"average":2.152542372881356},"selectorByRuleSizes":[{"selector":".ActionList-content","declarations":21},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::after","declarations":8},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::after","declarations":8},{"selector":".ActionList-item[aria-selected=true]::after","declarations":8},{"selector":".ActionList-sectionDivider:empty","declarations":7},{"selector":".ActionList--divided .ActionList-item-descriptionWrap--inline::before","declarations":7},{"selector":".ActionList--divided .ActionList-item-label::before","declarations":7},{"selector":".ActionList-sectionDivider:not(:empty)","declarations":6},{"selector":".ActionList-item-visual,.ActionList-item-action","declarations":6},{"selector":".ActionList--tree .ActionList-item--hasSubItem:not([aria-level=\"1\"])>.ActionList--subGroup::before","declarations":6},{"selector":".ActionList--tree>[aria-level=\"1\"].ActionList-item--hasSubItem>.ActionList--subGroup::before","declarations":6},{"selector":".ActionList-content[aria-expanded=false]+.ActionList--subGroup","declarations":5},{"selector":".ActionList-content[aria-expanded=true]+.ActionList--subGroup","declarations":5},{"selector":".ActionList-sectionDivider--filled","declarations":4},{"selector":".ActionList-item-label","declarations":4},{"selector":".ActionList-item-description","declarations":4},{"selector":".ActionList-item","declarations":4},{"selector":".ActionList-sectionDivider .ActionList-sectionDivider-title","declarations":3},{"selector":".ActionList-item-label--truncate","declarations":3},{"selector":".ActionList-item-descriptionWrap--inline","declarations":3},{"selector":".ActionList-item-descriptionWrap","declarations":3},{"selector":".ActionList-content:focus-visible","declarations":3},{"selector":".ActionList-content:focus","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":3},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectCheckmark","declarations":3},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect","declarations":3},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectCheckmark","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-sectionDivider--filled:empty","declarations":2},{"selector":".ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-content[aria-disabled=true]:hover","declarations":2},{"selector":".ActionList-item[aria-disabled=true]:hover","declarations":2},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIconRect,.ActionList-item[aria-selected=false] .ActionList-item-multiSelectIconRect","declarations":2},{"selector":".ActionList-item[aria-selected=true]","declarations":2},{"selector":"50%","declarations":2},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":2},{"selector":".ActionList--tree .ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList--tree .ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon","declarations":2},{"selector":".ActionList-sectionDivider--filled:first-child","declarations":1},{"selector":".ActionList-item--subItem>.ActionList-content","declarations":1},{"selector":".ActionList-item-descriptionWrap--inline .ActionList-item-description","declarations":1},{"selector":".ActionList-item-descriptionWrap .ActionList-item-label","declarations":1},{"selector":".ActionList-item-descriptionWrap .ActionList-item-description","declarations":1},{"selector":".ActionList-item-action--trailing","declarations":1},{"selector":".ActionList-item-visual--trailing","declarations":1},{"selector":".ActionList-item-label","declarations":1},{"selector":".ActionList-item-visual--leading","declarations":1},{"selector":".ActionList-item-action--leading","declarations":1},{"selector":".ActionList-content.ActionList-content--blockDescription .ActionList-item-visual","declarations":1},{"selector":".ActionList-content","declarations":1},{"selector":".ActionList-content.ActionList-content--fontSmall","declarations":1},{"selector":".ActionList-content.ActionList-content--sizeLarge","declarations":1},{"selector":".ActionList-content.ActionList-content--sizeMedium","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::before,.ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem+.ActionList-item::before","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem .ActionList-item-label","declarations":1},{"selector":".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem","declarations":1},{"selector":".ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual24+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual20+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded].ActionList-content--visual16+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1},{"selector":".ActionList-content[aria-disabled=true] .ActionList-item-visual","declarations":1},{"selector":".ActionList-content[aria-disabled=true] .ActionList-item-label,.ActionList-content[aria-disabled=true] .ActionList-item-description","declarations":1},{"selector":".ActionList-content:focus:not(:focus-visible)","declarations":1},{"selector":".ActionList-content:hover","declarations":1},{"selector":".ActionList-content>:not(:last-child)","declarations":1},{"selector":".ActionList-item .ActionList","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-content:active","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover .ActionList-item-label","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-item-visual","declarations":1},{"selector":".ActionList-item.ActionList-item--danger .ActionList-item-label","declarations":1},{"selector":".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-visual","declarations":1},{"selector":".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-label,.ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-description","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::before,.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)+.ActionList-item::before","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)","declarations":1},{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label","declarations":1},{"selector":".ActionList-item[aria-selected=true]::before,.ActionList-item[aria-selected=true]+.ActionList-item::before","declarations":1},{"selector":".ActionList-item[aria-selected=true]:hover","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":1},{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):active+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":"100%","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1},{"selector":".ActionList-item:hover,.ActionList-item:active","declarations":1},{"selector":".ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content>span:first-child","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content","declarations":1},{"selector":".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1},{"selector":".ActionList--tree .ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label","declarations":1},{"selector":".ActionList--tree .ActionList-item.ActionList-item--singleton .ActionList-content","declarations":1},{"selector":".ActionList--tree .ActionList-item--subItem>.ActionList-content","declarations":1},{"selector":".ActionList--tree","declarations":1},{"selector":".ActionList-item:first-of-type .ActionList-item-descriptionWrap--inline::before,.ActionList-sectionDivider+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:first-of-type .ActionList-item-label::before,.ActionList-sectionDivider+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList--divided .ActionList-item--navActive .ActionList-item-label::before,.ActionList--divided .ActionList-item--navActive+.ActionList-item .ActionList-item-label::before","declarations":1},{"selector":".ActionList--divided .ActionList-item-descriptionWrap--inline .ActionList-item-label::before","declarations":1},{"selector":".ActionList--subGroup","declarations":1},{"selector":".ActionList--full","declarations":1},{"selector":".ActionList","declarations":1}]},"selectors":{"total":146,"type":1,"class":146,"id":0,"pseudoClass":52,"pseudoElement":32,"values":[".ActionList",".ActionList--full",".ActionList--subGroup",".ActionList--divided .ActionList-item-label::before",".ActionList--divided .ActionList-item-descriptionWrap--inline::before",".ActionList--divided .ActionList-item-descriptionWrap--inline .ActionList-item-label::before",".ActionList--divided .ActionList-item--navActive .ActionList-item-label::before",".ActionList--divided .ActionList-item--navActive+.ActionList-item .ActionList-item-label::before",".ActionList-item:first-of-type .ActionList-item-label::before",".ActionList-sectionDivider+.ActionList-item .ActionList-item-label::before",".ActionList-item:first-of-type .ActionList-item-descriptionWrap--inline::before",".ActionList-sectionDivider+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList--tree",".ActionList--tree .ActionList-item--subItem>.ActionList-content",".ActionList--tree .ActionList-item.ActionList-item--singleton .ActionList-content",".ActionList--tree .ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label",".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup",".ActionList--tree .ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content",".ActionList--tree .ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon",".ActionList--tree .ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList--tree .ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon",".ActionList--tree .ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content>span:first-child",".ActionList--tree>[aria-level=\"1\"].ActionList-item--hasSubItem>.ActionList--subGroup::before",".ActionList--tree .ActionList-item--hasSubItem:not([aria-level=\"1\"])>.ActionList--subGroup::before",".ActionList-item",".ActionList-item:hover",".ActionList-item:active",".ActionList-item:not(.ActionList-item--hasSubItem):hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)",".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item:not(.ActionList-item--hasSubItem):active:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active:not(.ActionList-item--navActive)",".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):active .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):active+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active",".ActionList-item[aria-selected=true]",".ActionList-item[aria-selected=true]:hover",".ActionList-item[aria-selected=true]::before",".ActionList-item[aria-selected=true]+.ActionList-item::before",".ActionList-item[aria-selected=true]::after",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::before",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)+.ActionList-item::before",".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::after",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-checked=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect",".ActionList-item[aria-checked=false] .ActionList-item-multiSelectIconRect",".ActionList-item[aria-selected=false] .ActionList-item-multiSelectIconRect",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-label",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-description",".ActionList-item[aria-disabled=true] .ActionList-content .ActionList-item-visual",".ActionList-item[aria-disabled=true]:hover",".ActionList-item.ActionList-item--danger .ActionList-item-label",".ActionList-item.ActionList-item--danger .ActionList-item-visual",".ActionList-item.ActionList-item--danger:hover",".ActionList-item.ActionList-item--danger:hover .ActionList-item-label",".ActionList-item.ActionList-item--danger .ActionList-content:active",".ActionList-item .ActionList",".ActionList-content",".ActionList-content>:not(:last-child)",".ActionList-content:hover",".ActionList-content:focus",".ActionList-content:focus:not(:focus-visible)",".ActionList-content:focus-visible",".ActionList-content[aria-disabled=true] .ActionList-item-label",".ActionList-content[aria-disabled=true] .ActionList-item-description",".ActionList-content[aria-disabled=true] .ActionList-item-visual",".ActionList-content[aria-disabled=true]:hover",".ActionList-content[aria-expanded]+.ActionList--subGroup",".ActionList-content[aria-expanded]+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual16+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual20+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded].ActionList-content--visual24+.ActionList--subGroup .ActionList-content",".ActionList-content[aria-expanded=true] .ActionList-item-collapseIcon",".ActionList-content[aria-expanded=true]+.ActionList--subGroup",".ActionList-content[aria-expanded=true].ActionList-content--hasActiveSubItem>.ActionList-item-label",".ActionList-content[aria-expanded=false] .ActionList-item-collapseIcon",".ActionList-content[aria-expanded=false]+.ActionList--subGroup",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem .ActionList-item-label",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::before",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem+.ActionList-item::before",".ActionList-content[aria-expanded=false].ActionList-content--hasActiveSubItem::after",".ActionList-content.ActionList-content--sizeMedium",".ActionList-content.ActionList-content--sizeLarge",".ActionList-content.ActionList-content--fontSmall",".ActionList-content",".ActionList-content.ActionList-content--blockDescription .ActionList-item-visual",".ActionList-item-action--leading",".ActionList-item-visual--leading",".ActionList-item-label",".ActionList-item-visual--trailing",".ActionList-item-action--trailing",".ActionList-item-descriptionWrap",".ActionList-item-descriptionWrap .ActionList-item-description",".ActionList-item-descriptionWrap .ActionList-item-label",".ActionList-item-descriptionWrap--inline",".ActionList-item-descriptionWrap--inline .ActionList-item-description",".ActionList-item-description",".ActionList-item-visual",".ActionList-item-action",".ActionList-item-label",".ActionList-item-label--truncate",".ActionList-item--subItem>.ActionList-content",".ActionList-sectionDivider:not(:empty)",".ActionList-sectionDivider:empty",".ActionList-sectionDivider .ActionList-sectionDivider-title",".ActionList-sectionDivider--filled",".ActionList-sectionDivider--filled:empty",".ActionList-sectionDivider--filled:first-child"],"specificity":{"max":61,"average":31.116438356164384}},"declarations":{"total":254,"unique":136,"uniqueToTotalRatio":0.5354330708661418,"properties":{"padding":["8px","0","0","unset","6px 8px","10px 8px","14px 8px","14px 8px","6px 8px","0"],"position":["absolute","absolute","relative","absolute","absolute","relative","absolute","absolute","relative","absolute","relative","relative"],"top":["-6px","-6px","calc(50% - 12px)","calc(50% - 12px)","calc(50% - 12px)"],"display":["block","block","grid","flex","flex","flex","block"],"width":["100%","100%","1px","1px","4px","4px","100%","4px"],"height":["1px","1px","100%","100%","24px","24px","auto","0","24px","1px","8px"],"content":["\"\"","\"\"","unset","\"\"","\"\"","\"\"","\"\"","\"\""],"background":["var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-inline-divider)","var(--color-action-list-item-default-active-bg)","var(--color-action-list-item-default-selected-bg)","var(--color-accent-fg)","var(--color-action-list-item-default-selected-bg)","var(--color-accent-fg)","var(--color-action-list-item-danger-hover-bg)","var(--color-action-list-item-danger-active-bg)","var(--color-action-list-item-default-selected-bg)","var(--color-accent-fg)","var(--color-action-list-item-inline-divider)","var(--color-canvas-subtle)"],"visibility":["hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","visible","visible","hidden","hidden","visible","hidden","hidden"],"--ActionList-tree-depth":["1"],"font-size":["14px","14px","12px","12px","12px","12px","12px"],"padding-left":["32px","calc(8px * var(--ActionList-tree-depth))","24px","24px","32px","36px","40px"],"font-weight":["400","400","400","400","600","400","600","600","600","400","400","600","600"],"transition":["transform 120ms linear","transform 120ms linear","visibility 0 linear 0,opacity 50ms","visibility 0 linear 50ms,opacity 50ms","visibility 0s linear 200ms","background 33.333ms linear","opacity 160ms cubic-bezier(0.25, 1, 0.5, 1),transform 160ms cubic-bezier(0.25, 1, 0.5, 1)","transform 120ms linear","transform 120ms linear"],"transform":["rotate(0deg)","rotate(-90deg)","scale(1)","scale(0.97)","scaleY(-1)","translateY(0)","scaleY(1)","translateY(-16px)"],"left":["16px","calc(8px * (var(--ActionList-tree-depth)) + 7px)","-4px","-8px","-8px"],"list-style":["none","none"],"background-color":["transparent","var(--color-action-list-item-default-hover-bg)","var(--color-action-list-item-default-hover-bg)","var(--color-action-list-item-default-active-bg)","var(--color-action-list-item-default-hover-bg)","var(--color-action-list-item-default-hover-bg)","transparent","transparent","transparent"],"border-radius":["6px","6px","6px","6px","6px"],"cursor":["pointer","pointer","not-allowed","not-allowed"],"outline":["solid 1px transparent","solid 1px transparent","2px solid var(--color-accent-fg)","solid 1px transparent","2px solid var(--color-accent-fg)"],"outline-offset":["-1px","-1px","-2px","-2px"],"box-shadow":["inset 0 0 0 1px var(--color-action-list-item-default-active-border)","inset 0 0 0 1px var(--color-action-list-item-default-active-border)","inset 0 2px 12px 6px rgba(var(--color-canvas-default), 0.4)","none","none"],"animation":["ActionList-item-active-bg 4s forwards cubic-bezier(0.33, 1, 0.68, 1)","checkmarkIn 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards","checkmarkOut 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"],"z-index":["1"],"opacity":["1","0","1","0"],"fill":["var(--color-accent-fg)","var(--color-fg-on-emphasis)","var(--color-canvas-default)","var(--color-canvas-default)","var(--color-primer-fg-disabled)","var(--color-primer-fg-disabled)","var(--color-fg-muted)"],"stroke":["var(--color-accent-fg)","var(--color-border-default)"],"stroke-width":["1px","1px"],"clip-path":["inset(16px 0 0 0)","inset(16px 0 0 0)","inset(0 0 0 0)","inset(0 0 0 0)","inset(16px 0 0 0)"],"border":["1px solid var(--color-border-default)","none","0"],"color":["var(--color-primer-fg-disabled)","var(--color-danger-fg)","var(--color-danger-fg)","var(--color-action-list-item-danger-hover-text)","var(--color-fg-default)","var(--color-primer-fg-disabled)","var(--color-fg-muted)","var(--color-fg-muted)","var(--color-fg-default)","var(--color-fg-muted)","var(--color-fg-muted)"],"text-align":["left"],"-webkit-user-select":["none"],"user-select":["none"],"touch-action":["manipulation","manipulation"],"-webkit-tap-highlight-color":["transparent"],"grid-template-rows":["min-content"],"grid-template-areas":["\"leadingAction leadingVisual label trailingVisual trailingAction\""],"grid-template-columns":["min-content min-content minmax(0, auto) min-content min-content"],"align-items":["start","baseline","center"],"margin-right":["8px"],"text-decoration":["none"],"overflow":["visible","hidden","hidden"],"place-self":["start"],"grid-area":["leadingAction","leadingVisual","label","trailingVisual","trailingAction","label"],"flex-direction":["column","row","column"],"margin-top":["4px","0"],"margin-left":["8px"],"line-height":["1.5","20px"],"min-height":["20px"],"pointer-events":["none"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"margin":["7px -8px 8px","8px -8px"],"border-top":["1px solid var(--color-action-list-item-inline-divider)"],"border-bottom":["1px solid var(--color-action-list-item-inline-divider)"],"box-sizing":["border-box"]}},"mediaQueries":{"total":13,"unique":3,"values":["(hover: hover)","screen and (prefers-reduced-motion: no-preference)","(hover: hover)","(hover: hover)","(hover: hover)","(hover: hover)","screen and (prefers-reduced-motion: no-preference)","screen and (prefers-reduced-motion: no-preference)","(hover: hover)","(hover: hover)","(hover: hover)","screen and (prefers-reduced-motion: no-preference)","(pointer: coarse)"],"contents":[{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[2,3],"max":3,"average":2.5},"selectorByRuleSizes":[{"selector":",.ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive),.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)","declarations":3},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":2}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":4,"pseudoElement":0,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):hover",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover",".ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive)",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)"],"specificity":{"max":50,"average":40}},"declarations":{"total":5,"unique":5,"uniqueToTotalRatio":1,"properties":{"cursor":["pointer"],"background-color":["var(--color-action-list-item-default-hover-bg)"],"outline":["solid 1px transparent"],"outline-offset":["-1px"],"box-shadow":["inset 0 0 0 1px var(--color-action-list-item-default-active-border)"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):active,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):active",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:active"],"specificity":{"max":40,"average":35}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["ActionList-item-active-bg 4s forwards cubic-bezier(0.33, 1, 0.68, 1)"]}}},{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before","declarations":1},{"selector":".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before,.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before,.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":8,"pseudoElement":8,"values":[".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-label::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover .ActionList-item-descriptionWrap--inline::before",".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-descriptionWrap--inline::before"],"specificity":{"max":61,"average":51}},"declarations":{"total":2,"unique":1,"uniqueToTotalRatio":0.5,"properties":{"visibility":["hidden","hidden"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover"],"specificity":{"max":40,"average":40}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"background-color":["var(--color-action-list-item-default-hover-bg)"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-selected=true]:hover","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item[aria-selected=true]:hover"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"background-color":["var(--color-action-list-item-default-hover-bg)"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger):hover"],"specificity":{"max":40,"average":40}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"background-color":["var(--color-action-list-item-default-hover-bg)"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-item[aria-checked=true] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["checkmarkIn 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark,.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-item[aria-checked=false] .ActionList-item-singleSelectCheckmark",".ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"animation":["checkmarkOut 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".ActionList-item[aria-disabled=true]:hover","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-item[aria-disabled=true]:hover"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"cursor":["not-allowed"],"background-color":["transparent"]}}},{"value":"(hover: hover)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.ActionList-item.ActionList-item--danger:hover .ActionList-item-label","declarations":1},{"selector":".ActionList-item.ActionList-item--danger:hover","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".ActionList-item.ActionList-item--danger:hover",".ActionList-item.ActionList-item--danger:hover .ActionList-item-label"],"specificity":{"max":40,"average":35}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"background":["var(--color-action-list-item-danger-hover-bg)"],"color":["var(--color-action-list-item-danger-hover-text)"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".ActionList-content[aria-disabled=true]:hover","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".ActionList-content[aria-disabled=true]:hover"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"uniqueToTotalRatio":1,"properties":{"cursor":["not-allowed"],"background-color":["transparent"]}}},{"value":"screen and (prefers-reduced-motion: no-preference)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-content[aria-expanded]+.ActionList--subGroup","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-content[aria-expanded]+.ActionList--subGroup"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"transition":["opacity 160ms cubic-bezier(0.25, 1, 0.5, 1),transform 160ms cubic-bezier(0.25, 1, 0.5, 1)"]}}},{"value":"(pointer: coarse)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".ActionList-content","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".ActionList-content"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"uniqueToTotalRatio":1,"properties":{"padding":["14px 8px"]}}}]}}
|