Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Jul 8, 2021
1 parent f31f7dc commit 3ddfcf8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "export horizontal scroll styles",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
3 changes: 3 additions & 0 deletions packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ export class HorizontalScroll extends HorizontalScroll_2 {
connectedCallback(): void;
}

// @public
export const horizontalScrollStyles: (context: import("@microsoft/fast-foundation").ElementDefinitionContext, definition: HorizontalScrollOptions) => import("@microsoft/fast-element").ElementStyles;

// Warning: (ae-internal-missing-underscore) The name "HypertextStyles" should be prefixed with an underscore because the declaration is marked as @internal
//
// @internal (undocumented)
Expand Down
4 changes: 4 additions & 0 deletions packages/web-components/src/horizontal-scroll/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ export const fluentHorizontalScroll = HorizontalScroll.compose<HorizontalScrollO
`,
});

/**
* Styles for horizontal scroll
* @public
*/
export const horizontalScrollStyles = styles;

0 comments on commit 3ddfcf8

Please sign in to comment.