@fluentui-copilot/react-send-button 0.0.0-nightly-20250925-0407-633f78c5.1 → 0.0.0-nightly-20251002-0405-17b34fb7.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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui-copilot/react-send-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 25 Sep 2025 04:15:07 GMT",
6
- "tag": "@fluentui-copilot/react-send-button_v0.0.0-nightly-20250925-0407-633f78c5.1",
7
- "version": "0.0.0-nightly-20250925-0407-633f78c5.1",
5
+ "date": "Thu, 02 Oct 2025 04:13:20 GMT",
6
+ "tag": "@fluentui-copilot/react-send-button_v0.0.0-nightly-20251002-0405-17b34fb7.1",
7
+ "version": "0.0.0-nightly-20251002-0405-17b34fb7.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,6 +16,27 @@
16
16
  ]
17
17
  }
18
18
  },
19
+ {
20
+ "date": "Mon, 29 Sep 2025 20:26:51 GMT",
21
+ "tag": "@fluentui-copilot/react-send-button_v0.1.5",
22
+ "version": "0.1.5",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "jiangemma@microsoft.com",
27
+ "package": "@fluentui-copilot/react-send-button",
28
+ "commit": "d74d0f78f6a091a98d395a018dd88f0b76618798",
29
+ "comment": "feat: Update appearance in sidecar mode to match Catalyst craft"
30
+ },
31
+ {
32
+ "author": "tristan.watanabe@gmail.com",
33
+ "package": "@fluentui-copilot/react-send-button",
34
+ "commit": "eb866bbd84d778637cb17f869920ae47a3eeec50",
35
+ "comment": "fix: type issues after React 18 upgrade."
36
+ }
37
+ ]
38
+ }
39
+ },
19
40
  {
20
41
  "date": "Wed, 27 Aug 2025 23:20:53 GMT",
21
42
  "tag": "@fluentui-copilot/react-send-button_v0.1.4",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui-copilot/react-send-button
2
2
 
3
- This log was last generated on Thu, 25 Sep 2025 04:15:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Oct 2025 04:13:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20250925-0407-633f78c5.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.0-nightly-20250925-0407-633f78c5.1)
7
+ ## [0.0.0-nightly-20251002-0405-17b34fb7.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.0-nightly-20251002-0405-17b34fb7.1)
8
8
 
9
- Thu, 25 Sep 2025 04:15:07 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.1.4..@fluentui-copilot/react-send-button_v0.0.0-nightly-20250925-0407-633f78c5.1)
9
+ Thu, 02 Oct 2025 04:13:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.1.5..@fluentui-copilot/react-send-button_v0.0.0-nightly-20251002-0405-17b34fb7.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
15
 
16
+ ## [0.1.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.1.5)
17
+
18
+ Mon, 29 Sep 2025 20:26:51 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.1.4..@fluentui-copilot/react-send-button_v0.1.5)
20
+
21
+ ### Patches
22
+
23
+ - feat: Update appearance in sidecar mode to match Catalyst craft ([PR #3332](https://github.com/microsoft/fluentai/pull/3332) by jiangemma@microsoft.com)
24
+ - fix: type issues after React 18 upgrade. ([PR #3341](https://github.com/microsoft/fluentai/pull/3341) by tristan.watanabe@gmail.com)
25
+
16
26
  ## [0.1.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.1.4)
17
27
 
18
28
  Wed, 27 Aug 2025 23:20:53 GMT
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
4
2
  import type { ButtonProps } from '@fluentui/react-components';
5
3
  import type { ButtonState } from '@fluentui/react-components';
@@ -8,6 +6,7 @@ import type { ComponentState } from '@fluentui/react-components';
8
6
  import type { CopilotMode } from '@fluentui-copilot/react-provider';
9
7
  import type { DesignVersion } from '@fluentui-copilot/react-provider';
10
8
  import type { ForwardRefComponent } from '@fluentui/react-components';
9
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
11
10
  import type { PresenceMotionSlotProps } from '@fluentui/react-motion';
12
11
  import * as React_2 from 'react';
13
12
  import type { Slot } from '@fluentui/react-components';
@@ -16,7 +15,7 @@ import type { SlotClassNames } from '@fluentui/react-components';
16
15
  /**
17
16
  * Render the final JSX of SendButton
18
17
  */
19
- export declare const renderSendButton_unstable: (state: SendButtonState) => JSX.Element;
18
+ export declare const renderSendButton_unstable: (state: SendButtonState) => JSX_2.Element;
20
19
 
21
20
  export declare const SendButton: ForwardRefComponent<SendButtonProps>;
22
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-send-button",
3
- "version": "0.0.0-nightly-20250925-0407-633f78c5.1",
3
+ "version": "0.0.0-nightly-20251002-0405-17b34fb7.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,17 +12,17 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "0.0.0-nightly-20250925-0407-633f78c5.1",
16
- "@fluentui-copilot/react-utilities": "0.0.0-nightly-20250925-0407-633f78c5.1",
17
- "@fluentui-copilot/tokens": "0.0.0-nightly-20250925-0407-633f78c5.1",
15
+ "@fluentui-copilot/react-provider": "0.0.0-nightly-20251002-0405-17b34fb7.1",
16
+ "@fluentui-copilot/react-utilities": "0.0.0-nightly-20251002-0405-17b34fb7.1",
17
+ "@fluentui-copilot/tokens": "0.0.0-nightly-20251002-0405-17b34fb7.1",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@fluentui/react-components": ">=9.66.0 <10.0.0",
21
+ "@fluentui/react-components": ">=9.70.0 <10.0.0",
22
22
  "@fluentui/react-icons": ">=2.0.303 <3.0.0",
23
- "@fluentui/react-jsx-runtime": ">=9.1.1 <10.0.0",
24
- "@fluentui/react-motion": ">=9.8.1 <10.0.0",
25
- "@fluentui/react-shared-contexts": ">=9.24.0 <10.0.0",
23
+ "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
24
+ "@fluentui/react-motion": ">=9.10.4 <10.0.0",
25
+ "@fluentui/react-shared-contexts": ">=9.25.1 <10.0.0",
26
26
  "@types/react": ">=16.14.0 <19.0.0",
27
27
  "@types/react-dom": ">=16.9.8 <19.0.0",
28
28
  "react": ">=16.14.0 <19.0.0",