, useTestValues = false) =>
${chips} ${pagination} ${slider}
- ${datePicker} ${tabs} ${loader} ${calciteSwitch} ${avatarIcon} ${avatarInitials} ${avatarThumbnail} ${progress} ${handle}
+ ${datePicker} ${tabs} ${loader} ${calciteSwitch} ${avatarIcon} ${avatarInitials} ${avatarThumbnail} ${progress} ${handle} ${textArea}
@@ -137,6 +138,7 @@ export default {
...handleTokens,
...progressTokens,
...inputTokens,
+ ...textAreaTokens,
},
};
@@ -161,6 +163,7 @@ export const theming_TestOnly = (): string => {
...handleTokens,
...progressTokens,
...inputTokens,
+ ...textAreaTokens,
},
true,
);
diff --git a/packages/calcite-components/src/custom-theme/text-area.ts b/packages/calcite-components/src/custom-theme/text-area.ts
new file mode 100644
index 00000000000..b29df775832
--- /dev/null
+++ b/packages/calcite-components/src/custom-theme/text-area.ts
@@ -0,0 +1,17 @@
+import { html } from "../../support/formatting";
+
+export const textAreaTokens = {
+ calciteTextAreaBackgroundColor: "",
+ calciteTextAreaBorderColor: "",
+ calciteTextAreaCharacterLimitTextColor: "",
+ calciteTextAreaDividerColor: "",
+ calciteTextAreaFontSize: "",
+ calciteTextAreaFooterBorderColor: "",
+ calciteTextAreaMaxHeight: "",
+ calciteTextAreaMinHeight: "",
+ calciteTextAreaMaxWidth: "",
+ calciteTextAreaMinWidth: "",
+ calciteTextAreaTextColor: "",
+};
+
+export const textArea = html``;
diff --git a/packages/calcite-components/src/demos/text-area.html b/packages/calcite-components/src/demos/text-area.html
index f32e4f5165c..3eba8e74515 100644
--- a/packages/calcite-components/src/demos/text-area.html
+++ b/packages/calcite-components/src/demos/text-area.html
@@ -6,6 +6,20 @@
TextArea