@elliemae/ds-form-input-textarea 3.29.2-rc.0 → 3.30.0-next.0

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSControlledLargeTextInputT } from './react-desc-prop-types.js';
2
3
  declare const DSControlledLargeTextInput: {
3
4
  (props: DSControlledLargeTextInputT.Props): JSX.Element;
@@ -114,6 +114,8 @@ export declare const propTypes: {
114
114
  borderLeftWidth: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
115
115
  borderRadius: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
116
116
  boxShadow: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
117
+ fontWeight: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
118
+ textAlign: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
117
119
  'aria-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
118
120
  'on-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
119
121
  'data-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-input-textarea",
3
- "version": "3.29.2-rc.0",
3
+ "version": "3.30.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Input Textarea",
6
6
  "files": [
@@ -35,16 +35,16 @@
35
35
  "indent": 4
36
36
  },
37
37
  "dependencies": {
38
- "@elliemae/ds-props-helpers": "3.29.2-rc.0",
39
- "@elliemae/ds-system": "3.29.2-rc.0",
40
- "@elliemae/ds-utilities": "3.29.2-rc.0"
38
+ "@elliemae/ds-props-helpers": "3.30.0-next.0",
39
+ "@elliemae/ds-system": "3.30.0-next.0",
40
+ "@elliemae/ds-utilities": "3.30.0-next.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@elliemae/pui-cli": "~9.0.0-next.31",
44
44
  "@elliemae/pui-theme": "~2.7.0",
45
45
  "@xstyled/system": "~3.7.3",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.29.2-rc.0"
47
+ "@elliemae/ds-monorepo-devops": "3.30.0-next.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@elliemae/pui-theme": "~2.7.0",