@fluentui/web-components 2.0.0 → 2.1.1

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.
Files changed (47) hide show
  1. package/CHANGELOG.json +103 -1
  2. package/CHANGELOG.md +40 -2
  3. package/dist/dts/calendar/calendar.stories.d.ts +86 -0
  4. package/dist/dts/calendar/calendar.styles.d.ts +7 -0
  5. package/dist/dts/calendar/index.d.ts +18 -0
  6. package/dist/dts/custom-elements.d.ts +3 -1
  7. package/dist/dts/text-area/text-area.stories.d.ts +1 -1
  8. package/dist/esm/anchor/anchor.stories.js +2 -2
  9. package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +14 -0
  10. package/dist/esm/button/button.styles.js +31 -1
  11. package/dist/esm/calendar/calendar.stories.js +115 -0
  12. package/dist/esm/calendar/calendar.styles.js +133 -0
  13. package/dist/esm/calendar/index.js +31 -0
  14. package/dist/esm/card/card.styles.js +1 -2
  15. package/dist/esm/checkbox/checkbox.styles.js +17 -27
  16. package/dist/esm/custom-elements.js +3 -1
  17. package/dist/esm/divider/divider.styles.js +1 -2
  18. package/dist/esm/flipper/flipper.styles.js +5 -18
  19. package/dist/esm/listbox/listbox.styles.js +7 -28
  20. package/dist/esm/listbox-option/listbox-option.styles.js +10 -7
  21. package/dist/esm/menu/menu.styles.js +16 -3
  22. package/dist/esm/menu-item/menu-item.styles.js +17 -19
  23. package/dist/esm/number-field/number-field.styles.js +5 -0
  24. package/dist/esm/progress/progress/progress.styles.js +3 -10
  25. package/dist/esm/progress/progress-ring/progress-ring.styles.js +5 -8
  26. package/dist/esm/radio/radio.styles.js +14 -18
  27. package/dist/esm/radio-group/radio-group.styles.js +0 -2
  28. package/dist/esm/select/select.styles.js +52 -55
  29. package/dist/esm/skeleton/skeleton.styles.js +7 -2
  30. package/dist/esm/slider/slider.styles.js +6 -2
  31. package/dist/esm/styles/patterns/button.styles.js +61 -63
  32. package/dist/esm/styles/patterns/input.styles.js +13 -25
  33. package/dist/esm/switch/switch.stories.js +1 -2
  34. package/dist/esm/switch/switch.styles.js +21 -20
  35. package/dist/esm/tabs/tab/tab.styles.js +4 -3
  36. package/dist/esm/tabs/tabs.stories.js +56 -2
  37. package/dist/esm/tabs/tabs.styles.js +1 -1
  38. package/dist/esm/text-area/text-area.stories.js +2 -2
  39. package/dist/esm/tree-item/tree-item.styles.js +20 -11
  40. package/dist/esm/tree-view/tree-view.stories.js +39 -22
  41. package/dist/fluent-web-components.api.json +131 -2
  42. package/dist/web-components.d.ts +12 -0
  43. package/dist/web-components.js +973 -352
  44. package/dist/web-components.min.js +147 -135
  45. package/docs/api-report.md +12 -7
  46. package/package.json +2 -5
  47. package/public/switches.ts +14 -14
