@dpa-id-components/dpa-shared-components 8.13.0-alpha → 8.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,6 +35,8 @@ import { UiBadge } from "@dpa-id-components/dpa-shared-components";
35
35
 
36
36
  To have the styling working correctly you have to extend the tailwind config in your project.
37
37
 
38
+ Please ensure that the version of Tailwind in your host application meets the version specified under `peerDependencies` in `package.json`.
39
+
38
40
  ```JavaScript
39
41
  import sharedComponentsConfig from '@dpa-id-components/dpa-shared-components/tailwindConfig'
40
42
  import { Config } from 'tailwindcss'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpa-id-components/dpa-shared-components",
3
- "version": "8.13.0-alpha",
3
+ "version": "8.13.0",
4
4
  "engines": {
5
5
  "node": ">=16"
6
6
  },