Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
const borderRadiusSemantic: {
none: {
value: 0;
};
xs: {
value: "{font.size.base}";
modify: {
type: "multiply";
value: 0.25;
};
};
sm: {
value: "{font.size.base}";
modify: {
type: "multiply";
value: 0.5;
};
};
md: {
value: "{font.size.base}";
modify: {
type: "multiply";
value: 0.75;
};
};
lg: {
value: "{font.size.base}";
modify: {
type: "multiply";
value: 1;
};
};
xl: {
value: "{font.size.base}";
modify: {
type: "multiply";
value: 1.5;
};
};
full: {
value: 99999;
};
};
Semantic border radius tokens.
Type declaration
| Name | Type | Default value |
|---|
none | { value: 0; } | - |
none.value | 0 | 0 |
xs | { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.25; }; } | - |
xs.value | "{font.size.base}" | "{font.size.base}" |
xs.modify | { type: "multiply"; value: 0.25; } | - |
xs.modify.type | "multiply" | "multiply" |
xs.modify.value | 0.25 | 0.25 |
sm | { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.5; }; } | - |
sm.value | "{font.size.base}" | "{font.size.base}" |
sm.modify | { type: "multiply"; value: 0.5; } | - |
sm.modify.type | "multiply" | "multiply" |
sm.modify.value | 0.5 | 0.5 |
md | { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.75; }; } | - |
md.value | "{font.size.base}" | "{font.size.base}" |
md.modify | { type: "multiply"; value: 0.75; } | - |
md.modify.type | "multiply" | "multiply" |
md.modify.value | 0.75 | 0.75 |
lg | { value: "{font.size.base}"; modify: { type: "multiply"; value: 1; }; } | - |
lg.value | "{font.size.base}" | "{font.size.base}" |
lg.modify | { type: "multiply"; value: 1; } | - |
lg.modify.type | "multiply" | "multiply" |
lg.modify.value | 1 | 1 |
xl | { value: "{font.size.base}"; modify: { type: "multiply"; value: 1.5; }; } | - |
xl.value | "{font.size.base}" | "{font.size.base}" |
xl.modify | { type: "multiply"; value: 1.5; } | - |
xl.modify.type | "multiply" | "multiply" |
xl.modify.value | 1.5 | 1.5 |
full | { value: 99999; } | - |
full.value | 99999 | 99999 |