@@ -4223,6 +4223,18 @@ If the \`rel\` property is provided, it overrides the default behavior.",
4223
4223
"type": "string",
4224
4224
},
4225
4225
{
4226
+ "description": "Specifies an object of selectors and properties that are used to apply custom styles.
4227
+
4228
+ - \`root.background\` {active, default, disabled, hover} - (Optional) Background for component states.
4229
+ - \`root.borderColor\` {active, default, disabled, hover} - (Optional) Border color for component states.
4230
+ - \`root.borderRadius\` (string) - (Optional) Border radius style.
4231
+ - \`root.borderWidth\` (string) - (Optional) Border width style.
4232
+ - \`root.color\` {active, default, disabled, hover} - (Optional) Color for component states.
4233
+ - \`root.focusRing.borderColor\` (string) - (Optional) Focus ring border color.
4234
+ - \`root.focusRing.borderRadius\` (string) - (Optional) Focus ring border radius.
4235
+ - \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.
4236
+ - \`root.paddingBlock\` (string) - (Optional) Block dimension padding.
4237
+ - \`root.paddingInline\` (string) - (Optional) Inline dimension padding.",
4226
4238
"inlineType": {
4227
4239
"name": "ButtonProps.Style",
4228
4240
"properties": [
@@ -20130,6 +20142,18 @@ It prevents users from clicking the button, but it can still be focused.",
20130
20142
"type": "string",
20131
20143
},
20132
20144
{
20145
+ "description": "Specifies an object of selectors and properties that are used to apply custom styles.
20146
+
20147
+ - \`root.background\` {active, default, disabled, hover} - (Optional) Background for component states.
20148
+ - \`root.borderColor\` {active, default, disabled, hover} - (Optional) Border color for component states.
20149
+ - \`root.borderRadius\` (string) - (Optional) Border radius style.
20150
+ - \`root.borderWidth\` (string) - (Optional) Border width style.
20151
+ - \`root.color\` {active, default, disabled, hover} - (Optional) Color for component states.
20152
+ - \`root.focusRing.borderColor\` (string) - (Optional) Focus ring border color.
20153
+ - \`root.focusRing.borderRadius\` (string) - (Optional) Focus ring border radius.
20154
+ - \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.
20155
+ - \`root.paddingBlock\` (string) - (Optional) Block dimension padding.
20156
+ - \`root.paddingInline\` (string) - (Optional) Inline dimension padding.",
20133
20157
"inlineType": {
20134
20158
"name": "ButtonProps.Style",
20135
20159
"properties": [
0 commit comments