@fluentui/react-textarea 9.3.9 → 9.3.10

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,40 @@
2
2
  "name": "@fluentui/react-textarea",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 Apr 2023 09:28:17 GMT",
5
+ "date": "Mon, 17 Apr 2023 17:50:10 GMT",
6
+ "tag": "@fluentui/react-textarea_v9.3.10",
7
+ "version": "9.3.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-textarea",
13
+ "commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
14
+ "comment": "chore: Remove deprecated TextareaField_unstable shim component"
15
+ },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-textarea",
19
+ "commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
20
+ "comment": "chore: Update react-field dependency version"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-textarea",
25
+ "comment": "Bump @fluentui/react-field to v9.1.0",
26
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-textarea",
31
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
32
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
6
39
  "tag": "@fluentui/react-textarea_v9.3.9",
7
40
  "version": "9.3.9",
8
41
  "comments": {
@@ -11,13 +44,13 @@
11
44
  "author": "beachball",
12
45
  "package": "@fluentui/react-textarea",
13
46
  "comment": "Bump @fluentui/react-field to v9.0.0-beta.2",
14
- "commit": "b48890859f5ce28fe12fd40f6bda26ed486c5e47"
47
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
15
48
  },
16
49
  {
17
50
  "author": "beachball",
18
51
  "package": "@fluentui/react-textarea",
19
52
  "comment": "Bump @fluentui/react-utilities to v9.7.4",
20
- "commit": "b48890859f5ce28fe12fd40f6bda26ed486c5e47"
53
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
21
54
  }
22
55
  ]
23
56
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # Change Log - @fluentui/react-textarea
2
2
 
3
- This log was last generated on Wed, 12 Apr 2023 09:28:17 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Apr 2023 17:50:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.3.10)
8
+
9
+ Mon, 17 Apr 2023 17:50:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.3.9..@fluentui/react-textarea_v9.3.10)
11
+
12
+ ### Patches
13
+
14
+ - chore: Remove deprecated TextareaField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
15
+ - chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
16
+ - Bump @fluentui/react-field to v9.1.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
18
+
7
19
  ## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.3.9)
8
20
 
9
- Wed, 12 Apr 2023 09:28:17 GMT
21
+ Wed, 12 Apr 2023 09:31:45 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.3.8..@fluentui/react-textarea_v9.3.9)
11
23
 
12
24
  ### Patches
13
25
 
