@elliemae/ds-slider 3.18.0-next.1 → 3.18.0-next.2

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,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- export declare const ThumbStyled: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
- export declare const TooltipContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>, import("@elliemae/ds-system").Theme, object, never>;
4
- export declare const TooltipArrow: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
5
- export declare const LabelWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
6
- export declare const LabelText: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
7
- export declare const ValueText: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
8
- export declare const StyledRangeWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
2
+ export declare const ThumbStyled: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ export declare const TooltipContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const TooltipArrow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ export declare const LabelWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
+ export declare const LabelText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const ValueText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledRangeWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-slider",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider",
6
6
  "files": [
@@ -78,12 +78,12 @@
78
78
  "prop-types": "~15.8.1",
79
79
  "react-range": "~1.8.14",
80
80
  "uuid": "~8.3.2",
81
- "@elliemae/ds-grid": "3.18.0-next.1",
82
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
83
- "@elliemae/ds-system": "3.18.0-next.1",
84
- "@elliemae/ds-utilities": "3.18.0-next.1",
85
- "@elliemae/ds-tooltip": "3.18.0-next.1",
86
- "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.1"
81
+ "@elliemae/ds-grid": "3.18.0-next.2",
82
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
83
+ "@elliemae/ds-system": "3.18.0-next.2",
84
+ "@elliemae/ds-tooltip": "3.18.0-next.2",
85
+ "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.2",
86
+ "@elliemae/ds-utilities": "3.18.0-next.2"
87
87
  },
88
88
  "devDependencies": {
89
89
  "styled-components": "~5.3.9"
@@ -91,7 +91,7 @@
91
91
  "peerDependencies": {
92
92
  "react": "^17.0.2",
93
93
  "react-dom": "^17.0.2",
94
- "styled-components": "~5.3.6"
94
+ "styled-components": "~5.3.9"
95
95
  },
96
96
  "publishConfig": {
97
97
  "access": "public",
@@ -106,6 +106,6 @@
106
106
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
107
107
  "dev:build": "pnpm --filter {.}... build",
108
108
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
109
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
109
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
110
110
  }
111
111
  }