@@ -56,7 +56,7 @@ export const Small: Story = {
export const Primary: Story = {
render: (args) => ({
props: args,
- template: `
+ template: /*html*/ `
`,
}),
@@ -96,7 +96,7 @@ export const Muted: Story = {
export const Light: Story = {
render: (args) => ({
props: args,
- template: `
+ template: /*html*/ `
@@ -110,7 +110,7 @@ export const Light: Story = {
export const Contrast: Story = {
render: (args) => ({
props: args,
- template: `
+ template: /*html*/ `
diff --git a/libs/components/src/index.ts b/libs/components/src/index.ts
index 6881d801e0f..810f32bdd3c 100644
--- a/libs/components/src/index.ts
+++ b/libs/components/src/index.ts
@@ -13,6 +13,7 @@ export * from "./chip-select";
export * from "./color-password";
export * from "./container";
export * from "./dialog";
+export * from "./disclosure";
export * from "./form-field";
export * from "./icon-button";
export * from "./icon";