@stokelp/ui 2.43.0 → 2.43.1

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/ui.js CHANGED
@@ -21678,6 +21678,12 @@ const Af = U({
21678
21678
  borderBottomRightRadius: "radius-16"
21679
21679
  }
21680
21680
  },
21681
+ '&:has(> [data-recipe-slot="header"] + [data-recipe-slot="body"])': {
21682
+ '& [data-recipe-slot="body"]': {
21683
+ borderBottomLeftRadius: "radius-16",
21684
+ borderBottomRightRadius: "radius-16"
21685
+ }
21686
+ },
21681
21687
  '&:has(> [data-recipe-slot="body"] + [data-recipe-slot="footer"])': {
21682
21688
  '& [data-recipe-slot="footer"]': {
21683
21689
  borderBottomLeftRadius: "radius-16",