@plastic-js/tsumiki 0.1.35 → 0.1.37
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.
|
@@ -125,19 +125,20 @@ var bodyClass = css({
|
|
|
125
125
|
var bodySheetNoHeaderClass = css({ paddingTop: "calc(var(--tsu-container-padding-lg) * 2)" });
|
|
126
126
|
var footerClass = css({
|
|
127
127
|
display: "flex",
|
|
128
|
-
gap: "var(--tsu-spacing-
|
|
128
|
+
gap: "var(--tsu-spacing-md)",
|
|
129
129
|
padding: "0 var(--tsu-container-padding-lg) var(--tsu-container-padding-lg)",
|
|
130
130
|
flexShrink: 0
|
|
131
131
|
});
|
|
132
132
|
var footerBtnClass = css({
|
|
133
133
|
display: "flex",
|
|
134
|
-
gap: "var(--tsu-spacing-
|
|
134
|
+
gap: "var(--tsu-spacing-md)",
|
|
135
135
|
width: "100%",
|
|
136
|
-
justifyContent: "
|
|
136
|
+
justifyContent: "flex-end",
|
|
137
137
|
"&.tsu-dialog-footer--center": { justifyContent: "center" }
|
|
138
138
|
});
|
|
139
139
|
var btnClass = css({
|
|
140
|
-
flex:
|
|
140
|
+
flex: "0 0 auto",
|
|
141
|
+
whiteSpace: "nowrap",
|
|
141
142
|
height: "var(--tsu-comp-height-xl)",
|
|
142
143
|
borderRadius: "var(--tsu-radius-l1-lg)",
|
|
143
144
|
border: "1px solid var(--tsu-neutral-7)",
|