@elliemae/ds-data-table 3.18.0-next.7 → 3.18.0-rc.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,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Headers: (props: any) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Row: (props: any) => import("react/jsx-runtime.js").JSX.Element;
3
2
  declare const RowWithContext: (props: any) => JSX.Element;
4
3
  export { RowWithContext };
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const RowsWithContext: (props: any) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { TypescriptColumn } from '../types/props.js';
3
2
  export declare const SortableHeaderCell: ({ items, isDragOverlay, isGroup, ...rest }: {
4
3
  items: TypescriptColumn[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.18.0-next.7",
3
+ "version": "3.18.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -573,27 +573,27 @@
573
573
  "dependencies": {
574
574
  "react-virtual": "~2.10.4",
575
575
  "uid": "~2.0.1",
576
- "@elliemae/ds-button": "3.18.0-next.7",
577
- "@elliemae/ds-circular-progress-indicator": "3.18.0-next.7",
578
- "@elliemae/ds-dropdownmenu": "3.18.0-next.7",
579
- "@elliemae/ds-form-checkbox": "3.18.0-next.7",
580
- "@elliemae/ds-form-combobox": "3.18.0-next.7",
581
- "@elliemae/ds-form-date-range-picker": "3.18.0-next.7",
582
- "@elliemae/ds-form-date-time-picker": "3.18.0-next.7",
583
- "@elliemae/ds-form-layout-blocks": "3.18.0-next.7",
584
- "@elliemae/ds-grid": "3.18.0-next.7",
585
- "@elliemae/ds-icons": "3.18.0-next.7",
586
- "@elliemae/ds-pagination": "3.18.0-next.7",
587
- "@elliemae/ds-pills": "3.18.0-next.7",
588
- "@elliemae/ds-popperjs": "3.18.0-next.7",
589
- "@elliemae/ds-props-helpers": "3.18.0-next.7",
590
- "@elliemae/ds-skeleton": "3.18.0-next.7",
591
- "@elliemae/ds-system": "3.18.0-next.7",
592
- "@elliemae/ds-toolbar": "3.18.0-next.7",
593
- "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.7",
594
- "@elliemae/ds-utilities": "3.18.0-next.7",
595
- "@elliemae/ds-controlled-form": "3.18.0-next.7",
596
- "@elliemae/ds-drag-and-drop": "3.18.0-next.7"
576
+ "@elliemae/ds-button": "3.18.0-rc.0",
577
+ "@elliemae/ds-circular-progress-indicator": "3.18.0-rc.0",
578
+ "@elliemae/ds-controlled-form": "3.18.0-rc.0",
579
+ "@elliemae/ds-drag-and-drop": "3.18.0-rc.0",
580
+ "@elliemae/ds-dropdownmenu": "3.18.0-rc.0",
581
+ "@elliemae/ds-form-checkbox": "3.18.0-rc.0",
582
+ "@elliemae/ds-form-combobox": "3.18.0-rc.0",
583
+ "@elliemae/ds-form-date-range-picker": "3.18.0-rc.0",
584
+ "@elliemae/ds-form-date-time-picker": "3.18.0-rc.0",
585
+ "@elliemae/ds-form-layout-blocks": "3.18.0-rc.0",
586
+ "@elliemae/ds-grid": "3.18.0-rc.0",
587
+ "@elliemae/ds-icons": "3.18.0-rc.0",
588
+ "@elliemae/ds-pagination": "3.18.0-rc.0",
589
+ "@elliemae/ds-pills": "3.18.0-rc.0",
590
+ "@elliemae/ds-popperjs": "3.18.0-rc.0",
591
+ "@elliemae/ds-props-helpers": "3.18.0-rc.0",
592
+ "@elliemae/ds-skeleton": "3.18.0-rc.0",
593
+ "@elliemae/ds-system": "3.18.0-rc.0",
594
+ "@elliemae/ds-toolbar": "3.18.0-rc.0",
595
+ "@elliemae/ds-truncated-tooltip-text": "3.18.0-rc.0",
596
+ "@elliemae/ds-utilities": "3.18.0-rc.0"
597
597
  },
598
598
  "devDependencies": {
599
599
  "@testing-library/react": "~12.1.3",