@elliemae/ds-tabs 3.18.0-next.1 → 3.18.0-next.3

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.
@@ -4,8 +4,8 @@ interface StyledCarouselButtonWrapperPropsT {
4
4
  right?: boolean;
5
5
  tabType: DSTabsInternalsT.TabTypesT;
6
6
  }
7
- export declare const StyledCarouselBtn: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object, never>;
8
- export declare const StyledCarouselWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
9
- export declare const StyledChildrenWrap: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
10
- export declare const StyledCarouselButtonWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledCarouselButtonWrapperPropsT, never>;
7
+ export declare const StyledCarouselBtn: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledCarouselWrapper: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
9
+ export declare const StyledChildrenWrap: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
10
+ export declare const StyledCarouselButtonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledCarouselButtonWrapperPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
11
11
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabsInternalsT } from '../../sharedTypes.js';
3
2
  interface StyledSelectionIndicatoPropsT {
4
3
  isDSMobile: boolean;
@@ -33,17 +32,17 @@ interface StyledTabWrapperPropsT {
33
32
  isDSMobile: boolean;
34
33
  fixedTabsHeaders: boolean;
35
34
  }
36
- export declare const StyledSelectionIndicator: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledSelectionIndicatoPropsT, never>;
37
- export declare const StyledMobileGradient: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
35
+ export declare const StyledSelectionIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledSelectionIndicatoPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
36
+ export declare const StyledMobileGradient: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
38
37
  style: {
39
38
  left: number;
40
39
  maxWidth: number;
41
40
  };
42
- } & StyledMobileGradientPropsT, "style">;
41
+ } & StyledMobileGradientPropsT, string | number | symbol>;
43
42
  /** CSS Setters */
44
- export declare const StyledTabWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledTabWrapperPropsT, never>;
45
- export declare const StyledTabButton: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledTabButtonPropsT, never>;
46
- export declare const StyledSubTabsList: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledSubTabsListPropsT, never>;
47
- export declare const StyledTabList: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledTabListPropsT, never>;
48
- export declare const StyledRequiredMark: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
43
+ export declare const StyledTabWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTabWrapperPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
44
+ export declare const StyledTabButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, StyledTabButtonPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
45
+ export declare const StyledSubTabsList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledSubTabsListPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
46
+ export declare const StyledTabList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTabListPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
47
+ export declare const StyledRequiredMark: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
49
48
  export {};
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledTabBarContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
1
+ export declare const StyledTabBarContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  interface StyledPanelContainerPropsT {
3
2
  hide: boolean;
4
3
  isDSMobile: boolean;
5
4
  }
6
- export declare const StyledPanelContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StyledPanelContainerPropsT, never>;
5
+ export declare const StyledPanelContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledPanelContainerPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
7
6
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,12 +133,12 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.6",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button": "3.18.0-next.1",
137
- "@elliemae/ds-icon": "3.18.0-next.1",
138
- "@elliemae/ds-utilities": "3.18.0-next.1",
139
- "@elliemae/ds-icons": "3.18.0-next.1",
140
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
141
- "@elliemae/ds-system": "3.18.0-next.1"
136
+ "@elliemae/ds-button": "3.18.0-next.3",
137
+ "@elliemae/ds-icon": "3.18.0-next.3",
138
+ "@elliemae/ds-system": "3.18.0-next.3",
139
+ "@elliemae/ds-utilities": "3.18.0-next.3",
140
+ "@elliemae/ds-icons": "3.18.0-next.3",
141
+ "@elliemae/ds-props-helpers": "3.18.0-next.3"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@testing-library/jest-dom": "~5.16.5",
@@ -150,7 +150,7 @@
150
150
  "lodash": "^4.17.21",
151
151
  "react": "^17.0.2",
152
152
  "react-dom": "^17.0.2",
153
- "styled-components": "~5.3.6"
153
+ "styled-components": "~5.3.9"
154
154
  },
155
155
  "publishConfig": {
156
156
  "access": "public",
@@ -165,6 +165,6 @@
165
165
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
166
166
  "dev:build": "pnpm --filter {.}... build",
167
167
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
168
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
168
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
169
169
  }
170
170
  }