@elliemae/ds-tabs 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,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
tabType: DSTabsInternalsT.TabTypesT;
|
|
6
|
-
}
|
|
7
|
-
export declare const StyledCarouselBtn: 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>;
|
|
8
|
-
export declare const StyledCarouselWrapper: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
9
|
-
export declare const StyledChildrenWrap: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
10
|
-
export declare const StyledCarouselButtonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledCarouselButtonWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
|
-
export {};
|
|
1
|
+
export declare const StyledCarouselBtn: any;
|
|
2
|
+
export declare const StyledCarouselWrapper: any;
|
|
3
|
+
export declare const StyledChildrenWrap: any;
|
|
4
|
+
export declare const StyledCarouselButtonWrapper: any;
|
|
@@ -1,48 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
isDSMobile: boolean;
|
|
4
|
-
tabType: DSTabsInternalsT.TabTypesT;
|
|
5
|
-
}
|
|
6
|
-
interface StyledSubTabsListPropsT {
|
|
7
|
-
withCarousel: boolean;
|
|
8
|
-
}
|
|
9
|
-
interface StyledTabButtonPropsT {
|
|
10
|
-
isActive: boolean;
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
showSeparator: boolean;
|
|
13
|
-
isDSMobile: boolean;
|
|
14
|
-
fixedTabsHeaders: boolean;
|
|
15
|
-
withCarousel: boolean;
|
|
16
|
-
tabType: DSTabsInternalsT.TabTypesT;
|
|
17
|
-
}
|
|
18
|
-
interface StyledTabListPropsT {
|
|
19
|
-
withCarousel: boolean;
|
|
20
|
-
isDSMobile: boolean;
|
|
21
|
-
fixedTabsHeaders: boolean;
|
|
22
|
-
mobileGradients: DSTabsInternalsT.MobileGradientsT;
|
|
23
|
-
indicatorStyle: DSTabsInternalsT.IndicatorStyleT;
|
|
24
|
-
tabType: DSTabsInternalsT.TabTypesT;
|
|
25
|
-
}
|
|
26
|
-
interface StyledMobileGradientPropsT {
|
|
27
|
-
mobileGradients: DSTabsInternalsT.MobileGradientsT;
|
|
28
|
-
left: number | undefined;
|
|
29
|
-
width: number | undefined;
|
|
30
|
-
}
|
|
31
|
-
interface StyledTabWrapperPropsT {
|
|
32
|
-
isDSMobile: boolean;
|
|
33
|
-
fixedTabsHeaders: boolean;
|
|
34
|
-
}
|
|
35
|
-
export declare const StyledSelectionIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledSelectionIndicatoPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
36
|
-
export declare const StyledMobileGradient: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
37
|
-
style: {
|
|
38
|
-
left: number;
|
|
39
|
-
maxWidth: number;
|
|
40
|
-
};
|
|
41
|
-
} & StyledMobileGradientPropsT, string | number | symbol>;
|
|
1
|
+
export declare const StyledSelectionIndicator: any;
|
|
2
|
+
export declare const StyledMobileGradient: any;
|
|
42
3
|
/** CSS Setters */
|
|
43
|
-
export declare const StyledTabWrapper:
|
|
44
|
-
export declare const StyledTabButton:
|
|
45
|
-
export declare const StyledSubTabsList:
|
|
46
|
-
export declare const StyledTabList:
|
|
47
|
-
export declare const StyledRequiredMark:
|
|
48
|
-
export {};
|
|
4
|
+
export declare const StyledTabWrapper: any;
|
|
5
|
+
export declare const StyledTabButton: any;
|
|
6
|
+
export declare const StyledSubTabsList: any;
|
|
7
|
+
export declare const StyledTabList: any;
|
|
8
|
+
export declare const StyledRequiredMark: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledTabBarContainer:
|
|
1
|
+
export declare const StyledTabBarContainer: any;
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
hide: boolean;
|
|
3
|
-
isDSMobile: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledPanelContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledPanelContainerPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
6
|
-
export {};
|
|
1
|
+
export declare const StyledPanelContainer: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-tabs",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tabs",
|
|
6
6
|
"files": [
|
|
@@ -134,16 +134,16 @@
|
|
|
134
134
|
"dependencies": {
|
|
135
135
|
"@react-hook/resize-observer": "~1.2.6",
|
|
136
136
|
"react-swipeable-views": "~0.14.0",
|
|
137
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-
|
|
140
|
-
"@elliemae/ds-
|
|
141
|
-
"@elliemae/ds-
|
|
137
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
|
138
|
+
"@elliemae/ds-icon": "3.46.6",
|
|
139
|
+
"@elliemae/ds-icons": "3.46.6",
|
|
140
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
141
|
+
"@elliemae/ds-system": "3.46.6"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
145
145
|
"styled-components": "~5.3.9",
|
|
146
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
146
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
147
147
|
},
|
|
148
148
|
"peerDependencies": {
|
|
149
149
|
"lodash": "^4.17.21",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public",
|
|
156
|
-
"typeSafety":
|
|
156
|
+
"typeSafety": false
|
|
157
157
|
},
|
|
158
158
|
"scripts": {
|
|
159
159
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|