@pantheon-systems/pds-toolkit-react 1.0.0-dev.217 → 1.0.0-dev.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/_dist/components/StatusIndicator/StatusIndicator.d.ts +5 -1
  2. package/_dist/components/inputs/FileUpload/FileUpload.d.ts +8 -0
  3. package/_dist/components/progress-indicators/Spinner/Spinner.d.ts +1 -2
  4. package/_dist/css/component-css/pds-card-select-group.css +1 -1
  5. package/_dist/css/component-css/pds-card.css +1 -1
  6. package/_dist/css/component-css/pds-comparison-list.css +1 -1
  7. package/_dist/css/component-css/pds-flow-steps.css +1 -1
  8. package/_dist/css/component-css/pds-index.css +4 -4
  9. package/_dist/css/component-css/pds-inline-message.css +1 -1
  10. package/_dist/css/component-css/pds-new-site-card.css +1 -1
  11. package/_dist/css/component-css/pds-panel.css +1 -1
  12. package/_dist/css/component-css/pds-popover.css +1 -1
  13. package/_dist/css/component-css/pds-pricing-card.css +1 -1
  14. package/_dist/css/component-css/pds-pull-quote.css +1 -1
  15. package/_dist/css/component-css/pds-segmented-button.css +1 -1
  16. package/_dist/css/component-css/pds-site-card.css +1 -1
  17. package/_dist/css/component-css/pds-site-footer.css +1 -1
  18. package/_dist/css/component-css/pds-status-indicator.css +1 -1
  19. package/_dist/css/component-css/pds-stepper.css +1 -1
  20. package/_dist/css/component-css/pds-tab-menu.css +1 -1
  21. package/_dist/css/component-css/pds-tile.css +1 -1
  22. package/_dist/css/component-css/pds-tiles-common.css +1 -1
  23. package/_dist/css/component-css/pds-toaster.css +1 -1
  24. package/_dist/css/component-css/pds-tooltip.css +1 -1
  25. package/_dist/css/design-tokens/pds-design-tokens-dark-mode.css +124 -126
  26. package/_dist/css/design-tokens/pds-design-tokens-light-mode.css +20 -14
  27. package/_dist/css/design-tokens/pds-design-tokens.css +7 -0
  28. package/_dist/css/pds-components.css +4 -4
  29. package/_dist/css/pds-core.css +2 -2
  30. package/_dist/css/pds-layouts.css +5 -3
  31. package/_dist/index.css +1 -1
  32. package/_dist/index.d.ts +0 -2
  33. package/_dist/index.js +2187 -2306
  34. package/_dist/index.js.map +1 -1
  35. package/package.json +2 -3
  36. package/_dist/components/Heading/Heading.d.ts +0 -15
  37. package/_dist/components/buttons/ToggleButton/ToggleButton.d.ts +0 -39
  38. package/_dist/css/component-css/pds-heading.css +0 -1
  39. package/_dist/css/component-css/pds-toggle-button.css +0 -1