14
- - Bump @fluentui/react-field to v9.0.0-beta.2 ([commit](https://github.com/microsoft/fluentui/commit/b48890859f5ce28fe12fd40f6bda26ed486c5e47) by beachball)
15
- - Bump @fluentui/react-utilities to v9.7.4 ([commit](https://github.com/microsoft/fluentui/commit/b48890859f5ce28fe12fd40f6bda26ed486c5e47) by beachball)
26
+ - Bump @fluentui/react-field to v9.0.0-beta.2 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
16
28
 
17
29
  ## [9.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.3.8)
18
30
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  import type { ComponentProps } from '@fluentui/react-utilities';
4
4
  import type { ComponentState } from '@fluentui/react-utilities';
5
- import { DeprecatedFieldProps } from '@fluentui/react-field';
6
5
  import type { ForwardRefComponent } from '@fluentui/react-utilities';
7
6
  import * as React_2 from 'react';
8
7
  import type { Slot } from '@fluentui/react-utilities';
@@ -20,22 +19,6 @@ export declare const Textarea: ForwardRefComponent<TextareaProps>;
20
19
 
21
20
  export declare const textareaClassNames: SlotClassNames<TextareaSlots>;
22
21
 
23
- /** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */
24
- export declare const TextareaField_unstable: ForwardRefComponent<TextareaFieldProps_unstable>;
25
-
26
- /** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */
27
- export declare const textareaFieldClassNames: {
28
- control: string;
29
- root: string;
30
- label: string;
31
- validationMessage: string;
32
- validationMessageIcon: string;
33
- hint: string;
34
- };
35
-
36
- /** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */
37
- export declare type TextareaFieldProps_unstable = DeprecatedFieldProps<TextareaProps>;
38
-
39
22
  /**
40
23
  * Data passed to the `onChange` callback when the textarea's value changes.
41
24
  */
package/lib/index.js CHANGED
@@ -1,4 +1,2 @@
1
1
  export { Textarea, renderTextarea_unstable, textareaClassNames, useTextareaStyles_unstable, useTextarea_unstable } from './Textarea';
2
- // eslint-disable-next-line deprecation/deprecation
3
- export { TextareaField as TextareaField_unstable, textareaFieldClassNames } from './TextareaField';
4
2
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["Textarea","renderTextarea_unstable","textareaClassNames","useTextareaStyles_unstable","useTextarea_unstable","TextareaField","TextareaField_unstable","textareaFieldClassNames"],"sources":["../src/index.ts"],"sourcesContent":["export {\n Textarea,\n renderTextarea_unstable,\n textareaClassNames,\n useTextareaStyles_unstable,\n useTextarea_unstable,\n} from './Textarea';\nexport type { TextareaOnChangeData, TextareaProps, TextareaSlots, TextareaState } from './Textarea';\n\n// eslint-disable-next-line deprecation/deprecation\nexport { TextareaField as TextareaField_unstable, textareaFieldClassNames } from './TextareaField';\n// eslint-disable-next-line deprecation/deprecation\nexport type { TextareaFieldProps as TextareaFieldProps_unstable } from './TextareaField';\n"],"mappings":"AAAA,SACEA,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,0BAA0B,EAC1BC,oBAAoB,QACf;AAGP;AACA,SAASC,aAAA,IAAiBC,sBAAsB,EAAEC,uBAAuB,QAAQ"}
1
+ {"version":3,"names":["Textarea","renderTextarea_unstable","textareaClassNames","useTextareaStyles_unstable","useTextarea_unstable"],"sources":["../src/index.ts"],"sourcesContent":["export {\n Textarea,\n renderTextarea_unstable,\n textareaClassNames,\n useTextareaStyles_unstable,\n useTextarea_unstable,\n} from './Textarea';\nexport type { TextareaOnChangeData, TextareaProps, TextareaSlots, TextareaState } from './Textarea';\n"],"mappings":"AAAA,SACEA,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,0BAA0B,EAC1BC,oBAAoB,QACf"}
@@ -13,12 +13,9 @@ _export(exports, {
13
13
  renderTextarea_unstable: ()=>_textarea.renderTextarea_unstable,
14
14
  textareaClassNames: ()=>_textarea.textareaClassNames,
15
15
  useTextareaStyles_unstable: ()=>_textarea.useTextareaStyles_unstable,
16
- useTextarea_unstable: ()=>_textarea.useTextarea_unstable,
17
- TextareaField_unstable: ()=>_textareaField.TextareaField,
18
- textareaFieldClassNames: ()=>_textareaField.textareaFieldClassNames
16
+ useTextarea_unstable: ()=>_textarea.useTextarea_unstable
19
17
  });
20
18
  const _textarea = require("./Textarea");
21
- const _textareaField = require("./TextareaField");
22
19
  //# sourceMappingURL=index.js.map
23
20
 
24
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { Textarea, renderTextarea_unstable, textareaClassNames, useTextareaStyles_unstable, useTextarea_unstable } from './Textarea';\n// eslint-disable-next-line deprecation/deprecation\nexport { TextareaField as TextareaField_unstable, textareaFieldClassNames } from './TextareaField';\n//# sourceMappingURL=index.js.map"],"names":["Textarea","renderTextarea_unstable","textareaClassNames","useTextareaStyles_unstable","useTextarea_unstable","TextareaField_unstable","TextareaField","textareaFieldClassNames"],"mappings":";;;;;;;;;;;IAASA,QAAQ,MAARA,kBAAQ;IAAEC,uBAAuB,MAAvBA,iCAAuB;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAAEC,0BAA0B,MAA1BA,oCAA0B;IAAEC,oBAAoB,MAApBA,8BAAoB;IAEtFC,sBAAsB,MAAvCC,4BAAa;IAA4BC,uBAAuB,MAAvBA,sCAAuB;;0BAF+C;+BAEvC;CACjF,iCAAiC"}
1
+ {"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { Textarea, renderTextarea_unstable, textareaClassNames, useTextareaStyles_unstable, useTextarea_unstable } from './Textarea';\n//# sourceMappingURL=index.js.map"],"names":["Textarea","renderTextarea_unstable","textareaClassNames","useTextareaStyles_unstable","useTextarea_unstable"],"mappings":";;;;;;;;;;;IAASA,QAAQ,MAARA,kBAAQ;IAAEC,uBAAuB,MAAvBA,iCAAuB;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAAEC,0BAA0B,MAA1BA,oCAA0B;IAAEC,oBAAoB,MAApBA,8BAAoB;;0BAAQ;CACxH,iCAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-textarea",
3
- "version": "9.3.9",
3
+ "version": "9.3.10",
4
4
  "description": "Fluent UI TextArea component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,10 +32,10 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-field": "9.0.0-beta.2",
35
+ "@fluentui/react-field": "^9.1.0",
36
36
  "@fluentui/react-shared-contexts": "^9.3.3",
37
37
  "@fluentui/react-theme": "^9.1.7",
38
- "@fluentui/react-utilities": "^9.7.4",
38
+ "@fluentui/react-utilities": "^9.8.0",
39
39
  "@griffel/react": "^1.5.2",
40
40
  "@swc/helpers": "^0.4.14"
41
41
  },
@@ -1,2 +0,0 @@
1
- export * from './components/TextareaField/index';
2
- //# sourceMappingURL=TextareaField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../src/TextareaField.ts"],"sourcesContent":["export * from './components/TextareaField/index';\n"],"mappings":"AAAA,cAAc"}
@@ -1,7 +0,0 @@
1
- /* eslint-disable deprecation/deprecation */import { getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';
2
- import { Textarea, textareaClassNames } from '../../Textarea';
3
- /** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */
4
- export const textareaFieldClassNames = /*#__PURE__*/getDeprecatedFieldClassNames(textareaClassNames.root);
5
- /** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */
6
- export const TextareaField = /*#__PURE__*/makeDeprecatedField(Textarea);
7
- //# sourceMappingURL=TextareaField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["getDeprecatedFieldClassNames","makeDeprecatedField","Textarea","textareaClassNames","textareaFieldClassNames","root","TextareaField"],"sources":["../../../src/components/TextareaField/TextareaField.tsx"],"sourcesContent":["/* eslint-disable deprecation/deprecation */\nimport { DeprecatedFieldProps, getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { Textarea, textareaClassNames, TextareaProps } from '../../Textarea';\n\n/** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */\nexport type TextareaFieldProps = DeprecatedFieldProps<TextareaProps>;\n/** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */\nexport const textareaFieldClassNames = getDeprecatedFieldClassNames(textareaClassNames.root);\n/** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */\nexport const TextareaField: ForwardRefComponent<TextareaFieldProps> = makeDeprecatedField(Textarea);\n"],"mappings":"AAAA,4CACA,SAA+BA,4BAA4B,EAAEC,mBAAmB,QAAQ;AAExF,SAASC,QAAQ,EAAEC,kBAAkB,QAAuB;AAI5D;AACA,OAAO,MAAMC,uBAAA,gBAA0BJ,4BAAA,CAA6BG,kBAAA,CAAmBE,IAAI;AAC3F;AACA,OAAO,MAAMC,aAAA,gBAAyDL,mBAAA,CAAoBC,QAAA"}
@@ -1,2 +0,0 @@
1
- export * from './TextareaField';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../../src/components/TextareaField/index.ts"],"sourcesContent":["export * from './TextareaField';\n"],"mappings":"AAAA,cAAc"}
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./components/TextareaField/index"), exports);
7
- //# sourceMappingURL=TextareaField.js.map
8
-
9
- //# sourceMappingURL=TextareaField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../lib/TextareaField.js"],"sourcesContent":["export * from './components/TextareaField/index';\n//# sourceMappingURL=TextareaField.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,yCAAyC"}
@@ -1,20 +0,0 @@
1
- /* eslint-disable deprecation/deprecation */ "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
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
- textareaFieldClassNames: ()=>textareaFieldClassNames,
13
- TextareaField: ()=>TextareaField
14
- });
15
- const _reactField = require("@fluentui/react-field");
16
- const _textarea = require("../../Textarea");
17
- const textareaFieldClassNames = /*#__PURE__*/ (0, _reactField.getDeprecatedFieldClassNames)(_textarea.textareaClassNames.root);
18
- const TextareaField = /*#__PURE__*/ (0, _reactField.makeDeprecatedField)(_textarea.Textarea); //# sourceMappingURL=TextareaField.js.map
19
-
20
- //# sourceMappingURL=TextareaField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../lib/components/TextareaField/TextareaField.js"],"sourcesContent":["/* eslint-disable deprecation/deprecation */import { getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';\nimport { Textarea, textareaClassNames } from '../../Textarea';\n/** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */\nexport const textareaFieldClassNames = /*#__PURE__*/getDeprecatedFieldClassNames(textareaClassNames.root);\n/** @deprecated Use Field with Textarea: `<Field><Textarea /></Field>` */\nexport const TextareaField = /*#__PURE__*/makeDeprecatedField(Textarea);\n//# sourceMappingURL=TextareaField.js.map"],"names":["textareaFieldClassNames","TextareaField","getDeprecatedFieldClassNames","textareaClassNames","root","makeDeprecatedField","Textarea"],"mappings":"AAAA,0CAA0C;;;;;;;;;;;IAG7BA,uBAAuB,MAAvBA;IAEAC,aAAa,MAAbA;;4BALiG;0BACjE;AAEtC,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,wCAA4B,EAACC,4BAAkB,CAACC,IAAI;AAEjG,MAAMH,gBAAgB,WAAW,GAAEI,IAAAA,+BAAmB,EAACC,kBAAQ,GACtE,yCAAyC"}
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
- _exportStar(require("./TextareaField"), exports);
7
- //# sourceMappingURL=index.js.map
8
-
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../lib/components/TextareaField/index.js"],"sourcesContent":["export * from './TextareaField';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}