, useTestValues = false) =>
${checkbox}
${chips} ${pagination} ${slider}
- ${datePicker} ${tabs} ${loader} ${calciteSwitch} ${avatarIcon} ${avatarInitials} ${avatarThumbnail} ${progress} ${handle} ${textArea} ${popover}
+ ${datePicker} ${tabs} ${loader} ${calciteSwitch} ${avatarIcon} ${avatarInitials} ${avatarThumbnail} ${progress} ${handle} ${textArea} ${popover} ${tile}
${alert}
@@ -140,6 +141,7 @@ const componentTokens = {
...progressTokens,
...inputTokens,
...textAreaTokens,
+ ...tileTokens,
};
export default {
diff --git a/packages/calcite-components/src/custom-theme/tile.ts b/packages/calcite-components/src/custom-theme/tile.ts
new file mode 100644
index 00000000000..de91065f42e
--- /dev/null
+++ b/packages/calcite-components/src/custom-theme/tile.ts
@@ -0,0 +1,21 @@
+import { html } from "../../support/formatting";
+
+export const tileTokens = {
+ calciteTileAccentColorPress: "",
+ calciteTileBackgroundColor: "",
+ calciteTileBorderColor: "",
+ calciteTileCornerRadius: "",
+ calciteTileHeadingTextColor: "",
+ calciteTileLinkColor: "",
+ calciteTileShadow: "",
+ calciteTileTextColor: "",
+};
+
+export const tile = html`
+
+`;
diff --git a/packages/calcite-components/src/demos/tile-group.html b/packages/calcite-components/src/demos/tile-group.html
index c139d6c1fe3..7036090ecaa 100644
--- a/packages/calcite-components/src/demos/tile-group.html
+++ b/packages/calcite-components/src/demos/tile-group.html
@@ -1592,6 +1592,181 @@
+
+
+
+
+
themed single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
themed multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2389,6 +2564,94 @@
+
+
+
+
+
themed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+