@fluentui-copilot/react-prompt-starter 0.7.3 → 0.7.5

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,21 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-starter",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 18 Dec 2024 08:55:42 GMT",
6
+ "tag": "@fluentui-copilot/react-prompt-starter_v0.7.4",
7
+ "version": "0.7.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "makotom@microsoft.com",
12
+ "package": "@fluentui-copilot/react-prompt-starter",
13
+ "commit": "cc179462507d13546b93c6330be325014286998c",
14
+ "comment": "chore: Banning * exports."
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Thu, 31 Oct 2024 17:41:07 GMT",
6
21
  "tag": "@fluentui-copilot/react-prompt-starter_v0.7.2",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @fluentui-copilot/react-prompt-starter
2
2
 
3
- This log was last generated on Thu, 31 Oct 2024 17:41:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Dec 2024 08:55:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.7.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.7.4)
8
+
9
+ Wed, 18 Dec 2024 08:55:42 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-starter_v0.7.2..@fluentui-copilot/react-prompt-starter_v0.7.4)
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.7.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.7.2)
8
17
 
9
18
  Thu, 31 Oct 2024 17:41:07 GMT
@@ -1,2 +1,2 @@
1
- export * from './components/PromptStarter/index';
1
+ export { PromptStarter, promptStarterClassNames, renderPromptStarter_unstable, usePromptStarterStyles_unstable, usePromptStarter_unstable } from './components/PromptStarter/index';
2
2
  //# sourceMappingURL=PromptStarter.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["PromptStarter.ts"],"sourcesContent":["export * from './components/PromptStarter/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["PromptStarter.ts"],"sourcesContent":["export type { PromptStarterProps, PromptStarterSlots, PromptStarterState } from './components/PromptStarter/index';\nexport { PromptStarter, promptStarterClassNames, renderPromptStarter_unstable, usePromptStarterStyles_unstable, usePromptStarter_unstable } from './components/PromptStarter/index';\n"],"names":["PromptStarter","promptStarterClassNames","renderPromptStarter_unstable","usePromptStarterStyles_unstable","usePromptStarter_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,aAAa,EAAEC,uBAAuB,EAAEC,4BAA4B,EAAEC,+BAA+B,EAAEC,yBAAyB,QAAQ,mCAAmC"}
@@ -1,6 +1,5 @@
1
- export * from './PromptStarter';
2
- export * from './PromptStarter.types';
3
- export * from './renderPromptStarter';
4
- export * from './usePromptStarter';
5
- export * from './usePromptStarterStyles.styles';
1
+ export { PromptStarter } from './PromptStarter';
2
+ export { renderPromptStarter_unstable } from './renderPromptStarter';
3
+ export { usePromptStarter_unstable } from './usePromptStarter';
4
+ export { promptStarterClassNames, usePromptStarterStyles_unstable } from './usePromptStarterStyles.styles';
6
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './PromptStarter';\nexport * from './PromptStarter.types';\nexport * from './renderPromptStarter';\nexport * from './usePromptStarter';\nexport * from './usePromptStarterStyles.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 { PromptStarter } from './PromptStarter';\nexport type { PromptStarterProps, PromptStarterSlots, PromptStarterState } from './PromptStarter.types';\nexport { renderPromptStarter_unstable } from './renderPromptStarter';\nexport { usePromptStarter_unstable } from './usePromptStarter';\nexport { promptStarterClassNames, usePromptStarterStyles_unstable } from './usePromptStarterStyles.styles';\n"],"names":["PromptStarter","renderPromptStarter_unstable","usePromptStarter_unstable","promptStarterClassNames","usePromptStarterStyles_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/PromptStarter/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
+ PromptStarter: function() {
13
+ return _index.PromptStarter;
14
+ },
15
+ promptStarterClassNames: function() {
16
+ return _index.promptStarterClassNames;
17
+ },
18
+ renderPromptStarter_unstable: function() {
19
+ return _index.renderPromptStarter_unstable;
20
+ },
21
+ usePromptStarterStyles_unstable: function() {
22
+ return _index.usePromptStarterStyles_unstable;
23
+ },
24
+ usePromptStarter_unstable: function() {
25
+ return _index.usePromptStarter_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/PromptStarter/index");
7
29
  //# sourceMappingURL=PromptStarter.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["PromptStarter.ts"],"sourcesContent":["export * from './components/PromptStarter/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["PromptStarter.ts"],"sourcesContent":["export type { PromptStarterProps, PromptStarterSlots, PromptStarterState } from './components/PromptStarter/index';\nexport { PromptStarter, promptStarterClassNames, renderPromptStarter_unstable, usePromptStarterStyles_unstable, usePromptStarter_unstable } from './components/PromptStarter/index';\n"],"names":["PromptStarter","promptStarterClassNames","renderPromptStarter_unstable","usePromptStarterStyles_unstable","usePromptStarter_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,aAAa;eAAbA,oBAAa;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,4BAA4B;eAA5BA,mCAA4B;;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("./PromptStarter"), exports);
7
- _export_star._(require("./PromptStarter.types"), exports);
8
- _export_star._(require("./renderPromptStarter"), exports);
9
- _export_star._(require("./usePromptStarter"), exports);
10
- _export_star._(require("./usePromptStarterStyles.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
+ PromptStarter: function() {
13
+ return _PromptStarter.PromptStarter;
14
+ },
15
+ promptStarterClassNames: function() {
16
+ return _usePromptStarterStylesstyles.promptStarterClassNames;
17
+ },
18
+ renderPromptStarter_unstable: function() {
19
+ return _renderPromptStarter.renderPromptStarter_unstable;
20
+ },
21
+ usePromptStarterStyles_unstable: function() {
22
+ return _usePromptStarterStylesstyles.usePromptStarterStyles_unstable;
23
+ },
24
+ usePromptStarter_unstable: function() {
25
+ return _usePromptStarter.usePromptStarter_unstable;
26
+ }
27
+ });
28
+ const _PromptStarter = require("./PromptStarter");
29
+ const _renderPromptStarter = require("./renderPromptStarter");
30
+ const _usePromptStarter = require("./usePromptStarter");
31
+ const _usePromptStarterStylesstyles = require("./usePromptStarterStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './PromptStarter';\nexport * from './PromptStarter.types';\nexport * from './renderPromptStarter';\nexport * from './usePromptStarter';\nexport * from './usePromptStarterStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { PromptStarter } from './PromptStarter';\nexport type { PromptStarterProps, PromptStarterSlots, PromptStarterState } from './PromptStarter.types';\nexport { renderPromptStarter_unstable } from './renderPromptStarter';\nexport { usePromptStarter_unstable } from './usePromptStarter';\nexport { promptStarterClassNames, usePromptStarterStyles_unstable } from './usePromptStarterStyles.styles';\n"],"names":["PromptStarter","promptStarterClassNames","renderPromptStarter_unstable","usePromptStarterStyles_unstable","usePromptStarter_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IAIbC,uBAAuB;eAAvBA,qDAAuB;;IAFvBC,4BAA4B;eAA5BA,iDAA4B;;IAEHC,+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-prompt-starter",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.9.3",
15
+ "@fluentui-copilot/react-provider": "^0.9.4",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "peerDependencies": {