@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@
5
5
  ```ts
6
6
 
7
7
  import type { Constructable } from '@microsoft/fast-element';
8
+ import { CSSDirective } from '@microsoft/fast-element';
8
9
  import { Direction } from '@microsoft/fast-web-utilities';
9
10
  import { ElementStyles } from '@microsoft/fast-element';
10
11
  import { ElementViewTemplate } from '@microsoft/fast-element';
@@ -2990,6 +2991,57 @@ export const ToggleButtonStyles: ElementStyles;
2990
2991
  // @public
2991
2992
  export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
2992
2993
 
2994
+ // @public (undocumented)
2995
+ export const typographyBody1StrongerStyles: CSSDirective;
2996
+
2997
+ // @public (undocumented)
2998
+ export const typographyBody1StrongStyles: CSSDirective;
2999
+
3000
+ // @public (undocumented)
3001
+ export const typographyBody1Styles: CSSDirective;
3002
+
3003
+ // @public (undocumented)
3004
+ export const typographyBody2Styles: CSSDirective;
3005
+
3006
+ // @public (undocumented)
3007
+ export const typographyCaption1StrongerStyles: CSSDirective;
3008
+
3009
+ // @public (undocumented)
3010
+ export const typographyCaption1StrongStyles: CSSDirective;
3011
+
3012
+ // @public (undocumented)
3013
+ export const typographyCaption1Styles: CSSDirective;
3014
+
3015
+ // @public (undocumented)
3016
+ export const typographyCaption2StrongStyles: CSSDirective;
3017
+
3018
+ // @public (undocumented)
3019
+ export const typographyCaption2Styles: CSSDirective;
3020
+
3021
+ // @public (undocumented)
3022
+ export const typographyDisplayStyles: CSSDirective;
3023
+
3024
+ // @public (undocumented)
3025
+ export const typographyLargeTitleStyles: CSSDirective;
3026
+
3027
+ // @public (undocumented)
3028
+ export const typographySubtitle1Styles: CSSDirective;
3029
+
3030
+ // @public (undocumented)
3031
+ export const typographySubtitle2StrongerStyles: CSSDirective;
3032
+
3033
+ // @public (undocumented)
3034
+ export const typographySubtitle2Styles: CSSDirective;
3035
+
3036
+ // @public (undocumented)
3037
+ export const typographyTitle1Styles: CSSDirective;
3038
+
3039
+ // @public (undocumented)
3040
+ export const typographyTitle2Styles: CSSDirective;
3041
+
3042
+ // @public (undocumented)
3043
+ export const typographyTitle3Styles: CSSDirective;
3044
+
2993
3045
  // Warnings were encountered during analysis:
2994
3046
  //
2995
3047
  // dist/dts/accordion-item/accordion-item.d.ts:11:5 - (ae-forgotten-export) The symbol "StaticallyComposableHTML" needs to be exported by the entry point index.d.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
- "version": "3.0.0-beta.13",
4
+ "version": "3.0.0-beta.14",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"