@elliemae/ds-datagrids 3.24.2 → 3.25.0-next.2

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,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const CellWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
- export declare const ValueWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
- export declare const CellContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const CellWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
+ export declare const ValueWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
+ export declare const CellContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.24.2",
3
+ "version": "3.25.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -556,29 +556,29 @@
556
556
  "sortabular": "~1.6.0",
557
557
  "stylesheet-helpers": "~0.2.2",
558
558
  "uuid": "~8.3.2",
559
- "@elliemae/ds-classnames": "3.24.2",
560
- "@elliemae/ds-button": "3.24.2",
561
- "@elliemae/ds-controlled-form": "3.24.2",
562
- "@elliemae/ds-dropdownmenu": "3.24.2",
563
- "@elliemae/ds-filterbar": "3.24.2",
564
- "@elliemae/ds-form": "3.24.2",
565
- "@elliemae/ds-grid": "3.24.2",
566
- "@elliemae/ds-menu": "3.24.2",
567
- "@elliemae/ds-popper": "3.24.2",
568
- "@elliemae/ds-icons": "3.24.2",
569
- "@elliemae/ds-props-helpers": "3.24.2",
570
- "@elliemae/ds-separator": "3.24.2",
571
- "@elliemae/ds-shared": "3.24.2",
572
- "@elliemae/ds-spinner": "3.24.2",
573
- "@elliemae/ds-system": "3.24.2",
574
- "@elliemae/ds-toolbar": "3.24.2",
575
- "@elliemae/ds-truncated-tooltip-text": "3.24.2",
576
- "@elliemae/ds-utilities": "3.24.2"
559
+ "@elliemae/ds-button": "3.25.0-next.2",
560
+ "@elliemae/ds-classnames": "3.25.0-next.2",
561
+ "@elliemae/ds-dropdownmenu": "3.25.0-next.2",
562
+ "@elliemae/ds-filterbar": "3.25.0-next.2",
563
+ "@elliemae/ds-controlled-form": "3.25.0-next.2",
564
+ "@elliemae/ds-grid": "3.25.0-next.2",
565
+ "@elliemae/ds-form": "3.25.0-next.2",
566
+ "@elliemae/ds-icons": "3.25.0-next.2",
567
+ "@elliemae/ds-menu": "3.25.0-next.2",
568
+ "@elliemae/ds-props-helpers": "3.25.0-next.2",
569
+ "@elliemae/ds-popper": "3.25.0-next.2",
570
+ "@elliemae/ds-shared": "3.25.0-next.2",
571
+ "@elliemae/ds-separator": "3.25.0-next.2",
572
+ "@elliemae/ds-spinner": "3.25.0-next.2",
573
+ "@elliemae/ds-system": "3.25.0-next.2",
574
+ "@elliemae/ds-toolbar": "3.25.0-next.2",
575
+ "@elliemae/ds-truncated-tooltip-text": "3.25.0-next.2",
576
+ "@elliemae/ds-utilities": "3.25.0-next.2"
577
577
  },
578
578
  "devDependencies": {
579
579
  "@elliemae/pui-cli": "~9.0.0-next.31",
580
580
  "styled-components": "~5.3.9",
581
- "@elliemae/ds-monorepo-devops": "3.24.2"
581
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
582
582
  },
583
583
  "peerDependencies": {
584
584
  "lodash": "^4.17.21",