@fluentui-copilot/react-morse-code 0.0.14 → 0.0.15

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,7 +2,49 @@
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Oct 2025 00:02:52 GMT",
5
+ "date": "Sat, 08 Nov 2025 02:19:18 GMT",
6
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.15",
7
+ "version": "0.0.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-morse-code",
13
+ "commit": "c044470bcc807f0a174ca3278a1f5d6b3df22fe6",
14
+ "comment": "chore: Update @fluentui/react-components and @fluentui/react-utilities peer dependencies"
15
+ },
16
+ {
17
+ "author": "jiangemma@microsoft.com",
18
+ "package": "@fluentui-copilot/react-morse-code",
19
+ "commit": "5a476ef39eeaf2f6bebaab0f8fd82de38dd58702",
20
+ "comment": "chore: Update all imports of JSXElement and JSXIntrinsicElement to be from @fluentui/react-utilities"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 22 Oct 2025 17:51:32 GMT",
27
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.14",
28
+ "version": "0.0.14",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "hochelmartin@gmail.com",
33
+ "package": "@fluentui-copilot/react-morse-code",
34
+ "commit": "85efb411485b778327290c03aacb479fc9779dab",
35
+ "comment": "chore: migrate to dts generation against public api instead of internal path aliases tsc resolution"
36
+ },
37
+ {
38
+ "author": "hochelmartin@gmail.com",
39
+ "package": "@fluentui-copilot/react-morse-code",
40
+ "commit": "48ccb5a4f7de5360ca68a391659ca96786a0a5b7",
41
+ "comment": "fix: update invalid workspace dep ranges after release"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Tue, 14 Oct 2025 00:04:51 GMT",
6
48
  "tag": "@fluentui-copilot/react-morse-code_v0.0.14",
7
49
  "version": "0.0.14",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-copilot/react-morse-code
2
2
 
3
- This log was last generated on Tue, 14 Oct 2025 00:02:52 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 08 Nov 2025 02:19:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.15](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.15)
8
+
9
+ Sat, 08 Nov 2025 02:19:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.14..@fluentui-copilot/react-morse-code_v0.0.15)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update @fluentui/react-components and @fluentui/react-utilities peer dependencies ([PR #3433](https://github.com/microsoft/fluentai/pull/3433) by jiangemma@microsoft.com)
15
+ - chore: Update all imports of JSXElement and JSXIntrinsicElement to be from @fluentui/react-utilities ([PR #3432](https://github.com/microsoft/fluentai/pull/3432) by jiangemma@microsoft.com)
16
+
7
17
  ## [0.0.14](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.14)
8
18
 
9
- Tue, 14 Oct 2025 00:02:52 GMT
19
+ Tue, 14 Oct 2025 00:04:51 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.13..@fluentui-copilot/react-morse-code_v0.0.14)
11
21
 
12
22
  ### Patches
@@ -1 +1 @@
1
- {"version":3,"sources":["renderMorseCode.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { JSXElement } from '@fluentui/react-components';\n\nexport const renderMorseCode = (\n wrapperClassName: string,\n wrapperProps: React.HTMLAttributes<HTMLDivElement>,\n morseCodeClassName: string,\n targetRef?: (node: HTMLElement | null) => void,\n): JSXElement => {\n return (\n <div className={wrapperClassName} {...wrapperProps}>\n <div ref={targetRef} className={morseCodeClassName} />\n </div>\n );\n};\n"],"names":["React","renderMorseCode","wrapperClassName","wrapperProps","morseCodeClassName","targetRef","div","className","ref"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAG/B,OAAO,MAAMC,kBAAkB,CAC7BC,kBACAC,cACAC,oBACAC;IAEA,qBACE,oBAACC;QAAIC,WAAWL;QAAmB,GAAGC,YAAY;qBAChD,oBAACG;QAAIE,KAAKH;QAAWE,WAAWH;;AAGtC,EAAE"}
1
+ {"version":3,"sources":["renderMorseCode.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { JSXElement } from '@fluentui/react-utilities';\n\nexport const renderMorseCode = (\n wrapperClassName: string,\n wrapperProps: React.HTMLAttributes<HTMLDivElement>,\n morseCodeClassName: string,\n targetRef?: (node: HTMLElement | null) => void,\n): JSXElement => {\n return (\n <div className={wrapperClassName} {...wrapperProps}>\n <div ref={targetRef} className={morseCodeClassName} />\n </div>\n );\n};\n"],"names":["React","renderMorseCode","wrapperClassName","wrapperProps","morseCodeClassName","targetRef","div","className","ref"],"rangeMappings":";;;;;;;;;","mappings":"AAAA,YAAYA,WAAW,QAAQ;AAG/B,OAAO,MAAMC,kBAAkB,CAC7BC,kBACAC,cACAC,oBACAC;IAEA,qBACE,oBAACC;QAAIC,WAAWL;QAAmB,GAAGC,YAAY;qBAChD,oBAACG;QAAIE,KAAKH;QAAWE,WAAWH;;AAGtC,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"sources":["renderMorseCode.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { JSXElement } from '@fluentui/react-components';\n\nexport const renderMorseCode = (\n wrapperClassName: string,\n wrapperProps: React.HTMLAttributes<HTMLDivElement>,\n morseCodeClassName: string,\n targetRef?: (node: HTMLElement | null) => void,\n): JSXElement => {\n return (\n <div className={wrapperClassName} {...wrapperProps}>\n <div ref={targetRef} className={morseCodeClassName} />\n </div>\n );\n};\n"],"names":["renderMorseCode","wrapperClassName","wrapperProps","morseCodeClassName","targetRef","React","createElement","div","className","ref"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BAGaA;;;eAAAA;;;;iEAHU;AAGhB,MAAMA,kBAAkB,CAC7BC,kBACAC,cACAC,oBACAC;IAEA,OAAA,WAAA,GACEC,OAAAC,aAAA,CAACC,OAAAA;QAAIC,WAAWP;QAAmB,GAAGC,YAAY;qBAChDG,OAAAC,aAAA,CAACC,OAAAA;QAAIE,KAAKL;QAAWI,WAAWL;;AAGtC"}
1
+ {"version":3,"sources":["renderMorseCode.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { JSXElement } from '@fluentui/react-utilities';\n\nexport const renderMorseCode = (\n wrapperClassName: string,\n wrapperProps: React.HTMLAttributes<HTMLDivElement>,\n morseCodeClassName: string,\n targetRef?: (node: HTMLElement | null) => void,\n): JSXElement => {\n return (\n <div className={wrapperClassName} {...wrapperProps}>\n <div ref={targetRef} className={morseCodeClassName} />\n </div>\n );\n};\n"],"names":["renderMorseCode","wrapperClassName","wrapperProps","morseCodeClassName","targetRef","React","createElement","div","className","ref"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BAGaA;;;eAAAA;;;;iEAHU;AAGhB,MAAMA,kBAAkB,CAC7BC,kBACAC,cACAC,oBACAC;IAEA,OAAA,WAAA,GACEC,OAAAC,aAAA,CAACC,OAAAA;QAAIC,WAAWP;QAAmB,GAAGC,YAAY;qBAChDG,OAAAC,aAAA,CAACC,OAAAA;QAAIE,KAAKL;QAAWI,WAAWL;;AAGtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,12 +13,13 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui-contrib/houdini-utils": "^0.5.1",
16
- "@fluentui-copilot/morse-code": "~0.1.0",
16
+ "@fluentui-copilot/morse-code": "^0.1.1",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@fluentui/react-components": ">=9.70.0 <10.0.0",
20
+ "@fluentui/react-components": ">=9.69.0 <10.0.0",
21
21
  "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
22
+ "@fluentui/react-utilities": ">=9.24.1 <10.0.0",
22
23
  "@types/react": ">=16.14.0 <20.0.0",
23
24
  "@types/react-dom": ">=16.9.8 <20.0.0",
24
25
  "react": ">=16.14.0 <20.0.0",