@@ -1 +1 @@
1
- .pds-popover{display:inline-block}.pds-popover__trigger{background-color:transparent;border:none;cursor:pointer}.pds-popover__icon,.pds-popover__trigger{padding-inline:.125rem}.pds-popover__trigger-text{border-bottom:2px dotted var(--pds-color-interactive-link-default);display:inline-block}.pds-popover__trigger-text:hover{border-color:var(--pds-color-interactive-link-hover);color:var(--pds-color-interactive-link-hover)}.pds-popover__arrow path{filter:drop-shadow(var(--pds-elevation-active))}.pds-popover__container{background-color:var(--pds-color-background-default);border-radius:.375rem;box-shadow:var(--pds-elevation-active),var(--pds-elevation-overlay);max-width:40vw;padding:1.25rem;width:max-content;z-index:var(--pds-z-index-overlay)}@media (max-width:640px){.pds-popover__container{max-width:80vw}}.pds-popover__container:focus{outline:none}.pds-popover__title{font-size:1.2rem;font-weight:600;margin-block-end:.64rem}.pds-popover__content a{outline:0}.pds-popover__content>:last-child{margin-block-end:0}.pds-popover__container-inner{position:relative}.pds-popover__close{background-color:transparent;border:none;color:var(--pds-color-foreground-default-secondary);cursor:pointer;height:1.953rem;position:absolute;right:0;top:0}.pds-popover__close:hover{color:var(--pds-color-interactive-link-hover)}
1
+ .pds-popover{display:inline-block}.pds-popover__trigger{background-color:transparent;border:none;cursor:pointer}.pds-popover__icon,.pds-popover__trigger{padding-inline:.125rem}.pds-popover__trigger-text{border-bottom:2px dotted var(--pds-color-interactive-link-default);display:inline-block}.pds-popover__trigger-text:hover{border-color:var(--pds-color-interactive-link-hover);color:var(--pds-color-interactive-link-hover)}.pds-popover__arrow path{filter:drop-shadow(var(--pds-elevation-overlay))}.pds-popover__container{background-color:var(--pds-color-background-default);border-radius:.375rem;box-shadow:var(--pds-elevation-overlay),var(--pds-elevation-overlay);max-width:40vw;padding:1.25rem;width:max-content;z-index:var(--pds-z-index-overlay)}@media (max-width:640px){.pds-popover__container{max-width:80vw}}.pds-popover__container:focus{outline:none}.pds-popover__title{font-size:1.2rem;font-weight:600;margin-block-end:.64rem}.pds-popover__content a{outline:0}.pds-popover__content>:last-child{margin-block-end:0}.pds-popover__container-inner{position:relative}.pds-popover__close{background-color:transparent;border:none;color:var(--pds-color-foreground-default-secondary);cursor:pointer;height:1.953rem;position:absolute;right:0;top:0}.pds-popover__close:hover{color:var(--pds-color-interactive-link-hover)}
@@ -1 +1 @@
1
- .pds-ts-xs{font-size:.694rem}.pds-ts-s{font-size:.833rem}.pds-ts-m{font-size:1rem}.pds-ts-l{font-size:1.2rem}@media (max-width:640px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-xl{font-size:1.44rem}}@media (max-width:640px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-2xl{font-size:1.728rem}}@media (max-width:640px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-3xl{font-size:2.074rem}}@media (max-width:640px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-4xl{font-size:2.488rem}}@media (max-width:640px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-5xl{font-size:2.986rem}}@media (max-width:640px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-6xl{font-size:3.583rem}}.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-small));line-height:1.1}@media (--breakpoint-m ){.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-7xl{font-size:4.3rem}}.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-small));line-height:1.0625}@media (--breakpoint-m ){.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-8xl{font-size:5.16rem}}.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-small));line-height:1}@media (--breakpoint-m ){.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-9xl{font-size:6.192rem}}.pds-pricing-card{--pds-pricing-card-padding:1.563rem;background-color:var(--pds-color-background-default);border:.5px solid var(--pds-color-border-default);border-radius:.375rem;box-shadow:var(--pds-elevation-card-default);color:var(--pds-color-foreground-default);display:grid;font-family:Poppins,sans-serif;grid-template-rows:1fr auto;justify-content:center;position:relative}.pds-pricing-card--mostPopular{border-color:var(--pds-color-badge-status-reverse-border);border-width:1px}.pds-pricing-card__status-badge{left:50%;position:absolute;top:-.85rem;transform:translateX(-50%)}.pds-pricing-card__plan{margin-block-start:.328rem}.pds-pricing-card__main-content{display:flex;flex-direction:column;padding:var(--pds-pricing-card-padding);row-gap:1.25rem}.pds-pricing-card__pricing-data{display:flex;flex-direction:column;row-gap:.8rem}.pds-pricing-card__list--hide,.pds-pricing-card__pricing-data--hide{display:none}.pds-pricing-card__price-line{align-items:center;column-gap:.125rem;display:flex}.pds-pricing-card__price-prefix{font-size:1rem;font-weight:600;margin-block-end:-.512rem;margin-block-start:.125rem}@media (max-width:640px){.pds-pricing-card__price{font-size:calc(2.074rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-pricing-card__price{font-size:calc(2.074rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-pricing-card__price{font-size:2.074rem}}.pds-pricing-card__price{font-weight:700}.pds-pricing-card__details{color:var(--pds-color-foreground-default-secondary);font-size:1.2rem;font-weight:400}.pds-pricing-card__savings-line{align-items:center;column-gap:.512rem;display:flex}.pds-pricing-card__savings-details{color:var(--pds-color-foreground-default-secondary);font-size:.694rem;font-weight:400}.pds-pricing-card__description{font-size:1rem;font-weight:400;line-height:140%}.pds-pricing-card__actions{display:flex;gap:1.25rem;padding-block-start:1.953rem;padding:var(--pds-pricing-card-padding)}.pds-pricing-card__actions>*{flex-grow:1}.pds-pricing-card__actions .pds-button-link a{width:100%}.pds-pricing-card-container--with-list{display:grid;margin-block-end:1.563rem;row-gap:1.953rem}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-inline:.64rem}@media (min-width:641px){.pds-pricing-card-container--with-list{column-gap:2.441rem;grid-template-columns:1fr 1fr}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-block-start:.64rem;margin-inline:0}}@media (min-width:1025px){.pds-pricing-card-container--with-list{grid-template-columns:unset;grid-template-rows:1fr minmax(10rem,14rem);margin-block-end:0;row-gap:1.953rem}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-block-start:0;margin-inline:.64rem}}
1
+ .pds-ts-xs{font-size:.694rem}.pds-ts-s{font-size:.833rem}.pds-ts-m{font-size:1rem}.pds-ts-l{font-size:1.2rem}@media (max-width:640px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-xl{font-size:1.44rem}}@media (max-width:640px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-2xl{font-size:1.728rem}}@media (max-width:640px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-3xl{font-size:2.074rem}}@media (max-width:640px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-4xl{font-size:2.488rem}}@media (max-width:640px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-5xl{font-size:2.986rem}}@media (max-width:640px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-6xl{font-size:3.583rem}}.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-small));line-height:1.1}@media (--breakpoint-m ){.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-7xl{font-size:4.3rem}}.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-small));line-height:1.0625}@media (--breakpoint-m ){.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-8xl{font-size:5.16rem}}.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-small));line-height:1}@media (--breakpoint-m ){.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-9xl{font-size:6.192rem}}.pds-pricing-card{--pds-pricing-card-padding:1.563rem;background-color:var(--pds-color-card-background);border:.5px solid var(--pds-color-border-default);border-radius:.375rem;box-shadow:var(--pds-elevation-raised);color:var(--pds-color-foreground-default);display:grid;font-family:Poppins,sans-serif;grid-template-rows:1fr auto;justify-content:center;position:relative}.pds-pricing-card--mostPopular{border-color:var(--pds-color-badge-status-reverse-border);border-width:1px}.pds-pricing-card__status-badge{left:50%;position:absolute;top:-.85rem;transform:translateX(-50%)}.pds-pricing-card__plan{margin-block-start:.328rem}.pds-pricing-card__main-content{display:flex;flex-direction:column;padding:var(--pds-pricing-card-padding);row-gap:1.25rem}.pds-pricing-card__pricing-data{display:flex;flex-direction:column;row-gap:.8rem}.pds-pricing-card__list--hide,.pds-pricing-card__pricing-data--hide{display:none}.pds-pricing-card__price-line{align-items:center;column-gap:.125rem;display:flex}.pds-pricing-card__price-prefix{font-size:1rem;font-weight:600;margin-block-end:-.512rem;margin-block-start:.125rem}@media (max-width:640px){.pds-pricing-card__price{font-size:calc(2.074rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-pricing-card__price{font-size:calc(2.074rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-pricing-card__price{font-size:2.074rem}}.pds-pricing-card__price{font-weight:700}.pds-pricing-card__details{color:var(--pds-color-foreground-default-secondary);font-size:1.2rem;font-weight:400}.pds-pricing-card__savings-line{align-items:center;column-gap:.512rem;display:flex}.pds-pricing-card__savings-details{color:var(--pds-color-foreground-default-secondary);font-size:.694rem;font-weight:400}.pds-pricing-card__description{font-size:1rem;font-weight:400;line-height:140%}.pds-pricing-card__actions{display:flex;gap:1.25rem;padding-block-start:1.953rem;padding:var(--pds-pricing-card-padding)}.pds-pricing-card__actions>*{flex-grow:1}.pds-pricing-card__actions .pds-button-link a{width:100%}.pds-pricing-card-container--with-list{display:grid;margin-block-end:1.563rem;row-gap:1.953rem}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-inline:.64rem}@media (min-width:641px){.pds-pricing-card-container--with-list{column-gap:2.441rem;grid-template-columns:1fr 1fr}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-block-start:.64rem;margin-inline:0}}@media (min-width:1025px){.pds-pricing-card-container--with-list{grid-template-columns:unset;grid-template-rows:1fr minmax(10rem,14rem);margin-block-end:0;row-gap:1.953rem}.pds-pricing-card-container--with-list .pds-pricing-card__list{margin-block-start:0;margin-inline:.64rem}}
@@ -1 +1 @@
1
- .pds-pull-quote{display:flex;flex-direction:column;gap:1.563rem;padding-block:3.052rem 4.052rem}.pds-pull-quote__image img{height:auto;max-height:6rem;max-width:18rem;width:auto}.pds-pull-quote__quote-wrapper{column-gap:1.563rem;display:flex;margin-inline:auto;width:92%}.pds-pull-quote--stand-alone{text-align:center}.pds-pull-quote__icon{color:var(--pds-color-brand-primary-default)}.pds-pull-quote__text-wrapper{color:var(--pds-color-foreground-default);display:flex;flex-direction:column;row-gap:1.563rem}.pds-pull-quote__attribution{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;text-transform:uppercase}.pds-pull-quote__name{font-weight:600}.pds-pull-quote--inline .pds-pull-quote__icon--after{display:none}@media (max-width:640px){.pds-pull-quote{padding-block:1.563rem 2.563rem}.pds-pull-quote__image img{display:none}.pds-pull-quote__quote-wrapper{flex-direction:column;width:100%}.pds-pull-quote__icon--after{display:none}.pds-pull-quote__icon{margin-block-end:.8rem}}
1
+ .pds-pull-quote{display:flex;flex-direction:column;gap:1.563rem;padding-block:3.052rem 4.052rem}.pds-pull-quote__image img{height:auto;max-height:6rem;max-width:18rem;width:auto}.pds-pull-quote__quote-wrapper{column-gap:1.563rem;display:flex;margin-inline:auto;width:92%}.pds-pull-quote--stand-alone{text-align:center}.pds-pull-quote__icon{color:var(--pds-color-brand-secondary-default)}.pds-pull-quote__text-wrapper{color:var(--pds-color-foreground-default);display:flex;flex-direction:column;row-gap:1.563rem}.pds-pull-quote__attribution{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;text-transform:uppercase}.pds-pull-quote__name{font-weight:600}.pds-pull-quote--inline .pds-pull-quote__icon--after{display:none}@media (max-width:640px){.pds-pull-quote{padding-block:1.563rem 2.563rem}.pds-pull-quote__image img{display:none}.pds-pull-quote__quote-wrapper{flex-direction:column;width:100%}.pds-pull-quote__icon--after{display:none}.pds-pull-quote__icon{margin-block-end:.8rem}}
@@ -1 +1 @@
1
- .pds-segmented-button{--pds-toggle-button-gap:0.25rem;border:0;display:inline-block;padding:0}.pds-segmented-button__options{background-color:transparent;border:1px solid var(--pds-color-border-input);border-radius:.1875rem;display:inline-flex;gap:0}.pds-segmented-button__option label{align-items:center;background-color:transparent;border:0;border-radius:.1875rem;box-sizing:border-box;color:var(--pds-color-segmented-button-foreground-default);column-gap:.41rem;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;height:2.125rem;justify-content:center;line-height:1;margin-block-end:0;max-height:2.125rem;padding:.625rem 1.01563rem;text-decoration:none;transition:all .2s ease-in-out 0s;white-space:nowrap}.pds-segmented-button__option label:hover{background-color:var(--pds-color-interactive-background-hover)}.pds-segmented-button__option input:checked+label{background-color:var(--pds-color-segmented-button-background-active);color:var(--pds-color-segmented-button-foreground-active);transition:all .2s ease-in-out 0s}.pds-segmented-button__option input:checked+label:after{border:1px solid var(--pds-color-segmented-button-border-active);bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:10}.pds-segmented-button__option:first-child input:checked+label:after{border-bottom-left-radius:.1875rem;border-bottom-right-radius:0;border-top-left-radius:.1875rem;border-top-right-radius:0}.pds-segmented-button__option:last-child input:checked+label:after{border-bottom-left-radius:0;border-bottom-right-radius:.1875rem;border-top-left-radius:0;border-top-right-radius:.1875rem}.pds-segmented-button.pds-is-disabled{opacity:.5}.pds-segmented-button.pds-is-disabled input+label{cursor:not-allowed}.pds-segmented-button__option input:focus-visible+label{border-radius:0;outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem;z-index:200}.pds-segmented-button__option:first-child input:focus-visible+label{border-bottom-left-radius:.0935rem;border-bottom-right-radius:0;border-top-left-radius:.0935rem;border-top-right-radius:0}.pds-segmented-button__option:last-child input:focus-visible+label{border-bottom-left-radius:0;border-bottom-right-radius:.0935rem;border-top-left-radius:0;border-top-right-radius:.0935rem}.pds-segmented-button--sm .pds-segmented-button__option label{font-size:.833rem;height:1.875rem;max-height:1.875rem;padding:.5rem .9375rem}.pds-segmented-button--sm .pds-segmented-button__tally{padding:.275rem .328rem .25rem}.pds-segmented-button--sm .pds-segmented-button__tally .pds-tally__label{font-size:.5625rem}
1
+ .pds-segmented-button{--pds-toggle-button-gap:0.25rem;border:0;display:inline-block;padding:0}.pds-segmented-button__options{background-color:transparent;border:1px solid var(--pds-color-border-input);border-radius:.1875rem;display:inline-flex;gap:0}.pds-segmented-button__option label{align-items:center;background-color:transparent;border:0;border-radius:.1875rem;box-sizing:border-box;color:var(--pds-color-segmented-button-foreground-default);column-gap:.41rem;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;height:2.125rem;justify-content:center;line-height:1;margin-block-end:0;max-height:2.125rem;padding:.625rem 1.01563rem;text-decoration:none;transition:all .2s ease-in-out 0s;white-space:nowrap}.pds-segmented-button__option label:hover{background-color:var(--pds-color-segmented-button-background-hover);color:var(--pds-color-segmented-button-foreground-hover)}.pds-segmented-button__option input:checked+label{background-color:var(--pds-color-segmented-button-background-active);color:var(--pds-color-segmented-button-foreground-active);transition:all .2s ease-in-out 0s}.pds-segmented-button__option input:checked+label:after{border:1px solid var(--pds-color-segmented-button-border-active);bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:10}.pds-segmented-button__option:first-child input:checked+label:after{border-bottom-left-radius:.1875rem;border-bottom-right-radius:0;border-top-left-radius:.1875rem;border-top-right-radius:0}.pds-segmented-button__option:last-child input:checked+label:after{border-bottom-left-radius:0;border-bottom-right-radius:.1875rem;border-top-left-radius:0;border-top-right-radius:.1875rem}.pds-segmented-button.pds-is-disabled{opacity:.5}.pds-segmented-button.pds-is-disabled input+label{cursor:not-allowed}.pds-segmented-button__option input:focus-visible+label{border-radius:0;outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem;z-index:200}.pds-segmented-button__option:first-child input:focus-visible+label{border-bottom-left-radius:.0935rem;border-bottom-right-radius:0;border-top-left-radius:.0935rem;border-top-right-radius:0}.pds-segmented-button__option:last-child input:focus-visible+label{border-bottom-left-radius:0;border-bottom-right-radius:.0935rem;border-top-left-radius:0;border-top-right-radius:.0935rem}.pds-segmented-button--sm .pds-segmented-button__option label{font-size:.833rem;height:1.875rem;max-height:1.875rem;padding:.5rem .9375rem}.pds-segmented-button--sm .pds-segmented-button__tally{padding:.275rem .328rem .25rem}.pds-segmented-button--sm .pds-segmented-button__tally .pds-tally__label{font-size:.5625rem}
@@ -1 +1 @@
1
- .pds-site-card a,.pds-site-card a:hover{text-decoration:none}.pds-site-card a:hover .pds-card{box-shadow:var(--pds-elevation-card-hover)}.pds-site-card a:hover .pds-card-heading{color:var(--pds-color-text-default);text-decoration:none}.pds-site-card a:hover .pds-site-card__plan{text-decoration:none}.pds-site-card a:focus-visible .pds-card{outline:1px solid var(--pds-color-interactive-focus)}.pds-site-card .pds-card__image img{aspect-ratio:1.85}.pds-site-card__header{align-items:flex-start;column-gap:.8rem;display:flex;justify-content:space-between;margin-block-end:.64rem}.pds-site-card__header .pds-card-heading{margin-block-end:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pds-site-card__plan{color:var(--pds-color-foreground-default-secondary);font-size:.833rem}
1
+ .pds-site-card a,.pds-site-card a:hover{text-decoration:none}.pds-site-card a:hover .pds-card{box-shadow:var(--pds-elevation-overlay)}.pds-site-card a:hover .pds-card-heading{color:var(--pds-color-text-default);text-decoration:none}.pds-site-card a:hover .pds-site-card__plan{text-decoration:none}.pds-site-card a:focus-visible .pds-card{outline:1px solid var(--pds-color-interactive-focus)}.pds-site-card .pds-card__image img{aspect-ratio:1.85}.pds-site-card__header{align-items:flex-start;column-gap:.8rem;display:flex;justify-content:space-between;margin-block-end:.64rem}.pds-site-card__header .pds-card-heading{margin-block-end:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pds-site-card__plan{color:var(--pds-color-foreground-default-secondary);font-size:.833rem}
@@ -1 +1 @@
1
- .pds-site-footer{padding-block:1.953rem}.pds-site-footer__content{border-bottom:.5px solid var(--pds-color-border-default);margin-block-end:1.953rem;padding-block-end:1.953rem}.pds-site-footer__legal{display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:.694rem;font-weight:400;row-gap:1rem}.pds-site-footer__legal a{color:var(--pds-color-foreground-default);text-decoration:none}.pds-site-footer__legal a:hover{color:var(--pds-color-interactive-link-hover);text-decoration:underline}.pds-site-footer__legal a:focus-visible{border-radius:1px;outline:1px solid var(--pds-color-interactive-focus);outline-offset:2px}@media (min-width:641px){.pds-site-footer__legal{column-gap:1.563rem;flex-direction:row;flex-wrap:wrap}}
1
+ .pds-site-footer{padding-block:1.953rem}.pds-site-footer__content{border-bottom:.5px solid var(--pds-color-border-default);margin-block-end:1.953rem;padding-block-end:1.953rem}.pds-site-footer__legal{display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:.694rem;font-weight:400;row-gap:1rem}.pds-site-footer__legal a{color:var(--pds-color-foreground-default);text-decoration:none}.pds-site-footer__legal a:hover{color:var(--pds-color-interactive-link-hover);text-decoration:underline}.pds-site-footer__legal a:focus-visible{border-radius:1px;outline:1px solid var(--pds-color-interactive-focus);outline-offset:2px}@media (min-width:641px){.pds-site-footer__legal{column-gap:1.563rem;flex-direction:row;flex-wrap:wrap}}
@@ -1 +1 @@
1
- .pds-status-indicator{--pds-status-indicator-color:var(--pds-color-status-neutral-background);align-items:center;display:flex}.pds-status-indicator--critical{--pds-status-indicator-color:var(--pds-color-status-critical-foreground)}.pds-status-indicator--info{--pds-status-indicator-color:var(--pds-color-status-info-foreground)}.pds-status-indicator--neutral{--pds-status-indicator-color:var(--pds-color-status-neutral-background)}.pds-status-indicator--new{--pds-status-indicator-color:var(--pds-color-status-discovery-foreground)}.pds-status-indicator--success{--pds-status-indicator-color:var(--pds-color-status-success-foreground)}.pds-status-indicator--warning{--pds-status-indicator-color:var(--pds-color-status-warning-foreground)}.pds-status-indicator__icon{background-color:var(--pds-status-indicator-color);border-radius:50%;display:block;height:1rem;margin-right:.512rem;width:1rem}.pds-status-indicator__spinner{margin-right:.512rem}.pds-status-indicator__label{color:var(--pds-color-foreground-default);font-size:1rem;text-transform:capitalize}
1
+ .pds-status-indicator{--pds-status-indicator-color:var(--pds-color-status-neutral-background);align-items:center;display:flex;font-family:Inter,sans-serif}.pds-status-indicator--critical{--pds-status-indicator-color:var(--pds-color-status-critical-foreground)}.pds-status-indicator--info{--pds-status-indicator-color:var(--pds-color-status-info-foreground)}.pds-status-indicator--neutral{--pds-status-indicator-color:var(--pds-color-status-neutral-background)}.pds-status-indicator--new{--pds-status-indicator-color:var(--pds-color-status-discovery-foreground)}.pds-status-indicator--success{--pds-status-indicator-color:var(--pds-color-status-success-foreground)}.pds-status-indicator--warning{--pds-status-indicator-color:var(--pds-color-status-warning-foreground)}.pds-status-indicator__icon{background-color:var(--pds-status-indicator-color);border-radius:50%;display:block;margin-right:.512rem}.pds-status-indicator__spinner{margin-right:.512rem}.pds-status-indicator__label{color:var(--pds-color-foreground-default);text-transform:capitalize}.pds-status-indicator--sm .pds-status-indicator__icon{height:.8rem;width:.8rem}.pds-status-indicator--sm .pds-status-indicator__label{font-size:.833rem}.pds-status-indicator--md .pds-status-indicator__icon{height:1rem;width:1rem}.pds-status-indicator--md .pds-status-indicator__label{font-size:1rem}
@@ -1 +1 @@
1
- .pds-stepper{--pds-stepper-border-color:var(--pds-color-status-neutral-background);--pds-stepper-connector-color:var(--pds-color-status-neutral-background);--pds-stepper-fill-color:transparent;display:none}@media (min-width:641px){.pds-stepper{display:block}}.pds-stepper-mobile{display:block}@media (min-width:641px){.pds-stepper-mobile{display:none}}.pds-stepper{margin-inline:auto}ol.pds-stepper__steps{display:flex;justify-content:space-between;padding:0}li.pds-stepper__step{align-items:flex-end;display:flex;justify-content:center;list-style:none;position:relative}li.pds-stepper__step:first-child{justify-content:flex-start}li.pds-stepper__step:last-child{justify-content:flex-end}.pds-stepper__step-content,button.pds-stepper__step-content{align-items:center;display:inline-flex;flex-direction:column;row-gap:.64rem;text-align:center;width:var(--pds-stepper-step-content-width)}button.pds-stepper__step-content{background-color:transparent;border:none;cursor:pointer}button.pds-stepper__step-content:hover{--pds-stepper-fill-color:var(--pds-color-interactive-link-active);--pds-stepper-border-color:var(--pds-color-interactive-link-active);--pds-color-foreground-default:var(--pds-color-interactive-link-active)}button.pds-stepper__step-content:focus-visible>.pds-stepper__step-label{border-radius:.1875rem;box-shadow:0 0 0 1px var(--pds-color-interactive-focus);padding-inline:.41rem;transition:all .2s ease-in-out 0s}.pds-stepper__step-label{color:var(--pds-color-foreground-default);font-size:.833rem;font-weight:600;line-height:120%}.pds-stepper__step-indicator{align-items:center;background-color:var(--pds-stepper-fill-color);border:var(--pds-stepper-border-size) solid var(--pds-stepper-border-color);border-radius:50%;display:flex;height:var(--pds-stepper-indicator-size);justify-content:center;transition:all .2s ease-in-out 0s;width:var(--pds-stepper-indicator-size)}.pds-stepper__step-complete-icon{color:var(--pds-color-foreground-reverse)}.pds-stepper__connector{background-color:var(--pds-stepper-connector-color);bottom:calc(var(--pds-stepper-indicator-size)/2 + var(--pds-stepper-border-size)/2);box-sizing:border-box;height:var(--pds-stepper-border-size);position:relative}.pds-stepper__connector--before{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.pds-stepper__connector--after{border-bottom-left-radius:1rem;border-top-left-radius:1rem}.pds-stepper__step--current{--pds-stepper-border-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--current .pds-stepper__connector--before{--pds-stepper-connector-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--complete{--pds-stepper-fill-color:var(--pds-color-brand-primary-default);--pds-stepper-border-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--complete .pds-stepper__connector{--pds-stepper-connector-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--error{--pds-stepper-border-color:var(--pds-color-status-critical-foreground)}.pds-stepper-mobile__step{align-items:stretch;column-gap:1.25rem;display:flex;justify-content:space-between}.pds-stepper-mobile__step-text{display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding-block-start:.64rem;row-gap:.25rem;text-align:right}.pds-stepper-mobile__step-label{font-size:1.2rem;font-weight:600}.pds-stepper-mobile__next-step{color:var(--pds-color-foreground-default-secondary);font-size:.833rem}.pds-stepper-mobile__error-icon{color:var(--pds-color-status-critical-foreground);margin-inline-end:.512rem}
1
+ .pds-stepper{--pds-stepper-border-color:var(--pds-color-border-separator);--pds-stepper-connector-color:var(--pds-color-border-separator);--pds-stepper-fill-color:transparent;display:none}@media (min-width:641px){.pds-stepper{display:block}}.pds-stepper-mobile{display:block}@media (min-width:641px){.pds-stepper-mobile{display:none}}.pds-stepper{margin-inline:auto}ol.pds-stepper__steps{display:flex;justify-content:space-between;padding:0}li.pds-stepper__step{align-items:flex-end;display:flex;justify-content:center;list-style:none;position:relative}li.pds-stepper__step:first-child{justify-content:flex-start}li.pds-stepper__step:last-child{justify-content:flex-end}.pds-stepper__step-content,button.pds-stepper__step-content{align-items:center;display:inline-flex;flex-direction:column;row-gap:.64rem;text-align:center;width:var(--pds-stepper-step-content-width)}button.pds-stepper__step-content{background-color:transparent;border:none;cursor:pointer}button.pds-stepper__step-content:hover{--pds-stepper-fill-color:var(--pds-color-interactive-link-active);--pds-stepper-border-color:var(--pds-color-interactive-link-active);--pds-color-foreground-default:var(--pds-color-interactive-link-active)}button.pds-stepper__step-content:focus-visible>.pds-stepper__step-label{border-radius:.1875rem;box-shadow:0 0 0 1px var(--pds-color-interactive-focus);padding-inline:.41rem;transition:all .2s ease-in-out 0s}.pds-stepper__step-label{color:var(--pds-color-foreground-default);font-size:.833rem;font-weight:600;line-height:120%}.pds-stepper__step-indicator{align-items:center;background-color:var(--pds-stepper-fill-color);border:var(--pds-stepper-border-size) solid var(--pds-stepper-border-color);border-radius:50%;display:flex;height:var(--pds-stepper-indicator-size);justify-content:center;transition:all .2s ease-in-out 0s;width:var(--pds-stepper-indicator-size)}.pds-stepper__step-complete-icon{color:var(--pds-color-foreground-reverse)}.pds-stepper__connector{background-color:var(--pds-stepper-connector-color);bottom:calc(var(--pds-stepper-indicator-size)/2 + var(--pds-stepper-border-size)/2);box-sizing:border-box;height:var(--pds-stepper-border-size);position:relative}.pds-stepper__connector--before{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.pds-stepper__connector--after{border-bottom-left-radius:1rem;border-top-left-radius:1rem}.pds-stepper__step--current{--pds-stepper-border-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--current .pds-stepper__connector--before{--pds-stepper-connector-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--complete{--pds-stepper-fill-color:var(--pds-color-brand-primary-default);--pds-stepper-border-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--complete .pds-stepper__connector{--pds-stepper-connector-color:var(--pds-color-brand-primary-default)}.pds-stepper__step--error{--pds-stepper-border-color:var(--pds-color-status-critical-foreground)}.pds-stepper-mobile__step{align-items:stretch;column-gap:1.25rem;display:flex;justify-content:space-between}.pds-stepper-mobile__step-text{display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding-block-start:.64rem;row-gap:.25rem;text-align:right}.pds-stepper-mobile__step-label{font-size:1.2rem;font-weight:600}.pds-stepper-mobile__next-step{color:var(--pds-color-foreground-default-secondary);font-size:.833rem}.pds-stepper-mobile__error-icon{color:var(--pds-color-status-critical-foreground);margin-inline-end:.512rem}
@@ -1,2 +1,2 @@
1
- .pds-tab-menu{--pds-tab-color:var(--pds-color-foreground-default);--pds-tab-border-width:1px;border-bottom:var(--pds-tab-border-width) solid var(--pds-color-border-separator);font-family:Poppins,sans-serif;margin-block:.512rem;position:relative;width:100%}.pds-tab-menu__menu{color:var(--pds-tab-color);column-gap:2.441rem;display:flex;list-style:none;margin:0;padding:0}.pds-tab-menu__item{align-items:center;border-bottom:calc(var(--pds-tab-border-width)*3) solid transparent;column-gap:.125rem;display:flex;font-size:1rem;font-weight:600;margin-block-end:calc(var(--pds-tab-border-width)*-1);padding:.41rem .25rem;position:relative}.pds-tab-menu__item.pds-tab-menu__item--active{--pds-tab-color:var(--pds-color-brand-primary-default);border-bottom-color:var(--pds-color-brand-primary-default)}.pds-tab-menu__item a{color:var(--pds-tab-color);text-decoration:none}.pds-tab-menu__item a:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem}.pds-tab-menu__item .pds-tab-menu__item-icon{color:var(--pds-tab-color)}.pds-tab-menu__item:hover{--pds-tab-color:var(--pds-color-brand-primary-default)}.pds-tab-menu__item .pds-tab-menu__item-inner{align-items:center;column-gap:.64rem;display:flex}.pds-tab-menu__dropdown-trigger{align-items:center;background-color:transparent;border:none;border-radius:.1875rem;color:var(--pds-color-foreground-default);display:flex;height:1.563rem;margin-inline-end:-.64rem}.pds-tab-menu__dropdown-trigger:focus-visible{outline:1px solid var(--pds-color-interactive-focus)}.pds-tab-menu__dropdown-trigger-icon{color:var(--pds-color-nav-item-default-foreground-trigger);pointer-events:none;transition:transform .2s ease-in-out 0s}.pds-tab-menu__dropdown-trigger[aria-expanded=true]
1
+ .pds-tab-menu{--pds-tab-color:var(--pds-color-foreground-default);--pds-tab-border-width:1px;border-bottom:var(--pds-tab-border-width) solid var(--pds-color-border-separator);font-family:Poppins,sans-serif;margin-block:.512rem;position:relative;width:100%}.pds-tab-menu__menu{color:var(--pds-tab-color);column-gap:2.441rem;display:flex;list-style:none;margin:0;padding:0}.pds-tab-menu__item{align-items:center;border-bottom:calc(var(--pds-tab-border-width)*3) solid transparent;column-gap:.125rem;display:flex;font-size:1rem;font-weight:600;margin-block-end:calc(var(--pds-tab-border-width)*-1);padding:.41rem .25rem;position:relative}.pds-tab-menu__item.pds-tab-menu__item--active{--pds-tab-color:var(--pds-color-nav-item-default-foreground-active);border-bottom-color:var(--pds-color-nav-item-default-foreground-active)}.pds-tab-menu__item a{color:var(--pds-tab-color);text-decoration:none}.pds-tab-menu__item a:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem}.pds-tab-menu__item .pds-tab-menu__item-icon{color:var(--pds-tab-color)}.pds-tab-menu__item:hover{--pds-tab-color:var(--pds-color-nav-item-default-foreground-active)}.pds-tab-menu__item .pds-tab-menu__item-inner{align-items:center;column-gap:.64rem;display:flex}.pds-tab-menu__dropdown-trigger{align-items:center;background-color:transparent;border:none;border-radius:.1875rem;color:var(--pds-color-foreground-default);display:flex;height:1.563rem;margin-inline-end:-.64rem}.pds-tab-menu__dropdown-trigger:focus-visible{outline:1px solid var(--pds-color-interactive-focus)}.pds-tab-menu__dropdown-trigger-icon{color:var(--pds-color-nav-item-default-foreground-trigger);pointer-events:none;transition:transform .2s ease-in-out 0s}.pds-tab-menu__dropdown-trigger[aria-expanded=true]
2
2
  .pds-tab-menu__dropdown-trigger-icon{transform:rotate(180deg);transition:transform .2s ease-in-out 0s}.pds-tab-menu__dropdown{background-color:var(--pds-color-dropdown-background);border-radius:.1875rem;box-shadow:var(--pds-elevation-overlay);box-sizing:border-box;left:0;margin-block-start:.512rem;max-height:24rem;overflow-x:hidden;overflow-y:auto;position:absolute;top:3.052rem}.pds-tab-menu__dropdown:focus-visible{outline:none}.pds-tab-menu__dropdown-menu{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:.512rem .64rem;row-gap:.328rem}.pds-tab-menu__dropdown-item{align-items:center;background-color:transparent;border-radius:.1875rem;color:var(--pds-color-dropdown-foreground);cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;line-height:120%;list-style-type:none;margin:0}.pds-tab-menu__dropdown-item:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:.03125rem}.pds-tab-menu__dropdown-item:hover{background-color:var(--pds-color-dropdown-item-background-hover);outline:none}.pds-tab-menu__dropdown-item a{align-items:center;border-radius:.375rem;color:var(--pds-color-dropdown-foreground);column-gap:.64rem;display:flex;justify-content:space-between;padding:.64rem .8rem;text-decoration:none;width:100%}.pds-tab-menu__dropdown-item a:active{background-color:var(--pds-color-dropdown-item-background-active)}.pds-tab-menu__dropdown-item--active{background-color:var(--pds-color-dropdown-item-background-hover);color:var(--pds-color-status-success-foreground);flex-shrink:0}.pds-tab-menu__active-icon{flex-shrink:0;margin-inline-end:.64rem}.pds-tab-menu__filter{border-block-end:1px solid var(--pds-color-border-default);box-shadow:0 1px 9px -7px rgba(0,0,0,.2);padding:.328rem .512rem}.pds-tab-menu__filter .pds-text-input__input-wrapper{border-color:transparent}.pds-tab-menu__filter .pds-text-input__input-wrapper:focus-within{border-color:var(--pds-color-interactive-focus)}.pds-input-field--text{border-color:transparent}.pds-input-field--text:focus-within{border-color:var(--pds-color-interactive-focus)}.pds-tab-menu__no-results{color:var(--pds-color-foreground-default);font-size:1rem;margin-block-end:0;padding-inline:.8rem}.pds-tab-menu--isMobile{position:relative}.pds-tab-menu--isMobile .pds-tab-menu__menu{column-gap:1.25rem;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;cursor:pointer}.pds-tab-menu--isMobile .pds-tab-menu__menu::-webkit-scrollbar{display:none}.pds-tab-menu--isMobile .pds-tab-menu__item{font-size:.96rem;padding:.328rem .25rem}.pds-tab-menu--isMobile .pds-tab-menu__item-inner{width:max-content}.pds-tab-menu__mobile-menu-wrapper .pds-tab-menu__dropdown{left:1.063rem;position:fixed;top:3.58rem}
@@ -1 +1 @@
1
- .pds-tile__image{margin-block-end:.64rem}.pds-tile__image img{height:auto;max-width:5rem}.pds-tile__summary p{color:var(--pds-color-foreground-default-secondary);line-height:140%;margin-block-end:0}.pds-tile__cta{margin-block-start:1rem}.pds-tile__cta a:focus{outline:none}.pds-tile__cta a:before{border-radius:.375rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .2s ease-in-out 0s;z-index:1}.pds-tile__cta a:focus-visible:before{border:1px solid var(--pds-color-interactive-focus);transition:all .2s ease-in-out 0s}
1
+ .pds-tile__image{margin-block-end:.64rem}.pds-tile__image img{height:auto;max-width:5rem}.pds-tile__summary p{color:var(--pds-color-foreground-default-secondary);line-height:140%;margin-block-end:0}.pds-tile__cta{margin-block-start:1rem}.pds-tile__cta a:focus{outline:none}.pds-tile__cta a:before{border-radius:.375rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .2s ease-in-out 0s;z-index:1}.pds-tile__cta a:focus-visible:before{border:1px solid var(--pds-color-interactive-focus);transition:all .2s ease-in-out 0s}.dark-mode .pds-tile__image img{filter:grayscale(1) invert()}
@@ -1 +1 @@
1
- .pds-tile-grid,.pds-tile-list{display:grid;grid-row-gap:1rem}@media (min-width:641px){.pds-tile-grid,.pds-tile-list{grid-column-gap:.64rem;grid-row-gap:1.25rem;grid-template-columns:1fr 1px 1fr 1px 1fr}}@media (min-width:1025px){.pds-tile-grid,.pds-tile-list{grid-column-gap:1.25rem;grid-row-gap:2.441rem}}.pds-tile,.pds-tile-list__item{align-items:center;background-color:var(--pds-color-background-default);border-radius:.375rem;box-sizing:border-box;display:flex;flex-direction:column;padding:1.563rem;position:relative;row-gap:.25rem;text-align:center;transition:all .2s ease-in-out 0s;width:100%}@media (min-width:641px){.pds-tile,.pds-tile-list__item{padding:1.563rem 1rem}}@media (min-width:1025px){.pds-tile,.pds-tile-list__item{padding:1.563rem}}.pds-tile.pds-tile--clean:hover,a.pds-tile-list__item:hover{background-color:var(--pds-color-interactive-background-hover);text-decoration:none;transition:all .2s ease-in-out 0s}.pds-tile.pds-tile--clean:hover .pds-cta-link__icon,a.pds-tile-list__item:hover .pds-cta-link__icon{color:var(--pds-color-interactive-link-hover);left:.64rem}.pds-tile.pds-tile--border:active,.pds-tile.pds-tile--clean:active,a.pds-tile-list__item:active{background-color:var(--pds-color-interactive-background-active);transition:all .2s ease-in-out 0s}.pds-tile--border{box-shadow:var(--pds-elevation-raised)}.pds-tile.pds-tile--border:hover{box-shadow:var(--pds-elevation-active)}.pds-tile.pds-tile--border:hover .pds-cta-link__icon{color:var(--pds-color-interactive-link-hover);left:.64rem}.pds-tile__separator{background-color:var(--pds-color-border-default);height:1px;margin:0 auto;width:65%}@media (min-width:641px){.pds-tile__separator{display:inline;height:80%;margin:auto 0;width:1px}}@media (min-width:1025px){.pds-tile__separator{height:70%}}.pds-tile__separator:last-child{display:none}@media (min-width:641px){.pds-tile__separator:nth-child(3n+3){display:none}}.pds-tile--border+.pds-tile__separator{background-color:var(--pds-color-background-default)}.pds-tile__heading{color:var(--pds-color-foreground-default);font-weight:700;margin-block-end:.512rem}.pds-tile__bodytext,.pds-tile__bodytext p{color:var(--pds-color-foreground-default-secondary);line-height:140%;margin-block-end:0}a.pds-tile__cta{color:var(--pds-color-brand-secondary-default);display:inline-flex;font-size:1rem;font-weight:700;gap:.328rem;letter-spacing:.01rem;line-height:120%;margin-block-start:1rem;outline:none;text-decoration:none}.pds-tile__cta:focus-visible:before{border:1px solid var(--pds-color-interactive-focus);transition:all .2s ease-in-out 0s}.pds-tile__cta-icon{fill:var(--pds-color-brand-secondary-default);margin-inline-start:.41rem;position:relative;top:.125rem}
1
+ .pds-tile-grid,.pds-tile-list{display:grid;grid-row-gap:1rem}@media (min-width:641px){.pds-tile-grid,.pds-tile-list{grid-column-gap:.64rem;grid-row-gap:1.25rem;grid-template-columns:1fr 1px 1fr 1px 1fr}}@media (min-width:1025px){.pds-tile-grid,.pds-tile-list{grid-column-gap:1.25rem;grid-row-gap:2.441rem}}.pds-tile,.pds-tile-list__item{align-items:center;background-color:var(--pds-color-background-default);border-radius:.375rem;box-sizing:border-box;display:flex;flex-direction:column;padding:1.563rem;position:relative;row-gap:.25rem;text-align:center;transition:all .2s ease-in-out 0s;width:100%}@media (min-width:641px){.pds-tile,.pds-tile-list__item{padding:1.563rem 1rem}}@media (min-width:1025px){.pds-tile,.pds-tile-list__item{padding:1.563rem}}.pds-tile.pds-tile--clean:hover,a.pds-tile-list__item:hover{background-color:var(--pds-color-interactive-background-hover);text-decoration:none;transition:all .2s ease-in-out 0s}.pds-tile.pds-tile--clean:hover .pds-cta-link__icon,a.pds-tile-list__item:hover .pds-cta-link__icon{color:var(--pds-color-interactive-link-hover);left:.64rem}.pds-tile.pds-tile--border:active,.pds-tile.pds-tile--clean:active,a.pds-tile-list__item:active{background-color:var(--pds-color-interactive-background-active);transition:all .2s ease-in-out 0s}.pds-tile--border{background-color:var(--pds-color-tile-background);box-shadow:var(--pds-elevation-raised)}.pds-tile.pds-tile--border:hover{box-shadow:var(--pds-elevation-overlay)}.pds-tile.pds-tile--border:hover .pds-cta-link__icon{color:var(--pds-color-interactive-link-hover);left:.64rem}.pds-tile__separator{background-color:var(--pds-color-border-default);height:1px;margin:0 auto;width:65%}@media (min-width:641px){.pds-tile__separator{display:inline;height:80%;margin:auto 0;width:1px}}@media (min-width:1025px){.pds-tile__separator{height:70%}}.pds-tile__separator:last-child{display:none}@media (min-width:641px){.pds-tile__separator:nth-child(3n+3){display:none}}.pds-tile--border+.pds-tile__separator{background-color:var(--pds-color-background-default)}.pds-tile__heading{color:var(--pds-color-foreground-default);font-weight:700;margin-block-end:.512rem}.pds-tile__bodytext,.pds-tile__bodytext p{color:var(--pds-color-foreground-default-secondary);line-height:140%;margin-block-end:0}a.pds-tile__cta{color:var(--pds-color-brand-secondary-default);display:inline-flex;font-size:1rem;font-weight:700;gap:.328rem;letter-spacing:.01rem;line-height:120%;margin-block-start:1rem;outline:none;text-decoration:none}.pds-tile__cta:focus-visible:before{border:1px solid var(--pds-color-interactive-focus);transition:all .2s ease-in-out 0s}.pds-tile__cta-icon{fill:var(--pds-color-brand-secondary-default);margin-inline-start:.41rem;position:relative;top:.125rem}
@@ -1 +1 @@
1
- :root{--toastify-toast-min-height:2rem;--toastify-toast-width:22rem;--toastify-font-family:"Poppins",sans-serif;--toastify-color-progress-light:var(--pds-color-neutral-300);--toastify-color-progress-dark:var(--pds-color-neutral-300);--toastify-color-progress-info:var(--pds-color-neutral-300);--toastify-color-progress-success:var(--pds-color-neutral-300);--toastify-color-progress-warning:var(--pds-color-neutral-300);--toastify-color-progress-error:var(--pds-color-neutral-300)}.pds-toaster .Toastify__toast{background-color:var(--pds-color-background-default);border-radius:.375rem;box-shadow:var(--pds-elevation-active);padding:1.125rem}.pds-toaster .Toastify__toast-body{margin:0;padding:0}.pds-toaster .Toastify__progress-bar{background-color:var(--pds-color-neutral-300);background-image:unset;height:.2125rem}.pds-toaster .Toastify__close-button{border-radius:.1875rem;color:var(--pds-color-foreground-default-secondary);display:flex;flex-direction:column;justify-content:center;margin-block-start:.0625rem;opacity:1}.pds-toaster .Toastify__close-button:hover{color:var(--pds-color-interactive-link-hover)}.pds-toaster .Toastify__close-button:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem}.pds-toast{align-items:stretch;color:var(--pds-color-foreground-default);font-family:Poppins,sans-serif;gap:.8rem}.pds-toast,.pds-toast__icon-container{display:flex}.pds-toast__icon{margin-block-start:.1rem}.pds-toast__message{color:var(--pds-color-foreground-default);font-size:.833rem;line-height:140%}.pds-toast__icon--warning{color:var(--pds-color-status-warning-foreground)}.pds-toast__icon--info{color:var(--pds-color-status-info-foreground)}.pds-toast__icon--success{color:var(--pds-color-status-success-foreground)}.pds-toast__icon--critical{color:var(--pds-color-status-critical-foreground)}.pds-toast--bounceInPlace{animation:bounceInPlace .5s ease;animation-fill-mode:both}@keyframes bounceInPlace{0%{transform:translateX(0)}20%{transform:translateX(-20px)}40%{transform:translateX(10px)}60%{transform:translateX(-5px)}80%{transform:translateX(0)}}.pds-toast--slideOut{animation:slideOut .7s ease;animation-fill-mode:both}@keyframes slideOut{0%{transform:translateZ(0)}to{transform:translate3d(120%,0,0);visibility:hidden}}
1
+ :root{--toastify-toast-min-height:2rem;--toastify-toast-width:22rem;--toastify-font-family:"Poppins",sans-serif;--toastify-color-progress-light:var(--pds-color-status-neutral-background);--toastify-color-progress-dark:var(--pds-color-status-neutral-background);--toastify-color-progress-info:var(--pds-color-status-neutral-background);--toastify-color-progress-success:var(--pds-color-status-neutral-background);--toastify-color-progress-warning:var(--pds-color-status-neutral-background);--toastify-color-progress-error:var(--pds-color-status-neutral-background)}.pds-toaster .Toastify__toast{background-color:var(--pds-color-dropdown-background);border-radius:.375rem;box-shadow:var(--pds-elevation-overlay);padding:1.125rem}.pds-toaster .Toastify__toast-body{margin:0;padding:0}.pds-toaster .Toastify__progress-bar{background-color:var(--pds-color-status-neutral-background);background-image:unset;height:.2125rem}.pds-toaster .Toastify__close-button{border-radius:.1875rem;color:var(--pds-color-foreground-default-secondary);display:flex;flex-direction:column;justify-content:center;margin-block-start:.0625rem;opacity:1}.pds-toaster .Toastify__close-button:hover{color:var(--pds-color-interactive-link-hover)}.pds-toaster .Toastify__close-button:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:.125rem}.pds-toast{align-items:stretch;color:var(--pds-color-foreground-default);font-family:Poppins,sans-serif;gap:.8rem}.pds-toast,.pds-toast__icon-container{display:flex}.pds-toast__icon{margin-block-start:.1rem}.pds-toast__message{color:var(--pds-color-foreground-default);font-size:.833rem;line-height:140%}.pds-toast__icon--warning{color:var(--pds-color-status-warning-foreground)}.pds-toast__icon--info{color:var(--pds-color-status-info-foreground)}.pds-toast__icon--success{color:var(--pds-color-status-success-foreground)}.pds-toast__icon--critical{color:var(--pds-color-status-critical-foreground)}.pds-toast--bounceInPlace{animation:bounceInPlace .5s ease;animation-fill-mode:both}@keyframes bounceInPlace{0%{transform:translateX(0)}20%{transform:translateX(-20px)}40%{transform:translateX(10px)}60%{transform:translateX(-5px)}80%{transform:translateX(0)}}.pds-toast--slideOut{animation:slideOut .7s ease;animation-fill-mode:both}@keyframes slideOut{0%{transform:translateZ(0)}to{transform:translate3d(120%,0,0);visibility:hidden}}
@@ -1 +1 @@
1
- .pds-tooltip{padding-inline:.512rem}.pds-tooltip,.pds-tooltip__trigger{align-items:center;display:inline-flex}.pds-tooltip__trigger{background-color:transparent;border:none;border-radius:100%;cursor:pointer;line-height:0;padding:0}.pds-tooltip__trigger:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:1px}.pds-tooltip__trigger--default{color:var(--pds-color-foreground-default)}.pds-tooltip__trigger--default-secondary{color:var(--pds-color-foreground-default-secondary)}.pds-tooltip__trigger--critical{color:var(--pds-color-status-critical-foreground)}.pds-tooltip__trigger-text{border-bottom:2px dotted var(--pds-color-interactive-link-default);display:inline-block;padding-block-end:.25rem}.pds-tooltip__container{background-color:var(--pds-color-background-reverse);border-radius:.375rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.2);box-sizing:border-box;color:var(--pds-color-foreground-reverse);font-size:.694rem;font-weight:400;line-height:140%;max-width:var(--pds-container-tooltip-max-width);padding:.512rem .64rem .41rem;width:max-content}
1
+ .pds-tooltip{padding-inline:.512rem}.pds-tooltip,.pds-tooltip__trigger{align-items:center;display:inline-flex}.pds-tooltip__trigger{background-color:transparent;border:none;border-radius:100%;cursor:pointer;line-height:0;padding:0}.pds-tooltip__trigger:focus-visible{outline:1px solid var(--pds-color-interactive-focus);outline-offset:1px}.pds-tooltip__trigger--default{color:var(--pds-color-foreground-default)}.pds-tooltip__trigger--default-secondary{color:var(--pds-color-foreground-default-secondary)}.pds-tooltip__trigger--critical{color:var(--pds-color-status-critical-foreground)}.pds-tooltip__trigger-text{border-bottom:2px dotted var(--pds-color-interactive-link-default);display:inline-block;padding-block-end:.25rem}.pds-tooltip__container{background-color:var(--pds-color-background-reverse);border-radius:.375rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.2);box-sizing:border-box;color:var(--pds-color-foreground-reverse);font-family:Inter,sans-serif;font-size:.694rem;font-weight:400;line-height:140%;max-width:var(--pds-container-tooltip-max-width);padding:.512rem .64rem .41rem;width:max-content}
@@ -10,41 +10,41 @@
10
10
  */
11
11
 
12
12
  :root {
13
- --pds-color-background-default: #121219;
14
- --pds-color-background-default-secondary: #1d1d29;
15
- --pds-color-background-reverse: #e7e7eb;
16
- --pds-color-badge-indicator-brand-background: #8a70ff;
13
+ --pds-color-background-default: #1a1b20;
14
+ --pds-color-background-default-secondary: #121219;
15
+ --pds-color-background-reverse: #b5b5bc;
16
+ --pds-color-badge-indicator-brand-background: #745dd8;
17
17
  --pds-color-badge-indicator-brand-foreground: #ffffff;
18
- --pds-color-badge-indicator-critical-background: #ef5c48;
18
+ --pds-color-badge-indicator-critical-background: #a70000;
19
19
  --pds-color-badge-indicator-critical-foreground: #ffffff;
20
- --pds-color-badge-indicator-diamond-background: #f0fdff;
21
- --pds-color-badge-indicator-diamond-foreground: #388bff;
20
+ --pds-color-badge-indicator-diamond-background: #d3e7fd;
21
+ --pds-color-badge-indicator-diamond-foreground: #005cc8;
22
22
  --pds-color-badge-indicator-gold-background: #ffe668;
23
23
  --pds-color-badge-indicator-gold-foreground: #705e00;
24
- --pds-color-badge-indicator-info-background: #388bff;
24
+ --pds-color-badge-indicator-info-background: #005cc8;
25
25
  --pds-color-badge-indicator-info-foreground: #ffffff;
26
- --pds-color-badge-indicator-neutral-background: #504e62;
26
+ --pds-color-badge-indicator-neutral-background: #6d6d78;
27
27
  --pds-color-badge-indicator-neutral-foreground: #ffffff;
28
- --pds-color-badge-indicator-platinum-background: #fff1a9;
29
- --pds-color-badge-indicator-platinum-foreground: #ddbd16;
30
- --pds-color-badge-indicator-silver-background: #a6a3b4;
31
- --pds-color-badge-indicator-silver-foreground: var(--pds-color-foreground-default-secondary);
32
- --pds-color-badge-indicator-success-background: #2abb7f;
28
+ --pds-color-badge-indicator-platinum-background: #cbc2f0;
29
+ --pds-color-badge-indicator-platinum-foreground: #42318d;
30
+ --pds-color-badge-indicator-silver-background: #b5b5bc;
31
+ --pds-color-badge-indicator-silver-foreground: #2f323d;
32
+ --pds-color-badge-indicator-success-background: #00710f;
33
33
  --pds-color-badge-indicator-success-foreground: #ffffff;
34
- --pds-color-badge-indicator-warning-background: #cf9f02;
34
+ --pds-color-badge-indicator-warning-background: #bd5b00;
35
35
  --pds-color-badge-indicator-warning-foreground: #ffffff;
36
- --pds-color-banner-critical-background: #d34431;
36
+ --pds-color-banner-critical-background: #a70000;
37
37
  --pds-color-banner-critical-foreground: #ffffff;
38
- --pds-color-banner-info-background: #3575d0;
38
+ --pds-color-banner-info-background: #005cc8;
39
39
  --pds-color-banner-info-foreground: #ffffff;
40
- --pds-color-banner-warning-background: #f5b730;
41
- --pds-color-banner-warning-foreground: #121219;
42
- --pds-color-border-brand: #ad9bff;
43
- --pds-color-border-default: #504e62;
44
- --pds-color-border-input: #858299;
45
- --pds-color-border-separator: #858299;
40
+ --pds-color-banner-warning-background: #bd5b00;
41
+ --pds-color-banner-warning-foreground: #ffffff;
42
+ --pds-color-border-brand: #9786e2;
43
+ --pds-color-border-default: #6d6d78;
44
+ --pds-color-border-input: #6d6d78;
45
+ --pds-color-border-separator: #6d6d78;
46
46
  --pds-color-brand-accent-default: #de0093;
47
- --pds-color-brand-primary-default: #8a70ff;
47
+ --pds-color-brand-primary-default: #745dd8;
48
48
  --pds-color-brand-secondary-default: #ffdc28;
49
49
  --pds-color-button-brand-background-active: #ddbd16;
50
50
  --pds-color-button-brand-background-default: #ffdc28;
@@ -55,14 +55,14 @@
55
55
  --pds-color-button-brand-foreground-active: #121219;
56
56
  --pds-color-button-brand-foreground-default: #121219;
57
57
  --pds-color-button-brand-foreground-hover: #121219;
58
- --pds-color-button-brand-secondary-background-active: #282839;
58
+ --pds-color-button-brand-secondary-background-active: #1a1b20;
59
59
  --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
60
- --pds-color-button-brand-secondary-background-hover: #504e62;
61
- --pds-color-button-brand-secondary-border-active: #504e62;
62
- --pds-color-button-brand-secondary-border-default: #a6a3b4;
60
+ --pds-color-button-brand-secondary-background-hover: #20232c;
61
+ --pds-color-button-brand-secondary-border-active: #20232c;
62
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
63
63
  --pds-color-button-brand-secondary-border-hover: #ffffff;
64
- --pds-color-button-brand-secondary-foreground-active: #e7e7eb;
65
- --pds-color-button-brand-secondary-foreground-default: #e7e7eb;
64
+ --pds-color-button-brand-secondary-foreground-active: #b5b5bc;
65
+ --pds-color-button-brand-secondary-foreground-default: #b5b5bc;
66
66
  --pds-color-button-brand-secondary-foreground-hover: #ffffff;
67
67
  --pds-color-button-critical-background-active: #4b2d28;
68
68
  --pds-color-button-critical-background-default: var(--pds-color-background-default);
@@ -76,133 +76,131 @@
76
76
  --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
77
77
  --pds-color-button-navbar-foreground-default: #ffffff;
78
78
  --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
79
- --pds-color-button-primary-background-active: #4e39a8;
80
- --pds-color-button-primary-background-default: #4e39a8;
81
- --pds-color-button-primary-background-hover: #2e1d78;
82
- --pds-color-button-primary-border-active: #4e39a8;
83
- --pds-color-button-primary-border-default: #4e39a8;
84
- --pds-color-button-primary-border-hover: #2e1d78;
79
+ --pds-color-button-primary-background-active: #42318d;
80
+ --pds-color-button-primary-background-default: #42318d;
81
+ --pds-color-button-primary-background-hover: #2c205e;
82
+ --pds-color-button-primary-border-active: #42318d;
83
+ --pds-color-button-primary-border-default: #42318d;
84
+ --pds-color-button-primary-border-hover: #2c205e;
85
85
  --pds-color-button-primary-foreground-active: #ffffff;
86
86
  --pds-color-button-primary-foreground-default: #ffffff;
87
87
  --pds-color-button-primary-foreground-hover: #ffffff;
88
- --pds-color-button-secondary-background-active: #282839;
88
+ --pds-color-button-secondary-background-active: #1a1b20;
89
89
  --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
90
- --pds-color-button-secondary-background-hover: #504e62;
91
- --pds-color-button-secondary-border-active: #504e62;
92
- --pds-color-button-secondary-border-default: #a6a3b4;
90
+ --pds-color-button-secondary-background-hover: #20232c;
91
+ --pds-color-button-secondary-border-active: #20232c;
92
+ --pds-color-button-secondary-border-default: #6d6d78;
93
93
  --pds-color-button-secondary-border-hover: #ffffff;
94
- --pds-color-button-secondary-foreground-active: #e7e7eb;
95
- --pds-color-button-secondary-foreground-default: #e7e7eb;
94
+ --pds-color-button-secondary-foreground-active: #b5b5bc;
95
+ --pds-color-button-secondary-foreground-default: #b5b5bc;
96
96
  --pds-color-button-secondary-foreground-hover: #ffffff;
97
97
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
98
98
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
99
- --pds-color-button-subtle-foreground-active: #8a70ff;
100
- --pds-color-button-subtle-foreground-default: #d0c6ff;
101
- --pds-color-button-subtle-foreground-hover: #8a70ff;
102
- --pds-color-code-inline-background: #282839;
103
- --pds-color-code-inline-border: #504e62;
99
+ --pds-color-button-subtle-foreground-active: #745dd8;
100
+ --pds-color-button-subtle-foreground-default: #cbc2f0;
101
+ --pds-color-button-subtle-foreground-hover: #745dd8;
102
+ --pds-color-card-background: #1f2026;
103
+ --pds-color-code-inline-background: #1a1b20;
104
+ --pds-color-code-inline-border: #20232c;
104
105
  --pds-color-code-inline-text: #ffffff;
105
- --pds-color-dropdown-background: var(--pds-color-background-default-secondary);
106
+ --pds-color-dashboard-nav-background: var(--pds-color-background-default-secondary);
107
+ --pds-color-dashboard-nav-background-admin: #252038;
108
+ --pds-color-dashboard-nav-item-background-active: var(--pds-color-background-reverse);
109
+ --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
110
+ --pds-color-dashboard-nav-item-background-hover: #6d6d78;
111
+ --pds-color-dashboard-nav-item-background-hover-admin: #121219;
112
+ --pds-color-dashboard-nav-item-foreground-active: var(--pds-color-foreground-reverse);
113
+ --pds-color-dashboard-nav-item-foreground-default: var(--pds-color-foreground-default);
114
+ --pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-foreground-default);
115
+ --pds-color-dashboard-toggle-button-background: var(--pds-color-background-reverse);
116
+ --pds-color-dashboard-toggle-button-foreground: var(--pds-color-foreground-reverse);
117
+ --pds-color-dropdown-background: #20232c;
106
118
  --pds-color-dropdown-description: var(--pds-color-foreground-default-secondary);
107
119
  --pds-color-dropdown-foreground: var(--pds-color-foreground-default);
108
120
  --pds-color-dropdown-heading: var(--pds-color-foreground-default-secondary);
109
121
  --pds-color-dropdown-item-background-active: var(--pds-color-interactive-background-active);
110
122
  --pds-color-dropdown-item-background-hover: var(--pds-color-interactive-background-hover);
111
123
  --pds-color-dropdown-item-background-selected: var(--pds-color-interactive-background-hover);
112
- --pds-color-dropdown-top-border: #504e62;
113
- --pds-color-expansion-panel-hover: #282839;
114
- --pds-color-expansion-panel-open: #282839;
124
+ --pds-color-dropdown-top-border: rgba(0, 0, 0, 0);
125
+ --pds-color-expansion-panel-hover: #20232c;
126
+ --pds-color-expansion-panel-open: #20232c;
115
127
  --pds-color-foreground-default: #ffffff;
116
- --pds-color-foreground-default-secondary: #a6a3b4;
117
- --pds-color-foreground-reverse: #1d1d29;
128
+ --pds-color-foreground-default-secondary: #b5b5bc;
129
+ --pds-color-foreground-reverse: #121219;
130
+ --pds-color-icon-button-critical-background-active: hsl(from var(--pds-color-status-critical-utility) h s l / 0.15);
131
+ --pds-color-icon-button-critical-background-hover: var(--pds-color-status-critical-background);
132
+ --pds-color-icon-button-reverse-background-active: #6a6e7a;
133
+ --pds-color-icon-button-reverse-background-hover: #474954;
134
+ --pds-color-icon-button-standard-background-active: var(--pds-color-interactive-background-active);
135
+ --pds-color-icon-button-standard-background-hover: var(--pds-color-interactive-background-hover);
118
136
  --pds-color-input-checkbox-checked-foreground: #ffffff;
119
- --pds-color-input-file-upload-button-background-default: #504e62;
137
+ --pds-color-input-file-upload-button-background-default: #2f323d;
120
138
  --pds-color-input-file-upload-button-background-hover: #3d3c4d;
121
139
  --pds-color-input-switch-icon: #ffffff;
122
- --pds-color-interactive-background-active: #504e62;
123
- --pds-color-interactive-background-hover: #282839;
124
- --pds-color-interactive-focus: #36a3ff;
125
- --pds-color-interactive-link-active: #ad9bff;
126
- --pds-color-interactive-link-default: #36a3ff;
127
- --pds-color-interactive-link-hover: #8a70ff;
128
- --pds-color-interactive-link-visited: #8a70ff;
140
+ --pds-color-interactive-background-active: #2f323d;
141
+ --pds-color-interactive-background-hover: #20232c;
142
+ --pds-color-interactive-focus: #4888fe;
143
+ --pds-color-interactive-link-active: #836fdc;
144
+ --pds-color-interactive-link-default: #4888fe;
145
+ --pds-color-interactive-link-hover: #9584e1;
146
+ --pds-color-interactive-link-visited: #9584e1;
129
147
  --pds-color-interactive-reverse-focus: #0f62fe;
130
148
  --pds-color-interactive-reverse-link-active: #3017a1;
131
149
  --pds-color-interactive-reverse-link-default: #0f62fe;
132
150
  --pds-color-interactive-reverse-link-hover: #4f32ce;
133
151
  --pds-color-interactive-reverse-link-visited: #4f32ce;
134
- --pds-color-nav-item-default-foreground-active: #ad9bff;
135
- --pds-color-nav-item-default-foreground-hover: #ad9bff;
136
- --pds-color-nav-item-default-foreground-trigger: #a6a3b4;
137
- --pds-color-nav-item-reverse-foreground-active: #4e39a8;
138
- --pds-color-nav-item-reverse-foreground-hover: #4e39a8;
152
+ --pds-color-nav-item-default-foreground-active: #9786e2;
153
+ --pds-color-nav-item-default-foreground-hover: #9786e2;
154
+ --pds-color-nav-item-default-foreground-trigger: #6d6d78;
155
+ --pds-color-nav-item-reverse-foreground-active: #42318d;
156
+ --pds-color-nav-item-reverse-foreground-hover: #42318d;
139
157
  --pds-color-overlay: rgba(9, 0, 48, 0.45);
140
- --pds-color-pagination-background-active: #2e1d78;
141
- --pds-color-pagination-background-hover: #4e39a8;
142
- --pds-color-pagination-foreground-active: #f3f0ff;
158
+ --pds-color-pagination-background-active: #2c205e;
159
+ --pds-color-pagination-background-hover: #42318d;
160
+ --pds-color-pagination-foreground-active: #eeebfa;
143
161
  --pds-color-pagination-foreground-hover: #ffffff;
162
+ --pds-color-panel-overlay-background: #1f2026;
163
+ --pds-color-panel-raised-background: #1f2026;
144
164
  --pds-color-panel-sunken-background: #121219;
145
165
  --pds-color-partner-bitbucket: #004dc0;
146
166
  --pds-color-partner-drupal: #009cde;
147
167
  --pds-color-partner-gatsby: #663399;
148
- --pds-color-partner-gitlab: #ffedfb;
149
- --pds-color-partner-nextjs: #000000;
168
+ --pds-color-partner-github: #2da44e;
169
+ --pds-color-partner-gitlab: #fc6d26;
170
+ --pds-color-partner-google: #4285f4;
171
+ --pds-color-partner-nextjs: #ffffff;
150
172
  --pds-color-partner-wordpress: #0073aa;
173
+ --pds-color-segmented-button-background-active: #121219;
174
+ --pds-color-segmented-button-background-default: #1a1b20;
175
+ --pds-color-segmented-button-background-hover: #121219;
176
+ --pds-color-segmented-button-border-active: #9786e2;
177
+ --pds-color-segmented-button-foreground-active: #9786e2;
178
+ --pds-color-segmented-button-foreground-default: #b5b5bc;
179
+ --pds-color-segmented-button-foreground-hover: #9786e2;
151
180
  --pds-color-social-rss: #f3763a;
152
- --pds-color-status-critical-background: #391813;
153
- --pds-color-status-critical-foreground: #ef5c48;
154
- --pds-color-status-discovery-background: #231c3f;
155
- --pds-color-status-discovery-foreground: #8f7ee7;
156
- --pds-color-status-info-background: #082145;
157
- --pds-color-status-info-foreground: #388bff;
158
- --pds-color-status-success-background: #133527;
159
- --pds-color-status-success-foreground: #2abb7f;
160
- --pds-color-status-warning-background: #3d2e00;
161
- --pds-color-status-warning-foreground: #cf9f02;
162
- --pds-color-tag-1-background: #ded8fa;
163
- --pds-color-tag-1-foreground: #5c4fac;
164
- --pds-color-tag-10-background: #d0dffc;
165
- --pds-color-tag-10-foreground: #2254c5;
166
- --pds-color-tag-11-background: #72cb9b;
167
- --pds-color-tag-11-foreground: #264a37;
168
- --pds-color-tag-12-background: #81c1dd;
169
- --pds-color-tag-12-foreground: #234453;
170
- --pds-color-tag-13-background: #689bf8;
171
- --pds-color-tag-13-foreground: #163168;
172
- --pds-color-tag-14-background: #9c90e9;
173
- --pds-color-tag-14-foreground: #342c60;
174
- --pds-color-tag-15-background: #e7796d;
175
- --pds-color-tag-15-foreground: #56231d;
176
- --pds-color-tag-16-background: #f1a76e;
177
- --pds-color-tag-16-foreground: #68320f;
178
- --pds-color-tag-17-background: #d87ab8;
179
- --pds-color-tag-17-foreground: #4a273e;
180
- --pds-color-tag-18-background: #efce60;
181
- --pds-color-tag-18-foreground: #504012;
182
- --pds-color-tag-19-background: #9fc65b;
183
- --pds-color-tag-19-foreground: #3f4d27;
184
- --pds-color-tag-2-background: #f8d7d3;
185
- --pds-color-tag-2-foreground: #a0392c;
186
- --pds-color-tag-20-background: #8790a0;
187
- --pds-color-tag-20-foreground: #0e1e40;
188
- --pds-color-tag-3-background: #f5e7a8;
189
- --pds-color-tag-3-foreground: #7b611e;
190
- --pds-color-tag-4-background: #f7d7ec;
191
- --pds-color-tag-4-foreground: #894271;
192
- --pds-color-tag-5-background: #d9f0af;
193
- --pds-color-tag-5-foreground: #536a2b;
194
- --pds-color-tag-6-background: #dddfe3;
195
- --pds-color-tag-6-foreground: #47546d;
196
- --pds-color-tag-7-background: #c6f1dc;
197
- --pds-color-tag-7-foreground: #3e7256;
198
- --pds-color-tag-8-background: #f9dfcb;
199
- --pds-color-tag-8-foreground: #9a4e1c;
200
- --pds-color-tag-9-background: #ceecf9;
201
- --pds-color-tag-9-foreground: #366880;
181
+ --pds-color-status-critical-background: #570000;
182
+ --pds-color-status-critical-foreground: #f9634c;
183
+ --pds-color-status-critical-utility: #a70000;
184
+ --pds-color-status-discovery-background: #321068;
185
+ --pds-color-status-discovery-foreground: #c08ffc;
186
+ --pds-color-status-discovery-utility: #a25ef6;
187
+ --pds-color-status-info-background: #002651;
188
+ --pds-color-status-info-foreground: #4096f3;
189
+ --pds-color-status-info-utility: #005cc8;
190
+ --pds-color-status-neutral-background: #6d6d78;
191
+ --pds-color-status-neutral-foreground: #ffffff;
192
+ --pds-color-status-neutral-utility: #b5b5bc;
193
+ --pds-color-status-success-background: #002f07;
194
+ --pds-color-status-success-foreground: #0dab25;
195
+ --pds-color-status-success-utility: #00710f;
196
+ --pds-color-status-warning-background: #481801;
197
+ --pds-color-status-warning-foreground: #ffa23b;
198
+ --pds-color-status-warning-utility: #bd5b00;
202
199
  --pds-color-text-default: #ffffff;
203
- --pds-color-text-default-secondary: #a6a3b4;
204
- --pds-color-text-reverse: #1d1d29;
205
- --pds-elevation-dropdown: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
206
- --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
207
- --pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
200
+ --pds-color-text-default-secondary: #b5b5bc;
201
+ --pds-color-text-reverse: #121219;
202
+ --pds-color-tile-background: #1f2026;
203
+ --pds-elevation-dashboard: 1px 1px 6px -2px rgba(80, 80, 80, 0.2), 1px 1px 0px 0px #1a1b20;
204
+ --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6), 0px 0px 0px 1px rgba(120, 120, 120, 0.15);
205
+ --pds-elevation-raised: 0px 3px 5px 0px rgba(18, 18, 25, 0.6), 0px 0px 0px 1px rgba(120, 120, 120, 0.15);
208
206
  }
@@ -117,6 +117,7 @@
117
117
  --pds-color-button-subtle-foreground-active: #12026f;
118
118
  --pds-color-button-subtle-foreground-default: #4f32ce;
119
119
  --pds-color-button-subtle-foreground-hover: #3017a1;
120
+ --pds-color-card-background: #ffffff;
120
121
  --pds-color-code-block-dark-background: var(--pds-color-background-reverse);
121
122
  --pds-color-code-block-dark-foreground: var(--pds-color-foreground-reverse);
122
123
  --pds-color-code-block-dark-highlight: #474954;
@@ -133,6 +134,7 @@
133
134
  --pds-color-dashboard-nav-item-background-active: var(--pds-color-background-reverse);
134
135
  --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
135
136
  --pds-color-dashboard-nav-item-background-hover: #e3e4e5;
137
+ --pds-color-dashboard-nav-item-background-hover-admin: #ffffff;
136
138
  --pds-color-dashboard-nav-item-foreground-active: var(--pds-color-foreground-reverse);
137
139
  --pds-color-dashboard-nav-item-foreground-default: var(--pds-color-foreground-default);
138
140
  --pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-foreground-default);
@@ -190,11 +192,11 @@
190
192
  --pds-color-interactive-link-default: #0f62fe;
191
193
  --pds-color-interactive-link-hover: #4f32ce;
192
194
  --pds-color-interactive-link-visited: #4f32ce;
193
- --pds-color-interactive-reverse-focus: #36a3ff;
194
- --pds-color-interactive-reverse-link-active: #ad9bff;
195
- --pds-color-interactive-reverse-link-default: #36a3ff;
196
- --pds-color-interactive-reverse-link-hover: #8a70ff;
197
- --pds-color-interactive-reverse-link-visited: #8a70ff;
195
+ --pds-color-interactive-reverse-focus: #4888fe;
196
+ --pds-color-interactive-reverse-link-active: #836fdc;
197
+ --pds-color-interactive-reverse-link-default: #4888fe;
198
+ --pds-color-interactive-reverse-link-hover: #9584e1;
199
+ --pds-color-interactive-reverse-link-visited: #9584e1;
198
200
  --pds-color-nav-item-default-foreground-active: #4f32ce;
199
201
  --pds-color-nav-item-default-foreground-hover: #4f32ce;
200
202
  --pds-color-nav-item-default-foreground-trigger: #6a6e7a;
@@ -212,18 +214,24 @@
212
214
  --pds-color-pagination-background-hover: var(--pds-color-brand-primary-100);
213
215
  --pds-color-pagination-foreground-active: var(--pds-color-interactive-link-active);
214
216
  --pds-color-pagination-foreground-hover: var(--pds-color-interactive-link-hover);
217
+ --pds-color-panel-overlay-background: #ffffff;
218
+ --pds-color-panel-raised-background: #ffffff;
215
219
  --pds-color-panel-sunken-background: #f4f4f4;
216
220
  --pds-color-partner-bitbucket: #004dc0;
217
221
  --pds-color-partner-drupal: #009cde;
218
222
  --pds-color-partner-gatsby: #663399;
219
- --pds-color-partner-gitlab: #ffedfb;
223
+ --pds-color-partner-github: #2da44e;
224
+ --pds-color-partner-gitlab: #fc6d26;
225
+ --pds-color-partner-google: #4285f4;
220
226
  --pds-color-partner-nextjs: #000000;
221
227
  --pds-color-partner-wordpress: #0073aa;
222
228
  --pds-color-segmented-button-background-active: #f4f3fc;
223
229
  --pds-color-segmented-button-background-default: #ffffff;
230
+ --pds-color-segmented-button-background-hover: #f4f3fc;
224
231
  --pds-color-segmented-button-border-active: #4f32ce;
225
232
  --pds-color-segmented-button-foreground-active: #4f32ce;
226
233
  --pds-color-segmented-button-foreground-default: #6a6e7a;
234
+ --pds-color-segmented-button-foreground-hover: #4f32ce;
227
235
  --pds-color-social-rss: #f26522;
228
236
  --pds-color-status-critical-background: #ffefee;
229
237
  --pds-color-status-critical-foreground: #bc1c11;
@@ -255,12 +263,12 @@
255
263
  --pds-color-tag-13-foreground: #163168;
256
264
  --pds-color-tag-14-background: #9c90e9;
257
265
  --pds-color-tag-14-foreground: #342c60;
258
- --pds-color-tag-15-background: #e7796d;
259
- --pds-color-tag-15-foreground: #54221c;
266
+ --pds-color-tag-15-background: #e87e73;
267
+ --pds-color-tag-15-foreground: #50201b;
260
268
  --pds-color-tag-16-background: #f1a76e;
261
269
  --pds-color-tag-16-foreground: #68320f;
262
- --pds-color-tag-17-background: #d87ab8;
263
- --pds-color-tag-17-foreground: #49273e;
270
+ --pds-color-tag-17-background: #da81bc;
271
+ --pds-color-tag-17-foreground: #46253b;
264
272
  --pds-color-tag-18-background: #efce60;
265
273
  --pds-color-tag-18-foreground: #504012;
266
274
  --pds-color-tag-19-background: #9fc65b;
@@ -286,10 +294,8 @@
286
294
  --pds-color-text-default: #23232d;
287
295
  --pds-color-text-default-secondary: #6a6e7a;
288
296
  --pds-color-text-reverse: #ffffff;
289
- --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
290
- --pds-elevation-card-default: var(--pds-elevation-raised);
291
- --pds-elevation-card-hover: var(--pds-elevation-active);
292
- --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
297
+ --pds-color-tile-background: #ffffff;
298
+ --pds-elevation-dashboard: 1px 1px 6px -2px rgba(140, 140, 140, 0.2), 1px 1px 0px 0px #f9f9f9;
293
299
  --pds-elevation-overlay: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04), 0px 24px 32px -8px rgba(0, 0, 0, 0.06);
294
300
  --pds-elevation-raised: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04);
295
301
  }
@@ -83,10 +83,17 @@
83
83
  --pds-spacing-xl: 1.563rem;
84
84
  --pds-spacing-xs: 0.64rem;
85
85
  --pds-typography-font-code: 'Source Code Pro', monospace;
86
+ --pds-typography-font-css-import: 'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap';
86
87
  --pds-typography-font-default: 'Poppins', sans-serif;
88
+ --pds-typography-font-headings: 'Poppins', sans-serif;
89
+ --pds-typography-font-lead: 'Aleo', serif;
90
+ --pds-typography-font-overline: 'Poppins', sans-serif;
91
+ --pds-typography-font-paragraph: 'Inter', sans-serif;
92
+ --pds-typography-font-quote: 'Aleo', serif;
87
93
  --pds-typography-font-secondary: 'Aleo', serif;
88
94
  --pds-typography-font-weight-bold: 700;
89
95
  --pds-typography-font-weight-light: 300;
96
+ --pds-typography-font-weight-medium: 500;
90
97
  --pds-typography-font-weight-regular: 400;
91
98
  --pds-typography-font-weight-semibold: 600;
92
99
  --pds-typography-letter-spacing-l: 0.04rem;