@planningcenter/tapestry 4.0.0-rc.10 → 4.0.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -2785,7 +2785,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
2785
2785
  :is(.tds-button-group > .tds-btn):not(:first-child){
2786
2786
  margin-inline-start:calc(var(--tds-btn-border-width) * -1);
2787
2787
  }
2788
- :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--pill):not(:first-child)::before,:is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--pill):not(:last-child)::after{
2788
+ :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--staff-only):not(:first-child)::before,:is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--staff-only):not(:last-child)::after{
2789
2789
  position:absolute;
2790
2790
  inset-block:calc(var(--tds-btn-border-width) * -1);
2791
2791
  width:var(--tds-btn-border-width);
@@ -2793,10 +2793,10 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
2793
2793
  content:"";
2794
2794
  background-color:var(--t-border-color-white);
2795
2795
  }
2796
- :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--pill):not(:first-child)::before{
2796
+ :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--staff-only):not(:first-child)::before{
2797
2797
  inset-inline-start:calc(var(--tds-btn-border-width) * -1);
2798
2798
  }
2799
- :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--pill):not(:last-child)::after{
2799
+ :is(.tds-button-group > .tds-btn):is(.tds-btn--interaction,.tds-btn--neutral,.tds-btn--staff-only):not(:last-child)::after{
2800
2800
  inset-inline-end:calc(var(--tds-btn-border-width) * -1);
2801
2801
  }
2802
2802
  :is(.tds-button-group > .tds-btn):hover{