@planningcenter/tapestry 4.2.0-rc.3 → 4.2.0-rc.4
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 +2 -0
- package/dist/index.css.map +1 -1
- package/dist/reactRender.css +788 -786
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +788 -786
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/unstable.css +2 -0
- package/dist/unstable.css.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -5029,6 +5029,8 @@ a.tds-dropdown-item:is(:hover, :active){
|
|
|
5029
5029
|
position:sticky;
|
|
5030
5030
|
bottom:0;
|
|
5031
5031
|
background:var(--t-surface-color-card);
|
|
5032
|
+
border-end-start-radius:var(--t-border-radius-lg);
|
|
5033
|
+
border-end-end-radius:var(--t-border-radius-lg);
|
|
5032
5034
|
}
|
|
5033
5035
|
}
|
|
5034
5036
|
|