@elliemae/ds-shuttle-v2 3.17.0-next.6 → 3.17.0-next.7

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
  declare const DSShuttleV2: (props: object) => JSX.Element;
2
3
  declare const DSShuttleV2WithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<object>;
3
4
  export { DSShuttleV2, DSShuttleV2WithSchema };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const LoadMoreBtn: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const LoadingMore: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const EmptyItems: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const LoadingItems: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const PanelContentTopSection: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
2
3
  export declare const PanelFilterSection: (panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle-v2",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle v2",
6
6
  "files": [
@@ -38,20 +38,20 @@
38
38
  "fast-deep-equal": "~3.1.3",
39
39
  "react-virtual": "~2.10.4",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.17.0-next.6",
42
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.6",
43
- "@elliemae/ds-drag-and-drop": "3.17.0-next.6",
44
- "@elliemae/ds-form-checkbox": "3.17.0-next.6",
45
- "@elliemae/ds-form-input-text": "3.17.0-next.6",
46
- "@elliemae/ds-grid": "3.17.0-next.6",
47
- "@elliemae/ds-icons": "3.17.0-next.6",
48
- "@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.6",
49
- "@elliemae/ds-popperjs": "3.17.0-next.6",
50
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
51
- "@elliemae/ds-system": "3.17.0-next.6",
52
- "@elliemae/ds-typography": "3.17.0-next.6",
53
- "@elliemae/ds-utilities": "3.17.0-next.6",
54
- "@elliemae/ds-zustand-helpers": "3.17.0-next.6"
41
+ "@elliemae/ds-button-v2": "3.17.0-next.7",
42
+ "@elliemae/ds-circular-progress-indicator": "3.17.0-next.7",
43
+ "@elliemae/ds-form-checkbox": "3.17.0-next.7",
44
+ "@elliemae/ds-drag-and-drop": "3.17.0-next.7",
45
+ "@elliemae/ds-form-input-text": "3.17.0-next.7",
46
+ "@elliemae/ds-grid": "3.17.0-next.7",
47
+ "@elliemae/ds-icons": "3.17.0-next.7",
48
+ "@elliemae/ds-popperjs": "3.17.0-next.7",
49
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
50
+ "@elliemae/ds-system": "3.17.0-next.7",
51
+ "@elliemae/ds-typography": "3.17.0-next.7",
52
+ "@elliemae/ds-utilities": "3.17.0-next.7",
53
+ "@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.7",
54
+ "@elliemae/ds-zustand-helpers": "3.17.0-next.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@testing-library/dom": "~8.19.0",
@@ -59,8 +59,8 @@
59
59
  "@testing-library/user-event": "~13.5.0",
60
60
  "lodash": "^4.17.21",
61
61
  "styled-components": "~5.3.9",
62
- "@elliemae/ds-breadcrumb": "3.17.0-next.6",
63
- "@elliemae/ds-tree-model": "3.17.0-next.6"
62
+ "@elliemae/ds-breadcrumb": "3.17.0-next.7",
63
+ "@elliemae/ds-tree-model": "3.17.0-next.7"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "lodash": "^4.17.21",