@fluentui/react-tag-picker 9.0.2 → 9.0.4
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 +40 -5
- package/lib/components/TagPickerButton/useTagPickerButtonStyles.styles.js +135 -69
- package/lib/components/TagPickerButton/useTagPickerButtonStyles.styles.js.map +1 -1
- package/lib/components/TagPickerControl/useTagPickerControlStyles.styles.js +90 -54
- package/lib/components/TagPickerControl/useTagPickerControlStyles.styles.js.map +1 -1
- package/lib/components/TagPickerGroup/useTagPickerGroupStyles.styles.js +38 -20
- package/lib/components/TagPickerGroup/useTagPickerGroupStyles.styles.js.map +1 -1
- package/lib/components/TagPickerInput/useTagPickerInputStyles.styles.js +24 -15
- package/lib/components/TagPickerInput/useTagPickerInputStyles.styles.js.map +1 -1
- package/lib/components/TagPickerList/useTagPickerListStyles.styles.js +9 -6
- package/lib/components/TagPickerList/useTagPickerListStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TagPickerButton/useTagPickerButtonStyles.styles.js +200 -218
- package/lib-commonjs/components/TagPickerButton/useTagPickerButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TagPickerControl/useTagPickerControlStyles.styles.js +121 -169
- package/lib-commonjs/components/TagPickerControl/useTagPickerControlStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TagPickerGroup/useTagPickerGroupStyles.styles.js +60 -46
- package/lib-commonjs/components/TagPickerGroup/useTagPickerGroupStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TagPickerInput/useTagPickerInputStyles.styles.js +40 -53
- package/lib-commonjs/components/TagPickerInput/useTagPickerInputStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TagPickerList/useTagPickerListStyles.styles.js +11 -20
- package/lib-commonjs/components/TagPickerList/useTagPickerListStyles.styles.js.map +1 -1
- package/package.json +13 -13
|
@@ -20,21 +20,13 @@ const _react = require("@griffel/react");
|
|
|
20
20
|
const tagPickerInputClassNames = {
|
|
21
21
|
root: 'fui-TagPickerInput'
|
|
22
22
|
};
|
|
23
|
-
const useBaseStyle = /*#__PURE__*/ (0, _react.__resetStyles)("
|
|
24
|
-
".
|
|
25
|
-
".
|
|
26
|
-
".
|
|
27
|
-
".
|
|
28
|
-
".
|
|
29
|
-
".
|
|
30
|
-
".rk7r7zd::after{visibility:hidden;white-space:pre-wrap;}",
|
|
31
|
-
".r123qfvl{background-color:var(--colorTransparentBackground);color:var(--colorNeutralForeground1);font-family:var(--fontFamilyBase);box-sizing:border-box;border-top-width:0;border-left-width:0;border-bottom-width:0;border-right-width:0;min-width:24px;max-width:100%;width:var(--fluent-TagPickerInput__width, 0);flex-grow:1;}",
|
|
32
|
-
".r123qfvl:focus{outline-style:none;}",
|
|
33
|
-
".r123qfvl::-webkit-input-placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
34
|
-
".r123qfvl::-moz-placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
35
|
-
".r123qfvl:-ms-input-placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
36
|
-
".r123qfvl::placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
37
|
-
".r123qfvl::after{visibility:hidden;white-space:pre-wrap;}"
|
|
23
|
+
const useBaseStyle = /*#__PURE__*/ (0, _react.__resetStyles)("r1hdk6fw", null, [
|
|
24
|
+
".r1hdk6fw{background-color:var(--colorTransparentBackground);color:var(--colorNeutralForeground1);font-family:var(--fontFamilyBase);box-sizing:border-box;border:none;min-width:24px;max-width:100%;width:var(--fluent-TagPickerInput__width, 0);flex-grow:1;}",
|
|
25
|
+
".r1hdk6fw:focus{outline-style:none;}",
|
|
26
|
+
".r1hdk6fw::-webkit-input-placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
27
|
+
".r1hdk6fw::-moz-placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
28
|
+
".r1hdk6fw::placeholder{color:var(--colorNeutralForeground4);opacity:1;}",
|
|
29
|
+
".r1hdk6fw::after{visibility:hidden;white-space:pre-wrap;}"
|
|
38
30
|
]);
|
|
39
31
|
/**
|
|
40
32
|
* Styles for the root slot
|
|
@@ -44,48 +36,33 @@ const useBaseStyle = /*#__PURE__*/ (0, _react.__resetStyles)("rk7r7zd", "r123qfv
|
|
|
44
36
|
Be2twd7: "fkhj508",
|
|
45
37
|
Bhrd7zp: "figsok6",
|
|
46
38
|
Bg96gwp: "f1i3iumi",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Byoj8tv: "f1tdddsa",
|
|
53
|
-
uwmqm3: [
|
|
54
|
-
"f1cnd47f",
|
|
55
|
-
"fhxju0i"
|
|
56
|
-
]
|
|
39
|
+
Byoj8tv: 0,
|
|
40
|
+
uwmqm3: 0,
|
|
41
|
+
z189sj: 0,
|
|
42
|
+
z8tnut: 0,
|
|
43
|
+
B0ocmuz: "fa2pw7h"
|
|
57
44
|
},
|
|
58
45
|
large: {
|
|
59
46
|
Bahqtrf: "fk6fouc",
|
|
60
47
|
Be2twd7: "fkhj508",
|
|
61
48
|
Bhrd7zp: "figsok6",
|
|
62
49
|
Bg96gwp: "f1i3iumi",
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
Byoj8tv: "f5o476b",
|
|
69
|
-
uwmqm3: [
|
|
70
|
-
"f1cnd47f",
|
|
71
|
-
"fhxju0i"
|
|
72
|
-
]
|
|
50
|
+
Byoj8tv: 0,
|
|
51
|
+
uwmqm3: 0,
|
|
52
|
+
z189sj: 0,
|
|
53
|
+
z8tnut: 0,
|
|
54
|
+
B0ocmuz: "ft37c3"
|
|
73
55
|
},
|
|
74
56
|
"extra-large": {
|
|
75
57
|
Bahqtrf: "fk6fouc",
|
|
76
58
|
Be2twd7: "fkhj508",
|
|
77
59
|
Bhrd7zp: "figsok6",
|
|
78
60
|
Bg96gwp: "f1i3iumi",
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
Byoj8tv: "fx3omr",
|
|
85
|
-
uwmqm3: [
|
|
86
|
-
"f1cnd47f",
|
|
87
|
-
"fhxju0i"
|
|
88
|
-
]
|
|
61
|
+
Byoj8tv: 0,
|
|
62
|
+
uwmqm3: 0,
|
|
63
|
+
z189sj: 0,
|
|
64
|
+
z8tnut: 0,
|
|
65
|
+
B0ocmuz: "f3abo53"
|
|
89
66
|
},
|
|
90
67
|
disabled: {
|
|
91
68
|
sj55zd: "f1s2aq7o",
|
|
@@ -99,14 +76,24 @@ const useBaseStyle = /*#__PURE__*/ (0, _react.__resetStyles)("rk7r7zd", "r123qfv
|
|
|
99
76
|
".fkhj508{font-size:var(--fontSizeBase300);}",
|
|
100
77
|
".figsok6{font-weight:var(--fontWeightRegular);}",
|
|
101
78
|
".f1i3iumi{line-height:var(--lineHeightBase300);}",
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
79
|
+
[
|
|
80
|
+
".fa2pw7h{padding:var(--spacingVerticalSNudge) 0 var(--spacingVerticalSNudge) 0;}",
|
|
81
|
+
{
|
|
82
|
+
p: -1
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
[
|
|
86
|
+
".ft37c3{padding:var(--spacingVerticalMNudge) 0 var(--spacingVerticalMNudge) 0;}",
|
|
87
|
+
{
|
|
88
|
+
p: -1
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
[
|
|
92
|
+
".f3abo53{padding:var(--spacingVerticalM) 0 var(--spacingVerticalM) 0;}",
|
|
93
|
+
{
|
|
94
|
+
p: -1
|
|
95
|
+
}
|
|
96
|
+
],
|
|
110
97
|
".f1s2aq7o{color:var(--colorNeutralForegroundDisabled);}",
|
|
111
98
|
".f1c21dwh{background-color:var(--colorTransparentBackground);}",
|
|
112
99
|
".fdrzuqr{cursor:not-allowed;}",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["useTagPickerInputStyles.styles.js"],"sourcesContent":["import { __resetStyles, __styles, mergeClasses
|
|
1
|
+
{"version":3,"sources":["useTagPickerInputStyles.styles.js"],"sourcesContent":["import { __resetStyles, __styles, mergeClasses } from '@griffel/react';\nimport { typographyStyles, tokens } from '@fluentui/react-theme';\nimport { tagPickerInputTokens } from '../../utils/tokens';\nexport const tagPickerInputClassNames = {\n root: 'fui-TagPickerInput'\n};\nconst useBaseStyle = /*#__PURE__*/__resetStyles(\"r1hdk6fw\", null, [\".r1hdk6fw{background-color:var(--colorTransparentBackground);color:var(--colorNeutralForeground1);font-family:var(--fontFamilyBase);box-sizing:border-box;border:none;min-width:24px;max-width:100%;width:var(--fluent-TagPickerInput__width, 0);flex-grow:1;}\", \".r1hdk6fw:focus{outline-style:none;}\", \".r1hdk6fw::-webkit-input-placeholder{color:var(--colorNeutralForeground4);opacity:1;}\", \".r1hdk6fw::-moz-placeholder{color:var(--colorNeutralForeground4);opacity:1;}\", \".r1hdk6fw::placeholder{color:var(--colorNeutralForeground4);opacity:1;}\", \".r1hdk6fw::after{visibility:hidden;white-space:pre-wrap;}\"]);\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n medium: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\",\n Byoj8tv: 0,\n uwmqm3: 0,\n z189sj: 0,\n z8tnut: 0,\n B0ocmuz: \"fa2pw7h\"\n },\n large: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\",\n Byoj8tv: 0,\n uwmqm3: 0,\n z189sj: 0,\n z8tnut: 0,\n B0ocmuz: \"ft37c3\"\n },\n \"extra-large\": {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"f1i3iumi\",\n Byoj8tv: 0,\n uwmqm3: 0,\n z189sj: 0,\n z8tnut: 0,\n B0ocmuz: \"f3abo53\"\n },\n disabled: {\n sj55zd: \"f1s2aq7o\",\n De3pzq: \"f1c21dwh\",\n Bceei9c: \"fdrzuqr\",\n yvdlaj: \"fahhnxm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\", [\".fa2pw7h{padding:var(--spacingVerticalSNudge) 0 var(--spacingVerticalSNudge) 0;}\", {\n p: -1\n }], [\".ft37c3{padding:var(--spacingVerticalMNudge) 0 var(--spacingVerticalMNudge) 0;}\", {\n p: -1\n }], [\".f3abo53{padding:var(--spacingVerticalM) 0 var(--spacingVerticalM) 0;}\", {\n p: -1\n }], \".f1s2aq7o{color:var(--colorNeutralForegroundDisabled);}\", \".f1c21dwh{background-color:var(--colorTransparentBackground);}\", \".fdrzuqr{cursor:not-allowed;}\", \".fahhnxm::-webkit-input-placeholder{color:var(--colorNeutralForegroundDisabled);}\", \".fahhnxm::-moz-placeholder{color:var(--colorNeutralForegroundDisabled);}\"]\n});\n/**\n * Apply styling to the TagPickerInput slots based on the state\n */\nexport const useTagPickerInputStyles_unstable = state => {\n const baseStyle = useBaseStyle();\n const styles = useStyles();\n state.root.className = mergeClasses(tagPickerInputClassNames.root, baseStyle, styles[state.size], state.disabled && styles.disabled, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTagPickerInputStyles.styles.js.map"],"names":["tagPickerInputClassNames","useTagPickerInputStyles_unstable","root","useBaseStyle","__resetStyles","useStyles","__styles","medium","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","large","disabled","sj55zd","De3pzq","Bceei9c","yvdlaj","d","p","state","baseStyle","styles","className","mergeClasses","size"],"mappings":";;;;;;;;;;;IAGaA,wBAAwB;eAAxBA;;IA2DAC,gCAAgC;eAAhCA;;;uBA9DyC;AAG/C,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AACA,MAAMC,eAAe,WAAW,GAAEC,IAAAA,oBAAa,EAAC,YAAY,MAAM;IAAC;IAAkQ;IAAwC;IAAyF;IAAgF;IAA2E;CAA4D;AAC7pB;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,eAAQ,EAAC;IACtCC,QAAQ;QACNC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;IACX;IACAC,OAAO;QACLT,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;IACX;IACA,eAAe;QACbR,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;IACX;IACAE,UAAU;QACRC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,QAAQ;IACV;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAmD;QAAoD;YAAC;YAAoF;gBAC7RC,GAAG,CAAC;YACN;SAAE;QAAE;YAAC;YAAmF;gBACtFA,GAAG,CAAC;YACN;SAAE;QAAE;YAAC;YAA0E;gBAC7EA,GAAG,CAAC;YACN;SAAE;QAAE;QAA2D;QAAkE;QAAiC;QAAqF;KAA2E;AACpU;AAIO,MAAMvB,mCAAmCwB,CAAAA;IAC9C,MAAMC,YAAYvB;IAClB,MAAMwB,SAAStB;IACfoB,MAAMvB,IAAI,CAAC0B,SAAS,GAAGC,IAAAA,mBAAY,EAAC7B,yBAAyBE,IAAI,EAAEwB,WAAWC,MAAM,CAACF,MAAMK,IAAI,CAAC,EAAEL,MAAMP,QAAQ,IAAIS,OAAOT,QAAQ,EAAEO,MAAMvB,IAAI,CAAC0B,SAAS;IACzJ,OAAOH;AACT,GACA,0DAA0D"}
|
|
@@ -25,22 +25,11 @@ const tagPickerListClassNames = {
|
|
|
25
25
|
*/ const useStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
26
26
|
root: {
|
|
27
27
|
E5pizo: "f1hg901r",
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"f16jpd5f",
|
|
34
|
-
"f1aa9q02"
|
|
35
|
-
],
|
|
36
|
-
B7oj6ja: [
|
|
37
|
-
"f1jar5jt",
|
|
38
|
-
"fyu767a"
|
|
39
|
-
],
|
|
40
|
-
Btl43ni: [
|
|
41
|
-
"fyu767a",
|
|
42
|
-
"f1jar5jt"
|
|
43
|
-
],
|
|
28
|
+
Beyfa6y: 0,
|
|
29
|
+
Bbmb7ep: 0,
|
|
30
|
+
Btl43ni: 0,
|
|
31
|
+
B7oj6ja: 0,
|
|
32
|
+
Dimara: "ft85np5",
|
|
44
33
|
Bxyxcbc: "fmmk62d",
|
|
45
34
|
B7ck84d: "f1ewtqcl"
|
|
46
35
|
},
|
|
@@ -50,10 +39,12 @@ const tagPickerListClassNames = {
|
|
|
50
39
|
}, {
|
|
51
40
|
d: [
|
|
52
41
|
".f1hg901r{box-shadow:var(--shadow16);}",
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
42
|
+
[
|
|
43
|
+
".ft85np5{border-radius:var(--borderRadiusMedium);}",
|
|
44
|
+
{
|
|
45
|
+
p: -1
|
|
46
|
+
}
|
|
47
|
+
],
|
|
57
48
|
".fmmk62d{max-height:80vh;}",
|
|
58
49
|
".f1ewtqcl{box-sizing:border-box;}",
|
|
59
50
|
".fjseox{display:none;}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["useTagPickerListStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses
|
|
1
|
+
{"version":3,"sources":["useTagPickerListStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const tagPickerListClassNames = {\n root: 'fui-TagPickerList'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n E5pizo: \"f1hg901r\",\n Beyfa6y: 0,\n Bbmb7ep: 0,\n Btl43ni: 0,\n B7oj6ja: 0,\n Dimara: \"ft85np5\",\n Bxyxcbc: \"fmmk62d\",\n B7ck84d: \"f1ewtqcl\"\n },\n collapsed: {\n mc9l5x: \"fjseox\"\n }\n}, {\n d: [\".f1hg901r{box-shadow:var(--shadow16);}\", [\".ft85np5{border-radius:var(--borderRadiusMedium);}\", {\n p: -1\n }], \".fmmk62d{max-height:80vh;}\", \".f1ewtqcl{box-sizing:border-box;}\", \".fjseox{display:none;}\"]\n});\n/**\n * Apply styling to the TagPickerList slots based on the state\n */\nexport const useTagPickerListStyles_unstable = state => {\n const styles = useStyles();\n state.root.className = mergeClasses(tagPickerListClassNames.root, styles.root, !state.open && styles.collapsed, state.root.className);\n return state;\n};\n//# sourceMappingURL=useTagPickerListStyles.styles.js.map"],"names":["tagPickerListClassNames","useTagPickerListStyles_unstable","root","useStyles","__styles","E5pizo","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","Bxyxcbc","B7ck84d","collapsed","mc9l5x","d","p","state","styles","className","mergeClasses","open"],"mappings":";;;;;;;;;;;IAEaA,uBAAuB;eAAvBA;;IA4BAC,+BAA+B;eAA/BA;;;uBA9B0B;AAEhC,MAAMD,0BAA0B;IACrCE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,eAAQ,EAAC;IACtCF,MAAM;QACJG,QAAQ;QACRC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,SAAS;QACTC,SAAS;IACX;IACAC,WAAW;QACTC,QAAQ;IACV;AACF,GAAG;IACDC,GAAG;QAAC;QAA0C;YAAC;YAAsD;gBACnGC,GAAG,CAAC;YACN;SAAE;QAAE;QAA8B;QAAqC;KAAyB;AAClG;AAIO,MAAMf,kCAAkCgB,CAAAA;IAC7C,MAAMC,SAASf;IACfc,MAAMf,IAAI,CAACiB,SAAS,GAAGC,IAAAA,mBAAY,EAACpB,wBAAwBE,IAAI,EAAEgB,OAAOhB,IAAI,EAAE,CAACe,MAAMI,IAAI,IAAIH,OAAOL,SAAS,EAAEI,MAAMf,IAAI,CAACiB,SAAS;IACpI,OAAOF;AACT,GACA,yDAAyD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tag-picker",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "FluentUI TagPicker component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"@fluentui/scripts-tasks": "*"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
43
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
42
|
+
"@fluentui/react-jsx-runtime": "^9.0.38",
|
|
43
|
+
"@fluentui/react-shared-contexts": "^9.19.0",
|
|
44
44
|
"@fluentui/react-theme": "^9.1.19",
|
|
45
|
-
"@fluentui/react-utilities": "^9.18.
|
|
46
|
-
"@fluentui/react-portal": "^9.4.
|
|
47
|
-
"@fluentui/react-tabster": "^9.21.
|
|
48
|
-
"@fluentui/react-aria": "^9.11.
|
|
45
|
+
"@fluentui/react-utilities": "^9.18.9",
|
|
46
|
+
"@fluentui/react-portal": "^9.4.26",
|
|
47
|
+
"@fluentui/react-tabster": "^9.21.4",
|
|
48
|
+
"@fluentui/react-aria": "^9.11.4",
|
|
49
49
|
"@fluentui/react-icons": "^2.0.239",
|
|
50
|
-
"@fluentui/react-combobox": "^9.11.
|
|
51
|
-
"@fluentui/react-tags": "^9.3.
|
|
52
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
53
|
-
"@fluentui/react-positioning": "^9.15.
|
|
50
|
+
"@fluentui/react-combobox": "^9.11.6",
|
|
51
|
+
"@fluentui/react-tags": "^9.3.7",
|
|
52
|
+
"@fluentui/react-context-selector": "^9.1.60",
|
|
53
|
+
"@fluentui/react-positioning": "^9.15.2",
|
|
54
54
|
"@fluentui/keyboard-keys": "^9.0.7",
|
|
55
|
-
"@fluentui/react-field": "^9.1.
|
|
56
|
-
"@griffel/react": "^1.5.
|
|
55
|
+
"@fluentui/react-field": "^9.1.66",
|
|
56
|
+
"@griffel/react": "^1.5.22",
|
|
57
57
|
"@swc/helpers": "^0.5.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|