@fluentui/web-components 2.5.12 → 2.5.13

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.
@@ -241,7 +241,7 @@ export const ambientShadow = "0 0 2px rgba(0, 0, 0, 0.14)";
241
241
  // @internal
242
242
  export class Anchor extends Anchor_2 {
243
243
  // @public
244
- appearance: AnchorAppearance;
244
+ appearance?: AnchorAppearance;
245
245
  // (undocumented)
246
246
  appearanceChanged(oldValue: AnchorAppearance, newValue: AnchorAppearance): void;
247
247
  // (undocumented)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
4
  "sideEffects": false,
5
- "version": "2.5.12",
5
+ "version": "2.5.13",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"
@@ -74,7 +74,7 @@
74
74
  "dependencies": {
75
75
  "@microsoft/fast-colors": "^5.3.0",
76
76
  "@microsoft/fast-element": "^1.11.0",
77
- "@microsoft/fast-foundation": "^2.47.0",
77
+ "@microsoft/fast-foundation": "^2.48.0",
78
78
  "@microsoft/fast-web-utilities": "^5.4.0",
79
79
  "tslib": "^2.1.0"
80
80
  }