@fluentui-copilot/react-response-count 0.2.5 → 0.2.7

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,7 +2,37 @@
2
2
  "name": "@fluentui-copilot/react-response-count",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Aug 2024 00:24:50 GMT",
5
+ "date": "Wed, 18 Dec 2024 08:54:34 GMT",
6
+ "tag": "@fluentui-copilot/react-response-count_v0.2.7",
7
+ "version": "0.2.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "makotom@microsoft.com",
12
+ "package": "@fluentui-copilot/react-response-count",
13
+ "commit": "cc179462507d13546b93c6330be325014286998c",
14
+ "comment": "chore: Banning * exports."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 31 Oct 2024 17:41:08 GMT",
21
+ "tag": "@fluentui-copilot/react-response-count_v0.2.6",
22
+ "version": "0.2.6",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "jiangemma@microsoft.com",
27
+ "package": "@fluentui-copilot/react-response-count",
28
+ "commit": "81a90760f46654eacd8da2d67e867f5415c18db1",
29
+ "comment": "chore: bump @fluentui dependencies to latest 9.55.1."
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 21 Aug 2024 00:26:04 GMT",
6
36
  "tag": "@fluentui-copilot/react-response-count_v0.2.5",
7
37
  "version": "0.2.5",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui-copilot/react-response-count
2
2
 
