@@ -181,22 +181,6 @@ If the label is assigned via the \`i18nStrings\` property, this label will be ig
181181 "type": "string",
182182 },
183183 {
184- "description": "Specifies an object of selectors and properties that are used to apply custom styles.
185-
186- - \`root.background\` (string) - (Optional) Background for alert.
187- - \`root.borderColor\` (string) - (Optional) Border color for alert.
188- - \`root.borderRadius\` (string) - (Optional) Alert border radius.
189- - \`root.borderWidth\` (string) - (Optional) Alert border width.
190- - \`root.color\` (string) - (Optional) Text color for alert.
191- - \`root.focusRing.borderColor\` (string) - (Optional) Alert focus ring border color.
192- - \`root.focusRing.borderRadius\` (string) - (Optional) Alert button focus ring border radius.
193- - \`root.focusRing.borderWidth\` (string) - (Optional) Alert button focus ring border width.
194- - \`dismissButton.color.active\` (string) - (Optional) Color for dismiss button active state.
195- - \`dismissButton.color.default\` (string) - (Optional) Color for dismiss button default state.
196- - \`dismissButton.color.hover\` (string) - (Optional) Color for dismiss button hover state.
197- - \`dismissButton.focusRing.borderColor\` (string) - (Optional) Dismiss button focus ring border color.
198- - \`dismissButton.focusRing.borderRadius\` (string) - (Optional) Dismiss button focus ring border radius.
199- - \`dismissButton.focusRing.borderWidth\` (string) - (Optional) Dismiss button focus ring border width.",
200184 "inlineType": {
201185 "name": "AlertProps.Style",
202186 "properties": [
@@ -3592,15 +3576,6 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
35923576 "type": "string",
35933577 },
35943578 {
3595- "description": "Specifies an object of selectors and properties that are used to apply custom styles.
3596-
3597- - \`root.background\` (string) - (Optional) Background for badge.
3598- - \`root.borderColor\` (string) - (Optional) Border color for badge.
3599- - \`root.borderRadius\` (string) - (Optional) Border radius style.
3600- - \`root.borderWidth\` (string) - (Optional) Border width style.
3601- - \`root.color\` (string) - (Optional) Text color for badge.
3602- - \`root.paddingBlock\` (string) - (Optional) Block dimension padding.
3603- - \`root.paddingInline\` (string) - (Optional) Inline dimension padding.",
36043579 "inlineType": {
36053580 "name": "BadgeProps.Style",
36063581 "properties": [
@@ -7081,7 +7056,6 @@ If both \`readOnly\` and \`disabled\` are set, \`disabled\` takes precedence.",
70817056 "type": "boolean",
70827057 },
70837058 {
7084- "description": "Specifies an object of selectors and properties that are used to apply custom styles.",
70857059 "inlineType": {
70867060 "name": "CheckboxProps.Style",
70877061 "properties": [
@@ -9034,21 +9008,6 @@ If no height is provided, the media slot will be displayed at its full height.",
90349008 "type": "ContainerProps.Media",
90359009 },
90369010 {
9037- "description": "Specifies an object of selectors and properties that are used to apply custom styles.
9038-
9039- - \`root.background\` (string) - (Optional) Background of the container.
9040- - \`root.borderColor\` (string) - (Optional) Border color of the container.
9041- - \`root.borderRadius\` (string) - (Optional) Border radius of the container.
9042- - \`root.borderWidth\` (string) - (Optional) Border width of the container.
9043- - \`root.boxShadow\` (string) - (Optional) Box shadow of the container.
9044- - \`content.paddingBlock\` (string) - (Optional) Block dimension padding of the content slot.
9045- - \`content.paddingInline\` (string) - (Optional) Inline dimension padding of the content slot.
9046- - \`header.paddingBlock\` (string) - (Optional) Block dimension padding of the header slot.
9047- - \`header.paddingInline\` (string) - (Optional) Inline dimension padding of the header slot.
9048- - \`footer.root.paddingBlock\` (string) - (Optional) Block dimension padding of the footer slot.
9049- - \`footer.root.paddingInline\` (string) - (Optional) Inline dimension padding of the footer slot.
9050- - \`footer.divider.borderColor\` (string) - (Optional) Border color of the footer divider.
9051- - \`footer.divider.borderWidth\` (string) - (Optional) Border width of the footer divider.",
90529011 "inlineType": {
90539012 "name": "ContainerProps.Style",
90549013 "properties": [
@@ -11897,30 +11856,6 @@ If the \`action\` property is set, this property is ignored. **Deprecated**, rep
1189711856 "type": "boolean",
1189811857 },
1189911858 {
11900- "description": "Specifies an object of selectors and properties that are used to apply custom styles.
11901-
11902- - \`item.root.background\` {error, info, inProgress, success, warning} - (Optional) Background for item types.
11903- - \`item.root.borderColor\` {error, info, inProgress, success, warning} - (Optional) Border color for item types.
11904- - \`item.root.borderRadius\` (string) - (Optional) Item border radius.
11905- - \`item.root.borderWidth\` (string) - (Optional) Item border width.
11906- - \`item.root.color\` {error, info, inProgress, success, warning} - (Optional) Color for item types.
11907- - \`item.root.focusRing.borderColor\` {error, info, inProgress, success, warning} - (Optional) Item focus ring border color.
11908- - \`item.root.focusRing.borderRadius\` (string) - (Optional) Item focus ring border radius.
11909- - \`item.root.focusRing.borderWidth\` (string) - (Optional) Item focus ring border width.
11910- - \`item.dismissButton.color.active\` {error, info, inProgress, success, warning} - (Optional) Color for dismiss button active state.
11911- - \`item.dismissButton.color.default\` {error, info, inProgress, success, warning} - (Optional) Color for dismiss button default state.
11912- - \`item.dismissButton.color.hover\` {error, info, inProgress, success, warning} - (Optional) Color for dismiss button hover state.
11913- - \`item.dismissButton.focusRing.borderColor\` {error, info, inProgress, success, warning} - (Optional) Dismiss button focus ring border color.
11914- - \`item.dismissButton.focusRing.borderRadius\` (string) - (Optional) Dismiss button focus ring border radius.
11915- - \`item.dismissButton.focusRing.borderWidth\` (string) - (Optional) Dismiss button focus ring border width.
11916- - \`notificationBar.root.background\` {active, default, hover} - (Optional) Background for notification bar states.
11917- - \`notificationBar.root.borderColor\` {active, default, hover} - (Optional) Border color for notification bar states.
11918- - \`notificationBar.root.borderRadius\` (string) - (Optional) Notification bar border radius.
11919- - \`notificationBar.root.borderWidth\` (string) - (Optional) Notification bar border width.
11920- - \`notificationBar.root.color\` {active, default, hover} - (Optional) Color for notification bar states.
11921- - \`notificationBar.expandButton.focusRing.borderColor\` (string) - (Optional) Border color for the expand button.
11922- - \`notificationBar.expandButton.focusRing.borderRadius\` (string) - (Optional) Border radius for the expand button.
11923- - \`notificationBar.expandButton.focusRing.borderWidth\` (string) - (Optional) Border width for the expand button.",
1192411859 "inlineType": {
1192511860 "name": "FlashbarProps.Style",
1192611861 "properties": [
@@ -15274,12 +15209,6 @@ By default, the component sets the \`rel\` attribute to "noopener noreferrer" wh
1527415209 "type": "string",
1527515210 },
1527615211 {
15277- "description": "Specifies an object of selectors and properties that are used to apply custom styles.
15278-
15279- - \`root.color\` {active, default, hover} (string) - (Optional) Text color for link.
15280- - \`root.focusRing.borderColor\` (string) - (Optional) Focus ring border color.
15281- - \`root.focusRing.borderRadius\` (string) - (Optional) Focus ring border radius.
15282- - \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.",
1528315212 "inlineType": {
1528415213 "name": "LinkProps.Style",
1528515214 "properties": [
@@ -19411,7 +19340,6 @@ being included in a form submission. A read-only control is still focusable.",
1941119340 "type": "boolean",
1941219341 },
1941319342 {
19414- "description": "Specifies an object of selectors and properties that are used to apply custom styles.",
1941519343 "inlineType": {
1941619344 "name": "RadioGroupProps.Style",
1941719345 "properties": [
@@ -25156,7 +25084,6 @@ If both \`readOnly\` and \`disabled\` are set, \`disabled\` takes precedence.",
2515625084 "type": "boolean",
2515725085 },
2515825086 {
25159- "description": "Specifies an object of selectors and properties that are used to apply custom styles.",
2516025087 "inlineType": {
2516125088 "name": "ToggleProps.Style",
2516225089 "properties": [
0 commit comments