@elliemae/ds-group-box 3.17.0-next.12 → 3.17.0-next.14

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,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const ActionItem: {
4
3
  ({ children }: {
5
4
  children: any;
6
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
7
6
  propTypes: {
8
7
  children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
9
8
  };
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const Actions: {
4
3
  ({ actions, centerActions, rightActions }: {
5
4
  actions?: never[] | undefined;
6
5
  centerActions: any;
7
6
  rightActions: any;
8
- }): JSX.Element | null;
7
+ }): import("react/jsx-runtime.js").JSX.Element | null;
9
8
  propTypes: {
10
9
  actions: PropTypes.Requireable<any[]>;
11
10
  centerActions: PropTypes.Requireable<boolean>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DSGroupBox: {
3
2
  ({ containerProps, labelProps, rightActions, centerActions, type, asRow, onlyHeader, noBorder, noPadding, children: components, isMain, }: {
4
3
  containerProps?: {} | undefined;
@@ -16,7 +15,7 @@ declare const DSGroupBox: {
16
15
  noPadding?: boolean | undefined;
17
16
  children?: never[] | undefined;
18
17
  isMain?: boolean | undefined;
19
- }): JSX.Element;
18
+ }): import("react/jsx-runtime.js").JSX.Element;
20
19
  propTypes: {
21
20
  /** props to inject to wrapper */
22
21
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const GroupBoxLabel: {
4
3
  ({ borderBottom, children, noBorder, isMain, type, id }: {
@@ -8,7 +7,7 @@ declare const GroupBoxLabel: {
8
7
  isMain: any;
9
8
  type: any;
10
9
  id: any;
11
- }): JSX.Element;
10
+ }): import("react/jsx-runtime.js").JSX.Element;
12
11
  propTypes: {
13
12
  children: PropTypes.Validator<NonNullable<NonNullable<PropTypes.ReactNodeLike>>>;
14
13
  type: PropTypes.Requireable<string>;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const LabelElement: {
4
3
  ({ children }: {
5
4
  children: any;
6
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
7
6
  propTypes: {
8
7
  children: PropTypes.Validator<NonNullable<NonNullable<PropTypes.ReactNodeLike>>>;
9
8
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const DSGroupBoxHeader: ({ labelProps, rightActions, centerActions, type, noBorder, isMain, }: {
3
2
  labelProps?: {
4
3
  labelText: string;
@@ -10,4 +9,4 @@ export declare const DSGroupBoxHeader: ({ labelProps, rightActions, centerAction
10
9
  type?: string | undefined;
11
10
  noBorder: any;
12
11
  isMain: any;
13
- }) => JSX.Element;
12
+ }) => import("react/jsx-runtime.js").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-group-box",
3
- "version": "3.17.0-next.12",
3
+ "version": "3.17.0-next.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Group Box",
6
6
  "files": [
@@ -68,10 +68,10 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "prop-types": "~15.8.1",
71
- "@elliemae/ds-classnames": "3.17.0-next.12",
72
- "@elliemae/ds-props-helpers": "3.17.0-next.12",
73
- "@elliemae/ds-system": "3.17.0-next.12",
74
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.12"
71
+ "@elliemae/ds-classnames": "3.17.0-next.14",
72
+ "@elliemae/ds-system": "3.17.0-next.14",
73
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.14",
74
+ "@elliemae/ds-props-helpers": "3.17.0-next.14"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@testing-library/jest-dom": "~5.16.5",