@fluentui/react-slider 9.1.7 → 9.1.8
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 +32 -5
- package/CHANGELOG.md +17 -6
- package/lib/components/Slider/useSlider.js +5 -0
- package/lib/components/Slider/useSlider.js.map +1 -1
- package/lib-commonjs/components/Slider/useSlider.js +5 -0
- package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@fluentui/react-slider",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 06 Apr 2023 23:59:51 GMT",
|
|
6
|
+
"tag": "@fluentui/react-slider_v9.1.8",
|
|
7
|
+
"version": "9.1.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "behowell@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-slider",
|
|
13
|
+
"commit": "eee5716e76dc6a5bef9316546a352694bbe5750a",
|
|
14
|
+
"comment": "chore: Update package version of react-field"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "behowell@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-slider",
|
|
19
|
+
"commit": "5a8d7a29645b3b500eb7145d2e42ac34fcafc4c6",
|
|
20
|
+
"comment": "chore: Hook up FieldContext for use inside a Field"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-slider",
|
|
25
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-beta.1",
|
|
26
|
+
"commit": "7a46cab3d31a233b89b7188e994b24712af5393c"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Tue, 04 Apr 2023 18:44:50 GMT",
|
|
6
33
|
"tag": "@fluentui/react-slider_v9.1.7",
|
|
7
34
|
"version": "9.1.7",
|
|
8
35
|
"comments": {
|
|
@@ -11,25 +38,25 @@
|
|
|
11
38
|
"author": "beachball",
|
|
12
39
|
"package": "@fluentui/react-slider",
|
|
13
40
|
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.29",
|
|
14
|
-
"commit": "
|
|
41
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
15
42
|
},
|
|
16
43
|
{
|
|
17
44
|
"author": "beachball",
|
|
18
45
|
"package": "@fluentui/react-slider",
|
|
19
46
|
"comment": "Bump @fluentui/react-tabster to v9.6.3",
|
|
20
|
-
"commit": "
|
|
47
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
21
48
|
},
|
|
22
49
|
{
|
|
23
50
|
"author": "beachball",
|
|
24
51
|
"package": "@fluentui/react-slider",
|
|
25
52
|
"comment": "Bump @fluentui/react-utilities to v9.7.3",
|
|
26
|
-
"commit": "
|
|
53
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
27
54
|
},
|
|
28
55
|
{
|
|
29
56
|
"author": "beachball",
|
|
30
57
|
"package": "@fluentui/react-slider",
|
|
31
58
|
"comment": "Bump @fluentui/react-label to v9.1.7",
|
|
32
|
-
"commit": "
|
|
59
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
33
60
|
}
|
|
34
61
|
]
|
|
35
62
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-slider
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Apr 2023 23:59:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.1.8)
|
|
8
|
+
|
|
9
|
+
Thu, 06 Apr 2023 23:59:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.1.7..@fluentui/react-slider_v9.1.8)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Update package version of react-field ([PR #27458](https://github.com/microsoft/fluentui/pull/27458) by behowell@microsoft.com)
|
|
15
|
+
- chore: Hook up FieldContext for use inside a Field ([PR #27399](https://github.com/microsoft/fluentui/pull/27399) by behowell@microsoft.com)
|
|
16
|
+
- Bump @fluentui/react-field to v9.0.0-beta.1 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball)
|
|
17
|
+
|
|
7
18
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.1.7)
|
|
8
19
|
|
|
9
|
-
Tue, 04 Apr 2023 18:
|
|
20
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.1.5..@fluentui/react-slider_v9.1.7)
|
|
11
22
|
|
|
12
23
|
### Patches
|
|
13
24
|
|
|
14
|
-
- Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #
|
|
15
|
-
- Bump @fluentui/react-tabster to v9.6.3 ([PR #
|
|
16
|
-
- Bump @fluentui/react-utilities to v9.7.3 ([PR #
|
|
17
|
-
- Bump @fluentui/react-label to v9.1.7 ([PR #
|
|
25
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
26
|
+
- Bump @fluentui/react-tabster to v9.6.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
27
|
+
- Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
28
|
+
- Bump @fluentui/react-label to v9.1.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
18
29
|
|
|
19
30
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.1.5)
|
|
20
31
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { useFieldControlProps_unstable } from '@fluentui/react-field';
|
|
2
3
|
import { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';
|
|
3
4
|
import { useSliderState_unstable } from './useSliderState';
|
|
4
5
|
import { useFocusWithin } from '@fluentui/react-tabster';
|
|
5
6
|
export const useSlider_unstable = (props, ref) => {
|
|
7
|
+
// Merge props from surrounding <Field>, if any
|
|
8
|
+
props = useFieldControlProps_unstable(props, {
|
|
9
|
+
supportsLabelFor: true
|
|
10
|
+
});
|
|
6
11
|
const nativeProps = getPartitionedNativeProps({
|
|
7
12
|
props,
|
|
8
13
|
primarySlotTagName: 'input',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","getPartitionedNativeProps","resolveShorthand","useId","useMergedRefs","useSliderState_unstable","useFocusWithin","useSlider_unstable","props","ref","nativeProps","primarySlotTagName","excludedPropNames","disabled","vertical","size","root","input","rail","thumb","state","components","required","defaultProps","id","primary","type","orient","undefined"],"sources":["../../../src/components/Slider/useSlider.ts"],"sourcesContent":["import * as React from 'react';\nimport { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';\nimport { useSliderState_unstable } from './useSliderState';\nimport { SliderProps, SliderState } from './Slider.types';\nimport { useFocusWithin } from '@fluentui/react-tabster';\n\nexport const useSlider_unstable = (props: SliderProps, ref: React.Ref<HTMLInputElement>): SliderState => {\n const nativeProps = getPartitionedNativeProps({\n props,\n primarySlotTagName: 'input',\n excludedPropNames: ['onChange', 'size'],\n });\n\n const {\n disabled,\n vertical,\n size = 'medium',\n // Slots\n root,\n input,\n rail,\n thumb,\n } = props;\n\n const state: SliderState = {\n disabled,\n size,\n vertical,\n components: {\n input: 'input',\n rail: 'div',\n root: 'div',\n thumb: 'div',\n },\n root: resolveShorthand(root, {\n required: true,\n defaultProps: nativeProps.root,\n }),\n input: resolveShorthand(input, {\n required: true,\n defaultProps: {\n id: useId('slider-', props.id),\n ref,\n ...nativeProps.primary,\n type: 'range',\n orient: vertical ? 'vertical' : undefined,\n },\n }),\n rail: resolveShorthand(rail, { required: true }),\n thumb: resolveShorthand(thumb, { required: true }),\n };\n\n state.root.ref = useMergedRefs(state.root.ref, useFocusWithin<HTMLDivElement>());\n\n useSliderState_unstable(state, props);\n\n return state;\n};\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,yBAAyB,EAAEC,gBAAgB,EAAEC,KAAK,EAAEC,aAAa,QAAQ;AAClF,SAASC,uBAAuB,QAAQ;AAExC,SAASC,cAAc,QAAQ;AAE/B,OAAO,MAAMC,kBAAA,GAAqBA,CAACC,KAAA,EAAoBC,GAAA,KAAkD;EACvG,MAAMC,WAAA,
|
|
1
|
+
{"version":3,"names":["React","useFieldControlProps_unstable","getPartitionedNativeProps","resolveShorthand","useId","useMergedRefs","useSliderState_unstable","useFocusWithin","useSlider_unstable","props","ref","supportsLabelFor","nativeProps","primarySlotTagName","excludedPropNames","disabled","vertical","size","root","input","rail","thumb","state","components","required","defaultProps","id","primary","type","orient","undefined"],"sources":["../../../src/components/Slider/useSlider.ts"],"sourcesContent":["import * as React from 'react';\nimport { useFieldControlProps_unstable } from '@fluentui/react-field';\nimport { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';\nimport { useSliderState_unstable } from './useSliderState';\nimport { SliderProps, SliderState } from './Slider.types';\nimport { useFocusWithin } from '@fluentui/react-tabster';\n\nexport const useSlider_unstable = (props: SliderProps, ref: React.Ref<HTMLInputElement>): SliderState => {\n // Merge props from surrounding <Field>, if any\n props = useFieldControlProps_unstable(props, { supportsLabelFor: true });\n\n const nativeProps = getPartitionedNativeProps({\n props,\n primarySlotTagName: 'input',\n excludedPropNames: ['onChange', 'size'],\n });\n\n const {\n disabled,\n vertical,\n size = 'medium',\n // Slots\n root,\n input,\n rail,\n thumb,\n } = props;\n\n const state: SliderState = {\n disabled,\n size,\n vertical,\n components: {\n input: 'input',\n rail: 'div',\n root: 'div',\n thumb: 'div',\n },\n root: resolveShorthand(root, {\n required: true,\n defaultProps: nativeProps.root,\n }),\n input: resolveShorthand(input, {\n required: true,\n defaultProps: {\n id: useId('slider-', props.id),\n ref,\n ...nativeProps.primary,\n type: 'range',\n orient: vertical ? 'vertical' : undefined,\n },\n }),\n rail: resolveShorthand(rail, { required: true }),\n thumb: resolveShorthand(thumb, { required: true }),\n };\n\n state.root.ref = useMergedRefs(state.root.ref, useFocusWithin<HTMLDivElement>());\n\n useSliderState_unstable(state, props);\n\n return state;\n};\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,6BAA6B,QAAQ;AAC9C,SAASC,yBAAyB,EAAEC,gBAAgB,EAAEC,KAAK,EAAEC,aAAa,QAAQ;AAClF,SAASC,uBAAuB,QAAQ;AAExC,SAASC,cAAc,QAAQ;AAE/B,OAAO,MAAMC,kBAAA,GAAqBA,CAACC,KAAA,EAAoBC,GAAA,KAAkD;EACvG;EACAD,KAAA,GAAQR,6BAAA,CAA8BQ,KAAA,EAAO;IAAEE,gBAAA,EAAkB;EAAK;EAEtE,MAAMC,WAAA,GAAcV,yBAAA,CAA0B;IAC5CO,KAAA;IACAI,kBAAA,EAAoB;IACpBC,iBAAA,EAAmB,CAAC,YAAY;EAClC;EAEA,MAAM;IACJC,QAAA;IACAC,QAAA;IACAC,IAAA,GAAO;IACP;IACAC,IAAA;IACAC,KAAA;IACAC,IAAA;IACAC;EAAK,CACN,GAAGZ,KAAA;EAEJ,MAAMa,KAAA,GAAqB;IACzBP,QAAA;IACAE,IAAA;IACAD,QAAA;IACAO,UAAA,EAAY;MACVJ,KAAA,EAAO;MACPC,IAAA,EAAM;MACNF,IAAA,EAAM;MACNG,KAAA,EAAO;IACT;IACAH,IAAA,EAAMf,gBAAA,CAAiBe,IAAA,EAAM;MAC3BM,QAAA,EAAU,IAAI;MACdC,YAAA,EAAcb,WAAA,CAAYM;IAC5B;IACAC,KAAA,EAAOhB,gBAAA,CAAiBgB,KAAA,EAAO;MAC7BK,QAAA,EAAU,IAAI;MACdC,YAAA,EAAc;QACZC,EAAA,EAAItB,KAAA,CAAM,WAAWK,KAAA,CAAMiB,EAAE;QAC7BhB,GAAA;QACA,GAAGE,WAAA,CAAYe,OAAO;QACtBC,IAAA,EAAM;QACNC,MAAA,EAAQb,QAAA,GAAW,aAAac;MAClC;IACF;IACAV,IAAA,EAAMjB,gBAAA,CAAiBiB,IAAA,EAAM;MAAEI,QAAA,EAAU;IAAK;IAC9CH,KAAA,EAAOlB,gBAAA,CAAiBkB,KAAA,EAAO;MAAEG,QAAA,EAAU;IAAK;EAClD;EAEAF,KAAA,CAAMJ,IAAI,CAACR,GAAG,GAAGL,aAAA,CAAciB,KAAA,CAAMJ,IAAI,CAACR,GAAG,EAAEH,cAAA;EAE/CD,uBAAA,CAAwBgB,KAAA,EAAOb,KAAA;EAE/B,OAAOa,KAAA;AACT"}
|
|
@@ -8,10 +8,15 @@ Object.defineProperty(exports, "useSlider_unstable", {
|
|
|
8
8
|
});
|
|
9
9
|
const _interopRequireWildcard = require("@swc/helpers/lib/_interop_require_wildcard.js").default;
|
|
10
10
|
const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
|
|
11
|
+
const _reactField = require("@fluentui/react-field");
|
|
11
12
|
const _reactUtilities = require("@fluentui/react-utilities");
|
|
12
13
|
const _useSliderState = require("./useSliderState");
|
|
13
14
|
const _reactTabster = require("@fluentui/react-tabster");
|
|
14
15
|
const useSlider_unstable = (props, ref)=>{
|
|
16
|
+
// Merge props from surrounding <Field>, if any
|
|
17
|
+
props = (0, _reactField.useFieldControlProps_unstable)(props, {
|
|
18
|
+
supportsLabelFor: true
|
|
19
|
+
});
|
|
15
20
|
const nativeProps = (0, _reactUtilities.getPartitionedNativeProps)({
|
|
16
21
|
props,
|
|
17
22
|
primarySlotTagName: 'input',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Slider/useSlider.js"],"sourcesContent":["import * as React from 'react';\nimport { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';\nimport { useSliderState_unstable } from './useSliderState';\nimport { useFocusWithin } from '@fluentui/react-tabster';\nexport const useSlider_unstable = (props, ref) => {\n const nativeProps = getPartitionedNativeProps({\n props,\n primarySlotTagName: 'input',\n excludedPropNames: ['onChange', 'size']\n });\n const {\n disabled,\n vertical,\n size = 'medium',\n // Slots\n root,\n input,\n rail,\n thumb\n } = props;\n const state = {\n disabled,\n size,\n vertical,\n components: {\n input: 'input',\n rail: 'div',\n root: 'div',\n thumb: 'div'\n },\n root: resolveShorthand(root, {\n required: true,\n defaultProps: nativeProps.root\n }),\n input: resolveShorthand(input, {\n required: true,\n defaultProps: {\n id: useId('slider-', props.id),\n ref,\n ...nativeProps.primary,\n type: 'range',\n orient: vertical ? 'vertical' : undefined\n }\n }),\n rail: resolveShorthand(rail, {\n required: true\n }),\n thumb: resolveShorthand(thumb, {\n required: true\n })\n };\n state.root.ref = useMergedRefs(state.root.ref, useFocusWithin());\n useSliderState_unstable(state, props);\n return state;\n};\n//# sourceMappingURL=useSlider.js.map"],"names":["useSlider_unstable","props","ref","nativeProps","getPartitionedNativeProps","primarySlotTagName","excludedPropNames","disabled","vertical","size","root","input","rail","thumb","state","components","resolveShorthand","required","defaultProps","id","useId","primary","type","orient","undefined","useMergedRefs","useFocusWithin","useSliderState_unstable"],"mappings":";;;;+
|
|
1
|
+
{"version":3,"sources":["../../../lib/components/Slider/useSlider.js"],"sourcesContent":["import * as React from 'react';\nimport { useFieldControlProps_unstable } from '@fluentui/react-field';\nimport { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';\nimport { useSliderState_unstable } from './useSliderState';\nimport { useFocusWithin } from '@fluentui/react-tabster';\nexport const useSlider_unstable = (props, ref) => {\n // Merge props from surrounding <Field>, if any\n props = useFieldControlProps_unstable(props, {\n supportsLabelFor: true\n });\n const nativeProps = getPartitionedNativeProps({\n props,\n primarySlotTagName: 'input',\n excludedPropNames: ['onChange', 'size']\n });\n const {\n disabled,\n vertical,\n size = 'medium',\n // Slots\n root,\n input,\n rail,\n thumb\n } = props;\n const state = {\n disabled,\n size,\n vertical,\n components: {\n input: 'input',\n rail: 'div',\n root: 'div',\n thumb: 'div'\n },\n root: resolveShorthand(root, {\n required: true,\n defaultProps: nativeProps.root\n }),\n input: resolveShorthand(input, {\n required: true,\n defaultProps: {\n id: useId('slider-', props.id),\n ref,\n ...nativeProps.primary,\n type: 'range',\n orient: vertical ? 'vertical' : undefined\n }\n }),\n rail: resolveShorthand(rail, {\n required: true\n }),\n thumb: resolveShorthand(thumb, {\n required: true\n })\n };\n state.root.ref = useMergedRefs(state.root.ref, useFocusWithin());\n useSliderState_unstable(state, props);\n return state;\n};\n//# sourceMappingURL=useSlider.js.map"],"names":["useSlider_unstable","props","ref","useFieldControlProps_unstable","supportsLabelFor","nativeProps","getPartitionedNativeProps","primarySlotTagName","excludedPropNames","disabled","vertical","size","root","input","rail","thumb","state","components","resolveShorthand","required","defaultProps","id","useId","primary","type","orient","undefined","useMergedRefs","useFocusWithin","useSliderState_unstable"],"mappings":";;;;+BAKaA;;aAAAA;;;6DALU;4BACuB;gCACoC;gCAC1C;8BACT;AACxB,MAAMA,qBAAqB,CAACC,OAAOC,MAAQ;IAChD,+CAA+C;IAC/CD,QAAQE,IAAAA,yCAA6B,EAACF,OAAO;QAC3CG,kBAAkB,IAAI;IACxB;IACA,MAAMC,cAAcC,IAAAA,yCAAyB,EAAC;QAC5CL;QACAM,oBAAoB;QACpBC,mBAAmB;YAAC;YAAY;SAAO;IACzC;IACA,MAAM,EACJC,SAAQ,EACRC,SAAQ,EACRC,MAAO,SAAQ,EACf,QAAQ;IACRC,KAAI,EACJC,MAAK,EACLC,KAAI,EACJC,MAAK,EACN,GAAGd;IACJ,MAAMe,QAAQ;QACZP;QACAE;QACAD;QACAO,YAAY;YACVJ,OAAO;YACPC,MAAM;YACNF,MAAM;YACNG,OAAO;QACT;QACAH,MAAMM,IAAAA,gCAAgB,EAACN,MAAM;YAC3BO,UAAU,IAAI;YACdC,cAAcf,YAAYO,IAAI;QAChC;QACAC,OAAOK,IAAAA,gCAAgB,EAACL,OAAO;YAC7BM,UAAU,IAAI;YACdC,cAAc;gBACZC,IAAIC,IAAAA,qBAAK,EAAC,WAAWrB,MAAMoB,EAAE;gBAC7BnB;gBACA,GAAGG,YAAYkB,OAAO;gBACtBC,MAAM;gBACNC,QAAQf,WAAW,aAAagB,SAAS;YAC3C;QACF;QACAZ,MAAMI,IAAAA,gCAAgB,EAACJ,MAAM;YAC3BK,UAAU,IAAI;QAChB;QACAJ,OAAOG,IAAAA,gCAAgB,EAACH,OAAO;YAC7BI,UAAU,IAAI;QAChB;IACF;IACAH,MAAMJ,IAAI,CAACV,GAAG,GAAGyB,IAAAA,6BAAa,EAACX,MAAMJ,IAAI,CAACV,GAAG,EAAE0B,IAAAA,4BAAc;IAC7DC,IAAAA,uCAAuB,EAACb,OAAOf;IAC/B,OAAOe;AACT,GACA,qCAAqC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-slider",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.8",
|
|
4
4
|
"description": "Fluent UI React Slider component.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@griffel/react": "^1.5.2",
|
|
37
|
-
"@fluentui/react-field": "9.0.0-
|
|
37
|
+
"@fluentui/react-field": "9.0.0-beta.1",
|
|
38
38
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
39
39
|
"@fluentui/react-tabster": "^9.6.3",
|
|
40
40
|
"@fluentui/react-theme": "^9.1.7",
|