@stokelp/ui 2.43.1 → 2.43.2
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +8 -5
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21668,29 +21668,32 @@ const Af = U({
|
|
|
21668
21668
|
md: "800px"
|
|
21669
21669
|
},
|
|
21670
21670
|
maxW: "922px",
|
|
21671
|
-
"& >
|
|
21671
|
+
"& > form": {
|
|
21672
|
+
display: "contents"
|
|
21673
|
+
},
|
|
21674
|
+
"& > :first-child, & > form > :first-child": {
|
|
21672
21675
|
borderTopLeftRadius: "radius-16",
|
|
21673
21676
|
borderTopRightRadius: "radius-16"
|
|
21674
21677
|
},
|
|
21675
|
-
'&:has(
|
|
21678
|
+
'&:has([data-recipe-slot="header"] + [data-recipe-slot="footer"])': {
|
|
21676
21679
|
'& [data-recipe-slot="footer"]': {
|
|
21677
21680
|
borderBottomLeftRadius: "radius-16",
|
|
21678
21681
|
borderBottomRightRadius: "radius-16"
|
|
21679
21682
|
}
|
|
21680
21683
|
},
|
|
21681
|
-
'&:has(
|
|
21684
|
+
'&:has([data-recipe-slot="header"] + [data-recipe-slot="body"])': {
|
|
21682
21685
|
'& [data-recipe-slot="body"]': {
|
|
21683
21686
|
borderBottomLeftRadius: "radius-16",
|
|
21684
21687
|
borderBottomRightRadius: "radius-16"
|
|
21685
21688
|
}
|
|
21686
21689
|
},
|
|
21687
|
-
'&:has(
|
|
21690
|
+
'&:has([data-recipe-slot="body"] + [data-recipe-slot="footer"])': {
|
|
21688
21691
|
'& [data-recipe-slot="footer"]': {
|
|
21689
21692
|
borderBottomLeftRadius: "radius-16",
|
|
21690
21693
|
borderBottomRightRadius: "radius-16"
|
|
21691
21694
|
}
|
|
21692
21695
|
},
|
|
21693
|
-
'&:has(
|
|
21696
|
+
'&:has([data-recipe-slot="header"] + [data-recipe-slot="body"] + [data-recipe-slot="footer"])': {
|
|
21694
21697
|
'& [data-recipe-slot="body"], [data-recipe-slot="footer"]': {
|
|
21695
21698
|
borderBottomLeftRadius: "radius-16",
|
|
21696
21699
|
borderBottomRightRadius: "radius-16"
|