@pantheon-systems/pds-toolkit-react 1.0.0-dev.265 → 1.0.0-dev.267

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.
@@ -1,8 +1,9 @@
1
- .pds-dashboard-global{--dashboard-toggle-icon-size:1.5rem;--dashboard-toggle-trigger-size:3rem;--dashboard-toggle-top-position:5rem;--dashboard-navbar-inline-padding:var(--pds-spacing-3xl);display:flex;min-height:100vh;overflow:hidden;position:relative}@media (min-width:641px){.pds-dashboard-global .pds-workspace-selector{margin-inline-start:-1.25rem}}.pds-dashboard-global--notMobile{background-color:var(--pds-color-dashboard-nav-background)}.pds-dashboard-global--notMobile .pds-dashboard-global__header{max-width:calc(var(--pds-dashboard-navbar-max-width) + var(--dashboard-navbar-inline-padding)*2)}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button{background-color:transparent;border:none;height:calc(100% - var(--dashboard-toggle-top-position));position:absolute;right:calc(var(--dashboard-toggle-trigger-size)*-.5);top:var(--dashboard-toggle-top-position);width:var(--dashboard-toggle-trigger-size);z-index:2}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:focus-visible{outline:none}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:focus-visible>.pds-dashboard-global__sidebar-toggle-icon{opacity:1;outline:1px solid var(--pds-color-interactive-focus);outline-offset:2px}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:hover>.pds-dashboard-global__sidebar-toggle-icon{opacity:1;transition:opacity .1s ease-in-out;transition-delay:.1s}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-icon{align-items:center;background-color:var(--pds-color-dashboard-toggle-button-background);border:none;border-radius:50%;color:var(--pds-color-dashboard-toggle-button-foreground);display:flex;height:var(--dashboard-toggle-icon-size);justify-content:center;opacity:0;position:absolute;right:25%;top:2rem;width:var(--dashboard-toggle-icon-size);z-index:2}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button[aria-expanded=false]
1
+ .pds-app-layout{--toggle-icon-size:1.5rem;--toggle-trigger-size:2rem;--button-offset:calc(var(--toggle-trigger-size)*-0.5);column-gap:var(--pds-spacing-3xl);display:flex;flex:1;flex-direction:row;height:100%}.pds-app-layout__content,.pds-app-layout__sidebar{padding-block:var(--pds-spacing-2xl);position:relative}.pds-app-layout__content{flex:1;position:relative}.pds-app-layout__sidebar{border-right:1px solid var(--pds-color-border-default);position:relative}.pds-app-layout__sidebar:after{background-color:var(--pds-color-border-default);content:"";height:100%;opacity:0;pointer-events:none;position:absolute;right:-1px;top:0;transition:opacity .15s ease-in-out;width:2px}.pds-app-layout__sidebar:has(.pds-app-layout__sidebar-toggle-button:hover):after{opacity:1}.pds-app-layout__sidebar-toggle-button{background-color:transparent;border:none;cursor:pointer;height:100%;position:absolute;right:var(--button-offset);top:.125rem;width:var(--toggle-trigger-size);z-index:2}.pds-app-layout__sidebar-toggle-button:focus-visible{outline:none}.pds-app-layout__sidebar-toggle-button:focus-visible>.pds-app-layout__sidebar-toggle-icon{opacity:1;outline:1px solid var(--pds-color-interactive-focus);outline-offset:2px}.pds-app-layout__sidebar-toggle-button:hover>.pds-app-layout__sidebar-toggle-icon{opacity:1;transition:opacity .1s ease-in-out;transition-delay:.1s}.pds-app-layout__sidebar-toggle-icon{align-items:center;background-color:var(--pds-color-dashboard-toggle-button-background);border:none;border-radius:50%;color:var(--pds-color-dashboard-toggle-button-foreground);display:flex;height:var(--toggle-icon-size);justify-content:center;opacity:0;position:absolute;right:.25rem;top:2rem;width:var(--toggle-icon-size);z-index:2}.pds-app-layout__sidebar-toggle-button[aria-expanded=false]
2
+ .pds-app-layout__sidebar-toggle-icon{transform:rotate(180deg);transition:all .2s ease-in-out 0s}.pds-app-layout__sidebar-inner{height:100%;overflow-x:hidden;padding-inline-end:var(--pds-spacing-l);text-wrap:nowrap}.pds-app-layout__sidebar-inner:has(.pds-side-nav-global){margin-inline-start:calc(var(--pds-spacing-xs)*-1)}.pds-app-layout--isMobile{flex-direction:column;height:unset}.pds-app-layout--isMobile .pds-app-layout__content,.pds-app-layout--isMobile .pds-app-layout__sidebar{border-right:none;width:100%}.pds-app-layout--isMobile .pds-app-layout__sidebar{border-bottom:1px solid var(--pds-color-border-default);min-width:unset;padding-inline-end:0}.pds-dashboard-global{--dashboard-toggle-icon-size:1.5rem;--dashboard-toggle-trigger-size:3rem;--dashboard-toggle-top-position:5rem;--dashboard-navbar-inline-padding:var(--pds-spacing-3xl);display:flex;min-height:100vh;overflow:hidden;position:relative}@media (min-width:641px){.pds-dashboard-global .pds-workspace-selector{margin-inline-start:-1.25rem}}.pds-dashboard-global--notMobile{background-color:var(--pds-color-dashboard-nav-background)}.pds-dashboard-global--notMobile .pds-dashboard-global__header{max-width:calc(var(--pds-dashboard-navbar-max-width) + var(--dashboard-navbar-inline-padding)*2)}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button{background-color:transparent;border:none;height:calc(100% - var(--dashboard-toggle-top-position));position:absolute;right:calc(var(--dashboard-toggle-trigger-size)*-.5);top:var(--dashboard-toggle-top-position);width:var(--dashboard-toggle-trigger-size);z-index:2}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:focus-visible{outline:none}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:focus-visible>.pds-dashboard-global__sidebar-toggle-icon{opacity:1;outline:1px solid var(--pds-color-interactive-focus);outline-offset:2px}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button:hover>.pds-dashboard-global__sidebar-toggle-icon{opacity:1;transition:opacity .1s ease-in-out;transition-delay:.1s}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-icon{align-items:center;background-color:var(--pds-color-dashboard-toggle-button-background);border:none;border-radius:50%;color:var(--pds-color-dashboard-toggle-button-foreground);display:flex;height:var(--dashboard-toggle-icon-size);justify-content:center;opacity:0;position:absolute;right:25%;top:2rem;width:var(--dashboard-toggle-icon-size);z-index:2}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-toggle-button[aria-expanded=false]
2
3
  .pds-dashboard-global__sidebar-toggle-icon{transform:rotate(180deg);transition:all .2s ease-in-out 0s}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar{box-sizing:content-box;padding-block-end:1rem;padding-block-start:.75rem;padding-inline-end:1.563rem;padding-inline-start:calc(1.563rem + var(--pds-spacing-dashboard-nav-item-padding));position:relative}.pds-dashboard-global--notMobile .pds-dashboard-global__sidebar-inner{height:100%;margin-inline-start:-.75rem;overflow-x:hidden}.pds-dashboard-global--notMobile .pds-dashboard-global__right{display:flex;flex-direction:column}.pds-dashboard-global--notMobile .pds-navbar__inner{padding-inline-end:2.441rem}.pds-dashboard-global--notMobile .pds-dashboard-global__inner{background-color:var(--pds-color-background-default);border-top-left-radius:1.25rem;box-shadow:var(--pds-elevation-dashboard);display:flex;flex:1;flex-direction:column;position:relative}.pds-dashboard-global--notMobile .pds-dashboard-global__main{flex:1;padding-block:2.441rem;padding-inline:2.441rem 2.691rem}.pds-dashboard-global--notMobile .pds-site-footer .pds-container{padding-inline:2.441rem}.pds-dashboard-global__sidebar--collapsed
