From ca9c135d760ff89b4384e0fcf12e422ef5e1d664 Mon Sep 17 00:00:00 2001 From: broccolinisoup Date: Tue, 11 Apr 2023 00:45:04 +0000 Subject: [PATCH] Update generated/components.json --- generated/components.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generated/components.json b/generated/components.json index af5abcf1487..3642c0f6b7b 100644 --- a/generated/components.json +++ b/generated/components.json @@ -4648,6 +4648,7 @@ { "name": "direction", "type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'", + "defaultValue": "n", "description": "Sets where the tooltip renders in relation to the target." }, { @@ -4663,6 +4664,7 @@ { "name": "type", "type": "'label' | 'description'", + "defaultValue": "label", "description": "The type of tooltip. `label` is used for labelling the element that triggers tooltip. `description` is used for describing or adding a suplementary information to the element that triggers the tooltip." }, {