|
6 | 6 |
|
7 | 7 | import { ComponentAnatomy } from '@adaptive-web/adaptive-ui'; |
8 | 8 | import { ComposableStyles } from '@microsoft/fast-element'; |
| 9 | +import { CSSDirective } from '@microsoft/fast-element'; |
9 | 10 | import { ElementStyles } from '@microsoft/fast-element'; |
10 | 11 | import { ElementViewTemplate } from '@microsoft/fast-element'; |
11 | 12 | import { FASTAccordion } from '@microsoft/fast-foundation'; |
@@ -271,6 +272,9 @@ export const badgeTemplate: (ds: DesignSystem) => ElementViewTemplate<FASTBadge> |
271 | 272 | // @public |
272 | 273 | export const badgeTemplateStyles: ElementStyles; |
273 | 274 |
|
| 275 | +// @public @deprecated (undocumented) |
| 276 | +export const baseHeightMultiplier: CSSDirective; |
| 277 | + |
274 | 278 | // @public |
275 | 279 | export const breadcrumbAestheticStyles: ElementStyles; |
276 | 280 |
|
@@ -494,6 +498,9 @@ export const comboboxTemplate: (ds: DesignSystem) => ElementViewTemplate<FASTCom |
494 | 498 | // @public |
495 | 499 | export const comboboxTemplateStyles: ElementStyles; |
496 | 500 |
|
| 501 | +// @public |
| 502 | +export const componentBaseStyles = "\n :host([hidden]) {\n display: none !important;\n }\n\n :host {\n box-sizing: border-box;\n }\n\n *, *:before, *:after {\n box-sizing: inherit;\n }\n"; |
| 503 | + |
497 | 504 | // Warning: (ae-forgotten-export) The symbol "ComposeOptions" needs to be exported by the entry point index.d.ts |
498 | 505 | // Warning: (ae-incompatible-release-tags) The symbol "composeAccordion" is marked as @public, but its signature references "DesignSystem" which is marked as @beta |
499 | 506 | // |
@@ -834,6 +841,9 @@ export const dataGridTemplate: (ds: DesignSystem) => ElementViewTemplate<FASTDat |
834 | 841 | // @public |
835 | 842 | export const dataGridTemplateStyles: ElementStyles; |
836 | 843 |
|
| 844 | +// @public @deprecated (undocumented) |
| 845 | +export const density: CSSDirective; |
| 846 | + |
837 | 847 | // @beta |
838 | 848 | export class DesignSystem { |
839 | 849 | // Warning: (ae-forgotten-export) The symbol "ElementStaticMap" needs to be exported by the entry point index.d.ts |
@@ -972,6 +982,9 @@ export const flipperTemplateStyles: ElementStyles; |
972 | 982 | // @public |
973 | 983 | export const globalStyleModules: (anatomy?: ComponentAnatomy<any, any>) => StyleModules; |
974 | 984 |
|
| 985 | +// @public @deprecated (undocumented) |
| 986 | +export const heightNumber: CSSDirective; |
| 987 | + |
975 | 988 | // @public |
976 | 989 | export const horizontalScrollAestheticStyles: ElementStyles; |
977 | 990 |
|
@@ -1556,6 +1569,9 @@ export const sliderTemplate: (ds: DesignSystem) => ElementViewTemplate<FASTSlide |
1556 | 1569 | // @public |
1557 | 1570 | export const sliderTemplateStyles: ElementStyles; |
1558 | 1571 |
|
| 1572 | +// @public |
| 1573 | +export const svgIconStyles = "\n .stroked {\n stroke: currentcolor;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1px;\n }\n"; |
| 1574 | + |
1559 | 1575 | // @public |
1560 | 1576 | export const switchAestheticStyles: ElementStyles; |
1561 | 1577 |
|
|
0 commit comments