@elliemae/ds-slider-v2 3.46.4 → 3.46.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/styles.d.ts +8 -23
- package/package.json +8 -8
package/dist/types/styles.d.ts
CHANGED
@@ -1,23 +1,8 @@
|
|
1
|
-
|
2
|
-
export declare const
|
3
|
-
export declare const
|
4
|
-
export declare const
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
maxValue: number;
|
10
|
-
rangeValues: [number] | [number, number];
|
11
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
12
|
-
export declare const StyledDot: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
13
|
-
isActive: boolean;
|
14
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
15
|
-
export declare const StyledDotsContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
16
|
-
export declare const StyledTickMarkValue: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
17
|
-
isSelected: boolean;
|
18
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
19
|
-
export declare const StyledTickMarksContainer: 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 StyledThumb: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
21
|
-
disabled: boolean;
|
22
|
-
applyAriaDisabled: boolean;
|
23
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
1
|
+
export declare const StyledWrapper: any;
|
2
|
+
export declare const StyledRangeWrapper: any;
|
3
|
+
export declare const StyledTrack: any;
|
4
|
+
export declare const StyledDot: any;
|
5
|
+
export declare const StyledDotsContainer: any;
|
6
|
+
export declare const StyledTickMarkValue: any;
|
7
|
+
export declare const StyledTickMarksContainer: any;
|
8
|
+
export declare const StyledThumb: any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-slider-v2",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.6",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Slider V 2",
|
6
6
|
"files": [
|
@@ -38,18 +38,18 @@
|
|
38
38
|
"dependencies": {
|
39
39
|
"react-range": "~1.8.14",
|
40
40
|
"uid": "^2.0.2",
|
41
|
-
"@elliemae/ds-grid": "3.46.
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-tooltip-v3": "3.46.
|
45
|
-
"@elliemae/ds-truncated-tooltip-text": "3.46.
|
46
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
41
|
+
"@elliemae/ds-grid": "3.46.6",
|
42
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
43
|
+
"@elliemae/ds-system": "3.46.6",
|
44
|
+
"@elliemae/ds-tooltip-v3": "3.46.6",
|
45
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6",
|
46
|
+
"@elliemae/ds-typescript-helpers": "3.46.6"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
50
50
|
"lodash": "^4.17.21",
|
51
51
|
"styled-components": "~5.3.9",
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|
55
55
|
"@testing-library/jest-dom": "~5.16.4",
|