@elliemae/ds-tabs 3.70.0-next.53 → 3.70.0-next.58

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -21,10 +21,10 @@ export interface PanelDescriptor extends Record<string, unknown>, ReturnType<typ
21
21
  }
22
22
  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>;
23
23
  export declare const StyledDSSwipeCard: import("styled-components").StyledComponent<{
24
- (props: import("@elliemae/ds-swipe-card").DSSwipeCardT.Props<PanelDescriptor>): import("react/jsx-runtime.js").JSX.Element;
24
+ (props: import("@elliemae/ds-swipe-card").DSSwipeCardT.Props<PanelDescriptor>): React.JSX.Element;
25
25
  displayName: string;
26
26
  }, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
27
- (props: import("@elliemae/ds-swipe-card").DSSwipeCardT.Props<PanelDescriptor>): import("react/jsx-runtime.js").JSX.Element;
27
+ (props: import("@elliemae/ds-swipe-card").DSSwipeCardT.Props<PanelDescriptor>): React.JSX.Element;
28
28
  displayName: string;
29
29
  }>, never>;
30
30
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -36,26 +36,26 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-button-v2": "3.70.0-next.53",
40
- "@elliemae/ds-icon": "3.70.0-next.53",
41
- "@elliemae/ds-props-helpers": "3.70.0-next.53",
42
- "@elliemae/ds-tab-button": "3.70.0-next.53",
43
- "@elliemae/ds-swipe-card": "3.70.0-next.53",
44
- "@elliemae/ds-typescript-helpers": "3.70.0-next.53",
45
- "@elliemae/ds-system": "3.70.0-next.53",
46
- "@elliemae/ds-icons": "3.70.0-next.53"
39
+ "@elliemae/ds-button-v2": "3.70.0-next.58",
40
+ "@elliemae/ds-swipe-card": "3.70.0-next.58",
41
+ "@elliemae/ds-icons": "3.70.0-next.58",
42
+ "@elliemae/ds-icon": "3.70.0-next.58",
43
+ "@elliemae/ds-system": "3.70.0-next.58",
44
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
45
+ "@elliemae/ds-tab-button": "3.70.0-next.58",
46
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.58"
47
47
  },
48
48
  "devDependencies": {
49
49
  "jest": "^30.0.0",
50
- "styled-components": "~5.3.9",
51
- "@elliemae/ds-test-utils": "3.70.0-next.53",
52
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53"
50
+ "styled-components": "~5.3.11",
51
+ "@elliemae/ds-test-utils": "3.70.0-next.58",
52
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "lodash-es": "^4.18.1",
56
56
  "react": "^18.3.1",
57
57
  "react-dom": "^18.3.1",
58
- "styled-components": "~5.3.9"
58
+ "styled-components": "~5.3.11"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",
@@ -70,4 +70,4 @@
70
70
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
71
71
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
72
72
  }
73
- }
73
+ }