@fluentui/react-accordion 9.3.11 → 9.3.13
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 +49 -1
- package/CHANGELOG.md +23 -2
- package/lib/components/Accordion/renderAccordion.js +1 -1
- package/lib/components/AccordionHeader/renderAccordionHeader.js +1 -1
- package/lib/components/AccordionItem/renderAccordionItem.js +1 -1
- package/lib/components/AccordionPanel/renderAccordionPanel.js +1 -1
- package/lib/contexts/accordionItem.js +4 -2
- package/lib/contexts/accordionItem.js.map +1 -1
- package/lib-commonjs/components/Accordion/renderAccordion.js +1 -1
- package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js +1 -1
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib-commonjs/contexts/accordionItem.js +4 -2
- package/lib-commonjs/contexts/accordionItem.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,55 @@
|
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 20 Sep 2023 14:13:55 GMT",
|
|
6
|
+
"tag": "@fluentui/react-accordion_v9.3.13",
|
|
7
|
+
"version": "9.3.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"commit": "c60d4e7169457535c8d23701f6b951d1fff478ab",
|
|
14
|
+
"comment": "fix: fix memory leak caused by context assignment"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-accordion",
|
|
19
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
|
|
20
|
+
"commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-accordion",
|
|
25
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.8.0",
|
|
26
|
+
"commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-accordion",
|
|
31
|
+
"comment": "Bump @fluentui/react-tabster to v9.12.10",
|
|
32
|
+
"commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Thu, 14 Sep 2023 16:44:47 GMT",
|
|
39
|
+
"tag": "@fluentui/react-accordion_v9.3.12",
|
|
40
|
+
"version": "9.3.12",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui/react-accordion",
|
|
46
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
|
|
47
|
+
"commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Tue, 12 Sep 2023 08:51:34 GMT",
|
|
6
54
|
"tag": "@fluentui/react-accordion_v9.3.11",
|
|
7
55
|
"version": "9.3.11",
|
|
8
56
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 20 Sep 2023 14:13:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.13)
|
|
8
|
+
|
|
9
|
+
Wed, 20 Sep 2023 14:13:55 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.12..@fluentui/react-accordion_v9.3.13)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: fix memory leak caused by context assignment ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by olfedias@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.9 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.8.0 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tabster to v9.12.10 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.12)
|
|
20
|
+
|
|
21
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.11..@fluentui/react-accordion_v9.3.12)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.8 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
|
|
27
|
+
|
|
7
28
|
## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.11)
|
|
8
29
|
|
|
9
|
-
Tue, 12 Sep 2023 08:
|
|
30
|
+
Tue, 12 Sep 2023 08:51:34 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.10..@fluentui/react-accordion_v9.3.11)
|
|
11
32
|
|
|
12
33
|
### Patches
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
2
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
3
3
|
import { AccordionProvider } from '../../contexts/accordion';
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
2
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
3
3
|
import { AccordionHeaderProvider } from '../../contexts/accordionHeader';
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
2
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
3
3
|
import { AccordionItemProvider } from '../../contexts/accordionItem';
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
2
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
3
3
|
/**
|
|
4
4
|
* Function that renders the final JSX of the component
|
|
@@ -8,5 +8,7 @@ const accordionItemContextDefaultValue = {
|
|
|
8
8
|
/* noop */ }
|
|
9
9
|
};
|
|
10
10
|
export const { Provider: AccordionItemProvider } = AccordionItemContext;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
export const useAccordionItemContext_unstable = ()=>{
|
|
12
|
+
var _React_useContext;
|
|
13
|
+
return (_React_useContext = React.useContext(AccordionItemContext)) !== null && _React_useContext !== void 0 ? _React_useContext : accordionItemContextDefaultValue;
|
|
14
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["accordionItem.ts"],"sourcesContent":["import * as React from 'react';\nimport { AccordionItemValue } from '../AccordionItem';\nimport { AccordionToggleEvent } from '../Accordion';\n\nexport type AccordionItemContextValue<Value = AccordionItemValue> = {\n open: boolean;\n disabled: boolean;\n value: Value;\n /**\n * @deprecated - use `requestToggle` from AccordionContent instead\n */\n onHeaderClick(event: AccordionToggleEvent): void;\n};\n\nconst AccordionItemContext = React.createContext<AccordionItemContextValue<unknown> | undefined>(\n undefined,\n) as React.Context<AccordionItemContextValue<unknown>>;\n\nconst accordionItemContextDefaultValue: AccordionItemContextValue<unknown> = {\n open: false,\n disabled: false,\n value: undefined,\n onHeaderClick() {\n /* noop */\n },\n};\n\nexport const { Provider: AccordionItemProvider } = AccordionItemContext;\n\nexport const useAccordionItemContext_unstable = ()
|
|
1
|
+
{"version":3,"sources":["accordionItem.ts"],"sourcesContent":["import * as React from 'react';\nimport { AccordionItemValue } from '../AccordionItem';\nimport { AccordionToggleEvent } from '../Accordion';\n\nexport type AccordionItemContextValue<Value = AccordionItemValue> = {\n open: boolean;\n disabled: boolean;\n value: Value;\n /**\n * @deprecated - use `requestToggle` from AccordionContent instead\n */\n onHeaderClick(event: AccordionToggleEvent): void;\n};\n\nconst AccordionItemContext = React.createContext<AccordionItemContextValue<unknown> | undefined>(\n undefined,\n) as React.Context<AccordionItemContextValue<unknown>>;\n\nconst accordionItemContextDefaultValue: AccordionItemContextValue<unknown> = {\n open: false,\n disabled: false,\n value: undefined,\n onHeaderClick() {\n /* noop */\n },\n};\n\nexport const { Provider: AccordionItemProvider } = AccordionItemContext;\n\nexport const useAccordionItemContext_unstable = () => {\n return React.useContext(AccordionItemContext) ?? accordionItemContextDefaultValue;\n};\n"],"names":["React","AccordionItemContext","createContext","undefined","accordionItemContextDefaultValue","open","disabled","value","onHeaderClick","Provider","AccordionItemProvider","useAccordionItemContext_unstable","useContext"],"mappings":"AAAA,YAAYA,WAAW,QAAQ;AAc/B,MAAMC,uBAAuBD,MAAME,aAAa,CAC9CC;AAGF,MAAMC,mCAAuE;IAC3EC,MAAM;IACNC,UAAU;IACVC,OAAOJ;IACPK;IACE,QAAQ,GACV;AACF;AAEA,OAAO,MAAM,EAAEC,UAAUC,qBAAqB,EAAE,GAAGT,qBAAqB;AAExE,OAAO,MAAMU,mCAAmC;QACvCX;IAAP,OAAOA,CAAAA,oBAAAA,MAAMY,UAAU,CAACX,mCAAjBD,+BAAAA,oBAA0CI;AACnD,EAAE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["renderAccordion.js"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["renderAccordion.js"],"sourcesContent":[" import { jsx as _jsx } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { AccordionProvider } from '../../contexts/accordion';\n/**\n * Function that renders the final JSX of the component\n */ export const renderAccordion_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsx(state.root, {\n children: /*#__PURE__*/ _jsx(AccordionProvider, {\n value: contextValues.accordion,\n children: state.root.children\n })\n });\n};\n"],"names":["renderAccordion_unstable","state","contextValues","assertSlots","_jsx","root","children","AccordionProvider","value","accordion"],"mappings":";;;;+BAKiBA;;;eAAAA;;;4BALa;gCACF;2BACM;AAGvB,MAAMA,2BAA2B,CAACC,OAAOC;IAChDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACH,MAAMI,IAAI,EAAE;QAClCC,UAAU,WAAW,GAAGF,IAAAA,eAAI,EAACG,4BAAiB,EAAE;YAC5CC,OAAON,cAAcO,SAAS;YAC9BH,UAAUL,MAAMI,IAAI,CAACC,QAAQ;QACjC;IACJ;AACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["renderAccordionHeader.js"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["renderAccordionHeader.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { AccordionHeaderProvider } from '../../contexts/accordionHeader';\n/**\n * Function that renders the final JSX of the component\n */ export const renderAccordionHeader_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsx(AccordionHeaderProvider, {\n value: contextValues.accordionHeader,\n children: /*#__PURE__*/ _jsx(state.root, {\n children: /*#__PURE__*/ _jsxs(state.button, {\n children: [\n state.expandIconPosition === 'start' && state.expandIcon && /*#__PURE__*/ _jsx(state.expandIcon, {}),\n state.icon && /*#__PURE__*/ _jsx(state.icon, {}),\n state.root.children,\n state.expandIconPosition === 'end' && state.expandIcon && /*#__PURE__*/ _jsx(state.expandIcon, {})\n ]\n })\n })\n });\n};\n"],"names":["renderAccordionHeader_unstable","state","contextValues","assertSlots","_jsx","AccordionHeaderProvider","value","accordionHeader","children","root","_jsxs","button","expandIconPosition","expandIcon","icon"],"mappings":";;;;+BAKiBA;;;eAAAA;;;4BAL4B;gCACjB;iCACY;AAG7B,MAAMA,iCAAiC,CAACC,OAAOC;IACtDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACC,wCAAuB,EAAE;QAC/CC,OAAOJ,cAAcK,eAAe;QACpCC,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACH,MAAMQ,IAAI,EAAE;YACrCD,UAAU,WAAW,GAAGE,IAAAA,gBAAK,EAACT,MAAMU,MAAM,EAAE;gBACxCH,UAAU;oBACNP,MAAMW,kBAAkB,KAAK,WAAWX,MAAMY,UAAU,IAAI,WAAW,GAAGT,IAAAA,eAAI,EAACH,MAAMY,UAAU,EAAE,CAAC;oBAClGZ,MAAMa,IAAI,IAAI,WAAW,GAAGV,IAAAA,eAAI,EAACH,MAAMa,IAAI,EAAE,CAAC;oBAC9Cb,MAAMQ,IAAI,CAACD,QAAQ;oBACnBP,MAAMW,kBAAkB,KAAK,SAASX,MAAMY,UAAU,IAAI,WAAW,GAAGT,IAAAA,eAAI,EAACH,MAAMY,UAAU,EAAE,CAAC;iBACnG;YACL;QACJ;IACJ;AACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["renderAccordionItem.js"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["renderAccordionItem.js"],"sourcesContent":[" import { jsx as _jsx } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { AccordionItemProvider } from '../../contexts/accordionItem';\n/**\n * Function that renders the final JSX of the component\n */ export const renderAccordionItem_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsx(state.root, {\n children: /*#__PURE__*/ _jsx(AccordionItemProvider, {\n value: contextValues.accordionItem,\n children: state.root.children\n })\n });\n};\n"],"names":["renderAccordionItem_unstable","state","contextValues","assertSlots","_jsx","root","children","AccordionItemProvider","value","accordionItem"],"mappings":";;;;+BAKiBA;;;eAAAA;;;4BALa;gCACF;+BACU;AAG3B,MAAMA,+BAA+B,CAACC,OAAOC;IACpDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACH,MAAMI,IAAI,EAAE;QAClCC,UAAU,WAAW,GAAGF,IAAAA,eAAI,EAACG,oCAAqB,EAAE;YAChDC,OAAON,cAAcO,aAAa;YAClCH,UAAUL,MAAMI,IAAI,CAACC,QAAQ;QACjC;IACJ;AACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["renderAccordionPanel.js"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["renderAccordionPanel.js"],"sourcesContent":[" import { jsx as _jsx } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\n/**\n * Function that renders the final JSX of the component\n */ export const renderAccordionPanel_unstable = (state)=>{\n assertSlots(state);\n return state.open ? /*#__PURE__*/ _jsx(state.root, {\n children: state.root.children\n }) : null;\n};\n"],"names":["renderAccordionPanel_unstable","state","assertSlots","open","_jsx","root","children"],"mappings":";;;;+BAIiBA;;;eAAAA;;;4BAJa;gCACF;AAGjB,MAAMA,gCAAgC,CAACC;IAC9CC,IAAAA,2BAAW,EAACD;IACZ,OAAOA,MAAME,IAAI,GAAG,WAAW,GAAGC,IAAAA,eAAI,EAACH,MAAMI,IAAI,EAAE;QAC/CC,UAAUL,MAAMI,IAAI,CAACC,QAAQ;IACjC,KAAK;AACT"}
|
|
@@ -27,5 +27,7 @@ const accordionItemContextDefaultValue = {
|
|
|
27
27
|
/* noop */ }
|
|
28
28
|
};
|
|
29
29
|
const { Provider: AccordionItemProvider } = AccordionItemContext;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
const useAccordionItemContext_unstable = ()=>{
|
|
31
|
+
var _React_useContext;
|
|
32
|
+
return (_React_useContext = _react.useContext(AccordionItemContext)) !== null && _React_useContext !== void 0 ? _React_useContext : accordionItemContextDefaultValue;
|
|
33
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["accordionItem.js"],"sourcesContent":["import * as React from 'react';\nconst AccordionItemContext = React.createContext(undefined);\nconst accordionItemContextDefaultValue = {\n open: false,\n disabled: false,\n value: undefined,\n onHeaderClick () {\n /* noop */ }\n};\nexport const { Provider: AccordionItemProvider } = AccordionItemContext;\
|
|
1
|
+
{"version":3,"sources":["accordionItem.js"],"sourcesContent":["import * as React from 'react';\nconst AccordionItemContext = React.createContext(undefined);\nconst accordionItemContextDefaultValue = {\n open: false,\n disabled: false,\n value: undefined,\n onHeaderClick () {\n /* noop */ }\n};\nexport const { Provider: AccordionItemProvider } = AccordionItemContext;\nexport const useAccordionItemContext_unstable = ()=>{\n var _React_useContext;\n return (_React_useContext = React.useContext(AccordionItemContext)) !== null && _React_useContext !== void 0 ? _React_useContext : accordionItemContextDefaultValue;\n};\n"],"names":["AccordionItemProvider","useAccordionItemContext_unstable","AccordionItemContext","React","createContext","undefined","accordionItemContextDefaultValue","open","disabled","value","onHeaderClick","Provider","_React_useContext","useContext"],"mappings":";;;;;;;;;;;IASyBA,qBAAqB;eAArBA;;IACZC,gCAAgC;eAAhCA;;;;iEAVU;AACvB,MAAMC,qCAAuBC,OAAMC,aAAa,CAACC;AACjD,MAAMC,mCAAmC;IACrCC,MAAM;IACNC,UAAU;IACVC,OAAOJ;IACPK;IACA,QAAQ,GAAG;AACf;AACO,MAAM,EAAEC,UAAUX,qBAAqB,EAAE,GAAGE;AAC5C,MAAMD,mCAAmC;IAC5C,IAAIW;IACJ,OAAO,AAACA,CAAAA,oBAAoBT,OAAMU,UAAU,CAACX,qBAAoB,MAAO,QAAQU,sBAAsB,KAAK,IAAIA,oBAAoBN;AACvI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.13",
|
|
4
4
|
"description": "Fluent UI accordion component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@fluentui/react-aria": "^9.3.36",
|
|
37
37
|
"@fluentui/react-context-selector": "^9.1.34",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.207",
|
|
39
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
40
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
41
|
-
"@fluentui/react-tabster": "^9.12.
|
|
39
|
+
"@fluentui/react-jsx-runtime": "^9.0.9",
|
|
40
|
+
"@fluentui/react-shared-contexts": "^9.8.0",
|
|
41
|
+
"@fluentui/react-tabster": "^9.12.10",
|
|
42
42
|
"@fluentui/react-theme": "^9.1.12",
|
|
43
43
|
"@fluentui/react-utilities": "^9.13.3",
|
|
44
44
|
"@griffel/react": "^1.5.14",
|