@fluentui/web-components 3.0.0-beta.43 → 3.0.0-beta.44

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 16 Jul 2024 04:07:50 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jul 2024 04:07:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
8
+
9
+ Wed, 17 Jul 2024 04:07:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
11
+
12
+ ### Changes
13
+
14
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
15
+
7
16
  ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
8
17
 
9
- Tue, 16 Jul 2024 04:07:50 GMT
18
+ Tue, 16 Jul 2024 04:08:02 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
11
20
 
12
21
  ### Changes
@@ -1,3 +1,20 @@
1
1
  import { FASTElement } from '@microsoft/fast-element';
2
+ /**
3
+ * A DrawerBody component to layout drawer content
4
+ * @extends FASTElement
5
+ *
6
+ * @slot title - The title slot
7
+ * @slot close - The close button slot
8
+ * @slot - The default content slot
9
+ * @slot footer - The footer slot
10
+ *
11
+ * @csspart header - The header part of the drawer
12
+ * @csspart content - The content part of the drawer
13
+ * @csspart footer - The footer part of the drawer
14
+ *
15
+ * @summary A component that provides a drawer body for displaying content in a side panel.
16
+ *
17
+ * @tag fluent-drawer-body
18
+ */
2
19
  export declare class DrawerBody extends FASTElement {
3
20
  }
@@ -1,4 +1,21 @@
1
1
  import { FASTElement } from '@microsoft/fast-element';
2
+ /**
3
+ * A DrawerBody component to layout drawer content
4
+ * @extends FASTElement
5
+ *
6
+ * @slot title - The title slot
7
+ * @slot close - The close button slot
8
+ * @slot - The default content slot
9
+ * @slot footer - The footer slot
10
+ *
11
+ * @csspart header - The header part of the drawer
12
+ * @csspart content - The content part of the drawer
13
+ * @csspart footer - The footer part of the drawer
14
+ *
15
+ * @summary A component that provides a drawer body for displaying content in a side panel.
16
+ *
17
+ * @tag fluent-drawer-body
18
+ */
2
19
  export class DrawerBody extends FASTElement {
3
20
  }
4
21
  //# sourceMappingURL=drawer-body.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"drawer-body.js","sourceRoot":"","sources":["../../../src/drawer-body/drawer-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,MAAM,OAAO,UAAW,SAAQ,WAAW;CAAG"}
1
+ {"version":3,"file":"drawer-body.js","sourceRoot":"","sources":["../../../src/drawer-body/drawer-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;CAAG"}
@@ -4827,6 +4827,23 @@ export declare class Drawer extends FASTElement {
4827
4827
  clickHandler(event: Event): boolean;
4828
4828
  }
4829
4829
 
4830
+ /**
4831
+ * A DrawerBody component to layout drawer content
4832
+ * @extends FASTElement
4833
+ *
4834
+ * @slot title - The title slot
4835
+ * @slot close - The close button slot
4836
+ * @slot - The default content slot
4837
+ * @slot footer - The footer slot
4838
+ *
4839
+ * @csspart header - The header part of the drawer
4840
+ * @csspart content - The content part of the drawer
4841
+ * @csspart footer - The footer part of the drawer
4842
+ *
4843
+ * @summary A component that provides a drawer body for displaying content in a side panel.
4844
+ *
4845
+ * @tag fluent-drawer-body
4846
+ */
4830
4847
  export declare class DrawerBody extends FASTElement {
4831
4848
  }
4832
4849
 
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.43",
4
+ "version": "3.0.0-beta.44",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"