@leaflink/stash 48.12.0 → 48.13.0
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.
- package/README.md +3 -6
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ level. This project is intended to be used across our digital product portfolio.
|
|
|
41
41
|
Stash requires Vue 3 and Tailwind CSS 3. To get started, install the package and its peer dependencies:
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
|
-
|
|
44
|
+
npx install-peerdeps @leaflink/stash
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
Then, import the package and its styles in your app. Load the base and components styles from Stash, and then add your
|
|
@@ -337,15 +337,12 @@ package itself.
|
|
|
337
337
|
|
|
338
338
|
`@leaflink/stash` project requires some peer dependencies:
|
|
339
339
|
|
|
340
|
-
- `
|
|
341
|
-
Required compatibility with this package on version
|
|
340
|
+
- `lodash-es`: The utility library is required as a peer dependency as an optimization to reduce the bundle size.
|
|
341
|
+
Required compatibility with this package on version **^4.x**.
|
|
342
342
|
|
|
343
343
|
- `tailwindcss`: Our utility-first CSS framework used for building our responsive and customizable components. Required
|
|
344
344
|
compatibility with this package on version **^3.3.1** or higher.
|
|
345
345
|
|
|
346
|
-
- `typescript`: Adds static type-checking to JavaScript. Required compatibility with this package on version **^5.x** or
|
|
347
|
-
higher.
|
|
348
|
-
|
|
349
346
|
- `vue-router`: The official router for Vue.js applications. Required compatibility with this package on version
|
|
350
347
|
**^4.x** or higher.
|
|
351
348
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leaflink/stash",
|
|
3
|
-
"version": "48.
|
|
3
|
+
"version": "48.13.0",
|
|
4
4
|
"description": "LeafLink's design system.",
|
|
5
5
|
"homepage": "https://stash.leaflink.com",
|
|
6
6
|
"main": "./dist/index.ts",
|
|
@@ -156,7 +156,6 @@
|
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"lodash-es": "^4.x.x",
|
|
159
|
-
"postcss-preset-env": "9.x",
|
|
160
159
|
"tailwindcss": "^3.3.1",
|
|
161
160
|
"vue-router": "^4.x.x"
|
|
162
161
|
},
|