@theroutingcompany/components 0.0.32-alpha.4 → 0.0.32-alpha.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.
|
@@ -31170,7 +31170,11 @@ const AK = A(N5)`
|
|
|
31170
31170
|
`, K5 = (e, t) => K.Children.map(e, (r) => {
|
|
31171
31171
|
var n;
|
|
31172
31172
|
if (K.isValidElement(r)) {
|
|
31173
|
-
if (
|
|
31173
|
+
if (
|
|
31174
|
+
// @ts-expect-error - fix
|
|
31175
|
+
r.type.displayName === "Trigger" || // @ts-expect-error - fix
|
|
31176
|
+
r.type.displayName === "TabList.Trigger"
|
|
31177
|
+
)
|
|
31174
31178
|
return K.cloneElement(r, { variant: t });
|
|
31175
31179
|
if ((n = r.props) != null && n.children) {
|
|
31176
31180
|
const o = K5(r.props.children, t);
|
|
@@ -31207,6 +31211,7 @@ const B5 = Pe`
|
|
|
31207
31211
|
vertical-align: text-top;
|
|
31208
31212
|
}
|
|
31209
31213
|
`, j5 = A(L5)`
|
|
31214
|
+
display: flex;
|
|
31210
31215
|
${B5}
|
|
31211
31216
|
|
|
31212
31217
|
${(e) => e.variant === "secondary" && Pe`
|
|
@@ -31227,17 +31232,19 @@ const B5 = Pe`
|
|
|
31227
31232
|
j5.displayName = "Trigger";
|
|
31228
31233
|
wa.Trigger = j5;
|
|
31229
31234
|
const U5 = A.button`
|
|
31235
|
+
display: flex !important;
|
|
31236
|
+
justify-content: center !important;
|
|
31237
|
+
align-items: center !important;
|
|
31230
31238
|
${B5}
|
|
31231
31239
|
position: sticky;
|
|
31232
31240
|
right: 0;
|
|
31233
31241
|
background-color: ${f.color_white};
|
|
31234
|
-
|
|
31235
31242
|
`;
|
|
31236
31243
|
U5.displayName = "Action";
|
|
31237
31244
|
wa.Action = U5;
|
|
31238
31245
|
const OK = A(z5)`
|
|
31239
31246
|
flex-grow: 1;
|
|
31240
|
-
padding: ${f.sizing_450};
|
|
31247
|
+
padding: ${f.sizing_450} 0;
|
|
31241
31248
|
background-color: ${f.color_white};
|
|
31242
31249
|
outline: none;
|
|
31243
31250
|
|