@fluentui-copilot/react-response-count 0.2.6 → 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 +16 -1
- package/CHANGELOG.md +11 -2
- package/lib/ResponseCount.js +1 -1
- package/lib/ResponseCount.js.map +1 -1
- package/lib/components/ResponseCount/index.js +4 -5
- package/lib/components/ResponseCount/index.js.map +1 -1
- package/lib-commonjs/ResponseCount.js +24 -2
- package/lib-commonjs/ResponseCount.js.map +1 -1
- package/lib-commonjs/components/ResponseCount/index.js +27 -6
- package/lib-commonjs/components/ResponseCount/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
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",
|
|
6
21
|
"tag": "@fluentui-copilot/react-response-count_v0.2.6",
|
|
7
22
|
"version": "0.2.6",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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 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
|
+
|
|
7
16
|
## [0.2.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.6)
|
|
8
17
|
|
|
9
|
-
Thu, 31 Oct 2024 17:
|
|
18
|
+
Thu, 31 Oct 2024 17:41:08 GMT
|
|
10
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)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/lib/ResponseCount.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ResponseCount, renderResponseCount_unstable, responseCountClassNames, useResponseCountStyles_unstable, useResponseCount_unstable } from './components/ResponseCount/index';
|
|
2
2
|
//# sourceMappingURL=ResponseCount.js.map
|
package/lib/ResponseCount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["ResponseCount.ts"],"sourcesContent":["export
|
|
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
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
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
|
|
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
|
-
|
|
6
|
-
|
|
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
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
|
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.
|
|
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",
|