@fluentui/react-components 9.68.4 → 9.69.0

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,32 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 21 Aug 2025 12:20:17 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 17:40:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.69.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.69.0)
8
+
9
+ Thu, 21 Aug 2025 17:40:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.4..@fluentui/react-components_v9.69.0)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-components`
15
+ - chore(themes): Export new themes from react-components ([PR #35063](https://github.com/microsoft/fluentui/pull/35063) by jurokapsiar@gmail.com)
16
+
17
+ ## [9.68.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.4)
18
+
19
+ Thu, 21 Aug 2025 13:38:51 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.4..@fluentui/react-components_v9.68.4)
21
+
22
+ ### Minor changes
23
+
24
+ - `@fluentui/react-menu-grid-preview`
25
+ - 'feat: ([PR #35064](https://github.com/microsoft/fluentui/pull/35064) by adam.samec@gmail.com)
26
+
7
27
  ## [9.68.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.4)
8
28
 
9
- Thu, 21 Aug 2025 12:20:17 GMT
29
+ Thu, 21 Aug 2025 12:25:13 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.3..@fluentui/react-components_v9.68.4)
11
31
 
12
32
  ### Minor changes
package/dist/index.d.ts CHANGED
@@ -1373,8 +1373,10 @@ import { TeachingPopoverTriggerChildProps } from '@fluentui/react-teaching-popov
1373
1373
  import { TeachingPopoverTriggerProps } from '@fluentui/react-teaching-popover';
1374
1374
  import { TeachingPopoverTriggerState } from '@fluentui/react-teaching-popover';
1375
1375
  import { teamsDarkTheme } from '@fluentui/react-theme';
1376
+ import { teamsDarkV21Theme } from '@fluentui/react-theme';
1376
1377
  import { teamsHighContrastTheme } from '@fluentui/react-theme';
1377
1378
  import { teamsLightTheme } from '@fluentui/react-theme';
1379
+ import { teamsLightV21Theme } from '@fluentui/react-theme';
1378
1380
  import { Text as Text_2 } from '@fluentui/react-text';
1379
1381
  import { Textarea } from '@fluentui/react-textarea';
1380
1382
  import { textareaClassNames } from '@fluentui/react-textarea';
@@ -4758,10 +4760,14 @@ export { TeachingPopoverTriggerState }
4758
4760
 
4759
4761
  export { teamsDarkTheme }
4760
4762
 
4763
+ export { teamsDarkV21Theme }
4764
+
4761
4765
  export { teamsHighContrastTheme }
4762
4766
 
4763
4767
  export { teamsLightTheme }
4764
4768
 
4769
+ export { teamsLightV21Theme }
4770
+
4765
4771
  export { Text_2 as Text }
4766
4772
 
4767
4773
  export { Textarea }
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  export { __css, __resetCSS, __resetStyles, __styles, createDOMRenderer, makeResetStyles, makeStaticStyles, makeStyles, mergeClasses, RendererProvider, renderToStyleElements, shorthands } from '@griffel/react';
3
3
  export { createCSSRuleFromTheme, FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable, useFluentProviderThemeStyleTag } from '@fluentui/react-provider';
4
4
  export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useFocusVisible, useFocusWithin, useKeyboardNavAttribute, useModalAttributes, useObservedElement, useFocusObserved, useRestoreFocusTarget, useRestoreFocusSource, useUncontrolledFocus } from '@fluentui/react-tabster';
5
- export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
5
+ export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsDarkV21Theme, teamsHighContrastTheme, teamsLightTheme, teamsLightV21Theme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
6
6
  export { AnnounceProvider, PortalMountNodeProvider, useAnnounce, useFluent_unstable as useFluent, usePortalMountNode, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
7
7
  export { // getNativeElementProps is deprecated but removing it would be a breaking change
8
8
  // eslint-disable-next-line @typescript-eslint/no-deprecated