Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4235,17 +4235,6 @@ If the \`rel\` property is provided, it overrides the default behavior.",
- \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.
- \`root.paddingBlock\` (string) - (Optional) Block dimension padding.
- \`root.paddingInline\` (string) - (Optional) Inline dimension padding.",
"inlineType": {
"name": "ButtonProps.Style",
"properties": [
{
"name": "root",
"optional": true,
"type": "{ background?: { active?: string | undefined; default?: string | undefined; disabled?: string | undefined; hover?: string | undefined; } | undefined; borderColor?: { active?: string | undefined; default?: string | undefined; disabled?: string | undefined; hover?: string | undefined; } | undefined; ... 5 more ...; pa...",
},
],
"type": "object",
},
"name": "style",
"optional": true,
"systemTags": [
Expand Down Expand Up @@ -9508,22 +9497,6 @@ If the \`action\` property is set, this property is ignored. **Deprecated**, rep
- \`notificationBar.root.borderRadius\` (string) - (Optional) Notification bar border radius.
- \`notificationBar.root.borderWidth\` (string) - (Optional) Notification bar border width.
- \`notificationBar.root.color\` {active, default, hover} - (Optional) Color for notification bar states.",
"inlineType": {
"name": "FlashbarProps.Style",
"properties": [
{
"name": "item",
"optional": true,
"type": "{ root?: { background?: { error?: string | undefined; info?: string | undefined; inProgress?: string | undefined; success?: string | undefined; warning?: string | undefined; } | undefined; ... 4 more ...; focusRing?: { ...; } | undefined; } | undefined; dismissButton?: { ...; } | undefined; }",
},
{
"name": "notificationBar",
"optional": true,
"type": "{ root: { background?: { active?: string | undefined; default?: string | undefined; hover?: string | undefined; } | undefined; borderColor?: { active?: string | undefined; default?: string | undefined; hover?: string | undefined; } | undefined; borderRadius?: string | undefined; borderWidth?: string | undefined; col...",
},
],
"type": "object",
},
"name": "style",
"optional": true,
"systemTags": [
Expand Down Expand Up @@ -20173,17 +20146,6 @@ It prevents users from clicking the button, but it can still be focused.",
- \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.
- \`root.paddingBlock\` (string) - (Optional) Block dimension padding.
- \`root.paddingInline\` (string) - (Optional) Inline dimension padding.",
"inlineType": {
"name": "ButtonProps.Style",
"properties": [
{
"name": "root",
"optional": true,
"type": "{ background?: { active?: string | undefined; default?: string | undefined; disabled?: string | undefined; hover?: string | undefined; } | undefined; borderColor?: { active?: string | undefined; default?: string | undefined; disabled?: string | undefined; hover?: string | undefined; } | undefined; ... 5 more ...; pa...",
},
],
"type": "object",
},
"name": "style",
"optional": true,
"systemTags": [
Expand Down
Loading