@elliemae/ds-banner 3.46.4 → 3.46.6

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
- import type { MutableRefObject, RefCallback, WeakValidationMap } from 'react';
1
+ import type { MutableRefObject, RefCallback } from 'react';
2
2
  import type { XstyledProps } from '@elliemae/ds-props-helpers';
3
3
  import { BANNER_TYPES } from './exported-related/index.js';
4
4
  export declare namespace DSBannerT {
@@ -1,24 +1,7 @@
1
- /// <reference types="react" />
2
- import type { SizingProps, LayoutProps, SpaceProps, ColorProps } from '@elliemae/ds-system';
3
- import type { DSBannerT } from './react-desc-prop-types.js';
4
- interface StyledBannerContainerT extends SizingProps, LayoutProps, SpaceProps, ColorProps {
5
- isOpen: boolean;
6
- isAnimating: boolean;
7
- height: number;
8
- }
9
- interface StyledInnerContainerT {
10
- type: DSBannerT.BannerTypesT;
11
- isOpen: boolean;
12
- isAnimating: boolean;
13
- }
14
- interface StyledActionLinkT {
15
- isBodyEmpty: boolean;
16
- }
17
- export declare const StyledBannerContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledBannerContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
18
- export declare const StyledInnerContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledInnerContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
19
- export declare const StyledIconContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
20
- export declare const StyledTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
21
- export declare const StyledSubTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
22
- export declare const StyledActionLink: import("styled-components").StyledComponent<"a", import("@elliemae/ds-system").Theme, StyledActionLinkT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"a">, never>;
23
- export declare const StyledCloseButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
24
- export {};
1
+ export declare const StyledBannerContainer: any;
2
+ export declare const StyledInnerContainer: any;
3
+ export declare const StyledIconContainer: any;
4
+ export declare const StyledTitle: any;
5
+ export declare const StyledSubTitle: any;
6
+ export declare const StyledActionLink: any;
7
+ export declare const StyledCloseButton: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-banner",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Banner",
6
6
  "files": [
@@ -66,17 +66,17 @@
66
66
  "dependencies": {
67
67
  "@xstyled/system": "~3.7.3",
68
68
  "@xstyled/util": "3.7.0",
69
- "@elliemae/ds-grid": "3.46.4",
70
- "@elliemae/ds-system": "3.46.4",
71
- "@elliemae/ds-typescript-helpers": "3.46.4",
72
- "@elliemae/ds-props-helpers": "3.46.4",
73
- "@elliemae/ds-icons": "3.46.4",
74
- "@elliemae/ds-button-v2": "3.46.4"
69
+ "@elliemae/ds-button-v2": "3.46.6",
70
+ "@elliemae/ds-props-helpers": "3.46.6",
71
+ "@elliemae/ds-system": "3.46.6",
72
+ "@elliemae/ds-typescript-helpers": "3.46.6",
73
+ "@elliemae/ds-grid": "3.46.6",
74
+ "@elliemae/ds-icons": "3.46.6"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@elliemae/pui-cli": "9.0.0-next.50",
78
78
  "styled-components": "~5.3.9",
79
- "@elliemae/ds-monorepo-devops": "3.46.4"
79
+ "@elliemae/ds-monorepo-devops": "3.46.6"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "lodash": "^4.17.21",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "publishConfig": {
88
88
  "access": "public",
89
- "typeSafety": true
89
+ "typeSafety": false
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",