3
4
  .pds-dashboard-global__sidebar-toggle{opacity:1}.pds-dashboard-global--isMobile{display:flex;flex-direction:column}.pds-dashboard-global--isMobile .pds-dashboard-global__sidebar{padding-block:1.953rem;padding-inline:1.563rem}.pds-dashboard-global--isMobile .pds-dashboard-global__main{padding-block:.64rem;padding-inline:1.563rem}.pds-dashboard-global--isMobile .pds-site-footer{padding-inline:.328rem}.pds-dashboard-global--isAdmin{--pds-color-dashboard-nav-background:var(
4
5
  --pds-color-dashboard-nav-background-admin
5
6
  )}.pds-dashboard-global--isAdmin .pds-dashboard-nav__item--top-level .pds-dashboard-nav__item-wrapper:hover,.pds-dashboard-global--isAdmin button.pds-icon-button:hover:enabled{background-color:var(
6
7
  --pds-color-dashboard-nav-item-background-hover-admin
7
8
  )}.pds-dashboard-global--isAdmin .pds-dashboard-nav__item--top-level.pds-dashboard-nav__item--active
8
- .pds-dashboard-nav__item-wrapper:hover{background-color:var(--pds-color-dashboard-nav-item-background-active)}.pds-dashboard-inner{max-width:var(--pds-dashboard-navbar-max-width)}.pds-dashboard-inner__header{column-gap:2.441rem;display:flex;flex-wrap:wrap;justify-content:space-between;margin-block-end:1.563rem;row-gap:1.563rem}.pds-dashboard-inner__content-wrapper{display:flex;flex-direction:column;row-gap:2.441rem;width:100%}.pds-dashboard-inner__content--with-spacing>:nth-last-child(2){margin-block-end:2.441rem}.pds-docs-layout{--h-gap:var(--pds-spacing-2xl);--v-gap:var(--pds-spacing-2xl);column-gap:var(--h-gap);container-name:docs-layout;container-type:inline-size;display:flex;flex-direction:row;width:100%}.pds-docs-layout .pds-docs-layout__content,.pds-docs-layout .pds-docs-layout__nav{padding-block:var(--v-gap)}.pds-docs-layout .pds-docs-layout__nav{border-right:1px solid var(--pds-color-border-default);min-width:12rem;padding-inline-end:var(--h-gap)}@container docs-layout (min-width: 65rem){.pds-docs-layout .pds-docs-layout__nav{min-width:14rem}}.pds-docs-layout--isMobile{flex-direction:column}.pds-docs-layout--isMobile .pds-docs-layout__content,.pds-docs-layout--isMobile .pds-docs-layout__nav{border-right:none;width:100%}.pds-docs-layout--isMobile .pds-docs-layout__nav{border-bottom:1px solid var(--pds-color-border-default);min-width:unset;padding-inline-end:0}.pds-flex-container{display:flex}.pds-flex-direction--row{flex-direction:row}.pds-flex-direction--row-reverse{flex-direction:row-reverse}.pds-flex-direction--column{flex-direction:column}.pds-flex-direction--column-reverse{flex-direction:column-reverse}.pds-flex--nowrap{flex-wrap:nowrap}.pds-flex-wrap--wrap{flex-wrap:wrap}.pds-flex-wrap--wrap-reverse{flex-wrap:wrap-reverse}.pds-flex-justify--flex-start{justify-content:flex-start}.pds-flex-justify--flex-end{justify-content:flex-end}.pds-flex-justify--center{justify-content:center}.pds-flex-justify--space-between{justify-content:space-between}.pds-flex-justify--space-around{justify-content:space-around}.pds-flex-justify--space-evenly{justify-content:space-evenly}.pds-flex-align-items--flex-start{align-items:flex-start}.pds-flex-align-items--flex-end{align-items:flex-end}.pds-flex-align-items--center{align-items:center}.pds-flex-align-items--stretch{align-items:stretch}.pds-flex-align-items--baseline{align-items:baseline}.pds-flex-align-content--flex-start{align-content:flex-start}.pds-flex-align-content--flex-end{align-content:flex-end}.pds-flex-align-content--center{align-content:center}.pds-flex-align-content--space-between{align-content:space-between}.pds-flex-align-content--space-around{align-content:space-around}.pds-flex-align-content--stretch{align-content:stretch}.pds-gap--none{gap:0}.pds-flex-gap--minimal{gap:.8rem}.pds-flex-gap--narrow{gap:1.25rem}.pds-flex-gap--standard{gap:1.563rem}.pds-flex-gap--wide{gap:1.953rem}@media (min-width:1025px){.pds-flex-gap--minimal{gap:1rem}.pds-flex-gap--narrow{gap:1.563rem}.pds-flex-gap--standard{gap:1.953rem}.pds-flex-gap--wide{gap:2.441rem}}.pds-flex-container--mobile .pds-flex-gap--minimal{gap:.8rem}.pds-flex-container--mobile .pds-flex-gap--narrow{gap:1.25rem}.pds-flex-container--mobile .pds-flex-gap--standard{gap:1.563rem}.pds-flex-container--mobile .pds-flex-gap--wide{gap:1.953rem}.pds-stepper-layout{padding-inline:0}.pds-stepper-layout__form-container{padding-block-start:1.953rem}@media (min-width:641px){.pds-stepper-layout__form-container{margin-inline:auto;padding-inline:14%}}@media (min-width:1025px){.pds-stepper-layout__form-container{padding-inline:16%}}.pds-stepper__button-group{column-gap:1.563rem;display:flex;justify-content:space-between;padding-block-start:3.052rem}@media (min-width:641px){.pds-stepper__button-group{box-sizing:border-box;margin-left:50%;max-width:var(--stepper-layout-max-width);padding-inline:calc(var(--pds-stepper-indicator-size)*2);transform:translate3d(-50%,0,0);width:100vw}}.pds-three-item-layout .pds-grid-item{display:flex;flex-direction:column}.pds-three-item-layout--start .pds-grid-item{justify-content:flex-start}.pds-three-item-layout--center .pds-grid-item{justify-content:center}.pds-three-item-layout--end .pds-grid-item{justify-content:flex-end}.pds-two-item-layout .pds-grid-item{display:flex;flex-direction:column}.pds-two-item-layout--start .pds-grid-item{justify-content:flex-start}.pds-two-item-layout--center .pds-grid-item{justify-content:center}.pds-two-item-layout--end .pds-grid-item{justify-content:flex-end}
9
+ .pds-dashboard-nav__item-wrapper:hover{background-color:var(--pds-color-dashboard-nav-item-background-active)}.pds-dashboard-inner{max-width:var(--pds-dashboard-navbar-max-width)}.pds-dashboard-inner__header{column-gap:2.441rem;display:flex;flex-wrap:wrap;justify-content:space-between;margin-block-end:1.563rem;row-gap:1.563rem}.pds-dashboard-inner__content-wrapper{display:flex;flex-direction:column;row-gap:2.441rem;width:100%}.pds-dashboard-inner__content--with-spacing>:nth-last-child(2){margin-block-end:2.441rem}.pds-docs-layout{column-gap:var(--pds-spacing-3xl);display:flex;flex:1;flex-direction:row;height:100%}.pds-docs-layout__content,.pds-docs-layout__sidebar{padding-block:var(--pds-spacing-2xl)}.pds-docs-layout__content{flex:1}.pds-docs-layout__sidebar{border-right:1px solid var(--pds-color-border-default)}.pds-docs-layout__sidebar-inner{margin-inline-end:var(--pds-spacing-xl);overflow-x:hidden}.pds-docs-layout--isMobile{flex-direction:column;height:unset}.pds-docs-layout--isMobile .pds-docs-layout__content,.pds-docs-layout--isMobile .pds-docs-layout__sidebar{border-right:none;width:100%}.pds-docs-layout--isMobile .pds-docs-layout__sidebar{border-bottom:1px solid var(--pds-color-border-default);min-width:unset;padding-inline-end:0}.pds-flex-container{display:flex}.pds-flex-direction--row{flex-direction:row}.pds-flex-direction--row-reverse{flex-direction:row-reverse}.pds-flex-direction--column{flex-direction:column}.pds-flex-direction--column-reverse{flex-direction:column-reverse}.pds-flex--nowrap{flex-wrap:nowrap}.pds-flex-wrap--wrap{flex-wrap:wrap}.pds-flex-wrap--wrap-reverse{flex-wrap:wrap-reverse}.pds-flex-justify--flex-start{justify-content:flex-start}.pds-flex-justify--flex-end{justify-content:flex-end}.pds-flex-justify--center{justify-content:center}.pds-flex-justify--space-between{justify-content:space-between}.pds-flex-justify--space-around{justify-content:space-around}.pds-flex-justify--space-evenly{justify-content:space-evenly}.pds-flex-align-items--flex-start{align-items:flex-start}.pds-flex-align-items--flex-end{align-items:flex-end}.pds-flex-align-items--center{align-items:center}.pds-flex-align-items--stretch{align-items:stretch}.pds-flex-align-items--baseline{align-items:baseline}.pds-flex-align-content--flex-start{align-content:flex-start}.pds-flex-align-content--flex-end{align-content:flex-end}.pds-flex-align-content--center{align-content:center}.pds-flex-align-content--space-between{align-content:space-between}.pds-flex-align-content--space-around{align-content:space-around}.pds-flex-align-content--stretch{align-content:stretch}.pds-gap--none{gap:0}.pds-flex-gap--minimal{gap:.8rem}.pds-flex-gap--narrow{gap:1.25rem}.pds-flex-gap--standard{gap:1.563rem}.pds-flex-gap--wide{gap:1.953rem}@media (min-width:1025px){.pds-flex-gap--minimal{gap:1rem}.pds-flex-gap--narrow{gap:1.563rem}.pds-flex-gap--standard{gap:1.953rem}.pds-flex-gap--wide{gap:2.441rem}}.pds-flex-container--mobile .pds-flex-gap--minimal{gap:.8rem}.pds-flex-container--mobile .pds-flex-gap--narrow{gap:1.25rem}.pds-flex-container--mobile .pds-flex-gap--standard{gap:1.563rem}.pds-flex-container--mobile .pds-flex-gap--wide{gap:1.953rem}.pds-stepper-layout{padding-inline:0}.pds-stepper-layout__form-container{padding-block-start:1.953rem}@media (min-width:641px){.pds-stepper-layout__form-container{margin-inline:auto;padding-inline:14%}}@media (min-width:1025px){.pds-stepper-layout__form-container{padding-inline:16%}}.pds-stepper__button-group{column-gap:1.563rem;display:flex;justify-content:space-between;padding-block-start:3.052rem}@media (min-width:641px){.pds-stepper__button-group{box-sizing:border-box;margin-left:50%;max-width:var(--stepper-layout-max-width);padding-inline:calc(var(--pds-stepper-indicator-size)*2);transform:translate3d(-50%,0,0);width:100vw}}.pds-three-item-layout .pds-grid-item{display:flex;flex-direction:column}.pds-three-item-layout--start .pds-grid-item{justify-content:flex-start}.pds-three-item-layout--center .pds-grid-item{justify-content:center}.pds-three-item-layout--end .pds-grid-item{justify-content:flex-end}.pds-two-item-layout .pds-grid-item{display:flex;flex-direction:column}.pds-two-item-layout--start .pds-grid-item{justify-content:flex-start}.pds-two-item-layout--center .pds-grid-item{justify-content:center}.pds-two-item-layout--end .pds-grid-item{justify-content:flex-end}