@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/components/combo-box/ComboBox.d.ts +4 -2
- package/dist/components/combo-box/ComboBox.d.ts.map +1 -1
- package/dist/components/combo-box/ComboBox.js +5 -3
- package/dist/components/combo-box/ComboBox.js.map +1 -1
- package/dist/reactRender.css +1343 -1336
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +1343 -1336
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/unstable.css +7 -0
- package/dist/unstable.css.map +1 -1
- package/package.json +2 -2
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
|
}
|