@fluentui-copilot/react-response-count 0.0.0-nightly-20250925-0407-633f78c5.1 → 0.0.0-nightly-20250930-0404-ced6fa3a.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 +18 -3
- package/CHANGELOG.md +13 -4
- package/dist/index.d.ts +2 -3
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-response-count_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Tue, 30 Sep 2025 04:11:59 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-response-count_v0.0.0-nightly-20250930-0404-ced6fa3a.1",
|
|
7
|
+
"version": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
@@ -16,6 +16,21 @@
|
|
|
16
16
|
]
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 29 Sep 2025 20:26:51 GMT",
|
|
21
|
+
"tag": "@fluentui-copilot/react-response-count_v0.2.19",
|
|
22
|
+
"version": "0.2.19",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tristan.watanabe@gmail.com",
|
|
27
|
+
"package": "@fluentui-copilot/react-response-count",
|
|
28
|
+
"commit": "eb866bbd84d778637cb17f869920ae47a3eeec50",
|
|
29
|
+
"comment": "fix: type issues after React 18 upgrade."
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
19
34
|
{
|
|
20
35
|
"date": "Thu, 17 Jul 2025 17:49:25 GMT",
|
|
21
36
|
"tag": "@fluentui-copilot/react-response-count_v0.2.17",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-response-count
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 30 Sep 2025 04:11:59 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-20250930-0404-ced6fa3a.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.0.0-nightly-20250930-0404-ced6fa3a.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.
|
|
9
|
+
Tue, 30 Sep 2025 04:11:59 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.19..@fluentui-copilot/react-response-count_v0.0.0-nightly-20250930-0404-ced6fa3a.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.2.19](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.19)
|
|
17
|
+
|
|
18
|
+
Mon, 29 Sep 2025 20:26:51 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.17..@fluentui-copilot/react-response-count_v0.2.19)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- fix: type issues after React 18 upgrade. ([PR #3341](https://github.com/microsoft/fluentai/pull/3341) by tristan.watanabe@gmail.com)
|
|
24
|
+
|
|
16
25
|
## [0.2.17](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.17)
|
|
17
26
|
|
|
18
27
|
Thu, 17 Jul 2025 17:49:25 GMT
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
1
|
import type { ComponentProps } from '@fluentui/react-components';
|
|
4
2
|
import type { ComponentState } from '@fluentui/react-components';
|
|
5
3
|
import type { ForwardRefComponent } from '@fluentui/react-components';
|
|
4
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
6
5
|
import type * as React_2 from 'react';
|
|
7
6
|
import type { Slot } from '@fluentui/react-components';
|
|
8
7
|
import type { SlotClassNames } from '@fluentui/react-components';
|
|
@@ -10,7 +9,7 @@ import type { SlotClassNames } from '@fluentui/react-components';
|
|
|
10
9
|
/**
|
|
11
10
|
* Render the final JSX of ResponseCount
|
|
12
11
|
*/
|
|
13
|
-
export declare const renderResponseCount_unstable: (state: ResponseCountState) =>
|
|
12
|
+
export declare const renderResponseCount_unstable: (state: ResponseCountState) => JSX_2.Element;
|
|
14
13
|
|
|
15
14
|
export declare const ResponseCount: ForwardRefComponent<ResponseCountProps>;
|
|
16
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
|
|
4
4
|
"description": "Fluent AI control for displaying the number of responses and the remaining response count",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/tokens": "0.0.0-nightly-
|
|
15
|
+
"@fluentui-copilot/tokens": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
|
|
16
16
|
"@swc/helpers": "^0.5.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@fluentui/react-components": ">=9.
|
|
20
|
-
"@fluentui/react-jsx-runtime": ">=9.
|
|
19
|
+
"@fluentui/react-components": ">=9.70.0 <10.0.0",
|
|
20
|
+
"@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
|
|
21
21
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
22
22
|
"@types/react-dom": ">=16.9.8 <19.0.0",
|
|
23
23
|
"react": ">=16.14.0 <19.0.0",
|