@fluentui-copilot/react-response-count 0.2.18 → 0.2.20

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
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-response-count",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 14 Oct 2025 00:02:50 GMT",
6
+ "tag": "@fluentui-copilot/react-response-count_v0.2.20",
7
+ "version": "0.2.20",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui-copilot/react-response-count",
13
+ "commit": "9a3bf49a3c6302529b2c9b6bc3fc63f549aaf88f",
14
+ "comment": "chore: enforce explicit return types."
15
+ },
16
+ {
17
+ "author": "twatanabe@microsoft.com",
18
+ "package": "@fluentui-copilot/react-response-count",
19
+ "commit": "068a3c71be5da80beeab05640fe768ef631b0c00",
20
+ "comment": "chore: bump @fluentui/react-components peer dep minbar to ^9.70.0."
21
+ },
22
+ {
23
+ "author": "tristan.watanabe@gmail.com",
24
+ "package": "@fluentui-copilot/react-response-count",
25
+ "commit": "74cfcbd7c8afdc8fe3f4b512a9a421613fa32841",
26
+ "comment": "chore: update react peer deps to support React 19."
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 29 Sep 2025 20:26:51 GMT",
33
+ "tag": "@fluentui-copilot/react-response-count_v0.2.19",
34
+ "version": "0.2.19",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "tristan.watanabe@gmail.com",
39
+ "package": "@fluentui-copilot/react-response-count",
40
+ "commit": "eb866bbd84d778637cb17f869920ae47a3eeec50",
41
+ "comment": "fix: type issues after React 18 upgrade."
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "date": "Thu, 17 Jul 2025 17:49:25 GMT",
6
48
  "tag": "@fluentui-copilot/react-response-count_v0.2.17",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,29 @@
1
1
  # Change Log - @fluentui-copilot/react-response-count
2
2
 
3
- This log was last generated on Thu, 17 Jul 2025 17:49:25 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Oct 2025 00:02:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.20](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.20)
8
+
9
+ Tue, 14 Oct 2025 00:02:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.19..@fluentui-copilot/react-response-count_v0.2.20)
11
+
12
+ ### Patches
13
+
14
+ - chore: enforce explicit return types. ([PR #3360](https://github.com/microsoft/fluentai/pull/3360) by tristan.watanabe@gmail.com)
15
+ - chore: bump @fluentui/react-components peer dep minbar to ^9.70.0. ([PR #3344](https://github.com/microsoft/fluentai/pull/3344) by twatanabe@microsoft.com)
16
+ - chore: update react peer deps to support React 19. ([PR #3361](https://github.com/microsoft/fluentai/pull/3361) by tristan.watanabe@gmail.com)
17
+
18
+ ## [0.2.19](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.19)
19
+
20
+ Mon, 29 Sep 2025 20:26:51 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.17..@fluentui-copilot/react-response-count_v0.2.19)
22
+
23
+ ### Patches
24
+
25
+ - fix: type issues after React 18 upgrade. ([PR #3341](https://github.com/microsoft/fluentai/pull/3341) by tristan.watanabe@gmail.com)
26
+
7
27
  ## [0.2.17](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.17)
8
28
 
9
29
  Thu, 17 Jul 2025 17:49:25 GMT
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import type { ComponentProps } from '@fluentui/react-components';
2
2
  import type { ComponentState } from '@fluentui/react-components';
3
3
  import type { ForwardRefComponent } from '@fluentui/react-components';
4
+ import type { JSXElement } from '@fluentui/react-components';
4
5
  import type * as React_2 from 'react';
5
6
  import type { Slot } from '@fluentui/react-components';
6
7
  import type { SlotClassNames } from '@fluentui/react-components';
@@ -8,7 +9,7 @@ import type { SlotClassNames } from '@fluentui/react-components';
8
9
  /**
9
10
  * Render the final JSX of ResponseCount
10
11
  */
11
- export declare const renderResponseCount_unstable: (state: ResponseCountState) => JSX.Element;
12
+ export declare const renderResponseCount_unstable: (state: ResponseCountState) => JSXElement;
12
13
 
13
14
  export declare const ResponseCount: ForwardRefComponent<ResponseCountProps>;
14
15
 
@@ -1 +1 @@
1
- {"version":3,"sources":["renderResponseCount.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-components';\nimport type { ResponseCountState, ResponseCountSlots } from './ResponseCount.types';\n\n/**\n * Render the final JSX of ResponseCount\n */\nexport const renderResponseCount_unstable = (state: ResponseCountState) => {\n assertSlots<ResponseCountSlots>(state);\n\n return (\n <state.root>\n {state.indicator && <state.indicator />}\n {state.root.children}\n </state.root>\n );\n};\n"],"names":["assertSlots","renderResponseCount_unstable","state","root","indicator","children"],"rangeMappings":";;;;;;;;;;;;","mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;AAEjD,SAASA,WAAW,QAAQ,6BAA6B;AAGzD;;CAEC,GACD,OAAO,MAAMC,+BAA+B,CAACC;IAC3CF,YAAgCE;IAEhC,qBACE,MAACA,MAAMC,IAAI;;YACRD,MAAME,SAAS,kBAAI,KAACF,MAAME,SAAS;YACnCF,MAAMC,IAAI,CAACE,QAAQ;;;AAG1B,EAAE"}
1
+ {"version":3,"sources":["renderResponseCount.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-components';\nimport type { JSXElement } from '@fluentui/react-components';\nimport type { ResponseCountState, ResponseCountSlots } from './ResponseCount.types';\n\n/**\n * Render the final JSX of ResponseCount\n */\nexport const renderResponseCount_unstable = (state: ResponseCountState): JSXElement => {\n assertSlots<ResponseCountSlots>(state);\n\n return (\n <state.root>\n {state.indicator && <state.indicator />}\n {state.root.children}\n </state.root>\n );\n};\n"],"names":["assertSlots","renderResponseCount_unstable","state","root","indicator","children"],"rangeMappings":";;;;;;;;;;;;","mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;AAEjD,SAASA,WAAW,QAAQ,6BAA6B;AAIzD;;CAEC,GACD,OAAO,MAAMC,+BAA+B,CAACC;IAC3CF,YAAgCE;IAEhC,qBACE,MAACA,MAAMC,IAAI;;YACRD,MAAME,SAAS,kBAAI,KAACF,MAAME,SAAS;YACnCF,MAAMC,IAAI,CAACE,QAAQ;;;AAG1B,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"sources":["renderResponseCount.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-components';\nimport type { ResponseCountState, ResponseCountSlots } from './ResponseCount.types';\n\n/**\n * Render the final JSX of ResponseCount\n */\nexport const renderResponseCount_unstable = (state: ResponseCountState) => {\n assertSlots<ResponseCountSlots>(state);\n\n return (\n <state.root>\n {state.indicator && <state.indicator />}\n {state.root.children}\n </state.root>\n );\n};\n"],"names":["renderResponseCount_unstable","state","assertSlots","_jsxs","root","indicator","_jsx","children"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BASaA;;;eAAAA;;;4BARb;iCAE4B;AAMrB,MAAMA,+BAA+B,CAACC;IAC3CC,IAAAA,4BAAAA,EAAgCD;IAEhC,OAAA,WAAA,GACEE,IAAAA,gBAAA,EAACF,MAAMG,IAAI,EAAA;;YACRH,MAAMI,SAAS,IAAA,WAAA,GAAIC,IAAAA,eAAA,EAACL,MAAMI,SAAS,EAAA,CAAA;YACnCJ,MAAMG,IAAI,CAACG,QAAQ;;;AAG1B"}
1
+ {"version":3,"sources":["renderResponseCount.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-components';\nimport type { JSXElement } from '@fluentui/react-components';\nimport type { ResponseCountState, ResponseCountSlots } from './ResponseCount.types';\n\n/**\n * Render the final JSX of ResponseCount\n */\nexport const renderResponseCount_unstable = (state: ResponseCountState): JSXElement => {\n assertSlots<ResponseCountSlots>(state);\n\n return (\n <state.root>\n {state.indicator && <state.indicator />}\n {state.root.children}\n </state.root>\n );\n};\n"],"names":["renderResponseCount_unstable","state","assertSlots","_jsxs","root","indicator","_jsx","children"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BAUaA;;;eAAAA;;;4BATb;iCAE4B;AAOrB,MAAMA,+BAA+B,CAACC;IAC3CC,IAAAA,4BAAAA,EAAgCD;IAEhC,OAAA,WAAA,GACEE,IAAAA,gBAAA,EAACF,MAAMG,IAAI,EAAA;;YACRH,MAAMI,SAAS,IAAA,WAAA,GAAIC,IAAAA,eAAA,EAACL,MAAMI,SAAS,EAAA,CAAA;YACnCJ,MAAMG,IAAI,CAACG,QAAQ;;;AAG1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-response-count",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
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,16 +12,16 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/tokens": "^0.3.13",
15
+ "@fluentui-copilot/tokens": "^0.3.15",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@fluentui/react-components": ">=9.66.0 <10.0.0",
20
- "@fluentui/react-jsx-runtime": ">=9.1.1 <10.0.0",
21
- "@types/react": ">=16.14.0 <19.0.0",
22
- "@types/react-dom": ">=16.9.8 <19.0.0",
23
- "react": ">=16.14.0 <19.0.0",
24
- "react-dom": ">=16.14.0 <19.0.0"
19
+ "@fluentui/react-components": ">=9.70.0 <10.0.0",
20
+ "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
21
+ "@types/react": ">=16.14.0 <20.0.0",
22
+ "@types/react-dom": ">=16.9.8 <20.0.0",
23
+ "react": ">=16.14.0 <20.0.0",
24
+ "react-dom": ">=16.14.0 <20.0.0"
25
25
  },
26
26
  "beachball": {
27
27
  "disallowedChangeTypes": [