@elliemae/ds-filterbar 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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledLabeledPills: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
- export declare const StyledLabeledDropdownPills: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
- export declare const StyledPill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
- export declare const StyledRemovablePill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
- export declare const StyledOverflowPill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const StyledLabeledPills: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
3
+ export declare const StyledLabeledDropdownPills: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
4
+ export declare const StyledPill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
5
+ export declare const StyledRemovablePill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
6
+ export declare const StyledOverflowPill: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-filterbar",
3
- "version": "3.24.2",
3
+ "version": "3.25.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Filter Bar",
6
6
  "files": [
@@ -61,18 +61,18 @@
61
61
  "dependencies": {
62
62
  "memoize-one": "~6.0.0",
63
63
  "prop-types": "~15.8.1",
64
- "@elliemae/ds-button": "3.24.2",
65
- "@elliemae/ds-classnames": "3.24.2",
66
- "@elliemae/ds-pills": "3.24.2",
67
- "@elliemae/ds-props-helpers": "3.24.2",
68
- "@elliemae/ds-shared": "3.24.2",
69
- "@elliemae/ds-system": "3.24.2",
70
- "@elliemae/ds-utilities": "3.24.2"
64
+ "@elliemae/ds-props-helpers": "3.25.0-next.2",
65
+ "@elliemae/ds-system": "3.25.0-next.2",
66
+ "@elliemae/ds-utilities": "3.25.0-next.2",
67
+ "@elliemae/ds-button": "3.25.0-next.2",
68
+ "@elliemae/ds-pills": "3.25.0-next.2",
69
+ "@elliemae/ds-shared": "3.25.0-next.2",
70
+ "@elliemae/ds-classnames": "3.25.0-next.2"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@elliemae/pui-cli": "~9.0.0-next.31",
74
74
  "styled-components": "~5.3.9",
75
- "@elliemae/ds-monorepo-devops": "3.24.2"
75
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "lodash": "^4.17.21",