@fluentui-copilot/react-reference 0.0.0-nightly-20250630-0405-af88aa89.1 → 0.0.0-nightly-20250701-0406-93c39ced.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 +8 -6
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-reference",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Tue, 01 Jul 2025 04:13:40 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
7
|
+
"version": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-reference
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 01 Jul 2025 04:13:40 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-20250701-0406-93c39ced.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.0.0-nightly-20250701-0406-93c39ced.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.16.0..@fluentui-copilot/react-reference_v0.0.0-nightly-
|
|
9
|
+
Tue, 01 Jul 2025 04:13:40 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.16.0..@fluentui-copilot/react-reference_v0.0.0-nightly-20250701-0406-93c39ced.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,8 @@ import type { Context } from '@fluentui/react-context-selector';
|
|
|
6
6
|
import type { ContextSelector } from '@fluentui/react-context-selector';
|
|
7
7
|
import type { DesignVersion } from '@fluentui-copilot/react-provider';
|
|
8
8
|
import { FC } from 'react';
|
|
9
|
-
import { ForwardRefComponent } from '@fluentui/react-components';
|
|
9
|
+
import type { ForwardRefComponent } from '@fluentui/react-components';
|
|
10
|
+
import { ForwardRefComponent as ForwardRefComponent_2 } from '@fluentui/react-utilities';
|
|
10
11
|
import type { PreviewHeaderProps } from '@fluentui-copilot/react-preview';
|
|
11
12
|
import type { PreviewMetadataProps } from '@fluentui-copilot/react-preview';
|
|
12
13
|
import type { PreviewProps } from '@fluentui-copilot/react-preview';
|
|
@@ -17,7 +18,8 @@ import * as React_2 from 'react';
|
|
|
17
18
|
import { Ref } from 'react';
|
|
18
19
|
import type { SensitivityLabelProps } from '@fluentui-copilot/react-sensitivity-label';
|
|
19
20
|
import type { Slot } from '@fluentui/react-components';
|
|
20
|
-
import { SlotClassNames } from '@fluentui/react-components';
|
|
21
|
+
import type { SlotClassNames } from '@fluentui/react-components';
|
|
22
|
+
import { SlotClassNames as SlotClassNames_2 } from '@fluentui/react-utilities';
|
|
21
23
|
|
|
22
24
|
export declare const Citation: ForwardRefComponent<CitationProps>;
|
|
23
25
|
|
|
@@ -164,10 +166,10 @@ export declare type ReferenceListState = ComponentState<ReferenceListSlots> & Pi
|
|
|
164
166
|
};
|
|
165
167
|
|
|
166
168
|
/** @deprecated use ReferenceList */
|
|
167
|
-
export declare const ReferenceListV2:
|
|
169
|
+
export declare const ReferenceListV2: ForwardRefComponent_2<ReferenceListProps>;
|
|
168
170
|
|
|
169
171
|
/** @deprecated use referenceListClassNames */
|
|
170
|
-
export declare const referenceListV2ClassNames:
|
|
172
|
+
export declare const referenceListV2ClassNames: SlotClassNames_2<ReferenceListSlots>;
|
|
171
173
|
|
|
172
174
|
/** @deprecated use ReferenceListContextValues */
|
|
173
175
|
export declare type ReferenceListV2ContextValues = ReferenceListContextValues;
|
|
@@ -228,10 +230,10 @@ export declare type ReferenceSlots = {
|
|
|
228
230
|
export declare type ReferenceState = ComponentState<ReferenceSlots> & Required<Pick<ReferenceProps, 'id' | 'designVersion'>> & Pick<ReferenceListState, 'shouldUseOverflow'>;
|
|
229
231
|
|
|
230
232
|
/** @deprecated use Reference */
|
|
231
|
-
export declare const ReferenceV2:
|
|
233
|
+
export declare const ReferenceV2: ForwardRefComponent_2<ReferenceProps>;
|
|
232
234
|
|
|
233
235
|
/** @deprecated use referenceClassNames */
|
|
234
|
-
export declare const referenceV2ClassNames:
|
|
236
|
+
export declare const referenceV2ClassNames: SlotClassNames_2<ReferenceSlots>;
|
|
235
237
|
|
|
236
238
|
/** @deprecated use referenceExtraClassNames */
|
|
237
239
|
export declare const referenceV2ExtraClassNames: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-reference",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
4
4
|
"description": "Fluent AI controls for citations and references",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-preview": "0.0.0-nightly-
|
|
16
|
-
"@fluentui-copilot/react-provider": "0.0.0-nightly-
|
|
17
|
-
"@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-
|
|
18
|
-
"@fluentui-copilot/react-utilities": "0.0.0-nightly-
|
|
19
|
-
"@fluentui-copilot/tokens": "0.0.0-nightly-
|
|
15
|
+
"@fluentui-copilot/react-preview": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
16
|
+
"@fluentui-copilot/react-provider": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
17
|
+
"@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
18
|
+
"@fluentui-copilot/react-utilities": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
19
|
+
"@fluentui-copilot/tokens": "0.0.0-nightly-20250701-0406-93c39ced.1",
|
|
20
20
|
"@swc/helpers": "^0.5.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@fluentui/react-components": ">=9.66.0 <10.0.0",
|
|
25
25
|
"@fluentui/react-context-selector": ">=9.2.1 <10.0.0",
|
|
26
26
|
"@fluentui/react-icons": ">=2.0.303 <3.0.0",
|
|
27
|
-
"@fluentui/react-jsx-runtime": ">=9.1.
|
|
28
|
-
"@fluentui/react-shared-contexts": ">=9.
|
|
29
|
-
"@fluentui/react-utilities": ">=9.21.
|
|
27
|
+
"@fluentui/react-jsx-runtime": ">=9.1.1 <10.0.0",
|
|
28
|
+
"@fluentui/react-shared-contexts": ">=9.24.0 <10.0.0",
|
|
29
|
+
"@fluentui/react-utilities": ">=9.21.1 <10.0.0",
|
|
30
30
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
31
31
|
"@types/react-dom": ">=16.9.8 <19.0.0",
|
|
32
32
|
"react": ">=16.14.0 <19.0.0",
|