3
- This log was last generated on Wed, 21 Aug 2024 00:24:50 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Dec 2024 08:54:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.7](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.7)
8
+
9
+ Wed, 18 Dec 2024 08:54:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.6..@fluentui-copilot/react-response-count_v0.2.7)
11
+
12
+ ### Patches
13
+
14
+ - chore: Banning * exports. ([PR #2477](https://github.com/microsoft/fluentai/pull/2477) by makotom@microsoft.com)
15
+
16
+ ## [0.2.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.6)
17
+
18
+ Thu, 31 Oct 2024 17:41:08 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.5..@fluentui-copilot/react-response-count_v0.2.6)
20
+
21
+ ### Patches
22
+
23
+ - chore: bump @fluentui dependencies to latest 9.55.1. ([PR #2243](https://github.com/microsoft/fluentai/pull/2243) by jiangemma@microsoft.com)
24
+
7
25
  ## [0.2.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.5)
8
26
 
9
- Wed, 21 Aug 2024 00:24:50 GMT
27
+ Wed, 21 Aug 2024 00:26:04 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.4..@fluentui-copilot/react-response-count_v0.2.5)
11
29
 
12
30
  ### Patches
@@ -1,2 +1,2 @@
1
- export * from './components/ResponseCount/index';
1
+ export { ResponseCount, renderResponseCount_unstable, responseCountClassNames, useResponseCountStyles_unstable, useResponseCount_unstable } from './components/ResponseCount/index';
2
2
  //# sourceMappingURL=ResponseCount.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["ResponseCount.ts"],"sourcesContent":["export * from './components/ResponseCount/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["ResponseCount.ts"],"sourcesContent":["export type { ResponseCountProps, ResponseCountSlots, ResponseCountState } from './components/ResponseCount/index';\nexport { ResponseCount, renderResponseCount_unstable, responseCountClassNames, useResponseCountStyles_unstable, useResponseCount_unstable } from './components/ResponseCount/index';\n"],"names":["ResponseCount","renderResponseCount_unstable","responseCountClassNames","useResponseCountStyles_unstable","useResponseCount_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,aAAa,EAAEC,4BAA4B,EAAEC,uBAAuB,EAAEC,+BAA+B,EAAEC,yBAAyB,QAAQ,mCAAmC"}
@@ -1,6 +1,5 @@
1
- export * from './ResponseCount';
2
- export * from './ResponseCount.types';
3
- export * from './renderResponseCount';
4
- export * from './useResponseCount';
5
- export * from './useResponseCountStyles.styles';
1
+ export { ResponseCount } from './ResponseCount';
2
+ export { renderResponseCount_unstable } from './renderResponseCount';
3
+ export { useResponseCount_unstable } from './useResponseCount';
4
+ export { responseCountClassNames, useResponseCountStyles_unstable } from './useResponseCountStyles.styles';
6
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './ResponseCount';\nexport * from './ResponseCount.types';\nexport * from './renderResponseCount';\nexport * from './useResponseCount';\nexport * from './useResponseCountStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,wBAAwB;AACtC,cAAc,wBAAwB;AACtC,cAAc,qBAAqB;AACnC,cAAc,kCAAkC"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { ResponseCount } from './ResponseCount';\nexport type { ResponseCountProps, ResponseCountSlots, ResponseCountState } from './ResponseCount.types';\nexport { renderResponseCount_unstable } from './renderResponseCount';\nexport { useResponseCount_unstable } from './useResponseCount';\nexport { responseCountClassNames, useResponseCountStyles_unstable } from './useResponseCountStyles.styles';\n"],"names":["ResponseCount","renderResponseCount_unstable","useResponseCount_unstable","responseCountClassNames","useResponseCountStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAEhD,SAASC,4BAA4B,QAAQ,wBAAwB;AACrE,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,uBAAuB,EAAEC,+BAA+B,QAAQ,kCAAkC"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/ResponseCount/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ResponseCount: function() {
13
+ return _index.ResponseCount;
14
+ },
15
+ renderResponseCount_unstable: function() {
16
+ return _index.renderResponseCount_unstable;
17
+ },
18
+ responseCountClassNames: function() {
19
+ return _index.responseCountClassNames;
20
+ },
21
+ useResponseCountStyles_unstable: function() {
22
+ return _index.useResponseCountStyles_unstable;
23
+ },
24
+ useResponseCount_unstable: function() {
25
+ return _index.useResponseCount_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/ResponseCount/index");
7
29
  //# sourceMappingURL=ResponseCount.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["ResponseCount.ts"],"sourcesContent":["export * from './components/ResponseCount/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["ResponseCount.ts"],"sourcesContent":["export type { ResponseCountProps, ResponseCountSlots, ResponseCountState } from './components/ResponseCount/index';\nexport { ResponseCount, renderResponseCount_unstable, responseCountClassNames, useResponseCountStyles_unstable, useResponseCount_unstable } from './components/ResponseCount/index';\n"],"names":["ResponseCount","renderResponseCount_unstable","responseCountClassNames","useResponseCountStyles_unstable","useResponseCount_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,aAAa;eAAbA,oBAAa;;IAAEC,4BAA4B;eAA5BA,mCAA4B;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,+BAA+B;eAA/BA,sCAA+B;;IAAEC,yBAAyB;eAAzBA,gCAAyB;;;uBAAQ"}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./ResponseCount"), exports);
7
- _export_star._(require("./ResponseCount.types"), exports);
8
- _export_star._(require("./renderResponseCount"), exports);
9
- _export_star._(require("./useResponseCount"), exports);
10
- _export_star._(require("./useResponseCountStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ResponseCount: function() {
13
+ return _ResponseCount.ResponseCount;
14
+ },
15
+ renderResponseCount_unstable: function() {
16
+ return _renderResponseCount.renderResponseCount_unstable;
17
+ },
18
+ responseCountClassNames: function() {
19
+ return _useResponseCountStylesstyles.responseCountClassNames;
20
+ },
21
+ useResponseCountStyles_unstable: function() {
22
+ return _useResponseCountStylesstyles.useResponseCountStyles_unstable;
23
+ },
24
+ useResponseCount_unstable: function() {
25
+ return _useResponseCount.useResponseCount_unstable;
26
+ }
27
+ });
28
+ const _ResponseCount = require("./ResponseCount");
29
+ const _renderResponseCount = require("./renderResponseCount");
30
+ const _useResponseCount = require("./useResponseCount");
31
+ const _useResponseCountStylesstyles = require("./useResponseCountStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './ResponseCount';\nexport * from './ResponseCount.types';\nexport * from './renderResponseCount';\nexport * from './useResponseCount';\nexport * from './useResponseCountStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { ResponseCount } from './ResponseCount';\nexport type { ResponseCountProps, ResponseCountSlots, ResponseCountState } from './ResponseCount.types';\nexport { renderResponseCount_unstable } from './renderResponseCount';\nexport { useResponseCount_unstable } from './useResponseCount';\nexport { responseCountClassNames, useResponseCountStyles_unstable } from './useResponseCountStyles.styles';\n"],"names":["ResponseCount","renderResponseCount_unstable","responseCountClassNames","useResponseCountStyles_unstable","useResponseCount_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IAEbC,4BAA4B;eAA5BA,iDAA4B;;IAE5BC,uBAAuB;eAAvBA,qDAAuB;;IAAEC,+BAA+B;eAA/BA,6DAA+B;;IADxDC,yBAAyB;eAAzBA,2CAAyB;;;+BAHJ;qCAEe;kCACH;8CAC+B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-response-count",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
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",
@@ -15,8 +15,8 @@
15
15
  "@swc/helpers": "^0.5.1"
16
16
  },
17
17
  "peerDependencies": {
18
- "@fluentui/react-components": ">=9.54.10 <10.0.0",
19
- "@fluentui/react-jsx-runtime": ">=9.0.42 <10.0.0",
18
+ "@fluentui/react-components": ">=9.55.1 <10.0.0",
19
+ "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
20
20
  "@types/react": ">=16.14.0 <19.0.0",
21
21
  "@types/react-dom": ">=16.9.8 <19.0.0",
22
22
  "react": ">=16.14.0 <19.0.0",