@elliemae/ds-side-panel-header 3.53.1-rc.0 → 3.54.0-beta.1

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,3 @@
1
- /// <reference types="prop-types" />
2
1
  import type React from 'react';
3
2
  import { type GlobalAttributesT, type XstyledProps, type ValidationMap } from '@elliemae/ds-props-helpers';
4
3
  export declare namespace DSSidePanelHeaderT {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledTitle: 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>;
3
2
  export declare const Wrapper: 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>;
4
3
  export declare const StyledCloseButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps<import("@elliemae/ds-system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-side-panel-header",
3
- "version": "3.53.1-rc.0",
3
+ "version": "3.54.0-beta.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Side Panel Header",
6
6
  "files": [
@@ -36,20 +36,20 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/pui-theme": "~2.12.0",
40
- "@elliemae/ds-button-v2": "3.53.1-rc.0",
41
- "@elliemae/ds-grid": "3.53.1-rc.0",
42
- "@elliemae/ds-props-helpers": "3.53.1-rc.0",
43
- "@elliemae/ds-icons": "3.53.1-rc.0",
44
- "@elliemae/ds-system": "3.53.1-rc.0"
39
+ "@elliemae/pui-theme": "~2.13.0",
40
+ "@elliemae/ds-button-v2": "3.54.0-beta.1",
41
+ "@elliemae/ds-grid": "3.54.0-beta.1",
42
+ "@elliemae/ds-props-helpers": "3.54.0-beta.1",
43
+ "@elliemae/ds-system": "3.54.0-beta.1",
44
+ "@elliemae/ds-icons": "3.54.0-beta.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.63",
47
+ "@elliemae/pui-cli": "9.0.0-next.65",
48
48
  "@xstyled/system": "~3.7.3",
49
49
  "@xstyled/util": "~3.7.0",
50
50
  "jest": "~29.7.0",
51
51
  "styled-components": "~5.3.9",
52
- "@elliemae/ds-monorepo-devops": "3.53.1-rc.0"
52
+ "@elliemae/ds-monorepo-devops": "3.54.0-beta.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "lodash-es": "^4.17.21",