diff --git a/change/@microsoft-fast-foundation-85e04ad1-6a33-4d0e-9ec8-0017d5523bde.json b/change/@microsoft-fast-foundation-85e04ad1-6a33-4d0e-9ec8-0017d5523bde.json new file mode 100644 index 00000000000..4bad6fdfbce --- /dev/null +++ b/change/@microsoft-fast-foundation-85e04ad1-6a33-4d0e-9ec8-0017d5523bde.json @@ -0,0 +1,7 @@ +{ + "type": "major", + "comment": "remove class and part names from slots in fast foundation templates", + "packageName": "@microsoft/fast-foundation", + "email": "chhol@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/web-components/fast-foundation/src/accordion-item/accordion-item.template.ts b/packages/web-components/fast-foundation/src/accordion-item/accordion-item.template.ts index feb010d0131..c9340bbd839 100644 --- a/packages/web-components/fast-foundation/src/accordion-item/accordion-item.template.ts +++ b/packages/web-components/fast-foundation/src/accordion-item/accordion-item.template.ts @@ -35,10 +35,10 @@ export const accordionItemTemplate: FoundationElementTemplate< ${startSlotTemplate(context, definition)} ${endSlotTemplate(context, definition)}