@fluentui/react-provider 9.5.2 → 9.5.3
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.json +36 -3
- package/CHANGELOG.md +16 -4
- package/lib/components/FluentProvider/renderFluentProvider.js +11 -11
- package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +13 -14
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/package.json +4 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,40 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 17 Apr 2023 17:50:04 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.5.3",
|
7
|
+
"version": "9.5.3",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"commit": "0dfc7e1d250152df475a76a94db0fcf304d8ac14",
|
14
|
+
"comment": "feat: adopt custom JSX pragma"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"comment": "Bump @fluentui/react-tabster to v9.6.5",
|
20
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-provider",
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.0",
|
26
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-provider",
|
31
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.1",
|
32
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Wed, 12 Apr 2023 09:31:45 GMT",
|
6
39
|
"tag": "@fluentui/react-provider_v9.5.2",
|
7
40
|
"version": "9.5.2",
|
8
41
|
"comments": {
|
@@ -11,13 +44,13 @@
|
|
11
44
|
"author": "beachball",
|
12
45
|
"package": "@fluentui/react-provider",
|
13
46
|
"comment": "Bump @fluentui/react-tabster to v9.6.4",
|
14
|
-
"commit": "
|
47
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
15
48
|
},
|
16
49
|
{
|
17
50
|
"author": "beachball",
|
18
51
|
"package": "@fluentui/react-provider",
|
19
52
|
"comment": "Bump @fluentui/react-utilities to v9.7.4",
|
20
|
-
"commit": "
|
53
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
21
54
|
}
|
22
55
|
]
|
23
56
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 17 Apr 2023 17:50:04 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.3)
|
8
|
+
|
9
|
+
Mon, 17 Apr 2023 17:50:04 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.2..@fluentui/react-provider_v9.5.3)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: adopt custom JSX pragma ([PR #27547](https://github.com/microsoft/fluentui/pull/27547) by bernardo.sunderhus@gmail.com)
|
15
|
+
- Bump @fluentui/react-tabster to v9.6.5 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.1 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
18
|
+
|
7
19
|
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.2)
|
8
20
|
|
9
|
-
Wed, 12 Apr 2023 09:
|
21
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.1..@fluentui/react-provider_v9.5.2)
|
11
23
|
|
12
24
|
### Patches
|
13
25
|
|
14
|
-
- Bump @fluentui/react-tabster to v9.6.4 ([
|
15
|
-
- Bump @fluentui/react-utilities to v9.7.4 ([
|
26
|
+
- Bump @fluentui/react-tabster to v9.6.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
27
|
+
- Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
16
28
|
|
17
29
|
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.1)
|
18
30
|
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import
|
1
|
+
/** @jsxRuntime classic */ /** @jsx createElement */import { createElement } from '@fluentui/react-jsx-runtime';
|
2
|
+
import { canUseDOM, getSlotsNext } from '@fluentui/react-utilities';
|
2
3
|
import { TextDirectionProvider } from '@griffel/react';
|
3
4
|
import { OverridesProvider_unstable as OverridesProvider, Provider_unstable as Provider, TooltipVisibilityProvider_unstable as TooltipVisibilityProvider, ThemeProvider_unstable as ThemeProvider, ThemeClassNameProvider_unstable as ThemeClassNameProvider, CustomStyleHooksProvider_unstable as CustomStyleHooksProvider } from '@fluentui/react-shared-contexts';
|
4
|
-
import { canUseDOM, getSlots } from '@fluentui/react-utilities';
|
5
5
|
/**
|
6
6
|
* Render the final JSX of FluentProvider
|
7
7
|
*/
|
@@ -9,25 +9,25 @@ export const renderFluentProvider_unstable = (state, contextValues) => {
|
|
9
9
|
const {
|
10
10
|
slots,
|
11
11
|
slotProps
|
12
|
-
} =
|
12
|
+
} = getSlotsNext(state);
|
13
13
|
// Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable
|
14
14
|
// instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is
|
15
15
|
// Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>
|
16
|
-
return /*#__PURE__*/
|
16
|
+
return /*#__PURE__*/createElement(Provider, {
|
17
17
|
value: contextValues.provider
|
18
|
-
}, /*#__PURE__*/
|
18
|
+
}, /*#__PURE__*/createElement(ThemeProvider, {
|
19
19
|
value: contextValues.theme
|
20
|
-
}, /*#__PURE__*/
|
20
|
+
}, /*#__PURE__*/createElement(ThemeClassNameProvider, {
|
21
21
|
value: contextValues.themeClassName
|
22
|
-
}, /*#__PURE__*/
|
22
|
+
}, /*#__PURE__*/createElement(CustomStyleHooksProvider, {
|
23
23
|
value: contextValues.customStyleHooks_unstable
|
24
|
-
}, /*#__PURE__*/
|
24
|
+
}, /*#__PURE__*/createElement(TooltipVisibilityProvider, {
|
25
25
|
value: contextValues.tooltip
|
26
|
-
}, /*#__PURE__*/
|
26
|
+
}, /*#__PURE__*/createElement(TextDirectionProvider, {
|
27
27
|
dir: contextValues.textDirection
|
28
|
-
}, /*#__PURE__*/
|
28
|
+
}, /*#__PURE__*/createElement(OverridesProvider, {
|
29
29
|
value: contextValues.overrides_unstable
|
30
|
-
}, /*#__PURE__*/
|
30
|
+
}, /*#__PURE__*/createElement(slots.root, slotProps.root, canUseDOM() ? null : /*#__PURE__*/createElement("style", {
|
31
31
|
// Using dangerous HTML because react can escape characters
|
32
32
|
// which can lead to invalid CSS.
|
33
33
|
// eslint-disable-next-line react/no-danger
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["createElement","canUseDOM","getSlotsNext","TextDirectionProvider","OverridesProvider_unstable","OverridesProvider","Provider_unstable","Provider","TooltipVisibilityProvider_unstable","TooltipVisibilityProvider","ThemeProvider_unstable","ThemeProvider","ThemeClassNameProvider_unstable","ThemeClassNameProvider","CustomStyleHooksProvider_unstable","CustomStyleHooksProvider","renderFluentProvider_unstable","state","contextValues","slots","slotProps","value","provider","theme","themeClassName","customStyleHooks_unstable","tooltip","dir","textDirection","overrides_unstable","root","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes","children"],"sources":["../../../src/components/FluentProvider/renderFluentProvider.tsx"],"sourcesContent":["/** @jsxRuntime classic */\n/** @jsx createElement */\n\nimport { createElement } from '@fluentui/react-jsx-runtime';\nimport { canUseDOM, getSlotsNext } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport {\n OverridesProvider_unstable as OverridesProvider,\n Provider_unstable as Provider,\n TooltipVisibilityProvider_unstable as TooltipVisibilityProvider,\n ThemeProvider_unstable as ThemeProvider,\n ThemeClassNameProvider_unstable as ThemeClassNameProvider,\n CustomStyleHooksProvider_unstable as CustomStyleHooksProvider,\n CustomStyleHooksContextValue_unstable as CustomStyleHooksContextValue,\n} from '@fluentui/react-shared-contexts';\nimport type { FluentProviderContextValues, FluentProviderState, FluentProviderSlots } from './FluentProvider.types';\n\n/**\n * Render the final JSX of FluentProvider\n */\nexport const renderFluentProvider_unstable = (\n state: FluentProviderState,\n contextValues: FluentProviderContextValues,\n) => {\n const { slots, slotProps } = getSlotsNext<FluentProviderSlots>(state);\n\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n\n return (\n <Provider value={contextValues.provider}>\n <ThemeProvider value={contextValues.theme}>\n <ThemeClassNameProvider value={contextValues.themeClassName}>\n <CustomStyleHooksProvider\n value={contextValues.customStyleHooks_unstable as Required<CustomStyleHooksContextValue>}\n >\n <TooltipVisibilityProvider value={contextValues.tooltip}>\n <TextDirectionProvider dir={contextValues.textDirection}>\n <OverridesProvider value={contextValues.overrides_unstable}>\n <slots.root {...slotProps.root}>\n {canUseDOM() ? null : (\n <style\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{ __html: state.serverStyleProps.cssRule }}\n {...state.serverStyleProps.attributes}\n />\n )}\n {slotProps.root.children}\n </slots.root>\n </OverridesProvider>\n </TextDirectionProvider>\n </TooltipVisibilityProvider>\n </CustomStyleHooksProvider>\n </ThemeClassNameProvider>\n </ThemeProvider>\n </Provider>\n );\n};\n"],"mappings":"AAAA,2BACA,yBAEA,SAASA,aAAa,QAAQ;AAC9B,SAASC,SAAS,EAAEC,YAAY,QAAQ;AACxC,SAASC,qBAAqB,QAAQ;AACtC,SACEC,0BAAA,IAA8BC,iBAAiB,EAC/CC,iBAAA,IAAqBC,QAAQ,EAC7BC,kCAAA,IAAsCC,yBAAyB,EAC/DC,sBAAA,IAA0BC,aAAa,EACvCC,+BAAA,IAAmCC,sBAAsB,EACzDC,iCAAA,IAAqCC,wBAAwB,QAExD;AAGP;;;AAGA,OAAO,MAAMC,6BAAA,GAAgCA,CAC3CC,KAAA,EACAC,aAAA,KACG;EACH,MAAM;IAAEC,KAAA;IAAOC;EAAS,CAAE,GAAGlB,YAAA,CAAkCe,KAAA;EAE/D;EACA;EACA;EAEA,oBACEjB,aA9BJ,CA8BKO,QAAA;IAASc,KAAA,EAAOH,aAAA,CAAcI;kBAC7BtB,aA/BN,CA+BOW,aAAA;IAAcU,KAAA,EAAOH,aAAA,CAAcK;kBAClCvB,aAhCR,CAgCSa,sBAAA;IAAuBQ,KAAA,EAAOH,aAAA,CAAcM;kBAC3CxB,aAjCV,CAiCWe,wBAAA;IACCM,KAAA,EAAOH,aAAA,CAAcO;kBAErBzB,aApCZ,CAoCaS,yBAAA;IAA0BY,KAAA,EAAOH,aAAA,CAAcQ;kBAC9C1B,aArCd,CAqCeG,qBAAA;IAAsBwB,GAAA,EAAKT,aAAA,CAAcU;kBACxC5B,aAtChB,CAsCiBK,iBAAA;IAAkBgB,KAAA,EAAOH,aAAA,CAAcW;kBACtC7B,aAvClB,CAuCmBmB,KAAA,CAAMW,IAAI,EAAKV,SAAA,CAAUU,IAAI,EAC3B7B,SAAA,KAAc,IAAI,gBACjBD,aAzCtB,CAyCuB;IACC;IACA;IACA;IACA+B,uBAAA,EAAyB;MAAEC,MAAA,EAAQf,KAAA,CAAMgB,gBAAgB,CAACC;IAAQ;IACjE,GAAGjB,KAAA,CAAMgB,gBAAgB,CAACE;IAE9B,EACAf,SAAA,CAAUU,IAAI,CAACM,QAAQ;AAU5C"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
1
|
+
/** @jsxRuntime classic */ /** @jsx createElement */ "use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
@@ -6,31 +6,30 @@ Object.defineProperty(exports, "renderFluentProvider_unstable", {
|
|
6
6
|
enumerable: true,
|
7
7
|
get: ()=>renderFluentProvider_unstable
|
8
8
|
});
|
9
|
-
const
|
10
|
-
const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
|
11
|
-
const _react1 = require("@griffel/react");
|
12
|
-
const _reactSharedContexts = require("@fluentui/react-shared-contexts");
|
9
|
+
const _reactJsxRuntime = require("@fluentui/react-jsx-runtime");
|
13
10
|
const _reactUtilities = require("@fluentui/react-utilities");
|
11
|
+
const _react = require("@griffel/react");
|
12
|
+
const _reactSharedContexts = require("@fluentui/react-shared-contexts");
|
14
13
|
const renderFluentProvider_unstable = (state, contextValues)=>{
|
15
|
-
const { slots , slotProps } = (0, _reactUtilities.
|
14
|
+
const { slots , slotProps } = (0, _reactUtilities.getSlotsNext)(state);
|
16
15
|
// Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable
|
17
16
|
// instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is
|
18
17
|
// Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>
|
19
|
-
return /*#__PURE__*/
|
18
|
+
return /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.Provider_unstable, {
|
20
19
|
value: contextValues.provider
|
21
|
-
}, /*#__PURE__*/
|
20
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.ThemeProvider_unstable, {
|
22
21
|
value: contextValues.theme
|
23
|
-
}, /*#__PURE__*/
|
22
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.ThemeClassNameProvider_unstable, {
|
24
23
|
value: contextValues.themeClassName
|
25
|
-
}, /*#__PURE__*/
|
24
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.CustomStyleHooksProvider_unstable, {
|
26
25
|
value: contextValues.customStyleHooks_unstable
|
27
|
-
}, /*#__PURE__*/
|
26
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.TooltipVisibilityProvider_unstable, {
|
28
27
|
value: contextValues.tooltip
|
29
|
-
}, /*#__PURE__*/
|
28
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_react.TextDirectionProvider, {
|
30
29
|
dir: contextValues.textDirection
|
31
|
-
}, /*#__PURE__*/
|
30
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(_reactSharedContexts.OverridesProvider_unstable, {
|
32
31
|
value: contextValues.overrides_unstable
|
33
|
-
}, /*#__PURE__*/
|
32
|
+
}, /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.root, slotProps.root, (0, _reactUtilities.canUseDOM)() ? null : /*#__PURE__*/ (0, _reactJsxRuntime.createElement)("style", {
|
34
33
|
// Using dangerous HTML because react can escape characters
|
35
34
|
// which can lead to invalid CSS.
|
36
35
|
// eslint-disable-next-line react/no-danger
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/FluentProvider/renderFluentProvider.js"],"sourcesContent":["import
|
1
|
+
{"version":3,"sources":["../../../lib/components/FluentProvider/renderFluentProvider.js"],"sourcesContent":["/** @jsxRuntime classic */ /** @jsx createElement */import { createElement } from '@fluentui/react-jsx-runtime';\nimport { canUseDOM, getSlotsNext } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport { OverridesProvider_unstable as OverridesProvider, Provider_unstable as Provider, TooltipVisibilityProvider_unstable as TooltipVisibilityProvider, ThemeProvider_unstable as ThemeProvider, ThemeClassNameProvider_unstable as ThemeClassNameProvider, CustomStyleHooksProvider_unstable as CustomStyleHooksProvider } from '@fluentui/react-shared-contexts';\n/**\n * Render the final JSX of FluentProvider\n */\nexport const renderFluentProvider_unstable = (state, contextValues) => {\n const {\n slots,\n slotProps\n } = getSlotsNext(state);\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n return /*#__PURE__*/createElement(Provider, {\n value: contextValues.provider\n }, /*#__PURE__*/createElement(ThemeProvider, {\n value: contextValues.theme\n }, /*#__PURE__*/createElement(ThemeClassNameProvider, {\n value: contextValues.themeClassName\n }, /*#__PURE__*/createElement(CustomStyleHooksProvider, {\n value: contextValues.customStyleHooks_unstable\n }, /*#__PURE__*/createElement(TooltipVisibilityProvider, {\n value: contextValues.tooltip\n }, /*#__PURE__*/createElement(TextDirectionProvider, {\n dir: contextValues.textDirection\n }, /*#__PURE__*/createElement(OverridesProvider, {\n value: contextValues.overrides_unstable\n }, /*#__PURE__*/createElement(slots.root, slotProps.root, canUseDOM() ? null : /*#__PURE__*/createElement(\"style\", {\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML: {\n __html: state.serverStyleProps.cssRule\n },\n ...state.serverStyleProps.attributes\n }), slotProps.root.children))))))));\n};\n//# sourceMappingURL=renderFluentProvider.js.map"],"names":["renderFluentProvider_unstable","state","contextValues","slots","slotProps","getSlotsNext","createElement","Provider","value","provider","ThemeProvider","theme","ThemeClassNameProvider","themeClassName","CustomStyleHooksProvider","customStyleHooks_unstable","TooltipVisibilityProvider","tooltip","TextDirectionProvider","dir","textDirection","OverridesProvider","overrides_unstable","root","canUseDOM","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes","children"],"mappings":"AAAA,wBAAwB,GAAG,uBAAuB;;;;+BAOrCA;;aAAAA;;iCAPqE;gCAC1C;uBACF;qCAC6R;AAI5T,MAAMA,gCAAgC,CAACC,OAAOC,gBAAkB;IACrE,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,4BAAY,EAACJ;IACjB,+FAA+F;IAC/F,oFAAoF;IACpF,0GAA0G;IAC1G,OAAO,WAAW,GAAEK,IAAAA,8BAAa,EAACC,sCAAQ,EAAE;QAC1CC,OAAON,cAAcO,QAAQ;IAC/B,GAAG,WAAW,GAAEH,IAAAA,8BAAa,EAACI,2CAAa,EAAE;QAC3CF,OAAON,cAAcS,KAAK;IAC5B,GAAG,WAAW,GAAEL,IAAAA,8BAAa,EAACM,oDAAsB,EAAE;QACpDJ,OAAON,cAAcW,cAAc;IACrC,GAAG,WAAW,GAAEP,IAAAA,8BAAa,EAACQ,sDAAwB,EAAE;QACtDN,OAAON,cAAca,yBAAyB;IAChD,GAAG,WAAW,GAAET,IAAAA,8BAAa,EAACU,uDAAyB,EAAE;QACvDR,OAAON,cAAce,OAAO;IAC9B,GAAG,WAAW,GAAEX,IAAAA,8BAAa,EAACY,4BAAqB,EAAE;QACnDC,KAAKjB,cAAckB,aAAa;IAClC,GAAG,WAAW,GAAEd,IAAAA,8BAAa,EAACe,+CAAiB,EAAE;QAC/Cb,OAAON,cAAcoB,kBAAkB;IACzC,GAAG,WAAW,GAAEhB,IAAAA,8BAAa,EAACH,MAAMoB,IAAI,EAAEnB,UAAUmB,IAAI,EAAEC,IAAAA,yBAAS,MAAK,IAAI,GAAG,WAAW,GAAElB,IAAAA,8BAAa,EAAC,SAAS;QACjH,2DAA2D;QAC3D,iCAAiC;QACjC,2CAA2C;QAC3CmB,yBAAyB;YACvBC,QAAQzB,MAAM0B,gBAAgB,CAACC,OAAO;QACxC;QACA,GAAG3B,MAAM0B,gBAAgB,CAACE,UAAU;IACtC,EAAE,EAAEzB,UAAUmB,IAAI,CAACO,QAAQ;AAC7B,GACA,gDAAgD"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.5.
|
3
|
+
"version": "9.5.3",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,9 +35,10 @@
|
|
35
35
|
"@griffel/core": "^1.9.0",
|
36
36
|
"@griffel/react": "^1.5.2",
|
37
37
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
38
|
-
"@fluentui/react-tabster": "^9.6.
|
38
|
+
"@fluentui/react-tabster": "^9.6.5",
|
39
39
|
"@fluentui/react-theme": "^9.1.7",
|
40
|
-
"@fluentui/react-utilities": "^9.
|
40
|
+
"@fluentui/react-utilities": "^9.8.0",
|
41
|
+
"@fluentui/react-jsx-runtime": "^9.0.0-alpha.1",
|
41
42
|
"@swc/helpers": "^0.4.14"
|
42
43
|
},
|
43
44
|
"peerDependencies": {
|