, useTestValues = false) =>
${datePicker} ${tabs} ${loader} ${calciteSwitch} ${avatarIcon} ${avatarInitials} ${avatarThumbnail} ${progress}
- ${handle} ${textArea} ${popover} ${tile}
+ ${handle} ${textArea} ${popover} ${tile} ${tooltip}
${alert} ${navigation}
@@ -144,6 +145,7 @@ const componentTokens = {
...progressTokens,
...inputTokens,
...textAreaTokens,
+ ...tooltipTokens,
...tileTokens,
...navigationTokens,
};
diff --git a/packages/calcite-components/src/custom-theme/tooltip.ts b/packages/calcite-components/src/custom-theme/tooltip.ts
new file mode 100644
index 00000000000..7da183f0f94
--- /dev/null
+++ b/packages/calcite-components/src/custom-theme/tooltip.ts
@@ -0,0 +1,18 @@
+import { html } from "../../support/formatting";
+
+export const tooltipTokens = {
+ calciteTooltipBackgroundColor: "",
+ calciteTooltipBorderColor: "",
+ calciteTooltipCornerRadius: "",
+ calciteTooltipTextColor: "",
+ calciteTooltipZIndex: "",
+};
+
+export const tooltip = html`
+
+ nostrud exercitation
+
+ these 🥨s are making me thirsty
+
+
+`;
diff --git a/packages/calcite-components/src/demos/tooltip.html b/packages/calcite-components/src/demos/tooltip.html
index 59bc75ee721..155c4eb3227 100644
--- a/packages/calcite-components/src/demos/tooltip.html
+++ b/packages/calcite-components/src/demos/tooltip.html
@@ -188,6 +188,30 @@ Tooltip
+
+
+
themed
+
+
+
+
+
+
+ placement: auto
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua.
+
+
+
+