@fluentui-copilot/react-send-button 0.0.0-nightly-20250418-0405-0b1ae88d.1 → 0.0.1
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 +19 -7
- package/CHANGELOG.md +7 -5
- package/package.json +9 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,16 +2,28 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-send-button",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-send-button_v0.0.
|
|
7
|
-
"version": "0.0.
|
|
5
|
+
"date": "Sat, 19 Apr 2025 00:04:02 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-send-button_v0.0.1",
|
|
7
|
+
"version": "0.0.1",
|
|
8
8
|
"comments": {
|
|
9
|
-
"
|
|
9
|
+
"patch": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "owcampbe@microsoft.com",
|
|
12
12
|
"package": "@fluentui-copilot/react-send-button",
|
|
13
|
-
"commit": "
|
|
14
|
-
"comment": "
|
|
13
|
+
"commit": "24e1479bd5b052d9680059eb89e09fc93a15a564",
|
|
14
|
+
"comment": "chore: Move SendButton to @fluentui-copilot/react-send-button package."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "owcampbe@microsoft.com",
|
|
18
|
+
"package": "@fluentui-copilot/react-send-button",
|
|
19
|
+
"commit": "85d0f0e03e1b9191dc7d0d69ab44b68f0a40eecc",
|
|
20
|
+
"comment": "feat: Update designVersion=next styles and add isDictationActive variant."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "owcampbe@microsoft.com",
|
|
24
|
+
"package": "@fluentui-copilot/react-send-button",
|
|
25
|
+
"commit": "fea2dd2a14a12c9d0ccb80209121d999d0cfcc66",
|
|
26
|
+
"comment": "chore: Allow minor version bumps."
|
|
15
27
|
}
|
|
16
28
|
]
|
|
17
29
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-send-button
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 19 Apr 2025 00:04:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.
|
|
7
|
+
## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.1)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Sat, 19 Apr 2025 00:04:02 GMT
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- chore: Move SendButton to @fluentui-copilot/react-send-button package. ([PR #2897](https://github.com/microsoft/fluentai/pull/2897) by owcampbe@microsoft.com)
|
|
14
|
+
- feat: Update designVersion=next styles and add isDictationActive variant. ([PR #2932](https://github.com/microsoft/fluentai/pull/2932) by owcampbe@microsoft.com)
|
|
15
|
+
- chore: Allow minor version bumps. ([PR #2911](https://github.com/microsoft/fluentai/pull/2911) by owcampbe@microsoft.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-send-button",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "Fluent AI control for the send button used in ChatInput and PromptInput.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-provider": "^0.
|
|
16
|
-
"@fluentui-copilot/react-utilities": "^0.0.
|
|
17
|
-
"@fluentui-copilot/tokens": "^0.
|
|
15
|
+
"@fluentui-copilot/react-provider": "^0.11.1",
|
|
16
|
+
"@fluentui-copilot/react-utilities": "^0.0.6",
|
|
17
|
+
"@fluentui-copilot/tokens": "^0.3.9",
|
|
18
18
|
"@swc/helpers": "^0.5.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -28,7 +28,11 @@
|
|
|
28
28
|
"react": ">=16.14.0 <19.0.0",
|
|
29
29
|
"react-dom": ">=16.14.0 <19.0.0"
|
|
30
30
|
},
|
|
31
|
-
"beachball": {
|
|
31
|
+
"beachball": {
|
|
32
|
+
"disallowedChangeTypes": [
|
|
33
|
+
"major"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
32
36
|
"exports": {
|
|
33
37
|
".": {
|
|
34
38
|
"types": "./dist/index.d.ts",
|