@elliemae/ds-indeterminate-progress-indicator 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,8 +1,9 @@
1
+ import React from 'react';
1
2
  import { type DSHookFloatingContextT } from '@elliemae/ds-floating-context';
2
3
  interface TruncatedTooltipTextProps {
3
4
  value?: string;
4
5
  placement?: DSHookFloatingContextT.PopperPlacementsT;
5
6
  }
6
- declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => React.JSX.Element;
7
8
  export { TruncatedTooltipText };
8
9
  export default TruncatedTooltipText;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -36,14 +36,14 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.70.0-next.53",
40
- "@elliemae/ds-system": "3.70.0-next.53",
41
- "@elliemae/ds-floating-context": "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
44
  "jest": "^30.0.0",
45
- "styled-components": "~5.3.9",
46
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53"
45
+ "styled-components": "~5.3.11",
46
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^18.3.1",
@@ -62,4 +62,4 @@
62
62
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
63
63
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
64
64
  }
65
- }
65
+ }