@fluentui-copilot/react-editor-input 0.3.3 → 0.3.4
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/EditorInput.js +1 -1
- package/lib/EditorInput.js.map +1 -1
- package/lib/components/EditorInput/index.js +4 -5
- package/lib/components/EditorInput/index.js.map +1 -1
- package/lib-commonjs/EditorInput.js +33 -2
- package/lib-commonjs/EditorInput.js.map +1 -1
- package/lib-commonjs/components/EditorInput/index.js +36 -6
- package/lib-commonjs/components/EditorInput/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-editor-input",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 18 Dec 2024 08:54:34 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-editor-input_v0.3.4",
|
|
7
|
+
"version": "0.3.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "makotom@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-editor-input",
|
|
13
|
+
"commit": "cc179462507d13546b93c6330be325014286998c",
|
|
14
|
+
"comment": "chore: Banning * exports."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 10 Dec 2024 20:22:06 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-editor-input_v0.3.3",
|
|
7
22
|
"version": "0.3.3",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-editor-input
|
|
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.3.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.3.4)
|
|
8
|
+
|
|
9
|
+
Wed, 18 Dec 2024 08:54:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.3.3..@fluentui-copilot/react-editor-input_v0.3.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.3.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.3.3)
|
|
8
17
|
|
|
9
|
-
Tue, 10 Dec 2024 20:
|
|
18
|
+
Tue, 10 Dec 2024 20:22:06 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.3.1..@fluentui-copilot/react-editor-input_v0.3.3)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/lib/EditorInput.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { EditorInput, editorInputClassNames, renderEditorInput_unstable, useEditorInputStyles_unstable, useEditorInput_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './components/EditorInput/index';
|
|
2
2
|
//# sourceMappingURL=EditorInput.js.map
|
package/lib/EditorInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["EditorInput.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["EditorInput.ts"],"sourcesContent":["export type { EditorInputProps, EditorInputSlots, EditorInputState, EditorInputValueData } from './components/EditorInput/index';\nexport { EditorInput, editorInputClassNames, renderEditorInput_unstable, useEditorInputStyles_unstable, useEditorInput_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './components/EditorInput/index';\n"],"names":["EditorInput","editorInputClassNames","renderEditorInput_unstable","useEditorInputStyles_unstable","useEditorInput_unstable","useInputClassName","useLexicalStyles","usePlaceholderClassName"],"rangeMappings":"","mappings":"AACA,SAASA,WAAW,EAAEC,qBAAqB,EAAEC,0BAA0B,EAAEC,6BAA6B,EAAEC,uBAAuB,EAAEC,iBAAiB,EAAEC,gBAAgB,EAAEC,uBAAuB,QAAQ,iCAAiC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useEditorInputStyles.styles';
|
|
1
|
+
export { EditorInput } from './EditorInput';
|
|
2
|
+
export { renderEditorInput_unstable } from './renderEditorInput';
|
|
3
|
+
export { useEditorInput_unstable } from './useEditorInput';
|
|
4
|
+
export { editorInputClassNames, useEditorInputStyles_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './useEditorInputStyles.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 { EditorInput } from './EditorInput';\nexport type { EditorInputProps, EditorInputSlots, EditorInputState, EditorInputValueData } from './EditorInput.types';\nexport { renderEditorInput_unstable } from './renderEditorInput';\nexport { useEditorInput_unstable } from './useEditorInput';\nexport { editorInputClassNames, useEditorInputStyles_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './useEditorInputStyles.styles';\n"],"names":["EditorInput","renderEditorInput_unstable","useEditorInput_unstable","editorInputClassNames","useEditorInputStyles_unstable","useInputClassName","useLexicalStyles","usePlaceholderClassName"],"rangeMappings":";;;","mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAE5C,SAASC,0BAA0B,QAAQ,sBAAsB;AACjE,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,qBAAqB,EAAEC,6BAA6B,EAAEC,iBAAiB,EAAEC,gBAAgB,EAAEC,uBAAuB,QAAQ,gCAAgC"}
|
|
@@ -2,6 +2,37 @@
|
|
|
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
|
+
EditorInput: function() {
|
|
13
|
+
return _index.EditorInput;
|
|
14
|
+
},
|
|
15
|
+
editorInputClassNames: function() {
|
|
16
|
+
return _index.editorInputClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderEditorInput_unstable: function() {
|
|
19
|
+
return _index.renderEditorInput_unstable;
|
|
20
|
+
},
|
|
21
|
+
useEditorInputStyles_unstable: function() {
|
|
22
|
+
return _index.useEditorInputStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useEditorInput_unstable: function() {
|
|
25
|
+
return _index.useEditorInput_unstable;
|
|
26
|
+
},
|
|
27
|
+
useInputClassName: function() {
|
|
28
|
+
return _index.useInputClassName;
|
|
29
|
+
},
|
|
30
|
+
useLexicalStyles: function() {
|
|
31
|
+
return _index.useLexicalStyles;
|
|
32
|
+
},
|
|
33
|
+
usePlaceholderClassName: function() {
|
|
34
|
+
return _index.usePlaceholderClassName;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
const _index = require("./components/EditorInput/index");
|
|
7
38
|
//# sourceMappingURL=EditorInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["EditorInput.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["EditorInput.ts"],"sourcesContent":["export type { EditorInputProps, EditorInputSlots, EditorInputState, EditorInputValueData } from './components/EditorInput/index';\nexport { EditorInput, editorInputClassNames, renderEditorInput_unstable, useEditorInputStyles_unstable, useEditorInput_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './components/EditorInput/index';\n"],"names":["EditorInput","editorInputClassNames","renderEditorInput_unstable","useEditorInputStyles_unstable","useEditorInput_unstable","useInputClassName","useLexicalStyles","usePlaceholderClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,WAAW;eAAXA,kBAAW;;IAAEC,qBAAqB;eAArBA,4BAAqB;;IAAEC,0BAA0B;eAA1BA,iCAA0B;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;IAAEC,gBAAgB;eAAhBA,uBAAgB;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;;uBAAQ"}
|
|
@@ -2,10 +2,40 @@
|
|
|
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
|
+
EditorInput: function() {
|
|
13
|
+
return _EditorInput.EditorInput;
|
|
14
|
+
},
|
|
15
|
+
editorInputClassNames: function() {
|
|
16
|
+
return _useEditorInputStylesstyles.editorInputClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderEditorInput_unstable: function() {
|
|
19
|
+
return _renderEditorInput.renderEditorInput_unstable;
|
|
20
|
+
},
|
|
21
|
+
useEditorInputStyles_unstable: function() {
|
|
22
|
+
return _useEditorInputStylesstyles.useEditorInputStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useEditorInput_unstable: function() {
|
|
25
|
+
return _useEditorInput.useEditorInput_unstable;
|
|
26
|
+
},
|
|
27
|
+
useInputClassName: function() {
|
|
28
|
+
return _useEditorInputStylesstyles.useInputClassName;
|
|
29
|
+
},
|
|
30
|
+
useLexicalStyles: function() {
|
|
31
|
+
return _useEditorInputStylesstyles.useLexicalStyles;
|
|
32
|
+
},
|
|
33
|
+
usePlaceholderClassName: function() {
|
|
34
|
+
return _useEditorInputStylesstyles.usePlaceholderClassName;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
const _EditorInput = require("./EditorInput");
|
|
38
|
+
const _renderEditorInput = require("./renderEditorInput");
|
|
39
|
+
const _useEditorInput = require("./useEditorInput");
|
|
40
|
+
const _useEditorInputStylesstyles = require("./useEditorInputStyles.styles");
|
|
11
41
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { EditorInput } from './EditorInput';\nexport type { EditorInputProps, EditorInputSlots, EditorInputState, EditorInputValueData } from './EditorInput.types';\nexport { renderEditorInput_unstable } from './renderEditorInput';\nexport { useEditorInput_unstable } from './useEditorInput';\nexport { editorInputClassNames, useEditorInputStyles_unstable, useInputClassName, useLexicalStyles, usePlaceholderClassName } from './useEditorInputStyles.styles';\n"],"names":["EditorInput","editorInputClassNames","renderEditorInput_unstable","useEditorInputStyles_unstable","useEditorInput_unstable","useInputClassName","useLexicalStyles","usePlaceholderClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,WAAW;eAAXA,wBAAW;;IAIXC,qBAAqB;eAArBA,iDAAqB;;IAFrBC,0BAA0B;eAA1BA,6CAA0B;;IAEHC,6BAA6B;eAA7BA,yDAA6B;;IADpDC,uBAAuB;eAAvBA,uCAAuB;;IAC+BC,iBAAiB;eAAjBA,6CAAiB;;IAAEC,gBAAgB;eAAhBA,4CAAgB;;IAAEC,uBAAuB;eAAvBA,mDAAuB;;;6BAJ/F;mCAEe;gCACH;4CAC2F"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-editor-input",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "a base rich editor input.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/chat-input-plugins": "^0.3.
|
|
16
|
-
"@fluentui-copilot/react-chat-input-plugins": "^0.3.
|
|
15
|
+
"@fluentui-copilot/chat-input-plugins": "^0.3.4",
|
|
16
|
+
"@fluentui-copilot/react-chat-input-plugins": "^0.3.4",
|
|
17
17
|
"@fluentui-copilot/react-text-editor": "^0.3.2",
|
|
18
18
|
"@swc/helpers": "^0.5.1"
|
|
19
19
|
},
|