@elliemae/ds-accordion 3.46.5 → 3.46.7
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 +1 @@
|
|
|
1
|
-
export declare const StyledContainer:
|
|
1
|
+
export declare const StyledContainer: any;
|
|
@@ -1,52 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
interface StyledPrimaryTitlePropsT {
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
applyAriaDisabled: boolean;
|
|
15
|
-
isDSMobile?: boolean;
|
|
16
|
-
selected: boolean;
|
|
17
|
-
withSecondaryTitle: boolean;
|
|
18
|
-
}
|
|
19
|
-
interface StyledItemContentPropsT {
|
|
20
|
-
isDSMobile?: boolean;
|
|
21
|
-
selected?: boolean;
|
|
22
|
-
keepContentMounted: boolean;
|
|
23
|
-
applyAriaDisabled: boolean;
|
|
24
|
-
}
|
|
25
|
-
interface StyledSecondaryTitlePropsT {
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
applyAriaDisabled: boolean;
|
|
28
|
-
selected: boolean;
|
|
29
|
-
}
|
|
30
|
-
interface StyledItemAddonPropsT {
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
applyAriaDisabled: boolean;
|
|
33
|
-
isDSMobile?: boolean;
|
|
34
|
-
}
|
|
35
|
-
interface StyledItemHeaderContainerPropsT {
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
applyAriaDisabled: boolean;
|
|
38
|
-
}
|
|
39
|
-
interface StyledItemCustomActionsPropsT {
|
|
40
|
-
isDSMobile?: boolean;
|
|
41
|
-
}
|
|
42
|
-
export declare const StyledItemContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
43
|
-
export declare const StyledItemHeader: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, StyledItemHeaderPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
|
|
44
|
-
export declare const StyledItemContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledItemContentPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
45
|
-
export declare const StyledItemAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledItemAddonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
46
|
-
export declare const StyledItemTitles: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledItemTitlesPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
47
|
-
export declare const StyledPrimaryTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledPrimaryTitlePropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
48
|
-
export declare const StyledSecondaryTitle: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, StyledSecondaryTitlePropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
49
|
-
export declare const StyledItemCustomActions: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledItemCustomActionsPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
50
|
-
export declare const StyledItemHeaderContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledItemHeaderContainerPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
51
|
-
export declare const StyledTooltipContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
52
|
-
export {};
|
|
1
|
+
export declare const StyledItemContainer: any;
|
|
2
|
+
export declare const StyledItemHeader: any;
|
|
3
|
+
export declare const StyledItemContent: any;
|
|
4
|
+
export declare const StyledItemAddon: any;
|
|
5
|
+
export declare const StyledItemTitles: any;
|
|
6
|
+
export declare const StyledPrimaryTitle: any;
|
|
7
|
+
export declare const StyledSecondaryTitle: any;
|
|
8
|
+
export declare const StyledItemCustomActions: any;
|
|
9
|
+
export declare const StyledItemHeaderContainer: any;
|
|
10
|
+
export declare const StyledTooltipContent: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-accordion",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Accordion",
|
|
6
6
|
"files": [
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"lodash": "~4.17.21",
|
|
88
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
89
|
-
"@elliemae/ds-grid": "3.46.
|
|
90
|
-
"@elliemae/ds-icons": "3.46.
|
|
91
|
-
"@elliemae/ds-popperjs": "3.46.
|
|
92
|
-
"@elliemae/ds-system": "3.46.
|
|
93
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
88
|
+
"@elliemae/ds-button-v2": "3.46.7",
|
|
89
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
90
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
91
|
+
"@elliemae/ds-popperjs": "3.46.7",
|
|
92
|
+
"@elliemae/ds-system": "3.46.7",
|
|
93
|
+
"@elliemae/ds-props-helpers": "3.46.7"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"react": "^17.0.2",
|
|
100
100
|
"react-dom": "^17.0.2",
|
|
101
101
|
"styled-components": "~5.3.9",
|
|
102
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
102
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"lodash": "^4.17.21",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"publishConfig": {
|
|
110
110
|
"access": "public",
|
|
111
|
-
"typeSafety":
|
|
111
|
+
"typeSafety": false
|
|
112
112
|
},
|
|
113
113
|
"scripts": {
|
|
114
114
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|