@planningcenter/tapestry 3.2.3-rc.4 → 3.2.3-rc.6

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/unstable.css CHANGED
@@ -3728,6 +3728,13 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
3728
3728
  background:transparent;
3729
3729
  }
3730
3730
 
3731
+ .tds-combo-box-empty-state{
3732
+ padding-block:var(--t-spacing-1);
3733
+ padding-inline:var(--t-spacing-2);
3734
+ font-size:var(--t-font-size-md);
3735
+ color:var(--t-text-color-secondary);
3736
+ }
3737
+
3731
3738
  .tds-combo-box-list-section:not(:first-child){
3732
3739
  margin-block-start:var(--t-spacing-half);
3733
3740
  }