@leafygreen-ui/tooltip
Advanced tools
# @leafygreen-ui/tooltip | ||
## 14.0.0 | ||
### Major Changes | ||
- 0757cfbfc: Updates Typescript build to TS5.8 | ||
### Patch Changes | ||
- 0757cfbfc: Adds `@lg-tools/build` as a dev dependency | ||
- 0757cfbfc: Adds missing `@lg-tools/` devDependencies. | ||
Updates `build`, `tsc` & `docs` scripts to use `lg-build *` cli | ||
- 0757cfbfc: Updates `types` entry point to `./dist/types`. | ||
Removes redundant `compilerOptions` from TSConfig | ||
- 0757cfbfc: Updates `main` entry point in package.json to `./dist/umd` | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- Updated dependencies [0757cfbfc] | ||
- @leafygreen-ui/leafygreen-provider@5.0.0 | ||
- @leafygreen-ui/typography@21.0.0 | ||
- @leafygreen-ui/emotion@5.0.0 | ||
- @leafygreen-ui/palette@5.0.0 | ||
- @leafygreen-ui/popover@14.0.0 | ||
- @leafygreen-ui/tokens@3.0.0 | ||
- @leafygreen-ui/hooks@9.0.0 | ||
- @leafygreen-ui/icon@14.0.0 | ||
- @leafygreen-ui/lib@15.0.0 | ||
## 13.0.13 | ||
@@ -4,0 +35,0 @@ |
{ | ||
"name": "@leafygreen-ui/tooltip", | ||
"version": "13.0.13", | ||
"version": "14.0.0", | ||
"description": "LeafyGreen UI Kit Tooltip", | ||
"main": "./dist/index.js", | ||
"main": "./dist/umd/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"<3.9": { | ||
"*": [ | ||
"ts3.4/*" | ||
] | ||
} | ||
}, | ||
"types": "./dist/types/index.d.ts", | ||
"typesVersions": {}, | ||
"license": "Apache-2.0", | ||
@@ -20,3 +14,4 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@leafygreen-ui/button": "^23.1.6" | ||
"@leafygreen-ui/button": "^24.0.0", | ||
"@lg-tools/build": "^0.8.0" | ||
}, | ||
@@ -26,13 +21,13 @@ "dependencies": { | ||
"polished": "^4.2.2", | ||
"@leafygreen-ui/hooks": "^8.4.1", | ||
"@leafygreen-ui/emotion": "^4.1.1", | ||
"@leafygreen-ui/lib": "^14.2.0", | ||
"@leafygreen-ui/icon": "^13.4.0", | ||
"@leafygreen-ui/palette": "^4.1.4", | ||
"@leafygreen-ui/popover": "^13.0.11", | ||
"@leafygreen-ui/tokens": "^2.12.2", | ||
"@leafygreen-ui/typography": "^20.1.9" | ||
"@leafygreen-ui/emotion": "^5.0.0", | ||
"@leafygreen-ui/hooks": "^9.0.0", | ||
"@leafygreen-ui/icon": "^14.0.0", | ||
"@leafygreen-ui/lib": "^15.0.0", | ||
"@leafygreen-ui/palette": "^5.0.0", | ||
"@leafygreen-ui/typography": "^21.0.0", | ||
"@leafygreen-ui/popover": "^14.0.0", | ||
"@leafygreen-ui/tokens": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@leafygreen-ui/leafygreen-provider": "^4.0.7" | ||
"@leafygreen-ui/leafygreen-provider": "^5.0.0" | ||
}, | ||
@@ -48,6 +43,6 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/tooltip", | ||
"scripts": { | ||
"build": "lg build-package", | ||
"tsc": "lg build-ts", | ||
"docs": "lg build-tsdoc" | ||
"build": "lg-build bundle", | ||
"tsc": "lg-build tsc", | ||
"docs": "lg-build docs" | ||
} | ||
} |
{ | ||
"extends": "@lg-tools/build/config/package.tsconfig.json", | ||
"compilerOptions": { | ||
"declarationDir": "dist", | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"baseUrl": ".", | ||
"compilerOptions": { | ||
"paths": { | ||
"@leafygreen-ui/icon/dist/*": ["../icon/src/generated/*"], | ||
"@leafygreen-ui/*": ["../*/src"] | ||
"@leafygreen-ui/icon/dist/*": [ | ||
"../icon/src/generated/*" | ||
], | ||
"@leafygreen-ui/*": [ | ||
"../*/src" | ||
] | ||
} | ||
@@ -16,3 +16,6 @@ }, | ||
], | ||
"exclude": ["**/*.spec.*", "**/*.stories.*"], | ||
"exclude": [ | ||
"**/*.spec.*", | ||
"**/*.stories.*" | ||
], | ||
"references": [ | ||
@@ -19,0 +22,0 @@ { |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
266924
0.31%2529
0.08%2
100%