@elliemae/ds-tooltip-v3 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
  }
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { DSTooltipV3T } from './react-desc-prop-types.js';
2
3
  declare const DSTooltipV3: {
3
- <T extends DSTooltipV3T.CustomInterface>(props: DSTooltipV3T.Props<T>): import("react/jsx-runtime.js").JSX.Element;
4
+ <T extends DSTooltipV3T.CustomInterface>(props: DSTooltipV3T.Props<T>): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSTooltipV3WithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSTooltipV3T.Props<Record<string, unknown>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tooltip-v3",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tooltip V3",
6
6
  "files": [
@@ -36,24 +36,24 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-floating-context": "3.70.0-next.53",
40
- "@elliemae/ds-system": "3.70.0-next.53",
41
- "@elliemae/ds-props-helpers": "3.70.0-next.53"
39
+ "@elliemae/ds-floating-context": "3.70.0-next.58",
40
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
41
+ "@elliemae/ds-system": "3.70.0-next.58"
42
42
  },
43
43
  "devDependencies": {
44
- "@playwright/experimental-ct-react": "^1.60.0",
44
+ "@playwright/experimental-ct-react": "1.61.1",
45
45
  "jest": "^30.0.0",
46
46
  "react": "^18.3.1",
47
47
  "react-dom": "^18.3.1",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-grid": "3.70.0-next.53",
50
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53",
51
- "@elliemae/ds-test-utils": "3.70.0-next.53"
48
+ "styled-components": "~5.3.11",
49
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58",
50
+ "@elliemae/ds-test-utils": "3.70.0-next.58",
51
+ "@elliemae/ds-grid": "3.70.0-next.58"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^18.3.1",
55
55
  "react-dom": "^18.3.1",
56
- "styled-components": "~5.3.9"
56
+ "styled-components": "~5.3.11"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public",
@@ -68,4 +68,4 @@
68
68
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
69
69
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
70
70
  }
71
- }
71
+ }