@leafygreen-ui/lib
Advanced tools
Comparing version 14.0.0 to 14.0.1
# @leafygreen-ui/lib | ||
## 14.0.1 | ||
### Patch Changes | ||
- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm` | ||
## 14.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@leafygreen-ui/lib", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "leafyGreen UI Kit Internal Library", | ||
@@ -15,7 +15,2 @@ "main": "./dist/index.js", | ||
}, | ||
"scripts": { | ||
"build": "lg build-package", | ||
"tsc": "lg build-ts", | ||
"docs": "lg build-tsdoc" | ||
}, | ||
"keywords": [], | ||
@@ -30,6 +25,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@storybook/csf": "^0.1.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": {}, | ||
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0", | ||
@@ -43,3 +36,8 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/lib", | ||
"url": "https://jira.mongodb.org/projects/PD/summary" | ||
}, | ||
"scripts": { | ||
"build": "lg build-package", | ||
"tsc": "lg build-ts", | ||
"docs": "lg build-tsdoc" | ||
} | ||
} | ||
} |
@@ -16,3 +16,3 @@ /** | ||
const createUniqueClassName = (prefix: string = ''): string => { | ||
const createUniqueClassName = (prefix = ''): string => { | ||
const uniqueClassName = generateUniqueClassName(prefix); | ||
@@ -19,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
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
2
0
60643
48
1020
- Removed@storybook/csf@^0.1.0
- Removed@storybook/csf@0.1.13(transitive)
- Removedtype-fest@2.19.0(transitive)