@fluentui-copilot/react-suggestions 0.0.0-nightly-20250925-0407-633f78c5.1 → 0.0.0-nightly-20251002-0405-17b34fb7.1
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 +3 -3
- package/CHANGELOG.md +4 -4
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-suggestions",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
6
|
-
"tag": "@fluentui-copilot/react-suggestions_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Thu, 02 Oct 2025 04:13:20 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-suggestions_v0.0.0-nightly-20251002-0405-17b34fb7.1",
|
|
7
|
+
"version": "0.0.0-nightly-20251002-0405-17b34fb7.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-suggestions
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 02 Oct 2025 04:13:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20251002-0405-17b34fb7.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.0.0-nightly-20251002-0405-17b34fb7.1)
|
|
8
8
|
|
|
9
|
-
Thu,
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.13.3..@fluentui-copilot/react-suggestions_v0.0.0-nightly-
|
|
9
|
+
Thu, 02 Oct 2025 04:13:20 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.13.3..@fluentui-copilot/react-suggestions_v0.0.0-nightly-20251002-0405-17b34fb7.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import type { ComponentState } from '@fluentui/react-components';
|
|
|
8
8
|
import type { CopilotMode } from '@fluentui-copilot/react-provider';
|
|
9
9
|
import type { DesignVersion } from '@fluentui-copilot/react-provider';
|
|
10
10
|
import type { ForwardRefComponent } from '@fluentui/react-components';
|
|
11
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
11
12
|
import type { Slot } from '@fluentui/react-components';
|
|
12
13
|
import type { SlotClassNames } from '@fluentui/react-components';
|
|
13
14
|
import type { TooltipProps } from '@fluentui/react-components';
|
|
@@ -15,7 +16,7 @@ import type { TooltipProps } from '@fluentui/react-components';
|
|
|
15
16
|
/**
|
|
16
17
|
* Render the final JSX of SuggestionList
|
|
17
18
|
*/
|
|
18
|
-
export declare const renderSuggestionList_unstable: (state: SuggestionListState) =>
|
|
19
|
+
export declare const renderSuggestionList_unstable: (state: SuggestionListState) => JSX_2.Element;
|
|
19
20
|
|
|
20
21
|
export declare const Suggestion: ForwardRefComponent<SuggestionProps>;
|
|
21
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-suggestions",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251002-0405-17b34fb7.1",
|
|
4
4
|
"description": "A Fluent AI package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-provider": "0.0.0-nightly-
|
|
16
|
-
"@fluentui-copilot/tokens": "0.0.0-nightly-
|
|
15
|
+
"@fluentui-copilot/react-provider": "0.0.0-nightly-20251002-0405-17b34fb7.1",
|
|
16
|
+
"@fluentui-copilot/tokens": "0.0.0-nightly-20251002-0405-17b34fb7.1",
|
|
17
17
|
"@swc/helpers": "^0.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@fluentui/react-components": ">=9.
|
|
21
|
-
"@fluentui/react-context-selector": ">=9.2.
|
|
20
|
+
"@fluentui/react-components": ">=9.70.0 <10.0.0",
|
|
21
|
+
"@fluentui/react-context-selector": ">=9.2.7 <10.0.0",
|
|
22
22
|
"@fluentui/react-icons": ">=2.0.303 <3.0.0",
|
|
23
|
-
"@fluentui/react-jsx-runtime": ">=9.
|
|
24
|
-
"@fluentui/react-shared-contexts": ">=9.
|
|
25
|
-
"@fluentui/react-utilities": ">=9.
|
|
23
|
+
"@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
|
|
24
|
+
"@fluentui/react-shared-contexts": ">=9.25.1 <10.0.0",
|
|
25
|
+
"@fluentui/react-utilities": ">=9.24.1 <10.0.0",
|
|
26
26
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
27
27
|
"@types/react-dom": ">=16.9.8 <19.0.0",
|
|
28
28
|
"react": ">=16.14.0 <19.0.0",
|