@fluentui/react-migration-v8-v9 9.4.0 → 9.4.2
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/Stack/StackItemShim.styles.js +5 -5
- package/lib/components/Stack/StackShim.styles.js +4 -4
- package/lib-commonjs/components/Stack/StackItemShim.styles.js +32 -32
- package/lib-commonjs/components/Stack/StackItemShim.styles.js.map +1 -1
- package/lib-commonjs/components/Stack/StackShim.styles.js +32 -32
- package/lib-commonjs/components/Stack/StackShim.styles.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,55 @@
|
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 11 Aug 2023 12:10:20 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.4.2",
|
|
7
|
+
"version": "9.4.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"comment": "Bump @fluentui/react-components to v9.28.1",
|
|
14
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.1",
|
|
20
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 09 Aug 2023 13:16:59 GMT",
|
|
27
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.4.1",
|
|
28
|
+
"version": "9.4.1",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "olfedias@microsoft.com",
|
|
33
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
34
|
+
"commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
|
|
35
|
+
"comment": "chore: Update Griffel to latest version"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
40
|
+
"comment": "Bump @fluentui/react-components to v9.28.0",
|
|
41
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
46
|
+
"comment": "Bump @fluentui/react-theme to v9.1.11",
|
|
47
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Fri, 04 Aug 2023 08:52:56 GMT",
|
|
6
54
|
"tag": "@fluentui/react-migration-v8-v9_v9.4.0",
|
|
7
55
|
"version": "9.4.0",
|
|
8
56
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.2)
|
|
8
|
+
|
|
9
|
+
Fri, 11 Aug 2023 12:10:20 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.1..@fluentui/react-migration-v8-v9_v9.4.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.28.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.1)
|
|
18
|
+
|
|
19
|
+
Wed, 09 Aug 2023 13:16:59 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.0..@fluentui/react-migration-v8-v9_v9.4.1)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
|
|
25
|
+
- Bump @fluentui/react-components to v9.28.0 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
26
|
+
- Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
27
|
+
|
|
7
28
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.0)
|
|
8
29
|
|
|
9
|
-
Fri, 04 Aug 2023 08:
|
|
30
|
+
Fri, 04 Aug 2023 08:52:56 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.13..@fluentui/react-migration-v8-v9_v9.4.0)
|
|
11
32
|
|
|
12
33
|
### Minor changes
|
|
@@ -11,7 +11,7 @@ export const useStackItemShimStyles = /*#__PURE__*/__styles({
|
|
|
11
11
|
Bqenvij: "f1l02sjl"
|
|
12
12
|
}
|
|
13
13
|
}, {
|
|
14
|
-
d: [".f11ysow2{height:auto;}", ".f14z66ap{width:auto;}", ".fi64zpg{
|
|
14
|
+
d: [".f11ysow2{height:auto;}", ".f14z66ap{width:auto;}", ".fi64zpg{flex-shrink:0;}", ".f1l02sjl{height:100%;}"]
|
|
15
15
|
});
|
|
16
16
|
export const useFlexAlignSelfStyles = /*#__PURE__*/__styles({
|
|
17
17
|
auto: {
|
|
@@ -33,7 +33,7 @@ export const useFlexAlignSelfStyles = /*#__PURE__*/__styles({
|
|
|
33
33
|
qb2dma: "f1ub7u0d"
|
|
34
34
|
}
|
|
35
35
|
}, {
|
|
36
|
-
d: [".fio29c6{
|
|
36
|
+
d: [".fio29c6{align-self:auto;}", ".f18ssl25{align-self:baseline;}", ".f7nlbp4{align-self:center;}", ".fjgzulp{align-self:flex-start;}", ".fpydfdc{align-self:flex-end;}", ".f1ub7u0d{align-self:stretch;}"]
|
|
37
37
|
});
|
|
38
38
|
export const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
39
39
|
"1": {
|
|
@@ -58,7 +58,7 @@ export const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
|
58
58
|
Bh6795r: "fepjonw"
|
|
59
59
|
}
|
|
60
60
|
}, {
|
|
61
|
-
d: [".fqerorx{
|
|
61
|
+
d: [".fqerorx{flex-grow:1;}", ".fv68sux{flex-grow:2;}", ".f1g5s877{flex-grow:3;}", ".fbrulcr{flex-grow:inherit;}", ".fqq5sy3{flex-grow:initial;}", ".f1kc8nlq{flex-grow:revert;}", ".fepjonw{flex-grow:unset;}"]
|
|
62
62
|
});
|
|
63
63
|
export const useFlexShrinkStyles = /*#__PURE__*/__styles({
|
|
64
64
|
"0": {
|
|
@@ -83,7 +83,7 @@ export const useFlexShrinkStyles = /*#__PURE__*/__styles({
|
|
|
83
83
|
Bnnss6s: "f10s6wei"
|
|
84
84
|
}
|
|
85
85
|
}, {
|
|
86
|
-
d: [".fi64zpg{
|
|
86
|
+
d: [".fi64zpg{flex-shrink:0;}", ".f1neuvcm{flex-shrink:1;}", ".f1nje5c6{flex-shrink:2;}", ".f11ln2im{flex-shrink:inherit;}", ".f187621l{flex-shrink:initial;}", ".f1jq7m8u{flex-shrink:revert;}", ".f10s6wei{flex-shrink:unset;}"]
|
|
87
87
|
});
|
|
88
88
|
export const useFlexOrderStyles = /*#__PURE__*/__styles({
|
|
89
89
|
"0": {
|
|
@@ -120,6 +120,6 @@ export const useFlexOrderStyles = /*#__PURE__*/__styles({
|
|
|
120
120
|
Bxn5svx: "f1l5m61u"
|
|
121
121
|
}
|
|
122
122
|
}, {
|
|
123
|
-
d: [".f1ftwmyh{
|
|
123
|
+
d: [".f1ftwmyh{order:0;}", ".f15wwbgh{order:1;}", ".f15ak53d{order:2;}", ".f19x901k{order:3;}", ".ficp5m6{order:inherit;}", ".f1xfv85z{order:initial;}", ".f1ex5c7r{order:unset;}", ".fgu8tny{order:revert;}", ".folhkm8{order:-3;}", ".f1yml5i9{order:-2;}", ".f1l5m61u{order:-1;}"]
|
|
124
124
|
});
|
|
125
125
|
//# sourceMappingURL=StackItemShim.styles.js.map
|
|
@@ -42,7 +42,7 @@ export const useStackStyles = /*#__PURE__*/__styles({
|
|
|
42
42
|
a9b677: "fly5x3f"
|
|
43
43
|
}
|
|
44
44
|
}, {
|
|
45
|
-
d: [".f22iagw{display
|
|
45
|
+
d: [".f22iagw{display:flex;}", ".f1vx9l62{flex-direction:column;}", ".flvyvdh{flex-wrap:nowrap;}", ".f14z66ap{width:auto;}", ".f11ysow2{height:auto;}", ".f1ewtqcl{box-sizing:border-box;}", ".fh9g2hb>*{text-overflow:ellipsis;}", ".f1mj8y37>*:not(.ms-StackItem){flex-shrink:1;}", ".f1063pyq{flex-direction:row;}", ".f1l02sjl{height:100%;}", ".f1gkdon0{flex-direction:column-reverse;}", ".f1oztnx0{flex-direction:row-reverse;}", ".f1am4glz>*:not(.ms-StackItem){flex-shrink:0;}", ".fni485r{flex-wrap:wrap;}", ".f1w39fev{max-width:100vw;}", ".fly5x3f{width:100%;}"]
|
|
46
46
|
});
|
|
47
47
|
export const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
48
48
|
"1": {
|
|
@@ -67,7 +67,7 @@ export const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
|
67
67
|
Bh6795r: "fepjonw"
|
|
68
68
|
}
|
|
69
69
|
}, {
|
|
70
|
-
d: [".fqerorx{
|
|
70
|
+
d: [".fqerorx{flex-grow:1;}", ".fv68sux{flex-grow:2;}", ".f1g5s877{flex-grow:3;}", ".fbrulcr{flex-grow:inherit;}", ".fqq5sy3{flex-grow:initial;}", ".f1kc8nlq{flex-grow:revert;}", ".fepjonw{flex-grow:unset;}"]
|
|
71
71
|
});
|
|
72
72
|
export const useFlexAlignItemsStyles = /*#__PURE__*/__styles({
|
|
73
73
|
baseline: {
|
|
@@ -95,7 +95,7 @@ export const useFlexAlignItemsStyles = /*#__PURE__*/__styles({
|
|
|
95
95
|
Bt984gj: "f1uhtmqw"
|
|
96
96
|
}
|
|
97
97
|
}, {
|
|
98
|
-
d: [".f1guyajx{
|
|
98
|
+
d: [".f1guyajx{align-items:baseline;}", ".f122n59{align-items:center;}", ".f6jr5hl{align-items:flex-start;}", ".fgs5rwf{align-items:flex-end;}", ".f1q9h2pe{align-items:stretch;}", ".f1jkqsad{align-items:space-between;}", ".ftnnmgl{align-items:space-around;}", ".f1uhtmqw{align-items:space-evenly;}"]
|
|
99
99
|
});
|
|
100
100
|
export const useFlexJustifyContentStyles = /*#__PURE__*/__styles({
|
|
101
101
|
baseline: {
|
|
@@ -123,6 +123,6 @@ export const useFlexJustifyContentStyles = /*#__PURE__*/__styles({
|
|
|
123
123
|
Brf1p80: "figf6al"
|
|
124
124
|
}
|
|
125
125
|
}, {
|
|
126
|
-
d: [".f1uf0ky1{
|
|
126
|
+
d: [".f1uf0ky1{justify-content:baseline;}", ".f4d9j23{justify-content:center;}", ".fbhxue7{justify-content:flex-start;}", ".f9c4gz4{justify-content:flex-end;}", ".fsxf2b5{justify-content:stretch;}", ".f1869bpl{justify-content:space-between;}", ".f1iw3tyt{justify-content:space-around;}", ".figf6al{justify-content:space-evenly;}"]
|
|
127
127
|
});
|
|
128
128
|
//# sourceMappingURL=StackShim.styles.js.map
|
|
@@ -31,7 +31,7 @@ const useStackItemShimStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
31
31
|
d: [
|
|
32
32
|
".f11ysow2{height:auto;}",
|
|
33
33
|
".f14z66ap{width:auto;}",
|
|
34
|
-
".fi64zpg{
|
|
34
|
+
".fi64zpg{flex-shrink:0;}",
|
|
35
35
|
".f1l02sjl{height:100%;}"
|
|
36
36
|
]
|
|
37
37
|
});
|
|
@@ -56,12 +56,12 @@ const useFlexAlignSelfStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
56
56
|
}
|
|
57
57
|
}, {
|
|
58
58
|
d: [
|
|
59
|
-
".fio29c6{
|
|
60
|
-
".f18ssl25{
|
|
61
|
-
".f7nlbp4{
|
|
62
|
-
".fjgzulp{
|
|
63
|
-
".fpydfdc{
|
|
64
|
-
".f1ub7u0d{
|
|
59
|
+
".fio29c6{align-self:auto;}",
|
|
60
|
+
".f18ssl25{align-self:baseline;}",
|
|
61
|
+
".f7nlbp4{align-self:center;}",
|
|
62
|
+
".fjgzulp{align-self:flex-start;}",
|
|
63
|
+
".fpydfdc{align-self:flex-end;}",
|
|
64
|
+
".f1ub7u0d{align-self:stretch;}"
|
|
65
65
|
]
|
|
66
66
|
});
|
|
67
67
|
const useFlexGrowStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
@@ -88,13 +88,13 @@ const useFlexGrowStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
88
88
|
}
|
|
89
89
|
}, {
|
|
90
90
|
d: [
|
|
91
|
-
".fqerorx{
|
|
92
|
-
".fv68sux{
|
|
93
|
-
".f1g5s877{
|
|
94
|
-
".fbrulcr{
|
|
95
|
-
".fqq5sy3{
|
|
96
|
-
".f1kc8nlq{
|
|
97
|
-
".fepjonw{
|
|
91
|
+
".fqerorx{flex-grow:1;}",
|
|
92
|
+
".fv68sux{flex-grow:2;}",
|
|
93
|
+
".f1g5s877{flex-grow:3;}",
|
|
94
|
+
".fbrulcr{flex-grow:inherit;}",
|
|
95
|
+
".fqq5sy3{flex-grow:initial;}",
|
|
96
|
+
".f1kc8nlq{flex-grow:revert;}",
|
|
97
|
+
".fepjonw{flex-grow:unset;}"
|
|
98
98
|
]
|
|
99
99
|
});
|
|
100
100
|
const useFlexShrinkStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
@@ -121,13 +121,13 @@ const useFlexShrinkStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
121
121
|
}
|
|
122
122
|
}, {
|
|
123
123
|
d: [
|
|
124
|
-
".fi64zpg{
|
|
125
|
-
".f1neuvcm{
|
|
126
|
-
".f1nje5c6{
|
|
127
|
-
".f11ln2im{
|
|
128
|
-
".f187621l{
|
|
129
|
-
".f1jq7m8u{
|
|
130
|
-
".f10s6wei{
|
|
124
|
+
".fi64zpg{flex-shrink:0;}",
|
|
125
|
+
".f1neuvcm{flex-shrink:1;}",
|
|
126
|
+
".f1nje5c6{flex-shrink:2;}",
|
|
127
|
+
".f11ln2im{flex-shrink:inherit;}",
|
|
128
|
+
".f187621l{flex-shrink:initial;}",
|
|
129
|
+
".f1jq7m8u{flex-shrink:revert;}",
|
|
130
|
+
".f10s6wei{flex-shrink:unset;}"
|
|
131
131
|
]
|
|
132
132
|
});
|
|
133
133
|
const useFlexOrderStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
@@ -166,16 +166,16 @@ const useFlexOrderStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
166
166
|
}
|
|
167
167
|
}, {
|
|
168
168
|
d: [
|
|
169
|
-
".f1ftwmyh{
|
|
170
|
-
".f15wwbgh{
|
|
171
|
-
".f15ak53d{
|
|
172
|
-
".f19x901k{
|
|
173
|
-
".ficp5m6{
|
|
174
|
-
".f1xfv85z{
|
|
175
|
-
".f1ex5c7r{
|
|
176
|
-
".fgu8tny{
|
|
177
|
-
".folhkm8{
|
|
178
|
-
".f1yml5i9{
|
|
179
|
-
".f1l5m61u{
|
|
169
|
+
".f1ftwmyh{order:0;}",
|
|
170
|
+
".f15wwbgh{order:1;}",
|
|
171
|
+
".f15ak53d{order:2;}",
|
|
172
|
+
".f19x901k{order:3;}",
|
|
173
|
+
".ficp5m6{order:inherit;}",
|
|
174
|
+
".f1xfv85z{order:initial;}",
|
|
175
|
+
".f1ex5c7r{order:unset;}",
|
|
176
|
+
".fgu8tny{order:revert;}",
|
|
177
|
+
".folhkm8{order:-3;}",
|
|
178
|
+
".f1yml5i9{order:-2;}",
|
|
179
|
+
".f1l5m61u{order:-1;}"
|
|
180
180
|
]
|
|
181
181
|
}); //# sourceMappingURL=StackItemShim.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["StackItemShim.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const useStackItemShimStyles = /*#__PURE__*/__styles({\n root: {\n Bqenvij: \"f11ysow2\",\n a9b677: \"f14z66ap\"\n },\n disableShrink: {\n Bnnss6s: \"fi64zpg\"\n },\n verticalFill: {\n Bqenvij: \"f1l02sjl\"\n }\n}, {\n d: [\".f11ysow2{height:auto;}\", \".f14z66ap{width:auto;}\", \".fi64zpg{
|
|
1
|
+
{"version":3,"sources":["StackItemShim.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const useStackItemShimStyles = /*#__PURE__*/__styles({\n root: {\n Bqenvij: \"f11ysow2\",\n a9b677: \"f14z66ap\"\n },\n disableShrink: {\n Bnnss6s: \"fi64zpg\"\n },\n verticalFill: {\n Bqenvij: \"f1l02sjl\"\n }\n}, {\n d: [\".f11ysow2{height:auto;}\", \".f14z66ap{width:auto;}\", \".fi64zpg{flex-shrink:0;}\", \".f1l02sjl{height:100%;}\"]\n});\nexport const useFlexAlignSelfStyles = /*#__PURE__*/__styles({\n auto: {\n qb2dma: \"fio29c6\"\n },\n baseline: {\n qb2dma: \"f18ssl25\"\n },\n center: {\n qb2dma: \"f7nlbp4\"\n },\n start: {\n qb2dma: \"fjgzulp\"\n },\n end: {\n qb2dma: \"fpydfdc\"\n },\n stretch: {\n qb2dma: \"f1ub7u0d\"\n }\n}, {\n d: [\".fio29c6{align-self:auto;}\", \".f18ssl25{align-self:baseline;}\", \".f7nlbp4{align-self:center;}\", \".fjgzulp{align-self:flex-start;}\", \".fpydfdc{align-self:flex-end;}\", \".f1ub7u0d{align-self:stretch;}\"]\n});\nexport const useFlexGrowStyles = /*#__PURE__*/__styles({\n \"1\": {\n Bh6795r: \"fqerorx\"\n },\n \"2\": {\n Bh6795r: \"fv68sux\"\n },\n \"3\": {\n Bh6795r: \"f1g5s877\"\n },\n inherit: {\n Bh6795r: \"fbrulcr\"\n },\n initial: {\n Bh6795r: \"fqq5sy3\"\n },\n revert: {\n Bh6795r: \"f1kc8nlq\"\n },\n unset: {\n Bh6795r: \"fepjonw\"\n }\n}, {\n d: [\".fqerorx{flex-grow:1;}\", \".fv68sux{flex-grow:2;}\", \".f1g5s877{flex-grow:3;}\", \".fbrulcr{flex-grow:inherit;}\", \".fqq5sy3{flex-grow:initial;}\", \".f1kc8nlq{flex-grow:revert;}\", \".fepjonw{flex-grow:unset;}\"]\n});\nexport const useFlexShrinkStyles = /*#__PURE__*/__styles({\n \"0\": {\n Bnnss6s: \"fi64zpg\"\n },\n \"1\": {\n Bnnss6s: \"f1neuvcm\"\n },\n \"2\": {\n Bnnss6s: \"f1nje5c6\"\n },\n inherit: {\n Bnnss6s: \"f11ln2im\"\n },\n initial: {\n Bnnss6s: \"f187621l\"\n },\n revert: {\n Bnnss6s: \"f1jq7m8u\"\n },\n unset: {\n Bnnss6s: \"f10s6wei\"\n }\n}, {\n d: [\".fi64zpg{flex-shrink:0;}\", \".f1neuvcm{flex-shrink:1;}\", \".f1nje5c6{flex-shrink:2;}\", \".f11ln2im{flex-shrink:inherit;}\", \".f187621l{flex-shrink:initial;}\", \".f1jq7m8u{flex-shrink:revert;}\", \".f10s6wei{flex-shrink:unset;}\"]\n});\nexport const useFlexOrderStyles = /*#__PURE__*/__styles({\n \"0\": {\n Bxn5svx: \"f1ftwmyh\"\n },\n \"1\": {\n Bxn5svx: \"f15wwbgh\"\n },\n \"2\": {\n Bxn5svx: \"f15ak53d\"\n },\n \"3\": {\n Bxn5svx: \"f19x901k\"\n },\n inherit: {\n Bxn5svx: \"ficp5m6\"\n },\n initial: {\n Bxn5svx: \"f1xfv85z\"\n },\n unset: {\n Bxn5svx: \"f1ex5c7r\"\n },\n revert: {\n Bxn5svx: \"fgu8tny\"\n },\n \"-3\": {\n Bxn5svx: \"folhkm8\"\n },\n \"-2\": {\n Bxn5svx: \"f1yml5i9\"\n },\n \"-1\": {\n Bxn5svx: \"f1l5m61u\"\n }\n}, {\n d: [\".f1ftwmyh{order:0;}\", \".f15wwbgh{order:1;}\", \".f15ak53d{order:2;}\", \".f19x901k{order:3;}\", \".ficp5m6{order:inherit;}\", \".f1xfv85z{order:initial;}\", \".f1ex5c7r{order:unset;}\", \".fgu8tny{order:revert;}\", \".folhkm8{order:-3;}\", \".f1yml5i9{order:-2;}\", \".f1l5m61u{order:-1;}\"]\n});\n//# sourceMappingURL=StackItemShim.styles.js.map"],"names":["useStackItemShimStyles","useFlexAlignSelfStyles","useFlexGrowStyles","useFlexShrinkStyles","useFlexOrderStyles","__styles","root","Bqenvij","a9b677","disableShrink","Bnnss6s","verticalFill","d","auto","qb2dma","baseline","center","start","end","stretch","Bh6795r","inherit","initial","revert","unset","Bxn5svx"],"mappings":";;;;;;;;;;;IACaA,sBAAsB,MAAtBA;IAcAC,sBAAsB,MAAtBA;IAsBAC,iBAAiB,MAAjBA;IAyBAC,mBAAmB,MAAnBA;IAyBAC,kBAAkB,MAAlBA;;uBAvFY;AAClB,MAAMJ,yBAAyB,WAAW,GAAEK,IAAAA,kBAAQ,EAAC;IAC1DC,MAAM;QACJC,SAAS;QACTC,QAAQ;IACV;IACAC,eAAe;QACbC,SAAS;IACX;IACAC,cAAc;QACZJ,SAAS;IACX;AACF,GAAG;IACDK,GAAG;QAAC;QAA2B;QAA0B;QAA4B;KAA0B;AACjH;AACO,MAAMX,yBAAyB,WAAW,GAAEI,IAAAA,kBAAQ,EAAC;IAC1DQ,MAAM;QACJC,QAAQ;IACV;IACAC,UAAU;QACRD,QAAQ;IACV;IACAE,QAAQ;QACNF,QAAQ;IACV;IACAG,OAAO;QACLH,QAAQ;IACV;IACAI,KAAK;QACHJ,QAAQ;IACV;IACAK,SAAS;QACPL,QAAQ;IACV;AACF,GAAG;IACDF,GAAG;QAAC;QAA8B;QAAmC;QAAgC;QAAoC;QAAkC;KAAiC;AAC9M;AACO,MAAMV,oBAAoB,WAAW,GAAEG,IAAAA,kBAAQ,EAAC;IACrD,KAAK;QACHe,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACAC,SAAS;QACPD,SAAS;IACX;IACAE,SAAS;QACPF,SAAS;IACX;IACAG,QAAQ;QACNH,SAAS;IACX;IACAI,OAAO;QACLJ,SAAS;IACX;AACF,GAAG;IACDR,GAAG;QAAC;QAA0B;QAA0B;QAA2B;QAAgC;QAAgC;QAAgC;KAA6B;AAClN;AACO,MAAMT,sBAAsB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACvD,KAAK;QACHK,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACAW,SAAS;QACPX,SAAS;IACX;IACAY,SAAS;QACPZ,SAAS;IACX;IACAa,QAAQ;QACNb,SAAS;IACX;IACAc,OAAO;QACLd,SAAS;IACX;AACF,GAAG;IACDE,GAAG;QAAC;QAA4B;QAA6B;QAA6B;QAAmC;QAAmC;QAAkC;KAAgC;AACpO;AACO,MAAMR,qBAAqB,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtD,KAAK;QACHoB,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACAJ,SAAS;QACPI,SAAS;IACX;IACAH,SAAS;QACPG,SAAS;IACX;IACAD,OAAO;QACLC,SAAS;IACX;IACAF,QAAQ;QACNE,SAAS;IACX;IACA,MAAM;QACJA,SAAS;IACX;IACA,MAAM;QACJA,SAAS;IACX;IACA,MAAM;QACJA,SAAS;IACX;AACF,GAAG;IACDb,GAAG;QAAC;QAAuB;QAAuB;QAAuB;QAAuB;QAA4B;QAA6B;QAA2B;QAA2B;QAAuB;QAAwB;KAAuB;AACvR,IACA,gDAAgD"}
|
|
@@ -59,20 +59,20 @@ const useStackStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
59
59
|
}
|
|
60
60
|
}, {
|
|
61
61
|
d: [
|
|
62
|
-
".f22iagw{display
|
|
63
|
-
".f1vx9l62{
|
|
64
|
-
".flvyvdh{
|
|
62
|
+
".f22iagw{display:flex;}",
|
|
63
|
+
".f1vx9l62{flex-direction:column;}",
|
|
64
|
+
".flvyvdh{flex-wrap:nowrap;}",
|
|
65
65
|
".f14z66ap{width:auto;}",
|
|
66
66
|
".f11ysow2{height:auto;}",
|
|
67
67
|
".f1ewtqcl{box-sizing:border-box;}",
|
|
68
68
|
".fh9g2hb>*{text-overflow:ellipsis;}",
|
|
69
|
-
".f1mj8y37>*:not(.ms-StackItem){
|
|
70
|
-
".f1063pyq{
|
|
69
|
+
".f1mj8y37>*:not(.ms-StackItem){flex-shrink:1;}",
|
|
70
|
+
".f1063pyq{flex-direction:row;}",
|
|
71
71
|
".f1l02sjl{height:100%;}",
|
|
72
|
-
".f1gkdon0{
|
|
73
|
-
".f1oztnx0{
|
|
74
|
-
".f1am4glz>*:not(.ms-StackItem){
|
|
75
|
-
".fni485r{
|
|
72
|
+
".f1gkdon0{flex-direction:column-reverse;}",
|
|
73
|
+
".f1oztnx0{flex-direction:row-reverse;}",
|
|
74
|
+
".f1am4glz>*:not(.ms-StackItem){flex-shrink:0;}",
|
|
75
|
+
".fni485r{flex-wrap:wrap;}",
|
|
76
76
|
".f1w39fev{max-width:100vw;}",
|
|
77
77
|
".fly5x3f{width:100%;}"
|
|
78
78
|
]
|
|
@@ -101,13 +101,13 @@ const useFlexGrowStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
101
101
|
}
|
|
102
102
|
}, {
|
|
103
103
|
d: [
|
|
104
|
-
".fqerorx{
|
|
105
|
-
".fv68sux{
|
|
106
|
-
".f1g5s877{
|
|
107
|
-
".fbrulcr{
|
|
108
|
-
".fqq5sy3{
|
|
109
|
-
".f1kc8nlq{
|
|
110
|
-
".fepjonw{
|
|
104
|
+
".fqerorx{flex-grow:1;}",
|
|
105
|
+
".fv68sux{flex-grow:2;}",
|
|
106
|
+
".f1g5s877{flex-grow:3;}",
|
|
107
|
+
".fbrulcr{flex-grow:inherit;}",
|
|
108
|
+
".fqq5sy3{flex-grow:initial;}",
|
|
109
|
+
".f1kc8nlq{flex-grow:revert;}",
|
|
110
|
+
".fepjonw{flex-grow:unset;}"
|
|
111
111
|
]
|
|
112
112
|
});
|
|
113
113
|
const useFlexAlignItemsStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
@@ -137,14 +137,14 @@ const useFlexAlignItemsStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
137
137
|
}
|
|
138
138
|
}, {
|
|
139
139
|
d: [
|
|
140
|
-
".f1guyajx{
|
|
141
|
-
".f122n59{
|
|
142
|
-
".f6jr5hl{
|
|
143
|
-
".fgs5rwf{
|
|
144
|
-
".f1q9h2pe{
|
|
145
|
-
".f1jkqsad{
|
|
146
|
-
".ftnnmgl{
|
|
147
|
-
".f1uhtmqw{
|
|
140
|
+
".f1guyajx{align-items:baseline;}",
|
|
141
|
+
".f122n59{align-items:center;}",
|
|
142
|
+
".f6jr5hl{align-items:flex-start;}",
|
|
143
|
+
".fgs5rwf{align-items:flex-end;}",
|
|
144
|
+
".f1q9h2pe{align-items:stretch;}",
|
|
145
|
+
".f1jkqsad{align-items:space-between;}",
|
|
146
|
+
".ftnnmgl{align-items:space-around;}",
|
|
147
|
+
".f1uhtmqw{align-items:space-evenly;}"
|
|
148
148
|
]
|
|
149
149
|
});
|
|
150
150
|
const useFlexJustifyContentStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
@@ -174,13 +174,13 @@ const useFlexJustifyContentStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
174
174
|
}
|
|
175
175
|
}, {
|
|
176
176
|
d: [
|
|
177
|
-
".f1uf0ky1{
|
|
178
|
-
".f4d9j23{
|
|
179
|
-
".fbhxue7{
|
|
180
|
-
".f9c4gz4{
|
|
181
|
-
".fsxf2b5{
|
|
182
|
-
".f1869bpl{
|
|
183
|
-
".f1iw3tyt{
|
|
184
|
-
".figf6al{
|
|
177
|
+
".f1uf0ky1{justify-content:baseline;}",
|
|
178
|
+
".f4d9j23{justify-content:center;}",
|
|
179
|
+
".fbhxue7{justify-content:flex-start;}",
|
|
180
|
+
".f9c4gz4{justify-content:flex-end;}",
|
|
181
|
+
".fsxf2b5{justify-content:stretch;}",
|
|
182
|
+
".f1869bpl{justify-content:space-between;}",
|
|
183
|
+
".f1iw3tyt{justify-content:space-around;}",
|
|
184
|
+
".figf6al{justify-content:space-evenly;}"
|
|
185
185
|
]
|
|
186
186
|
}); //# sourceMappingURL=StackShim.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["StackShim.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const useStackStyles = /*#__PURE__*/__styles({\n root: {\n mc9l5x: \"f22iagw\",\n Beiy3e4: \"f1vx9l62\",\n Eh141a: \"flvyvdh\",\n a9b677: \"f14z66ap\",\n Bqenvij: \"f11ysow2\",\n B7ck84d: \"f1ewtqcl\",\n Bj0s3o2: \"fh9g2hb\",\n alpwn5: \"f1mj8y37\"\n },\n horizontal: {\n Beiy3e4: \"f1063pyq\"\n },\n verticalFill: {\n Bqenvij: \"f1l02sjl\"\n },\n reversedVertical: {\n Beiy3e4: \"f1gkdon0\"\n },\n reversedHorizontal: {\n Beiy3e4: \"f1oztnx0\"\n },\n disableShrink: {\n alpwn5: \"f1am4glz\"\n },\n wrap: {\n mc9l5x: \"f22iagw\",\n Eh141a: \"fni485r\",\n Bqenvij: \"f1l02sjl\"\n },\n inner: {\n mc9l5x: \"f22iagw\",\n Beiy3e4: \"f1vx9l62\",\n Eh141a: \"fni485r\",\n B7ck84d: \"f1ewtqcl\",\n B2u0y6b: \"f1w39fev\",\n alpwn5: \"f1mj8y37\"\n },\n innerWidth: {\n a9b677: \"fly5x3f\"\n }\n}, {\n d: [\".f22iagw{display
|
|
1
|
+
{"version":3,"sources":["StackShim.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const useStackStyles = /*#__PURE__*/__styles({\n root: {\n mc9l5x: \"f22iagw\",\n Beiy3e4: \"f1vx9l62\",\n Eh141a: \"flvyvdh\",\n a9b677: \"f14z66ap\",\n Bqenvij: \"f11ysow2\",\n B7ck84d: \"f1ewtqcl\",\n Bj0s3o2: \"fh9g2hb\",\n alpwn5: \"f1mj8y37\"\n },\n horizontal: {\n Beiy3e4: \"f1063pyq\"\n },\n verticalFill: {\n Bqenvij: \"f1l02sjl\"\n },\n reversedVertical: {\n Beiy3e4: \"f1gkdon0\"\n },\n reversedHorizontal: {\n Beiy3e4: \"f1oztnx0\"\n },\n disableShrink: {\n alpwn5: \"f1am4glz\"\n },\n wrap: {\n mc9l5x: \"f22iagw\",\n Eh141a: \"fni485r\",\n Bqenvij: \"f1l02sjl\"\n },\n inner: {\n mc9l5x: \"f22iagw\",\n Beiy3e4: \"f1vx9l62\",\n Eh141a: \"fni485r\",\n B7ck84d: \"f1ewtqcl\",\n B2u0y6b: \"f1w39fev\",\n alpwn5: \"f1mj8y37\"\n },\n innerWidth: {\n a9b677: \"fly5x3f\"\n }\n}, {\n d: [\".f22iagw{display:flex;}\", \".f1vx9l62{flex-direction:column;}\", \".flvyvdh{flex-wrap:nowrap;}\", \".f14z66ap{width:auto;}\", \".f11ysow2{height:auto;}\", \".f1ewtqcl{box-sizing:border-box;}\", \".fh9g2hb>*{text-overflow:ellipsis;}\", \".f1mj8y37>*:not(.ms-StackItem){flex-shrink:1;}\", \".f1063pyq{flex-direction:row;}\", \".f1l02sjl{height:100%;}\", \".f1gkdon0{flex-direction:column-reverse;}\", \".f1oztnx0{flex-direction:row-reverse;}\", \".f1am4glz>*:not(.ms-StackItem){flex-shrink:0;}\", \".fni485r{flex-wrap:wrap;}\", \".f1w39fev{max-width:100vw;}\", \".fly5x3f{width:100%;}\"]\n});\nexport const useFlexGrowStyles = /*#__PURE__*/__styles({\n \"1\": {\n Bh6795r: \"fqerorx\"\n },\n \"2\": {\n Bh6795r: \"fv68sux\"\n },\n \"3\": {\n Bh6795r: \"f1g5s877\"\n },\n inherit: {\n Bh6795r: \"fbrulcr\"\n },\n initial: {\n Bh6795r: \"fqq5sy3\"\n },\n revert: {\n Bh6795r: \"f1kc8nlq\"\n },\n unset: {\n Bh6795r: \"fepjonw\"\n }\n}, {\n d: [\".fqerorx{flex-grow:1;}\", \".fv68sux{flex-grow:2;}\", \".f1g5s877{flex-grow:3;}\", \".fbrulcr{flex-grow:inherit;}\", \".fqq5sy3{flex-grow:initial;}\", \".f1kc8nlq{flex-grow:revert;}\", \".fepjonw{flex-grow:unset;}\"]\n});\nexport const useFlexAlignItemsStyles = /*#__PURE__*/__styles({\n baseline: {\n Bt984gj: \"f1guyajx\"\n },\n center: {\n Bt984gj: \"f122n59\"\n },\n start: {\n Bt984gj: \"f6jr5hl\"\n },\n end: {\n Bt984gj: \"fgs5rwf\"\n },\n stretch: {\n Bt984gj: \"f1q9h2pe\"\n },\n \"space-between\": {\n Bt984gj: \"f1jkqsad\"\n },\n \"space-around\": {\n Bt984gj: \"ftnnmgl\"\n },\n \"space-evenly\": {\n Bt984gj: \"f1uhtmqw\"\n }\n}, {\n d: [\".f1guyajx{align-items:baseline;}\", \".f122n59{align-items:center;}\", \".f6jr5hl{align-items:flex-start;}\", \".fgs5rwf{align-items:flex-end;}\", \".f1q9h2pe{align-items:stretch;}\", \".f1jkqsad{align-items:space-between;}\", \".ftnnmgl{align-items:space-around;}\", \".f1uhtmqw{align-items:space-evenly;}\"]\n});\nexport const useFlexJustifyContentStyles = /*#__PURE__*/__styles({\n baseline: {\n Brf1p80: \"f1uf0ky1\"\n },\n center: {\n Brf1p80: \"f4d9j23\"\n },\n start: {\n Brf1p80: \"fbhxue7\"\n },\n end: {\n Brf1p80: \"f9c4gz4\"\n },\n stretch: {\n Brf1p80: \"fsxf2b5\"\n },\n \"space-between\": {\n Brf1p80: \"f1869bpl\"\n },\n \"space-around\": {\n Brf1p80: \"f1iw3tyt\"\n },\n \"space-evenly\": {\n Brf1p80: \"figf6al\"\n }\n}, {\n d: [\".f1uf0ky1{justify-content:baseline;}\", \".f4d9j23{justify-content:center;}\", \".fbhxue7{justify-content:flex-start;}\", \".f9c4gz4{justify-content:flex-end;}\", \".fsxf2b5{justify-content:stretch;}\", \".f1869bpl{justify-content:space-between;}\", \".f1iw3tyt{justify-content:space-around;}\", \".figf6al{justify-content:space-evenly;}\"]\n});\n//# sourceMappingURL=StackShim.styles.js.map"],"names":["useStackStyles","useFlexGrowStyles","useFlexAlignItemsStyles","useFlexJustifyContentStyles","__styles","root","mc9l5x","Beiy3e4","Eh141a","a9b677","Bqenvij","B7ck84d","Bj0s3o2","alpwn5","horizontal","verticalFill","reversedVertical","reversedHorizontal","disableShrink","wrap","inner","B2u0y6b","innerWidth","d","Bh6795r","inherit","initial","revert","unset","baseline","Bt984gj","center","start","end","stretch","Brf1p80"],"mappings":";;;;;;;;;;;IACaA,cAAc,MAAdA;IA6CAC,iBAAiB,MAAjBA;IAyBAC,uBAAuB,MAAvBA;IA4BAC,2BAA2B,MAA3BA;;uBAnGY;AAClB,MAAMH,iBAAiB,WAAW,GAAEI,IAAAA,kBAAQ,EAAC;IAClDC,MAAM;QACJC,QAAQ;QACRC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;IACV;IACAC,YAAY;QACVP,SAAS;IACX;IACAQ,cAAc;QACZL,SAAS;IACX;IACAM,kBAAkB;QAChBT,SAAS;IACX;IACAU,oBAAoB;QAClBV,SAAS;IACX;IACAW,eAAe;QACbL,QAAQ;IACV;IACAM,MAAM;QACJb,QAAQ;QACRE,QAAQ;QACRE,SAAS;IACX;IACAU,OAAO;QACLd,QAAQ;QACRC,SAAS;QACTC,QAAQ;QACRG,SAAS;QACTU,SAAS;QACTR,QAAQ;IACV;IACAS,YAAY;QACVb,QAAQ;IACV;AACF,GAAG;IACDc,GAAG;QAAC;QAA2B;QAAqC;QAA+B;QAA0B;QAA2B;QAAqC;QAAuC;QAAkD;QAAkC;QAA2B;QAA6C;QAA0C;QAAkD;QAA6B;QAA+B;KAAwB;AACljB;AACO,MAAMtB,oBAAoB,WAAW,GAAEG,IAAAA,kBAAQ,EAAC;IACrD,KAAK;QACHoB,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACA,KAAK;QACHA,SAAS;IACX;IACAC,SAAS;QACPD,SAAS;IACX;IACAE,SAAS;QACPF,SAAS;IACX;IACAG,QAAQ;QACNH,SAAS;IACX;IACAI,OAAO;QACLJ,SAAS;IACX;AACF,GAAG;IACDD,GAAG;QAAC;QAA0B;QAA0B;QAA2B;QAAgC;QAAgC;QAAgC;KAA6B;AAClN;AACO,MAAMrB,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC3DyB,UAAU;QACRC,SAAS;IACX;IACAC,QAAQ;QACND,SAAS;IACX;IACAE,OAAO;QACLF,SAAS;IACX;IACAG,KAAK;QACHH,SAAS;IACX;IACAI,SAAS;QACPJ,SAAS;IACX;IACA,iBAAiB;QACfA,SAAS;IACX;IACA,gBAAgB;QACdA,SAAS;IACX;IACA,gBAAgB;QACdA,SAAS;IACX;AACF,GAAG;IACDP,GAAG;QAAC;QAAoC;QAAiC;QAAqC;QAAmC;QAAmC;QAAyC;QAAuC;KAAuC;AAC7S;AACO,MAAMpB,8BAA8B,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IAC/DyB,UAAU;QACRM,SAAS;IACX;IACAJ,QAAQ;QACNI,SAAS;IACX;IACAH,OAAO;QACLG,SAAS;IACX;IACAF,KAAK;QACHE,SAAS;IACX;IACAD,SAAS;QACPC,SAAS;IACX;IACA,iBAAiB;QACfA,SAAS;IACX;IACA,gBAAgB;QACdA,SAAS;IACX;IACA,gBAAgB;QACdA,SAAS;IACX;AACF,GAAG;IACDZ,GAAG;QAAC;QAAwC;QAAqC;QAAyC;QAAuC;QAAsC;QAA6C;QAA4C;KAA0C;AAC5U,IACA,4CAA4C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.2",
|
|
4
4
|
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ctrl/tinycolor": "3.3.4",
|
|
35
|
-
"@fluentui/fluent2-theme": "^8.107.
|
|
36
|
-
"@fluentui/react": "^8.110.
|
|
37
|
-
"@fluentui/react-components": "^9.
|
|
35
|
+
"@fluentui/fluent2-theme": "^8.107.33",
|
|
36
|
+
"@fluentui/react": "^8.110.13",
|
|
37
|
+
"@fluentui/react-components": "^9.28.1",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.207",
|
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
|
40
|
-
"@fluentui/react-utilities": "^9.11.
|
|
41
|
-
"@griffel/react": "^1.5.
|
|
39
|
+
"@fluentui/react-theme": "^9.1.11",
|
|
40
|
+
"@fluentui/react-utilities": "^9.11.1",
|
|
41
|
+
"@griffel/react": "^1.5.14",
|
|
42
42
|
"@swc/helpers": "^0.4.14"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|