Variable dataBuilderCellRecipeConst
dataBuilderCellRecipe: SlotRecipeRuntimeFn<
"root",
{
type: {
name: {
root: {
flexGrow: "0";
flexShrink: "0";
flexWrap: "nowrap";
alignSelf: "stretch";
minW: "40";
};
};
combobox: {
root: {
flexDir: "row";
flexWrap: "no-wrap";
justifyContent: "start";
alignItems: "center";
px: "0";
py: "0";
};
};
input: { root: { px: "2"; py: "2"; "& > input": { w: "full" } } };
value: { root: { py: "2" } };
icon: {
root: {
flexGrow: "0";
flexShrink: "0";
flexWrap: "nowrap";
display: "flex";
alignItems: "center";
justifyContent: "center";
color: "neutral.10";
px: "2.5";
py: "2.5";
"& svg": { w: "3.5"; h: "3.5" };
};
};
};
disabled: {
true: { root: { pointerEvents: "none"; bg: "slate.1" } };
false: {};
};
span: {
shrink: { root: { flexGrow: "0"; flexShrink: "1" } };
grow: { root: { flexGrow: "1" } };
};
},
> = ...