@elliemae/ds-tooltip 3.34.0-next.3 → 3.34.0-next.5

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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tooltip",
3
- "version": "3.34.0-next.3",
3
+ "version": "3.34.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tooltip",
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "types": "./dist/types/index.d.ts",
12
12
  "exports": {
13
13
  ".": {
14
+ "types": "./dist/types/index.d.ts",
14
15
  "import": "./dist/esm/index.js",
15
16
  "require": "./dist/cjs/index.js"
16
17
  },
@@ -97,23 +98,23 @@
97
98
  "dependencies": {
98
99
  "@popperjs/core": "~2.11.7",
99
100
  "react-popper": "~2.3.0",
100
- "@elliemae/ds-button": "3.34.0-next.3",
101
- "@elliemae/ds-popper": "3.34.0-next.3",
102
- "@elliemae/ds-classnames": "3.34.0-next.3",
103
- "@elliemae/ds-popperjs": "3.34.0-next.3",
104
- "@elliemae/ds-portal": "3.34.0-next.3",
105
- "@elliemae/ds-props-helpers": "3.34.0-next.3",
106
- "@elliemae/ds-shared": "3.34.0-next.3",
107
- "@elliemae/ds-utilities": "3.34.0-next.3",
108
- "@elliemae/ds-system": "3.34.0-next.3"
101
+ "@elliemae/ds-button": "3.34.0-next.5",
102
+ "@elliemae/ds-classnames": "3.34.0-next.5",
103
+ "@elliemae/ds-popper": "3.34.0-next.5",
104
+ "@elliemae/ds-popperjs": "3.34.0-next.5",
105
+ "@elliemae/ds-portal": "3.34.0-next.5",
106
+ "@elliemae/ds-props-helpers": "3.34.0-next.5",
107
+ "@elliemae/ds-shared": "3.34.0-next.5",
108
+ "@elliemae/ds-system": "3.34.0-next.5",
109
+ "@elliemae/ds-utilities": "3.34.0-next.5"
109
110
  },
110
111
  "devDependencies": {
111
112
  "@elliemae/pui-cli": "~9.0.0-next.31",
112
113
  "react": "^17.0.2",
113
114
  "react-dom": "^17.0.2",
114
115
  "styled-components": "~5.3.9",
115
- "@elliemae/ds-monorepo-devops": "3.34.0-next.3",
116
- "@elliemae/ds-grid": "3.34.0-next.3"
116
+ "@elliemae/ds-grid": "3.34.0-next.5",
117
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.5"
117
118
  },
118
119
  "peerDependencies": {
119
120
  "react": "^17.0.2",
@@ -122,13 +123,12 @@
122
123
  },
123
124
  "publishConfig": {
124
125
  "access": "public",
125
- "typeSafety": true
126
+ "typeSafety": false
126
127
  },
127
128
  "scripts": {
128
129
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
129
130
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
130
- "lint": "node ../../../scripts/lint.mjs",
131
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
131
+ "lint": "node ../../../scripts/lint.mjs --fix",
132
132
  "dts": "node ../../../scripts/dts.mjs",
133
133
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
134
134
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""