@fluentui-copilot/react-suggestions 0.9.3 → 0.9.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.json +15 -0
- package/CHANGELOG.md +10 -1
- package/lib/Suggestion.js +1 -1
- package/lib/Suggestion.js.map +1 -1
- package/lib/SuggestionList.js +1 -1
- package/lib/SuggestionList.js.map +1 -1
- package/lib/components/Suggestion/index.js +2 -2
- package/lib/components/Suggestion/index.js.map +1 -1
- package/lib/components/SuggestionList/index.js +4 -5
- package/lib/components/SuggestionList/index.js.map +1 -1
- package/lib-commonjs/Suggestion.js +18 -2
- package/lib-commonjs/Suggestion.js.map +1 -1
- package/lib-commonjs/SuggestionList.js +24 -2
- package/lib-commonjs/SuggestionList.js.map +1 -1
- package/lib-commonjs/components/Suggestion/index.js +19 -3
- package/lib-commonjs/components/Suggestion/index.js.map +1 -1
- package/lib-commonjs/components/SuggestionList/index.js +27 -6
- package/lib-commonjs/components/SuggestionList/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-suggestions",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 18 Dec 2024 08:54:34 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-suggestions_v0.9.4",
|
|
7
|
+
"version": "0.9.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "makotom@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
13
|
+
"commit": "cc179462507d13546b93c6330be325014286998c",
|
|
14
|
+
"comment": "chore: Banning * exports."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Thu, 31 Oct 2024 17:41:08 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-suggestions_v0.9.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-suggestions
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Dec 2024 08:54:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.9.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.9.4)
|
|
8
|
+
|
|
9
|
+
Wed, 18 Dec 2024 08:54:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.9.2..@fluentui-copilot/react-suggestions_v0.9.4)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Banning * exports. ([PR #2477](https://github.com/microsoft/fluentai/pull/2477) by makotom@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.9.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.9.2)
|
|
8
17
|
|
|
9
18
|
Thu, 31 Oct 2024 17:41:08 GMT
|
package/lib/Suggestion.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Suggestion, suggestionClassNames, useSuggestionStyles_unstable } from './components/Suggestion/index';
|
|
2
2
|
//# sourceMappingURL=Suggestion.js.map
|
package/lib/Suggestion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Suggestion.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["Suggestion.ts"],"sourcesContent":["export { Suggestion, suggestionClassNames, useSuggestionStyles_unstable } from './components/Suggestion/index';\n"],"names":["Suggestion","suggestionClassNames","useSuggestionStyles_unstable"],"rangeMappings":"","mappings":"AAAA,SAASA,UAAU,EAAEC,oBAAoB,EAAEC,4BAA4B,QAAQ,gCAAgC"}
|
package/lib/SuggestionList.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { SuggestionList, renderSuggestionList_unstable, suggestionListClassNames, useSuggestionListStyles_unstable, useSuggestionList_unstable } from './components/SuggestionList/index';
|
|
2
2
|
//# sourceMappingURL=SuggestionList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["SuggestionList.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["SuggestionList.ts"],"sourcesContent":["export type { SuggestionListProps, SuggestionListSlots, SuggestionListState, TooltipComponent } from './components/SuggestionList/index';\nexport { SuggestionList, renderSuggestionList_unstable, suggestionListClassNames, useSuggestionListStyles_unstable, useSuggestionList_unstable } from './components/SuggestionList/index';\n"],"names":["SuggestionList","renderSuggestionList_unstable","suggestionListClassNames","useSuggestionListStyles_unstable","useSuggestionList_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,cAAc,EAAEC,6BAA6B,EAAEC,wBAAwB,EAAEC,gCAAgC,EAAEC,0BAA0B,QAAQ,oCAAoC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { Suggestion } from './Suggestion';
|
|
2
|
+
export { suggestionClassNames, useSuggestionStyles_unstable } from './useSuggestionStyles.styles';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { Suggestion } from './Suggestion';\nexport { suggestionClassNames, useSuggestionStyles_unstable } from './useSuggestionStyles.styles';\n"],"names":["Suggestion","suggestionClassNames","useSuggestionStyles_unstable"],"rangeMappings":";","mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAC1C,SAASC,oBAAoB,EAAEC,4BAA4B,QAAQ,+BAA+B"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useSuggestionListStyles.styles';
|
|
1
|
+
export { SuggestionList } from './SuggestionList';
|
|
2
|
+
export { renderSuggestionList_unstable } from './renderSuggestionList';
|
|
3
|
+
export { useSuggestionList_unstable } from './useSuggestionList';
|
|
4
|
+
export { suggestionListClassNames, useSuggestionListStyles_unstable } from './useSuggestionListStyles.styles';
|
|
6
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { SuggestionList } from './SuggestionList';\nexport type { SuggestionListProps, SuggestionListSlots, SuggestionListState, TooltipComponent } from './SuggestionList.types';\nexport { renderSuggestionList_unstable } from './renderSuggestionList';\nexport { useSuggestionList_unstable } from './useSuggestionList';\nexport { suggestionListClassNames, useSuggestionListStyles_unstable } from './useSuggestionListStyles.styles';\n"],"names":["SuggestionList","renderSuggestionList_unstable","useSuggestionList_unstable","suggestionListClassNames","useSuggestionListStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,cAAc,QAAQ,mBAAmB;AAElD,SAASC,6BAA6B,QAAQ,yBAAyB;AACvE,SAASC,0BAA0B,QAAQ,sBAAsB;AACjE,SAASC,wBAAwB,EAAEC,gCAAgC,QAAQ,mCAAmC"}
|
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Suggestion: function() {
|
|
13
|
+
return _index.Suggestion;
|
|
14
|
+
},
|
|
15
|
+
suggestionClassNames: function() {
|
|
16
|
+
return _index.suggestionClassNames;
|
|
17
|
+
},
|
|
18
|
+
useSuggestionStyles_unstable: function() {
|
|
19
|
+
return _index.useSuggestionStyles_unstable;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const _index = require("./components/Suggestion/index");
|
|
7
23
|
//# sourceMappingURL=Suggestion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Suggestion.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["Suggestion.ts"],"sourcesContent":["export { Suggestion, suggestionClassNames, useSuggestionStyles_unstable } from './components/Suggestion/index';\n"],"names":["Suggestion","suggestionClassNames","useSuggestionStyles_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,iBAAU;;IAAEC,oBAAoB;eAApBA,2BAAoB;;IAAEC,4BAA4B;eAA5BA,mCAA4B;;;uBAAQ"}
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
SuggestionList: function() {
|
|
13
|
+
return _index.SuggestionList;
|
|
14
|
+
},
|
|
15
|
+
renderSuggestionList_unstable: function() {
|
|
16
|
+
return _index.renderSuggestionList_unstable;
|
|
17
|
+
},
|
|
18
|
+
suggestionListClassNames: function() {
|
|
19
|
+
return _index.suggestionListClassNames;
|
|
20
|
+
},
|
|
21
|
+
useSuggestionListStyles_unstable: function() {
|
|
22
|
+
return _index.useSuggestionListStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useSuggestionList_unstable: function() {
|
|
25
|
+
return _index.useSuggestionList_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _index = require("./components/SuggestionList/index");
|
|
7
29
|
//# sourceMappingURL=SuggestionList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["SuggestionList.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["SuggestionList.ts"],"sourcesContent":["export type { SuggestionListProps, SuggestionListSlots, SuggestionListState, TooltipComponent } from './components/SuggestionList/index';\nexport { SuggestionList, renderSuggestionList_unstable, suggestionListClassNames, useSuggestionListStyles_unstable, useSuggestionList_unstable } from './components/SuggestionList/index';\n"],"names":["SuggestionList","renderSuggestionList_unstable","suggestionListClassNames","useSuggestionListStyles_unstable","useSuggestionList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,cAAc;eAAdA,qBAAc;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;IAAEC,wBAAwB;eAAxBA,+BAAwB;;IAAEC,gCAAgC;eAAhCA,uCAAgC;;IAAEC,0BAA0B;eAA1BA,iCAA0B;;;uBAAQ"}
|
|
@@ -2,7 +2,23 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Suggestion: function() {
|
|
13
|
+
return _Suggestion.Suggestion;
|
|
14
|
+
},
|
|
15
|
+
suggestionClassNames: function() {
|
|
16
|
+
return _useSuggestionStylesstyles.suggestionClassNames;
|
|
17
|
+
},
|
|
18
|
+
useSuggestionStyles_unstable: function() {
|
|
19
|
+
return _useSuggestionStylesstyles.useSuggestionStyles_unstable;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const _Suggestion = require("./Suggestion");
|
|
23
|
+
const _useSuggestionStylesstyles = require("./useSuggestionStyles.styles");
|
|
8
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { Suggestion } from './Suggestion';\nexport { suggestionClassNames, useSuggestionStyles_unstable } from './useSuggestionStyles.styles';\n"],"names":["Suggestion","suggestionClassNames","useSuggestionStyles_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IACVC,oBAAoB;eAApBA,+CAAoB;;IAAEC,4BAA4B;eAA5BA,uDAA4B;;;4BADhC;2CACwC"}
|
|
@@ -2,10 +2,31 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
SuggestionList: function() {
|
|
13
|
+
return _SuggestionList.SuggestionList;
|
|
14
|
+
},
|
|
15
|
+
renderSuggestionList_unstable: function() {
|
|
16
|
+
return _renderSuggestionList.renderSuggestionList_unstable;
|
|
17
|
+
},
|
|
18
|
+
suggestionListClassNames: function() {
|
|
19
|
+
return _useSuggestionListStylesstyles.suggestionListClassNames;
|
|
20
|
+
},
|
|
21
|
+
useSuggestionListStyles_unstable: function() {
|
|
22
|
+
return _useSuggestionListStylesstyles.useSuggestionListStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useSuggestionList_unstable: function() {
|
|
25
|
+
return _useSuggestionList.useSuggestionList_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _SuggestionList = require("./SuggestionList");
|
|
29
|
+
const _renderSuggestionList = require("./renderSuggestionList");
|
|
30
|
+
const _useSuggestionList = require("./useSuggestionList");
|
|
31
|
+
const _useSuggestionListStylesstyles = require("./useSuggestionListStyles.styles");
|
|
11
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { SuggestionList } from './SuggestionList';\nexport type { SuggestionListProps, SuggestionListSlots, SuggestionListState, TooltipComponent } from './SuggestionList.types';\nexport { renderSuggestionList_unstable } from './renderSuggestionList';\nexport { useSuggestionList_unstable } from './useSuggestionList';\nexport { suggestionListClassNames, useSuggestionListStyles_unstable } from './useSuggestionListStyles.styles';\n"],"names":["SuggestionList","renderSuggestionList_unstable","suggestionListClassNames","useSuggestionListStyles_unstable","useSuggestionList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,cAAc;eAAdA,8BAAc;;IAEdC,6BAA6B;eAA7BA,mDAA6B;;IAE7BC,wBAAwB;eAAxBA,uDAAwB;;IAAEC,gCAAgC;eAAhCA,+DAAgC;;IAD1DC,0BAA0B;eAA1BA,6CAA0B;;;gCAHJ;sCAEe;mCACH;+CACgC"}
|