@fluentui-copilot/react-reference 0.0.0-nightly-20250630-0405-af88aa89.1 → 0.0.0-nightly-20250702-0405-9c840ea0.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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui-copilot/react-reference",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 30 Jun 2025 04:15:29 GMT",
6
- "tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-20250630-0405-af88aa89.1",
7
- "version": "0.0.0-nightly-20250630-0405-af88aa89.1",
5
+ "date": "Wed, 02 Jul 2025 04:12:24 GMT",
6
+ "tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-20250702-0405-9c840ea0.1",
7
+ "version": "0.0.0-nightly-20250702-0405-9c840ea0.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,6 +16,27 @@
16
16
  ]
17
17
  }
18
18
  },
19
+ {
20
+ "date": "Tue, 01 Jul 2025 14:45:29 GMT",
21
+ "tag": "@fluentui-copilot/react-reference_v0.16.2",
22
+ "version": "0.16.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "jiangemma@microsoft.com",
27
+ "package": "@fluentui-copilot/react-reference",
28
+ "commit": "c9607d83ec7c4f592e563a391e0e7fa87af24929",
29
+ "comment": "Bump v9 to ^9.66.0"
30
+ },
31
+ {
32
+ "author": "jiangemma@microsoft.com",
33
+ "package": "@fluentui-copilot/react-reference",
34
+ "commit": "93c39ced303a2ffdb20764a1d1a1595a12b4ae27",
35
+ "comment": "chore: Bump v9 to 9.66.0 dependency deduplication followup"
36
+ }
37
+ ]
38
+ }
39
+ },
19
40
  {
20
41
  "date": "Thu, 12 Jun 2025 17:50:58 GMT",
21
42
  "tag": "@fluentui-copilot/react-reference_v0.16.0",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui-copilot/react-reference
2
2
 
3
- This log was last generated on Mon, 30 Jun 2025 04:15:29 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Jul 2025 04:12:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20250630-0405-af88aa89.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.0.0-nightly-20250630-0405-af88aa89.1)
7
+ ## [0.0.0-nightly-20250702-0405-9c840ea0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.0.0-nightly-20250702-0405-9c840ea0.1)
8
8
 
9
- Mon, 30 Jun 2025 04:15:29 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-20250630-0405-af88aa89.1)
9
+ Wed, 02 Jul 2025 04:12:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.16.2..@fluentui-copilot/react-reference_v0.0.0-nightly-20250702-0405-9c840ea0.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
15
 
16
+ ## [0.16.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.16.2)
17
+
18
+ Tue, 01 Jul 2025 14:45:29 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.16.0..@fluentui-copilot/react-reference_v0.16.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump v9 to ^9.66.0 ([PR #3169](https://github.com/microsoft/fluentai/pull/3169) by jiangemma@microsoft.com)
24
+ - chore: Bump v9 to 9.66.0 dependency deduplication followup ([PR #3176](https://github.com/microsoft/fluentai/pull/3176) by jiangemma@microsoft.com)
25
+
16
26
  ## [0.16.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.16.0)
17
27
 
18
28
  Thu, 12 Jun 2025 17:50:58 GMT
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: ForwardRefComponent<ReferenceListProps>;
169
+ export declare const ReferenceListV2: ForwardRefComponent_2<ReferenceListProps>;
168
170
 
169
171
  /** @deprecated use referenceListClassNames */
170
- export declare const referenceListV2ClassNames: SlotClassNames<ReferenceListSlots>;
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: ForwardRefComponent<ReferenceProps>;
233
+ export declare const ReferenceV2: ForwardRefComponent_2<ReferenceProps>;
232
234
 
233
235
  /** @deprecated use referenceClassNames */
234
- export declare const referenceV2ClassNames: SlotClassNames<ReferenceSlots>;
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-20250630-0405-af88aa89.1",
3
+ "version": "0.0.0-nightly-20250702-0405-9c840ea0.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-20250630-0405-af88aa89.1",
16
- "@fluentui-copilot/react-provider": "0.0.0-nightly-20250630-0405-af88aa89.1",
17
- "@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-20250630-0405-af88aa89.1",
18
- "@fluentui-copilot/react-utilities": "0.0.0-nightly-20250630-0405-af88aa89.1",
19
- "@fluentui-copilot/tokens": "0.0.0-nightly-20250630-0405-af88aa89.1",
15
+ "@fluentui-copilot/react-preview": "0.0.0-nightly-20250702-0405-9c840ea0.1",
16
+ "@fluentui-copilot/react-provider": "0.0.0-nightly-20250702-0405-9c840ea0.1",
17
+ "@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-20250702-0405-9c840ea0.1",
18
+ "@fluentui-copilot/react-utilities": "0.0.0-nightly-20250702-0405-9c840ea0.1",
19
+ "@fluentui-copilot/tokens": "0.0.0-nightly-20250702-0405-9c840ea0.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.0 <10.0.0",
28
- "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
29
- "@fluentui/react-utilities": ">=9.21.0 <10.0.0",
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",