You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "**Assistive text for accessibility**\nThis object is merged with the default props object on every render.\n* `tooltipTipLearnMoreIcon`: This text is inside the info icon within the tooltip content and exists to \"complete the sentence\" for assistive tech users.\n* `triggerLearnMoreIcon`: This text is inside the info icon that triggers the tooltip in order to have text within the link.",
"description": "A unique ID is needed in order to support keyboard navigation, ARIA support, and connect the popover to the triggering element."
10488
10485
},
10486
+
"labels": {
10487
+
"type": {
10488
+
"name": "shape",
10489
+
"value": {
10490
+
"learnMoreAfter": {
10491
+
"name": "string",
10492
+
"required": false
10493
+
},
10494
+
"learnMoreBefore": {
10495
+
"name": "string",
10496
+
"required": false
10497
+
}
10498
+
}
10499
+
},
10500
+
"required": false,
10501
+
"description": "**Text labels for internationalization**\nThis object is merged with the default props object on every render.\n* `learnMoreAfter`: This label appears in the tooltip after the info icon.\n* `learnMoreBefore`: This label appears in the tooltip before the info icon.",
"description": "Custom styles to be added to wrapping triggering `div`."
10545
10563
},
10546
-
"variant": {
10564
+
"theme": {
10547
10565
"type": {
10548
10566
"name": "enum",
10549
10567
"value": [
@@ -10558,11 +10576,32 @@
10558
10576
]
10559
10577
},
10560
10578
"required": false,
10561
-
"description": "Determines the variant of tooltip: for informative purpose (blue background) or warning purpose (red background)",
10579
+
"description": "Determines the theme of tooltip: for informative purpose (blue background) or warning purpose (red background). This used to be `variant`.",
10562
10580
"defaultValue": {
10563
10581
"value": "'info'",
10564
10582
"computed": false
10565
10583
}
10584
+
},
10585
+
"variant": {
10586
+
"type": {
10587
+
"name": "enum",
10588
+
"value": [
10589
+
{
10590
+
"value": "'base'",
10591
+
"computed": false
10592
+
},
10593
+
{
10594
+
"value": "'learnMore'",
10595
+
"computed": false
10596
+
}
10597
+
]
10598
+
},
10599
+
"required": false,
10600
+
"description": "Determines the type of the tooltip.",
0 commit comments