@leafygreen-ui/ripple
Advanced tools
Comparing version 1.1.6 to 1.1.7
# @leafygreen-ui/ripple | ||
## 1.1.7 | ||
### Patch Changes | ||
- b7f7a4c95: Updates package dependencies & devDependencies, and ensures each package is appropriately listed. Ensures `tsconfig` has no circular dependencies | ||
- Updated dependencies [b7f7a4c95] | ||
- @leafygreen-ui/tokens@1.4.1 | ||
## 1.1.6 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@leafygreen-ui/ripple", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "leafyGreen UI Kit Ripple", | ||
@@ -23,7 +23,4 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@leafygreen-ui/tokens": "^1.4.0" | ||
"@leafygreen-ui/tokens": "^1.4.1" | ||
}, | ||
"devDependencies": { | ||
"@leafygreen-ui/lib": "^10.0.0" | ||
}, | ||
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/ripple", | ||
@@ -37,2 +34,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -0,4 +1,5 @@ | ||
import { transitionDuration } from '@leafygreen-ui/tokens'; | ||
import { getRippleGlobalNamespace } from './getRippleGlobalNamespace'; | ||
import { Options } from './utils'; | ||
import { transitionDuration } from '@leafygreen-ui/tokens'; | ||
@@ -5,0 +6,0 @@ const TRANSITION_TIME = transitionDuration.slower; |
@@ -13,8 +13,5 @@ { | ||
{ | ||
"path": "../lib" | ||
}, | ||
{ | ||
"path": "../tokens" | ||
} | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69475
0
333
Updated@leafygreen-ui/tokens@^1.4.1