@elliemae/ds-group-box 2.2.0-next.5 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-group-box",
3
- "version": "2.2.0-next.5",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Group Box",
6
6
  "module": "./esm/index.js",
@@ -64,9 +64,9 @@
64
64
  "build": "node ../../scripts/build/build.js"
65
65
  },
66
66
  "dependencies": {
67
- "@elliemae/ds-classnames": "2.2.0-next.5",
68
- "@elliemae/ds-system": "2.2.0-next.5",
69
- "@elliemae/ds-truncated-tooltip-text": "2.2.0-next.5",
67
+ "@elliemae/ds-classnames": "2.2.0",
68
+ "@elliemae/ds-system": "2.2.0",
69
+ "@elliemae/ds-truncated-tooltip-text": "2.2.0",
70
70
  "@xstyled/styled-components": "~3.1.1",
71
71
  "prop-types": "~15.7.2",
72
72
  "react-desc": "~4.1.3"
@@ -105,23 +105,7 @@ declare const DSGroupBox: {
105
105
  };
106
106
  };
107
107
  declare const DSGroupBoxWithSchema: {
108
- (props?: {
109
- containerProps?: {} | undefined;
110
- labelProps?: {
111
- labelText: string;
112
- borderBottom: boolean;
113
- id: string;
114
- } | undefined;
115
- rightActions?: never[] | undefined;
116
- centerActions?: never[] | undefined;
117
- type?: string | undefined;
118
- asRow?: boolean | undefined;
119
- onlyHeader?: boolean | undefined;
120
- noBorder?: boolean | undefined;
121
- noPadding?: boolean | undefined;
122
- children?: never[] | undefined;
123
- isMain?: boolean | undefined;
124
- } | undefined): JSX.Element;
108
+ (props?: unknown): JSX.Element;
125
109
  propTypes: unknown;
126
110
  toTypescript: () => import("react-desc").TypescriptSchema;
127
111
  };