@@ -21,9 +21,63 @@ const TabsTemplate = ({ activeId, activeIndicator, orientation }) => `
21
21
  <fluent-tab id="TabOne">Tab one</fluent-tab>
22
22
  <fluent-tab id="TabTwo">Tab two</fluent-tab>
23
23
  <fluent-tab id="TabThree">Tab three</fluent-tab>
24
- <fluent-tab-panel> Tab one content. This is for testing. </fluent-tab-panel>
24
+ <fluent-tab-panel>
25
+ Tab one content. This is for testing. Tab three content. This is for testing.
26
+ <br />
27
+ Tab one content. This is for testing.
28
+ <br />
29
+ Tab one content. This is for testing.
30
+ <br />
31
+ Tab one content. This is for testing.
32
+ <br />
33
+ Tab one content. This is for testing.
34
+ <br />
35
+ Tab one content. This is for testing.
36
+ <br />
37
+ Tab one content. This is for testing.
38
+ <br />
39
+ Tab one content. This is for testing.
40
+ <br />
41
+ Tab one content. This is for testing.
42
+ <br />
43
+ Tab one content. This is for testing.
44
+ <br />
45
+ Tab one content. This is for testing.
46
+ <br />
47
+ Tab one content. This is for testing.
48
+ <br />
49
+ Tab one content. This is for testing.
50
+ <br />
51
+ </fluent-tab-panel>
25
52
  <fluent-tab-panel> Tab two content. This is for testing. </fluent-tab-panel>
26
- <fluent-tab-panel> Tab three content. This is for testing. </fluent-tab-panel>
53
+ <fluent-tab-panel>
54
+ Tab three content. This is for testing. Tab three content. This is for testing.
55
+ <br />
56
+ Tab three content. This is for testing.
57
+ <br />
58
+ Tab three content. This is for testing.
59
+ <br />
60
+ Tab three content. This is for testing.
61
+ <br />
62
+ Tab three content. This is for testing.
63
+ <br />
64
+ Tab three content. This is for testing.
65
+ <br />
66
+ Tab three content. This is for testing.
67
+ <br />
68
+ Tab three content. This is for testing.
69
+ <br />
70
+ Tab three content. This is for testing.
71
+ <br />
72
+ Tab three content. This is for testing.
73
+ <br />
74
+ Tab three content. This is for testing.
75
+ <br />
76
+ Tab three content. This is for testing.
77
+ <br />
78
+ Tab three content. This is for testing.
79
+ <br />
80
+ </fluent-tab-panel>
27
81
  </fluent-tabs>`;
28
82
  export const Tabs = TabsTemplate.bind({});
29
83
  Tabs.args = {
@@ -63,6 +63,7 @@ export const tabsStyles = (context, definition) => css `
63
63
  position: relative;
64
64
  width: max-content;
65
65
  justify-self: end;
66
+ align-self: flex-start;
66
67
  width: 100%;
67
68
  }
68
69
 
@@ -93,7 +94,6 @@ export const tabsStyles = (context, definition) => css `
93
94
  `.withBehaviors(forcedColorsStylesheetBehavior(css `
94
95
  .activeIndicator,
95
96
  :host(.vertical) .activeIndicator {
96
- forced-color-adjust: none;
97
97
  background: ${SystemColors.Highlight};
98
98
  }
99
99
  `));
@@ -4,8 +4,8 @@ export default {
4
4
  component: fluentTextArea,
5
5
  argTypes: {
6
6
  appearance: {
7
- options: ['filled', 'outline'],
8
- defaultValue: 'outline',
7
+ defaultValue: 'outlined',
8
+ options: ['filled', 'outlined'],
9
9
  control: { type: 'radio' },
10
10
  },
11
11
  autoFocus: {
@@ -197,33 +197,42 @@ export const treeItemStyles = (context, definition) => css `
197
197
  }
198
198
  `.withBehaviors(new DirectionalStyleSheetBehavior(ltr, rtl), forcedColorsStylesheetBehavior(css `
199
199
  :host {
200
- forced-color-adjust: none;
201
- border-color: transparent;
202
- background: ${SystemColors.Field};
203
- color: ${SystemColors.FieldText};
200
+ color: ${SystemColors.ButtonText};
201
+ }
202
+ .positioning-region {
203
+ border-color: ${SystemColors.ButtonFace};
204
+ background: ${SystemColors.ButtonFace};
204
205
  }
205
206
  :host(:not([disabled])) .positioning-region:hover,
206
- :host([selected]) .positioning-region {
207
+ :host(:not([disabled])) .positioning-region:active,
208
+ :host(:not([disabled])[selected]) .positioning-region {
207
209
  background: ${SystemColors.Highlight};
208
210
  }
209
211
  :host .positioning-region:hover .content-region,
210
212
  :host([selected]) .positioning-region .content-region {
213
+ forced-color-adjust: none;
211
214
  color: ${SystemColors.HighlightText};
212
215
  }
216
+ :host([disabled][selected]) .positioning-region .content-region {
217
+ color: ${SystemColors.GrayText};
218
+ }
213
219
  :host([selected])::after {
214
- background: ${SystemColors.Field};
220
+ background: ${SystemColors.HighlightText};
215
221
  }
216
222
  :host(:${focusVisible}) .positioning-region {
217
- border-color: ${SystemColors.FieldText};
218
- box-shadow: 0 0 0 2px inset ${SystemColors.Field};
223
+ forced-color-adjust: none;
224
+ border-color: ${SystemColors.ButtonText};
225
+ box-shadow: 0 0 0 2px inset ${SystemColors.ButtonFace};
219
226
  }
227
+ :host([disabled]),
220
228
  :host([disabled]) .content-region,
221
229
  :host([disabled]) .positioning-region:hover .content-region {
222
230
  opacity: 1;
223
231
  color: ${SystemColors.GrayText};
224
232
  }
225
- :host(.nested) .expand-collapse-button:hover {
226
- background: ${SystemColors.Field};
227
- fill: ${SystemColors.FieldText};
233
+ :host(.nested) .expand-collapse-button:hover,
234
+ :host(:not([disabled])[selected]) .expand-collapse-button:hover {
235
+ background: ${SystemColors.ButtonFace};
236
+ fill: ${SystemColors.ButtonText};
228
237
  }
229
238
  `));
@@ -8,40 +8,57 @@ export default {
8
8
  },
9
9
  },
10
10
  };
11
- const TreeViewTemplate = ({ disabled, renderCollapsedNodes }) => `
12
- <style>
13
- div.docs-story>div:first-child {
14
- height: 22em !important;
15
- }
16
- </style>
17
- <fluent-tree-view
18
- ${renderCollapsedNodes ? `render-collapsed-nodes="${renderCollapsedNodes}` : ''}
19
- ">
11
+ const TreeViewTemplate = ({ renderCollapsedNodes }) => `
12
+ <style>
13
+ div.docs-story>div:first-child {
14
+ height: 26em !important;
15
+ }
16
+ </style>
17
+ <fluent-tree-view
18
+ ${renderCollapsedNodes ? `render-collapsed-nodes="${renderCollapsedNodes}` : ''}
19
+ ">
20
+ <fluent-tree-item>
21
+ Root item 1
20
22
  <fluent-tree-item>
21
23
  Root item 1
22
24
  <fluent-tree-item>
23
25
  Flowers
24
26
  <fluent-tree-item disabled>Daisy</fluent-tree-item>
25
- <fluent-tree-item>Sunflower</fluent-tree-item>
27
+ <fluent-tree-item>
28
+ Sunflower
29
+ <svg slot="start" width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
30
+ <path
31
+ d="M12 5.5a1 1 0 100 2 1 1 0 000-2zm-5 1a1 1 0 112 0 1 1 0 01-2 0zm3.5-4a.5.5 0 00-1 0V3h-3C5.67 3 5 3.67 5 4.5v4c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-4c0-.83-.67-1.5-1.5-1.5h-3v-.5zM6.5 4h7c.28 0 .5.22.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4c0-.28.22-.5.5-.5zm3.75 14c2.62-.04 4.2-.6 5.12-1.44A3.52 3.52 0 0016.5 14h.01v-.69c0-1-.81-1.8-1.8-1.8h-3.2v-.01H5.3c-.99 0-1.8.81-1.8 1.81v.7c.04.77.25 1.75 1.13 2.55.93.84 2.5 1.4 5.12 1.44h.5zm-4.94-5.5h9.38c.45 0 .81.37.81.81v.44c0 .69-.13 1.46-.8 2.07C14 16.45 12.66 17 10 17s-4.01-.55-4.7-1.18a2.63 2.63 0 01-.8-2.07v-.44c0-.44.36-.8.8-.8z"
32
+ />
33
+ </svg>
34
+ <svg slot="end" width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
35
+ <path
36
+ d="M12 5.5a1 1 0 100 2 1 1 0 000-2zm-5 1a1 1 0 112 0 1 1 0 01-2 0zm3.5-4a.5.5 0 00-1 0V3h-3C5.67 3 5 3.67 5 4.5v4c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-4c0-.83-.67-1.5-1.5-1.5h-3v-.5zM6.5 4h7c.28 0 .5.22.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4c0-.28.22-.5.5-.5zm3.75 14c2.62-.04 4.2-.6 5.12-1.44A3.52 3.52 0 0016.5 14h.01v-.69c0-1-.81-1.8-1.8-1.8h-3.2v-.01H5.3c-.99 0-1.8.81-1.8 1.81v.7c.04.77.25 1.75 1.13 2.55.93.84 2.5 1.4 5.12 1.44h.5zm-4.94-5.5h9.38c.45 0 .81.37.81.81v.44c0 .69-.13 1.46-.8 2.07C14 16.45 12.66 17 10 17s-4.01-.55-4.7-1.18a2.63 2.63 0 01-.8-2.07v-.44c0-.44.36-.8.8-.8z"
37
+ />
38
+ </svg>
39
+ </fluent-tree-item>
26
40
  <fluent-tree-item>Rose</fluent-tree-item>
27
41
  </fluent-tree-item>
28
42
  <fluent-tree-item>Nested item 2</fluent-tree-item>
29
43
  <fluent-tree-item>Nested item 3</fluent-tree-item>
30
44
  </fluent-tree-item>
45
+ <fluent-tree-item>Nested item 2</fluent-tree-item>
46
+ <fluent-tree-item>Nested item 3</fluent-tree-item>
47
+ </fluent-tree-item>
48
+ <fluent-tree-item>
49
+ Root item 2
50
+ <fluent-divider></fluent-divider>
31
51
  <fluent-tree-item>
32
- Root item 2
33
- <fluent-divider></fluent-divider>
34
- <fluent-tree-item>
35
- Flowers
36
- <fluent-tree-item disabled>Daisy</fluent-tree-item>
37
- <fluent-tree-item>Sunflower</fluent-tree-item>
38
- <fluent-tree-item>Rose</fluent-tree-item>
39
- </fluent-tree-item>
40
- <fluent-tree-item>Nested item 2</fluent-tree-item>
41
- <fluent-tree-item>Nested item 3</fluent-tree-item>
52
+ Flowers
53
+ <fluent-tree-item disabled>Daisy</fluent-tree-item>
54
+ <fluent-tree-item>Sunflower</fluent-tree-item>
55
+ <fluent-tree-item>Rose</fluent-tree-item>
42
56
  </fluent-tree-item>
43
- <fluent-tree-item> Root item 3 - Leaf Erikson </fluent-tree-item>
44
- </fluent-tree-view>`;
57
+ <fluent-tree-item>Nested item 2</fluent-tree-item>
58
+ <fluent-tree-item>Nested item 3</fluent-tree-item>
59
+ </fluent-tree-item>
60
+ <fluent-tree-item> Root item 3 - Leaf Erikson </fluent-tree-item>
61
+ </fluent-tree-view>`;
45
62
  export const TreeView = TreeViewTemplate.bind({});
46
63
  TreeView.args = {
47
64
  renderCollapsedNodes: false,
@@ -1588,7 +1588,61 @@
1588
1588
  },
1589
1589
  {
1590
1590
  "kind": "Content",
1591
- "text": ">;\n fluentCard: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1591
+ "text": ">;\n fluentCalendar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1592
+ },
1593
+ {
1594
+ "kind": "Reference",
1595
+ "text": "OverrideFoundationElementDefinition",
1596
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1597
+ },
1598
+ {
1599
+ "kind": "Content",
1600
+ "text": "<import(\"@microsoft/fast-foundation\")."
1601
+ },
1602
+ {
1603
+ "kind": "Reference",
1604
+ "text": "CalendarOptions",
1605
+ "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
1606
+ },
1607
+ {
1608
+ "kind": "Content",
1609
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1610
+ },
1611
+ {
1612
+ "kind": "Reference",
1613
+ "text": "FoundationElementRegistry",
1614
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1615
+ },
1616
+ {
1617
+ "kind": "Content",
1618
+ "text": "<import(\"@microsoft/fast-foundation\")."
1619
+ },
1620
+ {
1621
+ "kind": "Reference",
1622
+ "text": "CalendarOptions",
1623
+ "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
1624
+ },
1625
+ {
1626
+ "kind": "Content",
1627
+ "text": ", import(\"@microsoft/fast-element\")."
1628
+ },
1629
+ {
1630
+ "kind": "Reference",
1631
+ "text": "Constructable",
1632
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1633
+ },
1634
+ {
1635
+ "kind": "Content",
1636
+ "text": "<import(\"@microsoft/fast-foundation\")."
1637
+ },
1638
+ {
1639
+ "kind": "Reference",
1640
+ "text": "FoundationElement",
1641
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1642
+ },
1643
+ {
1644
+ "kind": "Content",
1645
+ "text": ">>;\n fluentCard: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1592
1646
  },
1593
1647
  {
1594
1648
  "kind": "Reference",
@@ -3269,7 +3323,7 @@
3269
3323
  "name": "allComponents",
3270
3324
  "variableTypeTokenRange": {
3271
3325
  "startIndex": 1,
3272
- "endIndex": 458
3326
+ "endIndex": 470
3273
3327
  }
3274
3328
  },
3275
3329
  {
@@ -7554,6 +7608,81 @@
7554
7608
  "endIndex": 12
7555
7609
  }
7556
7610
  },
7611
+ {
7612
+ "kind": "Variable",
7613
+ "canonicalReference": "@fluentui/web-components!fluentCalendar:var",
7614
+ "docComment": "/**\n * The Fluent Calendar Element. Implements {@link @microsoft/fast-foundation#Calendar}, {@link @microsoft/fast-foundation#calendarTemplate}\n *\n * @remarks\n *\n * HTML Element \\<fluent-calendar\\>\n *\n * @public\n */\n",
7615
+ "excerptTokens": [
7616
+ {
7617
+ "kind": "Content",
7618
+ "text": "fluentCalendar: "
7619
+ },
7620
+ {
7621
+ "kind": "Content",
7622
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
7623
+ },
7624
+ {
7625
+ "kind": "Reference",
7626
+ "text": "OverrideFoundationElementDefinition",
7627
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
7628
+ },
7629
+ {
7630
+ "kind": "Content",
7631
+ "text": "<"
7632
+ },
7633
+ {
7634
+ "kind": "Reference",
7635
+ "text": "CalendarOptions",
7636
+ "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
7637
+ },
7638
+ {
7639
+ "kind": "Content",
7640
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
7641
+ },
7642
+ {
7643
+ "kind": "Reference",
7644
+ "text": "FoundationElementRegistry",
7645
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
7646
+ },
7647
+ {
7648
+ "kind": "Content",
7649
+ "text": "<"
7650
+ },
7651
+ {
7652
+ "kind": "Reference",
7653
+ "text": "CalendarOptions",
7654
+ "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
7655
+ },
7656
+ {
7657
+ "kind": "Content",
7658
+ "text": ", import(\"@microsoft/fast-element\")."
7659
+ },
7660
+ {
7661
+ "kind": "Reference",
7662
+ "text": "Constructable",
7663
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
7664
+ },
7665
+ {
7666
+ "kind": "Content",
7667
+ "text": "<import(\"@microsoft/fast-foundation\")."
7668
+ },
7669
+ {
7670
+ "kind": "Reference",
7671
+ "text": "FoundationElement",
7672
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
7673
+ },
7674
+ {
7675
+ "kind": "Content",
7676
+ "text": ">>"
7677
+ }
7678
+ ],
7679
+ "releaseTag": "Public",
7680
+ "name": "fluentCalendar",
7681
+ "variableTypeTokenRange": {
7682
+ "startIndex": 1,
7683
+ "endIndex": 14
7684
+ }
7685
+ },
7557
7686
  {
7558
7687
  "kind": "Variable",
7559
7688
  "canonicalReference": "@fluentui/web-components!fluentCard:var",
@@ -10,6 +10,7 @@ import { Breadcrumb } from '@microsoft/fast-foundation';
10
10
  import { BreadcrumbItem } from '@microsoft/fast-foundation';
11
11
  import { BreadcrumbItemOptions } from '@microsoft/fast-foundation';
12
12
  import { Button as Button_2 } from '@microsoft/fast-foundation';
13
+ import { CalendarOptions } from '@microsoft/fast-foundation';
13
14
  import { Card as Card_2 } from '@microsoft/fast-foundation';
14
15
  import { CheckboxOptions } from '@microsoft/fast-foundation';
15
16
  import { Combobox as Combobox_2 } from '@microsoft/fast-foundation';
@@ -184,6 +185,7 @@ export declare const allComponents: {
184
185
  fluentBreadcrumb: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Breadcrumb>;
185
186
  fluentBreadcrumbItem: (overrideDefinition?: OverrideFoundationElementDefinition<BreadcrumbItemOptions> | undefined) => FoundationElementRegistry<BreadcrumbItemOptions, Constructable<FoundationElement>>;
186
187
  fluentButton: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Button>;
188
+ fluentCalendar: (overrideDefinition?: OverrideFoundationElementDefinition<CalendarOptions> | undefined) => FoundationElementRegistry<CalendarOptions, Constructable<FoundationElement>>;
187
189
  fluentCard: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, Card>;
188
190
  fluentCheckbox: (overrideDefinition?: OverrideFoundationElementDefinition<CheckboxOptions> | undefined) => FoundationElementRegistry<CheckboxOptions, Constructable<FoundationElement>>;
189
191
  fluentCombobox: (overrideDefinition?: OverrideFoundationElementDefinition<ComboboxOptions> | undefined) => FoundationElementRegistry<ComboboxOptions, Constructable<FoundationElement>>;
@@ -1307,6 +1309,16 @@ export declare const fluentBreadcrumbItem: (overrideDefinition?: OverrideFoundat
1307
1309
  */
1308
1310
  export declare const fluentButton: (overrideDefinition?: OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => FoundationElementRegistry<FoundationElementDefinition, typeof Button>;
1309
1311
 
1312
+ /**
1313
+ * The Fluent Calendar Element. Implements {@link @microsoft/fast-foundation#Calendar},
1314
+ * {@link @microsoft/fast-foundation#calendarTemplate}
1315
+ *
1316
+ * @public
1317
+ * @remarks
1318
+ * HTML Element \<fluent-calendar\>
1319
+ */
1320
+ export declare const fluentCalendar: (overrideDefinition?: OverrideFoundationElementDefinition<CalendarOptions> | undefined) => FoundationElementRegistry<CalendarOptions, Constructable<FoundationElement>>;
1321
+
1310
1322
  /**
1311
1323
  * The Fluent Card Element. Implements {@link @microsoft/fast-foundation#Card},
1312
1324
  * {@link @microsoft/fast-foundation#CardTemplate}